@media screen and (max-width:1000px) {
	.header_zone {
		position: fixed;
		width: 100%;
		height: 175px;
		border: 0px solid;
		background-color: #ffffff;
		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: 62px;
		top: 0px;
		background-color: transparent;
		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;
		width: 100%;
		height: 203px;
		top: 0px;
		z-index: 1;
		background: transparent;
		-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_menu {
		position: relative;
		display: none;
		width: 100%;
		min-height: 50px;
		border: 0px #333333 solid;
		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_email {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		width: 100%;
		margin-top: 0px;
		border: 0px #333333 solid;
		text-align: 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_email img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 15px;
		margin-top: 0px;
		margin-right: 10px;
		border: 0px #333333 solid;
	}
	.header_email h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: light;
		font-weight: normal;
		font-size: 14px;
		color: #4297c7;
		line-height: 30px;
		border: 0px #333333 solid;
	}



	.header_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 100px);
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		top: 0px;
		left: 0px;
		right: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
		text-align: center;
	}
	.header_langs .link_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: light;
		font-size: 14px;
		color: #000000;
		line-height: 30px;
		margin-left: 5px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #ffffff solid;
		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:hover {
		font-weight: bold;
	}
	.header_langs img {
		height: 30px;
		width: 30px;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: regular;
		font-weight: bold;
		font-size: 14px;
		color: #C32A50;
		line-height: 30px;
		margin-left: 5px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #000000 solid;
		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: 20px;
		width: 20px;
		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: 20px;
		width: 20px;
		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_langs h3 {
		position: relative;
		display: none;
		vertical-align: top;
		font-family: light;
		font-size: 12px;
		color: #000000;
		text-transform: uppercase;
		line-height: 25px;
		margin-left: 5px;
	}



	.header_menu_icon {
		position: absolute;
		height: 20px;
		margin-top: 25px;
		float: left;
		z-index: 1;
		cursor: pointer;
		-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_logo {
		position: relative;
		height: 100px;
		width: calc(100% - 150px);
		top: 10px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		margin-bottom: 15px;
		border: 0px #333333 solid;
		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_logo img {
		height: 100%;
	}



	.header_menu {
		position: relative;
		display: none;
		vertical-align: top;
		width: calc(100% - 0px);
		max-width: 1280px;
		height: 50px;
		margin-top: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
		overflow: hidden;
		-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_button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 60%;
		top: 0px;
		margin-top: 20px;
		z-index: 1;
		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;
	}
	.header_button .button {
		border: 2px solid #ffffff;
	}
	.header_button .button:hover {
		
	}



	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9;
	}
	.header_zone.shrink .header_zone_welcome {
		margin-top: -92px;
	}
	.header_zone.shrink .header_zone_logo {
		height: 70px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_langs {
		top: -250px;
	}
	.header_zone.shrink .header_menu_icon {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.header_zone.shrink .header_logo {
		top: -100px
	}
	.header_zone.shrink .header_button {
		top: -128px;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin-top: 265px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		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: 350px;
		background-position: top 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: 350px;
		border: 0px #ffffff solid;
		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: 350px;
		max-width: 1480px;
		text-align: left;
		place-content: 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;
		font-family: bold;
		color: #ffffff;
		width: 100%;
		font-size: 30px;
		line-height: 35px;
	}
	.slider_content_area h2 {
		position: relative;
		display: inline-block;
		font-family: 'regular';
		color: #ffffff;
		width: 100%;
		margin: 10px 0;
		font-size: 16px;
		line-height: 30px;
	}
	.slider_content_area a:hover {
		text-decoration: none;
		top: 5px;
	}
	.slider_content_area .button {
		margin-top: 10px;
		background-color: #C3D154;
	}
	.slider_content_area .button:hover {
		margin-top: 10px;
		top: 10px;
		background-color: #4297C7;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}



	.sub_header_margin {
		padding-top: 100px;
		border: 0px #e81a1c solid;
	}
	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		margin-top: 300px;
		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: 50px 0;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: left;
		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;
		letter-spacing: 0px;
		color: #000000;
		font-size: 30px;
		line-height: 40px;
		font-family: bold;
	}
	.title_line {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 75px;
		margin-right: calc(100% - 75px);
		height: 5px;
		float: left;
		background-color: #C2D152;
	}



	.box_services {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 600px;
		padding: 0px;
		margin: 25px 0px;
		top: 0px;
		border: 0px #333333 solid;
		border-radius: 20px;
		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_services:hover {
		top: 10px;
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}
	.box_services_mask {
		position: absolute;
		display: inline-block;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.4;
		z-index: 2;
	}
	.box_services_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 600px;
		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_services_text {
		position: absolute;
		display: inline-block;
		bottom: 0px;
		left: 0px;
		height: 150px;
		width: 100%;
		z-index: 9;
		text-align: center;
		place-content: center;
	}
	.box_services_text h1 {
		font-family: bold;
		font-size: 40px;
		line-height: 40px;
		color: #ffffff;
		width: 100%;
		padding: 0px;
		border: 0px #ffffff solid;
		margin-bottom: 10px;
	}
	.box_services_text h2 {
		font-family: regular;
		font-size: 24px;
		font-weight: normal;
		line-height: 30px;
		color: #ffffff;
		letter-spacing: 0px;
	}
	.box_services_text .button {
		background-color: #ffffff;
		color: #000000;
	}
	.box_services_button {
		position: absolute;
		bottom: 75px;
		right: 0px;
	}



	.box_home_banner {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 300px;
		top: 0px;
		z-index: 1;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		-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:hover .box_home_banner_image {
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(100%);
	}
	.box_home_banner_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_home_banner_image img {
		width: 100%;
	}
	.box_home_banner_text {
		position: relative;
		max-width: 1480px;
		width: 90%;
		margin: 50px 0;
		height: 200px;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		place-content: center;
		z-index: 9;
	}
	.box_home_banner_text h1 {
		position: relative;
		display: inline-block;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
		color: #ffffff;
		width: 80%;
	}
	.box_home_banner_text h2 {
		position: relative;
		display: inline-block;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		border: 0px #ffffff solid;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0;
	}
	.box_home_banner_text h3 {
		position: relative;
		display: block;
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		margin-top: 20px;
		border: 0px #333333 solid;
		text-transform: none;
		width: 51%;
	}
	.box_home_banner_text .button {
		position: relative;
		display: inline-block;
		-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_text .button:hover {
		top: 5px;
	}



	.box_gallery {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		padding: 0px;
		top: 0px;
		border: 0px #000000 solid;
		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_gallery_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #000000 solid;
		z-index: 1;
		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
		-webkit-mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: top bottom;
		-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_gallery:hover .box_gallery_image {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(70%);
	}
	.box_gallery_text {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 40px);
		left: 20px;
		bottom: 50px;
		border: 0px #000000 solid;
		z-index: 1;
		text-align: center;
	}
	.box_gallery h1 {
		font-family: 'regular';
		font-weight: normal;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
	}
	.box_gallery_single {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		padding: 0px;
		top: 0px;
		background-color: #000000;
		border: 0px #000000 solid;
		border-radius: 20px;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		cursor: pointer;
		margin: 25px 0px;
		-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_gallery_single .box_accomodation_button {
		position: absolute;
		right: -1px;
		bottom: -1px;
		height: 50px;
		width: 50px;
		z-index: 9;
	}
	.box_gallery_single_mask {
		position: absolute;
		display: inline-block;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: transparent;
		place-content: center;
		opacity: 1;
		z-index: 2;
		-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_gallery_single:hover .box_gallery_single_mask {
		background-color: rgb(195, 209, 84, 0.3);
		opacity: 1;
	}
	.box_gallery_single_mask h1 {
		position: relative;
		display: inline-block;
		font-family: 'bold';
		font-size: 24px;
		line-height: 30px;
		width: 50%;
		color: #ffffff;
		z-index: 9;
	}
	.box_gallery_single img {
		height: 100%;
		width: 100%;
	}
	.box_gallery_single_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #000000 solid;
		z-index: 1;
		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
		-webkit-mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: top bottom;
		-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_gallery_single:hover .box_gallery_single_image {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1.0;
		filter: alpha(opacity=100);
		filter: brightness(70%);
	}
	.box_gallery_single:hover {
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
	}



	.box_testemonial {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 25px 0px;
		top: 0px;
		border-radius: 20px;
		z-index: 1;
		overflow: hidden;
		background: #ffffff;
		opacity: 1.0;
		box-shadow: none;
		text-align: left;
		-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_testemonial_ball {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		line-height: 60px;
		text-align: center;
		text-transform: uppercase;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.box_testemonial_text {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.box_testemonial_description h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 20px;
		font-family: regular;
		line-height: 24px;
		color: #4c4c4c;
	}
	.box_testemonial_stars {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.box_testemonial_star {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url(/images/star.png);
		background-size: contain;
		background-position: center;
		opacity: 0.2;
		margin: 0px 2px;
	}
	.box_testemonial_quot_marks {
		position: relative;
		display: inline-block;
		width: 40px;
		height: 40px;
		background-image: url(/images/aspas.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0px 2px;
	}
	.box_testemonial_star.active {
		opacity: 1;
	}
	.box_testemonial_name h1 {
		font-family: bold;
		font-size: 20px;
		line-height: 20px;
		color: #4297C7;
	}
	.box_testemonial_name h2 {
		font-family: regular;
		font-size: 15px;
		margin-top: 10px;
	}
	.box_testemonial_name h3 {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #a3a3a3;
		margin-top: 5px;
	}



	.box_home_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 200px;
		border: 0px #cccccc 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_home_contacts_img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
		margin: 25px 0px;
		border-radius: 20px;
		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_home_contacts_address h1 {
		color: #000000;
	}
	.box_home_contacts_address b {
		color: #ffffff;
	}
	.box_home_contacts_address_image {
		position: relative;
		display: inline-block;
		width: 90%;
		height: 500px;
		margin-top: 0px;
		border-radius: 20px;
		overflow: hidden;
		background-size: cover;
		background-position: left;
	}
	.box_home_contacts_address_image_text {
		position: absolute;
		width: calc(100% - 80px);
		left: 0px;
		bottom: 0px;
		background: rgba(101, 99, 102, 0.8);
		padding: 40px 40px;
		text-align: left;
	}
	.box_home_contacts_address_image_text h2 {
		color: #ffffff;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
	}
	.box_home_contacts_address_image img {
		display: none;
		width: 100%;
		max-height: 400px;
		border-radius: 20px;
	}
	.box_home_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 300px;
		border: 0px #cccccc solid;
		margin: 25px 0px;
		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_home_contacts_form h3 {
		display: inline-block;
		margin-left: 10px;
		font-family: regular;
		font-size: 14px;
		line-height: 14px;
		border: 0px #333333 solid;
	}
	.box_home_contacts_form a {
		display: inline-block;
		font-family: regular;
		font-size: 14px;
		line-height: 14px;
		text-decoration: underline;
		margin-top: 0px;
		border: 0px #333333 solid;
	}
	.box_home_contacts_form a:hover {
		text-decoration: none;
	}
	.box_home_contacts_form .button {}
	.box_home_contacts_form .button img {
		margin-left: 75px;
		width: 20px;
		height: 20px;
		margin-top: -5px;
	}
	.box_home_contacts_form .input[type="text"],
	.box_home_contacts_form .input[type="email"],
	.box_home_contacts_form .textarea {
		background: #FFFFFF;
		border: 1px solid #f2f2f2;
		font-family: regular;
		color: #000000;
		border-radius: 25px;
		margin-bottom: 15px;
		font-size: 14px;
		height: 50px;
		padding-left: 20px;
		width: 97%;
	}
	.box_home_contacts_form .textarea {
		height: 370px;
	}
	.box_home_contacts_form .input::placeholder,
	.box_home_contacts_form .textarea::placeholder {
		color: #000000;
	}
	.footer_newsletter_form .input::placeholder {
		color: #000000;
	}



	.box_home_contacts_title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 300px;
		border: 0px #cccccc solid;
		margin-top: 25px;
		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;
	}
	.box_home_contacts_title h1 {
		position: relative;
		vertical-align: top;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		bottom: 0px;
		text-align: left;
	}
	.box_home_contacts_subtitle {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		height: 75px;
		width: 100%;
		left: 0px;
		bottom: 0px;
		border-radius: 0px 0px 20px 20px;
		background-color: rgb(195, 209, 84, 0.6);
		margin-top: 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;
	}
	.box_home_contacts_subtitle .box_home_contacts_subtitle_img {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		height: 40px;
		width: 40px;
		left: 40px;
		margin-top: 15px;
		border-radius: 0px;
	}
	.box_home_contacts_subtitle h1 {
		position: absolute;
		display: inline-block;
		height: 30px;
		color: #FFFFFF;
		font-size: 30px;
		left: 90px;
		top: 20px;
	}
	.box_home_contacts_title h2 {
		position: relative;
		vertical-align: top;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		color: #4297C7;
		text-transform: none;
		text-align: left;
	}
	.box_home_contacts_title h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		font-family: light;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #000000;
		margin-top: 40px;
	}
	.box_home_contacts_title img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
		margin-top: 25px;
		border-radius: 20px;
		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;
	}
	.contacts_box {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.contacts_checkbox {
		position: relative;
		display: inline-block;
		width: 100%;
		top: 10px;
	}
	.contacts_button {
		position: relative;
		display: inline-block;
		margin: 25px 0px;
		width: 100%;
	}
	.contacts_button .button {
		width: 100%;
	}



	.box_blog {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 25px 0px;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		text-align: left;
		border-radius: 20px;
		-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: 450px;
		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));
		border-radius: 20px;
		-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_image .button {
		position: absolute;
		right: 0px;
		height: 25px;
		width: 25px;
		background-color: #4297C7;
		border-radius: 0px 10px;
		background-image: url(/images/lermais.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 10px;
	}
	.box_blog_image .button {
		top: 0px;
	}
	.box_blog_text {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		padding: 5px 25px;
		border: 0px solid;
		border-radius: 0px 0px 20px 20px;
		width: calc(100% - 50px);
		height: 70px;
		bottom: 0px;
		left: 0px;
		text-align: left;
		background-color: rgb(195, 209, 84, 0.6);
		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 h1 {
		font-family: regular;
		font-size: 24px;
		line-height: 30px;
		color: #FFFFFF;
		text-align: left;
	}
	.box_blog_text h3 {
		font-family: light;
		font-size: 14px;
		line-height: 14px;
		color: #000000;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.box_blog_text .button {
		width: 150px;
	}
	.box_blog_text .button:hover {
		text-decoration: none;
		box-shadow: 0px 0px 0px;
	}
	.box_blog_text_button {
		text-decoration: underline;
		color: #3FC2CA;
		cursor: pointer;
		font-family: light;
		font-size: 14px;
		line-height: 14px;
	}
	.box_blog_text_button :hover {
		color: #000000;
	}
	.box_blog_left_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		min-height: 500px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 0px;
		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;
		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 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 40px;
		color: #333333;
		margin-top: 0px;
		letter-spacing: 0px;
	}
	.box_blog_post h3 {
		font-family: light;
		font-size: 15px;
		line-height: 25px;
		color: #333333;
	}
	.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: 100%;
		height: 100%;
		background-color: #f7f7f7;
		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% - 10px);
		height: 40px;
		padding: 0px 0px 0px 10px;
		border-radius: 20px;
		border: 0px;
		margin: 10px 0px;
	}
	.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: 100%;
		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_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		border: 0px #eeeeee solid;
		text-align: center;
		margin-top: 0px;
		-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;
		vertical-align: top;
		font-family: bold;
		font-size: 30px;
		line-height: 50px;
		color: #4297C7;
	}
	.box_details_text h2 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 35px;
		color: #333333;
	}
	.box_details_text h3 {
		margin-top: 10px;
	}
	.box_details_text h4 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: bold;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 50px;
		color: #AB0054;
	}



	.box_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 50px;
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		border: 0px #ff0000 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: 20px;
	}
	.box_details_image #big_thumb {
		position: relative;
		display: inline-block;
		vertical-align: top;
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		border: 0px #ff0000 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_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_address h3 {
		margin: 0;
		padding: 0;
		font-family: 'light';
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: none;
		line-height: 30px;
		color: #333333;
	}



	.box_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		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: 200px;
		height: 40px;
		line-height: 10px;
		border: none;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: 90%;
		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 h1 {
		width: 100%;
		font-family: bold;
		font-weight: bold;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-bottom: 25px;
	}
	.footer_site_map h3 {
		display: inline-block;
		font-family: light;
		font-weight: normal;
		font-size: 15px;
		line-height: 20px;
		color: #000000;
		width: 100%;
	}
	.footer_site_map a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 14px;
		line-height: 40px;
		color: #ffffff;
		width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}
	.footer_site_map_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: center;
	}
	.footer_site_map_text img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 87px;
		margin-right: 13px;
	}
	.footer_site_map_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		margin-bottom: 10px;
	}
	.footer_site_map_text h3 {
		max-width: 400px;
		margin-bottom: 30px;
		margin-top: 20px;
		color: #000000;
		font-weight: normal;
		font-size: 16px;
	}
	.footer_site_map_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 40px;
		margin-top: 10px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		text-align: center;
		max-width: 800px;
	}
	.footer_site_map_form .input {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 170px);
		max-width: 400px;
		height: 42px;
		padding-left: 20px;
		border: 1px #ffffff solid;
		margin-right: 10px;
		border-radius: 10px;
	}
	.footer_site_map_form .button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100px;
		line-height: 16px;
		margin-top: 0px;
		height: 46px;
		border: none;
		background: #06999F;
		color: #ffffff;
		text-transform: none;
		font-family: bold;
	}
	.footer_site_map_form .button:hover {
		border: none;
	}
	.footer_site_map_form div {
		position: absolute;
		width: calc(100% - 0px);
		top: 50px;
		left: 0px;
		border: 0px #ffffff solid;
	}
	.footer_site_map_form div .checked {
		width: 14px;
		height: 14px;
		padding: 2px;
		border: 0px #ffffff solid;
	}
	.footer_site_map_form div h4 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		margin-right: 5px;
		border: 0px #ffffff solid;
	}
	.footer_site_map_form div a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: light;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		border: 0px #ffffff solid;
	}
	.footer_site_map_form div a:hover {
		text-decoration: underline;
	}
	.footer_site_map_form div.footer_site_map_logo {
		position: relative;
		display: inline-block;
		width: calc(100% / 3 - 10px);
		min-width: 175px;
		height: 56px;
		background-color: transparent;
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		top: 0px;
	}
	.footer_site_map .payment_method {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}



	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 90%;
		margin: 25px 0;
		-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 h1 {
		width: 100%;
		font-family: bold;
		font-weight: bold;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-bottom: 25px;
	}
	.footer_newsletter h3 {
		display: inline-block;
		font-family: regular;
		font-size: 20px;
		line-height: 30px;
		color: #ffffff;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_newsletter h4 {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #ffffff;
		margin: 25px 0px;
	}
	.footer_newsletter a {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #ffffff;
	}
	.footer_newsletter a:hover {
		text-decoration: underline;
	}
	.footer_newsletter_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: center;
	}
	.footer_newsletter_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		font-family: bold;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #000000;
		text-transform: none;
		margin-bottom: 10px;
	}
	.footer_newsletter_text h3 {
		max-width: 400px;
		margin-bottom: 30px;
		margin-top: 20px;
		color: #000000;
		font-weight: normal;
		font-size: 16px;
	}
	.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 .input {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 25px);
		height: 50px;
		margin-bottom: 20px;
		border-radius: 25px;
		font-size: 16px;
		border: 1px solid #FFFFFF;
	}
	.footer_newsletter_form .input::placeholder {
		color: #000000;
	}
	.footer_newsletter_form .button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 54px;
		width: 100%;
		line-height: 16px;
		text-align: center;
		background-color: #C3D154;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
	}



	.footer_contacts {
		display: inline-block;
		vertical-align: top;
		width: 90%;
		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 h1 {
		width: 100%;
		font-family: bold;
		font-weight: bold;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-bottom: 25px;
	}
	.footer_contacts h2 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
		width: 100%;
		margin-bottom: 25px;
	}
	.footer_contacts h3 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
		color: #ffffff;
		width: 100%;
		text-align: center;
	}
	.footer_contacts h4 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
		color: #ffffff;
		width: 100%;
		text-align: center;
	}
	.footer_contacts a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 35px;
		color: #ffffff;
		cursor: pointer;
	}
	.footer_contacts a:hover {
		text-decoration: underline;
	}
	.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-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 2px solid #C3D154;
		z-index: 1;
		text-align: left;
		background-color: transparent;
		-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%;
		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: 12px;
		line-height: 50px;
		color: #ffffff;
		text-align: center;
	}



	.footer_disclaimer {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		height: 50px;
		width: 100%;
		-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_disclaimer a {
		font-family: light;
		font-size: 12px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_disclaimer a:hover {
		text-decoration: underline;
	}
	.footer_disclaimer img {
		position: relative;
		display: inline-block;
		height: 30px;
		margin-right: 5px;
		padding: 5px;
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	
	.footer_powered_by {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		width: 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_powered_by a {
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}