@font-face {
	font-family: 'lcweb-media';
	src:url('lcweb-media/fonts/lcweb-media.eot');
	src:url('lcweb-media/fonts/lcweb-media.eot?#iefix') format('embedded-opentype'),
		url('lcweb-media/fonts/lcweb-media.ttf') format('truetype'),
		url('lcweb-media/fonts/lcweb-media.woff') format('woff'),
		url('lcweb-media/fonts/lcweb-media.svg#lcweb-media') format('svg');
}

/* grid wrapper */
.mg_grid_wrap { 
	min-width: 200px;  
	width: 100%;
	margin: 12px auto 15px;
	position: relative;
	overflow: hidden;
}
.mg_grid_wrap.mg_has_pag { 
	padding-bottom: 55px;
}
.mg_grid_wrap, .mg_grid_wrap * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-font-smoothing: antialiased;
}
#mg_full_overlay * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
.mg_grid_wrap .mg_container {
	margin: auto;  
	width: 100.1% !important;
	overflow: visible !important;
	height: 200px;
	position: relative;
	
	-webkit-transition: height .7s ease; 
	-ms-transition: 	height .7s ease; 
	transition: 		height .7s ease; 
}
.mg_is_paginating .mg_container {
	height: 200px !important;	
	overflow: hidden !important;
	
	-webkit-transition: height .6s ease-out !important; 
	-ms-transition: 	height .6s ease-out !important; 
	transition: 		height .6s ease-out !important;
}
.mg_is_paginating .mg_box {
	-webkit-transition-duration: 	.3s !important;
	-ms-transition-duration: 		.3s !important;
	transition-duration: 			.3s !important;
}

/* preloader */
.mg_loader {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	overflow:hidden;
	z-index: 100;
	background: none;
	opacity: 0;
	filter: alpha(opacity=0);
}
.mgl_1, .mgl_2, .mgl_3, .mgl_4 {
	background-color: #777;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1px;
	
	-webkit-animation: mg_loader 2s infinite ease-in-out;
	animation: mg_loader 2s infinite ease-in-out;
}
.mgl_2 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.mgl_3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.mgl_4 {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
}
@-webkit-keyframes mg_loader {
	25% { -webkit-transform: translate3d(15px, 0, 0) rotate(-90deg) scale(0.3); }
	50% { -webkit-transform: translate3d(15px, 15px, 0) rotate(-180deg); }
	75% { -webkit-transform: translate3d(0, 15px, 0) rotate(-270deg) scale(0.3); }
	100% { -webkit-transform: rotate(-360deg); }
}
@keyframes mg_loader {
	25% { transform:  translate3d(15px, 0, 0) rotate(-90deg) scale(0.3); } 
	50% { transform: translate3d(15px, 15px, 0) rotate(-179deg); } 
	75% { transform: translate3d(0, 15px, 0) rotate(-270deg) scale(0.3); } 
	100% { transform: rotate(-360deg); }
}
.mg_old_loader .mg_loader,
.mg_new_loader .mg_loader {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mg_old_loader .mg_loader {
	background: url(../img/loader.gif) no-repeat center center transparent !important;
}
.mg_old_loader .mg_loader div {
	display: none !important;	
}
.mg_loaded .mg_loader {
	display: none !important;		
}
.mg_item_load .mg_loader {
	transform: 			scale(0.9) translateZ(0);
	-webkit-transform: 	scale(0.9) translateZ(0);
}


/* grid item */
.mg_box.mg_pre_show,
.mg_is_paginating .mg_box {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	display: inline-block;
	vertical-align: top;
}
.mg_container .mg_box {
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
}
.mg_container .mg_box.mg_shown {
	opacity: 1;
	filter: alpha(opacity=100);	
}
.mg_container .mg_box.mg_disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);	
}
.mg_box.isotope-hidden {
	z-index: 1 !important;
}
.mg_shadow_div {
	width: 100%;
	height: 100%;	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transform:	scale(0.95) translate3d(6px, 9px, 0);
	transform:			scale(0.95) translate3d(6px, 9px, 0);
}
.mg_shown .mg_shadow_div {
	filter: alpha(opacity=100);

	-webkit-animation: 	mg_show_item .4s ease-out 0s forwards;
	animation: 			mg_show_item .4s ease-out 0s forwards;		
}
@-webkit-keyframes mg_show_item {
    100% {
        opacity: 1;
		-webkit-transform: scale(1) translate3d(0,0,0);
    }
}
@keyframes mg_show_item {
    100% {
        opacity: 1;
		transform: scale(1) translate3d(0,0,0);
    }
}

/* webkit mediaelement fullscreen fix */
.mejs-fullscreen .mg_inl_video.mg_shown {
	position: static !important;	
}
.mejs-fullscreen .mg_inl_video.mg_shown .mg_shadow_div,
.mejs-fullscreen #mg_overlay_content {
	-webkit-animation: none !important;
	animation: none !important;		
	
	-webkit-transform: 	none !important;
	-ms-transform:		none !important;
	transform: 			none !important;

	-webkit-transition: none !important; 
	-ms-transition: 	none !important; 
	transition: 		none !important;
}


.mg_box.mg_pag_hide {
	display: none !important;	
}

/* items horizontal sizing */
.mg_box.col1_1 {width: 99.9%;}
.mg_box.col1_2 {width: 49.95%;}

.mg_box.col1_3 {width: 33.3%;}
.mg_box.col2_3 {width: 66.6%;}

.mg_box.col1_4 {width: 24.97%;}
.mg_box.col3_4 {width: 74.92%;}

.mg_box.col1_5 {width: 19.98%;}
.mg_box.col2_5 {width: 39.96%;}
.mg_box.col3_5 {width: 59.94%;}
.mg_box.col4_5 {width: 79.92%;}

.mg_box.col1_6 {width: 16.65%;}
.mg_box.col5_6 {width: 83.25%;}

.mg_box.col1_7 {width: 14.27%;}
.mg_box.col1_8 {width: 12.48%;}
.mg_box.col1_9 {width: 11.1%;}
.mg_box.col1_10 {width: 9.99%;}

/* mobile mode */
.mg_mobile_mode .mg_box.m_col1_1 {width: 99.9%;}
.mg_mobile_mode .mg_box.m_col1_2 {width: 49.95%;}

.mg_mobile_mode .mg_box.m_col1_3 {width: 33.3%;}
.mg_mobile_mode .mg_box.m_col2_3 {width: 66.6%;}

.mg_mobile_mode .mg_box.m_col1_4 {width: 24.97%;}
.mg_mobile_mode .mg_box.m_col3_4 {width: 74.92%;}


.mg_box img {
  display: block;
  border: none;
  padding: 0px;
}
.mg_box .thumb {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	position: absolute;
	
	max-width: none !important;
	max-height: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	
	top: 50%;
	left: 50%;
	
	-webkit-transform: 	translate(-50%, -50%); 
	-ms-transform: 		translate(-50%, -50%);
	transform: 			translate(-50%, -50%);
}
.mg_box.mg_landscape .thumb {
	width: 100% !important;
	height: auto !important;	
}
.mg_box.mg_portrait .thumb {
	width: auto !important;
	height: 100% !important;	
}
.mg_seo_dl_link {
	text-decoration: none !important;
	visibility: hidden !important	
}

