@media screen and (max-width:1000px) {
	h1 {
		margin: 0;
		padding: 0;
		font-family: bold;
		font-weight: normal;
		font-size: 40px;
		color: #1c1f47;
		letter-spacing: 0px;
		line-height: 40px;
		text-transform: uppercase;
	}
	h2 {
		margin: 0;
		padding: 0;
		font-family: regular;
		font-size: 24px;
		font-weight: normal;
		line-height: 30px;
		color: #1c1f47;
		letter-spacing: 0px;
	}
	h3 {
		margin: 0;
		padding: 0;
		font-family: regular;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: none;
		line-height: 32px;
		text-align: justify;
		color: #000000;
	}
	h4 {
		margin: 0;
		padding: 0;
		font-family: light;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: none;
		line-height: 18px;
		color: #000000;
	}



	.header_zone {
		position: fixed;
		width: 100%;
		height: 215px;
		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: 0px;
		top: 0px;
		background-color: transparent;
		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: 215px;
		top: 0px;
		z-index: 1;
		background: transparent;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_menu {
		position: relative;
		display: 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_menu_icon {
		position: absolute;
		height: 20px;
		margin-top: 80px;
		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_menu_icon img {
		content:url("/images/icon-menu-open-black.png");
	}



	.header_logo {
		position: relative;
		height: 100px;
		width: calc(100% - 100px);
		top: 0px;
		left: 0px;
		right: 0px;
		margin: 50px auto;
		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 {
		display: none;
	}



	.header_email {
		display: none;
	}



	.header_langs {
		position: relative;
		vertical-align: top;
		height: 20px;
		width: 100%;
		margin: 15px 0px;
		border: 0px #ffffff solid;
		z-index: 1;
		top: 0px;
		place-content: center;
		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: 14px;
		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: 14px;
		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: 14px;
		width: 14px;
		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: 14px;
		width: 14px;
		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;
	}
	.goog-te-gadget {
		height: 20px;
		overflow: hidden;
	}
	.goog-te-gadget img {
		display: none;
	}
	.goog-te-gadget a {
		display: none;
	}
	.goog-te-gadget .goog-te-combo
	{
		margin: 0 !important;
	}



	.header_button {
		position: relative;
		display: none;
		top: 0px;
        width: 204px;
        height: 54px;
        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;
	}
	.header_button .button:hover {
		top: 10px;
		color: #1c1f47;
		background-color: #ffffff;
		border: 2px solid #1c1f47;
	}



	.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: -200px
	}
	.header_zone.shrink .header_button {
		top: -200px;
		margin: 8px 0;
		display: inline-block;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 600px;
		margin-top: 0px;
		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: 600px;
		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: 600px;
		background-position: top;
		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: 450px;
		margin-top: 150px;
		z-index: 2;
		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: 450px;
		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;
	}
	.slider_content_area h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 10px 0;
	}
	.slider_content_area .button {
		margin-top: 10px;
		background-color: #1c1f47;
		color: #ffffff;
		border: 2px solid #1c1f47;
	}
	.slider_content_area .button:hover {
		background-color: #ffffff;
		color: #1c1f47;
		border: 2px solid #1c1f47;
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}
	.slider_mask {
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 600px;
		background: linear-gradient(to top, rgb(28, 31, 71, 0.9), rgb(28, 31, 71, 0.0), rgb(28, 31, 71, 0.0), rgb(255, 255, 255, 0.9));
		z-index: 1;
		top: 0px;
		left: 0px;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.sub_header_margin {
		padding-top: 100px;
		border: 0px #e81a1c solid;
	}
	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 300px;
		margin-top: 0;
		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: 300px;
		background-color: #777777;
		background-size: cover;
		background-position: top;
		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: linear-gradient(to top, rgb(28, 31, 71, 0.2), rgb(28, 31, 71, 0.0), rgb(255, 255, 255, 0.7), rgb(255, 255, 255, 1.0));
		border: 0px #333333 solid;
		z-index: 1;
	}



	.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;
	}
	.title_line {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100px;
		margin-top: 10px;
		margin-right: calc(100% - 100px);
		height: 3px;
		float: left;
		background-color: #439c6e;
	}
	
	
	
	.box_values {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
		place-content: center;
		margin: 25px 0;
	}
	.box_values_img {
		position: relative;
        display: inline-block;
        height: 100px;
        width: 100%;
        place-content: center;
		filter: brightness(100);
	}
	.box_values_img img {
        height: 100%;
	}
	.box_values_text {
		position: relative;
        display: inline-block;
        width: 200px;
        text-align: center;
        margin-top: 20px;
        place-content: center;
	}
	.box_values_text h2 {
        color: #ffffff;
		font-family: bold;
		margin-bottom: 10px;
        text-transform: none;
        padding: 0px;
	}
	.box_values_text h3 {
		text-align: center;
        color: #ffffff;
		line-height: 24px;
	}
	
	
	
	.box_about_us {
		
	}
	.box_about_us_text {
		position: relative;
        display: inline-block;
        width: calc(100%);
        margin: 25px 0;
		margin-bottom: 50px;
        text-align: justify;
		z-index: 1;
	}
	.box_about_us_text h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #1c1f47;
        font-family: bold;
		text-align: left;
	}
	.box_about_us_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #000000;
		margin: 25px 0;
	}
	.box_about_us_text a {
		position: relative;
		display: inline-block;
		color: #439c6e;
		font-size: 16px;
		line-height: 32px;
		margin-left: 5px;
	}
	.box_about_us_image {
		position: relative;
        display: inline-block;
        width: calc(100%);
        height: 250px;
		max-width: 1000px;
        margin: 25px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
		z-index: 1;
	}
	.box_about_us_text_inverted {
		position: relative;
        display: inline-block;
        width: calc(100%);
        margin: 25px 0;
		margin-bottom: 50px;
        text-align: justify;
		z-index: 1;
	}
	.box_about_us_text_inverted h1 {
		position: relative;
        display: inline-block;
        width: 100%;
        color: #1c1f47;
        font-family: bold;
		text-align: left;
	}
	.box_about_us_text_inverted h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		color: #000000;
		margin: 25px 0;
	}
	.box_about_us_text_inverted img {
		position: relative;
		display: inline-block;
		width: calc(100%);
		height: 250px;
		margin: 25px 0;
		max-width: 500px;
		z-index: 1;
	}
	
	

	.box_products {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 42px);
		height: 600px;
        margin: 25px 0;
        padding: 20px;
        top: 0px;
        border: 1px #e3e3e3 solid;
        z-index: 2;
        overflow: hidden;
		cursor: pointer;
        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_products:hover {
		top: 10px;
		box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	}
	.box_products_image {
		position: absolute;
        display: inline-block;
        vertical-align: top;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        margin-bottom: 100px;
        width: calc(100% - 40px);
        height: 300px;
        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_products_text {
		position: relative;
        display: inline-block;
        top: 0px;
        width: 100%;
        place-content: center;
        z-index: 2;
	}
	.box_products_text h2 {
        width: 100%;
        text-align: left;
		font-family: bold;
	}
	.box_products_text h3 {
        width: 100%;
        text-align: left;
		font-size: 15px;
		line-height: 25px;
		margin: 25px 0;
	}
	.box_products .button {
		position: absolute;
        top: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 20px;
        width: calc(100% - 40px);
	}



	.box_home_banner {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 400px;
		top: 0px;
		z-index: 1;
		overflow: hidden;
		cursor: pointer;
		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_mask {
		position: absolute;
		display: inline-block;
		height: 400px;
		width: 100%;
		top: 0px;
		left: 0px;
		background-color: rgb(0,0,0,0.4);
	}
	.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;
		width: 100%;
		margin-bottom: 25px;
		color: #ffffff;
	}
	.box_home_banner_text h3 {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: 25px;
		line-height: 20px;
		text-align: left;
		color: #ffffff;
	}
	.box_home_banner_text .button {
		position: relative;
		display: inline-block;
		margin-top: 10px;
	}
	.box_home_banner_text .button:hover {
		top: 5px;
	}
	
	

	.box_projects {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 42px);
		height: 600px;
        margin: 25px 0;
        padding: 20px;
        top: 0px;
        border: 1px #e3e3e3 solid;
        z-index: 2;
        overflow: hidden;
		cursor: pointer;
        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_projects:hover {
		top: 10px;
		box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	}
	.box_projects_image {
		position: absolute;
        display: inline-block;
        vertical-align: top;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        margin-bottom: 100px;
        width: calc(100% - 40px);
        height: 300px;
        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_projects_text {
		position: relative;
        display: inline-block;
        top: 0px;
        width: 100%;
        place-content: center;
        z-index: 2;
	}
	.box_projects_text h2 {
        width: 100%;
        text-align: left;
		font-family: bold;
	}
	.box_projects_text h3 {
        width: 100%;
        text-align: left;
		font-size: 15px;
		line-height: 25px;
		margin: 25px 0;
	}
	.box_projects .button {
		position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 20px;
        width: calc(100% - 40px);
	}
	
	

	.box_certifications {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 42px);
		height: 600px;
        margin: 25px 0;
        padding: 20px;
        top: 0px;
        border: 1px #e3e3e3 solid;
        z-index: 2;
        overflow: hidden;
		cursor: pointer;
        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_certifications:hover {
		top: 10px;
		box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	}
	.box_certifications_image {
		position: absolute;
        display: inline-block;
        vertical-align: top;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        margin-bottom: 100px;
        width: calc(100% - 40px);
        height: 300px;
        background-color: #ffffff;
        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_certifications_text {
		position: relative;
        display: inline-block;
        top: 0px;
        width: 100%;
        place-content: center;
        z-index: 2;
	}
	.box_certifications_text h2 {
        width: 100%;
        text-align: left;
		font-family: bold;
	}
	.box_certifications_text h3 {
        width: 100%;
        text-align: left;
		font-size: 15px;
		line-height: 25px;
		margin: 25px 0;
	}
	.box_certifications .button {
		position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 20px;
        width: calc(100% - 40px);
	}
	
	
	
	.box_partners
	{ 
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 125px;
        margin-bottom: 25px;
        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:125px;
        border-radius: 10px;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}
	


	.box_blog {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		margin: 25px 0;
		top: 0px;
		background-color: #ffffff;
		border: 0px #333333 solid;
		text-align: left;
		border-radius: 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_blog:hover {
		top: 10px;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	}
	.box_blog_odd {
		margin-left: 0px;
	}
	.box_blog_even {
		margin-right: 0px;
	}
	.box_blog_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 450px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9));
		border-radius: 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_blog_image .button {
		position: absolute;
		top: 0px;
		right: 0px;
		height: 25px;
		width: 25px;
		background-image: url(/images/lermais.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 10px;
	}
	.box_blog_image .button:hover {
		top: 0px;
		background-color: #1c1f47;
	}
	.box_blog_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        border: 0px solid;
        width: calc(100% - 30px);
        margin: 15px;
        text-align: left;
        opacity: 1;
        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;
	}
	.box_blog_text h2 {
		
	}
	.box_blog_text h3 {
		font-family: light;
		font-size: 14px;
		line-height: 14px;
		color: #1c1f47;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.box_blog_text .button {
		margin-top: 10px;
		width: 150px;
	}
	.box_blog_text_button {
		text-decoration: underline;
		color: #3FC2CA;
		cursor: pointer;
		font-family: light;
		font-size: 14px;
		line-height: 14px;
	}
	.box_blog_text_button :hover {
		color: #000000;
	}
	.box_blog_left_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		border: 0px #333333 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_blog_post {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 200px;
		margin-bottom: 50px;
		padding: 0px;
		text-align: left;
		border: 0px #ffffff 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_blog_post h1 {
		font-family: regular;
		font-weight: normal;
		font-size: 30px;
		line-height: 40px;
		color: #333333;
		margin-top: 0px;
		letter-spacing: 0px;
	}
	.box_blog_post h3 {
		font-family: light;
		font-size: 15px;
		line-height: 25px;
		color: #333333;
		margin-top: 25px;
	}
	.box_blog_post .button {
		width: 140px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		padding: 6px 15px;
		border: 0px #333333 solid;
	}
	.box_blog_post .button:hover {}
	.box_blog_right_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 40px);
		height: 100%;
		margin: 25px 0px;
		padding: 20px;
		background-color: #f7f7f7;
		text-align: left;
		border: 0px #333333 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_blog_newsletter {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 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_blog_newsletter .input {
		width: calc(100% - 120px);
		height: 40px;
		padding: 0px 0px 0px 10px;
		border-radius: 20px;
		border: 0px;
		margin-right: 5px;
	}
	.box_blog_newsletter h3 {
		font-size: 14px;
		text-align: left;
	}
	.box_blog_newsletter h4 {
		display: inline-block;
		font-size: 11px;
	}
	.box_blog_newsletter a {
		display: inline-block;
		font-size: 14px;
	}
	.box_blog_newsletter .button {
		display: inline-block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		border: 0px #333333 solid;
	}
	.box_blog_newsletter .button:hover {}
	.box_blog_last_posts {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin-left: 0px;
		margin-right: 50px;
		margin-bottom: 50px;
		padding: 0px;
		float: left;
		text-align: left;
		border: 0px #333333 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_blog_details_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 500px;
		height: 500px;
		margin-right: 50px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		border: 0px solid;
	}
	.box_blog_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 600px;
		height: 500px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		text-align: left;
		border: 0px solid;
	}



	.box_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100%);
		min-height: 200px;
		border: 0px #cccccc solid;
		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;
	}
	.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: 100%;
		min-height: 400px;
		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_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;
		text-align: center;
		border: none;
	}



	.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: 0px;
	}
	.box_details_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 500px;
		margin: 25px 0;
		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;
		font-family: bold;
		text-transform: uppercase;
		color: #1c1f47;
		width: 100%;
	}
	.box_details_text h4 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		color: #439c6e;
		margin: 10px 0;
	}



	.footer_site_map {
		display: inline-block;
		vertical-align: top;
		width: 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_site_map img {
		height: 100px;
		filter: brightness(100);
	}
	.footer_site_map_map {
		margin-top: 25px;
	}
	.footer_site_map h1 {
		width: 100%;
		color: #ffffff;
		margin-bottom: 50px;
	}
	.footer_site_map a {
        position: relative;
		display: inline-block;
		font-size: 15px;
        line-height: 25px;
        color: #ffffff;
        width: 100%;
	}
	.footer_site_map a:hover {
		text-decoration: underline;
	}
	.footer_site_map_text {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 0px);
		border: 0px #333333 solid;
		text-align: center;
	}
	.footer_site_map_text img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 87px;
		margin-right: 13px;
	}
	.footer_site_map_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_site_map_text h3 {
		max-width: 400px;
		margin-bottom: 30px;
		margin-top: 20px;
		color: #000000;
		font-weight: normal;
		font-size: 16px;
	}



	.footer_newsletter {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		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_newsletter h1 {
		width: 100%;
		font-size: 30px;
		color: #ffffff;
		text-align: center;
	}
	.footer_newsletter h2 {
		color: #ffffff;
		margin: 10px 0;
		margin-bottom: 25px;
		text-align: center;
	}
	.footer_newsletter h3 {
		color: #ffffff;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		text-align: center;
	}
	.footer_newsletter h4 {
		color: #ffffff;
		text-align: center;
		margin-top: 25px;
	}
	.footer_newsletter a {
		font-family: regular;
		font-size: 16px;
		line-height: 32px;
		color: #ffffff;
		text-align: center;
	}
	.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 {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 10px);
        height: 50px;
        margin-bottom: 20px;
        background-color: transparent;
        color: #ffffff;
        font-size: 16px;
        border: none;
        border-bottom: 2px solid #FFFFFF;
        padding-left: 5px;
	}
	.footer_newsletter_form .input::placeholder {
		color: #ffffff;
	}
	.footer_newsletter_form .button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		width: 100%;
		line-height: 16px;
		background-color: #1c1f47;
		border: 2px #1c1f47 solid;
		color: #ffffff;
		left: 0px;
	}
	.footer_newsletter_form .button:hover {
		top: 0px;
		background-color: #ffffff;
		color: #1c1f47;
		border: 2px #ffffff solid;
	}
	.footer_newsletter .button_social {
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 25px;
		padding: 0px;
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
		border: 2px #ffffff solid;
		border-radius: 100%;
		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%;
		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 h1 {
		width: 100%;
		color: #ffffff;
		font-size: 30px;
		margin-bottom: 25px;
		text-align: center;
	}
	.footer_contacts h3 {
		display: inline-block;
		position: relative;
		margin-bottom: 25px;
		color: #ffffff;
		width: 100%;
		text-align: center;
	}
	.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_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: 15px;
		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: 15px;
		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: 15px;
		line-height: 50px;
		color: #ffffff;
	}
	.footer_powered_by a:hover {
		text-decoration: underline;
	}
}