@media screen and (max-width:1000px) {
	.header_zone {
		position: fixed;
		width: 100%;
		border: 0px solid;
		background-color: transparent;
		z-index: 9;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_welcome {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 30px;
		top: 0px;
		background-color: #A3B29F;
		z-index: 1;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_logo {
		position: relative;
		display: inline-block;
		height: 220px;
		width: 100%;
		top: 0px;
		z-index: 1;
		background: #ffffff;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_langs {
		position: relative;
		vertical-align: top;
		height: 30px;
		border: 0px #ffffff solid;
		z-index: 1;
		top: 0px;
		text-align: center;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_langs .link_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-left: 5px;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-left: 5px;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs img {
		height: 18px;
		width: 18px;
		margin: 6px 2px;
		opacity: 0.5;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs_active img {
		height: 18px;
		width: 18px;
		margin: 6px 2px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}



	.header_menu_icon {
		position: relative;
        display: inline-block;
        height: 20px;
        width: 44px;
        margin: 50px 0;
        z-index: 1;
        cursor: pointer;
        float: left;
        text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}



	.header_menu {
		display: none;
	}



	.header_logo {
		position: relative;
        height: 75px;
        width: calc(100% - 200px);
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 25px auto;
        border: 0px #333333 solid;
        z-index: 1;
	}
	.header_logo img {
		height: 100%;
	}
	
	
	
	.header_search {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 250px;
		top: 0px;
        height: 40px;
        padding: 0px;
        margin: 20px 0px;
        z-index: 1;
        text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_search .input {
		background-color: rgb(0, 0, 0, 0.4);
		border-radius: 20px;
        color: #ffffff;
        border: none;
	}
	.header_search .input::placeholder {
        color: #ffffff;
	}
	.header_search_image {
		position: absolute;
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        width: 20px;
        top: 0px;
        right: 0;
        padding: 10px;
        margin-right: 10px;
        border-radius: 100%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
	}



	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 60px;
		background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9999;
	}
	.header_zone.shrink .header_zone_welcome {
		margin-top: -120px;
	}
	.header_zone.shrink .header_zone_logo {
		height: 60px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_menu_icon {
		margin: 20px 0;
	}
	.header_zone.shrink .header_logo {
		top: -150px;
	}
	.header_zone.shrink .header_search {
		top: -115px;
		margin: 0;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		margin-top: 250px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
		animation-name: animation_top_to_bottom;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
		margin-top: 0px;
		padding: 0px;
		border: 0px #333333 solid;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_background {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0px;
		margin: 0px;
		border: 0px #333333 solid;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		border: 0px #ffffff solid;
		z-index: 2;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area_box {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 500px;
		max-width: 1480px;
		place-content: center;
		text-align: center;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area h1 {
		position: relative;
        display: inline-block;
        width: 100%;
		font-family: bold;
		font-size: 60px;
		line-height: 60px;
		color: #ffffff;
        margin-bottom: 25px;
	}
	.slider_content_area h2 {
		position: relative;
        display: inline-block;
        width: 100%;
		font-size: 16px;
		color: #ffffff;
	}
	.slider_content_mask {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		top: 0px;
		left: 0px;
		height: 500px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
		border: 0px #333333 solid;
		z-index: 1;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}
	


	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		margin-top: 250px;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		background-color: #777777;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_mask {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		background-color: #000000;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 0.2;
	}



	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 25px 0;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: center;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.title h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: 100%;
		margin: 25px 0;
        text-align: left;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        font-family: regular;
	}
	.box_about_us_text h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #A3B29F;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 25px 0;
	}
	.box_about_us_text a {
		position: relative;
		display: inline-block;
		font-family: bold;
		color: #A3B29F;
		font-size: 16px;
		line-height: 40px;
		margin-left: 5px;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: 100%;
        height: 500px;
		margin: 25px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}
	
	

	.box_destination {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 2px);
        margin: 1px;
        padding: 0px;
        top: 0px;
        background-color: #ffffff;
        border: 0px #333333 solid;
        z-index: 1;
        cursor: pointer;
        overflow: hidden;
        opacity: 1.0;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_destination:hover {
		top: 5px;
	}
	.box_destination_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 50vh;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_destination_text {
		position: absolute;
		display: inline-block;
        bottom: 0px;
        left: 0px;
        height: 50%;
        width: 100%;
        z-index: 2;
        text-align: center;
	}
	.box_destination_text h1 {
        color: #ffffff;
        width: 100%;
		font-family: light;
		margin: 25px 0;
	}
	.box_destination_text .button {
        background-color: #ffffff;
        color: #000000;
        width: 100px;
	}
	


	.box_home_banner
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 300px;
        padding: 0px;
        margin: 0px;
        top: 0px;
        background-color: #ffffff;
        background-size: cover;
		background-position: bottom;
        border: 0px #333333 solid;
        border-radius: 0px;
        z-index: 1;
        overflow: hidden;
        opacity: 1.0;
        cursor: pointer;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_home_banner_mask
	{
		position: absolute;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 300px;
		background: rgb(0,0,0,0.2);
		z-index: 1;
	}
	.box_home_banner_text
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
		height: 300px;
        width: 90%;
        max-width: 1480px;
        z-index: 1;
        text-align: center;
		place-content: center;
	}
	.box_home_banner_text h1
	{
        color: #FFFFFF;
	}
	.box_home_banner_text h3
	{
        color: #FFFFFF;
		text-align: center;
		margin: 25px 0;
		line-height: 20px;
	}	



	.box_blog {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 30px);
		margin: 25px 0;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog:hover {
		top: 10px;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	}
	.box_blog_odd {
		margin-left: 0px;
	}
	.box_blog_even {
		margin-right: 0px;
	}
	.box_blog_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		background-color: #5F5F5F;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9));
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        border: 0px solid;
        width: calc(100% - 30px);
        margin: 15px;
        text-align: left;
        opacity: 1;
        z-index: 3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_text h2 {
		text-transform: none;
		
	}
	.box_blog_text .button {
		margin-top: 15px;
	}
	.box_blog_left_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 405px);
		min-height: 500px;
		margin-left: 0px;
		margin-right: 50px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_post {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 200px;
		margin-bottom: 50px;
		padding: 0px;
		text-align: left;
		border: 0px #ffffff solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_post h1 {
		
	}
	.box_blog_post h3 {
		font-family: light;
		font-size: 15px;
		line-height: 25px;
		color: #333333;
		margin-top: 25px;
	}
	.box_blog_post .button {
		width: 140px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		padding: 6px 15px;
		border: 0px #333333 solid;
	}
	.box_blog_post .button:hover {}
	.box_blog_right_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 300px;
		height: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 20px;
		background-color: #f7f7f7;
		float: right;
		text-align: left;
		border: 0px #333333 solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_newsletter {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_newsletter .input {
		width: calc(100% - 120px);
		height: 40px;
		padding: 0px 0px 0px 10px;
		border-radius: 20px;
		border: 0px;
		margin-right: 5px;
	}
	.box_blog_newsletter h3 {
		font-size: 14px;
		text-align: left;
	}
	.box_blog_newsletter h4 {
		display: inline-block;
		font-size: 11px;
	}
	.box_blog_newsletter a {
		display: inline-block;
		font-size: 14px;
	}
	.box_blog_newsletter .button {
		display: inline-block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		border: 0px #333333 solid;
	}
	.box_blog_newsletter .button:hover {}
	.box_blog_last_posts {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 50px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 500px;
		height: 500px;
		margin-right: 50px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		border: 0px solid;
	}
	.box_blog_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 600px;
		height: 500px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		text-align: left;
		border: 0px solid;
	}



	.box_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_details_image img {
		border-radius: 0px;
	}
	.box_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-top: 25px;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_details_text h1 {
		position: relative;
		display: inline-block;
		margin-bottom: 25px;
	}



	.box_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 200px;
		border: 0px #cccccc solid;
		margin-bottom: 25px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 400px;
		border: 0px #cccccc solid;
		margin-bottom: 50px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_form h3 {
		display: inline-block;
		margin-left: 10px;
		font-size: 14px;
		line-height: 14px;
		border: 0px #333333 solid;
	}
	.box_contacts_form a {
		display: inline-block;
		font-size: 14px;
		line-height: 14px;
		text-decoration: underline;
		margin-top: 0px;
		border: 0px #333333 solid;
	}
	.box_contacts_form a:hover {
		text-decoration: none;
	}
	.box_contacts_form .button {
		width: 100%;
		height: 40px;
		line-height: 10px;
		border: none;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		margin: 25px 0px;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_site_map_map {
		margin-top: 20px;
	}
	.footer_site_map h2 {
		text-transform: none;
	}
	.footer_site_map a {
		position: relative;
		display: inline-block;
		font-family: light;
		line-height: 30px;
		width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}


	
	.footer_newsletter {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 25px 0px;
		width: calc(100%);
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_newsletter h2 {
		text-transform: none;
		margin-bottom: 25px;
	}
	.footer_newsletter_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: left;
	}
	.footer_newsletter_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 40px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		text-align: center;
		max-width: 800px;
	}
	.footer_newsletter_form h4 {
		text-align: center;
		margin: 15px 0;
	}
	.footer_newsletter a {
		font-size: 12px;
	}
	.footer_newsletter a:hover {
		text-decoration: underline;
	}
	.footer_newsletter_form .button {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 40px;
		width: 100%;
        line-height: 40px;
        border-radius: 0px;
        background-color: #E86F52;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
	}



	.footer_contacts {
		display: inline-block;
		vertical-align: top;
		width: calc(100% );
		margin: 25px 0;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_contacts h2 {
		text-transform: none;
		margin-bottom: 25px;
	}
	.footer_contacts h3 {
		margin-bottom: 20px;
        line-height: 20px;
        width: 100%;
		text-align: left;
	}
	.footer_contacts .button_social {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 0px;
		padding: 0px;
		background-color: #A3B29F;
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 2px solid #A3B29F;
		z-index: 1;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_contacts .button_social img {
		margin-bottom: 0px;
		width: 22px;
		padding: 9px;
	}
	.footer_contacts .button_social:hover {
		top: 5px;
	}



	.footer_copyright {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		width: 100%;
		place-content: center;
		margin-right: 0px;
		border: 0px #ffffff solid;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_copyright h3 {
		font-family: light;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
		text-align: center;
	}


	
	.footer_powered_by {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		width: 100%;
		place-content: center;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_powered_by a {
		font-family: light;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}