.img_wrap,
.img_wrap > div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img_wrap > div {
	position: relative;	
}
.img_wrap > div > br {
	display: none;
}
.img_wrap > div > p {
	margin: 0;
	padding: 0;
}
.mg_img_wrap_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
}
.mg_img_wrap_inner,
.mg_box .overlays {
	-ms-transform: perspective(750px);	
	-webkit-transform: perspective(750px);	
	transform: perspective(750px);	
}
.mg_transitions, 
.mg_inl_video .img_wrap .thumb,
.mg_inl_video .img_wrap .overlays {
	cursor: pointer;	
}
.mg_static_img.mg_transitions {
	cursor: default;
}
.mg_box img {
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}
.img_wrap .overlays {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: 0 !important;	
	z-index: 20;
}
.mg_item_no_ol .img_wrap .overlays {
	display: none !important;
}
.mg_disabled .img_wrap .overlays {
	display: none !important;
}
.mg_error_mess {
	position: absolute;
	opacity: 1 !important;
	display: inline-block;
	padding: 5px 13px;
	background: #9B1719;
	color: #fff;
	font-size: 14px;	
}


/* link item - overlay fix */
.mg_link a.mg_link_elem {
	display: block;
	height: 100%;	
	text-decoration: none !important;	
}
.mg_link a.mg_link_elem > br, 
.mg_link a.mg_link_elem > p {
	display: none !important;	
}
.mg_link .mg_title_under {
	cursor: pointer;	
}

