@font-face {
	font-family: 'extrabold';
	src: url('../../fonts/Raleway-ExtraBold.ttf') format('truetype');
	font-weight: bolder;
	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: 'regular';
	src: url('../../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	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: 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: #253179;
	border-radius: 25px;
	cursor: pointer;
	font-family: regular;
	height: 50px;
	width: 200px;
	font-size: 16px;
	border: 0px;
	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(0, 0, 0, 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: 30px;
		top: 0px;
		background-color: #253179;
		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: #253179;
		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_langs {
		position: relative;
		vertical-align: top;
		height: 30px;
		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: 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;
		color: #FFFFFF;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: 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_langs .link_langs img {
		height: 16px;
		width: 16px;
		opacity: 0.5;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs_active img {
		height: 16px;
		width: 16px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs img {
		height: 30px;
		width: 30px;
	}
	.header_langs img:hover {
		opacity: 1;
	}



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



	.header_logo {
		position: relative;
        display: inline-block;
        height: 60px;
		width: 265px;
        float: left;
        margin: 55px 0px;
        margin-left: 25px;
        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% - 875px);
        height: 30px;
        margin: 70px 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: 18px;
        color: #ffffff;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 30px;
		-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 {
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-decoration-color: #ffffff;
	}
	.header_menu .link_menu_active {
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-size: 18px;
        color: #ffffff;
        margin-left: 25px;
        margin-right: 25px;
        line-height: 30px;
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-decoration-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;
	}



	.header_button {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 250px;
        height: 40px;
        top: 0px;
        margin: 65px 0;
        text-align: center;
        z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_button .button {
		height: 40px;
		line-height: 40px;
		font-family: bold;
		background-color: #ffffff;
		color: #253179;
	}



	.header_cart_info {
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        height: 40px;
        /* width: 250px; */
        margin: 65px 0px;
		margin-left: 25px;
        border: 0px #333333 solid;
        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;
	}
	.loggedin {
		height: 90px;
        margin: 40px 0px;
	}
	.box_user {
		height: 25px;
	}
	.header_cart_info .box_icon_cart {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
		margin: 0px 5px;
        top: 0px;
        padding: 5px;
        text-align: center;
		border-radius: 100%;        
		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;
	}
	.header_cart_info .box_icon_cart:hover {
		top: 5px;
	}
	.header_cart_info .box_icon_cart img {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        padding: 5px;

		-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_cart_info h3 {
		position: absolute;
        width: 20px;
        height: 20px;
        right: -5px;
        top: 25px;
        color: #ffffff;
        background-color: #253179;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        border: 1px solid #ffffff;
        border-radius: 10px;
	}



	.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: -30px;
	}
	.header_zone.shrink .header_zone_logo {
		top: -30px;
		height: 100px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
		background-color: #253179;
	}
	.header_zone.shrink .header_menu_icon {
		margin: 40px 0px;
	}
	.header_zone.shrink .header_logo {
		margin: 20px 0;
        margin-left: 25px;
	}
	.header_zone.shrink .header_menu {
		margin: 35px 0px;
	}
	.header_zone.shrink .header_button {
		margin: 30px 0px;
	}
	.header_zone.shrink .header_cart_info {
		margin: 30px 0px;
		margin-left: 25px;
	}
	.header_zone.shrink .loggedin {
		margin: 5px 0px;
		height: 90px;
	}



	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		border: 0px #333333 solid;
		z-index: 1;
		margin-top: 200px;
		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;
	}
	.sub_header_mask {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		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: 1000px;
		margin-top: 200px;
		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: 1000px;
		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: 1000px;
		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: 1000px;
		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: 1000px;
		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;
        font-family: extrabold;
        color: #ffffff;
        width: 70%;
        font-size: 70px;
        line-height: 75px;
	}
	.slider_content_area h2 {
		position: relative;
        display: inline-block;
        font-family: 'regular';
        color: #ffffff;
        width: 100%;
        margin: 50px 0;
        font-size: 30px;
        line-height: 35px;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}
	.slider_mask {
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 250px;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		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: center;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.title h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        color: #253179;
        font-size: 60px;
        line-height: 60px;
        width: 100%;
        font-family: extrabold;
	}
	.title h2 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        color: #253179;
        font-size: 20px;
        line-height: 40px;
        width: 100%;
        font-family: regular;
	}
	.title_line {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 125px;
        height: 2px;
        margin: 15px 0;
        background-color: #253179;
	}
	
	

	.box_service {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 30px);
        height: 400px;
        margin: 15px;
		margin-bottom: 100px;
        padding: 0px;
        top: 0px;
        background-color: #000000;
        border: 0px #333333 solid;
        border-radius: 75px;
        z-index: 1;
		cursor: pointer;
        overflow: hidden;
        opacity: 1.0;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_service:hover {
		top: 10px;
		box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
	}
	.box_service_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 400px;
		background-color: #000000;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_service_image:hover {
		opacity: 0.8;
	}



	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 20px);
        float: left;
        margin: 100px 0;
        text-align: justify;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #FFFFFF;
		text-align: left;
        font-size: 60px;
        font-family: bold;
        line-height: 60px;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		font-family: regular;
		width: 90%;
		color: #ffffff;
		font-size: 20px;
		line-height: 40px;
		margin: 50px 0px;
	}
	.box_about_us_text .button {
		background-color: #ffffff;
		color: #253179;
		font-family: bold;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 20px);
        float: right;
        height: 500px;
        margin: 100px 0;
		border-radius: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}
	


	.box_home_banner
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 550px;
        padding: 0px;
        margin: 0px;
        top: 0px;
        background-color: #ffffff;
        background-size: cover;
		background-position: bottom;
        border: 0px #333333 solid;
        border-radius: 0px;
        z-index: 1;
        overflow: hidden;
        opacity: 1.0;
        cursor: pointer;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_home_banner_text
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
		height: 550px;
        width: 90%;
        max-width: 1480px;
        z-index: 1;
        text-align: left;
		place-content: center;
	}
	.box_home_banner_text h1
	{
		font-family: extrabold;
        width: 65%;
        font-size: 70px;
        line-height: 70px;
        color: #FFFFFF;
        margin-bottom: 50px;
	}	



	.box_map{
		position: relative;
		display: inline-block;
		height: 450px;
		width: 100%;
	}
	.box_map_left {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 450px;
        border: 0px #cccccc solid;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: left;
	}
	.box_map_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 450px;
		border: 0px #cccccc solid;
		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_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_site_map {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin: 100px 0px;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_site_map_map {
		margin-top: 20px;
	}
	.footer_site_map h1 {
		width: 100%;
		font-family: regular;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-bottom: 60px;
	}
	.footer_site_map a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 30px;
		color: #ffffff;
		width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}



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



	.footer_payment_methods_icon {
		position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        width: 60px;
        margin: 50px 5px;
        border-radius: 10px;
        background-color: #ffffff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
	}



	.footer_contacts {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		min-height: 250px;
		margin: 100px 0;
		margin-left: 5%;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_contacts h1 {
		width: 100%;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-bottom: 35px;
	}
	.footer_contacts h2 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
		width: 100%;
		margin-bottom: 25px;
	}
	.footer_contacts h3 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
		color: #ffffff;
		width: 100%;
	}
	.footer_contacts h4 {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
		color: #ffffff;
		width: 100%;
	}
	.footer_contacts a {
		display: inline-block;
		position: relative;
		font-family: regular;
		font-weight: normal;
		font-size: 16px;
		line-height: 35px;
		color: #ffffff;
		cursor: pointer;
	}
	.footer_contacts a:hover {
		text-decoration: underline;
	}
	.footer_contacts .button_social {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 0px;
		padding: 0px;
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 2px solid #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_contacts .button_social img {
		margin-bottom: 0px;
		width: 22px;
		padding: 9px;
	}
	.footer_contacts .button_social:hover {
		top: 5px;
	}



	.footer_copyright {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		float: left;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_copyright h3 {
		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;
	}
}