h1, h2, h3, h4, h5, h5, p, a, ul, li, img{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}
body{
	margin: 0;
	padding: 0;
}
header{
	width: 100%;
	height: auto;
	float: left;
}
section{
	width: 100%;
	height: auto;
	float: left;
}
.wrap{
	width: 100%;
	max-width: 1170px;
	height: 34px;
	margin: 0 auto;
}
.language{
	width: 50%;
	max-width: 585px;
	height: auto;
	float: left;
}
.language img{
	margin: 5px;
}
.nav-top{
	width: 50%;
	max-width: 585px;
	height: auto;
	float: left;
	text-align: right;
}
.nav-top a{
	float: right;
	font: 14px Open Sans, Sans-serif;
	color: #286440;
	margin: 5px 0;
	padding: 0 5px;
}
.nav-top a:hover{
	text-decoration: underline;
}
.nav-gambi{
	border-right: solid 1px #286440;
}
/*Topo*/
.section-top{
	background: #286440;
}
.top{
	width: 100%;
	max-width: 1170px;
	float: left;
	padding: 20px 0;
}
.logo{
	width: 50%;
	max-width: 585px;
	float: left;
}
.search{
	width: 50%;
	max-width: 585px;
	float: left;
}
.search p{
	width: 100%;
	font: 18px Open Sans, Sans-serif;
	color: #fff;
	float: left;
	text-align: right;
	margin-bottom: 15px;
}
.search input[type=text]{
	width: 100%;
	max-width: 394px;
	padding: 12px;
	border: none;
	border-radius: 10px;
	outline: none;
	float: left;
	margin-left: 79px;
}
.search input[type=submit]{
	background: url(../images/search.png) no-repeat center #129551;
	width: 106px;
	height: 39px;
	border: 0;
	float: left;
	border-radius: 10px;
	margin-left: -20px;
}
/*nav*/

.section-nav {
	 box-shadow: 0 8px 6px -6px #E9E9E9;
}
.nav{

}
.nav ul{

}
.nav ul li{
	float: left;
}
.nav ul li a{
	font: 18px Open Sans, Sans-serif;
	color: #9BA4AB;
	padding: 20px 25px;
	text-transform: uppercase;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	display: block;
	height: 22px;
}
.nav ul li a:hover{
	border-bottom: 3px solid #129551;
	height: 19px;
}
.slide{
	box-shadow: 0 8px 6px -6px #E9E9E9;
	height: 400px;
	margin-top: 20px;
}

/*Destaque*/