/* inline video - player position */
.mg_inl_video .mg_video_iframe {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.mg_sh_inl_video {
	position: absolute;	
}
.mg_sh_inl_video,
.mg_inl_video .mejs-container,
.mg_inl_video .mejs-container video {
	min-width: 100% !important;
	min-height: 100% !important;	
	height: 100% !important;
	width: 100% !important;
}
.mg_sh_inl_video .mejs-overlay.mejs-overlay-play {
	min-height: 100%;
}
.mg_sh_inl_video .mejs-overlay-button {
	margin-top: -35px !important;	
}


/* inline audio - player position */
.mg_inl_audio_img_wrap {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
	z-index: 1;
}
.mg_box.mg_inl_audio {
	z-index: 10;
}
.mg_box.mg_inl_audio .overlays {
	cursor: pointer;	
}
.mg_box.mg_inl_audio .img_wrap > div {
	overflow: hidden; 	
}
.mg_inl_audio_player {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 30px;	
	max-height: 30px;
	overflow: visible;
	z-index: 10;
}
.mg_inl_audio_player > audio {
	display: none !important;	
}
.mg_box.mg_inl_audio .mg_inl_audio_tracklist {
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}


/* inline text item */ 
.mg_inl_txt_table, .mg_inl_txt_table > tbody, .mg_inl_txt_table > tbody > tr {
	margin: 0px !important;
	padding: 0px;
	border: none !important;
	background: none !important;
	height: 100%;
	width: 100%;	
}
.mg_inl_txt_td {
	margin: 0px !important;
	border: none !important;
	background: none !important;
	height: 100%;
	width: 100%;	
	line-height: 21px;
	vertical-align: middle;
}
.mg_inl_txt_td > *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.mg_inl_txt_td > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.mg_inl_txt_top_padding_fix {
	padding-top: 10px !important;	
}
.mg_inl_txt_btm_padding_fix {
	padding-bottom: 10px !important;	
}
.mg_inl_txt_top_margin_fix {
	margin-top: 10px !important;	
}
.mg_inl_txt_btm_margin_fix {
	margin-bottom: 10px !important;	
}


/*** inline slider item ***/
.mg_inl_slider_wrap {
	width: 100%;
	height: 100%;	
}
.mg_inl_slider_wrap .lcms_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 18px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;	
	font-family: "Source Sans Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.89em;
	letter-spacing: 0.025em;
	line-height: 18px;
}
.mg_inl_slider_wrap .lcms_nav {
	position: absolute;
	z-index: 999;	
	width: 55px;
	height: 26px;
	top: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.mg_inl_slider_wrap .lcms_nav * {
	display: inline-block;
	float: left;
	cursor: pointer;
	width: 50%;
	height: 100%;
	background: #fff;
	opacity: 0.6;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
	
	-webkit-transition: opacity .2s ease-in; 
	-ms-transition: 	opacity .2s ease-in; 
	transition: 		opacity .2s ease-in;
}
.mg_inl_slider_wrap .lcms_nav *:hover {
	opacity: 0.8;	
}
.mg_inl_slider_wrap .lcms_prev {
	border-radius: 0 0 0 3px;
}
.mg_inl_slider_wrap .lcms_prev:before,
.mg_inl_slider_wrap .lcms_next:before {
	font-size: 17px;
	line-height: 25px;
	color: #555;
	display: block;	
	height: 100%;
	margin-top: 4px;
	font-family: 'fontawesome';
	
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mg_inl_slider_wrap .lcms_prev:before {
	content: "\f104";	
}
.mg_inl_slider_wrap .lcms_next:before {
	content: "\f105";	
}


/* main overlay */
.img_wrap .overlays .overlay {
	cursor: pointer; 
	position: absolute;
	
	height: 3000px;
	width: 3000px;
	
	top: 0;
	left: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);	
	z-index: 5;
	
	-webkit-transform: 	translate3d(-2500px, -2500px, 0) rotate(45deg); 
	-ms-transform: 		translate(-2500px, -2500px) rotate(45deg); 
	transform: 			translate3d(-2500px, -2500px, 0) rotate(45deg); 
	
	-webkit-transition: transform .4s ease-in-out, opacity .15s linear;  
	-ms-transition: 	transform .4s ease-in-out, opacity .15s linear; 
	transition: 		transform .4s ease-in-out, opacity .15s linear; 	
}
  
.img_wrap:hover .overlays .overlay,
.mg_touch_on .overlays .overlay {
	-webkit-transform: 	translate3d(-600px, -600px, 0)  rotate(45deg);  
	-ms-transform: 		translate(-600px, -600px)  rotate(45deg); 
	transform: 			translate3d(-600px, -600px, 0)  rotate(45deg); 
	
	-webkit-transition: transform .9s ease-in-out, opacity 0.2s linear;  
	-ms-transition: 	transform .9s ease-in-out, opacity 0.2s linear; 
	transition: 		transform .9s ease-in-out, opacity 0.2s linear; 	
}


/* item type overlay */
.img_wrap .overlays .cell_more {
	width: 0; 
	height: 0; 
	border-left: 67px solid transparent; 
	border-right: 0px solid transparent; 
	border-bottom: 67px solid #666;
	background: none !important;
	
	position: absolute; 
	right: -67px;
	bottom: -67px; 
	opacity: 1;  
	z-index: 15;
	
	-webkit-transition: all .45s ease;  
	-ms-transition: 	all .45s ease; 
	transition: 		all .45s ease; 	
}
.img_wrap:hover .overlays .cell_more,
.mg_touch_on .overlays .cell_more {
	bottom: 0px;
	right: 0px;
}
.img_wrap .overlays .cell_more span { 
	left: -27px;
	top: 36px;
	position: relative;
	cursor: pointer;
	
	display: block;
	height: 18px;
	width: 18px;
	
	font-family: 'lcweb-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.img_wrap .overlays .cell_more span:before {	
	font-size: 19px;
}

/* title overlay */
.img_wrap .overlays .cell_type {
	backface-visibility: hidden;
    opacity: 0;
    position: relative;
    text-align: center;
    top: 50%;
	height: 100%;
	width: 100%;
	z-index: 10;
	
	-webkit-transform: 	rotate(-2.5deg) translate(-1%, -21%) translateZ(0px) scale(1.05);
	-ms-transform: 		rotate(-2.5deg) translate(-1%, -21%) translateZ(0px) scale(1.05);
	transform: 			rotate(-2.5deg) translate(-1%, -21%) translateZ(0px) scale(1.05);
	
	-webkit-transition: all 0.2s ease-in 0s;  
	-ms-transition: 	all 0.2s ease-in 0s; 
    transition: 		all 0.2s ease-in 0s;
}
.img_wrap:hover .overlays .cell_type,
.mg_touch_on .overlays .cell_type { 
	opacity: 1;
   
   	-webkit-transform: 	rotate(0deg) translate(0, -20%) translateZ(0px) scale(1);
	-ms-transform: 		rotate(0deg) translate(0, -20%) translateZ(0px) scale(1);
    transform: 			rotate(0deg) translate(0, -20%) translateZ(0px) scale(1);
 	
	-webkit-transition: all 0.2s ease-in 0.15s;
	-ms-transition: 	all 0.2s ease-in 0.15s;
	transition: 		all 0.2s ease-in 0.15s;
}
.mg_overlay_tit {
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: normal;
	text-decoration: none;
}
.mg_mobile_mode .mg_overlay_tit {
	font-size: 0.8em;
}

/* title under */
.mg_container.mg_grid_title_under:not(.mg_tu_detach) .img_wrap.mg_has_txt_under {
	border-bottom: none;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;	
}
.mg_title_under {
	-webkit-hyphens: auto;  
    -moz-hyphens: auto;  
    hyphens: auto;  
}

/* iconic font for secondary overlay */
.mg_static_img .cell_more span:before, .mg_image .cell_more span:before {content: "\e61a";} /* img */
.mg_gallery .cell_more span:before {content: "\e608";} /* gallery */
.mg_video .cell_more span:before, .mg_inl_video .cell_more span:before {content: "\e606";} /* video */
.mg_audio .cell_more span:before, .mg_inl_audio .cell_more span:before {content: "\e609";} /* audio */
.mg_link .cell_more span:before {content: "\e604";} /* link */
.mg_lb_text .cell_more span:before {content: "\e607"; font-size: 18px;} /* custom content */
.mg_post_contents .cell_more span:before {content: "\e605";} /* post contents */
.mg_woocom .cell_more span:before {content: "\e619";} /* shop
}


/* PAGINATION */
.mg_pag_wrap {
	position: absolute;
	bottom: 11px;
	left: 0;
	right: 0;
	height: 33px;
	z-index: 15;
}
.mg_pag_wrap * {
	display: inline-block;	
	
	-webkit-transition: all .2s linear; 
	-ms-transition: 	all .2s linear; 
	transition: 		all .2s linear;	
}
.mg_pag_wrap > div {
	height: 100%;
	vertical-align: top;	
	border-style: solid;
}
.mg_next_page,
.mg_prev_page {
	width: 33px;
	cursor: pointer;
	text-align: center;
}
.mg_prev_page i,
.mg_next_page i {
	width: 11px;
	height: 18px;
	opacity: 0.65;
	filter: alpha(opacity=50);
	vertical-align: top;
	
	font-family: 'lcweb-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;	
}
.mg_prev_page:hover i,
.mg_next_page:hover i {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.mg_next_page > i:before,
.mg_prev_page > i:before {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}
.mg_next_page > i:before {
	content: "\e618";	
}
.mg_prev_page > i:before {
	content: "\e617";
}
.mg_prev_page i,
.mg_next_page i,
.mg_nav_mid div {
	position: relative;
	top: 50%;
	
	-webkit-transform: 	translateY(-55%); 
	-ms-transform: 		translateY(-55%); 
	transform: 			translateY(-55%);	
}
.mg_nav_mid div {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 0.77em;
    line-height: normal;
    padding: 0 12px;
    vertical-align: top;
}
.mg_pag_onlynum font {
	bottom: -4px;
    font-size: 28px;
    line-height: 0;
    opacity: 0.25;
	filter: alpha(opacity=25);
    padding: 0 2px;
    position: relative;
}
.mg_only_arr > div > div {
	 margin: 0 15px;
	 line-height: 0 !important;
}

.mg_next_page,
.mg_nav_mid {
	border-width: 1px 1px 1px 0;
}
.mg_next_page {
	border-width: 1px 1px 1px 0;
	border-radius: 0 2px 2px 0;	
}
.mg_prev_page {
	border-width: 1px 0 1px 1px;
	border-radius: 2px 0 0 2px;	
}
.mg_nav_mid {
	border-width: 1px 0;	
}

/* only arrows */
.mg_only_arr > div {
	width: 44px;	
	padding: 0 12px;	
}

/* monoblock arrows */
.mg_only_arr_dt > div {
	 border-radius: 2px;
	 border-width: 1px;
	 width: 45px;
}
.mg_only_arr_dt .mg_prev_page {
	 margin-right: 17px;
}

/* disabled pag*/
.mg_pag_disabled {
	box-shadow: none !important;	
	cursor: auto !important;	
}
.mg_pag_disabled i,
.mg_pag_disabled:hover i {
	opacity: 0.2 !important;
	filter: alpha(opacity=20) !important;
}

/* light pag style */
.mg_pag_light .mg_next_page i:before,
.mg_pag_light .mg_prev_page i:before  {
	color: #737373;
}
.mg_pag_light .mg_nav_mid  {
	color: #999;
}
.mg_pag_light > div {
	border-color: #CECECE;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #fdfdfd 53%, #f9f9f9 89%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(53%,#fdfdfd), color-stop(89%,#f9f9f9), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.mg_pag_light .mg_prev_page:not(.mg_pag_disabled):hover,
.mg_pag_light .mg_next_page:not(.mg_pag_disabled):hover {
	border-color: #c6c6c6;
	
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f9f9f9 11%, #fdfdfd 47%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(11%,#f9f9f9), color-stop(47%,#fdfdfd), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}
.mg_pag_light .mg_next_page:hover {
	box-shadow: 1px 0 0px rgba(0, 0, 0, 0.1) inset;	
}
.mg_pag_light .mg_prev_page:hover {
	box-shadow: -1px 0 0px rgba(0, 0, 0, 0.1) inset;		
}
.mg_pag_light.mg_only_arr_dt > div:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);	
}
.mg_pag_light .mg_nav_mid {
	color: #404040;
}

/* dark pag style */
.mg_pag_dark .mg_next_page > div:before,
.mg_pag_dark .mg_prev_page > div:before  {
	color: #efefef;
}
.mg_pag_dark > div {
	border-color: #444;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #fdfdfd 53%, #f9f9f9 89%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(53%,#fdfdfd), color-stop(89%,#f9f9f9), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.mg_pag_dark .mg_prev_page:not(.mg_pag_disabled):hover,
.mg_pag_dark .mg_next_page:not(.mg_pag_disabled):hover {
	border-color: #535353;

	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #404040 65%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(65%,#404040), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#404040 65%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#404040 65%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#404040 65%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#404040 65%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
}
.mg_pag_dark .mg_next_page:hover {
	box-shadow: 1px 0 0px rgba(240, 240, 240, 0.2) inset;	
}
.mg_pag_dark .mg_prev_page:hover {
	box-shadow: -1px 0 0px rgba(240, 240, 240, 0.2) inset;		
}
.mg_pag_dark.mg_only_arr_dt > div:hover {
	box-shadow: 0 0 1px rgba(240, 240, 240, 0.2);		
}
.mg_pag_dark .mg_nav_mid {
	color: #e5e5e5;
}



/* FILTERS */
.mg_filter {
	margin-bottom: 10px;	
	display: block;
}
.mg_filter > a {
	display: inline-block;	
	cursor: pointer;
	text-decoration: none !important;	

	-webkit-transition: all .2s linear; 
	-ms-transition: 	all .2s linear; 
	transition: 		all .2s linear; 
}
.mg_filter > a:hover {
	text-decoration: none;	
}
.mg_filter > span { 
	display: inline-block;
	padding: 0 5px;
}
.mg_old_filters .mg_cats_selected {
	font-weight: bold;	
}
.mg_new_filters {
	margin-bottom: 6px;	
}
.mg_new_filters a.mgf {
	font-size: 14px;
	line-height: 28px;
    height: 29px;
	padding: 0px 10px;
	margin: 0px	7px 8px;
}
.mg_filter .mg_cat_icon {
	padding-right: 6px;	
	position: relative;
    top: 50%;
    vertical-align: top;
	
	-webkit-transform: 	translateY(-50%); 
	-ms-transform: 		translateY(-50%); 
	transform: 			translateY(-50%); 
}
.mg_mobile_filter {
	margin-bottom: 11px;	
	display: none;
}
.mg_mobile_filter_dd {
	width: 100%;
	padding: 8px 10px;	
	display: none;
	font-size: 13px;
    height: 40px;
}

/* filters alignment */
.mg_left_col_filters,
.mg_right_col_filters {
	display: table;	
}
.mg_left_col_filters .mg_filter,
.mg_left_col_filters .mg_container,
.mg_right_col_filters .mg_filter,
.mg_right_col_filters .mg_container {
	display: table-cell;	
	vertical-align: top;
}
.mg_left_col_filters .mg_filter {
	padding-right: 18px;	
}
.mg_right_col_filters .mg_filter {
	text-align: right;
	padding-left: 18px;	
}
.mg_left_col_filters .mg_filter a,
.mg_right_col_filters .mg_filter a {
	clear: both;
	margin-right: 0;	
}
.mg_left_col_filters .mg_old_filters a,
.mg_right_col_filters .mg_old_filters a {
	padding: 5px 0;	
}
.mg_right_col_filters .mg_cat_icon {
	padding-right: 0;
	padding-left: 6px;	
}


/* search box */
.mgf_search_form {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	vertical-align: top;
	border-width: 0;
	border-style: solid;
	border-color: transparent !important;
}
.mgf_search_form input {
	padding: 4px 29px 4px 7px;
	margin: 0 !important;
	border-width: 1px; 
	font-size: 14px;
	width: 100%;
	
	-webkit-transition: max-width .7s ease, color .2s linear, background-color .2s linear, border-color .2s linear; 
	-ms-transition: 	max-width .7s ease, color .2s linear, background-color .2s linear, border-color .2s linear; 
	transition: 		max-width .7s ease, color .2s linear, background-color .2s linear, border-color .2s linear;   
}
.mgf_search_form i {
	position: absolute;
	border: none !important;
	background: none !important;
	right: 2px;
	top: 50%;
	
	-webkit-transform: 	translateY(-50%); 
	-ms-transform: 		translateY(-50%); 
	transform: 			translateY(-50%); 
}
.mgf_search_form i:before {
	cursor: pointer;
    font-size: 15px;
	color: #555;
	display: inline-block;
	padding: 5px;
	border: none !important;
	background: none !important;
	
	-webkit-transition: all .2s linear; 
	-ms-transition: 	all .2s linear; 
	transition: 		all .2s linear; 
}
.mgf_search_form:hover i:before {
	border: none !important;
}

/* with no filters */
.mg_no_filters .mgf_search_form {
	width: 100%;
	max-width: 300px;
	margin-bottom: 12px;
}

/* with top filters */
.mg_has_search.mg_top_filters .mgf_search_form {
	margin-bottom: 12px;
}
.mg_has_search.mg_top_filters .mg_filter {
	display: block;	
}


/* side filters */
.mg_left_col_filters .mgf_search_form,
.mg_right_col_filters .mgf_search_form {
	position: absolute;
	top: 0;
	z-index: 80;
	width: auto;
}
.mg_left_col_filters .mgf_search_form input:focus,
.mg_right_col_filters .mgf_search_form input:focus {
	max-width: 300px;
}
.mg_has_search.mg_left_col_filters .mg_filter:before,
.mg_has_search.mg_right_col_filters .mg_filter:before {
	content: "";
	display: inline-block;
    float: left;
    height: 0;
    position: relative;
    top: -13px;
    width: 96%;
	left: 2%;
	right: 25;
	opacity: 0.4;
	filter: alpha(opacity=40);
	

	border-top: 1px dashed #888; /* TO DYN SET */	
}
.mg_left_col_filters .mgf_search_form {
	left: 0;
}
.mg_right_col_filters .mgf_search_form {
	right: 0;
}
/* fix loader on IE if filters are on side */
.mg_side_ie_fix .mg_left_col_filters .mg_loader,
.mg_side_ie_fix .mg_right_col_filters .mg_loader {
	margin-top: 110px !important;
}


/* LIGHTBOX */
#mg_full_overlay .mg_item_load,
#mg_overlay_content {
	opacity: 0;
	filter: alpha(opacity=0);
	
	transform: 			scale(0.75) translate3d(0,6px,0);
	-webkit-transform: 	scale(0.75) translate3d(0,6px,0);
}
.mg_item_load {
	height: 74px;
	width: 74px;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
	z-index: 99985;
	
	-webkit-transition: opacity .25s ease-in, transform .5s cubic-bezier(0.680, 0, 0.265, 1); 
	transition: 		opacity .25s ease-in, transform .5s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
#mg_overlay_content {
	top: 0;
	-webkit-font-smoothing: antialiased;
	
	transform: 			scale(0.95) translate3d(0,8px,0);
	-webkit-transform: 	scale(0.95) translate3d(0,8px,0);
	
	-webkit-transition: opacity .25s ease-in, transform .5s ease; 
	transition: 		opacity .25s ease-in, transform .5s ease; 
}
#mg_full_overlay .mg_item_load.mg_lb_shown,
#mg_overlay_content.mg_lb_shown {
	opacity: 1;
	filter: 			alpha(opacity=100);
	
	transform: 			scale(1) translate3d(0,0,0);
	-webkit-transform: 	scale(1) translate3d(0,0,0);
}
#mg_lb_scroll_helper {
	background: transparent;
	position: absolute; 
	z-index: 99989; 
	height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    width: 120%;
	min-height: 100%;
}
#mg_full_overlay {
	width: 100%;
	display: none;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 99990;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	padding: 0 10px;
	
	-moz-box-sizing: border-box;
     box-sizing: border-box; 
}
#mg_full_overlay > * {
	text-align: left;	
}
#mg_full_overlay:before {
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;	
}
#mg_full_overlay_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 99975;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: opacity .3s ease, height 0s linear .2s; 
	-ms-transition: 	opacity .3s ease, height 0s linear .2s; 
	transition: 		opacity .3s ease, height 0s linear .2s;  
}
#mg_full_overlay_wrap.mg_lb_shown {
	height: 100%;
	-webkit-transition: opacity .4s ease .05s, height 0s linear 0s; 
	-ms-transition: 	opacity .4s ease .05s, height 0s linear 0s; 
	transition: 		opacity .4s ease .05s, height 0s linear 0s; 
}

