
/*


	MAIN BLUE			#001689
	
	MAIN BLUE LIGHT 	#DEE7F2
	
	
	
	MAIN GREEN			#38D430
	
	MAIN GREEN 2		#8EBB1F

	
	
	GREY FOOTER			#EBEFF3
	
	GREY ROUNDED 		#EEEAE5
	
	
	GREY NAV			#DFD7CA


*/

body, html {
	position: relative;
}


#global_wrapper,
#global_wrapper_inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#global_wrapper_inner {
	padding: 295px 0px 0px 0px;
}

body.with_intro #global_wrapper_inner {
	padding: 0px 0px 0px 0px;
}

#content_wrapper {
	position: relative;
	z-index: 3;
	background: #fff;
	min-height: calc(100vh - 530px);
}


#site_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
}


body.with_intro #site_header {
	display: none !important;
}


#site_header_inner {
	position: relative;
	min-height: 220px;
}



#main_nav_btn {
	display: inline-block;
	position: fixed;
	top: 85px;
	right: 80px;
	width: 60px;
	height: 60px;
	z-index: 999;
	
	/* border: 1px solid red; */
	
	opacity: 0;
	transform: translateY(-30px);
	
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
	
	-webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important;
}



body.loaded #main_nav_btn {
	opacity: 1;
	transform: translateY(0px);
}



#main_nav_btn > span {
	display: inline-block;
	position: absolute;
	top: calc(50% - 2px);
	left: 0px;
	width: 100%;
	height: 4px;
	background: #001689;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

body.with_intro #main_nav_btn > span {
	background: #fff;
}

body.main_nav_opened #main_nav_btn > span {
	opacity: 0;
}


#main_nav_btn::before {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0px;
	width: 100%;
	height: 4px;
	background: #001689;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	content: '';
}

body.with_intro #main_nav_btn::before {
	background: #fff;
}

body.main_nav_opened #main_nav_btn::before {
	top: 28px;
	background: #fff;
	transform: rotate(45deg);
}




#main_nav_btn::after {
	display: inline-block;
	position: absolute;
	bottom: 7px;
	left: 0px;
	width: 100%;
	height: 4px;
	background: #001689;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	content: '';
}


body.with_intro #main_nav_btn::after {
	background: #fff;
}

body.main_nav_opened #main_nav_btn::after {
	bottom: 28px;
	background: #fff;
	transform: rotate(-45deg);
}


#logo_top {
	display: inline-block;
	position: absolute;
	top: 75px;
	left: 110px;
	width: 700px;
	height: 150px;
	background-image: url("../svg/logo_top_colorfull.svg?v3");
	background-position: left top !important;
	
	opacity: 0;
	transform: translateY(-30px);
	
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
	
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
}




body.loaded #logo_top {
	opacity: 1;
	transform: translateY(0px);
}




#top_langs,
#top_langs * {
	/* line-height: 1em; */
}

#top_langs {
	position: absolute;
	top: 85px;
	right: 210px;
	min-height: 65px;
	z-index: 999;
	
	opacity: 0;
	transform: translateY(-30px);
	
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
	
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}


body.loaded #top_langs {
	opacity: 1;
	transform: translateY(0px);
}





#top_langs::after {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: calc(50% - 2px);
	width: 4px;
	height: 100%;
	background: #001689;
	content: '';
}

body.with_intro #top_langs::after {
	background: #fff;
}

#top_langs a {
	display: inline-block;
	font-family: 'hkg_bold';
	font-size: 27px;
	margin: 15px 18px 0px 18px;
	text-transform: uppercase;
}

body.with_intro #top_langs a {
	color: #fff;
}

#top_langs a:nth-child(1) {
	margin-left: 0px !important;
}

#top_langs a:nth-last-child(1) {
	margin-right: 0px !important;
}

#main_nav_cnt {
	display: block;
	position: fixed;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100vh;
	z-index: 997;
	opacity: 0;
	background: #DFD7CA;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-ms-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
}

