
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

@font-face {
  font-family: 'Archer Light';
  font-style: normal;
  font-weight: normal;
  src: local('Archer Light'), url('../fonts/Archer-Light-Pro.woff') format('woff');
}
@font-face {
  font-family: 'Archer Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Archer Medium'), url('../fonts/Archer-Medium-Pro.woff') format('woff');
}
html,
body {
  font-family: 'Lato', sans-serif;
  height: 100%;
}
.anchor {
  display: block;
  position: relative;
  top: -332px;
  visibility: hidden;
}
.button-border {
  border: 1px solid #bbbbbb;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 11px;
  margin: 20px;
}
.button-border.active {
  background-color: #bbbbbb;
  color: white!important;
}
.button-border:hover {
  border: 1px solid #666666;
}
.container-fluid {
  overflow: hidden;
  padding: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.title {
  font-family: 'Archer Medium';
  text-transform: uppercase;
  letter-spacing: 5px;
}
.content-middle > .row {
  display: table;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.content-middle .row > div {
  float: none;
  display: table-cell;
  height: calc(100vh - 165px);
  padding: 0;
  vertical-align: middle;
  background: top center no-repeat transparent;
  /*background-attachment: fixed;*/
  background-size: cover;
  position: relative;
}
.content-middle .row .image-post {}
.content-middle .row .image-post .poster {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  border: 1px solid #bbb;

}
.content-middle .row .image-post .poster .image {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: top center no-repeat; 
  background-size: cover;
}
.single .content-middle .row .image-post .poster .image {
  background-size: contain;
}
.content-middle .row .content-scroll {
  position: absolute;
  top: 50px;
  left: 0;
  right: 10px;
  bottom: 50px;
  overflow: hidden;
}
.content-middle .row .vertical-middle {
  display: table-cell;
  padding: 0 15%;
  text-align: center;
  vertical-align: middle;
}
.content-middle .row .vertical-middle h2 {
  /*color: rgba(0, 0, 0, 0.75);*/
  margin-top: 0;
  margin-bottom: 40px;
}
.content-middle .row .vertical-middle h3 {
  color: #bbbbbb;
  font-size: 42px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.content-middle .row .vertical-middle h4 {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.content-middle .row .vertical-middle p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}

.content-scroll .mCSB_scrollTools .mCSB_draggerRail { background-color: #CCCCCC; }
.content-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #666666; }


body {
  color: #bbbbbb;
  font-size: 12px;
  padding-top: 166px;
}
body a {
  color: #bbbbbb;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
body a:hover,
body a:focus,
body a:active {
  color: #666666;
  text-decoration: none;
}
body nav {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  display: block;
  height: 166px;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 99999;
}
body nav .tcon {
  display: none;
  float: right;
  padding: 35px 15px;
}
body nav #navbar {
  font-size: 1em;
  float: right;
}
body nav #navbar .nav li a:after {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999999;
  content: "";
  display: block;
  margin: 0 auto;
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all .3;
  -moz-transition: all .3;
  transition: all .3;
}
body nav #navbar .nav li.current-menu-item a:after {
  border-bottom: 5px solid #666666;
  opacity: 1;
}
body nav #navbar .nav li a {
  background: none;
}
body nav #navbar .nav li a:hover {
  background: none;
}
body nav #navbar .nav li a:hover:after {
  border-bottom: 5px solid #666666;
  opacity: 1;
}
body nav .infos {
  padding: 17px 0 0 30px;
}
body nav h1 {
  clear: both;
  display: block;
  text-align: center;
}
#slider {
  position: relative;
  width: 100%;
  height: 603px;
  margin-bottom: 50px;
}
#slider img {
  margin: 0!important;
  width: 100%!important;
  height: auto!important;
}
@media (max-width: 991px) {
    #slider img {
      width: auto!important;
      height: 100%!important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
}
#slider.rsMinW .rsBullets {
  bottom: 20px;
}
#slider.rsMinW .rsBullets .rsBullet {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 3px;
}
#slider.rsMinW .rsBullets .rsBullet span {
  width: 15px;
  height: 15px;
  box-shadow: none;
  background: #FFF;
  border: 1px solid #999;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#slider.rsMinW .rsBullets .rsBullet.rsNavSelected span {
  border: 2px solid #666;
}
#gallery {
  margin: 30px auto;
  text-align: center;
}
#gallery .row div {
  padding: 15px;
}
#gallery .row div img {
  border: 1px solid #bbbbbb;
  width: 100%;
  transition: border 0.1s;
  -webkit-transition: border 0.1s;
}
#gallery .row div img:hover {
  border: 4px solid #bbbbbb;
}
#more {
  margin: 50px 0;
}
#more .row {
  text-align: center;
}
#more .row img {
  width: 100%;
}
#more .row .title {
  margin-top: 20px;
  font-size: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

