/* gg > 9.3.0 */




/* preloader */
            .ggl_1, .ggl_2, .ggl_3, .ggl_4 {
                background-color: #aaaaaa;
                width: 12px;
                height: 12px;
                position: absolute;
                top: 0;
                left: 0;

                transform-origin: 	0 50%;	
                animation: 			gg_loader 1.7s infinite ease-in-out;
                transform: 			rotateX(90deg);	
            }
            .ggl_2 {
                top: 0;
                left: 14px;
                animation-delay: .2s;
            }
            .ggl_3 {
                top: 14px;
                left: 14px;
                animation-delay: .4s;
            }
            .ggl_4 {
                top: 14px;
                left: 0px;
                animation-delay: .6s;
            }
            @keyframes gg_loader {
                20%, 80%, 100% {transform: rotateX(90deg);}
                40%, 60% {transform: rotateX(0deg);}
            }
            

/* right click protection - code for iphone */
.gg_gallery_wrap *, .gg_lcms_slider *, #lcl_wrapper * {
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
}



.gg_gallery_wrap:not(.gg_collection_wrap), 
.gg_itg_container,
.gg_coll_outer_container {
	padding: 3px;
}


/* image border, radius and shadow */
.gg_standard_gallery .gg_img,
.gg_columnized_gallery .gg_img,
.gg_masonry_gallery .gg_img_inner,
.gg_string_gallery .gg_img,
.gg_itg_container .gg_img,
.gg_coll_img {
	border: none;    
    border-radius: 2px;	
	box-shadow: 0 0 2px rgba(25,25,25,0.4);}


.gg_ol_full_mode .gg_img_title {
	border-color: rgba(34,34,34, 0.15); 
	background: #fdfdfd;
}
.gg_gallery_wrap:not(.gg_car_nocrop) .gg_main_img_wrap,
.gg_itg_wrap .gg_main_img_wrap {
	transition:	transform .5s ease-out;	
	transform: scale(1) translateZ(0); /* set default state to avoid bad "jumps" on state change */
}
.gg_gallery_wrap:not(.gg_car_nocrop) .gg_img:hover .gg_main_img_wrap,
.gg_gallery_wrap:not(.gg_car_nocrop) .gg_img.gg_touch_on .gg_main_img_wrap,
.gg_itg_wrap .gg_img:hover .gg_main_img_wrap {
	transform: scale(1.03);
	transition-duration: 4s;
}
.gg_itg_monoimage .gg_img:nth-child(2):hover .gg_main_img_wrap,
.gg_itg_monoimage .gg_img:nth-child(3):hover .gg_main_img_wrap {
	transform: scale(1) !important;
}



/* extra image effects */




/* collections - texts under images */
.gg_coll_img .gg_main_overlay_under .gg_img_title_under {
	color: #444444;
}
.gg_coll_img .gg_main_overlay_under .gg_img_descr_under {
	color: #555555;
}



.gg_filter,
.gg_tags_wrap {
	text-align: center; 
}
.gg_filter a.ggf,
.gg_tag,
.gg_coll_back_to_new_style,
.gg_gall_search_form input {	
	color: #606060;
    font-size: 15px;
    
        padding: 6px 12px;
}
.gg_filter a.ggf:hover,
.gg_tag:hover,
.gg_coll_back_to_new_style:hover {	
	color: #4a4a4a !important;
}
.gg_filter a.ggf.gg_cats_selected,
.gg_filter a.ggf.gg_cats_selected:hover,
.gg_tag.gg_tag_sel,
.gg_tag.gg_tag_sel:hover {	
	color: #333333 !important;
}
.gg_textual_filters .gg_cats_selected:after,
.gg_textual_filters .gg_tag_sel {
	text-shadow: 0 0.01em 0 #333333;
}

.gg_btn_filters a.ggf,
.gg_btn_filters .gg_tag,
.gg_coll_back_to_new_style,
select.gg_mobile_filter_dd,
.gg_gall_search_form input {	
	background: #f5f5f5;
    border: 0px solid #bbbbbb;
    border-radius: 2px;
}
.gg_btn_filters a.ggf:hover,
.gg_btn_filters .gg_tag:hover,
.gg_coll_back_to_new_style:hover {	
	background: #fafafa;
    border-color: #777777;
}
.gg_btn_filters a.ggf.gg_cats_selected,
.gg_btn_filters a.ggf.gg_cats_selected:hover,
.gg_btn_filters .gg_tag.gg_tag_sel,
.gg_btn_filters .gg_tag.gg_tag_sel:hover {	
	background: #dfdfdf;
    border-color: #aaaaaa;
}
.gg_textual_filters .ggf:after,
.gg_textual_filters .gg_tag:after {
	background: #dfdfdf;
}




