/* stylelint-disable selector-list-comma-newline-after */
body {
	padding-bottom: 2.5rem;
}
.blog-header {
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
}
.blog-header-logo {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
}
.blog-carousel {
	/* padding-top: 15px; */
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 640' style='enable-background:new 0 0 512 640;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C5C5C5;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M427.7,307.6L131.5,30c-3.5-3.3-8.1-5-13.2-5c-5,0-9.6,1.8-13.2,5.2c-3.5,3.3-5.4,7.6-5.4,12.4 c0,4.8,1.9,9,5.4,12.4L388.3,320l-283,265.5c-3.5,3.3-5.4,7.6-5.4,12.2s1.9,9,5.5,12.4c3.5,3.3,8.1,5,13.2,5c5,0,9.6-1.8,13.2-5 l296.1-277.6C434.7,325.6,434.7,314.4,427.7,307.6z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 640' style='enable-background:new 0 0 512 640;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C5C5C5;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M104.9,332.4L401.2,610c3.5,3.3,8.1,5,13.2,5c5,0,9.6-1.8,13.2-5.2c3.5-3.3,5.4-7.6,5.4-12.4s-1.9-9-5.4-12.4 L144.4,320l283-265.5c3.5-3.3,5.4-7.6,5.4-12.2s-1.9-9-5.5-12.4c-3.5-3.3-8.1-5-13.2-5c-5,0-9.6,1.8-13.2,5L104.7,307.6 C97.9,314.4,97.9,325.6,104.9,332.4z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.header-band {
	padding-top: 4.5rem;
}
.header-logo {
	position: relative;
	z-index: 5;
	margin-top: -3.6rem;
	width: 282px;
}
.header_logo_wrap {
	margin-bottom: 1rem;
	height: 230px;
}
.header-logo img {
	margin-bottom: 10px;
}
.blog-header-logo:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Noticia Text", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 700;
	color: #eae384;
}
.news_page h1, .news_page h2, .news_page h3, .news_page h4, .news_page h5, .news_page h1 {
	color: #CDD082;
}
.green_dez h1, .green_dez h2, .green_dez h3, .green_dez h4, .green_dez h5, .green_dez h6 {
	color: #75A191;
}
.green_light h1, .green_light h2, .green_light h3, .green_light h4, .green_light h5, .green_light h6 {
	color: #8CC9AA;
}
.red_light h1, .red_light h2, .red_light h3, .red_light h4, .red_light h5, .red_light h6 {
	color: #ED9176;
}
hr {
	border: 1px solid #eae384;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.img-head {
	max-width: 100%;
	height: 100%;
	margin-top: -14.4rem;
}
.header_band_right {
	margin-bottom: 1rem;
	position: relative;
	z-index: 5;
	text-align: right;
}
.header_band_right nav {
	display: inline-block;
	vertical-align: middle;
}
.social_link img {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
}
.main_top_menu, .primary_menu {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	padding-left: 0;
}
.main_top_menu {
	margin-right: 1.4rem;
}
.main_top_menu li, .primary_menu li {
	display: inline-block;
}
.main_top_menu li a, .primary_menu li a {
	padding: .3rem 1.5rem;
	color: #eae384;
	border: 1px solid #eae384;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	background: #fff;
}
.main_top_menu li a:hover, .primary_menu li a:hover {
	text-decoration: none;
	background-color: #006E84;
	color: #fff !important;
	border-color: #006E84;
}
.main_top_menu li.active a,
.primary_menu li.active a {
	pointer-events: none;
	color: #006E84;
	border-color: #006E84;
}
.lang_list {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}
.lang_list li {
	display: inline-block;
	position: relative;
	margin: 0 3px;
	color: #eae384;
}
.lang_list li a {
	color: #eae384;
	font-weight: 500;
}
.lang_list li.active a {
	color: #006E84;
	pointer-events: none;
}
.lang_list li + li:before{
	content: '|';
	position: absolute;
	left: -8px;
	top: 0;
}
.news_page .lang_list li {
	color: #CDD082;
}
.news_page .lang_list li a {
	color: #CDD082;
}
.news_page .lang_list li.active a {
	color: #2E3283;
}
.green_dez .lang_list li {
	color: #75A191;
}
.green_dez .lang_list li a {
	color: #75A191;
}
.green_dez .lang_list li.active a {
	color: #55352C;
}
.org_dez .lang_list li {
	color: #F49F7C;
}
.org_dez .lang_list li a {
	color: #F49F7C;
}
.org_dez .lang_list li.active a {
	color: #664F5D;
}
.green_light .lang_list li {
	color: #75A191;
}
.green_light .lang_list li a {
	color: #75A191;
}
.green_light .lang_list li.active a {
	color: #6A2D43;
}
.red_light .lang_list li {
	color: #ED9176;
}
.red_light .lang_list li a {
	color: #ED9176;
}
.red_light .lang_list li.active a {
	color: #9DA282;
}
/*COLORS*/
.blue_dez .main_top_menu li a:hover, .blue_dez .primary_menu li a:hover {
	background-color: #2E3283;
	border-color: #2E3283;
}
.blue_dez .main_top_menu li.active a,
.blue_dez .primary_menu li.active a {
	background-color: #fff !important;
	color: #2E3283 !important;
	border-color: #2E3283 !important;
}
.green_dez .main_top_menu li a, .green_dez .primary_menu li a {
	border-color: #75A191;
	color: #75A191;
}
.green_dez .main_top_menu li a:hover,
.green_dez .primary_menu li a:hover {
	background-color: #55352C;
	border-color: #55352C;
}
.green_dez .main_top_menu li.active a,
.green_dez .primary_menu li.active a {
	color: #55352C;
	border-color: #55352C;
}
.green_light .main_top_menu li a, .green_light .primary_menu li a {
	border-color: #75A191;
	color: #75A191;
}
.green_light .main_top_menu li a:hover,
.green_light .primary_menu li a:hover {
	background-color: #6A2D43;
	border-color: #6A2D43;
}
.green_light .main_top_menu li.active a,
.green_light .primary_menu li.active a {
	color: #6A2D43;
	border-color: #6A2D43;
}
.green_light .blog-post {
	color: #6A2D43;
}
.green_light .mobile_menu li.active a {
	color: #6A2D43 !important;
}
.green_light .open_main_menu .lines, .green_light .open_main_menu .lines:before, .green_light .open_main_menu .lines:after {
	background: #8CC9AA;
}
.green_light hr {
	border-color: #8CC9AA;
}
.red_light .main_top_menu li a, .red_light .primary_menu li a {
	border-color: #ED9176;
	color: #ED9176;
}
.red_light .main_top_menu li a:hover,
.red_light .primary_menu li a:hover {
	background-color: #9DA282;
	border-color: #9DA282;
}
.red_light .main_top_menu li.active a,
.red_light .primary_menu li.active a {
	color: #9DA282;
	border-color: #9DA282;
}
.red_light .blog-post {
	color: #6A2D43;
}
.red_light .blog-post a {
	color: #000;
}
.red_light .mobile_menu li.active a {
	color: #9DA282 !important;
}
.red_light .open_main_menu .lines, .red_light .open_main_menu .lines:before, .red_light .open_main_menu .lines:after {
	background: #ED9176;
}
.red_light hr {
	border-color: #ED9176;
}
.blue_dez .blog-post {
	color: #2E3283;
}
.green_dez .blog-post {
	color: #55352C;
}
.blue_dez .mobile_menu li a {
	border-bottom: 1px solid #2E3283;
	color: #2E3283 !important;
}
.blue_dez .mobile_menu li.active a {
	color: #eae384 !important;
}
.green_dez .mobile_menu li.active a {
	color: #55352C !important;
}
.blue_dez .mobile_menu {
	border-color: #2E3283;
}
.news_page .main_top_menu li a, .news_page .primary_menu li a {
	border-color: #CDD082;
	color: #CDD082;
}
.news_page .open_main_menu .lines, .news_page .open_main_menu .lines:before, .news_page .open_main_menu .lines:after {
	background: #CDD082;
}
.green_dez .open_main_menu .lines, .green_dez .open_main_menu .lines:before, .green_dez .open_main_menu .lines:after {
	background: #75A191;
}
.news_page hr {
	border-color: #CDD082;
}
.news_page .scroll_link_wrap a {
	color: #CDD082;
}
.news_page .scroll_link_wrap a:hover {
	color: #2E3283;
}
.green_dez hr {
	border-color: #75A191;
}
.social_link {
	display: inline-block;
	vertical-align: middle;
}
.social_link:hover {
	opacity: .6;
}
.primary_menu_section {
	position: relative;
	z-index: 2;
}
.display-4 {
	font-size: 2.5rem;
}

