@charset "utf-8";
@import url(fonts/stylesheet.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic,500italic,700italic,300italic,100,100italic);
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*{
	margin:0;
	padding:0;
}
.center{
	width:1368px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
header{
	width:100%;
	float:left;
	position:relative;
	
}
.header_home{
	height:605px;
}
.navegation{
	width:100%;
	border-top:solid 2px #85c981;
	position:absolute;
	top:0;
	z-index:100;
}
.logo_top{
	float:left;
}
.navegation_list{
	list-style:none;
	float:right;
	margin-top:20px;
	position:relative;
}
.navegation_list a{
	float:left;
}
.navegation_list li{
	float:left;
	margin-left:10px;
	margin-right:10px;
	line-height:30px;
    font-family: 'retina_displaysemibold';
	color:#dacdbd;
}
.navegation_list li:hover{ color:#78c07c;}
.banner{
	float:left;
	width:100%;
}
#language{
	width:565px;
	float:right;
}
#language ul{
	float:right;
	background:#0f0b09;
}

#language ul li{
	float:left;
	list-style:none;
	margin:5px;
}
#language ul li a{
	color:#cfcdbd;
	line-height:10px;
}
/********************************************** Welcome secction *****************************************/
.welcome{
	width:50%;
	float:left;
}
.half_center{
	width:685px;
	float:right;
	padding-top:33px;
	padding-bottom:33px;
}
.welcome_content{
	width:410px;
	float:left;
}
.title_archer{
	    font-family: 'ArcherBold';
		font-size:30px;
		margin-top:65px;
		border-bottom:dotted 1px #000;
		padding-bottom:10px;
		margin-bottom:10px;
		color:#0f0b09;
		float:left;
		width:100%;
}
.text{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	color:#0f0b09;
	float:left;
	line-height:20px;
}
.text_thin{
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	line-height:30px;
	font-style:italic;
	color:#838382;
	font-weight:300;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:-21px;
}
.button_more{
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	padding:5px 10px 5px 10px;
	background:#78c07c;
	float:left;
	border-radius:3px;
	text-decoration: none;
	-webkit-box-shadow:#5d9760 0px 2px;
	-moz-box-shadow:#5d9760 0px 2px;
	box-shadow:#5d9760 0px 2px;
	margin-top:15px;
}
.button_more:hover{
	color:#fff;
	background:#83ad85;
	
}
/************************************** Products ********************************************/
.products{
	width:50%;
	float:left;
	background:url(../images/bg_wood.jpg)top left;
	height:100%;
	position:absolute;
	right:0;
}
.title_products{
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	font-weight:bold;
	border-bottom:dotted 1px #765a48;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	float:left;
	color:#765a48;
}
.text_products{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	width:100%;
	font-size:21px;
	color:#fff;
	float:left;
	margin-bottom:10px;
}



.prism-rotator-container {
	position: relative;
	width:372px !important;
	float:left;
}

.prism-rotator-element {
	width: 100%;
	height: 100%;
	position: absolute;
}
	.prism-rotator-element figure {
		width: 100%;
		height: 100%;
		position: absolute;
		display: none;
	}
	.prism-rotator-element figure iframe {
		
	}
.slide img{
	float:left;
	margin-bottom:20px;
}
#prism-rotator {
	float: left;
margin-left: 90px;
position:relative;
}
	#prism-rotator .slide {
		padding: 20px;
		text-align: left;
	}

	#prism-rotator-control {
		display: inline-block;
		z-index: 1;
		position: relative;
		width: 45px;
right: 0;
		position:absolute;
		height:100%;
	}
		#prism-rotator-control a {
			text-decoration:none;
		}
		
		#prism-rotator-control .next {
    font-family: 'ArcherBold';
			font-weight:bold;
			color:#684f41;
			font-size:80px;
			float:left;
			margin-top:200px;
		}
.product_view{
	color:#fff;
	background:#684f41;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	padding: 5px 10px;
	float:left;
	text-decoration:none;
	margin-top:10px;
	border-radius:3px;
	box-shadow:#47362c 0px 2px;
	
}
.product_view:hover{
	background:#8b796f;
}
/****************************************** Bottom ****************************************/
.bottom{
	width:100%;
	float:left;
	background:url(../images/bg_bottom.jpg)center bottom no-repeat;
	padding-top:105px;
	padding-bottom:105px;
	position:relative;
}
.form{
	width:420px;
	float:left;
	margin-left:170px;
}
.title_bottom{
	color:#fff;
    font-family: 'ArcherBold';
	font-size:30px;
	margin-bottom:30px;
}
.text_bottom{
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	font-weight:300;
	color:#dacdbd;
	line-height:26px;
	font-size:22px;
	margin-bottom:15px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #676767;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #676767;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #676767;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #676767;
}
.input_lage{
	width:410px;
	padding-left:10px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	float:left;
	line-height:20px;
	font-size:15px;
	background:#78c07c;
	color:#0f0b09;
	margin-bottom:9px;
	outline:none;
	border:none;
}
.input_short{
	width:191px;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	padding-left:10px;
	line-height:20px;
	font-size:15px;
	background:#78c07c;
	color:#0f0b09;
	border:none;
	outline:none;
	margin-bottom:9px;
}
.submit{
	width:44px;
	height:44px;
	border-radius:25px;
	background:#78c07c;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	border:none;
	float:right;
}
.submit:hover{
	background:#a8daab;}
.bottom_right{
	width:683px;
	float: right;
}
.map{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:210px;
}
#map-canvas{
	width:100%;
	height:359px;
}
#wood{
	position:absolute;
	bottom: -80px;