#mg_overlay_content {
	min-width: 280px;
	height: auto;
	min-height: 30px;
	margin: 60px 0;
	overflow: visible;
	z-index: 99990;
	position: relative;
	padding: 40px 20px 20px;
	
	display: inline-block;
	vertical-align: middle;
	
	-moz-box-sizing: border-box;
     box-sizing: border-box; 
}
.mg_item_featured {
	min-height: 100px;
	position: relative;
}


/* WP video/audio player */
.mg_me_player_wrap * {
	outline: none !important;	
}
.mg_me_player_wrap .mejs-container,
.mg_me_player_wrap .mejs-mediaelement video {
	min-width: 100%;	
}
.mg_me_player_wrap .mejs-controls,
.mg_me_player_wrap .mejs-volume-slider {
	background: #313131 !important;		
}
.mg_me_player_wrap .mejs-poster {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	max-width: 100%;
	min-width: 100%;
}
.mg_me_player_wrap .mejs-time-slider {
	margin: 6px 15px 5px !important;	
}
.mg_me_player_wrap .mejs-time-total,
.mg_me_player_wrap .mejs-time-total > span:not(.mejs-time-handle):not(.mejs-time-float) {
	height: 8px !important;
	border-radius: 0 !important;
}
.mg_me_player_wrap .mejs-time-handle {
	min-height: 12px;
	min-width: 12px;
	top: -2px !important;
	border-radius: 50% !important;
	display: inline-block !important;	
	border: none !important;
	background-color: #fefefe !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.mg_me_player_wrap .mejs-time-handle:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 50%;
	position: relative;
	top: 4px;
	left: 4px;	
}
.mg_me_player_wrap .mejs-time-float {
	line-height: 13px !important;
	border-radius: 2px !important;
	border: none !important;	
}
.mg_me_player_wrap .mejs-time-slider {
	background: #4e4e4e !important;	
}
.mg_me_player_wrap .mejs-time-loaded {
	background: #545454 !important;
}
.mg_me_player_wrap .mejs-time-current {
	background: #b2b2b2 !important;
}
.mg_me_player_wrap .mejs-overlay {
	min-width: 100%;
}