/*NEWS*/
.news .blog-post {
	margin-bottom: 2rem;
}

.post_title_block {
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.display-4 {
		font-size: 3rem;
	}
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
}
.card-img-right {
	height: 100%;
	border-radius: 0 3px 3px 0;
}
.flex-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.h-250 {
	height: 250px;
}

@media (min-width: 768px) {
	.h-md-250 {
		height: 250px;
	}
}

/*
 * Blog name and description
 */
.blog-title {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
}

.blog-description {
	font-size: 1.1rem;
	color: #999;
}

@media (min-width: 40em) {
	.blog-title {
		font-size: 3.5rem;
	}
}

/*
 * Blog posts
 */
.blog-post {
	margin-top: 1rem;
	margin-bottom: 4rem;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1875rem;
	line-height: 1.9rem;
	color: #006E84;
	word-wrap: break-word;
}

.post_title {
	margin-bottom: 2rem;
	font-size: 3.4rem;
	line-height: 3.8rem;
}

.section_title {
	margin-bottom: .25rem;
	font-size: 2.2rem;
	line-height: 2.7rem;
}

.blog-post-meta {
	margin-bottom: .5rem;
	font-size: 1.7rem;
	line-height: 1.9rem;
	margin-top: 2rem;
	letter-spacing: 1px;
}
.footer_img{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	margin: 0 auto;
}
.blog-sidebar{
	padding: 1.5rem 0 1.5rem 1.5rem;
}

