
.gh_clear {
	clear: both;
	height: 0;
	width: 0;
}

.gh_debug {
	display: none;
}

/* begin_slide */
.gh_slides_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: ew-resize;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

.gh_full_screen {
	position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: rgba(0,0,0,0.9);
}

.gh_slides_wrap .gh_full_screen_btn.click_to_full {
	opacity: 0.0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gh_slides_wrap:hover .gh_full_screen_btn.click_to_full {
	opacity: 1.0;
}
.gh_full_screen_btn.click_to_full {
	padding: 5px 10px 5px 10px;
	position : absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	width: 50px;
    height: 32px;
	cursor: pointer;
	background: url(../_img/click_to_full.png) no-repeat right 10px center transparent;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index: 1002;
}
.gh_full_screen_btn.click_to_full:hover {
	padding: 5px 40px 5px 15px;
	width: 123px;
	height: 32px;
	background: url(../_img/click_to_full_hover.png) no-repeat right 10px center rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.gh_full_screen_btn.click_to_full::before {
	position: absolute;
    top: 0;
    right: 0;
    padding: 5px 45px 5px 15px;
    content: "EXPAND";
    color: transparent;
	font-size: 0px;
	font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 26px;
    white-space: nowrap;
}
.gh_full_screen_btn.click_to_full:hover::before {
	content: "EXPAND";
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 0 5px #000000;
	white-space: nowrap;
}

.gh_full_screen_btn.click_to_close {
	padding: 5px 10px 5px 10px;
	position : absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 50px;
    height: 32px;
	cursor: pointer;
	background: url(../_img/gh_full_screen_btn.png) no-repeat right 10px center transparent;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index: 1002;
}
.gh_full_screen_btn.click_to_close:hover {
	padding: 5px 40px 5px 15px;
	width: 115px;
	height: 32px;
	background: url(../_img/gh_full_screen_btn_hover.png) no-repeat right 10px center rgba(0, 0, 0, 0.6);
}
.gh_full_screen_btn.click_to_close::before {
	position: absolute;
    top: 0;
    right: 0;
    padding: 5px 45px 5px 15px;
    content: "CLOSE";
    color: transparent;
	font-size: 0px;
	font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 26px;
    white-space: nowrap;
}
.gh_full_screen_btn.click_to_close:hover::before {
	content: "CLOSE";
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 0 5px #000000;
	white-space: nowrap;
}

.gh_slide_indicators {
	position : absolute;
	bottom: 0px;
	z-index: 1001;
	width: 100%;
	padding: 5px;
	text-align: center;
	-webkit-user-select: none;
	line-height: 15px;
	box-sizing: border-box;
}

.gh_slides_wrap .gh_slide_indicators {
	opacity: 0.0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gh_slides_wrap:hover .gh_slide_indicators {
	opacity: 1.0;
}

/* border : solid 1px #FFFFFF; */
.gh_slide_indicator {
	display: inline-block;
	position: relative;
	margin: 0 5px 5px 0;
    width: 20px;
    height: 20px;
	cursor: pointer;
	border: 2px solid #D8D8D8;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.gh_slide_indicator:hover {
	border: 2px solid #FFFFFF;
}

.gh_indicator_active {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5), 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.gh_slide_nav {
	width: 46px;
	height: 46px;
	position: absolute;
	margin: auto;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
	border-radius: 50%;
	z-index: 1000;
	opacity: 0.5;
}

.gh_slide_nav:hover {
	opacity: 1.0;
}

.gh_nav_prev {
	float: left;
	margin-left: 10px;
}
.gh_nav_next {
	float: right;
	margin-right: 10px;
}

.gh_slides_wrap .gallery_nav_prev,
.gh_slides_wrap .gallery_nav_next {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gh_slides_wrap:hover .gallery_nav_prev,
.gh_slides_wrap:hover .gallery_nav_next {
	opacity: 1.0;
}

.gallery_nav_prev,
.gallery_nav_next {
	cursor: pointer;
}
.gallery_nav_prev {
	width: 48px;
	background: url(../_img/gallery_nav_prev.png) no-repeat left 4px center transparent;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.gallery_nav_prev:hover {
	width: 125px;
	background: url(../_img/gallery_nav_prev_hover.png) no-repeat left 4px center rgba(0, 0, 0, 0.6);
}
.gallery_nav_prev::after {
	position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px 5px 55px;
    content: "PREV";
    color: transparent;
	font-size: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 40px;
    white-space: nowrap;
}
.gallery_nav_prev:hover::after {
	content: "PREV";
	color: #FFFFFF;
	font-size: 22px;
	text-shadow: 0 0 5px #000000;
	white-space: nowrap;
}

.gallery_nav_next {
	width: 48px;
	background: url(../_img/gallery_nav_next.png) no-repeat right 4px center transparent;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.gallery_nav_next:hover {
	width: 125px;
	background: url(../_img/gallery_nav_next_hover.png) no-repeat right 4px center rgba(0, 0, 0, 0.6);
}
.gallery_nav_next::before {
	position: absolute;
    top: 0;
    right: 0;
    padding: 5px 55px 5px 15px;
    content: "NEXT";
    color: transparent;
	font-size: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 40px;
    white-space: nowrap;
}
.gallery_nav_next:hover::before {
	content: "NEXT";
	color: #FFFFFF;
	font-size: 22px;
	text-shadow: 0 0 5px #000000;
	white-space: nowrap;
}

.gh_slide_nav_img {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.gh_nav_next .gh_slide_nav_img {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.gh_slides {
	width: 100%;
	height: 100%;
	white-space: nowrap;
}
.gh_slide_wrap {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.gh_slide {
    width: 100%;
    height: 100%;
}
.cmsf_tab_detail .cmsf_field_images {
	overflow: hidden;
}
.cmsf_images .gh_slides_wrap .cmsf_image {
	position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.cmsf_images .gh_slides_wrap .cmsf_image .cmsf_img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* end_slide */

/* begin_fixed_ratio */
.gh_fixed_r {
	 width: 100%;
	 position: relative;
}
.gh_fixed_r_1_1 {
	padding-bottom: 100%;
}
.gh_fixed_r_4_3 {
	padding-bottom: 74.5%;
}
.gh_fixed_r_16_9 {
	padding-bottom: 56.25%;
}
.gh_fixed_r_2_1 {
	padding-bottom: 50%;
}
.gh_fixed_r_content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* end_fixed_ratio */

/* begin_responsive */
/* instead of screen width we check container width in js instead */
.gh_responsive_cont {width: 100%}

.gh_responsive_cont * {
	box-sizing: border-box;
}

.gh_responsive {
	float: left;
	padding: 5px;
}

.gh_responsive_25 {width: 25%;}
.gh_responsive_33 {width: 33.3%;}
.gh_responsive_50 {width: 50%;}
.gh_responsive_66 {width: 66%;}
.gh_responsive_75 {width: 75%;}
.gh_responsive_100 {width: 100%;}


@media only screen and (max-width: 480px) {
	#block-gh-cmsfeed-api-cmsf-home-search-widget-side {
		display: block;
	}
}
/* end_responsive */
