@font-face {
	font-family: 'regular';
	src: url('../../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bold';
	src: url('../../fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: bolder;
	font-style: normal;
}
@font-face {
	font-family: 'light';
	src: url('../../fonts/Raleway-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: bold;
	font-weight: normal;
	font-size: 60px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 60px;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 24px;
	font-weight: normal;
	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: #2F2484;
}
h4 {
	margin: 0;
	padding: 0;
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
}
.input[type="text"] {
	font-family: bold;
    font-size: 16px;
    font-weight: normal;
    color: #2F2484;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="email"] {
	font-family: bold;
    font-size: 16px;
    font-weight: normal;
    color: #2F2484;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="password"] {
	font-family: bold;
    font-size: 16px;
    font-weight: normal;
    color: #2F2484;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="date"] {
	font-family: bold;
    font-size: 16px;
    font-weight: normal;
    color: #2F2484;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="time"] {
	font-family: bold;
    font-size: 16px;
    font-weight: normal;
    color: #2F2484;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 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;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.textarea {
	font-family: bold;
    font-size: 16px;
    font-weight: normal;
    color: #2F2484;
    line-height: 40px;
    width: calc(100% - 20px);
    height: 36px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px #f3f3f3 solid;
}
.input[type="text"]::placeholder,
.input[type="email"]::placeholder,
.input[type="password"]::placeholder,
.input[type="date"]::placeholder,
.input[type="time"]::placeholder,
.textarea::placeholder {
	color: #2F2484;
}
.display_box {
	width: 100%;
	background-color: #ff3300;
}
.error {
	color: red;
}
.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	line-height: 50px;
	top: 0px;
	text-align: center;
	background-color: #E3000C;
	border-radius: 25px;
	cursor: pointer;
	font-family: regular;
	height: 50px;
	width: 200px;
	font-size: 16px;
	border: 0px;
	-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: #2F2484;
}
.button_arrow {
	background-image: url(/images/seta-down.png);
	background-position-x: 160px;
	background-position-y: 20px;
	background-repeat: no-repeat;
}
/* MENU CSS */
.header_box_menu {
	position: fixed;
	vertical-align: top;
	width: 0%;
	max-width: 0px;
	height: 100%;
	top: 0px;
	left: -80px;
	background-color: #2F2484;
	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: 10px;
	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: 18px;
	line-height: 44px;
	color: #ffffff;
	letter-spacing: 0px;
	text-decoration: none;
	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: #E3000C;
}
.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: 205px;
		border: 0px solid;
		z-index: 9;
		border-bottom: 0px solid #ffffff;
		background-color: #ffffff;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.header_zone_mask {
		position: absolute;
		vertical-align: top;
		width: 100%;
		height: 205px;
		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_welcome {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 30px;
		top: 0px;
		background-color: #2F2484;
		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: 170px;
		background-color: transparent;
		border-bottom: 5px solid #E3000C;
		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: inline-block;
		vertical-align: top;
		width: 100%;
		height: 30px;
		padding: 10px 0px;
		margin-top: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
		background: #ffffff;
		border-top: 1px solid #f7f7f7;
		-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;
		border: 0px #333333 solid;
		float: left;
		text-align: left;
		z-index: 1;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_email img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 16px;
		margin: 7px 0;
		margin-right: 10px;
		border: 0px #333333 solid;
	}
	.header_email h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: regular;
		color: #ffffff;
		line-height: 30px;
		font-size: 16px;
	}



	.header_phone {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		border: 0px #333333 solid;
		margin-left: 25px;
		float: left;
		text-align: left;
		z-index: 1;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_phone img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 16px;
		margin: 7px 0;
		margin-right: 10px;
		border: 0px #333333 solid;
	}
	.header_phone h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: regular;
		color: #ffffff;
		line-height: 30px;
		font-size: 16px;
	}



	.header_langs {
		position: absolute;
		vertical-align: top;
		height: 30px;
		border: 0px #ffffff solid;
		z-index: 1;
		top: 0px;
		right: 0px;
		float: right;
		text-align: center;
		overflow: hidden;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_langs .link_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: regular;
		font-size: 16px;
		color: #ffffff;
		line-height: 30px;
		margin-left: 5px;
		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-family: bold;
		font-weight: bold;
		color: #ffffff;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: bold;
		font-weight: bold;
		font-size: 16px;
		color: #ffffff;
		line-height: 30px;
		margin-left: 5px;
		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_menu_icon {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 44px;
		margin: 75px 0px;
		margin-right: 25px;
		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: 120px;
		margin: 25px 0;
		float: 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% - 520px);
		height: 20px;
		margin: 75px 0px;
		border: 0px #333333 solid;
		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: #2F2484;
		margin-left: 30px;
		margin-right: 30px;
		line-height: 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;
	}
	.header_menu .link_menu:hover {
		color: #E3000C;
	}
	.header_menu .link_menu_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: regular;
		font-size: 16px;
		color: #E3000C;
		margin-left: 30px;
		margin-right: 30px;
		line-height: 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;
	}



	.header_submenu
	{
		position: absolute;
		display: none;
		top: 20px;
		left: 0;
		z-index:9;
	}
	.header_submenu_content
	{
		position: relative;
		display: none;
		width: calc(100% - 40px);
		background:#ffffff;
		padding:20px;
		text-align:left;
	}
	.header_submenu_content .link_submenu
	{
		position: relative;
		width:calc(100% - 15px);
		display: block;
		padding:5px 10px 5px 5px;
		color:#2F2484;
		font-family:'regular';
		font-weight: normal;
		font-size:16px;
		text-transform:none;
		letter-spacing:0px;
	}
	.header_submenu_content .link_submenu:hover
	{
		color:#E3000C !important;
	}
	.header_submenu_content .link_submenu img
	{
		opacity:0;
		vertical-align:middle;
	}
	.header_submenu_content .link_submenu:hover img
	{
		opacity:1;
		filter: invert(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_sub_submenu_content
	{
		position: absolute;
		display: none;
		width: calc(100% - 40px);
		background:#ffffff;
		padding:20px;
		text-align:left;
		right: -224px;
		margin-top: -45px;
	}
	.header_submenu_content .link_subsubmenu
	{
		position: relative;
		width:calc(100% - 20px);
		display: block;
		padding:5px 10px;
		color:#ffffff;
		font-family:'regular';
		font-weight: bold;
		font-size:18px;
		text-transform:none;
		letter-spacing:0px;
	}
	.header_submenu_content .link_subsubmenu:hover
	{
		color:#1C0A0D !important;
	}



	.header_button {
		position: relative;
		display: inline-block;
		top: 0px;
		width: 200px;
		height: 50px;
		margin: 60px 0px;
		z-index: 1;
		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;
	}
	.header_button .button:hover {
		top: 10px;
	}



	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 100px;
		background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9;
	}
	.header_zone.shrink .header_zone_welcome {
		top: -32px;
	}
	.header_zone.shrink .header_zone_logo {
		top: -30px;
		height: 100px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_menu_icon {
		margin: 40px 0px;
		margin-right: 25px;
	}
	.header_zone.shrink .header_logo {
		height: 90px;
		margin: 5px 0;
	}
	.header_zone.shrink .header_menu {
		margin: 40px 0px;
		margin-left: 40px;
	}
	.header_zone.shrink .header_button {
		margin: 25px 0px;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 700px;
		margin-top: 205px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
		animation-name: animation_top_to_bottom;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 700px;
		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: 700px;
		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: 700px;
		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: 700px;
		max-width: 1480px;
		place-content: center;
		text-align: left;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area h1 {
		position: relative;
		display: inline-block;
		color: #ffffff;
		width: 80%;
	}
	.slider_content_area h2 {
		position: relative;
		display: inline-block;
		color: #ffffff;
		width: 100%;
		margin: 25px 0;
	}
	.slider_content_area .button {
		margin-top: 10px;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}



	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		border: 0px #333333 solid;
		z-index: 1;
		margin-top: 205px;
		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: 300px;
		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;
	}



	.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: #2F2484;
	}



	.box_banner {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4 - 50px);
		padding: 0px;
		margin: 100px 25px;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_banner_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100px;
		background-size: contain;
		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;
	}
	.box_banner_text {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 9;
		text-align: center;
		place-content: center;
	} 
	.box_banner_text h1 {
		width: 100%;
		margin: 10px 0;
		color: #2F2484;
		font-size: 50px;
	}
	.box_banner_text h2 {
		width: 100%;
		margin-top: 25px;
		font-weight: bold;
		color: #2F2484;
	}
	.box_banner_text h3 {
		width: 100%;
		text-align: center;
		color: #2F2484;
		line-height: 30px;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: left;
        margin: 50px 0;
        text-align: justify;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #2F2484;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #2F2484;
		margin: 50px 0;
	}
	.box_about_us_text a {
		position: relative;
		display: inline-block;
		font-family: bold;
		color: #2F2484;
		font-size: 18px;
		line-height: 40px;
		margin-left: 5px;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 50px);
        float: right;
        height: 500px;
        margin: 50px 0;
		border-radius: 25px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}



	.box_services {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 70px);
		padding: 0px;
		margin: 25px 35px;
		top: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_services_image {
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 150px;
        height: 150px;
        float: left;
        margin-right: 25px;
        background-size: contain;
        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: relative;
		display: inline-block;
		top: 0px;
        float: left;
		width: calc(100% - 175px);
		z-index: 9;
		text-align: center;
		place-content: center;
	}
	.box_services_text h2 {
		color: #2F2484;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;	
		font-family: bold;
	}
	.box_services_text h4 {
		color: #2F2484;
		margin: 10px 0;
		text-align: left;
		font-family: regular;
	}



	.box_sub_service {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 70px);
		padding: 0px;
		margin: 25px 35px;
		top: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_sub_service_image {
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 150px;
        height: 150px;
        float: left;
        margin-right: 25px;
        background-size: contain;
        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_sub_service_text {
		position: relative;
		display: inline-block;
		top: 0px;
        float: left;
		width: calc(100% - 175px);
		z-index: 9;
		text-align: center;
		place-content: center;
	}
	.box_sub_service_text h2 {
		color: #2F2484;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;	
		font-family: bold;
	}
	.box_sub_service_text h4 {
		color: #2F2484;
		margin: 10px 0;
		text-align: left;
		font-family: regular;
	}



	.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% / 4 - 10px);
		height: 250px;
		padding: 0px;
		top: 0px;
		background-color: #000000;
		border: 0px #000000 solid;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		cursor: pointer;
		margin: 5px;
		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 .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(47, 36, 132, 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_home_banner {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 500px;
		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_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		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_text {
		position: relative;
		max-width: 1480px;
		width: 90%;
		height: 500px;
		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;
        color: #ffffff;
        width: 70%;
	}
	.box_home_banner_text h2 {
		position: relative;
		display: inline-block;
		letter-spacing: 0px;
		color: #ffffff;
		width: 100%;
		margin: 30px 0;
	}
	.box_home_banner_text .button {
		position: relative;
		display: inline-block;
		margin-top: 10px;
	}



	.box_partners
	{ 
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 4 - 30px);
        height: 200px;
        margin: 0px 15px;
        margin-bottom: 50px;
        top: 0px;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_partners_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:200px;
        border-radius: 10px;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}



	.box_testemonial {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 90px);
        margin: 50px 20px 100px;
        top: 0px;
        padding: 25px;
        border-radius: 30px;
        z-index: 1;
        overflow: hidden;
        background: #f3f3f3;
        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%;
		color: #2F2484;
		line-height: 24px;
	}
	.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: #E3000C;
	}
	.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: #2F2484;
		margin-top: 5px;
	}


		
	.box_home_contacts_title
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 50%;
		min-height:300px;
		border:0px #cccccc solid;
		margin: 100px 0;
		margin-right:5%;
		float:left;
		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;
        text-align: center;
        width: 80%;
        margin: 0 10%;
        margin-bottom: 25px;
		color: #E3000C;
	}
	.box_home_contacts_title img
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        float: 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_home_contacts_title_text	
	{
		position: absolute;
        vertical-align: top;
        width: 100%;
        height: 70px;
        bottom: 0px;
		place-content: center;
        border-radius: 0px 0px 20px 20px;
        text-align: center;
        background-color: rgb(227, 0, 12, 0.7);
	}.box_home_contacts_title_text img
	{
		height: 30px;
        width: 30px;
        margin: 5px;
        margin-right: 10px;
        float: none;
        border-radius: 0;
	}
	.box_home_contacts_title_text h2
	{
		height: 40px;
        width: 100%;
        color: #ffffff;
        overflow: hidden;
        font-size: 40px;
        line-height: 40px;
	}
	.box_home_contacts_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 45%;
		min-height:300px;
		border:0px #cccccc solid;
		margin-top: 100px;
		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_home_contacts_address h3
	{
		position: relative;
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 25px;
	}
	.box_home_contacts_address label
	{
		position: relative;
        display: inline-block;
		color: #72694E;
		font-family: regular;
		font-size: 16px;
        margin-right: 25px;
        margin-bottom: 25px;
	}
	.box_home_contacts_form h4
	{
		display:inline-block;
		text-decoration:none;	
		margin-left:10px;
		border:0px #ffffff solid;
	}	
	.box_home_contacts_form a
	{
		display:inline-block;
		font-family: light;
		font-size:16px;
		line-height:16px;
		color: #000000;
		text-decoration:none;	
		margin-top:0px;
		border:0px #ffffff solid;
	}	
	.box_home_contacts_form a:hover
	{
		text-decoration:underline;
	}	
	.box_home_contacts_form .button
	{
        width: 100%;
	}	
	.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
	{
		margin-bottom: 15px;
	}	
	.box_home_contacts_form .textarea
	{
        height: 250px;
	}		
	.contacts_box
	{
		position:relative;
		display:inline-block;
		width: 100%;
		height: 50px;
	}	
	.contacts_checkbox
	{
		position: relative;
        display: inline-block;
        width: 70%;
        height: 50px;
        place-content: center;
	}	
	.contacts_button
	{
		position:relative;
		display:inline-block;
		width: 30%;
		float: right;
	}



	.box_companies
	{ 
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 8 - 30px);
        height: 100px;
        margin: 0px 15px;
        margin-bottom: 50px;
        top: 0px;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_companies_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100px;
        border-radius: 10px;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}

	

	.box_faq_item
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 24px);
		margin-bottom:20px;
		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_title
	{
		font-weight:bold;
		padding:10px 20px;
		border:2px solid #2B317C;
		border-radius:50px;
		color:#2B317C;
	}
	.box_faq_item.open .box_faq_item_title
	{
		color:#000000;
		border:2px solid #000000;
	}
	.box_faq_item_description
	{
		display:none;
		padding:10px 22px;
		margin-bottom:10px;
	}



	.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;
		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: 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.full {
		margin: 0 calc(100% / 2 - 300px);
		margin-bottom: 50px;
		text-align: center ;
	}
	.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;
		text-align: center;
		border: none;
	}



	.box_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 40%;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_details_image img {
		border-radius: 20px;
	}



	.box_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(55% - 50px);
		min-height: 500px;
		float: right;
		text-align: left;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_details_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: bold;
		font-size: 30px;
		line-height: 50px;
		color: #4297C7;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin-top: 50px;
		margin-bottom: 100px;
		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: 20px;
	}
	.footer_site_map a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 40px;
		color: #ffffff;
		width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}



	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 100px 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 h2 {
		width: 100%;
		font-family: bold;
		color: #ffffff;
	}
	.footer_newsletter h3 {
		display: inline-block;
        color: #ffffff;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
	}
	.footer_newsletter h4 {
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
	}
	.footer_newsletter a {
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
	}
	.footer_newsletter a:hover {
		text-decoration: underline;
	}
	.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 {
		width: calc(100% - 200px);
        height: 50px;
        margin-bottom: 20px;
        border-radius: 25px;;
	}
	.footer_newsletter_form .input::placeholder {
		color: #000000;
	}
	.footer_newsletter_form .button {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 54px;
        width: 100px;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
		background-color: #000000;
	}
	.footer_newsletter .button_social {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 50px;
		padding: 0px;
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 2px solid #ffffff;
		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_newsletter .button_social img {
		margin-bottom: 0px;
		width: 22px;
		padding: 9px;
	}
	.footer_newsletter .button_social:hover {
		top: 5px;
	}



	.footer_contacts {
		display: inline-block;
        vertical-align: top;
        width: 25%;
        min-height: 250px;
        margin: 100px 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 h2 {
		display: inline-block;
        position: relative;
        font-family: bold;
        color: #ffffff;
        width: 100%;
        margin-bottom: 25px;
	}
	.footer_contacts h3 {
		display: inline-block;
        position: relative;
        line-height: 24px;
        margin-bottom: 20px;
        color: #ffffff;
        width: 100%;
	}



	.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 {
		font-family: light;
		font-size: 16px;
		line-height: 50px;
		color: #ffffff;
	}



	.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 {
		font-family: light;
		font-size: 16px;
		line-height: 50px;
		color: #ffffff;
	}
	.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 {
		font-family: light;
		font-weight: normal;
		font-size: 16px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}