body {
	font-size: 13px;
	background: #000;
	color: #fff;
}

.clr {
	float: none;
	clear: both;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/**
*/

.header {
	position: relative;
	width: 100%;
	height: 70px;
	background: #000;
}

.header:after {
	position: absolute;
	content: "";
	bottom: 5px;
	width: 100%;
	height: 5px;
	background: #00a651;
}

.header .logo {
	position: absolute;
	width: 401px;
	height: 97px;
	margin: 0;
	background: url(../images/logo-eskinao.png);
	z-index: 99;
}

.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header .container {
	position: relative;
	height: 100%;
}

.contain-menu ul {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 35px 0 0;
	list-style: none;
}

.contain-menu ul li {
	display: inline;
}

.contain-menu ul li a {
	position: relative;
	padding: 0 15px;
	color: #808285;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.contain-menu ul li a:hover,
.contain-menu ul li a.active {
	color: #fff;
}

.contain-menu ul li a:after {
	position: absolute;
	content: "";
	top: 22px;
	left: 0;
	width: 100%;
	height: 3px;
	background: transparent;
	-webkit-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	-o-transform: skewX(-35deg);
	transform: skewX(-35deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.contain-menu ul li a.active:after,
.contain-menu ul li a:hover:after {
	background: #fff200;
}

.social {
	position: absolute;
	bottom: 20px;
	right: -30px;
}

.social a {
	display: inline-block;
	margin: 0 3px;
	width: 30px;
	height: 24px;
	background: url(../images/social.png);
	text-indent: -9999px;
}

.social a.facebook {
	width: 12px;
}

.social a.twitter {
	width: 27px;
	background-position: -12px 0;
}

.social a.instagram {
	width: 24px;
	background-position: -38px 0;
}

/** SLIDE
*/

.container-slide {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container-small-slide {
	padding-top: 100px;
}

.container-small-slide:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: #404040;
	background: -o-linear-gradient(bottom, #404040 0%, transparent 100%);
	background: -moz-linear-gradient(bottom, #404040 0%, transparent 100%);
	background: -webkit-linear-gradient(bottom, #404040 0%, transparent 100%);
	background: -ms-linear-gradient(bottom, #404040 0%, transparent 100%);
	background: linear-gradient(to bottom, #404040 0%, transparent 100%);
}

.container-slide .full-slide {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	/*-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;*/
}

.container-slide .item-fullslide {
	width: 100%;
	height: 100%;
}

.container-slide .slide1 {
	background-image: url(../images/banner.jpg);
}

.container-slide .slide2 {
	background-image: url(../images/banner2.jpg);
}

.container-slide .slide3 {
	background-image: url(../images/banner3.jpg);
}

.full-slide img {
	width: 100%;
}

.slide {
	position: relative;
	height: 400px;
	margin-bottom: 50px;
}

.slide:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: 46px;
	background: #fff;
}

.slide .item-slide {
	width: 100%;
	height: 100%;
}

.slide .slide-center {
	text-align: center;
}

.slide .description-slide {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 100%;
	padding: 20px;
	background: #fff;
	color: #747679;
	font-size: 20px;
	font-family: "Calibri", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slide .description-slide:before {
	position: absolute;
	content: "";
	top: 50px;
	right: 100%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-right: 30px solid #fff;
}

.slide .description-slide h2 {
	position: relative;
	text-align: center;
}

.slide .description-slide h2:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	margin-top: 5px;
	background: #747679;
}

.nav-slide {
	position: absolute;
	bottom: 200px;
	width: 100%;
	text-align: center;
	z-index: 999;
}

.container-small-slide .nav-slide {
	bottom: 20px;
}

.nav-slide a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background: #fff;
	border-radius: 50%;
}

.container-slide .arrow-slide-top {
	position: absolute;
	top: 40%;
	width: 61px;
	height: 231px;
	margin-top: -115px;
	background: url(../images/arrows-slide.png);
	z-index: 99;
	cursor: pointer;
}

.container-small-slide .arrow-slide-top {
	top: 50%;
}

.container-slide .prev-slide-top {
	left: 50px;
	background-position: 0 0;
}

.container-slide .next-slide-top {
	right: 50px;
	background-position: -69px 0;
}

.container-slide .faixa-gradiente {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 198px;
	background: url(../images/bg-linear-banner.png) bottom;
	z-index: 9;
}

/** FOOTER
*/

.container-footer {
	position: relative;
	width: 100%;
}

.container-footer:hover .footer {
	background: #000;
}

.footer {
	width: 100%;
	color: #fff;
	font-family: "Century Gothic", sans-serif;
}

.footer .container {
	width: 800px;
}

.footer .copyright {
	float: left;
}

.footer .development {
	float: right;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

/** =========== HOME ============
*/

.content-home {
	position: relative;
	margin-top: -100px;
	z-index: 9;
}

.content-home .container-two-column {
	position: relative;
	margin-bottom: 50px;
	font-size: 16px;
}

.content-home .container-two-column:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 34px;
	background: url(../images/ribbon-bottom-container.png);
}

.content-home .column-left {
	float: left;
	width: 450px;
}

.content-home .column-left h3 {
	text-align: right;
}

.content-home h2,
.content-galeria h2 {
	position: relative;
}

.content-galeria h2 {
	width: 445px;
}

.content-home h2:after,
.content-galeria h2:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 24px;
	background: url(../images/ribbon-bottom-title.png);
}

.content-home .icon-roda,
.content-galeria .icon-roda {
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/icon-rodas.png);
	vertical-align: middle;
}

.content-home .column-left a,
.content-home .column-right a {
	text-decoration: none;
	color: #fff;
}

.content-home .column-left p,
.content-home .column-right p {
	font-size: 18px;
}

.content-home .column-left {
	text-align: center;
}

.content-home .column-left h2 {
	text-align: left;
}

.content-home .column-left .preco {
	display: block;
	font-size: 22px;
	text-align: right;
}

.content-home .column-left img {
	margin-right: 15px;
}

.content-home .column-right {
	float: right;
	width: 450px;
}

.content-home .column-right img {
	margin-top: 20px;
}

.column-right h3 {
	margin: 0;
}

/**
*/

.lista-galeria {
	overflow: hidden;
}

.lista-galeria h3 {
	position: absolute;
	padding-left: 15px;
}

.lista-galeria {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.lista-galeria li {
	float: left;
	width: 220px;
	margin: 0 10px;
}

.lista-galeria img {
	display: block;
}

.lista-galeria p {
	margin: 0;
	padding: 5px;
	background: #808285;
}

/**
*/

/** ============= EMPRESA ================
*/

.content-empresa {
	position: relative;
	margin-top: -180px;
	margin-bottom: 40px;
	z-index: 9;
}

.content-empresa .icon-roda {
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/icon-rodas.png);
	vertical-align: middle;
}

.content-empresa h2 {
	position: relative;
}

.content-empresa h2:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 450px;
	height: 24px;
	background: url(../images/ribbon-bottom-title.png);
}

.content-empresa .container-galeria-empresa {
	float: left;
	width: 500px;
	margin-right: 15px;
}

.container-galeria-empresa .galeria-empresa {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.thumbs-galeria-empresa {
	position: relative;
	width: 100%;
	height: 75px;
	overflow: hidden;
}

.thumbs-galeria-empresa a {
	float: left;
	margin-right: 15px;
}

.thumbs-galeria-empresa a img {
	display: block;
}

.thumbs-galeria-empresa .wrapper-nav-slide {
	position: absolute;
}

.thumbs-galeria-empresa .nav-prev,
.thumbs-galeria-empresa .nav-next {
	position: absolute;
	display: none;
	height: 100%;
	width: 20px;
	opacity: .7;
	background: #fff;
	cursor: pointer;
}

.thumbs-galeria-empresa:hover .nav-prev,
.thumbs-galeria-empresa:hover .nav-next {
	display: block;
}

.thumbs-galeria-empresa .nav-prev:before,
.thumbs-galeria-empresa .nav-next:before {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -10px;
	border: 10px solid transparent;
}

.thumbs-galeria-empresa .nav-prev:before {
	right: 5px;
	border-right: 10px solid #000;
}

.thumbs-galeria-empresa .nav-next:before {
	left: 5px;
	border-left: 10px solid #000;
}

.nav-next {
	right: 0;
}

/** ============ PRODUTOS ==============
*/

.content-produtos {
	position: relative;
	margin-bottom: 50px;
	padding-top: 40px;
}

.content-produtos:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 21px;
	background: url(../images/shadow-content-top.png);
}

.menu-produtos {
	float: left;
	width: 250px;
}

.contain-categoria,
.categoria-menu {
	margin-bottom: 15px;
}

.categoria-menu {
	display: none;
}

.contain-categoria h2 {
	position: relative;
	cursor: pointer;
}

.contain-categoria h2:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 243px;
	height: 3px;
	margin-left: 15px;
	background: url(../images/ribbon-bottom-menu-produtos.png);
}

.contain-categoria h2 .icon-pneu {
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-right: 15px;
	background: url(../images/icon-rodas.png);
	vertical-align: middle;
}

.categoria-menu h3 {
	text-align: center;
	cursor: pointer;
}

.menu-active h3 {
	margin-bottom: 0;
	padding: 5px 0;
	background: #00a651;
	
}

.contain-categoria ul {
	display: none;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	padding-top: 5px;
	list-style: none;
	background: #4d4d4d;
	text-align: center;
}

.contain-categoria ul li {
	padding-bottom: 5px;
}

.contain-categoria ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.contain-categoria ul li a:hover {
	color: #00a651;
}

.contain-categoria ul li a.active {
	font-size: 20px;
	font-weight: bold;
	color: #00a651;
}

.container-lista-produtos {
	float: right;
	width: 650px;
}

.lista-produtos {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.lista-produtos li {
	float: left;
	width: 285px;
	height: 140px;
	margin: 10px;
	padding-right: 10px;
	background: #4d4d4d;
}

.lista-produtos li a {
	text-decoration: none;
	color: #fff;
}

.lista-produtos li .contain-image-produto {
	float: left;
	width: 120px;
	height: 120px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.contain-image-produto img {
	max-width: 120px;
	max-height: 120px;
}

.nav-produtos {
	float: right;
	margin-right: 10px;
	padding: 0;
	list-style: none;
}

.nav-produtos li {
	display: inline;
	padding: 0 2px;
}

.nav-produtos li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.nav-produtos li.active {
	font-size: 20px;
}

.produtos-box-overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .7;
	z-index: 999;
}

/** ============ GALERIA ==============
*/

.content-galeria .wrapper-videos {
	position: relative;
	margin-bottom: 50px;
}

.content-galeria .contain-videos .item-video {
	width: 300px;
	margin: 0 10px;
	float: left;
}

.contain-videos .item-video img {
	display: block;
	width: 100%;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-galeria .galeria-fotos {
	position: relative;
}


.wrapper-videos .arrow-video,
.galeria-fotos .arrow-galeria {
	position: absolute;
	top: 50%;
	width: 43px;
	height: 164px;
	margin-top: -82px;
	background: url(../images/small-arrows.png);
	z-index: 99;
	cursor: pointer;
}

.wrapper-videos .video-prev,
.galeria-fotos .galeria-prev {
	right: 100%;
	margin-right: 10px;
}

.wrapper-videos .video-next,
.galeria-fotos .galeria-next {
	left: 100%;
	margin-left: 10px;
	background-position: -52px 0;
}

.content-galeria .secao-fotos {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.content-galeria .secao-fotos li {
	float: left;
	width: 220px;
	margin: 0 10px 20px;
}

.content-galeria .hide {
	display: none;
}

/**
*/

.container-simulador {
	width: 1000px;
	margin: 0 auto;
}

#simulador {
	display: block;
	width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
}

/**
*/

.content-loja {
	padding: 0 0 200px;
	text-align: center;
	font-size: 22px;
}

/** ============ CONTATO ==============
*/

.content-contato {
	position: relative;
	margin-top: -100px;
	z-index: 9;
}

.wrapper-form {
	width: 800px;
	margin-bottom: 50px;
	font-family: "Calibri", sans-serif;
	font-size: 16px;
}

.column-info {
	float: left;
}

.wrapper-form .endereco {
	width: 200px;
	margin-right: 130px;
}

.wrapper-form .fone {
	margin-right: 200px;
}

.wrapper-form .row {
	margin-bottom: 10px;
}

.wrapper-form .cell {
	float: left;
	margin-right: 100px;
}

.wrapper-form h3 {
	margin-bottom: 0;
}

.wrapper-form p {
	margin-top: 0;
}

.wrapper-form a {
	text-decoration: none;
	color: #fff;
}

.wrapper-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.wrapper-form .row-right {
	text-align: right;
}

.wrapper-form .row-right label {
	display: inline-block;
}

.wrapper-form select,
.wrapper-form input[type="text"],
.wrapper-form textarea {
	width: 100%;
	padding: 5px;
	border: none;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-form select {
	width: 200px;
}

.wrapper-form textarea {
	max-width: 100%;
	height: 100px;
	max-height: 120px;
}

.wrapper-form button {
	padding: 5px 15px;
	background: #fff;
	border: none;
	border-radius: 2px;
	color: #000;
}

.footer-contato {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: #000;
	background: -o-linear-gradient(top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 100%);
	background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 100%);
}

.footer-contato:before {
	position: absolute;
	content: "";
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: -o-linear-gradient(top, rgba(0,0,0,.4) 0%, transparent 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.4) 0%, transparent 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.4) 0%, transparent 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.4) 0%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0,0,0,.4) 0%, transparent 100%);
}

.act-map {
	cursor: pointer;
	text-decoration: underline;
}

.container-map {
	position: relative;
	width: 100%;
	height: 400px;
}

.container-map:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: -o-linear-gradient(bottom, #000 0%, transparent 100%);
	background-image: -moz-linear-gradient(bottom, #000 0%, transparent 100%);
	background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 100%);
	background-image: -ms-linear-gradient(bottom, #000 0%, transparent 100%);
	background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
	z-index: 99;
}

.container-map .map {
	display: none;
	width: 100%;
	height: 100%;
}

.contain-status-message {
	padding: 30px 0;
	font-size: 22px;
}