body.main_nav_opened #main_nav_cnt {
	left: 0px;
	opacity: 1;
}

#main_nav,
#main_nav * {
	color: #fff;
	line-break: 1em;
}

#main_nav {
	position: absolute;
	top: calc(50% - 545px);
	right: 0px;
	width: calc(100% - 225px);
	min-height: 1020px;
	background: #001689;
	padding: 75px 0px 0px 275px;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	opacity: 0;
	transform: translateX(70px);
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}


body.main_nav_opened #main_nav  {
	-webkit-transition-delay: 0.45s !important;
	transition-delay: 0.45s !important;
	opacity: 1;
	transform: translateX(0px);
}


#main_nav ul li {
	display: block;
	position: relative;
	width: 100%;
	min-height: 150px;
	opacity: 0;
	transform: translateX(30px);
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}

body.main_nav_opened #main_nav ul li {
	-webkit-transition-delay: 0.54s !important;
	transition-delay: 0.54s !important;
	opacity: 1;
	transform: translateX(0px);
}



#main_nav ul li a > strong {
	display: inline-block;
	position: relative;
	font-family: 'vs_light';
	font-size: 85px;
	float: left;
	margin-top: 25px;
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}

#main_nav ul li a:hover > strong {
	margin-left: 15px;
}

#main_nav ul li a > small {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0px;
	font-family: 'hkg_bold';
	font-size: 23px;
}


#main_nav ul li a::after {
	display: inline-block;
	clear: both;
	content: '';
}


#main_nav ul li::after {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
}



.intro_cnt {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 0px 220px;
	
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	
	
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	
	
	-webkit-transition-delay: 0.1s !important;
	transition-delay: 0.1s !important;
	
}

body.loaded .intro_cnt {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.intro {
	position: relative;
	overflow: hidden;
	float: right;
	width: 100%;
	background: #001689;
	padding: 535px 0px 0px 0px;
	-webkit-border-bottom-left-radius: 135px;
	-moz-border-radius-bottomleft: 135px;
	border-bottom-left-radius: 135px;
}


body.single-cpt_countryside .intro {
	padding: 395px 0px 0px 0px;
}

#logo_top_intro {
	display: inline-block;
	position: absolute;
	top: 75px;
	left: 75px;
	width: 385px;
	height: 125px;
	background-image: url("../svg/logo_top_color_white.svg");
	background-position: top left !important;
	
	opacity: 0;
	transform: translateY(-30px);
	
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
	
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
}

body.loaded #logo_top_intro {
	opacity: 1;
	transform: translateY(0px);
}

.intro h1 {
	display: inline-block;
	width: 100%;
	float: left;
	font-family: 'vs_light';
	line-height: 1em;
	font-size: 190px;
	color: #fff;
	margin: 0px 0px 0px 35px;
	text-transform: uppercase;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
	transform: translateX(50px);
	opacity: 0;
	
	-webkit-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
	
}

body.loaded .intro h1 {
	opacity: 1;
	transform: translateX(0px);
}

body.single-cpt_countryside .intro h1 {
	font-size: 75px;
	margin: 0px 0px 45px 85px;
	padding: 0px 90px 0px 0px;
	line-height: 1.2em;
}


.intro .fbg_cnt  {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 1px;
	max-width:1px;
	min-width: 1px;
	height: auto;
/* 	padding: 0px 0px 57% 0px; */
	padding: 0px 0px 45% 0px;
	float: right;
	-webkit-border-top-left-radius: 700px;
	-webkit-border-bottom-left-radius: 700px;
	-moz-border-radius-topleft: 700px;
	-moz-border-radius-bottomleft: 700px;
	border-top-left-radius: 700px;
	border-bottom-left-radius: 700px;
	
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
	
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
	
}

body.loaded .intro .fbg_cnt  {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	
	
	-webkit-border-top-left-radius: 135px;
	-webkit-border-bottom-left-radius: 135px;
	-moz-border-radius-topleft: 135px;
	-moz-border-radius-bottomleft: 135px;
	border-top-left-radius: 135px;
	border-bottom-left-radius: 135px;
	
}