left: -85px;
}
footer{
	position:absolute;
	float:left;
	width:100%;
	bottom:25px;
}
.footer_nav{
	float:left;
	margin-left:162px;
}

.social_nets{
	float:right;
}

a.tip2 {
  position: relative;
  text-decoration: none;
  margin-left:10px;
  margin-right:10px;
}
a.tip2 span {display: none;}
a.tip2:hover span {
  display: block;
font-family: 'Roboto', sans-serif;
font-weight: bold;
position: absolute;
padding: 5px;
content: attr(title);
text-align: center;
width: auto;
height: auto;
white-space: nowrap;
top: -55px;
background: #78c07c;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 6px;
color: #000;
font-size: 15px;
left: -55px;
}
a.tip2:hover span:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: #78c07c transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom: -16px;
  left:45%;
}
.alert{
	position: absolute;
left: -170px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-size: 15px;
color: #fff;
background: #92d095;
width: 150px;
line-height: 25px;
text-align: center;
margin-top: -2px;
border-radius: 6px;
z-index:50;
}
.alert:after{
	content: "";
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 17px solid #92d095;
position: absolute;
right: -11px;
top: 0px;
}

.alert2{
	position: absolute;
right: -170px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-size: 15px;
color: #fff;
background: #92d095;
width: 150px;
line-height: 25px;
text-align: center;
margin-top: -2px;
border-radius: 6px;
z-index:50;
}
.alert2:after{
	content: "";
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 17px solid #92d095;
position: absolute;
left: -11px;
top: 0px;
}
.relative{
	position:relative;
	float:left;
}

/***************************************** Product Page ***********************************/
.header_products{
	width:100%;
	float:left;
	height:279px;
	background:url(../images/bg_products.jpg)top center no-repeat;
	position:relative;
}
.title_page{
	width:100%;
	float:left;
	text-align:center;
	margin-top:90px;
    font-family: 'ArcherBold';
	font-size:86px;
	color:#dacdbd;
	text-transform:uppercase;
}
.section_products{
	width:100%;
	float:left;
	border-top:solid #0f0b09 1px;
}
.product_content{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:45px;
}
.prduct{
	float:left;
	margin-bottom:70px;
}
.product_left_info{
	width:690px;
	float:left;
}
.product_right_info{
	width: 325px;
float: right;
padding-left: 15px;
margin-top:70px;
}
.title_product{
	float:left;
	width:100%;
	border-bottom:dotted 1px #0f0b09;
	color:#0f0b09;
	padding-bottom:15px;
	padding-top:15px;
	margin-bottom:15px;
	font-size:30px;
    font-family: 'ArcherBold';
}
.title_green{
	width:100%;
	float:left;
	font-family: 'Roboto', sans-serif;
font-weight: bold;
color:#85c981;
font-size:15px;
}
.list_products{
	width:100%;
	float:left;
	list-style:disc;
	color:#0f0b09;
	margin-left:15px;
	font-family: 'Roboto', sans-serif;
font-weight: 300;
line-height:20px;
margin-bottom:25px;
}
.list_products_large{
	width:100%;
	float:left;
	list-style:disc;
	color:#0f0b09;
	margin-left:15px;
	font-family: 'Roboto', sans-serif;
font-weight: 300;
line-height:20px;
margin-bottom:25px;
}
.list_products_large li{
	width:138px; float:left;
}
/********************************* navegation ******************************/
#arrow_nav{
	background:url(../images/arrow_nav.png)center bottom no-repeat;
	height:7px;
	position:absolute;
	min-width: 7px;
bottom: -5px;

}
/*********************************** About ***********************************/
.our_team{
	width:100%;
	float:left;
	height:275px;
	position:relative;
	background:url(../images/our_team.jpg)center top no-repeat;
}
/********************************* Services *****************************/
.header_services{
	width:100%;
	float:left;
	height:275px;
	position:relative;
	background:url(../images/services.jpg)center top no-repeat;
}
.service{
	width:690px;
	float:left;
	margin-bottom:35px;
	padding-bottom:35px;
	border-bottom:dotted 1px #0f0b09;
}
.service_left_info{
	width: 430px;
float: left;
margin-left: 25px;
}
.img_service{
	float:left;
	margin-left:-130px;
}
.title_service{
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:25px;
	color:#85c981;
}
.text_service{
	float:left;
}
.service_right_info{
position: absolute;
top: 50px;
right: 0;
width: 325px;
}