@media screen and (max-width:1000px) {



	h1 {
		font-size: 30px;
		line-height: 35px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
	} 
	h4 {
		font-size: 16px;
		line-height: 22px;
	}



	.header_zone {
		position: fixed;
		width: 100%;
		height: 295px;
		border: 0px solid;
		background-color: #ffffff;
		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: 90px;
		top: 0px;
		background-color: #2F2484;
		z-index: 1;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_logo {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 200px;
		border-bottom: 5px solid #E3000C;
		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_zone_menu {
		position: relative;
		display: none;
		width: 100%;
		min-height: 50px;
		border: 0px #333333 solid;
		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_submenu {
		position: absolute;
		display: none;
		top: 50px;
		left: 0;
		z-index:9;
	}



	.header_email {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		width: 100%;
		margin-top: 0px;
		border: 0px #333333 solid;
		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_email img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 15px;
		margin-top: 0px;
		margin-right: 10px;
		border: 0px #333333 solid;
	}
	.header_email h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: regular;
		color: #ffffff;
		line-height: 30px;
		font-size: 16px;
	}



	.header_phone {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		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: 10px;
		border: 0px #333333 solid;
	}
	.header_phone h3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-family: regular;
		color: #ffffff;
		line-height: 30px;
		font-size: 16px;
	}



	.header_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 100px);
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		top: 0px;
		left: 0px;
		right: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
		text-align: center;
		overflow: hidden;
	}
	.header_langs .link_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: regular;
		font-size: 16px;
		color: #ffffff;
		line-height: 30px;
		margin-left: 5px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #ffffff solid;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs:hover {
		font-family: bold;
		font-weight: bold;
		color: #ffffff;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		font-family: bold;
		font-weight: bold;
		font-size: 16px;
		color: #ffffff;
		line-height: 30px;
		margin-left: 5px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #000000 solid;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}



	.header_menu_icon {
		position: absolute;
		height: 20px;
		margin-top: 40px;
		float: 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_logo {
		position: relative;
		height: 100px;
		width: calc(100% - 150px);
		top: 10px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		margin-bottom: 15px;
		border: 0px #333333 solid;
		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_logo img {
		height: 100%;
	}



	.header_menu {
		position: relative;
		display: none;
		vertical-align: top;
		width: calc(100% - 0px);
		max-width: 1280px;
		height: 50px;
		margin-top: 0px;
		border: 0px #ffffff solid;
		z-index: 1;
		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;
	}
	
	.header_button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 60%;
		top: 0px;
		margin-top: 15px;
		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 {
		border: 2px solid #ffffff;
	}
	.header_button .button:hover {
		
	}



	.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: 9;
	}
	.header_zone.shrink .header_zone_welcome {
		margin-top: -92px;
	}
	.header_zone.shrink .header_zone_logo {
		height: 70px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_langs {
		top: -250px;
	}
	.header_zone.shrink .header_menu_icon {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.header_zone.shrink .header_logo {
		top: -100px
	}
	.header_zone.shrink .header_button {
		top: -122px;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin-top: 295px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		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: 350px;
		background-position: top 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: 350px;
		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: 350px;
		max-width: 1480px;
		text-align: left;
		place-content: center;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area h1 {
		position: relative;
        display: inline-block;
        color: #ffffff;
        width: 100%;
	}
	.slider_content_area h2 {
		position: relative;
        display: inline-block;
        color: #ffffff;
        width: 100%;
        margin: 20px 0;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}



	.sub_header_margin {
		padding-top: 100px;
		border: 0px #e81a1c solid;
	}
	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		margin-top: 295px;
		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;
	}



	.title {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 50px 0;
		border: 0px #333333 solid;
		z-index: 1;
		text-align: left;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.title h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0px;
		color: #2F2484;
	}



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



	.box_services {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		padding: 0px;
		margin: 25px 0px;
		top: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		overflow: hidden;
		opacity: 1.0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_services_image {
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 100%;
        height: 150px;
        margin-right: 50px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border: 0px #333333 solid;
        z-index: 1;
        opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_services_text {
		position: relative;
		display: inline-block;
		top: 0px;
		width: calc(100%);
		z-index: 9;
		text-align: center;
		place-content: center;
	}
	.box_services_text h2 {
		color: #2F2484;
		width: 100%;
		margin: 10px 0;
		text-align: center;	
		font-family: bold;
	}
	.box_services_text h4 {
		color: #2F2484;
		margin: 10px 0;
		text-align: center;
		font-family: regular;
	}



	.box_home_banner {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 400px;
		top: 0px;
		z-index: 1;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_home_banner_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
		background-color: #333333;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 1.0;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_home_banner_text {
		position: relative;
		max-width: 1480px;
		width: 90%;
		height: 400px;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		place-content: center;
		z-index: 9;
	}
	.box_home_banner_text h1 {
		position: relative;
        display: inline-block;
        color: #ffffff;
        width: 100%;
	}
	.box_home_banner_text h2 {
		position: relative;
		display: inline-block;
		letter-spacing: 0px;
		color: #ffffff;
		width: 100%;
		margin: 25px 0;
	}
	.box_home_banner_text .button {
		position: relative;
		display: inline-block;
		margin-top: 10px;
	}



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



	.box_testemonial {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 50px);
        margin: 25px 0px;
        top: 0px;
        padding: 25px;
        border-radius: 30px;
        z-index: 1;
        overflow: hidden;
        background: #f3f3f3;
        opacity: 1.0;
        box-shadow: none;
        text-align: left;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_testemonial_ball {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		line-height: 60px;
		text-align: center;
		text-transform: uppercase;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.box_testemonial_text {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.box_testemonial_description h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #2F2484;
		line-height: 24px;
	}
	.box_testemonial_stars {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.box_testemonial_star {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url(/images/star.png);
		background-size: contain;
		background-position: center;
		opacity: 0.2;
		margin: 0px 2px;
	}
	.box_testemonial_quot_marks {
		position: relative;
		display: inline-block;
		width: 40px;
		height: 40px;
		background-image: url(/images/aspas.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0px 2px;
	}
	.box_testemonial_star.active {
		opacity: 1;
	}
	.box_testemonial_name h1 {
		font-family: bold;
		font-size: 20px;
		line-height: 20px;
		color: #E3000C;
	}
	.box_testemonial_name h2 {
		font-family: regular;
		font-size: 15px;
		margin-top: 10px;
	}
	.box_testemonial_name h3 {
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		color: #2F2484;
		margin-top: 5px;
	}


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



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



	.box_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		border: 0px #eeeeee solid;
		text-align: center;
		margin-top: 0px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_details_text h1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: bold;
		font-size: 30px;
		line-height: 50px;
		color: #4297C7;
	}
	.box_details_text h2 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 35px;
		color: #333333;
	}
	.box_details_text h3 {
		margin-top: 10px;
	}
	.box_details_text h4 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: bold;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 50px;
		color: #AB0054;
	}



	.box_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 50px;
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		border: 0px #ff0000 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_image #big_thumb {
		position: relative;
		display: inline-block;
		vertical-align: top;
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		border: 0px #ff0000 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_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_address h3 {
		margin: 0;
		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: 90%;
		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: 200px;
		height: 40px;
		line-height: 10px;
		border: none;
	}



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



	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 25px 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_newsletter h2 {
		width: 100%;
		font-family: bold;
		color: #ffffff;
	}
	.footer_newsletter h3 {
		display: inline-block;
        color: #ffffff;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
	}
	.footer_newsletter h4 {
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
	}
	.footer_newsletter a {
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
	}
	.footer_newsletter a:hover {
		text-decoration: underline;
	}
	.footer_newsletter_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		min-height: 40px;
		margin-right: 0px;
		border: 0px #ffffff solid;
		text-align: center;
		max-width: 800px;
	}
	.footer_newsletter_form .input {
		width: calc(100% - 20px);
        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: 20px;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
		background-color: #000000;
	}
	.footer_newsletter .button_social {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 50px;
		padding: 0px;
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
		border: 2px solid #ffffff;
		z-index: 1;
		text-align: left;
		background-color: transparent;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_newsletter .button_social img {
		margin-bottom: 0px;
		width: 22px;
		padding: 9px;
	}
	.footer_newsletter .button_social:hover {
		top: 5px;
	}



	.footer_contacts {
		display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 25px 0;
        text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_contacts h2 {
		display: inline-block;
        position: relative;
        font-family: bold;
        color: #ffffff;
        width: 100%;
        margin-bottom: 25px;
	}
	.footer_contacts h3 {
		display: inline-block;
        position: relative;
        line-height: 24px;
        margin-bottom: 20px;
        color: #ffffff;
        width: 100%;
	}



	.footer_copyright {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		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;
	}
}