body.page-template-page-campo-responde .intro .fbg_cnt {
	padding: 0px 0px 19% 0px;
}


.intro .fbg_cnt .fbg {
	position: absolute;
	top: -300px;
	left: 0px;
	width: 100%;
	height: calc( 100% + 300px );
	
	
	/* -webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear; */
	
}

.intro .fbg_cnt .sm_trigger_parallax_a {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 1px;
}


.h_line {
	display: inline-block;
	position: relative;
	width: calc(100% - 220px);
/* 	height: 33px; */
	height: 21px;
	background: #ccc;
}

.intro_cnt .h_line {
	position: absolute;
	bottom: 110px;
	left: 110px;
/* 	height: 33px; */
	height: 21px;
	z-index: 3;
}

.h_line.h_line_color_blue {
	background: #001689;
}

.h_line.h_line_color_green {
	background: #38D430;
}


.cnt {
	display: block;
	position: relative;
	padding: 0px 120px 0px 220px;
}


.title_cnt {
	display: block;
	position: relative;
}


.margin_top_a {
	padding-top: 0px;
}

.margin_top_b {
	padding-top: 40px;
}

.margin_top_c {
	padding-top: 80px;
}

.margin_top_d {
	padding-top: 150px;
}



.margin_bottom_a {
	padding-bottom: 0px;
}

.margin_bottom_b {
	padding-bottom: 40px;
}

.margin_bottom_c {
	padding-bottom: 80px;
}

.margin_bottom_d {
	padding-bottom: 150px;
}


.bg_color_blue {
	background-color: #001689;
}

.bg_color_green {
	background-color: #38D430;
	background-color: #00833E;
	
	
}

.bg_color_blue_light {
	background-color: #DEE7F2;
}

.bg_color_grey{
	background-color: #EEEAE5;
}

.title,
.title * {
	font-family: 'vs_light';
	line-height: 1em;
}

.title br {
	display: none !important;
}

.title.title_size_a,
.title.title_size_a * {
	font-size: 95px;
}
.title.title_size_b,
.title.title_size_b * {
	font-size: 135px;
}
.title.title_size_c,
.title.title_size_c * {
	font-size: 190px;
}


.bg_color_blue .title,
.bg_color_blue .title *,
.bg_color_green .title,
.bg_color_green .title * {
	color: #fff;
}




.text_single_col {
	max-width: 1000px;
}


.bg_color_blue .text_single_col .formatted_text,
.bg_color_blue .text_single_col .formatted_text *,
.bg_color_green .text_single_col .formatted_text,
.bg_color_green .text_single_col .formatted_text * {
	color: #fff;
}

.text_single_col.margin_left_a {
	margin-left: 0px;
}

.text_single_col.margin_left_b {
	margin-left: 130px;
}

.text_single_col.margin_left_c {
	margin-left: 220px;
}

.text_single_col.margin_left_d {
	margin-left: 500px;
}


.text_two_cols {
	position: relative;
}

.text_two_cols > div {
	position: relative;
	margin: 0px -35px 0px -35px;
}

.text_two_cols > div > div {
	position: relative;
	width: 50%;
	float: left;
	padding: 0px 35px 0px 35px;
}

.line_cnt {
	position: relative;
	min-height: 33px;
	width: 100%;
	float: left;
}




/* 
.line_cnt .h_line {
	width: 0px;
	max-width: 0px;
	min-width: 0px;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
	
}


body.loaded .element_in_view .line_cnt .h_line {
	
	width: calc(100% - 220px);
	max-width: calc(100% - 220px);
	min-width: calc(100% - 220px);
	

} */




.line_cnt.line_align_left {
	left: 0px;
}

.line_cnt.line_align_center {
	left: 110px;
}
.line_cnt.line_align_right {
	left: 220px;
}







.banner_cnt {
	position: relative;
}


