/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://prirodna-njega.com/js/open/lib/jquery/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */

/* Import icon font */
/*
@import url(https://prirodna-njega.com/js/maxiolab/lightcase/css/font-lightcase.css);
*/
/* Import breakpoint related styles */
/*
@import url(https://prirodna-njega.com/js/maxiolab/lightcase/css/lightcase-max-640.css);
@import url(https://prirodna-njega.com/js/maxiolab/lightcase/css/lightcase-min-641.css);
*/
@media screen {

	/* Overlay */
	#lightcase-overlay {
		display: none;
		width: 100%;
		height: 100%;

		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}

	/* Loading */
	#lightcase-loading {
		position: fixed;
		z-index: 1001;
		top: 50%;
		left: 50%;

		margin-top: -0.5em;
		margin-left: -0.5em;

		opacity: 1;

		font-size: 32px;
		
		/* Fixes the icon wobble issue in firefox */
		-moz-transform-origin: 50% 53%;

		-webkit-animation: lightcase-loading-spin 0.5s infinite linear;
		-moz-animation: lightcase-loading-spin 0.5s infinite linear;
		-o-animation: lightcase-loading-spin 0.5s infinite linear;
		animation: lightcase-loading-spin 0.5s infinite linear;
	}

	/* Case */
	#lightcase-case {
		display: none;

		position: fixed;
		z-index: 1002;
		top: 50%;
		left: 50%;
	}

	/* Additional info */
	#lightcase-case .lightcase-info {
		/* 
		 * You can change to position "static" or "relative" instead, but consider
		 * that this height will be integrated and calculated
		 * to the maximum height additionally to the image height.
		 */
		position: absolute;

		padding-top: 15px;
	}

	#lightcase-case .lightcase-caption {
		clear: both;
	}
	#lightcase-case .lightcase-title,
	#lightcase-case .lightcase-caption {
		margin: 0;
		padding: 0;

		font-size: 17px;
		line-height: 1.5;
		font-weight: normal;
		text-overflow: ellipsis;
	}
	#lightcase-case .lightcase-caption {
		font-size: 13px;
	}
	#lightcase-case .lightcase-sequenceInfo {
		font-size: 11px;
	}

	/* Icons */
	[class*='lightcase-icon-'] {
		width: 1.123em;
		height: auto;

		/*
		 * For adjusting the icon size, just change the
		 * value for "font-size" here!
		 */
		font-size: 38px;
		line-height: 1;

		text-align: center;
		text-shadow: none;
	}
	a[class*='lightcase-icon-'],
	a[class*='lightcase-icon-']:focus {
		position: fixed;
		z-index: 9999;

		text-decoration: none;
		color: rgba(255,255,255,0.6);

		-webkit-tap-highlight-color: rgba(0,0,0,0);

		-webkit-transition: color, opacity, ease-in-out 0.25s;
		-moz-transition: color, opacity, ease-in-out 0.25s;
		-o-transition: color, opacity, ease-in-out 0.25s;
		transition: color, opacity, ease-in-out 0.25s;
	}
	a[class*='lightcase-icon-']:hover {
		color: rgba(255,255,255,1);
	}
	a[class*='lightcase-icon-'] > span {
		display: inline-block;
		text-indent: -9999px;
	}

	/* For mobile (touch) devices */
	.lightcase-isMobileDevice #lightcase-case .lightcase-inlineWrap,
	.lightcase-isMobileDevice #lightcase-case[data-type=iframe] .lightcase-contentInner {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.lightcase-isMobileDevice.lightcase-open,
	.lightcase-isMobileDevice.lightcase-open body {
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
	}

	.lightcase-isMobileDevice #lightcase-nav a:hover {
		color: #aaa;
		text-shadow: none;
	}

}

/* Animation for loading spin icon */
@-webkit-keyframes lightcase-loading-spin {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}

}
@-moz-keyframes lightcase-loading-spin {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}

}
@-o-keyframes lightcase-loading-spin {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}

}
@-ms-keyframes lightcase-loading-spin {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}

}
@keyframes lightcase-loading-spin {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}

}
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */

@font-face {
  font-family: 'lightcase';
  src: url('https://prirodna-njega.com/js/maxiolab/lightcase/fonts/lightcase.eot?55356177');
  src: url('https://prirodna-njega.com/js/maxiolab/lightcase/fonts/lightcase.eot?55356177#iefix') format('embedded-opentype'),
       url('https://prirodna-njega.com/js/maxiolab/lightcase/fonts/lightcase.woff?55356177') format('woff'),
       url('https://prirodna-njega.com/js/maxiolab/lightcase/fonts/lightcase.ttf?55356177') format('truetype'),
       url('https://prirodna-njega.com/js/maxiolab/lightcase/fonts/lightcase.svg?55356177#lightcase') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class*='lightcase-icon-']:before {
  font-family: 'lightcase';
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before { content: '\e800'; }
.lightcase-icon-pause:before { content: '\e801'; }
.lightcase-icon-close:before { content: '\e802'; }
.lightcase-icon-prev:before { content: '\e803'; }
.lightcase-icon-next:before { content: '\e804'; }
.lightcase-icon-spin:before { content: '\e805'; }
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */

/* Reduced layout for small devices */
@media screen and (max-width: 640px) {

	.lightcase-open body {
		padding: 55px 0 70px 0;
	}

	.lightcase-open body > *:not([id*=lightcase-]) {
		position: fixed !important;
		top: -9999px !important;

		width: 0 !important;
		height: 0 !important;

		overflow: hidden !important;
	}

	/* Overlay */
	#lightcase-overlay {
		background: #333;
	}

	/* Loading */
	#lightcase-loading {
		color: #aaa;
	}

	/* Case */
	doby div#lightcase-case {
		font-family: arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		margin-top: 40px !important;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
		bottom: 70px;
		height: auto !important;
	}

	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]),
	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner,
	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-inlineWrap {
		position: relative !important;

		top: auto !important;
		left: auto !important;

		width: auto !important;
		height: auto !important;

		margin: 0 !important;
		padding: 0 !important;

		border: none;
		background: none;
	}

	/*
	 * Content - Extend with further selectors and colors in case you
	 * have elements like <ul>, <li>, <span> or similar displayed in lightcase.
	 */
	#lightcase-case .lightcase-content h1,
	#lightcase-case .lightcase-content h2,
	#lightcase-case .lightcase-content h3,
	#lightcase-case .lightcase-content h4,
	#lightcase-case .lightcase-content h5,
	#lightcase-case .lightcase-content h6,
	#lightcase-case .lightcase-content p {
		color: #aaa;
	}

	/* Additional info */
	#lightcase-case .lightcase-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-info {
		position: static;
	}

	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-content {
		padding: 15px;
		border: none;
		background: none;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner,
	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner > * {
		width: 100% !important;
		max-width: none !important;
	}

	/*
	 * Set auto height to each element except iframes, because of that
	 * those cannot have a natural/native height and it must be especially defined.
	 */
	#lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner > *:not(iframe) {
		height: auto !important;
		max-height: none !important;
	}

	/* Navigation */
	.lightcase-open #lightcase-nav[data-ispartofsequence]:before {
		content: '';
		position: fixed;
		z-index: 9998;
		right: 0;
		bottom: 0;
		left: 0;
		height: 55px;

		background: rgba(55,55,55,0.9);
	}

	#lightcase-nav a {
		position: fixed;
		z-index: 9999;
		bottom: 15px;

		outline: none;
		cursor: pointer;
		font-size: 24px;
	}
	#lightcase-nav a:hover {
		text-shadow: 0 0 15px #fff;
	}

	/* Icon positioning */
	#lightcase-nav .lightcase-icon-close {
		position: absolute;
		z-index: 9997;
		top: 15px;
		right: 15px;
		bottom: auto;
		opacity: 0;
	}

	#lightcase-nav .lightcase-icon-pause,
	#lightcase-nav .lightcase-icon-play {
		left: 50%;
		margin-left: -0.5em;
	}
	#lightcase-nav .lightcase-icon-prev {
		left: 15px;
	}
	#lightcase-nav .lightcase-icon-next {
		right: 15px;
	}

	/* Error message */
	#lightcase-case p.lightcase-error {
		padding: 30px 0;
		font-size: 17px;
		text-align: center;
		
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;

		color: #aaa;
	}

}
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */

@media screen and (min-width: 641px) {

	/* Overlay */
	#lightcase-overlay {
		background: #333;
	}

	/* Loading */
	#lightcase-loading {
		color: #fff;
		text-shadow: 0 0 15px #fff;
	}

	/* Case */
	#lightcase-case {
		font-family: arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
		text-align: left;

		color: #aaa;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

	/* Content */
	#lightcase-case:not([data-type=error]) .lightcase-content {
		position: relative;
		z-index: 1;
		overflow: hidden;

		text-shadow: none;

		background-color: #fff;

		-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
		-o-box-shadow: 0 0 30px rgba(0,0,0,0.5);
		box-shadow: 0 0 30px rgba(0,0,0,0.5);

		-webkit-backface-visibility: hidden;
	}
	#lightcase-case[data-type=image] .lightcase-content,
	#lightcase-case[data-type=video] .lightcase-content {
		background-color: #333;
	}
	#lightcase-case[data-type=image] .lightcase-contentInner,
	#lightcase-case[data-type=video] .lightcase-contentInner {
		line-height: 0.75;
	}
	#lightcase-case:not([data-type=error]) .lightcase-inlineWrap {
		padding: 30px;

		overflow: auto;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*
	 * Content - Extend with further selectors and colors in case you
	 * have elements like <ul>, <li>, <span> or similar displayed in lightcase.
	 */
	#lightcase-case .lightcase-content h1,
	#lightcase-case .lightcase-content h2,
	#lightcase-case .lightcase-content h3,
	#lightcase-case .lightcase-content h4,
	#lightcase-case .lightcase-content h5,
	#lightcase-case .lightcase-content h6,
	#lightcase-case .lightcase-content p {
		color: #333;
	}

	/* Navigation */
	#lightcase-nav a {
		bottom: 50%;
		margin-bottom: -0.5em;

		outline: none;
		cursor: pointer;
	}
	#lightcase-nav a.lightcase-icon-close {
		margin: 0;
	}
	#lightcase-nav a.lightcase-icon-close,
	#lightcase-nav a.lightcase-icon-play,
	#lightcase-nav a.lightcase-icon-pause {
		opacity: 0;
	}
	#lightcase-nav a:hover {
		text-shadow: 0 0 15px #fff;
	}
	#lightcase-nav a:hover,
	#lightcase-case:hover ~ #lightcase-nav a {
		opacity: 1;
	}

	/* Icon positioning */
	#lightcase-nav a.lightcase-icon-close {
		position: fixed;
		z-index: 9997;

		top: 15px;
		right: 15px;

		outline: none;
	}
	#lightcase-nav a.lightcase-icon-play,
	#lightcase-nav a.lightcase-icon-pause {
		left: 50%;
		margin-left: -0.5em;
	}
	#lightcase-nav a.lightcase-icon-prev {
		left: 15px;
	}
	#lightcase-nav a.lightcase-icon-next {
		right: 15px;
	}

	/* Error message */
	#lightcase-case p.lightcase-error {
		margin: 0;
		padding: 0;

		font-size: 17px;
		color: #aaa;
	}

}
@font-face {
	font-family: 'fl';
	src: url('https://prirodna-njega.com/js/maxiolab/font/fl.eot?42052768');
	src: url('https://prirodna-njega.com/js/maxiolab/font/fl.eot?42052768#iefix') format('embedded-opentype'),
	   url('https://prirodna-njega.com/js/maxiolab/font/fl.woff?42052768') format('woff'),
	   url('https://prirodna-njega.com/js/maxiolab/font/fl.ttf?42052768') format('truetype'),
	   url('https://prirodna-njega.com/js/maxiolab/font/fl.svg?42052768#fl') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.mxyt-icon{
  font-family: "fl";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.mxyt-icon-youtube-squared:before { content: '\e813'; }
.mxyt-icon-youtube-play:before { content: '\e812'; } 
.mxyt-icon-logout:before { content: '\e811'; } 
.mxyt-icon-upload:before { content: '\e810'; }
.mxyt-icon-plus:before { content: '\e80f'; } 
.mxyt-icon-th-list:before { content: '\e80e'; }
.mxyt-icon-cancel:before { content: '\e806'; } 
.mxyt-icon-views:before { content: '\e807'; } 
.mxyt-icon-favs:before { content: '\e808'; } 
.mxyt-icon-comments:before { content: '\e809'; } 
.mxyt-icon-likes:before { content: '\e80a'; }
.mxyt-icon-dislikes:before { content: '\e80b'; }
.mxyt-icon-play:before { content: '\e80c'; }
.mxyt-icon-spinner{-moz-animation: mxyt-spin 2s infinite linear;
  -o-animation: mxyt-spin 2s infinite linear;
  -webkit-animation: mxyt-spin 2s infinite linear;
  animation: mxyt-spin 2s infinite linear;}
.mxyt-icon-spinner:before { content: '\e80d'; }
.mxyt-icon-angle-down:before { content: "\f107"; }

.mxyt-row{margin:0 -10px;  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;}
.mxyt-brow{margin:0 -10px;}
.mxyt-brow::after{content:" "; display:block; clear:left;}
.mxyt-col-1{padding:0 10px;}
.mxyt-col-2, .mxyt-col-3, .mxyt-col-4, .mxyt-col-5, .mxyt-col-6, .mxyt-col-7, .mxyt-col-8{box-sizing:border-box;padding:0 10px; display: flex;}
.mxyt-bcol-2, .mxyt-bcol-3, .mxyt-bcol-4, .mxyt-bcol-5, .mxyt-bcol-6, .mxyt-bcol-7, .mxyt-bcol-8{box-sizing:border-box;padding:0 10px;float:left;}
.mxyt-col-2,.mxyt-bcol-2{width:50%;}
.mxyt-col-3,.mxyt-bcol-3{width:33.33%;}
.mxyt-col-4,.mxyt-bcol-4{width:25%;}
.mxyt-col-5,.mxyt-bcol-5{width:20%;}
.mxyt-col-6,.mxyt-bcol-6{width:16.66%;}
.mxyt-col-7,.mxyt-bcol-7{width:14.28%;}
.mxyt-col-8,.mxyt-bcol-8{width:12.5%;}

.mxyt-nospace .mxyt-row, .mxyt-nospace .mxyt-brow{margin:0;}
.mxyt-nospace .mxyt-col-1,
	.mxyt-nospace .mxyt-col-2,
	.mxyt-nospace .mxyt-col-3,
	.mxyt-nospace .mxyt-col-4,
	.mxyt-nospace .mxyt-col-5,
	.mxyt-nospace .mxyt-col-6,
	.mxyt-nospace .mxyt-col-7,
	.mxyt-nospace .mxyt-col-8,
	
	.mxyt-nospace .mxyt-bcol-1,
	.mxyt-nospace .mxyt-bcol-2,
	.mxyt-nospace .mxyt-bcol-3,
	.mxyt-nospace .mxyt-bcol-4,
	.mxyt-nospace .mxyt-bcol-5,
	.mxyt-nospace .mxyt-bcol-6,
	.mxyt-nospace .mxyt-bcol-7,
	.mxyt-nospace .mxyt-bcol-8{ padding:0;}

.mxyt-more{text-align:center;}
.mxyt-more .mxyt-button{ border-top:1px solid #999; color:#666; padding:2px 40px 0; cursor:pointer;}

.mxYouTubeR{font:13px/100% Nunito, sans-serif;}


.mxYouTubeR_video, .mxyt-playlist-item{margin:0 0 20px !important;background:#fff;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

.mxyt-title, .mxyt-description{border-bottom:1px solid #e2e2e2;}
.mxyt-title, .mxyt-date, .mxyt-description, .mxyt-meta{padding:13px 15px 15px;}
.mxyt-video img, .mxyt-channel-feat-video img{width:100% !important;}
.mxyt-video iframe{ margin:0; padding:0;}
.mxyt-date{font-size:12px; color:#808080;padding-bottom:0;}
.mxyt-title{padding-top:13px;}
.mxyt-title h1, .mxyt-title h3{margin:0!important; padding:0; font-size:24px; font-weight:normal; clear:none; line-height:1.2;color:#222;}
.mxyt-videolink{display:block; position:relative;text-decoration:none!important; border:none!important;}
.mxyt-videolink .mxyt-play, .mxyt-videolink .mxyt-time{color:#fff;position:absolute;transition: opacity .3s;opacity:0.7;line-height: 100%;}
.mxyt-videolink .mxyt-play{ font-size:65px;left:50%;top:50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);text-shadow:2px 2px 2px rgba(0,0,0,0.6);}
.mxyt-videolink .mxyt-time{bottom:5px; right:5px;font-size:12px;background:#000;padding: 6px 8px 7px; }
.mxyt-videolink:hover .mxyt-play, .mxyt-videolink:hover .mxyt-time{opacity:1;}
.mxyt-channel{text-align:center; margin:15px 0 0;}
.mxyt-channel img{width:45px;}
.mxyt-channel h3{margin:0!important; padding:0!important; font-size:16px!important; font-weight:normal!important;color:#333;}
.mxyt-description{font-size:13px;line-height:18px; color:#222;}
.mxyt-meta{ margin:0 -15px; padding:0 15px; font-size:12px;  line-height:1;}
.mxyt-meta > div{box-sizing:border-box; width:20%;padding:13px 10px; float:left; text-align:center;color:#aaa;transition: color .2s; cursor:default; white-space:nowrap;}
.mxyt-meta > div:hover{color:#666;}
.mxyt-meta::after{content:" "; display:block; clear:left;}
.mxyt-meta i{display:block; margin:0 auto 5px; font-size:16px;}
.mxYouTubeR_playlist .mxyt-meta > div{width:33.33%;}


.mxYouTubeR_video .mxyt-date{float:right;padding:0;margin: 5px 0 0 20px;}

.mxYouTubeR_playlist{margin:0 0 20px;}
.mxyt-playlist .mxyt-title{ padding-bottom:10px;}
.mxyt-playlist .mxyt-title h1, .mxyt-playlist .mxyt-title h3{font-size:14px; font-weight:bold;}


.mxyt-row .mxyt-playlist-item{flex-grow: 1;display: flex;flex-direction: column;}
 .mxyt-playlist .mxyt-row .mxyt-description{display: flex; flex-grow:1;}
.mxyt-row .mxyt-description{flex-direction: column;}



.mxYouTubeR_channel{background:#fff;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); padding-bottom:25px;}
.mxYouTubeR_channel .mxyt-playlist-item{box-shadow:none;}
.mxYouTubeR_channel .mxyt-title, .mxYouTubeR_channel .mxyt-description{border:none;}
.mxYouTubeR_channel .mxyt-playlist .mxyt-video{float:left;width:196px;}
.mxYouTubeR_channel .mxyt-playlist .mxyt-video.mxyt-single{float:none; width:auto;}
.mxYouTubeR_channel .mxyt-playlist .mxyt-title{padding-top:0;}
.mxYouTubeR_channel .mxyt-playlist .mxyt-title,
	.mxYouTubeR_channel .mxyt-playlist .mxyt-description,
	.mxYouTubeR_channel .mxyt-playlist .mxyt-meta{margin-left:196px;}
.mxYouTubeR_channel .mxyt-playlist-item::after{content:" "; display:block; clear:left;}
.mxYouTubeR_channel .mxyt-playlist .mxyt-meta{padding-top:0;}
.mxYouTubeR_channel .mxyt-meta > div{width:auto; margin-right:25px;padding:0;}

.mxyt-channel-head{position:relative;margin-bottom:15px;}
.mxyt-channel-head-cover{background-size:cover;height:200px;position:relative; background-position:50% 50%; margin-bottom:15px;}
.mxyt-channel-logo{ position:absolute; left:15px; top:0;box-shadow: 0 1px 1px rgba(0,0,0,.4);background-color:rgba(0,0,0,.2);}
.mxyt-channel-logo img{width:100px;}
.mxyt-channel-info{position:absolute; left:15px; bottom:15px; color:#fff; font-size:14px; font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,1);}
.mxyt-channel-info > span{margin-right:15px;}
.mxyt-channel-title{font-weight:500;font-size:20px; padding-left:15px;padding-right:150px;margin-bottom:15px;position:relative;}
.mxyt-channel-descr{padding:0 150px 0 15px;}
.mxyt-channel-subscr-btn{ position:absolute; right:15px; margin-top:-17px;}
.mxyt-channel-feat-video{ padding-bottom:15px;}
.mxyt-channel-feat-video::after{content:" "; display:block; clear:left;}
.mxyt-channel-feat-video-player{float:left;width:50%;}
.mxyt-channel-feat-video-descr{margin-left:50%;padding-left:15px; line-height:1.3;}
.mxyt-channel-feat-video, 
	.mxyt-channel-videos{padding:0 15px;}
.mxyt-channel-feat-video-title{font-size:14px; font-weight:bold; margin:0 0 10px;}
.mxyt-channel-videos{ padding-top:15px; }


.mxyt-channel-playlist-chooser{border-bottom:3px solid #e2e2e2;position:relative;margin:0 -15px 15px; padding:0 15px;}
.mxYouTubeR_theme_dark .mxyt-channel-playlist-chooser{border-color:#333;}
.mxyt-playlist-select{display:inline-block;position:relative;padding:0 5px 10px 10px;/*margin-left:-15px;*/ color:#222;border-bottom:3px solid #e62117;margin-bottom:-3px; }
.mxYouTubeR_theme_dark .mxyt-playlist-select{color:#ccc;}
.mxyt-playlist-select b{cursor:pointer;font-size:120%;}
.mxyt-playlist-select ul{display:none;position:absolute;top:100%;left:0;z-index:99999;color:#222;background:#f5f5f5;margin:0!important;padding:0;border:1px solid #c5c5c5; list-style:none!important;box-shadow: 0 0 15px rgba(0,0,0,.18);}
.mxyt-playlist-select:hover ul{display:block;}
.mxyt-playlist-select ul li{margin:0!important; padding:0; list-style:none!important;}
.mxyt-playlist-select ul span{display:block; white-space:nowrap; padding:10px 15px;border-bottom:1px solid #c5c5c5; font-size:100%; cursor:pointer;}
.mxyt-playlist-select ul li:last-of-type span{border:none;}
.mxyt-playlist-select ul span:hover{background:#eee;}


.mxyt-tooltip{position:absolute;display:none;color:#fff;background:#222;font-family:Nunito;line-height:120%;font-size:12px;padding:5px 10px; border-radius:5px; pointer-events:none;margin-top:-15px;margin-left:-11px; white-space:nowrap;z-index:999;}
.mxyt-tooltip.active{display:block;}
.mxyt-tooltip div{position:absolute;left:50%;top:100%;margin-left:-3px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #222;}




.mxYouTubeR_theme_dark.mxYouTubeR_video, 
	.mxYouTubeR_theme_dark .mxyt-playlist-item,
	.mxYouTubeR_theme_dark.mxYouTubeR_channel{background:#191919;box-shadow:none; color:#999;}
.mxYouTubeR_theme_dark .mxyt-title, .mxYouTubeR_theme_dark .mxyt-description{border-bottom:1px solid #141414; background:#191919;}
.mxYouTubeR_theme_dark .mxyt-playlist-item .mxyt-title{border:none;}
.mxYouTubeR_theme_dark .mxyt-title h1, 
	.mxYouTubeR_theme_dark .mxyt-title h3,
	.mxYouTubeR_theme_dark .mxyt-channel-feat-video-title,
	.mxYouTubeR_theme_dark .mxyt-channel-title{color:#ccc;}
.mxYouTubeR_theme_dark .mxyt-channel h3{color:#ddd;}
.mxYouTubeR_theme_dark .mxyt-description{color:#999;padding-top:0;}
.mxYouTubeR_theme_dark .mxyt-meta > div{color:#555;background:#1b1b1b;}
.mxYouTubeR_theme_dark .mxyt-meta > div:hover{color:#888;}
.mxYouTubeR_theme_dark .mxyt-channel-videos{border-color:#444;}
.mxYouTubeR_theme_dark.mxYouTubeR_channel .mxyt-description{border:none;}
.mxYouTubeR_theme_dark .mxyt-channel-head,
	.mxYouTubeR_theme_dark .mxyt-channel-feat-video{background:rgba(0,0,0,0.1);}
.mxYouTubeR_theme_dark.mxyt-tooltip{background:#fff;color:#000;}
.mxYouTubeR_theme_dark.mxyt-tooltip div{border-top-color:#fff;}

.mxYouTubeR_theme_dark .mxyt-more .mxyt-button{border-color:#444;color:#666;}
.mxYouTubeR_theme_dark .mxyt-more .mxyt-button:hover{color:#999;}




.mxYouTubeR_theme_tiles .mxyt-playlist{ margin-bottom:10px;}
.mxyt-flipcards-playlist-item{ position:relative; padding-bottom:70%; perspective: 600px; margin-bottom:20px;}
.mxyt-flipcards-playlist-item .mxyt-video,
	.mxyt-flipcards-info{position:absolute;left:0;top:0;right:0;bottom:0;background-size:cover; background-position:50% 50%;}

.mxyt-flipcards-playlist-item .mxyt-video{ z-index: 900;-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
.mxyt-flipcards-playlist-item:hover .mxyt-video{z-index: 900;-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);transform: rotateY(180deg);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
						
						
.mxyt-flipcards-playlist-item .mxyt-video img{display:none;}
.mxyt-flipcards-playlist-item .mxyt-video a,
	.mxyt-flipcards-link{display:block; height:100%;text-decoration:none; box-sizing:border-box;}
.mxyt-flipcards-playlist-item .mxyt-video a,
	.mxyt-flipcards-link,
	.mxyt-flipcards-playlist-item .mxyt-video a:hover,
	.mxyt-flipcards-link:hover{text-decoration:none;color:#fff;}

						
.mxyt-flipcards-info{z-index: 800;-webkit-transform: rotateY(-180deg);-moz-transform: rotateY(-179deg);transform: rotateY(-179deg);
	-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out; }
.mxyt-flipcards-playlist-item:hover .mxyt-flipcards-info{z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);-moz-transform: rotateX(0deg) rotateY(0deg);transform: rotateX(0deg) rotateY(0deg);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}
	
.mxyt-flipcards-link{background-color:rgba(29,134,239,0.9); padding:15px; text-shadow:1px 1px 0 rgba(0,0,0,0.2);}
.mxyt-flipcards-link h3{margin:0 0 10px; padding:0; font-size:18px; font-weight:normal; line-height:1.1;color:#fff;}
.mxyt-flipcards-description{white-space:pre-wrap;}
.mxyt-flipcards-meta{position:absolute; left:0; bottom:10px; right:0;}
.mxyt-flipcards-meta > div{ float:left; width:33%; text-align:center;}
.mxyt-flipcards-meta i{display:block; font-size:18px; margin:0 auto 5px;}

.mxyt-flipcards-limit{position:absolute; top:15px; left:15px; right:15px; bottom:60px;overflow:hidden; }
.mxyt-flipcards-limit-fade{position:absolute;top:100%;left:-5px;right:-5px;height:10px;box-shadow:0 -3px 10px 3px rgba(29,134,239,.9);}



.mxyt-playlist-item-blank{padding-top:100%;position: relative;}



.mxYouTubeR_theme_circles1{}
.mxYouTubeR_theme_circles1 .mxyt-playlist-item-blank{margin-bottom:20px;}
.mxYouTubeR_theme_circles1 .ch-item {border-radius: 50%;position: absolute;left:0;top:0;right:0;bottom:0;cursor: default;box-shadow: 	inset 0 0 0 16px rgba(255,255,255,0.6),	0 1px 2px rgba(0,0,0,0.1);	-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;text-align:center;}
.mxYouTubeR_theme_circles1 .ch-info {position: absolute;background: rgba(0,0,0, 0.7);width: 100%;height: 100%;border-radius: 50%;opacity: 0;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-backface-visibility: hidden;}
.mxYouTubeR_theme_circles1 .ch-info h3 {position:absolute;left:20px;top:45%;right:20px;overflow:hidden;color: #fff;text-transform: uppercase;letter-spacing: 2px;font-size: 17px;line-height: 1.1;text-shadow: 	0 0 1px #fff, 	0 1px 2px rgba(0,0,0,0.3);margin:0;transform:translateY(-50%);}
.mxYouTubeR_theme_circles1 .ch-info a{position:absolute; bottom:15px; left:50%;transform:translateX(-50%);font-size:50px;color:#fff; text-decoration:none; border:none;text-shadow:0 0 10px #000;}
.mxYouTubeR_theme_circles1 .ch-item:hover {box-shadow: 	inset 0 0 0 1px rgba(255,255,255,0.1),	0 1px 2px rgba(0,0,0,0.1);}
.mxYouTubeR_theme_circles1 .ch-item:hover .ch-info {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}
.mxYouTubeR_theme_circles1 .mxyt-more{margin-top:30px;}



.mxYouTubeR_theme_circles2{}
.mxYouTubeR_theme_circles2 .mxyt-playlist-item-blank{margin-bottom:20px;}
.mxYouTubeR_theme_circles2 .ch-item{left:0;top:0;right:0;bottom:0;border-radius: 50%;position: absolute;cursor: default;box-shadow: 0 1px 3px rgba(0,0,0,0.2);}
.mxYouTubeR_theme_circles2 .ch-thumb {left:0;top:0;width:100%;height:100%;border-radius: 50%;overflow: hidden;position: absolute;box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);-webkit-transform-origin: 95% 40%;-moz-transform-origin: 95% 40%;-o-transform-origin: 95% 40%;-ms-transform-origin: 95% 40%;transform-origin: 95% 40%;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background-size:cover; background-position:50% 50%; background-repeat:no-repeat;}
.mxYouTubeR_theme_circles2 .ch-thumb:after {content: '';width: 8px;height: 8px;position: absolute;border-radius: 50%;top: 40%;left: 95%;margin: -4px 0 0 -4px;background: rgb(14,14,14);background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1)));background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);box-shadow: 0 0 1px rgba(255,255,255,0.9);}
.mxYouTubeR_theme_circles2 .ch-info {left:0;top:0;position: absolute;width: 100%;height: 100%;border-radius: 50%;overflow: hidden;background:#222;box-shadow: inset 0 0 15px rgba(0,0,0,0.7);}
.mxYouTubeR_theme_circles2 .ch-info h3 {position:absolute;left:20px;top:45%;right:20px;overflow:hidden;color: #fff;text-transform: uppercase;letter-spacing: 2px;font-size: 17px;line-height: 1.1;text-shadow: 	0 0 1px #fff, 	0 1px 2px rgba(0,0,0,0.3);margin:0;transform:translateY(-50%); text-align:center;}
.mxYouTubeR_theme_circles2 .ch-info a{position:absolute; bottom:15px; left:50%;transform:translateX(-50%);font-size:50px;color:#fff; text-decoration:none; border:none;text-shadow:0 0 10px #000;}
.ch-item:hover .ch-thumb {box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);transform: rotate(-150deg); }

.mxyt-text-description{position:relative; white-space:pre-wrap;word-wrap:break-word;}
.mxyt-text-description.mxyt-less{height:100px; overflow:hidden;}
.mxyt-text-description.mxyt-less.hasMore{ height:100px; overflow:hidden;}
.mxyt-text-description.mxyt-less.noMore{height:auto; overflow:visible;}
.mxyt-text-description.mxyt-less.hasMore::after{content: '';position: absolute;left:0;right:0;bottom:0;height:40px;background: linear-gradient(to bottom, rgba(255,255,255, 0.2), #fff 100%);}
.mxyt-text-description-btn{display:block; text-align:center;text-transform: uppercase;color: #aaa;border-top: 1px solid #e2e2e2;line-height: 28px;margin: 7px 0 0; cursor:pointer;transition: color .2s;}
.mxyt-text-description-btn:hover{color:#666;}

.mxyt-text-description-full a{text-decoration:none;border:none;}
.mxyt-text-description-full:hover a{text-decoration:underline;}

.mxYouTubeR_playlist .mxyt-text-description-btn,
	.mxYouTubeR_video .mxyt-text-description-btn{margin-bottom:-13px;}

.mxYouTubeR_theme_dark .mxyt-text-description.mxyt-less::after{background: linear-gradient(to bottom, rgba(25,25,25, 0.2), #191919 100%);}
.mxYouTubeR_theme_dark .mxyt-text-description-btn{border-top: 1px solid #333;color:#555;}
.mxYouTubeR_theme_dark .mxyt-text-description-btn:hover{color:#888;}














@media (max-width: 1200px) {
	.mxyt-cols-lg .mxyt-col-2, 
		.mxyt-cols-lg .mxyt-col-3, 
		.mxyt-cols-lg .mxyt-col-4, 
		.mxyt-cols-lg .mxyt-col-5, 
		.mxyt-cols-lg .mxyt-col-6, 
		.mxyt-cols-lg .mxyt-col-7, 
		.mxyt-cols-lg .mxyt-col-8,
		
		.mxyt-cols-lg .mxyt-bcol-2, 
		.mxyt-cols-lg .mxyt-bcol-3, 
		.mxyt-cols-lg .mxyt-bcol-4, 
		.mxyt-cols-lg .mxyt-bcol-5, 
		.mxyt-cols-lg .mxyt-bcol-6, 
		.mxyt-cols-lg .mxyt-bcol-7, 
		.mxyt-cols-lg .mxyt-bcol-8{width:100%;}
}
@media (max-width: 992px) {
	.mxyt-cols-md .mxyt-col-2, 
		.mxyt-cols-md .mxyt-col-3, 
		.mxyt-cols-md .mxyt-col-4, 
		.mxyt-cols-md .mxyt-col-5, 
		.mxyt-cols-md .mxyt-col-6, 
		.mxyt-cols-md .mxyt-col-7, 
		.mxyt-cols-md .mxyt-col-8,
		
		.mxyt-cols-md .mxyt-bcol-2, 
		.mxyt-cols-md .mxyt-bcol-3, 
		.mxyt-cols-md .mxyt-bcol-4, 
		.mxyt-cols-md .mxyt-bcol-5, 
		.mxyt-cols-md .mxyt-bcol-6, 
		.mxyt-cols-md .mxyt-bcol-7, 
		.mxyt-cols-md .mxyt-bcol-8{width:100%;}
}
@media (max-width: 768px) {
	.mxyt-cols-sm .mxyt-col-2, 
		.mxyt-cols-sm .mxyt-col-3, 
		.mxyt-cols-sm .mxyt-col-4, 
		.mxyt-cols-sm .mxyt-col-5, 
		.mxyt-cols-sm .mxyt-col-6, 
		.mxyt-cols-sm .mxyt-col-7, 
		.mxyt-cols-sm .mxyt-col-8,
		
		.mxyt-cols-sm .mxyt-bcol-2, 
		.mxyt-cols-sm .mxyt-bcol-3, 
		.mxyt-cols-sm .mxyt-bcol-4, 
		.mxyt-cols-sm .mxyt-bcol-5, 
		.mxyt-cols-sm .mxyt-bcol-6, 
		.mxyt-cols-sm .mxyt-bcol-7, 
		.mxyt-cols-sm .mxyt-bcol-8{width:100%;}
}
@media (max-width: 480px) {
	.mxyt-cols-xs .mxyt-col-2, 
		.mxyt-cols-xs .mxyt-col-3, 
		.mxyt-cols-xs .mxyt-col-4, 
		.mxyt-cols-xs .mxyt-col-5, 
		.mxyt-cols-xs .mxyt-col-6, 
		.mxyt-cols-xs .mxyt-col-7, 
		.mxyt-cols-xs .mxyt-col-8,
		
		.mxyt-cols-xs .mxyt-bcol-2, 
		.mxyt-cols-xs .mxyt-bcol-3, 
		.mxyt-cols-xs .mxyt-bcol-4, 
		.mxyt-cols-xs .mxyt-bcol-5, 
		.mxyt-cols-xs .mxyt-bcol-6, 
		.mxyt-cols-xs .mxyt-bcol-7, 
		.mxyt-cols-xs .mxyt-bcol-8{width:100%;}
	.mxyt-channel-feat-video-player{float:none;width:auto;}
	.mxyt-channel-feat-video-descr{margin-left:0;padding-left:0;padding-top:15px;}

	.mxYouTubeR_channel .mxyt-playlist .mxyt-video{float:none;width:auto;margin-bottom:15px;}
	.mxYouTubeR_channel .mxyt-playlist .mxyt-title,
		.mxYouTubeR_channel .mxyt-playlist .mxyt-description,
		.mxYouTubeR_channel .mxyt-playlist .mxyt-meta{margin-left:0;padding-left:0;padding-right:0;}
	.mxYouTubeR_channel .mxyt-meta > div{width:20%; margin:0;}
	.mxYouTubeR_channel .mxyt-playlist .mxyt-meta{margin:0 -15px;}
}





@-moz-keyframes mxyt-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes mxyt-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes mxyt-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes mxyt-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mxyt-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}




/* IE 11 fix */
@media all and (-ms-high-contrast:none){
     *::-ms-backdrop, .mxyt-col-2, .mxyt-col-3, .mxyt-col-4, .mxyt-col-5, .mxyt-col-6, .mxyt-col-7, .mxyt-col-8 {display:block!important;}
}
