@font-face {
  font-family: 'regular';
  src: url('../../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('../../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'light';
  src: url('../../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

html, body
{
	background-color:#ffffff;
	height:100%;
	margin:0;
	padding:0;
	font-family:regular;
}
.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    *zoom: 14;
}
a
{
	text-decoration:none;
	color: #000000;
}
a:link,
a:visited
{
}
a:hover
{
	text-decoration:none;
}
h1
{
	margin: 0;
	padding: 0;
	font-family:bold;
	font-size:40px;
	font-weight:normal;
	color:#009DA4; 
	letter-spacing:0px;
	line-height:45px;
}
h2
{
	margin:0;
	padding:0;
	font-family:regular;
	font-size:24px;
	font-weight: normal;
	line-height:30px;
	color:#000000;
	letter-spacing:0px;
}
h3
{
	margin:0;
	padding:0;
	font-family:light;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	text-decoration:none;
	line-height:30px;
	color:#000000;	
	text-align: justify;
}
h4
{
	margin: 0;
	padding: 0;
	font-family:light;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0px;
	text-decoration:none;
	line-height:30px;
	color:#000000;	
}
.input[type="text"]
{
	background: transparent;
    border: 1px solid #1d1d1d;
    font-family: regular;
    color: #1d1d1d;
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    height: 50px;
    padding-left: 20px;
}
.input[type="text"]::placeholder
{
	color:#1d1d1d;
}
.input[type="email"]
{
	background: transparent;
	border: 1px solid #1d1d1d;
	font-family: regular;
	color: #1d1d1d;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 50px;
	padding-left: 20px;
	width: 100%;
}
.input[type="email"]::placeholder
{
	color:#1d1d1d;
}
.input[type="password"]
{
	background: transparent;
	border: 1px solid #1d1d1d;
	font-family: regular;
	color: #1d1d1d;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 50px;
	padding-left: 20px;
	width: 100%;
}
.input[type="date"]
{
	height:36px;	
	font-family:light;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:40px;
	padding-left:15px;
	border-radius:4px;
	border:1px #dddddd solid;
	cursor:pointer;
}
.input[type="time"]
{
	height:36px;
	font-family:light;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:40px;
	padding-left:15px;
	border-radius:4px;
	border:1px #dddddd solid;
	cursor:pointer;
}
.textarea
{
	background: transparent;
	border: 1px solid #1d1d1d;
	font-family: regular;
	color: #1d1d1d;
	border-radius: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 50px;
	padding-top: 20px;
	padding-left: 20px;
	width: 100%;
}
.textarea::placeholder
{
	color:#1d1d1d;
}
.button
{
	position: relative;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 200px;
    color: #ffffff;
    line-height: 50px;
    top: 0px;
    text-align: center;
    background-color: #1fa487;
    border: 0px;
    border-radius: 25px;
    cursor: pointer;
    font-family: regular;
    font-size: 16px;
	-webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation-direction: inherit;
}
.button:hover
{
	top:10px;
	background-color: #000000;
	color: #ffffff;
	box-shadow:0px 2px 30px rgba(0,0,0,0.4);
}
.button img
{
	position: absolute;
    display: inline-block;
    height: 20px;
    margin: 15px 0;
    left: 15px;	
}
.button_white
{
	background-color: #ffffff;
	color: #1fa487;
}
.button_outline
{
	background-color: transparent;
	border: 1px solid #1fa487;
	color: #1fa487;
}
.button_outline:hover
{
	background-color: transparent;
	border: 1px solid #1fa487;
	color: #1fa487;
}
.header_box_menu
{
	position:fixed;
	vertical-align:top;
	width:0%;
	max-width:0px;
	height:100%;
	top:0px;
	left:-80px;
	background-color:#1fa487;
	box-shadow:0px 3px 20px rgba(0,0,0,0.3);
	z-index:99999;
	padding-left:40px;
	transition: 0.5s;
	overflow-x: hidden;
}
.header_box_menu_icon
{
	position:absolute;
	display:inline-block;
	width:40px;
	height:50px;
	top:40px;
	right:50px;
	border:0px #ffffff solid;
	float:right;
	text-align:left;
	z-index:9;
	cursor:pointer;
}
.header_box_menu_list
{
	position:absolute;
	display:none;
	width:240px;
	min-height:200px;
	top:32px;
	left:10px;
	border:0px #ffffff solid;
	z-index:1;
	cursor:pointer;
	opacity:0.0;		
}	

.header_box_menu_list a
{
	display:block;
	width:100%;
	font-family:regular;
	font-weight:normal;		
	font-size:16px;
	line-height:44px;
	color:#ffffff;
	letter-spacing:0px;
	text-decoration:none;		
	float:left;
	text-align:left;
	z-index:1;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation-direction: inherit;	
}
.header_box_menu_list a:hover
{
	text-decoration: underline;
}
.header_menu_close div
{
	margin-top:0px;
}
.header_menu_close img
{
	width:30px;
	height:17px;
	border:0px #ffffff solid;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@keyframes animation_top_to_bottom
{
  0%   {opacity:0%;top:-100px;}
  100% {opacity:100%;top:0px;}
}

@-moz-keyframes animation_top_to_bottom { /* Firefox */
  0%   {opacity:0%;top:-100px;}
  100% {opacity:100%;top:0px;}
}

@-webkit-keyframes animation_top_to_bottom { /* Safari and Chrome */
  0%   {opacity:0%;top:-100px;}
  100% {opacity:100%;top:0px;}
}

@-o-keyframes animation_top_to_bottom { /* Opera */
  0%   {opacity:0%;top:-100px;}
  100% {opacity:100%;top:0px;}
}

@keyframes animation_bottom_to_top
{
  0%   {opacity:0;top:100px;}
  100% {opacity:1;top:0px;}
}

@-moz-keyframes animation_bottom_to_top { /* Firefox */
  0%   {opacity:0;top:100px;}
  100% {opacity:1;top:0px;}
}

@-webkit-keyframes animation_bottom_to_top { /* Safari and Chrome */
  0%   {opacity:0;top:100px;}
  100% {opacity:1;top:0px;}
}

@-o-keyframes animation_bottom_to_top { /* Opera */
  0%   {opacity:0;top:100px;}
  100% {opacity:1;top:0px;}
}

@keyframes animation_left_to_right
{
  0%   {opacity:0;left:-100px;}
  100% {opacity:1;left:0px;}
}

@-moz-keyframes animation_left_to_right { /* Firefox */
  0%   {opacity:0;left:-100px;}
  100% {opacity:1;left:0px;}
}

@-webkit-keyframes animation_left_to_right { /* Safari and Chrome */
  0%   {opacity:0;left:-100px;}
  100% {opacity:1;left:0px;}
}

@-o-keyframes animation_left_to_right { /* Opera */
  0%   {opacity:0;left:-100px;}
  100% {opacity:1;left:0px;}
}

@keyframes animation_right_to_left
{
  0%   {opacity:0;right:-100px;}
  100% {opacity:1;right:0px;}
}

@-moz-keyframes animation_left_to_right { /* Firefox */
  0%   {opacity:0;right:-100px;}
  100% {opacity:1;right:0px;}
}

@-webkit-keyframes animation_left_to_right { /* Safari and Chrome */
  0%   {opacity:0;right:-100px;}
  100% {opacity:1;right:0px;}
}

@-o-keyframes animation_left_to_right { /* Opera */
  0%   {opacity:0;right:-100px;}
  100% {opacity:1;right:0px;}
}

@media screen and (min-width:1001px)
{
	.header_zone
	{
		position:fixed;
		width:100%;
		height:200px;
		border:0px solid;
		z-index:9;
		border-bottom:0px solid #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_welcome
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:10px;
		background-color: #1fa487;
		border:0px #000000 solid;
		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_zone_logo
	{
		position: relative;
        display: inline-block;
        width: 100%;
        height: 190px;
        background: transparent;
        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_zone_mask
	{
		position:absolute;
		display:inline-block;
		width:100%;
		height:100px;
		top: 0px;
		border:0px #777777 solid;
		z-index:1;		
		background: #1d1d1d;
		opacity:0.6;
		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
	{
		position: absolute;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        right: 0px;
        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_langs .link_langs
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:30px;
		font-family:light;
		font-size:16px;
		color:#1fa487;
		line-height:30px;
		margin-left:10px;
		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-weight:bold;
	}

	.header_langs .link_langs_active
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:30px;		
		font-family:regular;
		font-weight:bold;
		font-size:16px;
		color:#1fa487;
		line-height:30px;
		margin-left:10px;
		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 h3
	{
		position:relative;
		display:none;
		vertical-align:top;		
		font-family:light;
		font-size:16px;
		color:#000000;
		text-transform:uppercase;
		line-height:30px;
	}

	.header_menu_icon
	{
		position:relative;
		display:inline-block;
		height: 20px;
		margin: 60px 0;
		margin-top: 110px;
		place-content: center;
		border:0px #333333 solid;
		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_menu
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 900px);
        max-width: 1480px;
        margin: 55px 0;
        margin-top: 105px;
        margin-left: 25px;
        height: 30px;
        place-content: center;
        border: 0px #333333 solid;
        z-index: 1;
        overflow: hidden;
        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_menu .link_menu
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: 'regular';
        font-size: 16px;
        letter-spacing: 0px;
        color: #000000;
        margin-left: 25px;
        margin-right: 25px;
        line-height: 30px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}

	.header_menu .link_menu:hover
	{
		color: #1fa487;
	}

	.header_menu .link_menu:active
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: 'regular';
        font-size: 16px;
        letter-spacing: 0px;
        color: #1fa487;
        margin-left: 25px;
        margin-right: 25px;
        line-height: 30px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;		
	}

	.header_menu .link_menu_active
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: 'regular';
        font-size: 16px;
        letter-spacing: 0px;
        color: #1fa487;
        margin-left: 25px;
        margin-right: 25px;
        line-height: 30px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	
	.header_logo
	{
		position: relative;
        display: inline-block;
        height: 100px;
        width: calc(100% - 1200px);
        margin: 20px 0px;
		margin-top: 70px;
        margin-left: 25px;
        float: left;
        place-content: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}

	.header_logo img
	{
		position: relative;
		height:100%;
		border:0px #ffffff solid;
	}

	.header_button
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 200px;
        height: 60px;
        margin: 40px 0px;
        margin-top: 90px;
        margin-left: 25px;
        z-index: 1;
        float: right;
        text-align: left;
        place-content: center;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	
	.header_zone.shrink
	{	
		position:fixed;
		width:100%;
		height:100px;
		background-color:transparent;
		box-shadow:0px 3px 20px rgba(0,0,0,0.1);
		z-index:9999;
		border-bottom:0px solid #ffffff;
	}

	.header_zone.shrink .header_zone_mask
	{
		height:100px;
	}

	.header_zone.shrink .header_zone_welcome
	{
		margin-top:-10px;
	}	
	
	.header_zone.shrink .header_zone_logo
	{
		height:100px;
		background-color: #1fa487;
	}	
	
	.header_zone.shrink .header_menu_icon
	{	
		margin: 40px 0;
	}
	
	.header_zone.shrink .header_logo
	{
		height: 80px;
		margin: 10px auto;
		margin-left: 25px;
	}

	.header_zone.shrink .header_menu
	{
		margin: 35px 0;
        margin-left: 25px;
	}			
	
	.header_zone.shrink .header_langs
	{
		top:-50px
	}	
	
	.header_zone.shrink .header_button
	{
		height: 100px;
		margin: 0px;
		margin-left: 25px;
	}

	.header_zone.shrink .header_button .button
	{
		background-color: #ffffff;
		color: #1fa487;
	}

	.header_zone.shrink .header_button .button:hover
	{
		background-color: #ffffff;
		color: #1fa487;
	}

	.header_zone.shrink .header_button .button_outline
	{
		background-color: #ffffff;
		color: #1fa487;
	}
	
	.header_zone.shrink .header_menu .link_menu:hover,
	.header_zone.shrink .header_menu .link_menu_active:hover
	{
		color: #ffffff;
	}	
	
	.slider_homepage_caixa
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:1000px;
		margin-top:10px;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		border:0px #e81a1c solid;		
		z-index:1;
		overflow:hidden;
		animation-name:animation_top_to_bottom;
		animation-duration:2s;
		animation-iteration-count:1;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
		transition:all 0.3s;
	}	
	
	.slider_homepage
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:1000px;		
		margin-top:0px;
		padding:0px;
		border:0px #333333 solid;
		overflow:hidden;
		
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	
	.slider_background
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:1000px;		
		background-position:center; 
		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:100%;
		margin-top:0px;
		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;
		max-width:1480px;
		width: 90%;
		height:400px;
		margin: 200px 0;
		margin-top: 400px;
		padding:0px;
		border:0px #ffffff solid;
		text-align:left;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}	
	
	.slider_content_area h1
	{
		position: relative;
        display: inline-block;
        font-family: light;
        font-size: 70px;
        line-height: 70px;
        letter-spacing: 0px;
        color: #ffffff;
        padding: 0px;
        border: 0px #ffffff solid;
        width: 60%;
	}
	
	.slider_content_area h2
	{
		position: relative;
        display: inline-block;
        font-family: light;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0px;
        margin: 50px 0;
		margin-top: 100px;
        color: #FFFFFF;
        text-transform: none;
        padding: 0px;
        border: 0px #ffffff solid;
        width: 100%;
	}
	
	.slider_content_area h3
	{
		position:relative;
		display:inline-block;
		font-family:light;
		font-weight:lighter;
		font-size:40px;		
		line-height:40px;
		letter-spacing:0px;
		margin-bottom: 50px;
		color:#ffffff;
		text-transform:uppercase;
		padding:0px;
		border:0px #ffffff solid;	
		width:51%;
	}
	
	.plusslider-arrows-wrapper
	{
		margin-top:-18px;
	}
	
	.slider_footer_content_area_box table
	{
		padding:50px 50px 0px 0px;
	}

	.slider_footer_content_area_box .button
	{
		background-color: #FFFFFF; 
		color: #1fa487;
	}

	.slider_footer_content_area_box .button:hover
	{
		background-color: #1fa487; 
		color: #ffffff;
	}

	.slider_footer_content_area_box
	{
		position: relative;
		display:inline-block;
        width: 90%;
		height: 125px;
		padding: 25px 0px;
	}

	.slider_footer_content_area_box_phone
	{
		position: relative;
        display: inline-block;
		width:35%; 
		height: 125px;
		text-align: left;
		float: left;
		place-content: center;
	}

	.slider_footer_content_area_box_phone h2
	{
		position: relative;
        display: inline-block;
		width: 80%;
        font-family: bold;
        color: #FFFFFF;
        text-align: left;
		margin-top: 30px;
        margin-left: 10%;
        font-size: 30px;
	}

	.slider_footer_content_area_box_phone h3
	{
		position: relative;
        display: inline-block;
		width: 80%;
        font-family: light;
        color: #FFFFFF;
        text-align: left;
        margin-left: 10%;
        font-size: 18px;
	}

	.slider_footer_content_area_box_phone img
	{
		float: left;
		width: 10%;
		height: 55px;
		margin: 35px 0;
	}

	.slider_footer_content_area_box_bar
	{
		position: relative;
		display:inline-block;
		float: left;
		width:1px;
		margin: 0px 50px;
	}

	.slider_footer_content_area_box_clock
	{
		position: relative;
        display: inline-block;
		width:35%; 
		height: 125px;
		text-align: left;
		float: left;
		place-content: center;
	}

	.slider_footer_content_area_box_clock h2
	{
		position: relative;
        display: inline-block;
		width: 80%;
        font-family: bold;
        color: #FFFFFF;
        text-align: left;
		margin-top: 15px;
        margin-left: 10%;
        font-size: 30px;
	}

	.slider_footer_content_area_box_clock h3
	{
		position: relative;
        display: inline-block;
		width: 80%;
        font-family: light;
        color: #FFFFFF;
        text-align: left;
        margin-left: 10%;
        font-size: 18px;
	}

	.slider_footer_content_area_box_clock img
	{
		float: left;
        height: 55px;
		width: 10%;
        margin: 35px 0;
	}

	.slider_footer_content_area_box_button
	{
		position: relative;
        display: inline-block;
        height: 125px;
        width: 15%;
        place-content: center;
        float: right;
        text-align: right;
	}	

	.sub_header
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		height:190px;
		margin-top: 10px;
		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:200px;
		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:200px;
		background-color:#000000;
		border:0px #333333 solid;
		z-index:1;		
		opacity:0.1;
	}	

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

	.title h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:regular;
		font-size:60px;
		line-height:60px;
		letter-spacing:0px;
		color:#1fa487;
		text-transform:none;	
	}

	.title h2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		line-height:40px;
		letter-spacing:5px;
		color:#A1A1A1;
		margin-top:10px;
		text-transform: uppercase;
	}	

	.title h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:35%;
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		line-height:25px;
		letter-spacing:0px;
		color:#009DA4;	
		margin-top:40px;
	}	

	.title_line
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 140px;
        height: 3px;
        background-color: #CEDD00;
        margin-top: 10px;
	}
	
	.box_about_us
	{
		height: 700px;
		margin-top: 100px;
	}	
	.box_about_us_text
	{
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 100px);
        height: 400px;
        float: left;
        margin: 50px 0;
        text-align: left;
	}	
	.box_about_us_text h1
	{
		position: relative;
        display: inline-block;
        color: #3e3e3e;
        font-size: 50px;
        font-family: regular;
        line-height: 50px;
	}	
	.box_about_us_text h2
	{
		position: relative;
        display: inline-block;
        font-family: regular;
        width: 100%;
        color: #C1932D;
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0
	}	
	.box_about_us_text h3
	{
		font-family: light;
        color: #3a3a3a;
        font-size: 20px;
        line-height: 40px;
        margin: 40px 0px;
	}	
	.box_about_us_text img
	{
		height: 15px;
        margin: 5px 0;
	}
	.box_about_us_image
	{
		position: relative;
        display: inline-block;
        width: calc(100% / 2 - 0px);
        float: right;
        height: 700px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
		z-index: 3;
	}	
	.box_about_us_image img
	{
		width:100%; 
		height:100%; 
	}	

	.box_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 4 - 20px);
		height:400px;
		margin:10px;
		padding:0px;
		top:0px;
		background-color:#ffffff;
		border:0px #333333 solid;
		border-radius:20px;
		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_services:hover
	{		
		top:10px;
		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	
	}

	.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-radius:10px;
		border:0px #333333 solid;
		z-index:1;
		opacity:1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;		
	}	

	.box_services_image_gradient
	{
		position: relative;
        top: -75%;
        height: 75%;
        z-index: 1;
		background: linear-gradient(transparent, #1fa487);
	}	

	.box_services_text
	{
		position:absolute;
		height: 60px;
		bottom:10px;
		left:0px;
		display:inline-block;
		width:calc(100% - 40px);
		padding:20px;
		border:0px #333333 solid;
		z-index:1;
		text-align:center;
		margin-top:0px;
		background: linear-gradient(transparent);
		text-align:center;
	}	

	.box_services_text img
	{
		position:relative;
	}

	.box_services_text h1
	{
		font-family:light;
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		letter-spacing:0px;
		color:#ffffff;
		text-transform:none;
		padding:0px;
		border:0px #ffffff solid;
		z-index: 1;
	}

	.box_services_text .button
	{
		background-color:#ffffff;
		color:#000000;
	}

	.box_home_banner
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 650px;
        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;
		-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:hover .box_home_banner_image
	{		
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(50%);
	}	
	.box_home_banner_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:650px;
		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_image img
	{
		width:100%;
	}
	.box_home_banner_text
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
		height: 650px;
        width: 90%;
        max-width: 1480px;
        z-index: 1;
        text-align: left;
		place-content: center;
	}		
	.box_home_banner_text table td
	{
		height:500px;
		text-align:left !important;
	}
	.box_home_banner_text h1
	{
		font-family: regular;
        width: 40%;
        font-size: 80px;
        line-height: 80px;
        color: #ffffff;
	}
	.box_home_banner_text h2
	{
		font-family: regular;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        width: 100%;
        margin: 25px 0;
        z-index: 1;
	}
	.box_home_banner_text p
	{
		margin: 0px;
	}
	.box_home_banner_text h3
	{		
		font-family:regular;
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		letter-spacing:0px;
		color:#ffffff;
		padding:0px;
		margin-top:20px;
		border:0px #ffffff solid;
		z-index:1;
	}
	.box_home_banner_text_line
	{
		width:50px;
		height:5px;
		margin-top:20px;
		padding:0px;
		background-color:#229fce;
		border:0px #ffffff solid;
		z-index:1;
	}	
	
	.contacts_box
	{
		position:relative;
		display:inline-block;
		width: 100%;
		height: 40px;
	}
	.contacts_checkbox
	{
		position:relative;
		display:inline-block;
		width: 70%;
		
		top: 10px;
	}
	.contacts_button
	{
		position:relative;
		display:inline-block;
		width: 200px;
		float: right;
	}
	
	.box_contacts_address
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 650px);
		min-height:200px;
		border:0px #000000 solid;
		margin-right:0px;
		float:left;
		text-align:left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.box_contacts_address h1
	{
		width: 100%;
        font-family: bold;
        font-weight: normal;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ff9101;
        text-transform: none;
        margin-bottom: 10px;
	}
	.box_contacts_address h2
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size: 20px;
		line-height:20px;
		color:#000000;
		width: 100%;
	}	
	.box_contacts_address h3
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		line-height:24px;
		margin-bottom: 25px;
		color:#000000;
		width: 100%;
	}	
	.box_contacts_address a
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		line-height:20px;
		color:#ffffff;
		width: 100%;
		cursor: pointer; 
		margin-bottom: 20px;
	}	
	.box_contacts_address a:hover
	{
		text-decoration:underline;
	}
	.box_contacts_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:600px;
		min-height:400px;
		border:0px #cccccc solid;
		margin-bottom:50px;
		float:right;
		text-align:left;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.box_contacts_form h3
	{
		display:inline-block;
		margin-left:10px;
		font-size:14px;
		line-height:14px;
		border:0px #333333 solid;
	}	
	.box_contacts_form a
	{
		display:inline-block;
		font-size:14px;
		line-height:14px;
		text-decoration:underline;	
		margin-top:0px;
		border:0px #333333 solid;
	}
	.box_contacts_form a:hover
	{
		text-decoration:none;
	}
	.box_contacts_form .button
	{
		width:200px;
		height:40px;
		line-height:10px;
	}
	.box_home_contacts_address
	{	
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 50%;
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:0px;
		float:left;
		text-align:left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.box_home_contacts_address h1
	{
		color:#000000;	
	}
	.box_home_contacts_address b
	{
		color:#ffffff;	
	}
	.box_home_contacts_address_image
	{
		position:relative;
		display:inline-block;
		width:90%;
		height:500px;
		margin-top:0px;
		border-radius:20px;
		overflow:hidden;
		background-size:cover;
		background-position:left;
	}
	.box_home_contacts_address_image_text
	{
		position:absolute;
		width:calc(100% - 80px);
		left:0px;
		bottom:0px;
		background:rgba(101, 99, 102, 0.8);
		padding:40px 40px;
		text-align:left;
	}
	.box_home_contacts_address_image_text h2
	{
		color:#ffffff;
		font-family:bold;
		font-size:30px;
		line-height:30px;
	}
	.box_home_contacts_address_image img
	{
		display:none;
		width:100%;
		max-height: 400px;
		border-radius:20px;
	}
	.box_home_contacts_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 50%;
		min-height:400px;
		border:0px #cccccc solid;
		margin-top:0px;
		margin-bottom:50px;
		float:right;
		text-align:left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.box_home_contacts_form h3
	{
		display:inline-block;
		margin-left:10px;
		font-size:14px;
		line-height:14px;
		border:0px #333333 solid;
	}	
	.box_home_contacts_form a
	{
		display:inline-block;
		font-size:14px;
		line-height:14px;
		text-decoration:underline;	
		margin-top:0px;
		border:0px #333333 solid;
	}
	.box_home_contacts_form a:hover
	{
		text-decoration:none;
	}
	.box_home_contacts_form .button
	{
		background-color: #1fa487; 
	}
	.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
	{
		background:#f2f2f2;
		border:1px solid #f2f2f2;
		border-radius: 30px;
		margin-bottom: 15px;
		font-size: 16px;
		height: 50px;
	}
	.box_home_contacts_form .input::placeholder,
	.box_home_contacts_form .textarea::placeholder
	{
		color: #1fa487;
	}
	.box_home_contacts_title
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 50%;
		min-height:300px;
		border:0px #cccccc solid;
		margin-top:0px;
		margin-right:5%;
		float:left;
		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;
        font-family: bold;
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: none;
        bottom: 0px;
        margin-top: 50px;
        text-align: center;
	}
	.box_home_contacts_subtitle
	{		
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 75px;
        width: 100%;
        left: 0px;
        bottom: 75px;
        background-color: #8EBB3B;
        margin-top: 0px;
        text-align: center;
        opacity: 0.6;
		-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_subtitle_h1 img
	{
		position: relative !important;
        display: inline-block !important;
        vertical-align: top !important;
        height: 40px !important;
        width: 40px !important;
        left: 19% !important;
        margin-top: 10px !important;
        border-radius: 0px !important;
        border: 0px solid !important;
	}
	.box_home_contacts_subtitle_h1
	{
		position: relative !important;
        display: inline-block !important;
        vertical-align: top !important;
        height: 50px !important;
        width: 100% !important;
        color: #FFFFFF !important;
        font-size: 50px !important;
        left: 0px !important;
        margin-top: -145px !important;
        border-radius: 20px !important;
        border: 0px solid !important;
	}
	.box_home_contacts_title h2
	{
		position: relative;
        vertical-align: top;
        font-family: bold;
        font-weight: normal;
        font-size: 60px;
        line-height: 60px;
        color: #8EBB3B;
        text-transform: none;
	}	
	.box_home_contacts_title h3
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        font-family: light;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #000000;
        margin-top: 40px;
	}	
	.box_home_contacts_title img
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 500px;
        margin-top: 25px;
        float: left;
        border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% / 3 - 30px);	
		margin:10px;
		top:0px;
		background-color:#ffffff;
		border:0px #333333 solid;
		text-align:left;
		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;	
	}

	.box_blog:hover
	{
		top:10px;	
	}

	.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:400px;
		border-radius: 25px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.9));
		
		-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
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		border:0px solid;
		z-index:3;
		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_blog_text h1
	{
		font-family:regular;
		font-weight:normal;
		font-size:24px;
		line-height:24px;
		color:#000000;
		padding:10px 0px;
		text-align:left;
	}
	
	.box_blog_text h2
	{
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		line-height:24px;
		color:#333333;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align:left;
	}

	.box_blog_text h3
	{
		font-family:light;
		font-weight:normal;
		font-size:14px;
		line-height:14px;
		color:#000000;
        margin-bottom: 20px;
	}

	.box_blog_text .button
	{
		
	}

	.box_blog_text .button:hover
	{
		background-color: #000000;
		top: 0px;
	}
	
	.box_blog_left_area
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 405px);
		min-height:500px;		
		margin-left:0px;
		margin-right:50px;
		margin-top: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_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;
		text-transform:uppercase;
		margin-top:0px;
		letter-spacing:0px;
	}
	.box_blog_post h3
	{
		font-family:light;
		font-size:15px;
		line-height:25px;
		color:#333333;
	}
	.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:300px;
		height:100%;		
		margin-left:0px;
		margin-right:0px;
		margin-top:50px;
		margin-bottom:50px;
		padding:20px;
		background-color:#f7f7f7;
		float:right;
		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:0px;
		border:0px;
		margin-right:5px;		
	}
	.box_blog_newsletter h3
	{
		font-size:15px;		
	}
	.box_blog_newsletter h4
	{
		display:inline-block;
		font-size:11px;		
	}	
	.box_blog_newsletter a
	{
		display:inline-block;
		font-size:11px;		
	}	
	.box_blog_newsletter .button
	{
		display:inline-block;
		width:100px;
		padding:10px;
		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_details_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:40%;
		margin-right:50px;
		border-radius: 0px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		float:left;
		border:0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;		
	}
	.box_details_image img
	{
		width:100%;
		border-radius: 20px;
	}
	.box_details_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(60% - 50px);
		min-height:500px;
		float:right;
		text-align:left;
		border:0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;		
	}
	.box_details_text h1
	{
		position:relative;
		display:block;
		vertical-align:top;
		font-family:bold;
		font-size:35px;
		line-height:50px;
		color: #1fa487; 
		border:0px solid;		
	}
	.box_details_text h2
	{
		position:relative;
		display:block;
		vertical-align:top;
		font-family:bold;
		font-size:30px;
		line-height:30px;
		color:#000000; 
		border:0px solid;		
	}		
	.box_details_text h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:light;
		font-size:15px;
		line-height:20px;
		margin-top:20px;
		color:#000000; 
		border:0px solid;		
	}	
	.box_details_button
	{
		position: absolute;
        vertical-align: top;
        width: 10%;
        bottom: 2%;
        left: 43%;
        border: 0px solid;	
	}	
	.box_details_button .button
	{
		padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 20px;
        background-image: url(/_images/icon-seta-voltar.png);
        background-repeat: no-repeat;
        background-position-x: 15px;
        background-position-y: 15px;
        background-size: 10px;	
        background-color: #00A1D5;
	}	
	.box_consultation
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(50% + 10px);
		margin:0 -5px;
		min-height:200px;
		border:0px #cccccc solid;
		margin-right: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;	
	}
	.box_consultation .input[type="text"]
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% - 29px);
	}
	.box_consultation .input[type="email"]
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% - 29px);
	}
	.box_consultation .input
	{
		width:calc(100% - 29px);
		margin:0 5px;
	}
	.box_consultation .textarea
	{
		width:calc(100% - 29px);
		margin:0 5px;
		height:80px;
	}
	.box_consultation .input.half
	{
		width:calc(50% - 29px);
		margin:0 5px;
	}
	.box_consultation .input[type="date"]
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:calc(50% - 27px);
		height:40px;	
		margin:0 5px;
		font-family:light;
		font-size:17px;
		font-weight:normal;
		color:#333333;
		line-height:40px;
		padding-left:15px;
		border-radius:0px;
		border:1px #cccccc solid;
		cursor:pointer;
	}
	.box_consultation .select[name="request_time"]
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:calc(50% - 10px);
		height:42px;
		margin:0 5px;
		font-family:light;
		font-size:17px;
		font-weight:normal;
		color:#333333;
		line-height:40px;
		padding-left:15px;
		border-radius:0px;
		border:1px #cccccc solid;
		cursor:pointer;
	}
	.box_consultation .input[type="time"]
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:200px;
		height:40px;
		font-family:light;
		font-size:17px;
		font-weight:normal;
		color:#333333;
		line-height:40px;
		padding-left:15px;
		border-radius:0px;
		border:1px #cccccc solid;
		cursor:pointer;
	}
	.box_consultation .input:checked
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:30px;
		float:left;
	}	
	.box_consultation h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		font-family:light;
		font-size:12px;
		line-height:20px;
		margin-right:5px;
	}	
	.box_consultation a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		font-family:light;
		font-size:12px;
		line-height:20px;
		text-decoration:underline;
	}			
	.box_consultation #chrono_verification1_container_div
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		margin-top:20px;
		margin-bottom:20px;
	}		
	
	.footer_site_map
	{
		display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-top: 75px;
        margin-bottom: 50px;
        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: 25px 0;		
	}
	.footer_site_map h1
	{
		width:100%;
		font-family:bold;
		font-weight:bold;
		font-size:40px;
		line-height:40px;
		letter-spacing:0px;
		color:#B36BFB;
		margin-bottom:50px;
	}
	.footer_site_map h3
	{
		display:inline-block;
		font-family:light;
		font-weight:normal;
		font-size:15px;
		line-height:20px;
		color:#000000;
		width:100%;
	}
	.footer_site_map small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}
	.footer_site_map a
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		line-height:35px;
		color:#ffffff;
		width: 100%;
	}	
	.footer_site_map a:hover
	{	
		text-decoration:underline;
	}
	.footer_site_map td
	{
		vertical-align: top;
	}	
	.footer_site_map img
	{
		
	}
	.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_site_map_text small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}		
	.footer_site_map_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		min-height:40px;
		margin-top:10px;
		margin-right:0px;
		border:0px #ffffff solid;
		text-align:center;
		max-width:800px;
	}		
	.footer_site_map_form .input
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 170px);
		max-width:400px;
		height:42px;
		padding-left:20px;
		border:1px #ffffff solid;		
		margin-right:10px;
		border-radius:10px;
	}
	.footer_site_map_form .button
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100px;
		line-height:16px;
		margin-top:0px;
		height:46px;
		border:none;
		background:#06999F;
		color:#ffffff;
		text-transform:none;
		font-family:bold;
	}
	.footer_site_map_form .button:hover
	{
		border:none;
	}
	.footer_site_map_form div
	{
		position:absolute;
		width:calc(100% - 0px);
		top:50px;
		left:0px;
		border:0px #ffffff solid;		
	}
	.footer_site_map_form div .checked
	{
		width:14px;
		height:14px;
		padding:2px;
		border:0px #ffffff solid;		
	}	
	.footer_site_map_form div h4
	{
		position:relative;
		display:inline-block;
		vertical-align:top;			
		font-family:regular;
		font-size:12px;
		color:#000000;
		line-height:20px;
		margin-right:5px;
		border:0px #ffffff solid;		
	}	
	.footer_site_map_form div a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		font-family:light;
		font-size:12px;
		color:#000000;
		line-height:20px;
		border:0px #ffffff solid;		
	}
	.footer_site_map_form div a:hover
	{
		text-decoration:underline;
	}	
	.footer_site_map_form div.footer_site_map_logo
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 3 - 10px);
		min-width:175px;
		height:56px;
		background-color:transparent;
		background-position:center;
		background-size:auto;
		background-repeat:no-repeat;
		top:0px;
	}
	.footer_site_map .payment_method
	{
		position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
	}
	.footer_newsletter
	{
		display: inline-block;
        vertical-align: top;
        width: 45%;
        margin-top: 100px;
        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;		
	}
	.footer_newsletter h1
	{
		width: 100%;
        font-family: bold;
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 10px;
		text-align: center;
	}
	.footer_newsletter h3
	{
		display:inline-block;
		font-family:light;
		font-size:20px;
		line-height:20px;
		color:#ffffff;
		width:100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_newsletter h4
	{
		display:inline-block;
		font-family:light;
		font-size:16px;
		line-height:20px;
		color:#ffffff;
		width:100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_newsletter small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#ffffff;
	}
	.footer_newsletter a
	{
		font-family:regular;
		font-size:16px;
		line-height:20px;
		color:#ffffff;
	}	
	.footer_newsletter a:hover
	{
		color: #B36BFB;
	}	
	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		border:0px #333333 solid;
		text-align:center;
	}
	.footer_newsletter_text img
	{	
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:87px;
		margin-right:13px;
	}
	.footer_newsletter_text h1
	{	
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		letter-spacing:0px;
		color:#000000;
		text-transform:none;
		margin-bottom:10px;
	}
	.footer_newsletter_text h3
	{
		max-width:400px;
		margin-bottom:30px;
		margin-top:20px;
		color:#000000;
		font-weight:normal;
		font-size:16px;
	}
	.footer_newsletter_text small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}		
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		min-height:40px;
		margin-right:0px;
		border:0px #ffffff solid;
		text-align: center;
		max-width:800px;
	}		
	.footer_newsletter_form .input
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 300px);
        height: 50px;
        margin-bottom: 10px;
        border-radius: 25px;
        font-size: 14px;
        padding-left: 30px;
		background-color: #ffffff;
        border: 1px solid #ffffff;
	}	
	.footer_newsletter_form .input::placeholder
	{
		color: #000000;
	}
	.footer_newsletter_form .button 
	{
		position: relative;
        vertical-align: top;
        line-height: 20px;
        height: 54px;
        width: 100px;
        font-size: 20px;
        text-align: center;
    }
	.footer_newsletter_form .button:hover
	{
		border:none;
	}
	.footer_newsletter_form div
	{
		position:absolute;
		width:calc(100% - 0px);
		left:0px;
		border:0px #ffffff solid;		
	}
	.footer_newsletter_form div .checked
	{
		width:14px;
		height:14px;
		padding:2px;
		border:0px #ffffff solid;		
	}	
	.footer_newsletter_form div h4
	{
		position:relative;
		display:inline-block;
		vertical-align:top;			
		font-family:regular;
		font-size:12px;
		color:#000000;
		line-height:20px;
		margin-right:5px;
		border:0px #ffffff solid;		
	}	
	.footer_newsletter_form div a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		font-family:light;
		font-size:12px;
		color:#000000;
		line-height:20px;
		border:0px #ffffff solid;		
	}
	.footer_newsletter_form div a:hover
	{
		text-decoration:underline;
	}	
	.footer_newsletter_form div.footer_newsletter_logo
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 3 - 10px);
		min-width:175px;
		height:56px;
		background-color:transparent;
		background-position:center;
		background-size:auto;
		background-repeat:no-repeat;
		top:0px;
	}
	.footer_newsletter .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_newsletter .button_social img
	{
		margin-bottom: 0px;
        width: 22px;
        padding: 9px;
	}
	.footer_newsletter .button_social:hover
	{
		top:5px;
	}
	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		border:0px #333333 solid;
		text-align:center;
	}
	.footer_newsletter_text img
	{	
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:87px;
		margin-right:13px;
	}
	.footer_newsletter_text h1
	{	
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		letter-spacing:0px;
		color:#000000;
		text-transform:none;
		margin-bottom:10px;
		
	}
	.footer_newsletter_text h3
	{
		max-width:400px;
		margin-bottom:30px;
		margin-top:20px;
		color:#000000;
		font-weight:normal;
		font-size:16px;
	}
	.footer_newsletter_text small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}	
	.footer_contacts
	{
		display:inline-block;
		vertical-align:top;
		min-height:250px;
		width:20%;
		margin-left: 5%;
        margin-top: 100px;
		margin-bottom:50px;
		text-align:left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;				
	}
	.footer_contacts h1
	{
		width: 100%;
        font-family: bold;
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 25px;
	}
	.footer_contacts h2
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size: 16px;
		line-height:20px;
		color:#ffffff;
		width: 100%;
	}	
	.footer_contacts h3
	{
		display: inline-block;
        position: relative;
        font-family: regular;
        font-weight: normal;
        font-size: 30px;
        line-height: 30px;
        color: #ffffff;
        width: 100%;
        margin: 25px 0;
	}	
	.footer_contacts h4
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size: 20px;
		line-height:20px;
		color:#ffffff;
		width: 100%;
		margin-bottom: 25px;
	}
	.footer_contacts a
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size:15px;
		line-height:35px;
		color:#ffffff;
		cursor: pointer; 
	}	
	.footer_contacts a:hover
	{
		text-decoration:underline;
	}	
	.footer_contacts h3 a
	{
		color:#ffffff;
	}
	.footer_contacts h3 h2
	{
		font-size:18px;
		width: 100%;
        font-family: bold;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: none;
        margin-bottom: 0px;
	}
	.footer_contacts h3 h1
	{
		font-size:20px;
	}
	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		float:left;
		text-align:left;
		height: 75px;
		place-content: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;			
	}
	.footer_copyright h3
	{		
		font-family:light;
		font-size:16px;		
		line-height:50px;
		color: #ffffff;
	}
	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		text-align: center;
		border:0px #ffffff solid;
		place-content: center;
		height: 75px;
		width: 28%;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;			
	}
	.footer_disclaimer a
	{	
		font-family:light;
		font-size:16px;		
		line-height:50px;
		color: #ffffff;
	}
	.footer_disclaimer a:hover
	{	
		text-decoration:underline;
	}
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		border:0px #ffffff solid;
		float:right;
		text-align:right;
		width: 25%;
		place-content: center;
		height: 75px;
		-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-size:16px;		
		line-height:50px;
		color: #ffffff;
	}
	.footer_powered_by a:hover
	{	
		text-decoration:underline;
	}	
}