.banner_cnt > div {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 220px;
}


.banner_cnt .fbg_cnt {
	display: inline-block;
	position: relative;
	
	overflow: hidden;
	
	width: 0px;
	max-width: 0px;
	min-width: 0px;
	
	float: right;
	
	height: auto;
	z-index: 3;
	
	
	
	-webkit-border-top-left-radius: 700px;
	-webkit-border-bottom-left-radius: 700px;
	-moz-border-radius-topleft: 700px;
	-moz-border-radius-bottomleft: 700px;
	border-top-left-radius: 700px;
	border-bottom-left-radius: 700px;
	
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
	
	-webkit-transition-delay: 0.1s !important;
	transition-delay: 0.1s !important;
}








body.loaded .element_in_view .banner_cnt .fbg_cnt {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	
	
	-webkit-border-top-left-radius: 135px;
	-webkit-border-bottom-left-radius: 135px;
	-moz-border-radius-topleft: 135px;
	-moz-border-radius-bottomleft: 135px;
	border-top-left-radius: 135px;
	border-bottom-left-radius: 135px;
	
}




.banner_cnt .fbg_cnt .fbg {
	position: absolute;
	top: -300px;
	left: 0px;
	width: 100%;
	height: calc( 100% + 300px );
	
	
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	
	z-index: 3;
	
}


.banner_cnt .fbg_cnt > strong {
	display: block;
	position: absolute;
	top: 110px;
	left: 110px;
	
	
	font-family: 'vs_light';
	
	font-size: 175px;
	line-height: 1em;
	
	
	color: #fff;
	
	opacity: 0;
	
	transform: translateX(50px);
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
	z-index: 7;
}


.banner_cnt .fbg_cnt > strong br {
	display: none !important;
	font-size: 1px !important;
	line-height: 1px !important;
/* 	display: block !important; */
	height: 1px !important;
}

.banner_cnt .fbg_cnt .c_title_part {
	font-family: 'vs_light';
	font-size: 175px;
	line-height: 1em;
	color: #fff;
}


.element_in_view .banner_cnt .fbg_cnt > strong {
	
	
	-webkit-transition-delay: 1s !important;
	transition-delay: 1s !important;
	
	opacity: 1;
	
	
	transform: translateX(0px);
	
}


.banner_cnt .fbg_cnt > video {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 5;
}



.banner_cnt .fbg_cnt.banner_height_a {
/* 	padding: 0px 0px 57% 0px; */
/* 	padding: 0px 0px 51% 0px; */
	padding: 0px 0px 45% 0px;
}

.banner_cnt .fbg_cnt.banner_height_b {
	padding: 0px 0px 35% 0px;
}


.banner_cnt .h_line {
	position: absolute;
	right: 110px;
	bottom: 110px;
	z-index: 9;
	
	width: 0px;
	max-width: 0px;
	min-width: 0px;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
	transform: translateY(-30px);
	
	-webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important;
	
}


body.loaded .element_in_view .banner_cnt .h_line {
	
	width: calc(100% - 220px);
	max-width: calc(100% - 220px);
	min-width: calc(100% - 220px);
	
	transform: translateY(0px);

}










.c_form_cols {
	position: relative;
}

.c_form_cols > div {
	position: relative;
	margin: 0px -35px 0px -35px;
}

.c_form_cols > div > div {
	position: relative;
	width: 50%;
	float: left;
	padding: 0px 35px 0px 35px;
}

.c_form_cols > div > div:nth-child(1) {
	width: 60%;
}

.c_form_cols > div > div:nth-child(2) {
	width: 40%;
}


.c_form_cols .formatted_text,
.c_form_cols .formatted_text * {
	font-size: 26px;
}



.map_cnt iframe {
	display: block;
	width: 100%;
	border:none;
	height: 900px;
}

.cform {
	max-width: 645px;
}

.cform p {
	font-size: 18px;
}

.cform_row {
	padding: 0px 0px 21px 0px;
}

