@media screen and (max-width:1000px) {
	.header_zone {
		position: fixed;
		width: 100%;
		border: 0px solid;
		background-color: transparent;
		z-index: 9;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_welcome {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 60px;
		top: 0px;
		background-color: #3246a8;
		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;
		height: 175px;
		width: 100%;
		top: 0px;
		z-index: 1;
		background: #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_phone {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		width: 100%;
		border: 0px #333333 solid;
		text-align: center;
		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: 5px;
		border: 0px #333333 solid;
	}
	.header_phone h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		color: #ffffff;
		line-height: 30px;
	}



	.header_email {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		width: 100%;
		border: 0px #333333 solid;
		text-align: center;
		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: 5px;
		border: 0px #333333 solid;
	}
	.header_email h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		color: #ffffff;
		line-height: 30px;
	}



	.header_menu_icon {
		position: relative;
        display: inline-block;
        height: 20px;
        width: 44px;
        margin-top: 40px;
        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;
        height: 50px;
        width: calc(100% - 100px);
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 25px auto;
        border: 0px #333333 solid;
        z-index: 1;
	}
	.header_logo img {
		height: 100%;
	}



	.header_menu {
		display: none;
	}



	.header_button {
		position: relative;
		display: inline-block;
		top: 0px;
		width: 90%;
		height: 50px;
		z-index: 1;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_button .button:hover {
		top: 10px;
	}



	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: #ffffff;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9999;
	}
	.header_zone.shrink .header_zone_welcome {
		margin-top: -60px;
	}
	.header_zone.shrink .header_zone_logo {
		height: 70px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_menu_icon {
		margin: 25px 0;
	}
	.header_zone.shrink .header_logo {
		margin: 10px auto;
		top: 0px;
	}
	.header_zone.shrink .header_email {
		top: -225px;
	}
	.header_zone.shrink .header_phone {
		top: -250px;
	}
	.header_zone.shrink .header_button {
		top: -250px;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		margin-top: 235px;
		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: 400px;
		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: 500px;
		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: 500px;
		border: 0px #ffffff solid;
		z-index: 2;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area_box {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 500px;
		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;
        width: 100%;
		color: #ffffff;
	}
	.slider_content_area h2 {
		position: relative;
        display: inline-block;
        width: 100%;
        margin: 25px 0;
		color: #ffffff;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}
	


	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		margin-top: 235px;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		background-color: #777777;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_mask {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		background-color: #000000;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 0.2;
	}



	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 50px 0;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: left;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.title h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-family: regular;
	}
	.title_line {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 3px;
        margin: 15px 0;
        background-color: #3145A6;
	}



	.title_alt {
		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_alt h1 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-family: regular;
		color: #ffffff;
	}
	.title_line_alt {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 3px;
        margin: 15px 0;
        background-color: #ffffff;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: calc(100%);
        margin-top: 50px;
		margin-bottom: 50px;
        text-align: left;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        font-family: regular;
	}
	.box_about_us_text h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #A3B29F;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 25px 0;
	}
	.box_about_us_text a {
		position: relative;
		display: inline-block;
		font-family: bold;
		color: #455999;
		font-size: 16px;
		line-height: 40px;
		margin-left: 5px;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: calc(100%);
        height: 400px;
        margin-top: 25px;
        border-radius: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
	}	
	
	

	.box_categories {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 30px);
        height: 400px;
        margin: 15px;
        padding: 0px;
        top: 0px;
        background-color: #ffffff;
        border: 0px #333333 solid;
        border-radius: 30px;
        z-index: 2;
		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_categories:hover {
		top: 10px;
	}
	.box_categories_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 400px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_categories_mask {
		position: absolute;
        display: inline-block;
        vertical-align: top;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
        background: linear-gradient(to top, #000000, transparent);
        z-index: 2;
        opacity: 0.8;
	}
	.box_categories_text {
		position: absolute;
        bottom: 0px;
        left: 0px;
        display: inline-block;
        width: calc(100% - 100px);
        z-index: 2;
        padding: 50px;
        text-align: left;
	}
	.box_categories_text img {
		position: relative;
	}
	.box_categories_text h2 {
        font-family: bold;
        color: #ffffff;
        width: 100%;
        text-align: center;
	}
	
	

	.box_services {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100%);
        height: 300px;
        margin: 25px 0;
        padding: 0px;
        top: 0px;
        background-color: #ffffff;
        border: 0px #333333 solid;
        border-radius: 30px;
        z-index: 2;
		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_services:hover {
		top: 10px;
	}
	.box_services_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 100%;
		height: 400px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_services_mask {
		position: absolute;
        display: inline-block;
        vertical-align: top;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
        background: linear-gradient(to top, #000000, transparent);
        z-index: 2;
        opacity: 0.8;
	}
	.box_services_text {
		position: absolute;
		height: 60px;
        bottom: 0px;
        left: 0px;
        display: inline-block;
        width: calc(100% - 100px);
        z-index: 2;
        padding: 50px;
		place-content: center;
	}
	.box_services_text img {
		position: relative;
	}
	.box_services_text h2 {
        font-family: bold;
        color: #ffffff;
        width: 100%;
        text-align: center;
	}
	


	.box_home_banner
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 500px;
        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: 500px;
        width: 90%;
        max-width: 1480px;
        z-index: 1;
        text-align: left;
		place-content: center;
	}
	.box_home_banner_text h1
	{
        width: 100%;
        color: #FFFFFF;
	}
	.box_home_banner_text h2
	{
        color: #FFFFFF;
		margin: 25px 0;
	}	


		
	.box_home_contacts_title
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 100%;
		min-height:300px;
		border:0px #cccccc solid;
		margin-top: 25px;
		margin-bottom:25px;
		text-align:center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}	
	.box_home_contacts_title h1
	{
		position: relative;
        vertical-align: top;
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
	}
	.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(69, 89, 153, 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: 100%;
		min-height:300px;
		border:0px #cccccc solid;
		margin-top: 25px;
		margin-bottom: 25px;
		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 h3
	{
		display:inline-block;
		text-decoration:none;	
		margin-left:10px;
		border:0px #ffffff solid;
	}	
	.box_home_contacts_form a
	{
		display:inline-block;
		font-family: regular;
		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;
        width: calc(100% - 20px);
	}	
	.box_home_contacts_form .textarea
	{
        height: 225px;
	}	
	.box_home_contacts_form .input::placeholder,
	.box_home_contacts_form .textarea::placeholder
	{
		color: #000000;
	}	
	.contacts_box
	{
		position:relative;
		display:inline-block;
		width: 100%;
	}	
	.contacts_checkbox
	{
		position: relative;
        display: inline-block;
        width: 100%;
		margin: 25px 0;
        place-content: center;
	}
	.contacts_checkbox h3
	{
		font-size: 14px;
	}	
	.contacts_checkbox a
	{
		font-size: 14px;
	}	
	.contacts_button
	{
		position:relative;
		display:inline-block;
		width: 100%;
	}



	.box_values
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100%);
        height: 150px;
        padding: 0px;
        top: 0px;
        border: 0px #333333 solid;
        z-index: 1;
        overflow: hidden;

		-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_values_img
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 150px;
        width: 30%;
	}
	.box_values_text
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
		text-align: left;
		place-content: center;
		height: 150px;
		width: 65%;
		margin-left: 5%;
	}
	.box_values_text h2
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        font-family: bold;
        color: #7f7f7f;
	}
	.box_values_text h3
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        line-height: 20px;
        font-family: light;
	}



	.box_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 25px 0;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		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: 100%;
		min-height: 500px;
		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 h2 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		color: #3145A6;
		margin-bottom: 10px;
	}



	.box_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 200px;
		border: 0px #cccccc solid;
		margin-bottom: 25px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 400px;
		border: 0px #cccccc solid;
		margin-bottom: 50px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_form h3 {
		display: inline-block;
		margin-left: 10px;
		font-size: 14px;
		line-height: 14px;
		border: 0px #333333 solid;
	}
	.box_contacts_form a {
		display: inline-block;
		font-size: 14px;
		line-height: 14px;
		text-decoration: underline;
		margin-top: 0px;
		border: 0px #333333 solid;
	}
	.box_contacts_form a:hover {
		text-decoration: none;
	}
	.box_contacts_form .button {
		width: 100%;
		height: 40px;
		line-height: 10px;
		border: none;
	}



	.footer_top_bar {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 500px;
		background-color: #333333;
		border: 0px solid;
		padding: 0px;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_top_bar_image {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		height: 500px;
		width: 100%;
		top: 0px;
		left: 0px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		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;
	}
	.footer_top_bar_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		margin: 0 5%;
		height: 250px;
		top: 0px;
		float: left;
		place-content: center;
		text-align: center;
		border: 0px solid;
		z-index: 2;
	}
	.footer_top_bar_text h1 {
		color: #ffffff;
	}
	.footer_top_bar_text h2 {
		color: #ffffff;
	}
	.footer_top_bar_newsletter {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 250px;
		margin: 0 5%;
		top: 0px;
		place-content: center;
		text-align: center;
		border: 0px solid;
		z-index: 2;
	}
	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 90%;
		-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_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: center;
	}
	.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 h4 {
		color: #ffffff;
	}
	.footer_newsletter a {
		font-size: 14px;
		color: #ffffff;
	}
	.footer_newsletter a:hover {
		text-decoration: underline;
	}
	.footer_newsletter_form .input {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 25px);
        left: 0px;
        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: 100%;
        margin-bottom: 25px;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		margin: 25px 0px;
		margin-bottom: 0px;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_site_map_map {
		margin-top: 20px;
	}
	.footer_site_map_map table {
		width: 100%;
	}
	.footer_site_map h2 {
		font-family: bold;
		color: #ffffff;
	}
	.footer_site_map a {
		display: inline-block;
		position: relative;
		font-family: regular;
		line-height: 30px;
		color: #ffffff;
		width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}



	.footer_payment_methods_icon {
		position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        width: 60px;
        margin: 25px 5px;
        border-radius: 10px;
        background-color: #ffffff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
	}



	.footer_timetable {
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		margin: 25px 0px;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_timetable h2 {
		font-family: bold;
		color: #ffffff;
		margin-bottom: 25px;
	}
	.footer_timetable h3 {
		color: #ffffff;
		line-height: 30px;
		text-align: center;
	}



	.footer_contacts {
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		min-height: 250px;
		margin: 25px 0;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_contacts h2 {
		width: 100%;
        font-family: bold;
        color: #ffffff;
        margin-bottom: 20px;
	}
	.footer_contacts h3 {
		margin-bottom: 20px;
        line-height: 20px;
        color: #ffffff;
        width: 100%;
		text-align: center;
	}
	.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;
		width: 100%;
		margin-right: 0px;
		border: 0px #ffffff solid;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_copyright h3 {
		font-family: light;
		font-size: 12px;
		line-height: 50px;
		color: #ffffff;
		text-align: center;
	}



	.footer_disclaimer {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		height: 50px;
		width: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_disclaimer a {
		font-family: light;
		font-size: 12px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_disclaimer a:hover {
		text-decoration: underline;
	}
	.footer_disclaimer img {
		position: relative;
		display: inline-block;
		height: 30px;
		margin-right: 5px;
		padding: 5px;
		border-radius: 5px;
		background-color: #FFFFFF;
	}
	
	.footer_powered_by {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		width: 100%;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_powered_by a {
		font-family: light;
		font-weight: normal;
		font-size: 12px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}