
/**
 * Padding Class
 */
.p-0{
	padding: 0 !important;
}
.p-10{
	padding: 10px !important;
}
.p-15{
	padding: 15px !important;
}
.p-20{
	padding: 20px !important;
}
.p-25{
	padding: 25px !important;
}
.p-30{
	padding: 30px !important;
}
.p-40{
	padding: 40px !important;
}

.pt-0{
	padding-top: 0 !important;
}
.pt-10{
	padding-top: 10px !important;
}
.pt-15{
	padding-top: 15px !important;
}
.pt-20{
	padding-top: 20px !important;
}
.pt-25{
	padding-top: 25px !important;
}
.pt-30{
	padding-top: 30px !important;
}
.pt-40{
	padding-top: 40px !important;
}

.pb-0{
	padding-bottom: 0 !important;
}
.pb-10{
	padding-bottom: 10px !important;
}
.pb-15{
	padding-bottom: 15px !important;
}
.pb-20{
	padding-bottom: 20px !important;
}
.pb-25{
	padding-bottom: 25px !important;
}
.pb-30{
	padding-bottom: 30px !important;
}
.pb-40{
	padding-bottom: 40px !important;
}

.pr-0{
	padding-right: 0 !important;
}
.pr-10{
	padding-right: 10px !important;
}
.pr-15{
	padding-right: 15px !important;
}
.pr-20{
	padding-right: 20px !important;
}
.pr-25{
	padding-right: 25px !important;
}
.pr-30{
	padding-right: 30px !important;
}
.pr-40{
	padding-right: 40px !important;
}

.pl-0{
	padding-left: 0 !important;
}
.pl-10{
	padding-left: 10px !important;
}
.pl-15{
	padding-left: 15px !important;
}
.pl-20{
	padding-left: 20px !important;
}
.pl-25{
	padding-left: 25px !important;
}
.pl-30{
	padding-left: 30px !important;
}
.pl-40{
	padding-left: 40px !important;
}

/**
 * Margin Class
 */
.m-0{
	margin: 0 !important;
}
.m-10{
	margin: 10px !important;
}
.m-15{
	margin: 15px !important;
}
.m-20{
	margin: 20px !important;
}
.m-25{
	margin: 25px !important;
}
.m-30{
	margin: 30px !important;
}
.m-40{
	margin: 40px !important;
}