#inspiracoes {
  margin: 50px 0 100px;
}
#inspiracoes h2.title {
  margin-bottom: 50px;
}
#inspiracoes .row div h3 {
  margin: 0 0 40px;
}
#inspiracoes .row div p {}
#inspiracoes .inspiracao {
  border: 1px solid #bbbbbb;
  padding: 20px;
  margin: 15px 0;
  opacity: 0;
  color: #999999;
}
#inspiracoes .inspiracao.text-content {
  padding: 20px 30px;
  border: 1px solid #FAFAFA;
  background:  #FAFAFA;
}
#inspiracoes .inspiracao img.text-content {
  display: none;
}
#inspiracoes .inspiracao p {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 24px;
}
#inspiracoes .inspiracao.text-content p {
  margin: 15px 0;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
}

#colecoes {
  margin: 50px 0 100px;
}
#colecoes h2.title {
  margin-bottom: 50px;
}
#colecoes .col-produto {
  opacity: 0;
  padding: 0 30px;
  text-align: center;
  margin: 30px 0;
}
#colecoes .row div img {
  border: 1px solid #bbbbbb;
  width: 100%;
  transition: border 0.1s;
  -webkit-transition: border 0.1s;
}
#colecoes .row div img:hover {
  border: 4px solid #bbbbbb;
}
#colecoes .row div h5 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 20px 0 10px;
}
#colecoes .row div p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 5px;
}

#contato {
  min-height: calc(100vh - 289px);
}
#contato h3 {
  text-transform: uppercase;
  letter-spacing: 0;
}
#contato #form {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 400px;
}
#contato #form input {
  border: 1px solid #bbb;
  margin: 5px 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  color: #666;
}
#contato #form input[type='submit'] {
  background-color: #FFFFFF;
  outline: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
}
#contato #form input[type='submit']:hover {
  border-color: #666;
  color: #666;
}
#contato #form textarea {
  border: 1px solid rgba(0, 0, 0, 0.35);
  margin: 5px 0;
  outline: none;
  padding: 5px 10px;
  resize: none;
  width: 100%;
  color: #666;
}
#contato #form .row div p {
  line-height: 20px;
  margin: 0;
}
#contato #form .row div p.email {
  text-transform: uppercase;
}
#contato #form .row div p:first-child {
  margin-top: 10px;
}
body #footer {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  font-size: 11px;
  height: 123px;
  padding: 30px 0;
}
body #footer .container > img {
  margin-right: 20px;
}
body #footer ul {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
body #footer ul li {
  display: inline-block;
}
body #footer ul.footer-menu li {
  padding: 10px 10px;
}
body #footer ul.footer-menu li a {
  text-transform: uppercase;
}
body #footer ul.footer-menu li span {
  margin: 0 5px;
}
body #footer ul#footer-social {
  /*float: right;*/
  border-left: 1px solid #EEE;
  padding-left: 20px;
}
body #footer ul#footer-social li {
  padding: 10px 3px;
}
body #footer ul#footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #bbbbbb;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
}
body #footer ul#footer-social li a:hover {
  background: #666666;
}
body #footer .footer-partition {
  background-color: #FFF;
  display: inline-block;
  height: 50px;
  margin: 0 15px -20px 0;
  width: 1px;
}
body #footer .cemporcento {
  text-align: right;
  padding-top: 30px;
}
body #footer .cemporcento a {
  display: inline-block;
  width: 18px;
  height: 18px;
  opacity: .5;
  background: url(../images/100porcento.png) right 0 no-repeat;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