.bottom_img {
	padding: 2.5rem 0 0;
	text-align: center;
}
/*
 * Footer
 */
.footer {
	padding: 1rem 0;
	background-color: #E6E6E6;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.footer-band{
	padding-top: 3rem;
}
.mobile_btn_block{
	display: none;
}
/* burger menu */
.open_main_menu {
    border: 0;
	font-size: 12px;
	text-transform: uppercase;
    text-align: center;
    background:none;
	position:relative;
	z-index:105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
	padding: 0;
    margin-left: 1rem;
	top: -7px;
}
.open_main_menu .lines {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #eae384;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -4px;
}
.opened_menu .open_main_menu .lines {
    background: transparent!important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #eae384;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
    top: 5px;
}
.open_main_menu .lines:before {
    top: -5px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.banner_block{
	background-position: 85% 0;
	background-size: cover;
	background-repeat: no-repeat;
	height: 345px;
	width: 100%;
	max-width: 1472px;
    margin: 0 auto;
}
.mobile_menu{
	display: none;
	position: absolute;
    white-space: normal;
    top: 168px;
    right: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    border-bottom: 0;
	list-style: none;
	padding: 0;
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 0 6px 5px -2px rgba(51, 51, 51, 0.5);
}
.mobile_menu li a{
    padding: .5rem 2rem;
    display: block;
    border-bottom: 1px solid #eae384;
	text-decoration: none !important;
	background-color: #fff;
    color: #006E84 !important;
}
.mobile_menu li.active a{
    color: #eae384 !important;
}
.green_dez .mobile_menu{
	border-color: #75A191;
}
.green_dez .mobile_menu li a{
	border-color: #75A191;
	color: #75A191 !important;
}
.green_light .mobile_menu{
	border-color: #8CC9AA;
}
.green_light .mobile_menu li a{
	border-color: #8CC9AA;
	color: #8CC9AA !important;
}
.red_light .mobile_menu{
	border-color: #ED9176;
}
.red_light .mobile_menu li a{
	border-color: #ED9176;
	color: #ED9176 !important;
}
.org_dez .mobile_menu{
	border-color: #F49F7C;
}
.org_dez .mobile_menu li a{
	border-color: #F49F7C;
	color: #F49F7C !important;
}
.org_dez .mobile_menu li.active a{
	color: #664F5D !important;
}
.org_dez .open_main_menu .lines:before, .org_dez .open_main_menu .lines:after, .org_dez .open_main_menu .lines {
	background: #F49F7C;
}
.org_dez .main_top_menu li a, .org_dez .primary_menu li a {
	color: #F49F7C;
	border: 1px solid #F49F7C;
}
.org_dez .main_top_menu li a:hover, .org_dez .primary_menu li a:hover {
	color: #fff;
	background: #664F5D;
	border: 1px solid #664F5D;
}
.org_dez .main_top_menu li.active a, .org_dez .primary_menu li.active a {
	color: #664F5D;
	border: 1px solid #664F5D;
}
.org_dez .post_title {
	color: #F49F7C;
}
.org_dez hr {
	border: 1px solid #F49F7C;
}
.org_dez .blog-post,
.org_dez a,
.org_dez {
	color: #664F5D;
}
.blog-post a {
	text-decoration: underline;
	color: #000;
}
.blog-post a:hover {
	text-decoration: none;
}
button:focus {
    outline: 0;
}
.map-container {
	width: 100%;
	height: 315px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative;
	height: 100%;
}
.map-container iframe.clicked{
	pointer-events: auto;
}
.map_info .blog-post {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
.scroll_link_wrap {
	font-family: "Noticia Text", Georgia, "Times New Roman", serif;
	line-height: 31px;
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	color: #8CC9AA;
	margin: 0 0 25px;
}
.scroll_link_wrap a {
	color: #8CC9AA;
	text-decoration: none;
}
.scroll_link_wrap a:hover {
	color: #6A2D43;
	text-decoration: none;
}


@media (min-width: 1200px) {
	.container {
		max-width: 1100px;
	}
}

@media (max-width: 1199px) {
	.header-band {
	  padding-top: 3rem;
	}
	.header-logo img {
	    width: 100%;
	    height: auto;
	}
	.post_title{
	    font-size: 2.8rem;
	    line-height: 3rem;
	}
	.section_title{
	    font-size: 1.8rem;
	    line-height: 2.2rem;
	}
	.footer-band{
		padding-top: 0;
	}
	.header-logo {
	    margin-top: -2.8rem;
		width: 220px;
	}
	.header_logo_wrap {
	    height: 218px;
	}
}
@media (max-width: 991px) {
	.post_title{
	    font-size: 2.4rem;
	    line-height: 2.8rem;
	}
	.section_title{
	    font-size: 1.6rem;
	    line-height: 2rem;
	}
}
@media (max-width: 767px){
	.header-band {
	    padding-top: 1rem;
	}
	.header_band_right nav, .primary_menu_section, .primary_menu{
		display: none;
	}
	.mobile_btn_block{
	    display: inline-block;
	    vertical-align: middle;
	}
	.header-logo {
	    margin-top: -2.1rem;
		width: 160px;
	}
	.banner_block {
	    height: 250px;
	}
	.header_logo_wrap {
	    height: auto;
	}
	.post_title {
	    font-size: 1.8rem;
	    line-height: 2.2rem;
		margin-bottom: 1rem;
	}
	.post_title_block {
		margin-top: 1rem;
	}
	.blog-post {
	    margin-bottom: 2rem;
	    font-size: 1rem;
	    line-height: 1.5rem;
	}
	.blog-post-meta {
	    font-size: 1.3rem;
	    line-height: 1.3rem;
	}
	.section_title {
	    font-size: 1.2rem;
	    line-height: 1.6rem;
	}

	.blog-sidebar {
	    padding: 0;
	    text-align: center;
	}
	.footer_img img {
	    width: 250px;
	}
	.opened_menu .header-logo{
		/*opacity: 0;*/
		/*pointer-events: none;*/
	}
	.social_link img {
	    width: 26px;
	}
	.header_band_right {
	    margin-bottom: 0.2rem;
	}
	.order-first {
	    -ms-flex-order: 0;
	    order: 0;
	}
	.header-band .social_link {
		display: none;
	}
	.scroll_link_wrap {
		line-height: 1.3;
		font-size: 20px;
		margin: 0 0 20px;
	}
}