.gg_gall_search_form input,
.gg_gall_search_form i {
	color: #606060;
}
.gg_gall_search_form input {
	background: #f5f5f5;
    border-color: #bbbbbb;
}
.gg_gall_search_form:hover input,
.gg_gall_search_form:hover i,
.gg_gall_search_form:active input,
.gg_gall_search_form:active i,
.gg_gall_search_form:focus input,
.gg_gall_search_form:focus i {
	color: #333333;
}
.gg_gall_search_form:hover input,
.gg_gall_search_form:active input,
.gg_gall_search_form:focus input {
	background: #eeeeee;
    border: 0px solid #aaaaaa;
    
        padding: 6px 12px;
}




.gg_standard_pag i,
.gg_num_btns_wrap > div {
	color: #666666;
}
.gg_standard_pag:not(.gg_detach_arr),
.gg_standard_pag.gg_detach_arr > div,
.gg_infinite_scroll,
.gg_num_btns_wrap > div {
	border: 1px solid #bbbbbb;
	background: #ffffff;
}
.gg_standard_pag:not(.gg_only_arr) .gg_nav_mid,
.gg_infinite_scroll div {
	color: #666666;
}
.gg_standard_pag.gg_monoblock:before {
	background: #bbbbbb;
}
.gg_dots_pag_wrap > div {
	background: #ffffff;
}

.gg_standard_pag:not(.gg_only_arr) > div:not(.gg_nav_mid):not(.gg_pag_disabled):hover,
.gg_infinite_scroll:hover,
.gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover,
.gg_num_btns_wrap > div:hover,
.gg_num_btns_wrap .gg_pag_disabled {
	background: #efefef;
}
.gg_standard_pag:not(.gg_only_arr) > div:not(.gg_nav_mid):not(.gg_pag_disabled):hover i,
.gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover i,
.gg_infinite_scroll:hover span,
.gg_num_btns_wrap > div:hover,
.gg_num_btns_wrap .gg_pag_disabled  {
	color: #333333;	
}
.gg_infinite_scroll:hover,
.gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover,
.gg_monoblock > div:not(.gg_pag_disabled):hover,
.gg_infinite_scroll:hover,
.gg_num_btns_wrap > div:hover, 
.gg_num_btns_wrap .gg_pag_disabled {
	border: 1px solid  #aaaaaa;	
}
.gg_dots_pag_wrap > div:hover,
.gg_dots_pag_wrap > div.gg_pag_disabled {	
	box-shadow: 0 -13px 0 0 #efefef inset;
}



/* ************************************************** */


/* standard gallery images */
.gg_standard_gallery .gg_container {
	width: calc(100% + 5px);
}
.gg_standard_gallery .gg_img {
	margin-right: 5px;
    margin-bottom: 5px;
}

/* columnized gallery images */
.gg_columnized_gallery .gg_container {
	width: calc(100% + 5px);
}
.gg_columnized_gallery .gg_img {
	margin-right: 5px;
    margin-bottom: 5px;
}

/* masonry gallery images */
.gg_masonry_gallery .gg_container {
	width: calc(100% + 5px);
}
.gg_masonry_gallery .gg_img {
    padding-right: 5px;
    margin-bottom: 5px;
}

/* photostring gallery images */
.gg_string_gallery .gg_container {
	width: calc(100% + 5px + 1px); /* 1px = security addition */
}
.gg_string_gallery .gg_img {
	margin-right: 5px;
    margin-bottom: 5px;
}

/* image-to-gallery images */
.gg_itg_wrap:not(.gg_itg_monoimage) .gg_itg_img:nth-child(odd) {
	width: calc(50% - 3px);
    margin-right: 5px;
}
.gg_itg_wrap:not(.gg_itg_monoimage) .gg_itg_img:nth-child(even) {
	width: calc(50% - 2px);
}
.gg_itg_wrap .gg_itg_img:nth-of-type(3),
.gg_itg_wrap .gg_itg_img:nth-of-type(4) {
	margin-top: 5px;
}
.gg_itg_wrap .gg_itg_ol_inner {
	color: #fefefe;
}
.gg_itg_corner_txt .gg_itg_ol_inner,
.gg_itg_main_n_sides .gg_itg_ol_inner {
	background: #333333;
}
.gg_itg_50_op_ol .gg_itg_ol {
	background: #333333;
}
.gg_itg_100_op_ol .gg_itg_ol,
.gg_itg_block_over .gg_itg_ol_inner { 
    background: #333333;
}