.cform_row br {
	display: block !important;
	height: 1px !important;
}

.cform_row strong {
	display: block;
	font-size: 18px;
	line-height: 1em;
	padding: 0px 0px 5px 0px;
}

.cf_input {
	resize: none;
	border-radius: none;
	border: 1px solid #001689;
	font-size: 18px;
	min-height: 59px;
	width: 100%;
	padding: 0px 20px 0px 20px;
}

textarea.cf_input {
	padding: 10px 20px 10px 20px;
}

#cf_agree_cnt,
#cf_agree_cnt * {
	font-size: 18px !important;
}

#cf_agree_cnt a {
	text-decoration: underline;
}


.imgs_mosaic > div > div {
	width: 280px;
	float: left;
	margin: 0px 0px 45px 0px;
	text-align: center;
}

.imgs_mosaic img {
	width: auto;
	max-width: 70%;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap * {
	font-size: 18px;
}

#cf_send {
	float: right;
	clear: both;
	font-size: 19px;
	background: none !important;
	padding: 10px 20px 10px 20px;
	line-height: 1em;
	border: 1px solid #001689 !important;
	text-align: center;
}

.wpcf7-response-output {
	max-width: 645px;
	margin: 0px 0px 0px 0px;
}


.wpcf7-response-output,
.wpcf7-response-output * {
	font-size: 18px;
}

/*

.imgs_mosaic > div > div:nth-child(7) {
	clear: both;
}
*/



.grecaptcha-badge {
	visibility: hidden;
}

#rc_protect {
	padding:  50px 0px 0px 0px;
}
#rc_protect,
#rc_protect * {
	font-size: 14px;
}

#rc_protect a {
	text-decoration: underline;
}

#rc_protect a:hover {
	text-decoration: underline;
}





.text_four_cols {
	position: relative;
}

.text_four_cols > div {
	position: relative;
	padding: 0px 0px 0px 45px;
}

.text_four_cols > div > div {
	position: relative;
	float: left;
}

.text_four_cols > div > div:nth-child(1),
.text_four_cols > div > div:nth-child(2),
.text_four_cols > div > div:nth-child(3) {
	width: 18%;
}

.text_four_cols > div > div:nth-child(4) {
	width: 46%;
}


.text_four_cols > div > div:nth-child(1) p,
.text_four_cols > div > div:nth-child(2) p,
.text_four_cols > div > div:nth-child(3) p,
.text_four_cols > div > div:nth-child(1) p *,
.text_four_cols > div > div:nth-child(2) p *,
.text_four_cols > div > div:nth-child(3) p * {
	font-family: 'vs_light';
	font-size: 29px;
}


.featured_rounded .cnt {
	padding-right: 0px !important;
}

.featured_rounded_inner {
	position: relative;
	z-index: 3;
}

.featured_rounded_inner > div {
	position: relative;
	padding-top: 100px;
	padding-right: 120px;
	padding-bottom: 120px;
	padding-left: 120px;
}

.featured_rounded.with_line .featured_rounded_inner > div {
	padding-bottom: 245px;
}

.featured_rounded_inner h4 {
	display: block;
	position: relative;
	font-family: 'vs_light';
	font-size: 135px;
	line-height: 1em;
	color: #fff;
	z-index: 5;
}

.featured_rounded.with_side_img .featured_rounded_inner h4 {
	width: 50%;
}

.featured_rounded_bg {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-border-top-left-radius: 135px;
	-webkit-border-bottom-left-radius: 135px;
	-moz-border-radius-topleft: 135px;
	-moz-border-radius-bottomleft: 135px;
	border-top-left-radius: 135px;
	border-bottom-left-radius: 135px;
}


.featured_rounded .h_line {
	position: absolute;
	bottom: 115px;
	left: 0px;
	z-index: 5;
}

.featured_rounded_text {
	position: relative;
	width: 50%;
	z-index: 5;
	margin-top: 125px;
}

.text_color_white,
.text_color_white * {
	color: #fff;
}

