


            #mg_lb_loader .mg_loader {
                transform: 			scale(0.9) translateZ(0);
                -webkit-transform: 	scale(0.9) translateZ(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;
            }
            .mg_loader div {
                background-color: #dddddd;
            }
            #mg_lb_wrap .mg_loader div {
                background-color: #f1f1f1;
            }
            .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_box { 
  border-width: 0 10px 10px 0; 
}


.mg_items_container {
	width: calc(100% + 20px + 10px);
}
.mg_items_container.mg_not_even_w {
	width: calc(100% + 20px + 10px + 1px);	
}



.mgis_w_1_1 {width: calc(100% - 20px);}.mgis_h_1_1 {padding-bottom: calc(100% - 20px - 10px);}.mgis_w_1_2 {width: calc(49.9% - 10px);}.mgis_h_1_2 {padding-bottom: calc(49.9% - 10px - 10px);}.mgis_w_1_3 {width: calc(33.29% - 7px);}.mgis_h_1_3 {padding-bottom: calc(33.29% - 7px - 10px);}.mgis_w_2_3 {width: calc(66.58% - 13px);}.mgis_h_2_3 {padding-bottom: calc(66.58% - 13px - 10px);}.mgis_w_1_4 {width: calc(25% - 5px);}.mgis_h_1_4 {padding-bottom: calc(25% - 5px - 10px);}.mgis_w_3_4 {width: calc(74.99% - 15px);}.mgis_h_3_4 {padding-bottom: calc(74.99% - 15px - 10px);}.mgis_w_1_5 {width: calc(20% - 4px);}.mgis_h_1_5 {padding-bottom: calc(20% - 4px - 10px);}.mgis_w_2_5 {width: calc(39.8% - 8px);}.mgis_h_2_5 {padding-bottom: calc(39.8% - 8px - 10px);}.mgis_w_3_5 {width: calc(59.8% - 12px);}.mgis_h_3_5 {padding-bottom: calc(59.8% - 12px - 10px);}.mgis_w_4_5 {width: calc(79.8% - 16px);}.mgis_h_4_5 {padding-bottom: calc(79.8% - 16px - 10px);}.mgis_w_1_6 {width: calc(16.58% - 3px);}.mgis_h_1_6 {padding-bottom: calc(16.58% - 3px - 10px);}.mgis_w_5_6 {width: calc(83.29% - 17px);}.mgis_h_5_6 {padding-bottom: calc(83.29% - 17px - 10px);}.mgis_w_1_7 {width: calc(14.28% - 3px);}.mgis_h_1_7 {padding-bottom: calc(14.28% - 3px - 10px);}.mgis_w_1_8 {width: calc(12.5% - 3px);}.mgis_h_1_8 {padding-bottom: calc(12.5% - 3px - 10px);}.mgis_w_1_9 {width: calc(11.11% - 2px);}.mgis_h_1_9 {padding-bottom: calc(11.11% - 2px - 10px);}.mgis_w_1_10 {width: calc(10% - 2px);}.mgis_h_1_10 {padding-bottom: calc(10% - 2px - 10px);} 

.mg_mobile_mode .mgis_m_w_1_1 {width: calc(100% - 20px);}.mg_mobile_mode .mgis_m_h_1_1 {padding-bottom: calc(100% - 20px - 10px);}.mg_mobile_mode .mgis_m_w_1_2 {width: calc(49.9% - 10px);}.mg_mobile_mode .mgis_m_h_1_2 {padding-bottom: calc(49.9% - 10px - 10px);}.mg_mobile_mode .mgis_m_w_1_3 {width: calc(33.29% - 7px);}.mg_mobile_mode .mgis_m_h_1_3 {padding-bottom: calc(33.29% - 7px - 10px);}.mg_mobile_mode .mgis_m_w_2_3 {width: calc(66.58% - 13px);}.mg_mobile_mode .mgis_m_h_2_3 {padding-bottom: calc(66.58% - 13px - 10px);}.mg_mobile_mode .mgis_m_w_1_4 {width: calc(25% - 5px);}.mg_mobile_mode .mgis_m_h_1_4 {padding-bottom: calc(25% - 5px - 10px);}.mg_mobile_mode .mgis_m_w_3_4 {width: calc(74.99% - 15px);}.mg_mobile_mode .mgis_m_h_3_4 {padding-bottom: calc(74.99% - 15px - 10px);} 



.mg_grid_wrap {
	padding: 4px;
}
.mg_box:not(.mg_spacer) .mg_box_inner {
	box-shadow: 0px 0px 4px rgba(25, 25, 25, 0.3);
}
.mg_tu_attach .mgi_txt_under {
	box-shadow: 4px 0px 4px -4px rgba(25, 25, 25, 0.3), -4px 0px 4px -4px rgba(25, 25, 25, 0.3), 0 4px 4px -4px rgba(25, 25, 25, 0.3);
}



.mg_box_inner {
	border-style: solid;
    padding: 4px;
	background: #fff;
    border: 0px solid #999999; 
}



 



.mgi_overlays {
    top: 4px; 
    right: 4px; 
    bottom: 4px; 
    left: 4px;
}
.mgi_primary_ol,
.mg_inl_slider_wrap .lcms_content,
.mg_inl_slider_wrap .lcms_nav span {
	background: #2f2f2f;
}
.mg_inl_slider_wrap .lcms_content {
	background: rgba(47,47,47, 0.85);
}
body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgi_primary_ol,
.mg_box.mg_ctob_show .mgi_primary_ol {
   
	opacity: 0.8; 
}
.mgi_item_type_ol {
	border-bottom-color: #7f7f7f;
}
span.mg_overlay_tit,
.mg_inl_slider_wrap .lcms_content,
.mg_inl_slider_wrap .lcms_nav span:before,
.mg_inl_slider_wrap .lcms_play span:before {
	color: #ffffff;
}
.mg_overlay_tit {
	background: rgba(47,47,47, 0.6);
    text-shadow: 0px 0 0px rgba(255,255,255, 0.4);
}
.mg_overlay_tit,
.mg_inl_slider_wrap .lcms_content {    	
	    font-size: 24px;
}
.mg_mobile_mode .mg_overlay_tit,
.mg_mobile_mode .mg_inl_slider_wrap .lcms_content {
	font-size: 1212;
}
.mg_overlay_tit:before {
	border-bottom-color: rgba(255,255,255, 0.4);
}


.mgi_item_type_ol span:before {
    color: #fefefe;
}



.mg_box_inner, 
.mg_box .mg_media_wrap,
.mgi_overlays,
.mg_inl_txt_media_bg,
.mg_inl_slider_wrap .lcms_content,
.mg_inl_slider_wrap .lcms_nav *,
.mg_inl_slider_wrap .lcms_play {
  border-radius: 20px;
}
.mg_tu_attach .mgi_txt_under {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;	
}