.mg_me_player_wrap .mejs-volume-slider {
	left: 1px !important; 	
}
.mg_me_player_wrap .mejs-controls .mejs-volume-slider {
	height: 65px !important;
	top: -65px !important;	
}
.mg_me_player_wrap .mejs-controls .mejs-volume-slider .mejs-volume-total {
	height: 50px !important;	
}
.mg_me_player_wrap .mejs-controls .mejs-volume-slider .mejs-volume-current {
	max-height: 50px;	
}
.mg_me_player_wrap .mejs-controls .mejs-volume-slider .mejs-volume-handle {
	top: 6px;	
}


.mg_me_player_wrap .mejs-button button {
	background: none !important;	
}
.mg_me_player_wrap .mejs-button button:before {	
	font-family: "fontawesome";	
	font-size: 13px;
	position: relative;
	top: 2px;
	color: #fefefe;
}
.mg_me_player_wrap .mejs-mg-prev button:before {content: "\f04a";}
.mg_me_player_wrap .mejs-play button:before {content: "\f04b";}
.mg_me_player_wrap .mejs-pause button:before {content: "\f04c";}
.mg_me_player_wrap .mejs-mg-next button:before {content: "\f04e";}
.mg_me_player_wrap .mejs-mute button:before {content: "\f028"; font-size: 14px;}
.mg_me_player_wrap .mejs-unmute button:before {content: "\f026"; font-size: 14px;}
.mg_me_player_wrap .mejs-fullscreen-button button:before {content: "\f065";}
.mg_me_player_wrap .mejs-fullscreen-button.mejs-unfullscreen button:before {content: "\f066" !important;}
.mg_me_player_wrap .mejs-mg-loop-button button:before {content: "\f01e";} .mg_me_player_wrap .mejs-mg-loop-off button:before {color: #999 !important;}
.mg_me_player_wrap .mejs-mg-tracklist-button button:before {content: "\f00b"; font-size: 14px;} .mg_me_player_wrap .mejs-mg-tracklist-off button:before {color: #999 !important;}

.mg_me_player_wrap .mejs-mg-prev button {
	margin-right: 0;	
}
.mg_me_player_wrap .mejs-mg-next button {
	margin-left: 0;	
}
.mg_me_player_wrap audio,
.mg_me_player_wrap video {
	min-width: 100%;	
}
.mg_me_player_wrap .mejs-container-fullscreen .mejs-container, 
.mg_me_player_wrap .mejs-container-fullscreen video {
	min-width: 100%;
	min-height: 100%;	
	background: #000;
}
		

.mg_me_player_wrap .mejs-offscreen,
.mg_me_player_wrap .mejs-overlay-loading,
.mg_me_player_wrap.mg_self-hosted-video > video,
.mg_me_player_wrap.mg_self-hosted-video > img {
	display: none !important;	
}


/* audio tracklist */
.mg_audio_tracklist,
.mg_audio_tracklist * {
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;	
}
.mg_audio_tracklist {
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	background: #373737;
	color: #ddd;
	font-size: 15px;
}
.mg_audio_tracklist li {
	cursor: pointer;	
	padding: 5px 10px 6px 42px;
	font-size: 13px;
	line-height: normal;
	border-top: 1px solid #515151;
	position: relative;

	-webkit-transition: background-color .2s ease, color .2s ease; 
	-ms-transition: 	background-color .2s ease, color .2s ease;
	transition: 		background-color .2s ease, color .2s ease;
}
.mg_audio_tracklist li:before {
	content: attr(rel);
	position: absolute;
	top: -1px;
	left: 0;
	bottom: 0;
	width: 17px;
	line-height: 28px;
	padding: 0 7px; 
	font-size: 15px;
	text-align: center;
	z-index: 10;
	background: #535353;
	border-top: 1px solid #373737;
}
.mg_audio_tracklist li:first-child:before {
	border: none;
}
.mg_audio_tracklist li:hover {
	background-color: #3c3c3c;
	color: #fefefe;
}
.mg_audio_tracklist li.mg_current_track {
	background-color: #434343 !important;	
	color: #fff !important;
}

/* soundcloud embed */
.mg_item_featured .mg_soundcloud_embed {
	width: 100%;
	height: 166px;
	margin-top: 7px;	
}
.mg_inl_audio .mg_soundcloud_embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.mg_inl_audio.mg_item_no_ol .mg_soundcloud_embed {
	z-index: 10;
}


/* custom attributes */
.mg_cust_options {
	list-style: none;
	margin: 0 0 10px;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}	
.mg_cust_options li {
	padding: 2px 0;	
	margin-left: 5px;
	font-size: 98%;
	overflow: hidden;
    word-break: break-all;
}
.mg_cust_options .mg_cust_opt_icon {
	font-size: 14px;
    width: 19px;	
}
.mg_cust_options span {




	font-weight: bold;
	padding-right: 3px;	
}
.mg_cust_options span:after {
	content: ":";
}
.mg_cust_options .mg_wc_rating {
	font-size: 100%;
	padding: 13px 0 2px;	
}
.mg_cust_options .mg_wc_rating i {
	padding-right: 3px;	
}
.mg_cust_options li i {
	opacity: 0.9;
	filter: alpha(opacity=90);	
}

.mg_item_title {
	font-size: 20px;
	font-weight: bold;	
	margin: 0 0 10px 0;
	line-height: 29px;
	padding: 0;
}
.mg_item_text {
	-webkit-hyphens: auto;  
    -moz-hyphens: auto;  
    hyphens: auto;  
	overflow: hidden;
}
.mg_item_text img {
	max-width: 100%;
	width: auto;
}

/* woocommerce price and cart button */
.mg_item_text p.product.woocommerce {
	margin: 5px 0 20px;	
}
.mg_item_text p.product.woocommerce .amount {
	display: inline-block;
    font-size: 22px;
    min-width: 98px;
    font-weight: bold;
    line-height: 20px;
	margin-left: 12px;	
	position: relative;
    top: 2px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	-webkit-transition: opacity .2s linear; 
	-ms-transition: 	opacity .2s linear; 
	transition: 		opacity .2s linear; 
}
.mg_item_text p.product.woocommerce:hover .amount {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mg_item_text p.product.woocommerce .button {
    border-radius: 2px;
	height: 20px;
    box-shadow: none;
    font-size: 0.85em;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 20px;
    padding: 8px 14px;
    text-transform: uppercase;
    font-family: helvetica,​arial,​sans-serif;
	margin-top: 5px;
	
	color: #727272;
	border: 2px solid #727272;
	background: none;
	
	-webkit-transition: all .1s linear; 
	-ms-transition: 	all .1s linear; 
	transition: 		all .1s linear;  	
}
.mg_item_text p.product.woocommerce .button:hover {
	background: #727272;
	color: #fff;
	border-color: transparent;	
}
.mg_item_text p.product.woocommerce .button.added {
	margin-right: 28px;	
}
.mg_item_text p.product.woocommerce .button.added:before {
	top: 8px;	
}
.mg_item_text p.product.woocommerce .added_to_cart:hover {
	text-decoration: none;	
}

/* google crawler and preview - show lightbox */
#mg_full_overlay.google_crawler #mg_overlay_content {
	opacity: 1;
	filter: alpha(opacity=100);
}
#mg_full_overlay_wrap.google_crawler {
	height: 100%;	
}


/*** LIGHTBOX TEXTS SHOWINGS ***/
.mg_lb_txt_fx.mg_item_content > * {
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);	

	-webkit-animation: 	mg_lb_side_text .4s ease-out .45s forwards;
	animation:			mg_lb_side_text .4s ease-out .45s forwards;		
}
.mg_lb_txt_fx .mg_item_title {
	-webkit-transform: translate3d(6px,0,0);
	transform: translate3d(6px,0,0);	
}
.mg_cust_options {
	-webkit-animation-delay: .65s !important;	
	animation-delay: .65s !important;	
}
.mg_item_text {
	-webkit-animation-delay: .8s !important;	
	animation-delay: .8s !important;	
}
#mg_socials {
	-webkit-animation-delay: 1s !important;	
	animation-delay: 1s !important;	
}
@-webkit-keyframes mg_lb_side_text {
    100% {
        opacity: 1;
		-webkit-transform: translate3d(0,0,0);
    }
}
@keyframes mg_lb_side_text {
    100% {
        opacity: 1;
		transform: translate3d(0,0,0);
    }
}
/* IE9 fix */
.mg_old_loader .mg_lb_txt_fx.mg_item_content > * {
	opacity: 1;
	-ms-transform: translate3d(0,0,0) !important;	
}