.text_color_yellow,
.text_color_yellow * {
	color: #FFE700;
}

.featured_rounded .cbg {
	display: block;
	position: absolute;
	top: 0px;
	right: 10%;
	width: 30%;
	height: 100%;
	background-position: center center !important;
	z-index: 5;
}


#posts_feed {
	display: block;
	position: relative;
	overflow: hidden;
}

body.page-template-page-campo-responde #posts_feed {
	padding: 0px 0px 95px 0px;
}


#posts_feed > div {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px -30px 0px -30px;
}


.posts_feed_item {
	display: block;
	position: relative;
	width: 33.333%;
	float: left;
	padding: 0px 30px 75px 30px;
}

.posts_feed_item .fbg {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px 57% 0px;
}


.posts_feed_item .fbg:hover {
	opacity: 0.8;
}

.posts_feed_item h3 {
	min-height: 1px;
	margin: 15px 0px 0px 0px;
}

.posts_feed_item h3 a {
	font-family: 'vs_light';
	font-size: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
}

.posts_feed_item h3 a:hover {
	color: #38D430;
}

.btn_more_posts {
	font-family: 'vs_light';
	font-size: 40px;
	float: right;
}

.btn_more_posts:hover {
	color: #38D430;
}

.posts_feed_item p {
	font-size: 26px;
	margin: 15px 0px 0px 0px;
}

#single_post_content_cnt {
	padding: 0px 0px 175px 0px;
}


#single_post_content > aside {
	width: 40%;
	padding: 0px 50px 0px 0px;
	height: auto;
	float: left;
}

#single_post_content > aside img {
	width: 100%;
	height: auto;
}

#single_post_content > div {
	width: 60%;
	float: left;
	padding: 0px 0px 0px 50px;
}

.img_simple_cnt img {
	display: block;
	position: relative;
	float: right;
	width: auto;
	height: auto;
	max-width: 100%;
}

#site_footer {
	display: block;
	position: relative;
	min-height: 530px;
	background: #EBEFF3;
}

#site_footer_inner {
	position: relative;
	padding: 120px 120px 80px 245px;
}

#logo_footer {
	display: inline-block;
	position: absolute;
	top: 120px;
	left: 110px;
	width: 130px;
	height: auto;
}

#footer_cols {
	position: relative;
	float: left;
	padding: 125px 0px 0px 0px;
}

#footer_cols > div {
	position: relative;
	float: left;
	padding: 0px 0px 0px 85px;
}

#footer_cols ul li {
	padding: 0px 0px 5px 0px;
	line-height: 19px;
}

#footer_cols ul li a {
	font-size: 19px;
	line-height: 19px;
}

#footer_cols ul li a:hover {
	color: #38D430;
}

#footer_copyright {
	position: absolute;
	right: 120px;
	top: 240px;
	font-size: 15px;
}


#footer_social_links {
	position: absolute;
	bottom: 0px;
	right: 120px;
}

#footer_social_links ul li {
	display: inline-block;
	padding: 0px 12px 0px 12px;
}





#footer_social_links ul li:nth-child(1) {
	padding-left: 0px !important;
}

#footer_social_links ul li:nth-last-child(1) {
	padding-right: 0px !important;
}


#footer_social_links ul li a .fa {
	font-size: 33px;
}

#footer_social_links ul li a:hover .fa {
	color: #38D430;
}


#c_page_global_cnt {
	padding: 45px 0px 95px 0px;
}


#c_page_title {
	padding: 0px 0px 45px 0px;
	font-size: 1.6em;
	font-weight: 700;
}


#cookies_msg {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 100%;
	max-width: 320px;
	background: #001689;
	z-index: 9999;
	padding: 20px 20px 20px 20px;
}


#cookies_msg p a {
	text-decoration: underline;
}

#cookies_msg * {
	font-size: 16px;
	color: #fff;
}

.close_cookies {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px !important;
	color: #fff;
	background: #38D430;
	line-height: 1em;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
}

































