@font-face {
	font-family: 'inline';
	src: url('../../fonts/CocogoosePro-Inline.otf') format('truetype');
	font-weight: bolder;
	font-style: normal;
}
@font-face {
	font-family: 'bold';
	src: url('../../fonts/Raleway-ExtraBold.ttf') format('truetype');
	font-weight: bolder;
	font-style: normal;
}
@font-face {
	font-family: 'regular';
	src: url('../../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'light';
	src: url('../../fonts/CocogoosePro-Thin.otf') 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: 40px;
	color: #253179;
	letter-spacing: 0px;
	line-height: 40px;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: regular;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0px;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: light;
	font-size: 14px;
	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: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 25px;
	color: #ffffff;
}
.input[type="text"] {
	font-family: light;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 40px;
	width: calc(100% - 19px);
	height: 36px;
	padding-left: 20px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.input[type="email"] {
	font-family: light;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 40px;
	width: calc(100% - 19px);
	height: 36px;
	padding-left: 20px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.input[type="password"] {
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	width: calc(100% - 19px);
	height: 36px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.input[type="date"] {
	height: 36px;
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
	cursor: pointer;
}
.input[type="time"] {
	height: 36px;
	font-family: light;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 20px;
	border: 1px #dddddd solid;
	cursor: pointer;
}
.input[type="checkbox"] {
	position: relative;
	top: 4px;
}
.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: light;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding-left: 20px;
	border-radius: 20px;
	border: 1px #dddddd solid;
}
.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: rgb(68, 86, 106, 0.1);
    border-radius: 15px;
    cursor: pointer;
    font-family: inline;
    height: 50px;
    width: 275px;
    font-size: 24px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 0px 25px;
	-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(10, 100, 163, 0.3);
	background-color: #000000;
}
.button_arrow {
	background-image: url(/images/seta.png);
    background-position-x: 160px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    background-size: 25px;
}

/* MENU CSS */
.header_box_menu {
	position: fixed;
	vertical-align: top;
	width: 0%;
	max-width: 0px;
	height: 100%;
	top: 0px;
	left: -80px;
	background-color: #ffffff;
	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: #253179;
	letter-spacing: 0px;
	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: 9;
		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_welcome {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 50px;
		top: 0px;
		background-color: #0a64a3;
		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: 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_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: transparent;
		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_zone.shrink {
		position: fixed;
		width: 100%;
		height: 100px;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 999;
	}
	.header_zone.shrink .header_zone_welcome {
		top: -50px;
	}
	.header_zone.shrink .header_zone_logo {
		top: -50px;
		height: 100px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
		background-color: #0a64a3;
	}
	.header_zone.shrink .header_logo {
		margin: 10px 0;
        height: 80px;
	}



	.header_menu {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 150px);
        height: 50px;
        margin-right: 50px;
        border: 0px #333333 solid;
        z-index: 1;
        overflow: hidden;
        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_menu .link_menu {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-size: 14px;
        color: #ffffff;
        margin-left: 15px;
        margin-right: 15px;
        text-transform: uppercase;
        line-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;
	}
	.header_menu .link_menu:hover {
		color: #e5d42f;
	}
	.header_menu .link_menu_active {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-size: 14px;
        color: #e5d42f;
        margin-left: 25px;
        margin-right: 25px;
        text-transform: uppercase;
        line-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;
	}
	.header_menu_separator {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		font-family: regular;
		font-size: 18px;
		color: #FFFFFF;
		line-height: 50px;
		padding: 0px 10px;
		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 {
		position: relative;
		vertical-align: top;
		height: 50px;
		border: 0px #ffffff solid;
		z-index: 1;
		top: 0px;
		float: right;
		text-align: center;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_langs .link_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		font-family: regular;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 50px;
		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: regular;
		color: #e5d42f;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		font-family: regular;
		font-size: 14px;
		color: #e5d42f;
		line-height: 50px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #000000 solid;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs_active:hover {
		font-family: regular;
		color: #e5d42f;
	}
	.header_langs_separator {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		font-family: regular;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 50px;
		padding: 0px 5px;
		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_menu_icon {
		display: none;
	}



	.header_logo {
		position: relative;
        display: inline-block;
        height: 150px;
        float: left;
        margin-top: 50px;
        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;
	}



	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		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: 100vh;
		background-color: #777777;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_mask {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		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;
		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;
		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: calc(100vh - 400px);
        max-width: 1480px;
        margin-top: 350px;
        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;
        font-family: bold;
        color: #ffffff;
        width: 550px;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
	}
	.slider_content_area h2 {
		position: relative;
        display: inline-block;
        font-family: bold;
        color: #ffffff;
        width: 40%;
        margin: 25px 0;
        margin-right: 60%;
        font-size: 25px;
        line-height: 30px;
	}
	.slider_content_area h3 {
		position: relative;
        display: inline-block;
        font-family: light;
        color: #ffffff;
        width: 100%;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 24px;
	}
	.slider_content_area_separator_1 {
		position: relative;
        display: inline-block;
        top: -16px;
        margin-left: -45px;
        margin-right: 10px;
        height: 100px;
        width: 35px;
        color: #ffffff;
        font-family: light;
        font-size: 100px;
        line-height: 100px;
        font-style: italic;
	}
	.slider_content_area_separator_2 {
		position: relative;
        display: inline-block;
        top: -10px;
        height: 100px;
        width: 35px;
        color: #ffffff;
        font-family: light;
        font-size: 100px;
        line-height: 100px;
        font-style: italic;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}



	.box_about_us {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		margin-top: 20vh;
		background-color: rgb(68, 86, 106,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;
	}
	.box_about_us_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin-left: 5%;
		height: 500px;
		float: left;
		place-content: center;
		text-align: right;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_about_us_text_left h3 {
		font-family: light;
        font-size: 20px;
        line-height: 40px;
        color: #ffffff;
        text-align: right;
	}
	.box_about_us_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 45%;
		height: 500px;
		float: right;
		margin-right: 5%;
		text-align: left;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_about_us_text_right h1 {
		position: relative;
        display: inline-block;
        height: 500px;
        width: calc(100% - 200px);
        font-family: bold;
        font-size: 125px;
        line-height: 125px;
        color: #ffffff;
        place-content: center;
        text-align: left;
        text-transform: uppercase;
	}
	.box_about_us_text_right_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 200px;
        height: 500px;
        font-family: light;
        font-size: 475px;
        font-style: italic;
        line-height: 475px;
        color: #ffffff;
	}



	.box_what_we_do_title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 175px;
		margin-top: 50px;
		background-color: rgb(68, 86, 106,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;
	}
	.box_what_we_do_title_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 55%;
		margin-left: 5%;
		height: 175px;
		float: left;
		place-content: center;
		text-align: right;
		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_what_we_do_title_left h1 {
		position: relative;
        display: inline-block;
        height: 175px;
        width: 100%;
        font-family: bold;
        font-size: 100px;
        line-height: 175px;
        color: #ffffff;
        place-content: center;
        text-align: center;
        text-transform: uppercase;
		overflow: hidden;
	}
	.box_what_we_do_title_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 35%;
		height: 175px;
		float: right;
		margin-right: 5%;
		text-align: left;
		place-content: center;
		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_what_we_do_title_right h3 {
		font-family: light;
        font-size: 24px;
        line-height: 40px;
        color: #ffffff;
        text-align: left;
        height: 175px;
        width: calc(100% - 100px);
        float: right;
        place-content: center;
        text-transform: uppercase;
		overflow: hidden;
	}
	.box_what_we_do_title_right_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 175px;
        font-family: light;
        font-size: 150px;
        font-style: italic;
        line-height: 170px;
        color: #ffffff;
	}
	.box_what_we_do {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 100px;
		border-bottom: 1px solid #ffffff;
		-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_what_we_do_image {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 50px;
        padding: 10px;
        margin: 15px 0;
        margin-left: 50px;
        border: 1px solid #ffffff;
        border-radius: 100%;
        background-size: 50px;
        background-position: center;
        background-repeat: no-repeat;
		-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_what_we_do_subtitle{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 250px;
        height: 100px;
        margin-left: 25px;
        border: 0px solid;
        place-content: 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_what_we_do_subtitle h1 {
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
		color: #ffffff;
		text-align: left;
		text-transform: uppercase;
	}
	.box_what_we_do_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 100px;
        width: 50px;
        border: 0px solid;
        color: #ffffff;
        font-family: light;
        font-style: italic;
        font-size: 75px;
        line-height: 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_what_we_do_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(75% - 500px);
        place-content: center;
        margin-left: 25px;
        height: 100px;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_text h3 {
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: left;
        text-transform: uppercase;
	}



	.box_products {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin-top: 300px;
		background-color: rgb(68, 86, 106,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;
	}
	.box_products_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 5%;
		height: 350px;
		float: left;
		place-content: center;
		text-align: right;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_text_left h3 {
		font-family: regular;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        text-align: right;
	}
	.box_products_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 120px);
		height: 350px;
		float: right;
		margin-right: 5%;
		text-align: left;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_text_right h1 {
		position: relative;
        display: inline-block;
        height: 200px;
        width: 100%;
        font-family: bold;
        font-size: 100px;
        line-height: 100px;
        color: #ffffff;
        place-content: end;
        text-align: left;
        text-transform: uppercase;
	}
	.box_products_text_right h2 {
		position: relative;
        display: inline-block;
        height: 150px;
        width: 100%;
        font-family: regular;
        font-size: 28px;
        line-height: 40px;
        color: #ffffff;
        text-align: left;
        text-transform: uppercase;
        overflow: hidden;
	}
	.box_products_text_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 120px;
        height: 350px;
        font-family: 'light';
        font-size: 325px;
        font-style: italic;
        line-height: 325px;
		text-align: left;
		float: left;
        color: #ffffff;
	}



	.box_products_gelgurte {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin-top: 300px;
		background-color: rgb(68, 86, 106,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;
	}
	.box_products_gelgurte_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-right: 5%;
		height: 350px;
		float: right;
		place-content: center;
		text-align: right;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_gelgurte_text_right h3 {
		font-family: regular;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        text-align: left;
	}
	.box_products_gelgurte_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 120px);
		height: 350px;
		float: left;
		margin-left: 5%;
		text-align: left;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_gelgurte_text_left h1 {
		position: relative;
        display: inline-block;
        height: 225px;
        width: 100%;
        font-family: bold;
        font-size: 80px;
        line-height: 90px;
        color: #ffffff;
        place-content: end;
        text-align: right;
        text-transform: uppercase;
	}
	.box_products_gelgurte_text_left h2 {
		position: relative;
        display: inline-block;
        height: 125px;
        width: 100%;
        font-family: light;
        font-size: 45px;
        line-height: 50px;
        color: #ffffff;
        text-align: right;
        text-transform: uppercase;
        overflow: hidden;
	}
	.box_products_gelgurte_text_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 120px;
        height: 350px;
        font-family: 'light';
        font-size: 325px;
        font-style: italic;
        line-height: 325px;
		text-align: left;
		float: left;
        color: #ffffff;
	}



	.banner_marcas {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100px;
		background-color: #ffffff;
		-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;
	}
	.banner_marcas_button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 100px;
		width: 45%;
		margin-left: 5%;
		float: left;
		place-content: 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;
	}
	.banner_marcas_button .button {
		width: 500px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        border: none;
        background-color: rgb(68, 86, 106, 0.4);
	}
	.banner_marcas_images {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 100px;
		width: 45%;
		margin-right: 5%;
		float: right;
		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;
	}
	.banner_marcas_images img {
		height: 50px;
		margin: 25px;
		border: 0px solid;
	}
	.banner_marcas_images_100 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 100px;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
		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;
	}
	.banner_marcas_images_100 img {
		height: 50px;
		margin: 25px;
		border: 0px solid;
	}
	.banner_marcas_images_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 100px;
        width: 25px;
        color: #0A64A3;
        font-family: light;
        font-style: italic;
        font-size: 60px;
        line-height: 100px;
	}



	.box_products_partners {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		margin-top: 300px;
		background-color: rgb(68, 86, 106,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;
	}
	.box_products_partners_title {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 200px;
        margin-left: 5%;
        margin-right: 5%;
        text-align: left;
        place-content: center;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_partners_title h1 {
		position: relative;
        display: inline-block;
        height: 200px;
        width: 100%;
        font-family: bold;
        font-size: 70px;
        line-height: 80px;
        color: #ffffff;
        place-content: end;
        text-transform: uppercase;
	}
	.box_products_partners_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 100px;
        place-content: top;
        text-align: left;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_partners_text h3 {
		font-family: regular;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
	}



	.box_clients {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
        margin-top: 350px;
		background-color: rgb(68, 86, 106,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;
	}
	.box_clients_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 35%;
		margin-left: 5%;
		height: 350px;
		float: left;
		place-content: center;
		text-align: right;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_clients_text_left h3 {
		font-family: regular;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: right;
	}
	.box_clients_text_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 350px;
        font-family: light;
        font-size: 300px;
        font-style: italic;
        line-height: 325px;
        text-align: left;
        color: #ffffff;
	}
	.box_clients_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(55% - 200px);
		height: 350px;
		float: right;
		margin-right: 5%;
		text-align: left;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_clients_text_right h1 {
		position: relative;
        display: inline-block;
        height: 200px;
        width: 100%;
        font-family: bold;
        font-size: 130px;
        line-height: 130px;
        color: #ffffff;
        place-content: end;
        text-align: left;
        text-transform: uppercase;
	}
	.box_clients_text_right h2 {
		position: relative;
        display: inline-block;
        height: 150px;
        width: 100%;
        font-family: regular;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: left;
	}



	.box_where_we_are {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
        margin-top: 100px;
		background-color: rgb(68, 86, 106,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;
	}
	.box_where_we_are_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 35%;
		margin-left: 5%;
		height: 250px;
		float: left;
		place-content: center;
		text-align: right;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_where_we_are_text_left h3 {
		font-family: regular;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        text-align: right;
		float: right;
        width: 300px;
	}
	.box_where_we_are_text_separator {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 250px;
        font-family: light;
        font-size: 200px;
        font-style: italic;
        line-height: 225px;
        text-align: left;
        color: #ffffff;
	}
	.box_where_we_are_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(55% - 200px);
		height: 250px;
		float: right;
		margin-right: 5%;
		text-align: left;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_where_we_are_text_right h1 {
		position: relative;
        display: inline-block;
        height: 250px;
        width: 100%;
        font-family: bold;
        font-size: 100px;
        line-height: 100px;
        color: #ffffff;
        place-content: center;
        text-align: left;
        text-transform: uppercase;
	}



	.box_contacts {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 500px;
        margin-top: 50px;
        margin-left: 5%;
        border: 0px #cccccc solid;
        text-align: left;
        float: 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_title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 60px;
		margin-bottom: 25px;
		border: 0px #cccccc solid;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_title h1 {
		font-family: bold;
        font-size: 30px;
        line-height: 30px;
        color: #ffffff;
        text-transform: uppercase;
	}
	.box_contacts_title h2 {
		font-family: light;
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
        text-transform: uppercase;
	}
	.box_contacts_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		float: left;
		border: 0px #cccccc solid;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_text_left h3 {
		padding: 0;
        font-family: 'light';
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        text-decoration: none;
        line-height: 22px;
        color: #ffffff;
	}
	.box_contacts_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		float: right;
		border: 0px #cccccc solid;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_text_right h3 {
		padding: 0;
        font-family: 'light';
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        text-decoration: none;
        line-height: 22px;
        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;
		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 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: #0062B5;
	}



	.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: regular;
		font-size: 14px;
		line-height: 50px;
		color: #000000;
	}



	.footer_menu {
		position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
		/* float: right; */
        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_menu a {
		font-family: regular;
		font-size: 14px;
		line-height: 50px;
		color: #000000;
		text-transform: uppercase;
	}
	.footer_menu a:hover {
		text-decoration: underline;
	}
	.footer_menu_separator {
		display: inline-block;
		vertical-align: top;
		height: 50px;
		font-family: regular;
		font-size: 14px;
		color: #000000;
		line-height: 50px;
		padding: 0px 15px;
		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;
	}
}