/*** LIGHTBOX COMMANDS STYLES ***/ 
.mg_close_lb:before, 
.mg_nav_prev > i:before,
.mg_nav_next > i:before {
	position: relative;
	color: #888;

	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: 	all .2s ease-in-out; 
	transition: 		all .2s ease-in-out; 
	
	font-family: 'lcweb-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mg_close_lb:before {content: "\e616";}
.mg_nav_prev > i:before {content: "\e617";}
.mg_nav_next > i:before {content: "\e618";}

.mg_nav_prev > i:before,
.mg_nav_next > i:before {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.mg_close_lb, 
.mg_nav_prev.mg_nav_active > i,
.mg_nav_next.mg_nav_active > i {
	cursor: pointer;
	display: inline-block;
}
.mg_close_lb:before, 
.mg_nav_prev.mg_nav_active > i:before,
.mg_nav_next.mg_nav_active > i:before {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mg_close_lb:hover:before, 
.mg_nav_prev.mg_nav_active:hover > i:before,
.mg_nav_next.mg_nav_active:hover > i:before {
	opacity: 1;
	filter: alpha(opacity=100);		
}

/* inside */
#mg_inside_close {
	cursor: pointer;
	display: block; 
    height: 27px;
    width: 27px;
	position: absolute;
    top: 4px;
	right: 15px;	
	z-index: 999;
}
#mg_inside_close:before {
	font-size: 22px;
	top: 5px;
    left: 3px;
}
#mg_lb_inside_nav {
	display: block; 
    position: absolute;
	width: 70%;
	height: 30px;
	overflow: hidden;
    top: 6px;
	left: 14px;
	z-index: 989;
}
#mg_lb_inside_nav > * > i {
	width: 28px;
	height: 27px;
	margin-top: 1px;
	display: inline-block;
	text-align: center;
}
#mg_lb_inside_nav > * > i:before {
	font-size: 18px;
	top: 3px;
}
.mg_inside_nav_prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.mg_inside_nav_next {
	position: absolute;
	top: 0;
	left: 28px;
	z-index: 2;
	width: 100%;
}
#mg_lb_inside_nav > * > div {


	display: inline-block;
	position: absolute;
	top: 1px;
	cursor: pointer;
	width: auto; 
	font-size: 97%;
    line-height: 24px;
	
	opacity: 0;
	filter: alpha(opacity=0);
	transform:			translateX(20px);
	-ms-transform: 		translateX(20px);
	-webkit-transform: 	translateX(20px);
	
	-webkit-transition: all .2s ease-in; 
	-ms-transition: 	all .2s ease-in; 
	transition: 		all .2s ease-in; 
}
#mg_lb_inside_nav > .mg_inside_nav_prev > div {
	left: 58px;
}
#mg_lb_inside_nav > .mg_inside_nav_next > div {
	left: 28px;
}
#mg_lb_inside_nav > *:hover > div {
	opacity: 1;
	filter: alpha(opacity=100);
	
	transform:			translateX(0);
	-ms-transform: 		translateX(0);
	-webkit-transform: 	translateX(0);
}

/* top */
#mg_top_close {
	cursor: pointer;
	display: block; 
    height: 50px;
    width: 50px;
	position: fixed;
    top: 0px;
	right: 0px;	
	z-index: 99997;
	text-align: center;
}
#mg_top_close:before {
	font-size: 24px;
	top: 11px;
}
#mg_lb_top_nav {
	display: block; 
    position: fixed;
    top: 0px;
	left: 0px;
	z-index: 99996;
}
#mg_lb_top_nav > * > i {
	width: 38px;
	height: 50px;
	display: inline-block;
	text-align: center;
	
	-webkit-transition: border-radius .2s linear; 
	-ms-transition: 	border-radius .2s linear; 
	transition: 		border-radius .2s linear; 
}
#mg_lb_top_nav > * > i:before {
	font-size: 19px;
	top: 14px;
}
#mg_lb_top_nav:hover i {
	border-radius: 0 !important;	
}
.mg_top_nav_prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mg_top_nav_next {
	position: absolute;
	top: 0;
	left: 38px;
	z-index: 2;
}
#mg_lb_top_nav > * > div {
	display: inline-block;
	position: absolute;
	top: 0px;
	cursor: pointer;
	width: 300px;
	padding: 13px 20px 13px; 
	
	filter: alpha(opacity=0);
	transform:			translateY(-100%);
	-ms-transform: 		translateY(-100%);
	-webkit-transform: 	translateY(-100%);
	
	-webkit-transition: transform .3s ease-out; 
	-ms-transition: 	transform .3s ease-out; 
	transition: 		transform .3s ease-out; 
}
#mg_lb_top_nav > .mg_top_nav_prev > div {
	left: 80px;
}
#mg_lb_top_nav > .mg_top_nav_next > div {
	left: 42px;
}
#mg_lb_top_nav > *:hover > div {
	filter: alpha(opacity=100);
	
	transform:			translateY(0);
	-ms-transform: 		translateY(0);
	-webkit-transform: 	translateY(0);
}