.mt-0{
	margin-top: 0 !important;
}
.mt-10{
	margin-top: 10px !important;
}
.mt-15{
	margin-top: 15px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-25{
	margin-top: 25px !important;
}
.mt-30{
	margin-top: 30px !important;
}
.mt-40{
	margin-top: 40px !important;
}

.mb-0{
	margin-bottom: 0 !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mb-15{
	margin-bottom: 15px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-25{
	margin-bottom: 25px !important;
}
.mb-30{
	margin-bottom: 30px !important;
}
.mb-40{
	margin-bottom: 40px !important;
}

.mr-0{
	margin-right: 0 !important;
}
.mr-10{
	margin-right: 10px !important;
}
.mr-15{
	margin-right: 15px !important;
}
.mr-20{
	margin-right: 20px !important;
}
.mr-25{
	margin-right: 25px !important;
}
.mr-30{
	margin-right: 30px !important;
}
.mr-40{
	margin-right: 40px !important;
}

.ml-0{
	margin-left: 0 !important;
}
.ml-10{
	margin-left: 10px !important;
}
.ml-15{
	margin-left: 15px !important;
}
.ml-20{
	margin-left: 20px !important;
}
.ml-25{
	margin-left: 25px !important;
}
.ml-30{
	margin-left: 30px !important;
}
.ml-40{
	margin-left: 40px !important;
}

/**
 * Fonts Size
 */
.font-s-12{
	font-size: 12px !important;
}
.font-s-14{
	font-size: 14px !important;
}
.font-s-16{
	font-size: 16px !important;
}
.font-s-18{
	font-size: 18px !important;
}
.font-s-20{
	font-size: 20px !important;
}
.font-s-25{
	font-size: 25px !important;
}
.font-s-30{
	font-size: 30px !important;
}

.font-lh-2{
	line-height: 2 !important;
}
.font-lh-one5{
	line-height: 1.5 !important;
}
.font-lh-one4{
	line-height: 1.4 !important;
}
.font-lh-one6{
	line-height: 1.6 !important;
}
.font-lh-one7{
	line-height: 1.7 !important;
}
.font-lh-one8{
	line-height: 1.8 !important;
}

.no-post-title{
	padding: 15px 20px;
	display: block;
}

/**
 * text Class
 */
.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-uppercase{
	text-transform: uppercase !important;
}
.text-capitalize{
	text-transform: capitalize !important;
}

/**
 * Row
 */
.gccsa-row{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row-justify-center{
	justify-content: center;
}

.gccsa-row .gccsa-col,
.gccsa-row .gccsa-col-12,
.gccsa-row .gccsa-col-8,
.gccsa-row .gccsa-col-6,
.gccsa-row .gccsa-col-3,
.gccsa-row .gccsa-col-4{
	position: relative;
	flex-basis: 0;
  	-webkit-box-flex: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.gccsa-row .gccsa-col{
	width: 100%;
	flex-grow: 1;
}
.gccsa-row .gccsa-col-4{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.gccsa-row .gccsa-col-8{
	-ms-flex: 0 0 66.666666%;
	flex: 0 0 66.666666%;
	max-width: 66.666666%;
}
.gccsa-row .gccsa-col-3{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.gccsa-row .gccsa-col-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.gccsa-row .gccsa-col-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 999px){
	.gccsa-row .gccsa-col,
	.gccsa-row .gccsa-col-12,
	.gccsa-row .gccsa-col-8,
	.gccsa-row .gccsa-col-6,
	.gccsa-row .gccsa-col-3,
	.gccsa-row .gccsa-col-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.clr-accent{
	color: #6f1d21 !important;
}

/**
 * gccsa Button
 */
.gccsa-button{
	border: 1px solid #fff !important;
	background-color: #6f1d21 !important;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 30px !important;
  	font-family: 'DINCond';
	font-weight: 800;
	position: relative;
	opacity: 1 !important;
	display: inline-block;
	border-radius: 50px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.gccsa-button:hover{
	background-color: #cc225c !important;
}

.wpb_text_column a,
.wpb_text_column .gccsa-button,
.gccsa-button{
	-webkit-transition: all 0.3s ease-in-out 0s !important;
	   -moz-transition: all 0.3s ease-in-out 0s !important;
	     -o-transition: all 0.3s ease-in-out 0s !important;
	    -ms-transition: all 0.3s ease-in-out 0s !important;
	        transition: all 0.3s ease-in-out 0s !important;
}

/**
 * Post style
 */
.bg-cover{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.img-w-full{
	width: 100%;
	display: block;
}

/**
 * Gravity Form
 */
.gform_wrapper.gravity-theme .gform-body .gform_fields .gfield .ginput_container,
.gform_wrapper.gravity-theme .gform-body .gform_fields .gfield{
	margin-bottom: 0 !important;
}

/**
 * Select
 */
#ajax-content-wrap .main-content .gccsa-select,
.gform_wrapper .gform_body .gform_fields select{
	background-image: url(../img/icon-arrow-down.svg);
	background-color: rgba(0,0,0,.04);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 12px 12px;
	padding-right: 32px !important;
	border: 1px solid #dddddd;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #a1a1a1;
	font-size: 16px;
	font-family: 'DINCond-Medium';
}

.gform_wrapper .gform_body .gform_fields select:focus,
.gform_wrapper .gform_body .gform_fields textarea:focus,
.gform_wrapper .gform_body .gform_fields input:focus{
	border-color: #6f1d21 !important;
}

#ajax-content-wrap .main-content .gccsa-select option,
#ajax-content-wrap .main-content .gccsa-select:focus,
#ajax-content-wrap .main-content .gccsa-select{
	border-color: #6f1d21 !important;
	background-color: #ffffff !important;
	color: #000000;
	font-weight: 600;
}

/**
 * gccsa Overlay
 */
.gccsa-overlay-opt-light.wpb_row .row-bg-wrap .row-bg-overlay{
	opacity: 0.20 !important;
}

/*header#top{
    background-color: rgba(0,0,0,.20);
}*/
.small-nav header#top{
    background-color: rgba(0,0,0,.75);
}


/**
 * Owl Carousel Slider Nav
 */
.gccsa-owl-slider.owl-carousel .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
}
.gccsa-latest-news-slider-container .gccsa-latest-news-slider.owl-carousel .owl-nav{
	top: 170px;
}

.gccsa-owl-slider.owl-carousel .owl-nav button{
	position: absolute;
	top: 0;
	display: block;
	height: 40px;
	width: 40px;
	margin: -20px 0 0;
	border-radius: 50% !important;
	color: #a86217;
	background: rgba(255, 255, 255, 0.52);
	box-shadow: none;
	border: 2px solid #a86217;
	padding: 0 0 10px;
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	opacity: 0;
	visibility: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gccsa-owl-slider.owl-carousel .owl-nav button span{
	display: block;
}
.gccsa-owl-slider.owl-carousel .owl-nav button.owl-prev{
	left: 0;
}
.gccsa-owl-slider.owl-carousel .owl-nav button.owl-next{
	right: 0;
}
.gccsa-owl-slider.owl-carousel .owl-nav button:hover{
	background: rgba(255, 255, 255, 1.0);
	color: #00a19b;
	border-color: #00a19b;
}
.gccsa-owl-slider.owl-carousel:hover .owl-nav button.owl-prev{
	left: -50px;
}
.gccsa-owl-slider.owl-carousel:hover .owl-nav button.owl-next{
	right: -50px;
}

.gccsa-owl-slider.owl-carousel:hover .owl-nav button{
	opacity: 1;
}

.gccsa-owl-slider.owl-carousel .owl-dots{
	text-align: center;
}
.gccsa-owl-slider.owl-carousel .owl-dots .owl-dot{
	height: 16px;
	width: 16px;
	border: 2px solid #a86217;
	display: inline-block;
	padding: 0;
	margin: 3px;
	box-shadow: none;
}
.gccsa-owl-slider.owl-carousel .owl-dots .owl-dot.active{
	background: #00a19b;
	border-color: #00a19b;
}

/**
 * Announcements
 */
.gccsa-announcement,
.gccsa-announcement .gccsa-announcements-widget{
	padding: 0 !important;
	margin: 0 !important;
}
.gccsa-announcement-item{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 50px;
	padding: 15px 0;
	background-color: rgba(37,55,70,0.48);
}
.gccsa-announcement-item a,
.gccsa-announcement-item p{
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-family: Roboto;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
}

.gccsa-announcement .gccsa-announcements-widget{
	display: none;
}
.gccsa-announcement .gccsa-announcements-widget:first-child{
	display: block;
}

/**
 * Title Text Hover
 */
.title-text-hov{
    background-repeat: no-repeat;
    display: inline;
    background-size: 0 2px;
    transition: background-size .55s cubic-bezier(.2,.75,.5,1);
    background-position: left bottom;
    background-image: linear-gradient(to right,#000 0,#000 100%);
}
.title-text-hov.bdr-white{
	background-image: linear-gradient(to right,#fff 0,#fff 100%);
}
.title-text-hov.bdr-accent{
	background-image: linear-gradient(to right,#6f1d21 0,#6f1d21 100%);
}
.title-text-hov:hover{
    background-size: 100% 2px;
}


@-webkit-keyframes fadeIn {
	from {
		opacity:0;
		top: 20px;
	}
	to {
		opacity:1;
		top: 0;
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity:0;
		top: 20px;
	}
	to {
		opacity:1;
		top: 0;
	}
}
@keyframes fadeIn {
	from {
		opacity:0;
		top: 20px;
	}
	to {
		opacity:1;
		top: 0;
	}
}

/**
 * Home Slider
 */
.gccsa-home-slider-container{
	margin-bottom: 24px;
}
#homeSlider.flexslider{
	height: 680px;
	overflow: hidden;
}
.gccsa-home-slide-item{
	display: flex;
	position: relative;
	padding: 100px 30px;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 680px;
	opacity: 1 !important;
}
.gccsa-home-slide-item:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.50);
}

.gccsa-home-slide-item .gccsa-home-slider-caption{
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: 820px;
	display: block;
	margin: 20px auto;
}

.flex-active-slide .gccsa-home-slide-item .gccsa-home-slider-caption h1{
	position: relative;
	opacity: 0;
	top: 20px;
	-webkit-animation:fadeIn ease-in 0.5s;
	   -moz-animation:fadeIn ease-in 0.5s;
	 		animation:fadeIn ease-in 0.5s;

	-webkit-animation-fill-mode:forwards;
	   -moz-animation-fill-mode:forwards;
	   		animation-fill-mode:forwards;

	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
			animation-duration: 0.5s;

	-webkit-animation-delay: 0.6s;
	   -moz-animation-delay: 0.6s;
			animation-delay: 0.6s;
}

.flexslider ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.gccsa-home-slider-container .slides:after,
.gccsa-home-slider-container .flex-direction-nav{
	display: none !important;
}

/**
 * HomeSlider Menu
 */
#menuCarousel{
	position: relative;
	z-index: 100;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
#menuCarousel .slides{
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transform: translate3d(0px, 0px, 0px) !important;
}
#menuCarousel .slides .hs-menu-item{
	height: 70px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 20% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
	margin: 0 !important;
	background: #ffffff;
	border-radius: 0;
	color: #7a2f18;
	cursor: pointer;
	float: none !important;
	box-shadow: 0 10px 15px rgba(0,0,0, 0.12) inset;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#menuCarousel .slides .hs-menu-item span{
	display: block;
	font-size: 18px;
	line-height: 1.1;
	font-family: Roboto;
	font-weight: 600;
	text-transform: uppercase;
}
#menuCarousel .slides .hs-menu-item.flex-active-slide,
#menuCarousel .slides .hs-menu-item:hover{
	background: #253746;
	border: none;
	color: #ffffff;
}






