@font-face {
	font-family: 'bold';
	src: url('../../fonts/CormorantInfant-Bold.ttf') format('truetype');
	font-weight: bolder;
	font-style: normal;
}
@font-face {
	font-family: 'regular';
	src: url('../../fonts/CormorantInfant-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'light';
	src: url('../../fonts/CormorantInfant-Light.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
html,
body {
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: regular;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 14;
}
a {
	text-decoration: none;
	color: #000000;
}
a:link,
a:visited {}
a:hover {
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 50px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 50px;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0px;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 40px;
	text-align: justify;
	color: #000000;
}
h4 {
	margin: 0;
	padding: 0;
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
}
.input[type="text"] {
	font-family: light;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
	background-color: #eeeeee;
    width: calc(100% - 25px);
    height: 38px;
    padding-left: 20px;
    border-radius: 0px;
	margin-top: 5px;
    border: 1px #eeeeee solid;
}
.input[type="text"]::placeholder {
	color: #000000;
}
.input[type="email"] {
	font-family: light;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
	background-color: #eeeeee;
    width: calc(100% - 25px);
    height: 38px;
    padding-left: 20px;
    border-radius: 0px;
	margin-top: 5px;
    border: 1px #eeeeee solid;
}
.input[type="email"]::placeholder {
	color: #000000;
}
.input[type="password"] {
	font-family: light;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
	background-color: #eeeeee;
    width: calc(100% - 25px);
    height: 38px;
    padding-left: 20px;
    border-radius: 0px;
	margin-top: 5px;
    border: 1px #eeeeee solid;
}
.input[type="password"]::placeholder {
	color: #000000;
}
.input[type="date"] {
	font-family: light;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
	background-color: #eeeeee;
    width: calc(100% - 25px);
    height: 38px;
    padding-left: 20px;
    border-radius: 0px;
	margin-top: 5px;
    border: 1px #eeeeee solid;
}
.input[type="time"] {
	font-family: light;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
	background-color: #eeeeee;
    width: calc(100% - 25px);
    height: 38px;
    padding-left: 20px;
    border-radius: 0px;
	margin-top: 5px;
    border: 1px #eeeeee solid;
}
.input[type="checkbox"] {
	position: relative;
	top: 4px;
}
.input[type="number"] {
	font-family: light;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
	background-color: #eeeeee;
    width: calc(100% - 25px);
    height: 38px;
    padding-left: 20px;
    border-radius: 0px;
	margin-top: 5px;
    border: 1px #eeeeee solid;
}
.datepicker {
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	width: 100%;
	height: 36px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.select {
	font-family: light;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #eeeeee;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    margin-top: 5px;
    border-radius: 0px;
    border: 1px #eeeeee solid;
}
.select option {
	background-color: #ffffff;
}
.textarea {
	font-family: light;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
	background-color: #eeeeee;
    width: calc(100% - 25px);
    padding-left: 20px;
    border-radius: 0px;
	margin-top: 5px;
    border: 1px #eeeeee solid;
}
.textarea::placeholder {
	color: #000000;
}
.display_box {
	width: 100%;
	background-color: #ff3300;
}
.error {
	color: red;
}
.button {
	position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    line-height: 50px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    font-family: regular;
    height: 50px;
    width: 150px;
    font-size: 16px;
    border: 1px solid #000000;
    padding: 0px 25px;
    text-transform: uppercase;
	
	-webkit-appearance: none;
	-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;
}
.button:hover {
	top: 10px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	background-color: #000000;
	color: #ffffff;
}
.button_arrow {
	background-image: url(/images/icon-seta.png);
    background-position-x: 95%;
    background-position-y: 17px;
    background-repeat: no-repeat;
    background-size: 15px;
}
.button_yellow {
	background-color: #CDBD8C;
	border: 1px solid #CDBD8C;
	color: #ffffff;
}
.button_blue {
	background-color: #232C35;
	border: 1px solid #232C35;
	color: #ffffff;
}

/* MENU CSS */
.header_box_menu {
	position: fixed;
	vertical-align: top;
	width: 0%;
	max-width: 0px;
	height: 100%;
	top: 0px;
	right: -80px;
	background-color: #CDBD8C;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	padding-left: 40px;
	transition: 0.5s;
	overflow-x: hidden;
}
.header_box_menu_icon {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 50px;
	top: 40px;
	right: 50px;
	border: 0px #ffffff solid;
	float: right;
	text-align: left;
	z-index: 9;
	cursor: pointer;
}
.header_box_menu_list {
	position: absolute;
	display: none;
	width: 240px;
	min-height: 200px;
	top: 32px;
	left: 25px;
	border: 0px #ffffff solid;
	z-index: 1;
	cursor: pointer;
	opacity: 0.0;
}
.header_box_menu_list a {
	display: block;
	width: 100%;
	font-family: regular;
	font-weight: normal;
	font-size: 16px;
	line-height: 44px;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	float: left;
	text-align: 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_box_menu_list a:hover {
	color: #000000;
}
.header_menu_close div {
	margin-top: 0px;
}
.header_menu_close img {
	width: 30px;
	height: 17px;
	border: 0px #ffffff solid;
}
/* END TABS*/
#fadediv {
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	/* Firefox */
	-webkit-animation: fadein 1s;
	/* Safari and Chrome */
	-o-animation: fadein 1s;
	/* Opera */
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes ticker-kf {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-7320px, 0, 0);
	}
}
@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes animation_top_to_bottom {
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-moz-keyframes animation_top_to_bottom {
	/* Firefox */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-webkit-keyframes animation_top_to_bottom {
	/* Safari and Chrome */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@-o-keyframes animation_top_to_bottom {
	/* Opera */
	0% {
		opacity: 0%;
		top: -100px;
	}
	100% {
		opacity: 100%;
		top: 0px;
	}
}
@keyframes animation_bottom_to_top {
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-moz-keyframes animation_bottom_to_top {
	/* Firefox */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-webkit-keyframes animation_bottom_to_top {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@-o-keyframes animation_bottom_to_top {
	/* Opera */
	0% {
		opacity: 0;
		top: 100px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}
@keyframes animation_left_to_right {
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-moz-keyframes animation_left_to_right {
	/* Firefox */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-webkit-keyframes animation_left_to_right {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@-o-keyframes animation_left_to_right {
	/* Opera */
	0% {
		opacity: 0;
		left: -100px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}
@keyframes animation_right_to_left {
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-moz-keyframes animation_left_to_right {
	/* Firefox */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-webkit-keyframes animation_left_to_right {
	/* Safari and Chrome */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@-o-keyframes animation_left_to_right {
	/* Opera */
	0% {
		opacity: 0;
		right: -100px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}
@media screen and (min-width:1001px) {
	.header_zone {
		position: fixed;
		width: 100%;
		height: 155px;
		border: 0px solid;
		z-index: 100;
		border-bottom: 0px solid #ffffff;
		background-color: 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_mask {
		position: absolute;
		vertical-align: top;
		width: 100%;
		height: 155px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		border: 0px #333333 solid;
		z-index: 1;
		top: 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;
		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: 200px;
		background-color: transparent;
		top: 0px;
		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_menu_icon {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 44px;
		top: 0px;
		margin: 90px 0px;
		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_logo {
		position: relative;
        display: inline-block;
        height: 30px;
        width: 300px;
		top: 0px;
        float: left;
        margin: 85px 0;
		margin-left: 50px;
        text-align: left;
        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;
	}
	.header_logo img {
		height: 100%;
		border: 0px #ffffff solid;
	}



	.header_menu {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 450px);
        top: 0px;
        height: 50px;
        margin: 75px 0;
        z-index: 1;
        overflow: hidden;
        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_menu .link_menu {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-size: 16px;
        color: #ffffff;
        margin: 0px 20px;
        line-height: 50px;
        text-transform: uppercase;
		-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 .link_menu:hover {
		color: #CDBD8C;
	}
	.header_menu .link_menu_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 16px;
		color: #CDBD8C;
		margin: 0px 20px;
		line-height: 50px;
        text-transform: uppercase;
		-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_home {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
		top: 0px;
        height: 50px;
        margin: 100px 0;
        z-index: 1;
        overflow: hidden;
        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_menu_home .link_menu {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-size: 16px;
        color: #ffffff;
        margin: 0px 25px;
        line-height: 50px;
        text-transform: uppercase;
		-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_home .link_menu:hover {
		color: #CDBD8C;
	}
	.header_menu_home .link_menu_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 16px;
		color: #CDBD8C;
		margin: 0px 20px;
		line-height: 50px;
        text-transform: uppercase;
		-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 {
		position: relative;
        vertical-align: top;
        height: 30px;
        border: 0px #ffffff solid;
        z-index: 1;
        top: 0px;
        margin: 85px 0;
        float: right;
        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_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_zone.shrink {
		position: fixed;
		width: 100%;
		height: 100px;
		background-color: #CDBD8C;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	}
	.header_zone.shrink .header_zone_logo {
		top: 0px;
		height: 100px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_logo {
		margin: 35px 0px;
		margin-left: 50px;
	}
	.header_zone.shrink .header_menu {
		margin: 25px 0px;
	}
	.header_zone.shrink .link_menu:hover {
		color: #000000;
	}
	.header_zone.shrink .link_menu_active {
		color: #000000;
	}
	.header_zone.shrink .header_langs {
		margin: 35px 0px;
	}
	.header_zone.shrink .header_menu_icon {
		margin: 40px 0px;
	}



	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		border: 0px #333333 solid;
		z-index: 1;
		margin-top: 0px;
		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: 350px;
		background-color: #777777;
		background-size: cover;
		background-position: 0 -150px;
		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: 350px;
		background-color: #000000;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 0.2;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		margin-top: 0px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
	}
	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		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: 100vh;
		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: 100vh;
		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: 100vh;
		max-width: 1480px;
		text-align: center;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area_box_image {
		position: relative;
        display: inline-block;
        width: 600px;
        height: 75px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 calc(100% / 2 - 300px);
        margin-top: 60vh;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}



	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 50px 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%;
	}
	.title h2 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
		margin-top: 50px;
		text-transform: none;
	}
	.title h3 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 75%;
        margin-top: 50px;
        text-transform: none;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
	}
	.title h4 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-size: 30px;
        line-height: 30px;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: 550px;
        height: 300px;
        background-color: #CDBD8C;
        float: left;
        padding: 100px 50px;
        text-align: justify;
	}
	.box_about_us_text_line {
		height: 2px;
		width: 150px;
		margin: 15px 0;
		background-color: #ffffff;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #ffffff;
	}
	.box_about_us_text h2 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #ffffff;
	}
	.box_about_us_text h3 {
		position: relative;
        display: inline-block;
        width: 475px;
        color: #ffffff;
        line-height: 28px;
        text-align: left;
	}
	.box_about_us_image {
		position: absolute;
        display: inline-block;
        top: 0px;
        right: 0px;
        height: 370px;
        width: 725px;
        margin-top: 129px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}	
	
	
	
	.box_about_us_record {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2 - 50px);
        padding: 25px;
        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_about_us_record_image {
		position: relative;
        display: inline-block;
        height: 400px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}	
	.box_about_us_record_image_chrono {
		position: relative;
        display: inline-block;
        height: 600px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        z-index: 3;
	}
	.box_about_us_record_image_chrono.h400 {
        height: 400px;
        margin-top: 50px;
	}	
	.box_about_us_record_text {
		position: relative;
        display: inline-block;
        height: 250px;
        width: 100%;
        text-align: center;
	}
	.box_about_us_record_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #000000;
		margin: 10px 0;
	}
	.box_about_us_record_text h3 {
		position: relative;
        display: inline-block;
        color: #000000;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
	}
	
	
	
	.box_banner {
		
	}
	.box_banner_text {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: right;
        margin-top: 125px;
		margin-bottom: 50px;
		margin-left: 50px;
        text-align: left;
	}
	.box_banner_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        font-family: regular;
	}
	.box_banner_text h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #A3B29F;
	}
	.box_banner_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 50px;
		line-height: 30px;
	}
	.box_banner_image {
		position: relative;
        display: inline-block;
        width: calc(100% / 2);
        float: left;
        height: 400px;
        margin-top: 100px;
        margin-bottom: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}		
	
	
	
	.box_banner_alt {
		
	}
	.box_banner_text_alt {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: left;
        margin-top: 125px;
		margin-bottom: 50px;
		margin-right: 50px;
        text-align: left;
	}
	.box_banner_text_alt h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        font-family: regular;
	}
	.box_banner_text_alt h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #A3B29F;
	}
	.box_banner_text_alt h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 50px;
		line-height: 30px;
	}
	.box_banner_image_alt {
		position: relative;
        display: inline-block;
        width: calc(100% / 2);
        float: right;
        height: 400px;
        margin-top: 100px;
        margin-bottom: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}	
	
	
	
	.box_vineyard_record {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100%);
        top: 0px;
		margin-top: 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_vineyard_record_image {
		position: relative;
        display: inline-block;
        height: 400px;
        width: calc(100% / 2 - 20px);
        margin: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}		
	.box_vineyard_record_text {
		position: relative;
        display: inline-block;
        width: 100%;
        text-align: center;
	}
	.box_vineyard_record_text h2 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #000000;
        font-size: 30px;
	}
	.box_vineyard_record_text h3 {
		position: relative;
        display: inline-block;
        color: #000000;
        margin: 25px 0;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        font-family: light;
	}	
	
	
	
	.box_wine {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100%);
        top: 0px;
		margin-top: 50px;
		z-index: 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_wine_image {
		position: relative;
        display: inline-block;
        height: 500px;
        width: calc(40% - 20px);
        margin-right: 10px;
        float: left;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}		
	.box_wine_text {
		position: relative;
        display: inline-block;
		margin: 50px 0;
        width: calc(60% - 20px);
        margin-left: 10px;
        float: right;
        text-align: left;
	}
	.box_wine_text img {
		position: relative;
		top: 10px;
	}
	.box_wine_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #000000;
        font-size: 40px;
	}
	.box_wine_text h2 {
		position: relative;
        display: inline-block;
        width: 100%;
		margin: 25px 0;
		color: #000000;
        font-size: 30px;
	}
	.box_wine_text h3 {
		position: relative;
        display: inline-block;
        color: #000000;
        margin-bottom: 50px;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        font-family: light;
		width: 100%;
	}
	.box_wine_text h4 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #CDBD8C;
        font-size: 24px;
	}
	.box_wine .button {
		margin-bottom: 25px;
	}
	
	
	
	.box_wine_alt {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100%);
        top: 0px;
		margin-top: 50px;
		z-index: 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_wine_alt_image {
		position: relative;
        display: inline-block;
        height: 500px;
        width: calc(40% - 20px);
        margin-left: 10px;
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}		
	.box_wine_alt_text {
		position: relative;
        display: inline-block;
        height: 400px;
		margin: 50px 0;
        width: calc(60% - 20px);
        margin-right: 10px;
        float: left;
        text-align: left;
	}
	.box_wine_alt_text img {
		position: relative;
		top: 10px;
	}
	.box_wine_alt_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #000000;
        font-size: 40px;
	}
	.box_wine_alt_text h2 {
		position: relative;
        display: inline-block;
        width: 100%;
		margin: 25px 0;
		color: #000000;
        font-size: 30px;
	}
	.box_wine_alt_text h3 {
		position: relative;
        display: inline-block;
        color: #000000;
        margin-bottom: 50px;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        font-family: light;
	}
	.box_wine_alt_text h4 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #CDBD8C;
        font-size: 24px;
	}



	.box_faq_item
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 24px);
		margin-bottom:20px;
		padding: 0;
		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;	
	}
	.box_faq_item.open 
	{
		height: auto;
        max-height: none;
	}
	.box_faq_item.open .box_faq_item_description
	{
		background-color: #FFFFFF;
	}
	.box_faq_item_description h3
	{
		color: #000000;
		text-transform: none;
		margin: 0;
		font-size: 18px;
		line-height: 24px;
	}
	.box_faq_item_description
	{
		display:none;
		padding:10px 22px;
	}
	
	

	.box_accomodations {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2 - 50px);
        top: 0px;
		margin: 0 25px;
		margin-bottom: 100px;
		-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_accomodations:hover {
		top: 10px;
	}
	.box_accomodations_image {
		position: relative;
        display: inline-block;
        height: 350px;
        width: calc(100%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}		
	.box_accomodations_text {
		position: relative;
        display: inline-block;
        width: calc(100%);
        text-align: center;
	}
	.box_accomodations_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #000000;
        font-size: 40px;
	}
	.box_accomodations_text h3 {
		position: relative;
        display: inline-block;
        color: #000000;
        margin-bottom: 50px;
        text-align: left;
        font-size: 24px;
        line-height: 30px;
        font-family: light;
		width: 100%;
	}
	
	

	.box_accomodatibox_accomodations_record {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100%);
        top: 0px;
		margin: 0 25px;
		margin-bottom: 100px;
		-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_accomodations_record:hover {
		top: 10px;
	}
	.box_accomodations_record_image {
		position: relative;
        display: inline-block;
        height: 350px;
        width: calc(100% / 2 - 50px);
		margin: 0 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}	
	.box_accomodations_record_image_alt {
		position: relative;
        display: inline-block;
        height: 150px;
        width: calc(100% / 5 - 30px);
        margin: 0 15px;
        margin-top: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}	
	.box_accomodations_record_text {
		position: relative;
        display: inline-block;
        width: calc(100%);
        text-align: center;
	}
	.box_accomodations_record_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
		color: #000000;
        font-size: 40px;
		margin-top: 100px;
	}
	.box_accomodations_record_text h3 {
		position: relative;
        display: inline-block;
        color: #000000;
        margin-bottom: 50px;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        font-family: light;
        width: 100%;
        margin-top: 25px;
	}
	
	

	.box_sub_accomodations {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 5 - 50px);
        top: 0px;
		margin: 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_sub_accomodations_text {
		position: relative;
        display: inline-block;
        width: calc(100%);
        text-align: center;
	}
	.box_sub_accomodations_text.h200 {
		height: 200px;
	}
	.box_sub_accomodations_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
	}
	.box_sub_accomodations_text h2 {
		font-size: 20px;
	}
	.box_sub_accomodations_text h3 {
		position: relative;
        display: inline-block;
        margin: 25px 0;
        text-align: center;
        width: 100%;
		line-height: 24px;
	}
	.box_sub_accomodations_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		margin: 25px 0;
		background-size: contain;
		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 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		padding: 0px;
		top: 0px;
		border: 0px #000000 solid;
		float: right;
		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: 250px;
		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: calc(100% / 5 - 30px);
		height: 250px;
		padding: 0px;
		top: 0px;
		background-color: #000000;
		border: 0px #000000 solid;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		cursor: pointer;
		margin: 15px;
		margin-bottom: 20px;
		-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.w50 {
		width: calc(100% / 2 - 30px);
		height: 300px;
	}
	.box_gallery_single.w50 .box_gallery_single_image {
		height: 300px;
	}
	.box_gallery_single.w33 {
		width: calc(100% / 3 - 30px);
		height: 300px;
	}
	.box_gallery_single.w33 .box_gallery_single_image {
		height: 300px;
	}
	.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(205, 189, 140, 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: 250px;
		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_experiences {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2 - 50px);
        top: 0px;
		margin: 0 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_experiences:hover {
		top: 10px;
	}
	.box_experiences_image {
		position: relative;
        display: inline-block;
        height: 350px;
        width: calc(100%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}		
	.box_experiences_text {
		position: relative;
        display: inline-block;
		height: 150px;
        width: calc(100%);
        text-align: center;
	}
	.box_experiences_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #000000;
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
	}
	.box_experiences_price_tag {
		position: absolute;
        display: inline-block;
		padding: 10px;
        width: 200px;
		top: 10px;
		right: 10px;
        text-align: center;
		background-color: #CDBD8C;
		z-index: 3;
	}
	.box_experiences_price_tag h2 {
		color: #ffffff;
	}



	.box_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 650px);
		min-height: 200px;
		border: 0px #cccccc solid;
		margin-right: 0px;
		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;
	}
	.box_contacts_address h3 {
		margin-bottom: 25px;
	}
	.box_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 600px;
		min-height: 400px;
		border: 0px #cccccc solid;
		margin-bottom: 50px;
		float: right;
		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_contacts_form h3 {
		display: inline-block;
		margin-left: 10px;
	}
	.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;
	}



	.popup_message
	{
		position:fixed;
		display:inline-block;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,0.3);
		z-index:999999;
	}
	.popup_message_content
	{
		position:absolute;
		display:inline-block;
		top:15%;
		width:calc(90% - 60px);
		max-width:600px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		background:#ffffff;
		padding:30px;
		border-radius:3px;
		text-align:center;
	}
	.popup_message_content h2
	{
		text-transform: none;
	}
	.popup_message_content h3
	{
		text-align: center;
		line-height: 24px;
		margin: 25px 0;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: 33%;
		margin-top: 75px;
		margin-bottom: 50px;
		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_site_map_map {
		margin-top: 50px;
	}
	.footer_site_map h1 {
		width: 100%;
		color: #ffffff;
		margin-bottom: 50px;
	}
	.footer_site_map a {
        position: relative;
		display: inline-block;
        line-height: 30px;
        color: #ffffff;
        width: 100%;
		text-transform: uppercase;
	}
	.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_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 33%;
		margin-top: 65px;
		margin-right: 14%;
		-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%;
		color: #ffffff;
		font-size: 35px;
		line-height: 35px;
	}
	.footer_newsletter h2 {
		color: #ffffff;
        margin-bottom: 25px;
        text-transform: uppercase;
        font-size: 16px;
        font-family: light;
	}
	.footer_newsletter h3 {
		color: #ffffff;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_newsletter h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	.footer_newsletter a {
		font-family: light;
		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% - 155px);
        height: 50px;
        left: 20px;
        background-color: transparent;
        color: #ffffff;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 20px;
        border-radius: 0px;
        font-size: 16px;
        padding-left: 0px;
        border: 0px;
        border-bottom: 1px solid #FFFFFF;
	}
	.footer_newsletter_form .input::placeholder {
		color: #FFFFFF;
	}
	.footer_newsletter_form .button {
		position: relative;
        display: inline-block;
        vertical-align: top;
        line-height: 16px;
        text-align: center;
		height: 53px;
        top: 0px;
        left: -20px;
        color: #ffffff;
        border: 1px solid #ffffff;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
	}



	.footer_contacts {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		min-height: 250px;
		margin-top: 65px;
		margin-bottom: 50px;
		margin-left: 0%;
		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 h1 {
		width: 100%;
		color: #ffffff;
		margin-bottom: 25px;
		font-size: 35px;
		line-height: 35px;
	}
	.footer_contacts h3 {
		display: inline-block;
		position: relative;
		line-height: 20px;
		margin-bottom: 25px;
		text-transform: uppercase;
		color: #ffffff;
		width: 100%;
	}
	.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%;
		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;
		margin-right: 0px;
		border: 0px #ffffff solid;
		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;
	}
	.footer_copyright h3 {
		line-height: 50px;
		color: #ffffff;
		text-transform: none;
	}



	.footer_disclaimer {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		height: 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;
	}
	.footer_disclaimer a {
		line-height: 50px;
		color: #ffffff;
		text-transform: none;
	}
	.footer_disclaimer a:hover {
		text-decoration: underline;
	}



	.footer_powered_by {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		float: right;
		text-align: right;
		-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 {
		line-height: 50px;
		color: #ffffff;
		text-transform: none;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}