/* COLLECTION IMAGES */
.gg_coll_container {
	width: calc(100% + 10px);
}
.gg_coll_img_wrap {
	margin-bottom: 10px;
	padding-right: 10px;
}
.gg_coll_pag_wrap {
	margin-top: -10px;
}



/* CAROUSEL */
.gg_car_item_wrap {
	padding-right: 2px;
	padding-left: 3px;
    padding-top: 2px;
	padding-bottom: 3px;
}
.gg_carousel_wrap.slick-slider {
	margin-bottom: 55px;
}

/* pagination button alignment */
.gg_paginate {
	text-align: center;
}


/* ************************************************** */



.gg_lcms_slider {
    min-height: 200px;
}
.gg_lcms_slider .lcms_wrap {
    background: #ffffff;
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #ddd;
}

.gg_lcms_slider .lcms_wrap,
.gg_lcms_has_thumbs .lcms_nav_dots span {
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
 

.gg_lcms_slider .lcms_container,
.gg_lcms_has_thumbs .lcms_nav_dots span {
    border-radius: 0px;
}
.gg_lcms_slider .lcms_container,
.gg_lcms_slider[data-nav-cmd="h_center_alt"] .lcms_nav {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.gg_lcms_left_cmd,
.gg_lcms_right_cmd {
    top: 10px;
}
.gg_lcms_left_cmd,
.gg_lcms_slider[data-nav-cmd="h_center"] .lcms_prev {
    left: 10px;
}
.gg_lcms_right_cmd,
.gg_lcms_slider[data-nav-cmd="h_center"] .lcms_next {
    right: 10px;
}
.gg_lcms_slider.gg_lcms_hidden_txt .lcms_content {
    transform: translate3d(0, calc(105% + 0px), 0);
    opacity: 0;
}


.gg_lcms_has_thumbs div.lcms_nav_dots {
    bottom: -92px;
}
.gg_lcms_thumbs_shown div.lcms_wrap {
    max-height: calc(100% - 92px);
    margin-bottom: 92px;
}
.gg_lcms_has_thumbs .lcms_nav_dots span {
    width: 130px;
    height: 75px;
}

.gg_lcms_left_cmd > *:not(.lcms_nav),
.gg_lcms_right_cmd > *:not(.lcms_nav),
.gg_lcms_slider .lcms_nav > * {
    background: #fff !important;
    color: #282828;
}


.gg_lcms_slider .gg_lcms_slider .lcms_slide div.lcms_content {
    background: rgba(0,0,0, 0.55);
    color: #fdfdfd;
    font-size: 15px;

        right: auto;
	width: auto;
	bottom: 10px;
	left: 10px;
	max-width: calc(100% - 20px);
    border-radius: 0px !important;
    }



/* ************************************************** */
	
                .lcl_fade_oc.lcl_pre_show #lcl_overlay,
            .lcl_fade_oc.lcl_pre_show #lcl_window,
            .lcl_fade_oc.lcl_is_closing #lcl_overlay,
            .lcl_fade_oc.lcl_is_closing #lcl_window {
                opacity: 0 !important;
            }
            .lcl_fade_oc.lcl_is_closing #lcl_overlay {
                transition-delay: .15s !important;
            }
            


