@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: auto;
	margin: 18px auto;
	overflow: hidden;
	position: relative;
}
.mg_grid_wrap, .mg_grid_wrap * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
#mg_full_overlay * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
.mg_grid_wrap .mg_container {
	margin: auto;  
	width: 100% !important;
	overflow: visible !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;
	
	-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: translateX(15px) rotate(-90deg) scale(0.3) }
	50% { -webkit-transform: translateX(15px) translateY(15px) rotate(-180deg) }
	75% { -webkit-transform: translateX(0px) translateY(15px) rotate(-270deg) scale(0.3) }
	100% { -webkit-transform: rotate(-360deg) }
}
@keyframes mg_loader {
	25% { 
		transform: translateX(15px) rotate(-90deg) scale(0.3);
		-webkit-transform: translateX(15px) rotate(-90deg) scale(0.3);
	} 50% { 
		transform: translateX(15px) translateY(15px) rotate(-179deg);
		-webkit-transform: translateX(15px) translateY(15px) rotate(-179deg);
	} 50.1% { 
		transform: translateX(15px) translateY(15px) rotate(-180deg);
		-webkit-transform: translateX(15px) translateY(15px) rotate(-180deg);
	} 75% { 
		transform: translateX(0px) translateY(15px) rotate(-270deg) scale(0.3);
		-webkit-transform: translateX(0px) translateY(15px) rotate(-270deg) scale(0.3);
	} 100% { 
		transform: rotate(-360deg);
		-webkit-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);
	-webkit-transform: scale(0.9);
}


/* grid item */
.mg_box.mg_pre_show {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
}
.mg_container .mg_box {
	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%;	
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=0);
	
	transform:			scale(0.95) rotate(0.3deg);
	-ms-transform:		scale(0.95) rotate(0.3deg);
	-webkit-transform:	scale(0.95) rotate(0.3deg);
	
	-webkit-transition: opacity .5s ease-in, transform .4s ease-in; 
	-ms-transition: 	opacity .5s ease-in, transform .4s ease-in; 
	transition: 		opacity .5s ease-in, transform .4s ease-in; 
}
.mg_shown .mg_shadow_div {
	opacity: 1;
	filter: alpha(opacity=100);
	
	transform:			scale(1) rotate(0deg);
	-ms-transform:		scale(1) rotate(0deg);
	-webkit-transform:	scale(1) rotate(0deg);
}
.mg_box img {
  display: block;
  width: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}

.img_wrap,
.img_wrap > div {
	overflow: hidden;  
	width: 100%;
	height: 100%;
}
.img_wrap > div {
	position: relative;	
}
.img_wrap > div > br {
	display: none;
}
.img_wrap > div > p {
	margin: 0;
	padding: 0;
}
.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;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
}
.mg_box .thumb {
	margin: 0px !important;
	padding: 0;
	border: none !important;
	
	max-width: 100% !important;
	height: 100% !important;
	height: 100% !important;
}
.img_wrap .overlays {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: -100% !important;	
}
.mg_disabled .img_wrap .overlays {
	display: none !important;
}


/* 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 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%;
	opacity: 0;
	filter: alpha(opacity=0);	
}
.mg_inl_slider_wrap .galleria-stage {
	height: 100%;	
}
.mg_inl_slider_wrap .galleria-container {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;	
}
.mg_inl_slider_wrap .galleria-errors {
	display: none !important;	
}


/* big overlay */
.img_wrap .overlays .overlay {
	-webkit-transform: translate(-100%, -100%); 
	-ms-transform: translate(-100%, -100%); 
	transform: translate(-100%, -100%); 
	
	cursor: pointer; 
	position: absolute; 
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);	
}
  
.img_wrap:hover .overlays .overlay,
.mg_touch_on .overlays .overlay {
	-webkit-transform: translate(0, 0);  
	-ms-transform: translate(0, 0); 
	transform: translate(0, 0); 
}

/* item type overlay */
.img_wrap .overlays .cell_more {
	width: 0; 
	height: 0; 
	border-left: 65px solid transparent; 
	border-right: 0px solid transparent; 
	border-bottom: 65px solid #666;
	background: none !important;
	
	position: absolute; 
	right: -65px;
	bottom: -65px; 
	opacity: 1;  
}
.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 {
	-webkit-transform: 	translate(-100%, 0px); 
	-ms-transform: 		translate(-100%, 0px); 
	transform: 			translate(-100%, 0px);
	   
	width: 100%;  
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	
	position: absolute; 
	left: 0;
	top: 0px;
	display: block; 
}
.img_wrap:hover .overlays .cell_type,
.mg_touch_on .overlays .cell_type {  
	-webkit-transform: 	translate(0px, 0px); 
	-ms-transform:  	translate(0px, 0px); 
	transform:			translate(0px, 0px); 
	
	opacity: 1;
	filter: alpha(opacity=100);
}
.mg_overlay_tit {
	font-family: 'Trebuchet MS',Helvetica,Jamrul,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
	display: block;
	margin-top: 20px;
    padding: 3px 5px;
    text-shadow: 0px 0px 1px rgba(15, 15, 15, 0.3);
	letter-spacing: 1px;
	text-decoration: none;
}