body #footer .cemporcento a:hover {
  width: 61px;
  opacity: 1;
  background-position: right -18px;
}


@media screen and (max-width: 1370px) {

  .content-middle .row .vertical-middle h3 {
    font-size: 38px;
  }

  .content-middle .row .vertical-middle p {
    font-size: 14px;
    line-height: 22px;
  }

  #inspiracoes .row div p {
    font-size: 18px;
    line-height: 26px;
  }

}


@media screen and (max-width: 767px) {

  h2, .h2 {
    font-size: 26px;
  }

  body nav #navbar .nav li.current-menu-item a {
    color: #666666;
  }
  body nav #navbar .nav li.current-menu-item a:after {
    display: none;
  }

  .button-border {
    padding: 7px 10px;
    font-size: 10px;
    margin: 5px;
  }

  .content-middle .row {
    display: block;
    width: auto;
  }
  .content-middle .row > div {
    display: block;
    padding: 50px 20px;
    height: auto;
  }
  .content-middle .row .image-post {
    display: block;
    height: 100Vw;
  }
  .content-middle .row .image-post .poster {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .content-middle .row .image-post .poster .image {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .content-middle .row .content-scroll {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .content-middle .row .vertical-middle {
    padding: 0 20px;
  }
  .content-middle .row .vertical-middle h3 {
    letter-spacing: 4px;
  }
  body {
    padding-top: 80px;
  }
  body nav {
    height: 80px;
  }
  body nav .tcon {
    display: block;
  }
  body nav #navbar {
    background-color: #FFFFFF;
    float: none;
    height: 100Vh;
    position: absolute;
    top: 80px;
    width: 100%;
  }
  body nav #navbar .navbar-nav {
    margin-top: 30px;
  }
  body nav #navbar .nav li.active a:after {
    display: none;
  }
  body nav #navbar .nav li a {
    font-size: 20px;
    line-height: 20px;
    padding-left: 30px;
  }
  body nav #navbar .nav li a:hover:after {
    display: none;
  }
  body nav .infos {
    display: none;
  }
  body nav h1 {
    display: inline-block;
    left: 15px;
    margin: 0 auto;
    position: absolute;
    top: 15px;
  }
  body nav h1 img {
    height: 50px;
  }
  body #contato #form {
    width: 80%;
    padding: 50px 0;
  }
  body #contato h3 {
    font-size: 15px;
  }
  body #footer {
    height: auto;
  }

  #more .row > div {
    margin-bottom: 50px;
  }

  #colecoes .col-produto {
    padding: 0 15px;
  }
  #colecoes .col-produto:nth-child(odd) {
    clear: both;
  }

  body #footer ul.footer-menu li {
    padding: 10px 15px 10px 0;
  }
  body #footer ul#footer-social {
    /*float: left;*/
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  body #footer .cemporcento {
    padding-top: 15px;
  }

}

@media (min-width: 1500px) {
  .container {
      width: 1380px;
  }
}



/* CONTACT FORM */
#form .wpcf7-not-valid-tip { display: none!important; }
#form .wpcf7-not-valid { border: 1px solid #CC0000!important; }
#form div.wpcf7-validation-errors {
  padding: 10px 15px;
  margin: 0;
  background: #ffddcc;
  color: #CC0000;
  border: none;;
}
#form div.wpcf7-mail-sent-ok {
  padding: 10px 15px;
  margin: 0;
  background: #ccffcc;
  color: #339900;
  border: none;;
}