.mgi_txt_under {
    color: #fdfdfd;	
    padding-top: 	8px !important;
    padding-right: 	15px;
    padding-bottom: 8px;
    padding-left: 	15px;
}
.mg_def_txt_under {  	
	    font-size: 15px;
}
.mg_mobile_mode .mg_def_txt_under {
	font-size: 13px;
}
.mg_tu_attach .mgi_txt_under {
	 background: #fff;
	 
	  
}
.mg_tu_detach .mgi_txt_under {
	margin-top: 3px;
}



.mg_inl_txt_contents {
    padding: 0 15px 0 15px;
    border-width: 15px 0 15px 0;
}
.mg_grid_wrap:not(.mg_mobile_mode) .mgis_h_auto .mg_inl_txt_media_bg,
.mg_mobile_mode .mgis_m_h_auto .mg_inl_txt_media_bg {
	top: 4px;
    bottom: 4px;
   	left: 4px;
    right: 4px; 
}


.mg_sh_inl_video video {
	background-color: #fff;
}




.mg_grid_wrap:not(.mg_mobile_mode) .mg_spacer_hidden_desktop,
.mg_mobile_mode .mg_spacer_hidden_mobile {
    max-width: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
}




.mg_filters_wrap .mgf,
.mgf_search_form input, .mgf_search_form i:before {	
	color: #eeeeee;
    font-size: 14px;
}
.mg_filters_wrap .mgf,
.mgf_search_form input {
	}
.mg_mobile_mode .mg_filters_wrap .mgf,
.mg_mobile_mode .mgf_search_form input, .mg_mobile_mode .mgf_search_form i:before {	
	font-size: 12px;
}


.mg_filters_wrap .mgf:hover {		
	color: #ffffff !important;
}
.mg_filters_wrap .mgf.mgf_selected, .mg_filters_wrap .mgf.mgf_selected:hover {		
	color: #f3f3f3 !important;
}
.mg_textual_filters .mgf_selected {
	text-shadow: 0 0.01em 0 #f3f3f3;
}
.mg_button_filters .mgf,
.mg_textual_filters .mgf:after {	
	background-color: #4f4f4f;
}  
.mg_button_filters .mgf,
.mgf_search_form input {
    border: 0px solid #4f4f4f;
    border-radius: 2px;
}

.mg_button_filters .mgf:hover,
.mg_textual_filters .mgf:hover:after,
.mgf_search_form input:hover {	
	background-color: #585858;
}
.mg_button_filters .mgf:hover,
.mgf_search_form input:hover {	   
    border-color: #585858;
}

.mg_button_filters .mgf_selected, .mg_button_filters .mgf_selected:hover,
.mg_textual_filters .mgf_selected:after, .mg_textual_filters .mgf_selected:hover:after,
.mgf_search_form input:focus {	
	background-color: #6a6a6a;
}
.mg_button_filters .mgf_selected, .mg_button_filters .mgf_selected:hover,
.mgf_search_form input:focus {	   
    border-color: #6a6a6a;
}


.mg_left_filters:not(.mg_mobile_mode) .mg_above_grid,
.mg_right_filters:not(.mg_mobile_mode) .mg_above_grid {
	width: 130px;
    min-width: 130px;
}
.mg_left_filters:not(.mg_mobile_mode) .mg_items_container {
    border-left-width: 130px;
}
.mg_right_filters:not(.mg_mobile_mode) .mg_items_container {
    border-right-width: 130px;
}
.mg_left_filters:not(.mg_mobile_mode) > .mg_loader {
	transform: translateX(65px);
} 
.mg_right_filters:not(.mg_mobile_mode) > .mg_loader {
    transform: translateX(-65px);
}


.mgf_search_form input, 
.mgf_search_form i:before {	
	color: #eeeeee;
    background-color: #4f4f4f;
    border-color: #4f4f4f}
.mgf_search_form:hover input, 
.mgf_search_form input:focus, .mgf_search_form:hover input:focus,
.mgf_search_form:hover i:before {
	color: #f3f3f3;
    background-color: #6a6a6a;
	border-color: #6a6a6a}	

.mgf_search_form input::-webkit-input-placeholder {color: #eeeeee;}
.mgf_search_form input:-ms-input-placeholder {color: #eeeeee;}
.mgf_search_form input::placeholder {color: #eeeeee;}


.mgf_search_form:hover input::-webkit-input-placeholder,
.mgf_search_form input:focus::-webkit-input-placeholder,
.mgf_search_form:hover input:focus::-webkit-input-placeholder {
	color: #f3f3f3;
} 

.mgf_search_form:hover input:-ms-input-placeholder,
.mgf_search_form input:focus::-ms-input-placeholder,
.mgf_search_form:hover input:focus:-ms-input-placeholder {
	color: #f3f3f3;
}

.mgf_search_form:hover input::placeholder,
.mgf_search_form input:focus::placeholder,
.mgf_search_form:hover input:focus::placeholder {
	color: #f3f3f3 !important;
}


.mg_mobile_mode .mg_dd_mobile_filters .mgf_inner {
	border: 0px solid #4f4f4f;
    border-radius: 2px;
    color: #eeeeee;
}
.mg_mobile_mode .mg_dd_mobile_filters .mgf_inner.mgf_dd_expanded .mgf {
	border-bottom-color: rgba(79,79,79, 0.5);	
}


.mg_no_results:before {
	background-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f inset;
    border-radius: 2px;
    color: #eeeeee;
}



.mg_pag_wrap {
	text-align: center;
}
.mg_right_filters:not(.mg_mobile_mode) .mg_pag_wrap {
    right: 130px;
}
.mg_left_filters:not(.mg_mobile_mode) .mg_pag_wrap {
	left: 130px;
}
.mg_pag_wrap > * {
	color: #eeeeee;
    background-color: #4f4f4f;
	border: 1px solid #4f4f4f;
    border-radius: 2px;
}
.mg_pag_wrap > *:not(.mg_pag_disabled):not(.mg_nav_mid):hover,
.mg_sel_pag, .mg_sel_pag:hover {
	color: #f3f3f3;
    background-color: #6a6a6a;
	border-color: #6a6a6a;
}
.mg_pag_standard .mg_prev_page:before, .mg_pag_onlynum .mg_prev_page:before,
.mg_pag_standard .mg_next_page:before, .mg_pag_onlynum .mg_next_page:before {
	background: #6a6a6a;
}
#mg_lb_loader {
	border-radius: 5%;
}
#mg_lb_background {
	background:  #222222;  
}
#mg_lb_background.mg_lb_shown,
#mg_lb_background.google_crawler {
	
	opacity: 0.85;}
#mg_lb_contents {
	width: 70%;max-width: 960px;border-radius: 0px;padding: 52px 20px 20px;}
.mg_mf_lb #mg_lb_contents {
	padding: 52px 0px 0px;}
.mg_item_title {
	font-size: 30px;
    }