.img_wrap .overlays .overlay,
.img_wrap .overlays .cell_more,
.img_wrap .overlays .cell_type {
	-webkit-transition: all .4s ease-in-out;  
	-ms-transition: 	all .4s ease-in-out; 
	transition: 		all .4s ease-in-out; 	
}

/* title under */
.mg_grid_title_under .img_wrap {
	border-bottom: none;	
}
.mg_grid_title_under .img_wrap, .img_wrap .thumb, 
.mg_grid_title_under .img_wrap > div:first-child {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !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: "\e605";} /* 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 {content: "\e609";} /* audio */
.mg_link .cell_more span:before {content: "\e604";} /* link */
.mg_lb_text .cell_more span:before {content: "\e607";} /* custom content */
.mg_woocom .cell_more span:before {content: "\e619";} /* shop
}


/* FILTERS */
.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: -8px;	
}
.mg_new_filters a.mgf {
	font-size: 14px;
	line-height: 28px;
    height: 29px;
	padding: 0px 10px;
	margin: 0px	7px 8px;
}
.mg_mobile_filter {
	margin-bottom: 8px;	
}
.mg_mobile_filter_dd {
	width: 100%;
	padding: 8px 10px;	
	display: none;
	font-size: 13px;
    height: 40px;
}


/* LIGHTBOX */
#mg_full_overlay .mg_item_load,
#mg_overlay_content {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	
	transform-origin: center top;
	-webkit-transform-origin: center top;
	
	-webkit-transition: opacity .25s ease-in, transform .35s ease-in, top .4s ease-out; 
	-ms-transition: 	opacity .25s ease-in, transform .35s ease-in, top .4s ease-out; 
	transition: 		opacity .25s ease-in, transform .35s ease-in, top .4s ease-out; 
}
#mg_overlay_content {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	top: 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 .mg_item_load.mg_lb_shown,
#mg_overlay_content.mg_lb_shown {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
}
#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 .2s linear, height 0s linear .2s; 
	-ms-transition: 	opacity .2s linear, height 0s linear .2s; 
	transition: 		opacity .2s linear, height 0s linear .2s;  
}
#mg_full_overlay_wrap.mg_lb_shown {
	height: 100%;
	-webkit-transition: opacity .2s linear, height 0s linear 0s; 
	-ms-transition: 	opacity .2s linear, height 0s linear 0s; 
	transition: 		opacity .2s linear, 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_load {
	height: 74px;
	width: 74px;
	border-radius: 7px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
	z-index: 99985;
}
.mg_item_featured {
	min-height: 100px;
	position: relative;
}

/* WP html5 video player */
#mg_wp_video_wrap .wp-video,
#mg_wp_video_wrap video.wp-video-shortcode {
	min-width: 100%;	
}

#mg_wp_video_wrap .mejs-poster {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	max-width: 100%;
	min-width: 100%;
}
#mg_wp_video_wrap .mejs-time-loaded {
	background: rgb(100,100,100);
	background: rgba(100,100,100,0.7);
}
#mg_wp_video_wrap .mejs-time-current {
	background: rgb(230, 230, 230);
	background: rgba(230, 230, 230, 0.8);
}
#mg_wp_video_wrap .mejs-overlay {
	min-width: 100%;
	bottom: 30px;
}
#mg_wp_video_wrap .mejs-offscreen {
	display: none !important;	
}
#mg_wp_video_wrap .wp-video:focus,
#mg_wp_video_wrap .wp-video:focus *,
#mg_wp_video_wrap .wp-video *:focus {
	outline: none !important;	
}

.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%;
}
.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 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: 2px;
	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: 	translate(-10px, -50%);
	-ms-transform: 		translate(-10px, -50%);
	transform: 			translate(-10px, -50%);
}
.mg_side_nav_next > div {
	padding: 13px 50px 13px 15px;
	text-align: right;
	left: 300px;
	
	-webkit-transform: 	translate(10px, -50%);
	-ms-transform: 		translate(10px, -50%);
	transform: 			translate(10px, -50%);
}
.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: 	translate(0, -50%);
	-ms-transform: 		translate(0, -50%);
	transform: 			translate(0, -50%);
	
	-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);
	-ms-transform: 		rotateX(90deg);
	transform: 			rotateX(90deg);
	
	-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.5%;	
}
.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 {
	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_lb_video_wrap:hover #mg_ifp_ol {
	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;	
}

/* WP VIDEO FIX */
#mg_wp_video_wrap > div,
#mg_wp_video_wrap > div > div {
	min-width: 100%;
	max-width: 100%;	
}


/* ISOTOPE STYLES */
.mg_isotope,
.mg_isotope .mg_isotope-item {
  -webkit-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.mg_isotope {
  -webkit-transition-property: height, width;
      -ms-transition-property: height, width;
          transition-property: height, width;
}
.mg_isotope .gg_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_container {
	-webkit-transition: height .5s ease-in-out; 
	-ms-transition: 	height .5s ease-in-out;  
	transition: 		height .5s ease-in-out; 
}
.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;
    }
}