#mg_lb_top_nav > * > div img {
	display: inline-block;
	position: absolute;
	left: 100%;
	top: -100%;
	max-height: 100%;
	cursor: pointer;
	filter: alpha(opacity=0);

	-webkit-transition: all .3s ease-out .1s; 
	-ms-transition: 	all .3s ease-out .1s; 
	transition: 		all .3s ease-out .1s;  
}
#mg_lb_top_nav > *:hover > div img {
	filter: alpha(opacity=100);
	top: 0;
}

/* side */
.mg_side_nav {
    position: fixed;
	height: 68px;
	width: 50px;
    margin-top: -34px;
	top: 50%;
	z-index: 99996;

	-webkit-transition: all .3s ease-out .35s; 
	-ms-transition: 	all .3s ease-out .35s; 
	transition: 		all .3s ease-out .35s;  
}
.mg_side_nav:hover {
	width: 340px;

	-webkit-transition-delay: .0s;
	-ms-transition-delay: .0s;
	transition-delay: .0s;		
}
.mg_side_nav > * {
	position: absolute;
	top: 0;	
}
.mg_nav_active.mg_side_nav > div,
.mg_nav_active.mg_side_nav > img,
.mg_nav_active.mg_side_nav > span {
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;	
}
.mg_side_nav > i {
	width: 40px;
	height: 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	z-index: 4;
	background: none !important;
}
.mg_side_nav > i:before {
	font-size: 19px;
	top: 26px;
}
.mg_side_nav > span {
	width: 42px;
	height: 100%;
	display: inline-block;
	position: absolute;
	z-index: 1;
	
	-webkit-transition: all .3s ease-in-out 0.3s; 
	-ms-transition: 	all .3s ease-in-out 0.3s;
	transition: 		all .3s ease-in-out 0.3s;
}
.mg_side_nav_prev.mg_nav_active:hover span {
	border-top-right-radius: 0 !important;	
}
.mg_side_nav_next.mg_nav_active:hover span {
	border-top-left-radius: 0 !important;	
}
.mg_side_nav_prev, .mg_side_nav_prev > i, .mg_side_nav_prev > span {left: 0;}
.mg_side_nav_prev.mg_nav_active:hover > span {width: 340px;}
.mg_side_nav_next, .mg_side_nav_next > i, .mg_side_nav_next > span {right: 0;}
.mg_side_nav_next.mg_nav_active:hover > span {width: 340px;}
.mg_side_nav > div {z-index: 3;}
.mg_side_nav > img {z-index: 2;}

.mg_side_nav.mg_nav_active:hover > div,
.mg_side_nav.mg_nav_active:hover > img {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;	
	cursor: pointer;
}
.mg_side_nav.mg_nav_active:hover > span {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.mg_side_nav_prev > div {
	padding: 13px 15px 13px 50px; 
	left: -300px;
	
	-webkit-transform: 	translate3d(-10px, -50%, 0);
	-ms-transform: 		translate(-10px, -50%);
	transform: 			translate3d(-10px, -50%, 0);
}
.mg_side_nav_next > div {
	padding: 13px 50px 13px 15px;
	text-align: right;
	left: 300px;
	
	-webkit-transform: 	translate3d(10px, -50%, 0);
	-ms-transform: 		translate(10px, -50%);
	transform: 			translate3d(10px, -50%, 0);
}
.mg_side_nav_prev > img {
	left: 0;
	padding: 0;
}
.mg_side_nav_next > img {
	right: 0;
	padding: 0;
}
.mg_side_nav > div {
	position: relative;
	width: 335px;
	top: 50%;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: transform .2s ease-in-out .2s, opacity .2s linear .2s, left 0s ease-in-out .3s; 
	-ms-transition: 	transform .2s ease-in-out .2s, opacity .2s linear .2s, left 0s ease-in-out .3s; 
	transition: 		transform .2s ease-in-out .2s, opacity .2s linear .2s, left 0s ease-in-out .3s; 
}
.mg_side_nav.mg_nav_active:hover > div {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: 	translate3d(0, -50%, 0);
	-ms-transform: 		translate(0, -50%);
	transform: 			translate3d(0, -50%, 0);
	
	-webkit-transition: transform .2s ease-in-out .2s, opacity .2s linear .2s, left 0s ease-in-out .0s; 
	-ms-transition: 	transform .2s ease-in-out .2s, opacity .2s linear .2s, left 0s ease-in-out .0s; 
	transition: 		transform .2s ease-in-out .2s, opacity .2s linear .2s, left 0s ease-in-out .0s; 
}
.mg_side_nav_prev.mg_nav_active:hover > div {
	left: 0;	
}
.mg_side_nav_next.mg_nav_active:hover > div {
	left: 5px;	
}
.mg_side_nav > img {	
	position: absolute;


	width: 340px;
	margin-top: -120px;
	filter: alpha(opacity=0);
	
	-webkit-transform: 	rotateX(90deg) translateZ(0);
	-ms-transform: 		rotateX(90deg) translateZ(0);
	transform: 			rotateX(90deg) translateZ(0);
	
	-webkit-transform-origin: 	0 100%;
	-ms-transform-origin: 		0 100%;
	transform-origin: 			0 100%;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-transition: all .2s linear; 
	-ms-transition: 	all .2s linear; 
	transition: 		all .2s linear; 
}
.mg_side_nav.mg_nav_active:hover > img {
	filter: alpha(opacity=100);
	
	-webkit-transform: 	rotateX(0deg);
	-ms-transform: 		rotateX(0deg);
	transform: 			rotateX(0deg);
}



/* featured + text area and socials */
#mg_overlay_content .mg_item_content {
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
#mg_overlay_content .mg_item_featured,
#mg_overlay_content .mg_item_content > div,
#mg_overlay_content .mg_item_content > ul { 
    transition: 		all .6s ease-in-out; 
    -webkit-transition: all .6s ease-in-out;
	-ms-transition: 	all .6s ease-in-out; 
}
#mg_socials {
	margin-top: 15px;	
	float: left;
	height: 25px;
}
#mg_socials ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#mg_socials ul li { 
	margin: 0 5px 0 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0;
}
#mg_socials ul li a,
#mg_socials ul li span { 
	-webkit-transition: all .2s linear; 
	-ms-transition: all .2s linear; 
	transition: all .2s linear;   

	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0;
}
#mg_socials ul li span {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#mg_socials ul li span:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*** lightbox social styles ***/
#mg_socials span:before {
	font-family: 'lcweb-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

/* old one with images */
#mg_socials.mgls_old ul #mg_fb_share span {
	background: url(../img/socials_sprite.png) no-repeat -75px -25px transparent;		
}
#mg_socials.mgls_old ul #mg_fb_share span:hover {
	background: url(../img/socials_sprite.png) no-repeat -75px 0px transparent;		
}