.featured-tittle{
	background-image: linear-gradient(to bottom, #fff, #F5F5F5);
	display: block;
	height: 80px;
	margin-top: 30px;
}
.featured-tittle h3{
	font: 26px Open Sans, Sans-serif;
	font-weight: bold;
	color: #9AA4AB;
	text-transform: uppercase;
	padding: 20px 0;
}
.featured{
	padding: 40px 0;
}
.product-list-featured{
	width: 270px;
	height: auto;
	float: left;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.4);
	box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.4);
	transition: 0.3s;
	border-radius: 5px;
	margin: 10px 10px;
}
.product-list-featured:hover{
	box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.9);
}
.product-list-featured img{
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
.product-list-featured h2{
	background: #286440;
	font: 22px Open Sans, Sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
}

/*Footer*/

footer{
	width: 100%;
	height: auto;
	float: left;
	background: #f8f8f8;
	border-top:1px solid #E0E0E0;
	margin-top: 60px;
	padding: 30px 0;
}
.footer-box{
	float: left;
	width: 100%;
	max-width: 360px;
	padding: 0 15px;
}
.footer-box ul{

}
.footer-box li {
	padding-bottom: 15px;
}
.footer-box li a{
	font: 14px Open Sans, Sans-serif;
	color: #27643F;
}
.footer-box li a:hover{
	text-decoration: underline;
}
.footer-box h1{
	font: 14px Open Sans, Sans-serif;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-box p{
	font: 14px Open Sans, Sans-serif;
	color: #666;
	line-height: 32px;
}
.copyright{
	width: 100%;
	height: auto;
	float: left;
	background: #f8f8f8;
	border-top:1px solid #E0E0E0;
	margin-top: 30px;
	padding: 30px 0 0 0;
}
.copyright p{
	font: 14px Open Sans, Sans-serif;
	color: #666;
}

/*Ver Produto*/

.single-product{

}
.single-product h1{
	width: 100%;
	height: auto;
	padding: 30px 0;
	color: #286440;
	font: 32px Open Sans, Sans-serif;
	float: left;
	border-bottom: 1px solid #9AA4AB;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.single-product img{
	float: left;
}
.single-product p{
	font: 16px Open Sans, Sans-serif;
	color: #333;
	float: left;
	width: 670px;
	margin-left: 50px;

}

/*Fale Conosco*/
.fale-conosco{
	margin-bottom: 30px;
}
.fale-conosco h1{
	width: 100%;
	height: auto;
	padding: 30px 0;
	color: #286440;
	font: 32px Open Sans, Sans-serif;
	float: left;
	border-bottom: 1px solid #9AA4AB;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.form-contato{
	width: 585px;
	float: left;
	margin-bottom: 60px;
}

.form{
	display: block;
	font: 16px Open Sans, Sans-serif;
	color: #333;
}
.form input, textarea{
	border: 1px solid #999;
}
.form input:focus, textarea:focus{
	border: 1px solid #286440;
}
.form input[type=text]{
	display: block;
	width: 100%;
	max-width: 555px;
	outline: none;
	margin-bottom: 15px;
	padding: 10px;
}
.form input[type=file]{
	display: block;
	width: 100%;
	max-width: 555px;
	outline: none;
	margin-bottom: 15px;
	padding: 10px;
}
.form select{
	display: block;
	outline: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}
.form textarea{
	display: block;
	outline: none;
	width: 100%;
	max-width: 555px;
	height: 150px;
	padding: 10px;
	margin-bottom: 15px;
}
.form input[type=submit]{
	font: 16px Open Sans, Sans-serif;
	color: #fff;
	background: #286440;
	padding: 5px 15px;
	float: left;
	border:none;
}
.form input[type=submit]:hover{
	background: #129551;
}

.info-contato{
	width: 555px;
	float: left;
	padding-left: 30px;
}
.info-contato p{
	font: 16px Open Sans, Sans-serif;
	color: #333;

}
.info-contato h3{
	font: 22px Open Sans, Sans-serif;
	color: #333;
	margin-bottom: 5px;
	margin-top: 415px;
}
/*Comercial*/

.comercial{

}
.comercial h1{
	width: 100%;
	height: auto;
	padding: 30px 0;
	color: #286440;
	font: 32px Open Sans, Sans-serif;
	float: left;
	border-bottom: 1px solid #9AA4AB;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.comercial h2{
	width: 100%;
	height: auto;
	padding: 15px 0;
	color: #333;
	font: 18px Open Sans, Sans-serif;
	float: left;
	border-bottom: 1px solid #333;
	margin: 30px 0;
	text-transform: uppercase;	
}

.product-list{
	width: 270px;
	height: auto;
	float: left;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.4);
	box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.4);
	transition: 0.3s;
	border-radius: 5px;
	margin: 10px 10px;
}
.product-list:hover{
	box-shadow: 0px 0px 15px 0px rgba(136,136,136,0.9);
}
.product-list img{
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
.product-list h3{
	background: #286440;
	font: 16px Open Sans, Sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
}

.ortopediaCli{
	float: left;
}
.ortopediaCli img{
	float: left;
	margin: 10px;
}

.download{
	margin-left: 0!important;
	float: left;
}
.download a{
	float: left;
	font-size: 14px;
	color: #333;
}
.download a:hover{
	text-decoration: underline;
}


/*representantes*/

.comercial{

}
.representante h1{
	width: 100%;
	height: auto;
	padding: 30px 0;
	color: #286440;
	font: 32px Open Sans, Sans-serif;
	float: left;
	border-bottom: 1px solid #9AA4AB;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.representante h2{
	width: 100%;
	height: auto;
	padding: 15px 0;
	color: #333;
	font: 18px Open Sans, Sans-serif;
	float: left;
	border-bottom: 1px solid #333;
	margin: 30px 0;
	text-transform: uppercase;	
}
.representante p{
	width: 90%;
	font: 16px Open Sans, Sans-serif;
	color: #333;
	padding: 10px 5%;
	float: left;
}
.representante p:hover{
	background: #F7F7F7;
}
.representante p strong{
	display: block;
}

.send-ok{
	font: 26px Open Sans, Sans-serif;
	color: #286440;
	margin-bottom: 30px;
	font-weight: bold;
}

/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../images/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../images/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }