@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, output, progress, section, source, video {
  display: block;
}

mark, rp, rt, ruby, summary, time {
  display: inline;
}

@font-face {
  font-family: 'BebasNeue';
  src: local("☺"), url("../fonts/bebasneue-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Site-wide properties ======================================================== */
body {
  background: white url(../img/bg.jpg) repeat-x top center;
  font: normal normal 14px/14px Tahoma, Arial, Helvetica, Verdana, sans-serif;
  min-width: 1024px;
}

/* Fibonacci based heading scale ratio */
h1 {
  font: 2.8em 'BebasNeue';
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  padding: 20px;
}

h2 {
  font: 2.3em 'BebasNeue';
  text-align: center;
  padding: 10px;
}

h3 {
  font: 2em 'BebasNeue';
  font-weight: normal;
  text-align: center;
  padding: 10px;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* Reusable classes ============================================================ */
/* Left & Right alignment */
.left {
  float: left;
}

.right {
  float: right;
}

.half {
  width: 50%;
}

.center {
  text-align: center;
}

/* The inside class provides consistent padding. To be used often! */
.inside {
  padding: 20px;
}

/* The fraction classes are useful for column lists */
.third, .quarter, .fifth, .sixth {
  width: 50%;
}

.third li, .quarter li, .fifth li, .sixth li {
  float: left;
}

.third li {
  padding-right: 5%;
  width: 28.3%;
}

.quarter li {
  padding-right: 5%;
  width: 20%;
}

.fifth li {
  padding-right: 5%;
  width: 15%;
}

/* For when a <br /> just ain't enough */
.separator {
  clear: both;
  float: left;
  height: 1px;
  width: 100%;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* Basic Structure ============================================================= */
#wrap {
  margin: 0 auto;
  position: inherit;
  width: 960px;
}

header {
  width: 100%;
}
header .logo {
  padding-top: 0px;
}
header nav {
  background: url(../img/fundo_nav.jpg) center top;
  height: 40px;
  margin-top: 8px;
  padding-top: 15px;
  position: relative;
  width: 990px;
  left: -15px;
}
header nav a:visited, header nav a:link {
  color: #000;
  text-decoration: none;
}
header nav a:hover {
  color: #FFF;
}
header nav li {
  display: inline;
  font-size: 20px;
  padding: 0px 0px 0px 20px;
  font-family: 'BebasNeue', sans-serif;
}

/* SlideShow ============================================================= */
#slider {
  margin: auto;
  background: #fff;
  position: relative;
  margin-top: -10px;
  left: -18px;
  background: url(../img/fundo_slider.png) top center no-repeat;
  height: 375px;
  width: 1000px;
}
#slider #slides {
  position: absolute;
  top: 0px;
  left: 18px;
  z-index: 100;
  width: 100%;
  height: 100%;
}
#slider #slides .slides_container {
  background: #f0f0f0;
  height: 325px;
  width: 960px;
  overflow: hidden;
  position: relative;
  display: none;
}
#slider #slides .slides_container div.slide {
  width: 990px;
  height: 325px;
  display: block;
}
#slider #slides .next, #slider #slides .prev {
  position: absolute;
  top: 127px;
  left: -24px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101;
}
@media (max-width: 1024px) {
  #slider #slides .next, #slider #slides .prev {
    display: none;
  }
}
#slider #slides .next {
  left: 961px;
}

.pagination {
  margin: 26px auto 0;
  width: 100px;
}
.pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}
.pagination li a {
  display: block;
  width: 12px;
  height: 0;
  margin-top: 12px;
  padding-top: 12px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.pagination li.current a {
  background-position: 0 -12px;
}

.caption {
  z-index: 500;
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 30px;
  padding: 5px 20px 0 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 920px;
  font-size: 1.3em;
  line-height: 1.33;
  color: #fff;
  text-shadow: none;
}

/* CSS Específico Páginas ============================================================= */
article {
  position: relative;
  background: #FFF;
  border-color: #000;
  border-width: medium;
  box-shadow: 0px 0px 5px #888;
}

section {
  margin-top: -9px;
}

aside {
  float: right;
  width: 33.3%;
  background: #FFF;
  position: fixed;
}

footer {
  z-index: 100;
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 30px;
  text-align: center;
  padding: 25px 0 0 0;
  width: 100%;
  background: black url(../img/bg_footer.jpg) top repeat-x;
  color: #FFF;
  font-size: 18px;
  font-family: 'BebasNeue', sans-serif;
}

footer a:link, footer a:visited {
  color: #FFF;
  text-decoration: none;
}

footer a:hover {
  color: #bf5101;
}

/* links abaixo página inicial =========================================================== */
.links_baixo {
  overflow: hidden;
  list-style: none;
  width: 725px;
  height: 290px;
  margin: auto;
  position: relative;
}

.links_baixo a {
  overflow: hidden;
  width: 151px;
  float: left;
  margin-right: 30px;
  background: url(../img/links_baixo.jpg) no-repeat;
}

a.lb-empresa {
  background-position: -9px -589px;
}

a.lb-empresa:hover {
  background-position: -9px -1361px;
}

a.lb-servicos {
  background-position: -9px -396px;
}

a.lb-servicos:hover {
  background-position: -9px -1168px;
}

a.lb-localizacao {
  background-position: -9px -202px;
}

a.lb-localizacao:hover {
  background-position: -9px -974px;
}

a.lb-contactos {
  background-position: -9px -10px;
}

a.lb-contactos:hover {
  background-position: -9px -782px;
}

#mapa_animado {
  position: relative;
  top: 380px;
  right: 2px;
}

#text {
  margin-top: 3em;
  font-weight: bold;
  font-family: helvetica,arial,sans-serif;
}

#text a {
  text-indent: 0;
  padding-bottom: 40px;
  text-align: center;
  font: 24px 'BebasNeue', Arial, sans-serif;
  padding-top: 140px;
  color: #000;
  text-decoration: none;
}

h2 a {
  color: #bf5101;
  text-decoration: none;
}

#contact-form {
  margin: 0 auto;
  float: left;
  width: 450px;
}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
  font-size: 15px;
  margin-bottom: 2px;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  border: 0;
  width: 90%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 2px #000000;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  background-color: #ea863f;
}

#contact-form textarea {
  height: 150px;
  resize: none;
}

#contact-form label {
  display: block;
}

#contact-form .required {
  font-weight: bold;
  color: #F00;
}

#contact-form #submit-button:hover {
  background-color: #ea863f;
}

#contact-form #submit-button:active {
  position: relative;
  top: 1px;
}

#contact-form #loading {
  width: 32px;
  height: 32px;
  background-image: url(../images/loading.gif);
  display: block;
  position: absolute;
  right: 130px;
  bottom: 16px;
  display: none;
}

#errors {
  border: solid 1px #E58E8E;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  left: 35px;
  display: block;
  width: 80%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ffe6e6 url(../images/cancel_48.png) no-repeat 365px center;
  display: none;
  color: #000;
}

#errors li {
  padding: 2px;
  list-style: none;
}

#errors li:before {
  content: ' - ';
}

#errors #info {
  font-weight: bold;
}

#errors #info:before {
  content: '';
}

#success {
  position: relative;
  left: 35px;
  border: solid 1px #83D186;
  padding: 25px 10px;
  margin: 25px 0px;
  display: block;
  width: 332px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #d3edd3 url(../images/accepted_48.png) no-repeat 405px center;
  display: none;
  color: #000;
  text-shadow: none;
  width: 332px;
}

#errors.visible, #success.visible {
  display: block;
  width: 332px;
}

#req-field-desc {
  font-style: italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Normalize placeholder styles */
/* chrome, safari */
::-webkit-input-placeholder {
  font-style: italic;
  color: #000000;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text {
  font-style: italic;
}

.clear {
  clear: both;
}

fieldset {
  border: none;
}

input, textarea, a {
  outline: none;
}

form {
  padding: 3% 5% 5% 5%;
}

label {
  display: block;
  font-size: 1.52em;
  text-indent: 0px;
  padding-bottom: 5px;
}

input#submit-button {
  float: right;
  background: white;
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0 0 2px #000000;
  font-weight: bold;
  width: 100px;
  margin-right: 15px;
}

.empresa h2 {
  text-align: center;
  margin: 20px;
}

.servicos ul {
  background-color: #f6f6f6;
  margin: 20px;
  padding: 20px;
  list-style-position: inside;
  border-radius: 4px;
}
.servicos ul li {
  font-size: 16px;
  line-height: 24px;
}

#pneus {
  /* SlideShow ============================================================= */
}
#pneus #slider {
  background: #fff;
  position: relative;
  height: 660px;
  width: 960px;
  left: -20px;
  margin-top: 20px;
}
#pneus #slider #slides {
  position: absolute;
  top: 0px;
  left: -0px;
  z-index: 100;
  width: 100%;
  height: 100%;
}
#pneus #slider #slides .slides_container {
  background: #f0f0f0;
  height: 600px;
  width: 960px;
  overflow: hidden;
  position: relative;
  display: none;
}
#pneus #slider #slides .slides_container div.slide {
  width: 990px;
  height: 600px;
  display: block;
}
#pneus #slider #slides .next, #pneus #slider #slides .prev {
  position: absolute;
  top: 270px;
  left: -24px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101;
}
@media (max-width: 1024px) {
  #pneus #slider #slides .next, #pneus #slider #slides .prev {
    display: none;
  }
}
#pneus #slider #slides .next {
  left: 961px;
}
#pneus .pagination {
  margin: 0px auto 0;
  width: 100px;
  background: #FFFFFF;
}
#pneus .pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
  margin: 0 auto;
}
#pneus .pagination li a {
  display: block;
  width: 12px;
  height: 0;
  margin-top: 12px;
  padding-top: 12px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
#pneus .pagination li.current a {
  background-position: 0 -12px;
}
#pneus .caption {
  z-index: 500;
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 30px;
  padding: 5px 20px 0 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 920px;
  font-size: 1.3em;
  line-height: 1.33;
  color: #fff;
  text-shadow: none;
}