#mg_socials.mgls_old ul #mg_tw_share span {
	background: url(../img/socials_sprite.png) no-repeat -50px -25px transparent;		
}
#mg_socials.mgls_old ul #mg_tw_share span:hover {
	background: url(../img/socials_sprite.png) no-repeat -50px 0px transparent;		
}

#mg_socials.mgls_old ul #mg_pn_share span {
	background: url(../img/socials_sprite.png) no-repeat -25px -25px transparent;	
}
#mg_socials.mgls_old ul #mg_pn_share span:hover {
	background: url(../img/socials_sprite.png) no-repeat -25px 0px transparent;		
}
#mg_socials.mgls_old ul #mg_gp_share span {
	background: url(../img/socials_sprite.png) no-repeat 0px -25px transparent;	
}
#mg_socials.mgls_old ul #mg_gp_share span:hover {
	background: url(../img/socials_sprite.png) no-repeat 0px 0px transparent;		
}

/* minimal icons */
#mg_socials.mgls_minimal span:before {font-size: 20px; text-align: center;}
#mg_socials.mgls_minimal #mg_fb_share span:before {content: "\e60d";}
#mg_socials.mgls_minimal #mg_tw_share span:before {content: "\e610";}
#mg_socials.mgls_minimal #mg_gp_share span:before {content: "\e60a"; font-weight: bold;}
.mgls_minimal #mg_pn_share span:before {content: "\e615";}



/* rounded icons */
#mg_socials.mgls_rounded span:before {font-size: 22px;}
#mg_socials.mgls_rounded #mg_fb_share span:before {content: "\e60f";}
#mg_socials.mgls_rounded #mg_tw_share span:before {content: "\e612";}
#mg_socials.mgls_rounded #mg_gp_share span:before {content: "\e60c";}
#mg_socials.mgls_rounded #mg_pn_share span:before {content: "\e613";}

/* squared icons */
#mg_socials.mgls_squared span:before {font-size: 22px;}
#mg_socials.mgls_squared #mg_fb_share span:before {content: "\e60e";}
#mg_socials.mgls_squared #mg_tw_share span:before {content: "\e611";}
#mg_socials.mgls_squared #mg_gp_share span:before {content: "\e60b";}
#mg_socials.mgls_squared #mg_pn_share span:before {content: "\e614";}




/* FULL WIDTH LAYOUT */
.mg_layout_full .mg_item_content {
	padding: 15px 5px 5px;	
}

.mg_layout_full .mg_content_left {
	width: 28%;	
	float: left;
	margin-right: 3.5%;	
}

.mg_layout_full .mg_item_text {
	float: right;
	width: 68.5%;	
}
.mg_layout_full .mg_widetext {
	float: none;
	width: auto;	
}
.mg_lb_lb_text .mg_item_content {
	padding-top: 0px	
}


/* SIDETEXT LAYOUT */
.mg_layout_side .mg_item_featured {
	display: inline-block;
	width: 67.3%;	
}
.mg_layout_side .mg_item_content {
	display: inline-block;
	width: 30%;	
	margin-left: 2%;
	vertical-align: top;
	padding: 5px 12px 5px 0;
}
.mg_layout_side .mg_cust_options {
	margin-bottom: 20px;
}


/* SINGLE IMAGE & SLIDER */
.mg_item_featured img {
	width: 100%;
	max-width: 100%;	
}


/* IFRAME VIDEO POSTER */
#mg_lb_video_wrap {
	position: relative;	
	cursor: pointer;
	min-height: 200px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#mg_lb_video_wrap > img {
	display: none;	
}
#mg_ifp_ol,
.mg_galleria_slider_wrap .galleria-videoicon,
.mg_self-hosted-video .mejs-overlay-button {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
    border-radius: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: #050505;
	background: rgba(10,10,10, 0.7);
	border: 3px solid #fff;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);

	transition: 		opacity .2s ease-in-out; 
    -webkit-transition: opacity .2s ease-in-out; 
	-ms-transition: 	opacity .2s ease-in-out; 	
}
#mg_ifp_ol:before {
	font-size: 31px;
    position: relative;
    top: 15px;
    left: 21px;
}
.mg_self-hosted-video .mejs-overlay-button:before {
	content: "";
	display: inline-block;	
	border-style: solid;
}
.mg_galleria_slider_wrap .galleria-videoicon i,
.mg_self-hosted-video .mejs-overlay-button:before {
	border-width: 13px 0 13px 24px !important;
	margin: 18px 0 0 21px !important;
	border-color: transparent transparent transparent #fff;
}
.mg_sh_inl_video .mejs-overlay-button:before {
	position: relative;
	top: -3px;
	left: -3px;	
}
#mg_lb_video_wrap:hover #mg_ifp_ol,
.mg_galleria_slider_wrap .galleria-stage:hover .galleria-videoicon,
.mg_self-hosted-video:hover .mejs-overlay-button {
	opacity: 0.9;
	filter: alpha(opacity=90);	
}
@media screen and (max-width:420px) {
	#mg_lb_video_wrap {
		min-height: 100px;	
	}
}


/* FIX FOR THE SPACER */
div.mg_spacer {
	border: none !important;
	box-shadow: none !important;	
}


/* ISOTOPE STYLES */
.mg_isotope .mg_isotope-item {
  -webkit-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.mg_isotope .mg_isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
      -ms-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* Isotope Filtering */
.mg_shown {
  z-index: 2;
}

/* fixes for v2 */
.mg_isotope_v2 .mg_box {
	opacity: 0;
	filter: alpha(opacity=0);	
	
	-webkit-transition: opacity .4s ease-in-out; 
	-ms-transition: 	opacity .4s ease-in-out; 
	transition: 		opacity .4s ease-in-out; 
}
.mg_isotope_v2 .mg_box.mg_ahown {
	opacity: 1;
	filter: alpha(opacity=100);		
}
.mg_isotope_v2 .mg_box {
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}



/* responsive layout */
@media screen and (max-width:760px) { 
	#mg_overlay_content {
		margin: 30px 0;	
	}
	.mg_layout_side .mg_item_featured {
		width: 100%;	
	}
	.mg_layout_side .mg_item_content {
		padding: 15px 5px 0px;	
		width: auto;
	}	
	.mg_layout_side .mg_content_left {
		width: 28%;	
		float: left;
		margin-right: 2%;	
	}
	.mg_layout_side .mg_item_text {
		float: right;
		width: 100%;
	}
	.mg_layout_side .mg_item_content {
		margin-left: 0;
		padding: 15px 0 0;
		width: 100%; 	
	}
	
	/****/
	
	.mg_layout_full .mg_content_left,
	.mg_layout_full .mg_item_text {
		width: auto;	
		float: none;	
	}
	.mg_layout_full .mg_cust_options {
		margin-bottom: 20px;	
	}
	
	/* hide external navs */
	#mg_lb_top_nav, .mg_side_nav, #mg_top_close {
    	display: none !important;	
    }
    #mg_overlay_content {
    	padding-top: 40px !important;
    }
    #mg_inside_close, #mg_lb_inside_nav {
    	display: block !important;
    }
}


/* cornerstone composer - fixes */
#cs-content .mg_seo_dl_link {
	display: none !important;	
}
#cs-content .mg_inl_audio_img_wrap,
#cs-content .mg_box img.thumb {
	position: static;	
}
#cs-content .mg_box img.thumb {
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;		
}
#cs-content .mg_box .thumb {
	width: 100% !important;
	height: 100% !important;
}