#et-boc .et-l .ggl_1, #et-boc .et-l .ggl_2, #et-boc .et-l .ggl_3, #et-boc .et-l .ggl_4{ background-color: #aaaaaa; width: 12px; height: 12px; position: absolute; top: 0; left: 0; transform-origin: 0 50%; animation: gg_loader 1.7s infinite ease-in-out; transform: rotateX(90deg);} #et-boc .et-l .ggl_2{ top: 0; left: 14px; animation-delay: .2s;} #et-boc .et-l .ggl_3{ top: 14px; left: 14px; animation-delay: .4s;} #et-boc .et-l .ggl_4{ top: 14px; left: 0px; animation-delay: .6s;} @keyframes gg_loader { 20%, 80%, 100% {transform: rotateX(90deg);} 40%, 60% {transform: rotateX(0deg);} } #et-boc .et-l .gg_gallery_wrap *, #et-boc .et-l .gg_lcms_slider *, #et-boc .et-l #lcl_wrapper *{ -webkit-touch-callout: none; -webkit-user-select: none;} #et-boc .et-l .gg_gallery_wrap:not(.gg_collection_wrap), #et-boc .et-l .gg_itg_container, #et-boc .et-l .gg_coll_outer_container{ padding: 3px;} #et-boc .et-l .gg_standard_gallery .gg_img, #et-boc .et-l .gg_columnized_gallery .gg_img, #et-boc .et-l .gg_masonry_gallery .gg_img_inner, #et-boc .et-l .gg_string_gallery .gg_img, #et-boc .et-l .gg_itg_container .gg_img, #et-boc .et-l .gg_coll_img{ border: none; border-radius: 2px; box-shadow: 0 0 2px rgba(25,25,25,0.4);} #et-boc .et-l .gg_ol_full_mode .gg_img_title{ border-color: rgba(34,34,34, 0.15); background: #fdfdfd;} #et-boc .et-l .gg_gallery_wrap:not(.gg_car_nocrop) .gg_main_img_wrap, #et-boc .et-l .gg_itg_wrap .gg_main_img_wrap{ transition: transform .5s ease-out; transform: scale(1) translateZ(0);} #et-boc .et-l .gg_gallery_wrap:not(.gg_car_nocrop) .gg_img:hover .gg_main_img_wrap, #et-boc .et-l .gg_gallery_wrap:not(.gg_car_nocrop) .gg_img.gg_touch_on .gg_main_img_wrap, #et-boc .et-l .gg_itg_wrap .gg_img:hover .gg_main_img_wrap{ transform: scale(1.03); transition-duration: 4s;} #et-boc .et-l .gg_itg_monoimage .gg_img:nth-child(2):hover .gg_main_img_wrap, #et-boc .et-l .gg_itg_monoimage .gg_img:nth-child(3):hover .gg_main_img_wrap{ transform: scale(1) !important;} #et-boc .et-l .gg_coll_img .gg_main_overlay_under .gg_img_title_under{ color: #444444;} #et-boc .et-l .gg_coll_img .gg_main_overlay_under .gg_img_descr_under{ color: #555555;} #et-boc .et-l .gg_filter, #et-boc .et-l .gg_tags_wrap{ text-align: center;} #et-boc .et-l .gg_filter a.ggf, #et-boc .et-l .gg_tag, #et-boc .et-l .gg_coll_back_to_new_style, #et-boc .et-l .gg_gall_search_form input{ color: #606060; font-size: 15px; padding: 6px 12px;} #et-boc .et-l .gg_filter a.ggf:hover, #et-boc .et-l .gg_tag:hover, #et-boc .et-l .gg_coll_back_to_new_style:hover{ color: #4a4a4a !important;} #et-boc .et-l .gg_filter a.ggf.gg_cats_selected, #et-boc .et-l .gg_filter a.ggf.gg_cats_selected:hover, #et-boc .et-l .gg_tag.gg_tag_sel, #et-boc .et-l .gg_tag.gg_tag_sel:hover{ color: #333333 !important;} #et-boc .et-l .gg_textual_filters .gg_cats_selected:after, #et-boc .et-l .gg_textual_filters .gg_tag_sel{ text-shadow: 0 0.01em 0 #333333;} #et-boc .et-l .gg_btn_filters a.ggf, #et-boc .et-l .gg_btn_filters .gg_tag, #et-boc .et-l .gg_coll_back_to_new_style, #et-boc .et-l select.gg_mobile_filter_dd, #et-boc .et-l .gg_gall_search_form input{ background: #f5f5f5; border: 0px solid #bbbbbb; border-radius: 2px;} #et-boc .et-l .gg_btn_filters a.ggf:hover, #et-boc .et-l .gg_btn_filters .gg_tag:hover, #et-boc .et-l .gg_coll_back_to_new_style:hover{ background: #fafafa; border-color: #777777;} #et-boc .et-l .gg_btn_filters a.ggf.gg_cats_selected, #et-boc .et-l .gg_btn_filters a.ggf.gg_cats_selected:hover, #et-boc .et-l .gg_btn_filters .gg_tag.gg_tag_sel, #et-boc .et-l .gg_btn_filters .gg_tag.gg_tag_sel:hover{ background: #dfdfdf; border-color: #aaaaaa;} #et-boc .et-l .gg_textual_filters .ggf:after, #et-boc .et-l .gg_textual_filters .gg_tag:after{ background: #dfdfdf;} #et-boc .et-l .gg_gall_search_form input, #et-boc .et-l .gg_gall_search_form i{ color: #606060;} #et-boc .et-l .gg_gall_search_form input{ background: #f5f5f5; border-color: #bbbbbb;} #et-boc .et-l .gg_gall_search_form:hover input, #et-boc .et-l .gg_gall_search_form:hover i, #et-boc .et-l .gg_gall_search_form:active input, #et-boc .et-l .gg_gall_search_form:active i, #et-boc .et-l .gg_gall_search_form:focus input, #et-boc .et-l .gg_gall_search_form:focus i{ color: #333333;} #et-boc .et-l .gg_gall_search_form:hover input, #et-boc .et-l .gg_gall_search_form:active input, #et-boc .et-l .gg_gall_search_form:focus input{ background: #eeeeee; border: 0px solid #aaaaaa; padding: 6px 12px;} #et-boc .et-l .gg_standard_pag i, #et-boc .et-l .gg_num_btns_wrap > div{ color: #666666;} #et-boc .et-l .gg_standard_pag:not(.gg_detach_arr), #et-boc .et-l .gg_standard_pag.gg_detach_arr > div, #et-boc .et-l .gg_infinite_scroll, #et-boc .et-l .gg_num_btns_wrap > div{ border: 1px solid #bbbbbb; background: #ffffff;} #et-boc .et-l .gg_standard_pag:not(.gg_only_arr) .gg_nav_mid, #et-boc .et-l .gg_infinite_scroll div{ color: #666666;} #et-boc .et-l .gg_standard_pag.gg_monoblock:before{ background: #bbbbbb;} #et-boc .et-l .gg_dots_pag_wrap > div{ background: #ffffff;} #et-boc .et-l .gg_standard_pag:not(.gg_only_arr) > div:not(.gg_nav_mid):not(.gg_pag_disabled):hover, #et-boc .et-l .gg_infinite_scroll:hover, #et-boc .et-l .gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover, #et-boc .et-l .gg_num_btns_wrap > div:hover, #et-boc .et-l .gg_num_btns_wrap .gg_pag_disabled{ background: #efefef;} #et-boc .et-l .gg_standard_pag:not(.gg_only_arr) > div:not(.gg_nav_mid):not(.gg_pag_disabled):hover i, #et-boc .et-l .gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover i, #et-boc .et-l .gg_infinite_scroll:hover span, #et-boc .et-l .gg_num_btns_wrap > div:hover, #et-boc .et-l .gg_num_btns_wrap .gg_pag_disabled{ color: #333333;} #et-boc .et-l .gg_infinite_scroll:hover, #et-boc .et-l .gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover, #et-boc .et-l .gg_monoblock > div:not(.gg_pag_disabled):hover, #et-boc .et-l .gg_infinite_scroll:hover, #et-boc .et-l .gg_num_btns_wrap > div:hover, #et-boc .et-l .gg_num_btns_wrap .gg_pag_disabled{ border: 1px solid #aaaaaa;} #et-boc .et-l .gg_dots_pag_wrap > div:hover, #et-boc .et-l .gg_dots_pag_wrap > div.gg_pag_disabled{ box-shadow: 0 -13px 0 0 #efefef inset;} #et-boc .et-l .gg_standard_gallery .gg_container{ width: calc(100% + 5px);} #et-boc .et-l .gg_standard_gallery .gg_img{ margin-right: 5px; margin-bottom: 5px;} #et-boc .et-l .gg_columnized_gallery .gg_container{ width: calc(100% + 5px);} #et-boc .et-l .gg_columnized_gallery .gg_img{ margin-right: 5px; margin-bottom: 5px;} #et-boc .et-l .gg_masonry_gallery .gg_container{ width: calc(100% + 5px);} #et-boc .et-l .gg_masonry_gallery .gg_img{ padding-right: 5px; margin-bottom: 5px;} #et-boc .et-l .gg_string_gallery .gg_container{ width: calc(100% + 5px + 1px);} #et-boc .et-l .gg_string_gallery .gg_img{ margin-right: 5px; margin-bottom: 5px;} #et-boc .et-l .gg_itg_wrap:not(.gg_itg_monoimage) .gg_itg_img:nth-child(odd){ width: calc(50% - 3px); margin-right: 5px;} #et-boc .et-l .gg_itg_wrap:not(.gg_itg_monoimage) .gg_itg_img:nth-child(even){ width: calc(50% - 2px);} #et-boc .et-l .gg_itg_wrap .gg_itg_img:nth-of-type(3), #et-boc .et-l .gg_itg_wrap .gg_itg_img:nth-of-type(4){ margin-top: 5px;} #et-boc .et-l .gg_itg_wrap .gg_itg_ol_inner{ color: #fefefe;} #et-boc .et-l .gg_itg_corner_txt .gg_itg_ol_inner, #et-boc .et-l .gg_itg_main_n_sides .gg_itg_ol_inner{ background: #333333;} #et-boc .et-l .gg_itg_50_op_ol .gg_itg_ol{ background: #333333;} #et-boc .et-l .gg_itg_100_op_ol .gg_itg_ol, #et-boc .et-l .gg_itg_block_over .gg_itg_ol_inner{ background: #333333;} #et-boc .et-l .gg_coll_container{ width: calc(100% + 10px);} #et-boc .et-l .gg_coll_img_wrap{ margin-bottom: 10px; padding-right: 10px;} #et-boc .et-l .gg_coll_pag_wrap{ margin-top: -10px;} #et-boc .et-l .gg_car_item_wrap{ padding-right: 2px; padding-left: 3px; padding-top: 2px; padding-bottom: 3px;} #et-boc .et-l .gg_carousel_wrap.slick-slider{ margin-bottom: 55px;} #et-boc .et-l .gg_paginate{ text-align: center;} #et-boc .et-l .gg_lcms_slider{ min-height: 200px;} #et-boc .et-l .gg_lcms_slider .lcms_wrap{ background: #ffffff; padding: 0px; border-radius: 0px; border: 0px solid #ddd;} #et-boc .et-l .gg_lcms_slider .lcms_wrap, #et-boc .et-l .gg_lcms_has_thumbs .lcms_nav_dots span{ box-shadow: 0 3px 7px rgba(0,0,0,0.3);} #et-boc .et-l .gg_lcms_slider .lcms_container, #et-boc .et-l .gg_lcms_has_thumbs .lcms_nav_dots span{ border-radius: 0px;} #et-boc .et-l .gg_lcms_slider .lcms_container, #et-boc .et-l .gg_lcms_slider[data-nav-cmd="h_center_alt"] .lcms_nav{ top: 0px; left: 0px; bottom: 0px; right: 0px;} #et-boc .et-l .gg_lcms_left_cmd, #et-boc .et-l .gg_lcms_right_cmd{ top: 10px;} #et-boc .et-l .gg_lcms_left_cmd, #et-boc .et-l .gg_lcms_slider[data-nav-cmd="h_center"] .lcms_prev{ left: 10px;} #et-boc .et-l .gg_lcms_right_cmd, #et-boc .et-l .gg_lcms_slider[data-nav-cmd="h_center"] .lcms_next{ right: 10px;} #et-boc .et-l .gg_lcms_slider.gg_lcms_hidden_txt .lcms_content{ transform: translate3d(0, calc(105% + 0px), 0); opacity: 0;} #et-boc .et-l .gg_lcms_has_thumbs div.lcms_nav_dots{ bottom: -92px;} #et-boc .et-l .gg_lcms_thumbs_shown div.lcms_wrap{ max-height: calc(100% - 92px); margin-bottom: 92px;} #et-boc .et-l .gg_lcms_has_thumbs .lcms_nav_dots span{ width: 130px; height: 75px;} #et-boc .et-l .gg_lcms_left_cmd > *:not(.lcms_nav), #et-boc .et-l .gg_lcms_right_cmd > *:not(.lcms_nav), #et-boc .et-l .gg_lcms_slider .lcms_nav > *{ background: #fff !important; color: #282828;} #et-boc .et-l .gg_lcms_slider .gg_lcms_slider .lcms_slide div.lcms_content{ background: rgba(0,0,0, 0.55); color: #fdfdfd; font-size: 15px; right: auto; width: auto; bottom: 10px; left: 10px; max-width: calc(100% - 20px); border-radius: 0px !important;} #et-boc .et-l .lcl_fade_oc.lcl_pre_show #lcl_overlay, #et-boc .et-l .lcl_fade_oc.lcl_pre_show #lcl_window, #et-boc .et-l .lcl_fade_oc.lcl_is_closing #lcl_overlay, #et-boc .et-l .lcl_fade_oc.lcl_is_closing #lcl_window{ opacity: 0 !important;} #et-boc .et-l .lcl_fade_oc.lcl_is_closing #lcl_overlay{ transition-delay: .15s !important;} 