.mg_item_text {
    font-size: 16px;
    line-height: 24%;  
}
.mg_item_text,
ul.mg_cust_options {
	}


/* media-focused lightbox mode */
.mg_mf_lb .mg_item_content {
    width: auto !important;
    min-width: 400px;
    max-width: 400px;

    
    top: 52px !important;
    bottom: 0px !important;
}
.mg_mf_lb .mg_item_featured {
    max-width: calc(100% - 400px);
}
.mg_mf_lb #mg_lb_contents {
        margin: calc(7vh + 0px) 10vw 7vh 10vw !important;
}

.mg_mf_lb .mg_item_featured,
.mg_mf_lb .mg_item_featured > *,
.mg_mf_lb #mg_lb_feat_img_wrap > img,
.mg_mf_lb .mg_lb_lcms_slider:not(.mg_lb_lcms_thumbs_shown) div.lcms_wrap {
    max-height: calc(100vh - 14vh - 0px  - 52px);
}
.mg_mf_lb .mg_lb_zoom_wrap {
    max-height: calc(100vh - 14vh - 0px);
}
.mg_mf_lb .mg_lb_lcms_thumbs_shown div.lcms_wrap {
    max-height: calc(100vh - 14vh - 90px  - 52px);
}


.mg_mf_lb .mg_item_featured {
    margin-right: 400px;
}
.mg_mf_lb .mg_item_content {
    padding-left: 25px !important;
    padding-right: 25px !important;
}


@media screen and (max-width: 860px) {
    .mg_mf_lb #mg_lb_contents {
        margin: 2vh 2vw 2vh 2vw !important;

            }
    #mg_lb_wrap.mg_mf_lb:after {
        content: "";
        display: block;
        height: 1vh;
        width: 100vw;
    }
    .mg_mf_lb .mg_item_featured,
    .mg_mf_lb .mg_item_featured > *,
    .mg_mf_lb #mg_lb_feat_img_wrap > img,
    .mg_mf_lb .mg_lb_lcms_slider:not(.mg_lb_lcms_thumbs_shown) div.lcms_wrap,
    .mg_mf_lb .mg_lb_lcms_thumbs_shown div.lcms_wrap {
        max-height: calc(100vh - 2vh - 0px - 52px - 45px); /* leave title visible */
        max-width: calc(100vw - 4vw - 0px);
    }
    .mg_mf_lb .mg_lb_lcms_thumbs_shown div.lcms_wrap {
        max-height: calc(100vh - 2vh - 0px - 52px - 45px - 90px); /* leave title visible */
        max-width: calc(100vw - 4vw - 0px);
    }
    .mg_mf_lb .mg_item_featured > *:not(img):not(#mg_lb_feat_img_wrap) {
        min-width: calc(100vw - 4vw - 0px);
    }
    .mg_mf_lb .mg_item_content {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}





/* inner commands */
#mg_lb_ins_cmd_wrap {

        left: 20px;
    right: 20px;
        
    }
 


.mg_mf_lb #mg_lb_ins_cmd_wrap {

	    left: 12px;
    right: 12px;
        
    }
 






/* texts responsivity */
@media screen and (max-width: 860px) { 
    .mg_item_title {
        font-size: 17px;
    }
    .mg_item_text {
        font-size: 14px;
    }
} 



/* inner lb cmd boxed */
#mg_lb_inside_nav > * > i,
.mg_lb_nav_inside div span,
#mg_inside_close {
	background: #484848;
	border-radius: 2px;
}
.mg_inside_nav_next > i:before {
	margin-right: -3px;
}
.mg_lb_nav_inside div span {
	padding: 5px 9px 4px; 
}


/* lb rounded closing btn */
.mg_layout_full .mg_item_content {
	padding: 14px 2px 2px;	
}
.mg_lb_layout:not(.mg_layout_full) .mg_item_content {
    padding: 2px;
}
@media screen and (max-width: 860px) { 
    .mg_lb_layout:not(.mg_layout_full) .mg_item_content {
		padding: 14px 2px 2px !important;	
	}		
}
.mg_mf_lb .mg_layout_full .mg_item_content {
	padding: 14px 22px 22px;	
}
.mg_mf_lb .mg_lb_layout:not(.mg_layout_full) .mg_item_content {
    padding: 22px;
}
@media screen and (max-width: 860px) { 
    .mg_mf_lb .mg_lb_layout:not(.mg_layout_full) .mg_item_content {
		padding: 14px 22px 22px !important;	
	}		
}



/* side text - desktop mode - inside cmd - top padding */
@media screen and (min-width: 860px) { 
    .mg_lb_layout:not(.mg_layout_full) .mg_item_content {
        padding-top: 3px !important;	
    }
}


/* colors - shadow */
#mg_lb_wrap #mg_lb_contents,
#mg_lb_loader,
.mg_lb_zoom_in_btn, 
.mg_lb_zoom_out_btn {
    color: #fbfbfb;background-color: #3e3e3e;box-shadow: 0 3px 8px rgba(15, 15, 15, 0.55);}
#mg_lb_loader {
		box-shadow: 0px 2px 5px rgba(10, 10, 10, 0.5);	
    }
.mg_cust_options,
#mg_lb_comments_wrap {
	border-color: #686868;
}


/* icons and loader */
.mg_close_lb:before, .mg_nav_prev > i:before, .mg_nav_next > i:before,
#mg_socials span:before,
#mg_woo_item_added i:before {
	color: #f1f1f1;
}
.mg_round_social_trick {
    box-shadow: 0 0 0 3px #f1f1f1 inset;
}
 

/* navigation elements background color and border radius */
.mg_lb_nav_side *,
.mg_lb_nav_side_basic,
.mg_lb_nav_top > i, .mg_lb_nav_top > div, .mg_lb_nav_top > div *,
#mg_top_close {
	background-color: #3e3e3e; 
}

/* top closing button */
#mg_top_close {
	border-style: solid;
    border-color: #00622c;
	border-width: 0 0 0px 0px;
    border-radius: 0 0 0 0px;
}
/* top nav - custom radius and borders */
#mg_lb_top_nav > * > div {
	margin-left: 0px;
}
#mg_lb_top_nav .mg_nav_prev i {
	border-width: 0 0 0px 0;
    border-style: solid;
    border-color: #00622c; 
}
#mg_lb_top_nav .mg_nav_next i,
#mg_lb_top_nav > * > div img {
	border-width: 0 0px 0px 0;
    border-style: solid;
    border-color: #00622c; 
    border-radius: 0 0 0px 0;
}
#mg_lb_top_nav > * > div {
	border-width: 0 0px 0px 0px;
    border-style: solid;
    border-color: #00622c; 
    color: #fbfbfb;
}
#mg_lb_top_nav > div:first-child {
    box-shadow: 0px 2px 3px rgba(10, 10, 10, 0.3);	
}
#mg_lb_top_nav > div:last-child {
    box-shadow: 3px 2px 3px rgba(10, 10, 10, 0.2);	
}
#mg_lb_top_nav > div:hover > div, #mg_top_close {
    box-shadow: 0px 2px 3px rgba(10, 10, 10, 0.3);	
}
#mg_lb_top_nav > div:hover img {
    box-shadow: 2px 2px 2px rgba(10, 10, 10, 0.2);	
}







#mg_lb_background.mg_lb_shown {
    animation: mg_lb_bg_showup 0.5s forwards ease; 
}
@keyframes mg_lb_bg_showup {
    0%		{transform: translateY(60%) scale(0);}
    100% 	{transform: translateY(0) scale(1);}
}



    #mg_lb_contents.mg_lb_pre_show_prev,
    #mg_lb_contents.mg_lb_pre_show_next,
    #mg_lb_contents.mg_lb_switching_prev,
    #mg_lb_contents.mg_lb_switching_next,
    #mg_lb_contents.mg_closing_lb {
        transform: scale(0.95) translate3d(0,8px,0);
        transition: opacity .25s ease-in, transform .5s ease; 
    }
    #mg_lb_contents.mg_lb_shown {
        transition: opacity .25s ease-in, transform .5s ease; 
    }



.mg_item_featured .easyzoom-notice,
.mg_item_featured .easyzoom-flyout {
	background: #3e3e3e;
    color: #fbfbfb; 
}



/* lightbox slider */
.mg_lb_lcms_slider {
    padding-bottom: 55%;
}
.mg_lb_lcms_slider .lcms_nav_dots span {
    width: 65px;
    height: 45px;
    border-radius: 2%;
}
.mg_lb_lcms_slider.mg_lb_lcms_thumbs_shown .lcms_wrap {
	max-height: calc(100% - 70px);
	margin-bottom: 70px;
}
.mg_lb_lcms_slider.mg_lb_lcms_thumbs_shown .lcms_nav_dots {
    bottom: -60px;
}



.mg_wc_atc_btn {
	background: #ccc;
    color: #3a3a3a; 
}
.mg_wc_atc_btn:hover,
.mg_wc_atc_btn.mg_wc_atc_btn_disabled,
.mg_wc_atc_btn.mg_wc_atc_btn_acting {
	background: #e3e3e3;
	color: #555; 
}
#mg_woo_cart_btn_wrap [name=mg_wc_atc_variations_dd],
#mg_woo_cart_btn_wrap [name=mg_wc_atc_quantity] {
	border-color: #686868;
}


/* ***** 5 - Full overlay + magnifier OVERLAY ***** */ 
  
        .mgom_5_0 { /* icon */
            align-items: center; justify-content: center;font-size: 35px;
                
				color: #666666;opacity: 0;
				
				transition: all 500ms cubic-bezier(0.680, -0.850, 0.265, 1.850) 0ms;
				
            z-index: 890; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_5_0,
        .mg_box.mg_ctob_show .mgom_5_0 {
            font-size: 43px;
                
				color: #666666;opacity: 0.9;
				
        }
        
        .mgom_5_1 { /* full_img_layer */
            top: -100%; left: 0px;
						background: #ffffff;
						opacity: 0.2;
				padding: 0px;
				
				transition: all 400ms ease 0ms;
				
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_5_1,
        .mg_box.mg_ctob_show .mgom_5_1 {
            top: 0px;
						background-color: #ffffff;
						opacity: 0.6;
				
        }
        
		.mgom_5_2 { /* txt_block */
			top: 0px; left: 0px;
						background: rgba(255,255,255, 0.7);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_5_2,
        .mg_box.mg_ctob_show .mgom_5_2 {
			top: 0px; left: 0px;
						background-color: rgba(255,255,255, 1);
						
		}
		
    .mg_box .mgom_5_3.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_5_3.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_5_3.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_5_3.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_5_3 .mgom_mark,
	.mgom_5 .mg_title_under .mgom_layer,
	.mgom_5 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_5_3.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_5_3.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_5_3.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	/* ***** 6 - Rotating circle + type icon OVERLAY ***** */ 
  
        .mgom_6_0 { /* central_shape */
            
						background: #4f4f4f;
						opacity: 0.7;
				
				color: #fdfdfd;transform: rotate(0deg); 
				transition: all 400ms ease 0ms;
				
            z-index: 1090; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_6_0,
        .mg_box.mg_ctob_show .mgom_6_0 {
            
						background-color: #4f4f4f;
						opacity: 1;
				transform: rotate(360deg); 
        }
        
            .mgom_6_0 div, .mgom_6_0 div:before, .mgom_6_0 div:after {
                background-color: #4f4f4f;	
                border-color: #4f4f4f; 
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_6_0 div, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_6_0 div:before, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_6_0 div:after,

            .mg_box.mg_ctob_show .mgom_6_0 div, 
            .mg_box.mg_ctob_show .mgom_6_0 div:before, 
            .mg_box.mg_ctob_show .mgom_6_0 div:after {
                background-color: #4f4f4f;	
                border-color: #4f4f4f;	
            }
            
		.mgom_6_1 { /* txt_block */
			top: 0px; left: 0px;
						background: rgba(255,255,255, 0.7);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_6_1,
        .mg_box.mg_ctob_show .mgom_6_1 {
			top: 0px; left: 0px;
						background-color: rgba(255,255,255, 1);
						
		}
		
    .mg_box .mgom_6_2.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_6_2.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_6_2.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_6_2.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_6_2 .mgom_mark,
	.mgom_6 .mg_title_under .mgom_layer,
	.mgom_6 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_6_2.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_6_2.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_6_2.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	/* ***** 7 - Mouse aware + title and excerpt OVERLAY ***** */ 
  
		.mgom_7_0 { /* title */
			text-align: center;
				font-size: 17px;
                
				color: #fdfdfd;line-height: 21px;
                font-weight: bold;margin-bottom: 12px !important; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_7_0,
        .mg_box.mg_ctob_show .mgom_7_0 {
			
				color: #fdfdfd;
		}
		
		.mgom_7_1 { /* descr */
			text-align: center;
				font-size: 13px;
                
				color: #fff;line-height: 17px;
                margin-bottom: 15px !important; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_7_1,
        .mg_box.mg_ctob_show .mgom_7_1 {
			
				color: #fff;
		}
		
		.mgom_7_2 { /* txt_block */
			justify-content: center; 
                    
						background: #111;
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_7_2,
        .mg_box.mg_ctob_show .mgom_7_2 {
			
						background-color: #111;
						
		}
		
    .mg_box .mgom_7_3.mgom_txt_wrap {
        
				transition: all 400ms ease-out 0ms;
					    
    }
	.mg_box .mgom_7_3.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease-out 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_7_3.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_7_3.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_7_3 .mgom_mark,
	.mgom_7 .mg_title_under .mgom_layer,
	.mgom_7 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease-out 0ms;
					
	}
	
	.mgom_7_3.mgom_txt_wrap {
			
		
				transition: all 400ms ease-out 0ms;
				
		
        justify-content: center; 
                     
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_7_3.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_7_3.mgom_txt_wrap {
			
	}
	/* ***** 8 - Title + plus icon OVERLAY ***** */ 
  
        .mgom_8_0 { /* icon */
            bottom: 13px; right: 13px; justify-content: flex-end; align-items: flex-end;font-size: 18px;
                
				color: #fff;opacity: 0.9;
				
				transition: all 200ms linear 0ms;
				
            z-index: 1090; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_0,
        .mg_box.mg_ctob_show .mgom_8_0 {
            font-size: 18px;
                
				color: #383838;opacity: 0.9;
				
        }
        
        .mgom_8_1 { /* full_img_layer */
            top: 0px; left: 0px;
						background: #ffffff;
						opacity: 0;
				padding: 0px;
				transform: scale(0.6); 
				transition: all 200ms ease-out 0ms;
				
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_1,
        .mg_box.mg_ctob_show .mgom_8_1 {
            top: 0px; left: 0px;
						background-color: #ffffff;
						opacity: 0.7;
				transform: scale(1.0); 
        }
        
		.mgom_8_2 { /* title */
			text-align: center;
				font-size: 17px;
                
				color: #222222;line-height: 18px;
                font-weight: bold;
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_2,
        .mg_box.mg_ctob_show .mgom_8_2 {
			
				color: #383838;
		}
		
		.mgom_8_3 { /* separator */
			
				color: #b5b5b5;
				border-bottom: 1px solid #b5b5b5;
				
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_3,
        .mg_box.mg_ctob_show .mgom_8_3 {
			
		}
		
		.mgom_8_4 { /* txt_block */
			top: 0px; left: 0px;justify-content: center; 
                    
						background: rgba(255,255,255, 0);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_4,
        .mg_box.mg_ctob_show .mgom_8_4 {
			top: 0px; left: 0px;
						background-color: rgba(255,255,255, 0);
						
		}
		
    .mg_box .mgom_8_5.mgom_txt_wrap {
        
				transition: all 300ms ease 0ms;
					    
    }
	.mg_box .mgom_8_5.mgom_txt_wrap .mgom_layer {
		
				transition: all 300ms ease 0ms;
					
		transform: scale(0.6); 
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_5.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_8_5.mgom_txt_wrap .mgom_layer {
		transform: scale(1.0); 
	}
	.mg_box .mgom_8_5 .mgom_mark,
	.mgom_8 .mg_title_under .mgom_layer,
	.mgom_8 .mg_title_under .mgom_layer * {
		
				transition: all 300ms ease 0ms;
					
	}
	
			.mg_box .mgom_8_5.mgom_txt_wrap {
				
				transition: all 300ms ease 0ms;
					
			}
			
			.mg_box .mgom_8_5.mgom_txt_wrap .mgom_layer {
				opacity: 0;
			}
			body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_5.mgom_txt_wrap .mgom_layer,
            .mg_box.mg_ctob_show .mgom_8_5.mgom_txt_wrap .mgom_layer {
				opacity: 1;
			}
			
	.mgom_8_5.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 300ms ease 0ms;
				
		
        justify-content: center; 
                     
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_8_5.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_8_5.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	/* ***** 9 - Flickr style OVERLAY ***** */ 
  
		.mgom_9_0 { /* title */
			text-align: left;
				font-size: 15px;
                
				color: #fdfdfd;line-height: 20px;
                font-weight: bold;
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_9_0,
        .mg_box.mg_ctob_show .mgom_9_0 {
			
				color: #fdfdfd;
		}
		
		.mgom_9_1 { /* descr */
			text-align: left;
				font-size: 13px;
                
				color: #fff;line-height: 17px;
                
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_9_1,
        .mg_box.mg_ctob_show .mgom_9_1 {
			
				color: #fff;
		}
		
		.mgom_9_2 { /* txt_block */
			bottom: -100%; left: 0px;
						background: #111;
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_9_2,
        .mg_box.mg_ctob_show .mgom_9_2 {
			bottom: 0px; left: 0px;
						background-color: #111;
						
		}
		
    .mg_box .mgom_9_3.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_9_3.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_9_3.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_9_3.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_9_3 .mgom_mark,
	.mgom_9 .mg_title_under .mgom_layer,
	.mgom_9 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_9_3.mgom_txt_wrap {
		bottom: -100%; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_9_3.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_9_3.mgom_txt_wrap {
		bottom: 0px; left: 0px;	
	}
	
        .mgom_9 .mgom_txt_wrap {
            justify-content: flex-start;
        }/* ***** 10 - Grayscale + corner circle OVERLAY ***** */ 
  
        .mgom_10_0 { /* corner_shape */
            bottom: -150px; right: -150px;
						background: #fdfdfd;
						opacity: 0.6;
				
				color: #4D4D4D;
				transition: all 400ms cubic-bezier(0.680, -0.850, 0.265, 1.850) 0ms;
				
            z-index: 1090; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_10_0,
        .mg_box.mg_ctob_show .mgom_10_0 {
            bottom: -80px; right: -80px;opacity: 0.9;
				
        }
        
        .mgom_10_1 { /* crossing_layer */
            
						background: #ffffff;
						opacity: 0.2;
				
				transition: all 600ms ease 0ms;
				
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_10_1,
        .mg_box.mg_ctob_show .mgom_10_1 {
            
						background-color: #ffffff;
						opacity: 0.6;
				
        }
        
        .mgom_10_2 { /* img_fx */
            
            z-index: 870; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_10_2,
        .mg_box.mg_ctob_show .mgom_10_2 {
            
        }
        
		.mgom_10_3 { /* txt_block */
			top: 0px; left: 0px;
						background: rgba(255,255,255, 0);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_10_3,
        .mg_box.mg_ctob_show .mgom_10_3 {
			top: 0px; left: 0px;
						background-color: rgba(255,255,255, 0);
						
		}
		
    .mg_box .mgom_10_4.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_10_4.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_10_4.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_10_4.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_10_4 .mgom_mark,
	.mgom_10 .mg_title_under .mgom_layer,
	.mgom_10 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_10_4.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_10_4.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_10_4.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	/* ***** 11 - Zoom image + magnifier icon OVERLAY ***** */ 
  
        .mgom_11_0 { /* icon */
            align-items: center; justify-content: center;font-size: 39px;
                
				color: #fff;opacity: 0;
				transform: scale(1.4); 
				transition: all 400ms ease 0ms;
				
            z-index: 890; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_0,
        .mg_box.mg_ctob_show .mgom_11_0 {
            font-size: 39px;
                
				color: #fff;opacity: 0.9;
				transform: scale(1.0); 
        }
        
        .mgom_11_1 { /* central_shape */
            top: 0px; left: 0px;
						background: #ffffff;
						opacity: 0;
				
				color: #222222;
				transition: all 400ms ease 0ms;
				
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_1,
        .mg_box.mg_ctob_show .mgom_11_1 {
            top: 0px; left: 0px;
						background-color: #ffffff;
						opacity: 0.3;
				
        }
        
            .mgom_11_1 div, .mgom_11_1 div:before, .mgom_11_1 div:after {
                background-color: #ffffff;	
                border-color: #ffffff; 
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_1 div, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_1 div:before, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_1 div:after,

            .mg_box.mg_ctob_show .mgom_11_1 div, 
            .mg_box.mg_ctob_show .mgom_11_1 div:before, 
            .mg_box.mg_ctob_show .mgom_11_1 div:after {
                background-color: #ffffff;	
                border-color: #ffffff;	
            }
            
        .mgom_11_2 { /* crossing_layer */
            
						background: #444;
						opacity: 0.1;
				
				transition: all 500ms ease 0ms;
				
            z-index: 870; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_2,
        .mg_box.mg_ctob_show .mgom_11_2 {
            
						background-color: #444;
						opacity: 0.1;
				
        }
        
        .mgom_11_3 { /* img_fx */
            
            z-index: 860; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_3,
        .mg_box.mg_ctob_show .mgom_11_3 {
            
        }
        
		.mgom_11_4 { /* txt_block */
			bottom: -100%; right: -100%;
						background: rgba(255,255,255, 0);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_4,
        .mg_box.mg_ctob_show .mgom_11_4 {
			bottom: 0px; right: 0px;
						background-color: rgba(255,255,255, 0);
						
		}
		
    .mg_box .mgom_11_5.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_11_5.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		transform: perspective(750px) rotateY(-180deg); 
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_5.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_11_5.mgom_txt_wrap .mgom_layer {
		transform: perspective(750px) rotateY(0deg); 
	}
	.mg_box .mgom_11_5 .mgom_mark,
	.mgom_11 .mg_title_under .mgom_layer,
	.mgom_11 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_11_5.mgom_txt_wrap {
		bottom: -100%; right: -100%;	
		
				transition: all 400ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_11_5.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_11_5.mgom_txt_wrap {
		bottom: 0px; right: 0px;	
	}
	/* ***** 12 - Split overlay + circle OVERLAY ***** */ 
  
        .mgom_12_0 { /* central_shape */
            top: 0px; left: 0px;
						background: #333;
						opacity: 0;
				
				color: #fff;transform: scale(0.6); 
				transition: all 500ms cubic-bezier(0.680, -0.850, 0.265, 1.850) 0ms;
				
            z-index: 1090; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_0,
        .mg_box.mg_ctob_show .mgom_12_0 {
            top: 0px; left: 0px;
						background-color: #333;
						opacity: 0.9;
				transform: scale(1.0); 
        }
        
            .mgom_12_0 div, .mgom_12_0 div:before, .mgom_12_0 div:after {
                background-color: #333;	
                border-color: #333; 
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_0 div, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_0 div:before, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_0 div:after,

            .mg_box.mg_ctob_show .mgom_12_0 div, 
            .mg_box.mg_ctob_show .mgom_12_0 div:before, 
            .mg_box.mg_ctob_show .mgom_12_0 div:after {
                background-color: #333;	
                border-color: #333;	
            }
            
        .mgom_12_1 { /* vert_split_layer */
            
						background: #ffffff;
						opacity: 0.1;
				
				transition: all 200ms ease 0ms;
				
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_1,
        .mg_box.mg_ctob_show .mgom_12_1 {
            
						background-color: #ffffff;
						opacity: 0.4;
				
        }
        
            .mgom_12_1 div {
                    
						background: #ffffff;
						
				transition: all 200ms ease 0ms;
				
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_1 div,
            .mg_box.mg_ctob_show .mgom_12_1 div {
                    
						background-color: #ffffff;
						
            }
            
		.mgom_12_2 { /* txt_block */
			top: 0px; left: 0px;
						background: rgba(255,255,255, 0);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_2,
        .mg_box.mg_ctob_show .mgom_12_2 {
			top: 0px; left: 0px;
						background-color: rgba(255,255,255, 0);
						
		}
		
    .mg_box .mgom_12_3.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_12_3.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_3.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_12_3.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_12_3 .mgom_mark,
	.mgom_12 .mg_title_under .mgom_layer,
	.mgom_12 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_12_3.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_12_3.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_12_3.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	/* ***** 13 - Curtain + type icon + socials OVERLAY ***** */ 
  
        .mgom_13_0 { /* icon */
            align-items: center; justify-content: center;font-size: 27px;
                
				color: #ffffff;opacity: 0.9;
				transform: scale(1.4); 
				transition: all 400ms ease-in-out 0ms;
				
            z-index: 1090; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_0,
        .mg_box.mg_ctob_show .mgom_13_0 {
            font-size: 27px;
                
				color: #ffffff;opacity: 0.4;
				transform: scale(1.0); 
        }
        
        .mgom_13_1 { /* full_img_layer */
            top: 0px; left: 0px;
						background: #242424;
						opacity: 0;
				padding: 0px;
				
				transition: all 400ms ease 0ms;
				
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_1,
        .mg_box.mg_ctob_show .mgom_13_1 {
            top: 0px; left: 0px;
						background-color: #242424;
						opacity: 0.1;
				
        }
        
		.mgom_13_2 { /* title */
			text-align: center;
				font-size: 15px;
                
				color: #383838;line-height: 17px;
                text-transform: uppercase;
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_2,
        .mg_box.mg_ctob_show .mgom_13_2 {
			
				color: #5c5c5c;
		}
		
		.mgom_13_3 { /* separator */
			
				color: #cfcfcf;
				border-bottom: 1px dotted #cfcfcf;
				
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_3,
        .mg_box.mg_ctob_show .mgom_13_3 {
			
		}
		
		.mgom_13_4 { /* socials */
			
				color: #b2b2b2;font-size: 18px;
                line-height: 32px;
                
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_4,
        .mg_box.mg_ctob_show .mgom_13_4 {
			
				color: #808080;
		}
		
			.mgom_13_4 span {
				font-size: 18px;
                
                width:  18px;
                
                height:  18px;
                
			}
			.mg_box:not(.mg_touch_off):hover .mgom_13_4 span {
				
				color: #b2b2b2;
			}
			body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_4 span:hover,
			.mg_box.mg_ctob_show .mgom_13_4 span {
				
				color: #808080;
			}
            .mgom_13_4 .mg_round_social_trick {
                box-shadow: 0 0 0 3px #b2b2b2 inset;
            }
            .mgom_13_4 .mg_round_social_trick:hover {
                box-shadow: 0 0 0 3px #808080 inset;
            }
		.mgom_13_5 { /* txt_block */
			bottom: -100%; left: 0px;
						background: rgba(255,255,255, 1);
						padding-top: 13px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_5,
        .mg_box.mg_ctob_show .mgom_13_5 {
			bottom: 0px; left: 0px;
						background-color: rgba(255,255,255, 1);
						
		}
		
    .mg_box .mgom_13_6.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_13_6.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_6.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_13_6.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_13_6 .mgom_mark,
	.mgom_13 .mg_title_under .mgom_layer,
	.mgom_13 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_13_6.mgom_txt_wrap {
		bottom: -100%; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		padding-top: 13px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; 
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_13_6.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_13_6.mgom_txt_wrap {
		bottom: 0px; left: 0px;	
	}
	/* ***** 14 - Outlined diamond + type OVERLAY ***** */ 
  
        .mgom_14_0 { /* img_fx */
            
            z-index: 890; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_0,
        .mg_box.mg_ctob_show .mgom_14_0 {
            
        }
        
        .mgom_14_1 { /* central_shape */
            top: 0px; left: 0px;
						background: #ffffff;
						opacity: 0;
				
				color: #ffffff;transform: scale(1.4); 
				transition: all 500ms ease 0ms;
				
            z-index: 1080; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_1,
        .mg_box.mg_ctob_show .mgom_14_1 {
            top: 0px; left: 0px;
						background-color: #ffffff;
						opacity: 1;
				transform: scale(1.0); 
        }
        
            .mgom_14_1 div, .mgom_14_1 div:before, .mgom_14_1 div:after {
                background-color: #ffffff;	
                border-color: #ffffff; 
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_1 div, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_1 div:before, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_1 div:after,

            .mg_box.mg_ctob_show .mgom_14_1 div, 
            .mg_box.mg_ctob_show .mgom_14_1 div:before, 
            .mg_box.mg_ctob_show .mgom_14_1 div:after {
                background-color: #ffffff;	
                border-color: #ffffff;	
            }
            
        .mgom_14_2 { /* full_img_layer */
            top: 0px; left: 0px;
						background: #ffffff;
						opacity: 0;
				padding: 10px;
				
				transition: all 600ms ease 0ms;
				
            z-index: 870; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_2,
        .mg_box.mg_ctob_show .mgom_14_2 {
            top: 0px; left: 0px;
						background-color: #ffffff;
						opacity: 0.15;
				
        }
        
		.mgom_14_3 { /* txt_block */
			top: 0px; left: 0px;
						background: rgba(255,255,255, 0.7);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_3,
        .mg_box.mg_ctob_show .mgom_14_3 {
			top: 0px; left: 0px;
						background-color: rgba(255,255,255, 1);
						
		}
		
    .mg_box .mgom_14_4.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_14_4.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_4.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_14_4.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_14_4 .mgom_mark,
	.mgom_14 .mg_title_under .mgom_layer,
	.mgom_14 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_14_4.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_14_4.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_14_4.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	/* ***** 15 - Central sliding text + button OVERLAY ***** */ 
  
        .mgom_15_0 { /* horiz_split_layer */
            
						background: #292929;
						opacity: 0;
				
				transition: all 300ms ease-in-out 0ms;
				
            z-index: 890; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_0,
        .mg_box.mg_ctob_show .mgom_15_0 {
            
						background-color: #292929;
						opacity: 0.1;
				
        }
        
            .mgom_15_0 div {
                    
						background: #292929;
						
				transition: all 300ms ease-in-out 0ms;
				
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_0 div,
            .mg_box.mg_ctob_show .mgom_15_0 div {
                    
						background-color: #292929;
						
            }
            
        .mgom_15_1 { /* img_fx */
            
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_1,
        .mg_box.mg_ctob_show .mgom_15_1 {
            
        }
        
		.mgom_15_2 { /* title */
			text-align: center;
				font-size: 17px;
                
				color: #ffffff;line-height: 19px;
                margin-bottom: 12px !important; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_2,
        .mg_box.mg_ctob_show .mgom_15_2 {
			
				color: #ffffff;
		}
		
		.mgom_15_3 { /* button */
			font-size: 12px;
                line-height: 13px;
                align-self: center;
					text-transform: uppercase;padding-top: 5px; padding-bottom: 4px; border: 2px solid #ffffff;
				border-radius: 2px;
				
						background: transparent;
						
				color: #ffffff;margin-top: 15px !important; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_3,
        .mg_box.mg_ctob_show .mgom_15_3 {
			
				border-color: #ffffff;
						background-color: transparent;
						
				color: #ffffff;
		}
		
		.mgom_15_4 { /* txt_block */
			bottom: -100%; left: 0px;
						background: rgba(66,66,66, 0.6);
						
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_4,
        .mg_box.mg_ctob_show .mgom_15_4 {
			bottom: 0px; left: 0px;
						background-color: rgba(41,41,41, 0.8);
						
		}
		
    .mg_box .mgom_15_5.mgom_txt_wrap {
        
				transition: all 600ms ease 0ms;
					    
    }
	.mg_box .mgom_15_5.mgom_txt_wrap .mgom_layer {
		
				transition: all 600ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_5.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_15_5.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_15_5 .mgom_mark,
	.mgom_15 .mg_title_under .mgom_layer,
	.mgom_15 .mg_title_under .mgom_layer * {
		
				transition: all 600ms ease 0ms;
					
	}
	
	.mgom_15_5.mgom_txt_wrap {
		bottom: -100%; left: 0px;	
		
				transition: all 600ms ease 0ms;
				
		
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_15_5.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_15_5.mgom_txt_wrap {
		bottom: 0px; left: 0px;	
	}
	/* ***** 16 - Bottom slice + plus button OVERLAY ***** */ 
  
        .mgom_16_0 { /* img_fx */
            
            z-index: 890; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_16_0,
        .mg_box.mg_ctob_show .mgom_16_0 {
            
        }
        
        .mgom_16_1 { /* corner_slice */
            
						background: #ffffff;
						opacity: 0.1;
				
				transition: all 400ms ease-in-out 0ms;
				
            z-index: 880; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_16_1,
        .mg_box.mg_ctob_show .mgom_16_1 {
            
						background-color: #ffffff;
						opacity: 0.8;
				
        }
        
		.mgom_16_2 { /* button */
			font-size: 27px;
                line-height: 27px;
                align-self: flex-start;
					font-weight: bold;font-family: Times New Roman;
				padding-top: 2px; padding-right: 8px; padding-bottom: 2px; padding-left: 8px; border: 2px solid #606060;
				border-radius: 50px;
				
						background: #696969;
						
				color: #ffffff;
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_16_2,
        .mg_box.mg_ctob_show .mgom_16_2 {
			
				border-color: #606060;
						background-color: #696969;
						
				color: #ffffff;
		}
		
		.mgom_16_3 { /* txt_block */
			bottom: -100%; left: 0px;
						background: rgba(255,255,255, 0);
						padding-bottom: 1px; padding-left: 6px; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_16_3,
        .mg_box.mg_ctob_show .mgom_16_3 {
			bottom: 0px; left: 0px;
						background-color: rgba(255,255,255, 0);
						
		}
		
    .mg_box .mgom_16_4.mgom_txt_wrap {
        
				transition: all 400ms linear 0ms;
					    
    }
	.mg_box .mgom_16_4.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms linear 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_16_4.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_16_4.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_16_4 .mgom_mark,
	.mgom_16 .mg_title_under .mgom_layer,
	.mgom_16 .mg_title_under .mgom_layer * {
		
				transition: all 400ms linear 0ms;
					
	}
	
			.mg_box .mgom_16_4.mgom_txt_wrap {
				
				transition: all 400ms linear 0ms;
					
			}
			
			.mg_box .mgom_16_4.mgom_txt_wrap .mgom_layer {
				opacity: 0;
			}
			body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_16_4.mgom_txt_wrap .mgom_layer,
            .mg_box.mg_ctob_show .mgom_16_4.mgom_txt_wrap .mgom_layer {
				opacity: 1;
			}
			
	.mgom_16_4.mgom_txt_wrap {
		bottom: -100%; left: 0px;	
		
				transition: all 400ms linear 0ms;
				
		padding-bottom: 1px; padding-left: 6px; 
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_16_4.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_16_4.mgom_txt_wrap {
		bottom: 0px; left: 0px;	
	}
	
        .mgom_16 .mgom_txt_wrap {
            justify-content: flex-start;
        }/* ***** 17 - adventOverlay OVERLAY ***** */ 
  
        .mgom_17_0 { /* central_shape */
            top: 0px; left: 0px;
						background: #ffffff;
						opacity: 0;
				
				color: #222222;
				transition: all 400ms ease 0ms;
				
            z-index: 890; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_17_0,
        .mg_box.mg_ctob_show .mgom_17_0 {
            top: 0px; left: 0px;
						background-color: #ffffff;
						opacity: 0.5;
				
        }
        
            .mgom_17_0 div, .mgom_17_0 div:before, .mgom_17_0 div:after {
                background-color: #ffffff;	
                border-color: #ffffff; 
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_17_0 div, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_17_0 div:before, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_17_0 div:after,

            .mg_box.mg_ctob_show .mgom_17_0 div, 
            .mg_box.mg_ctob_show .mgom_17_0 div:before, 
            .mg_box.mg_ctob_show .mgom_17_0 div:after {
                background-color: #ffffff;	
                border-color: #ffffff;	
            }
            
		.mgom_17_1 { /* txt_block */
			top: 0px; left: 0px;
						background: #ffffff;
						padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_17_1,
        .mg_box.mg_ctob_show .mgom_17_1 {
			top: 0px; left: 0px;
						background-color: #ffffff;
						
		}
		
    .mg_box .mgom_17_2.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_17_2.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_17_2.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_17_2.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_17_2 .mgom_mark,
	.mgom_17 .mg_title_under .mgom_layer,
	.mgom_17 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_17_2.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_17_2.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_17_2.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	
        .mgom_17 .mg_box:not(.mg_item_no_ol):not(.mg_to_kenburn) .mgi_thumb {
            backface-visibility: hidden;
            transform-style: flat;
            
				transition: all 400ms ease 0ms;
				
        }
        body:not(.mg_cust_touch_ol_behav) .mgom_17 .mg_box:not(.mg_item_no_ol):not(.mg_to_kenburn):hover .mgi_thumb,
        .mgom_17 .mg_box.mg_ctob_show:not(.mg_item_no_ol):not(.mg_to_kenburn) .mgi_thumb {
            
        }
        /* ***** 19 - 15J OVERLAY ***** */ 
  
        .mgom_19_0 { /* central_shape */
            top: 0px; left: 0px;
						background: rgba(255, 255, 255, 1);
						opacity: 0;
				
				color: #222222;
				transition: all 400ms ease 0ms;
				
            z-index: 890; 
        }
        body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_19_0,
        .mg_box.mg_ctob_show .mgom_19_0 {
            top: 0px; left: 0px;
						background-color: rgba(255, 255, 255, 1);
						opacity: 0.7;
				
        }
        
            .mgom_19_0 div, .mgom_19_0 div:before, .mgom_19_0 div:after {
                background-color: rgba(255, 255, 255, 1);	
                border-color: rgba(255, 255, 255, 1); 
            }
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_19_0 div, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_19_0 div:before, 
            body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_19_0 div:after,

            .mg_box.mg_ctob_show .mgom_19_0 div, 
            .mg_box.mg_ctob_show .mgom_19_0 div:before, 
            .mg_box.mg_ctob_show .mgom_19_0 div:after {
                background-color: rgba(255, 255, 255, 1);	
                border-color: rgba(255, 255, 255, 1);	
            }
            
		.mgom_19_1 { /* txt_block */
			top: 0px; left: 0px;
						background: rgba(255, 255, 255, 1);
						padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
		}
		body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_19_1,
        .mg_box.mg_ctob_show .mgom_19_1 {
			top: 0px; left: 0px;
						background-color: rgba(255, 255, 255, 1);
						
		}
		
    .mg_box .mgom_19_2.mgom_txt_wrap {
        
				transition: all 400ms ease 0ms;
					    
    }
	.mg_box .mgom_19_2.mgom_txt_wrap .mgom_layer {
		
				transition: all 400ms ease 0ms;
					
		
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_19_2.mgom_txt_wrap .mgom_layer,
    .mg_box.mg_ctob_show .mgom_19_2.mgom_txt_wrap .mgom_layer {
		
	}
	.mg_box .mgom_19_2 .mgom_mark,
	.mgom_19 .mg_title_under .mgom_layer,
	.mgom_19 .mg_title_under .mgom_layer * {
		
				transition: all 400ms ease 0ms;
					
	}
	
	.mgom_19_2.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
				transition: all 400ms ease 0ms;
				
		padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
         
	}
	body:not(.mg_cust_touch_ol_behav) .mg_box:hover .mgom_19_2.mgom_txt_wrap,
    .mg_box.mg_ctob_show .mgom_19_2.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	
        .mgom_19 .mg_box:not(.mg_item_no_ol):not(.mg_to_kenburn) .mgi_thumb {
            backface-visibility: hidden;
            transform-style: flat;
            
				transition: all 400ms ease 0ms;
				
        }
        body:not(.mg_cust_touch_ol_behav) .mgom_19 .mg_box:not(.mg_item_no_ol):not(.mg_to_kenburn):hover .mgi_thumb,
        .mgom_19 .mg_box.mg_ctob_show:not(.mg_item_no_ol):not(.mg_to_kenburn) .mgi_thumb {
            
        }
        .mg_item_text { line-height: 1.5; }