/* ==========================================================================
   Global
   ========================================================================== */ 
.container{
    position: relative;
}

.container.full{
    width:100%;
    min-width: 1150px;
    /*overflow: hidden;*/
}

.container.center{
    width:80%;
    margin:0 auto;
}
.center-absolute {
    width: 1024px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
img:not(.text img){
    width:100%;
    height:auto;
}
ul{
    list-style:none;
    padding: 0px;
    margin: 0;
}
*{
      margin: 0px;
    padding: 0px;
}
a:link {
    text-decoration: none;
    color:inherit;
}

a:visited {
    text-decoration: none;
    color:inherit;
}

a:hover {
    text-decoration: none; 
    color:inherit;
}

a:focus {
    text-decoration: none;
    color:inherit;
}

a:active {
    text-decoration: none;
    color:inherit;
}
body{
    font-family: 'apexnew';
      color: #1D1D1B;
      font-weight: 400;
    /*-webkit-font-smoothing: antialiased !important; 
    -moz-osx-font-smoothing: grayscale;*/
    background-color: white;
  font-size: 17px;
    line-height: 19px;
}
.aligner {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.align-middle{
    display: inline-block;
    vertical-align: middle;
}
.container .text ul{
    padding: 10px 0px 0px 27px;
    list-style: disc;
  }
.container .text ol {
    padding: 10px 0px 0px 27px;
}
ul.post-list {
  padding: 0px !important;
    list-style: none !important;
}
.alignright {
  float: right;
}
.text-align-middle{
  text-align: center;
}
.text-align-right{
  text-align: right;
}
.uppercase{
  text-transform: uppercase;
}
.no-margin{
  margin:0px !important;
}
.bg-image-inline{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.white-bg{
  background-color: white;
}
.cream-bg{
  background-color: #f8f5f0;
}
.graycream-bg{
  background-color: #F4F2EF;
}
.darkcream-bg{
  background-color: #EFE8E1;
}
.blondetrans-bg{
  background-color: rgba(192, 147, 73, 0.62);
}
.trajana{
  font-family: 'trajana';
  -webkit-font-smoothing: antialiased !important; 
    -moz-osx-font-smoothing: grayscale;
}

.of-hidden{
  overflow: hidden;
}
.white-page-sep{
  height: 12px;
  background-color: #F7F5F2;
}
/* ==========================================================================
   typography
   ========================================================================== */
p{
  margin: 0px !important;
  line-height: 23px;
  font-size: 17px;
  font-kerning: normal;
}
h1{
  font-weight: 400;
  font-size: 34px;
  min-height: 34px;
  margin:0px;
}
h2{
  font-weight: 400;
  font-size: 30px;
  min-height: 30px;
}
h3{
  font-weight: 400;
    font-size: 20px;
  min-height: 20px;
}
h4{
  font-weight: 600;
  font-size: 20px;
  min-height: 20px;
}
b, strong {
  font-weight: 600;
}

/* ==========================================================================
   CAPTION STYLES
   ========================================================================== */
.title-1{
  position: relative;
  font-family: 'trajana';
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 3px;
  font-kerning: normal;
}

.title-2{
  position: relative;
  font-family: 'trajana';
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 5px;
  font-kerning: normal;
}


.title-3{
  position: relative;
  font-family: 'trajana';
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 5px;
  font-kerning: normal;
}
.text-1{
  position: relative;
  font-family: 'trajana';
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
  font-kerning: normal;
}
.text-2{
  position: relative;
  font-family: 'trajana';
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  font-kerning: normal;
}
a.text-1:hover,a.text-2:hover{
  color:#C09349;
}

.blondecolor{
  color:#C09349;
}
.whitecolor{
  color:white;
}
.caption .text-1 {
    margin-top: 10px;
}
.caption .title-1 {
    margin-top: 10px;
}
.caption .caption-image{
  margin-bottom: 10px;
}
/* ==========================================================================
   HEADER
========================================================================== */
   header{
    border-bottom:12px solid #916A44;
   }
   header .logo{
    width: 213px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    padding: 45px 0px 30px;
   }
   header .logo h1{
    width:100%;
    height:100%;
    position: relative;
    text-indent: -99999px;
   
   }
   header .logo a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
    background-image:url(../img/logo.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }


  header nav{
    text-align: center;
    font-family: 'trajana';
    font-size: 16px;
    letter-spacing: 2px;
  }

header nav li {
    position: relative;
    display: inline-block;
    padding: 0px 10px 24px;
    margin: 0px 25px;
    left: -18px;/* CENTRA A PALAVRA RELOGIOS*/
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

  header nav li:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left:0px;
    width: 100%;
    height: 12px;
    background-color: #916A44;
    transition: all 0.2s ease-out;
    transform:translateY(12px);
    opacity: 0;
  }
  header nav li:hover:after{
    transform:translateY(4px);
    opacity: 0.9;
  }
  header nav li:hover{
    color: #916A44;
  }

  header nav li.active:after,
  header nav li:hover:after{
    transform:translateY(0px);
    opacity: 1;
  }
  header nav li.active,
  header nav li:hover{
    color: #916A44;
  }
/* ==========================================================================
   BOXES
   ========================================================================== */
.no-sep-box2{
  margin-top: 5px;

}
.no-sep-box2 .image-box{
  width: 53%;
  display: inline-block;
      vertical-align: middle;
}
.no-sep-box2 .text-box{
  height: 100%;
  width: 44%;
  display:inline-block;
}
.box{
  overflow: hidden;
}
.box66 .image-box{
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.box66 .text-box{
  height: 100%;
  width: 54%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.text-box {
}
.text-box .text{
    width:450px;
    text-align: center;
}
.text-box .text .title-1{
  margin-bottom: 22px;
}
.text-box .text a.text-1{
  margin-top: 16px;
  display: block;
}
.inner .text.bottom{
     bottom: 0px;
    position: absolute;
    width: 100%;
    padding: 27px 0px;
}

.box .overlay.bottom{
    background-color: rgba(192,147,73,0.6);
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding: 10px 0px;
    transform:translateY(30%);
    opacity: 0;
}
.box .overlay.bottom > *{
  opacity: 0;
  padding: 0px 13px;
}
.box:hover .overlay.bottom{
  opacity: 1;
  transform:translateY(0);
}
.box:hover .overlay.bottom > *{
  opacity: 1;
}

.box .overlay.full{
  background-color: rgba(192,147,73,0.6);
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform:scale(1.03);
  opacity: 0;
}
.box .overlay.full > *{
  opacity: 0;
}
.box .overlay.full .overlay-text > *{
  padding: 0px 13px;
}

.box:hover .overlay.full{
  opacity: 1;
  transform:scale(1);
}
.box:hover .overlay.full > *{
  opacity: 1;
}

.inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.box-line3{
  margin-top:5px;
}
.box-line3 .box33{
  position: relative;
  float: left;
  width: 32.84%;
  width: calc((100% - 10px) / 3);
  padding-top: 22.1%;
  margin-right: 5px;
} 



.box-line4{
} 
.box-line4 .squarebox25{
  position: relative;
  float: left;
  width: 24.62%;
  width: calc((100% - 15px) / 4);
  padding-top: 24.62%;
  padding-top: calc((100% - 15px) / 4);
  margin-right: 5px;
  margin-top:5px !important;
} 


.single-topfeaturedbox-line{
  margin-top:5px;  
} 
.single-topfeaturedbox-line .squarebox50{
  position: relative;
  float: left;
  width: 49.71%;
  width: calc((100% - 5px) / 2);
  padding-top: 49.71%;
  padding-top: calc((100% - 5px) / 2);
  margin-right: 5px;
} 
.single-topfeaturedbox-line .squarebox25{
  position: relative;
  float: left;
  width: 24.62%;
  width: calc((100% - 15px) / 4);
  padding-top: 24.62%;
  padding-top: calc((100% - 15px) / 4);
  margin-right: 5px;
} 
.single-topfeaturedbox-line .halfbox50{
  position: relative;
  float: left;
  width: 49.71%;
  width: calc((100% - 5px) / 2);
  padding-top: 24.62%;
  padding-top: calc(((50vw - 5px) / 2) - 5px);
  margin-top: 5px;
} 


.box-line2a{
  margin-top:5px;  
} 
.box-line2a .box42{
  position: relative;
  float: left;
  width: 41%;
  width: calc(((100% - 5px) * 0.42));
  padding-top: 34.74%;
  margin-right: 5px;
} 
.box-line2a .box58{
  position: relative;
  float: left;
  width: 57%;
  width: calc(((100% - 5px) * 0.58));
  padding-top: 34.74%;
  margin-right: 5px;
} 


.box-line2b{
  margin-top:5px;  
} 
.box-line2b .box34{
  position: relative;
  float: left;
  width: 41%;
  width: calc(((100% - 5px) * 0.34));
  padding-top: 29.3%;
  margin-right: 5px;
} 
.box-line2b .box66{
  position: relative;
  float: left;
  width: 41%;
  width: calc(((100% - 5px) * 0.66));
  padding-top: 29.3%;
  margin-right: 5px;
} 

.image-box{
  height: 100%;
  position: relative;
  text-align: center;
}
.image-box img{
  height: 100%;
  width: auto !important;
}
/* ==========================================================================
   MAIN SLIDER
   ========================================================================== */
.main-slider{
  height: 600px;
  height: calc(100vh - 175px);
}
.main-slider .item,
.main-slider .item .image,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item{
  height: 100%;
}
.main-slider .item .image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.main-slider .caption {
  position: relative;
  text-align: center;
  z-index: 10;
  left:3%;
  height: 100%;
}
.main-slider .caption .align-middle > *{
  opacity: 0;
}
.main-slider .caption.showup .align-middle > *{
  opacity: 1;
}
.go-down {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 10%;
    cursor: pointer;
    display: block;
    transform:translateY(0px);
}
.go-down:hover{
    transform:translateY(6px);
}
.go-down:hover path{
  fill:#C09349;
}
  /* ==========================================================================
   FOOTER
   ========================================================================== */
  footer{
    text-align: center;
  }
  footer .inner{
    position:relative !important;
  }
  footer .box{
    padding: 60px 0px 0px !important;
    height: auto !important;
    display: inline-block !important;
    text-align:left;
  }
  footer .box.center{
    padding: 60px 0px 60px !important;
    width: 55% !important;
  }
  footer .box{
    width: 22% !important;
  }
  footer .box.center .text-2{
    margin-top: 20px;
  }  
  footer input[type="text"]{
    border:none;
    outline:none;
    background-color: #F7F5F2;
        padding: 7px 9px 6px;
        margin-top: 10px;
            width: 100%;

   color: #1D1D1B;
   font-size: 14px;
  }  
footer input[type="submit"] {
    border: none;
    outline: none;
    background-color: #F7F5F2;
    padding: 7px 9px 6px;
    margin-top: 10px;
    color: #1D1D1B;
    font-size: 14px;
}
 footer ::-webkit-input-placeholder {
   color: #696969;
   font-size: 14px;
}

 footer :-moz-placeholder { /* Firefox 18- */
   color: #696969;  

   font-size: 14px;
}

 footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #696969;  

   font-size: 14px;
}

 footer :-ms-input-placeholder {  
   color: #696969;  

   font-size: 14px;
}
footer .social-links{
  position: relative;
  margin-top: 13px;
}
footer .social-item{
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(../img/logos-social.svg);
  background-size: 174px;
  margin-right: 5px;
}
footer .social-item.facebook{
  background-position: 0px 0px;
}
footer .social-item.twitter{
  background-position: -36px 0px;
}
footer .social-item.googleplus{
  background-position: -72px 0px;
}
footer .social-item.youtube{
  background-position: -108px 0px;
}
footer .social-item.instagram{
  background-position: -145px 0px;
}
footer .social-item.facebook:hover{
  background-position: 0px -26px;
}
footer .social-item.twitter:hover{
  background-position: -36px -26px;
}
footer .social-item.googleplus:hover{
  background-position: -72px -26px;
}
footer .social-item.youtube:hover{
  background-position: -108px -26px;
}
footer .social-item.instagram:hover{
  background-position: -145px -26px;
}
/* ==========================================================================
   PRODUCTS ARCHIVE
   ========================================================================== */
  .products-archive .no-sep-box2{
    height: 700px;
  }
  .products-archive .marcas{
    margin-top: 5px;
  }
  .products-archive .marcas .item{
    margin: 0px 0px 0px 5px;
    text-align: center;
    overflow: hidden;
  }
  .products-archive .marcas .owl-item:first-child .item{
    margin-left: 0px;
  }
   .products-archive .marcas .owl-item{
    width: calc((((100vw - 15px) - (5px * 7)) / 8) + 5px) !important;

   }
   .products-archive .marcas .owl-item:first-child{
    width: calc(((100vw - 15px) - (5px * 7)) / 8) !important;
   }
  .products-archive .marcas .item .graycream-bg{
    height: 116px;
    height: 8.1vw;
  }
      
  .products-archive .marcas .item.no-margin {
    margin-bottom: 0px !important;
}
  .products-archive .marcas .item svg{
    
  }
  .products-archive .marcas .item:hover div{
    background-color: rgba(192, 147, 73, 0.62);
  }
 
  .products-archive .marcas .item:hover svg *{
    transition: all 0.5s ease-out;
    fill: white;
  }
  .products-archive .marcas .item.op-margin{
    margin: 0px 2px 0px 2px;
    text-align: center;
  }
  .products-archive .marcas .item.op-margin div{
    width: calc(100% + 2px);
    left: -2px;
    position: relative;
  }
    .products-archive .marcas .item.no-margin img{
      margin-left: 2px;
    }
    .products-archive .box-line4 .squarebox25{

    }
    .show-more-btn{
      padding: 30px 0px;
      text-align: center;
      margin-top: 5px;
      cursor: pointer;
      height: 20px;
    }
    .show-more-btn:hover{
      background-color: rgba(192, 147, 73, 0.62);
    }
    .show-more-btn:hover > div{
      color:white;
    }
    .show-more-btn > div{
      opacity: 0;
          position: absolute;
    width: 100%;
    }
    .show-more-btn .std{
      opacity: 1 !important;
    }
    .show-more-btn.on-load .std{
      opacity: 0 !important;
    }
    .show-more-btn.on-load{
      background-color: rgba(192, 147, 73, 0.62);
    }
    .show-more-btn .on-load{
      margin: -9px auto -10px;
    }
    .show-more-btn.on-load .on-load{
      opacity: 1 !important;
      color:white;
    }
    .show-more-btn .sk-fading-circle{
      margin: 0px 10px !important;
      width: 40px;
      height: 40px;
      display: inline-block;
      vertical-align: middle;
    }
    .show-more-btn .sk-fading-circle .sk-circle:before{
      background-color: white;
    }
    .show-more-btn.no-posts {
      background-color: rgba(192, 147, 73, 0.62);
    opacity: 0.4;
    cursor: default;
    } 
    .show-more-btn.no-posts .std{
      opacity: 0 !important;

    } 
    .show-more-btn.no-posts .done{
      opacity: 1;
    }
    #load-it{
      position: absolute;
      width: 1px;
      height: 1px;
      left:-1px;
      overflow: hidden;
    }

    .box-line4 .squarebox25{
      opacity: 1;
      transform:translateY(0);
    }

    .box-line4 .squarebox25.inactive{
      opacity: 0;
      transform:translateY(5%);
    }
    .squarebox25 .loading {
      position: absolute;
      z-index: 1000;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      opacity: 0;
    }
    .squarebox25.isloading .loading{
      opacity: 1;
    }
    .box.isloading:hover .overlay.full{
      opacity: 0 !important;
    }
  .squarebox25 .loading .sk-fading-circle{
    margin: 50% auto;
    width: 70px;
    height: 70px;    
    top: -35px;
  }

/* ==========================================================================
   SINGLE
   ========================================================================== */
.breadcrumbs {
    margin-left: 60px;
    margin-top: 20px;
    font-size: 0.85em;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    position: absolute;
    z-index: 20;
}
.breadcrumbs a:hover{
  color:#D8B782;
}
.breadcrumbs .sep {
    font-size: 12px;
    top: -1px;
    position: relative;
}
.active-single-wrapper {
    position: relative;
    overflow: hidden;
}
.single.no-sep-box2 .image-box{
  width: 52.5%;
}
.single.no-sep-box2 .text-box{
  width: 45%;
}
.single-logo {
    margin-bottom: 20px;
}
.navigation{
}
.nav-btn{
  top:50%;
  margin-top: -75px;
  width: 48px;
  height: 110px;
  cursor: pointer;
  z-index: 20;
}
.nav-btn div{
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
.nav-btn.next{
  position: absolute;
  right: 0px;
  transform:translateX(0px);
}
.nav-btn.prev{
  position: absolute;
  left: 0px;  
  transform:translateX(0px);
}
.nav-btn.next:hover{
  transform:translateX(3px);
}
.nav-btn.prev:hover{
  transform:translateX(-3px);
}
.go-left{
  transform: rotate(90deg);
  position: relative;
  right: -9px;
}

.go-right{
  transform: rotate(-90deg);
  position: relative;
  left: 10px;
}

.collection-thumbnails{
  width: 130%;
  position: relative;
  left:-15%;
  height:100px;
  overflow: hidden;
  margin-top: 25px;
}
.collection-thumbnails .thumb{
  width:100px;
  height: 100%;
  margin-right: 2px;
  display: inline-block;

  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.collection-thumbnails .thumb .inner{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.collection-thumbnails .thumb.active{
  opacity: 0.5;
}
.collection-thumbnails .thumb:hover,
.collection-thumbnails .thumb.hold{
  transform:scale(0.98);
}
.image-box .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    opacity: 0;
}
.image-box.on-load .loading{
  opacity: 1;
}
.product-single .image-box {
  min-width: 50%;
  min-width: 50vw;
}
.product-single .squarebox25.active{
  opacity: 0.3;
}
.product-single .single {
    height: 650px;
    height: 90vh;
}
.single .image-box img{
  position: relative !important;
  margin: 0px 190px;
    margin: 0 13.5vw;
}    
.single .image-box,
.single .text-box{
    transform: translateX(0%);
    opacity: 1;
}
.single.go-away .image-box,
.single.go-away .text-box{
    transform: translateX(-2%);
    opacity: 0;
}
.single.change .image-box,
.single.change .text-box{
    transform: translateX(2%);
    opacity: 0;
    transition: all 0s !important;
}
.single.get-ready .image-box,
.single.get-ready .text-box{
    transform: translateX(0%);
    opacity: 0;
    transition: all 0s !important;
}
.full-single-loading{
  width: 100%;
  height: 100%;
}
.full-single-loading div{
  display: block;
  vertical-align: none;
  top:50%;
  margin-top: -35px;
}
.single .loading{
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: 0;
}
.single .loading.active{
  opacity: 1;
}
.single .loading > div{
  margin: 0 auto !important;
}
/* ==========================================================================
   TIMELINE
   ========================================================================== */
.timeline-wrapper{
    height: 670px;
} 
.timeline-wrapper .navigation path{
  fill:#CDC6BB;
}

.timeline-wrapper .nav-btn{
  height: 100%;
  top:0px;
  margin-top: 0px;
}
.timeline-wrapper .nav-btn div{
  margin-top: -29px;
}    
.timeline-wrapper .nav-btn.next{
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.timeline-wrapper .nav-btn.prev{
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.timeline *{
   -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.timeline:active *{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }
.timeline{
  height: 1000px;
  width: 10000px;
  margin-top: 300px;
    margin-left: 25%;
    transform:translateX(0px);
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.timeline:active{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.timeline .ponto{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.1;
}
.timeline .ponto.visible{
  opacity: 1;
}
.timeline .ponto-image {
    position: absolute;
    bottom: 103px;
    width: 550px;
    left: -275px;
    text-align: center;
    margin-left: 55px
}
.timeline .ponto-image img{
  height: 210px;
  width: auto;
}
.timeline .ponto-text{

    position: absolute;
    top: 93px;
    width: 380px;
    left: -190px;
    text-align: center;
    margin-left: 55px
}
.timeline .ponto .ponto-ano{
  width: 110px;
  text-align: center;
}
.timeline .ponto .ponto-ano .ball {
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background-color: #CDC6BB;
  display: inline-block;
  margin-bottom: 20px;
  transform:scale(1);
}
.timeline .ponto.active .ponto-ano .ball {
  background-color: #C09349;

  transform:scale(1.2);
}
.timeline .ponto .ponto-ano .trajana {
  font-size: 33px;
  letter-spacing: 7px;
  color:#CDC6BB;
      display: inline-block;
    width: auto;
    margin-right: -7px;
}
.timeline .ponto.active .ponto-ano .trajana {
  color: #C09349;
}

.timeline .ponto:hover .ponto-ano .ball {
  background-color: #C09349;
  transform:scale(1.2);
}

.timeline .ponto:hover .ponto-ano .trajana {
  color: #C09349;
}

.timeline .sep{
  display: inline-block;
  vertical-align: top;
  top: 5px;
  margin: 0px -27px;
  position: relative;
}
.timeline .sep .small-mark{
  width:3px;
  height: 10px;
  border-radius: 3px;
  background-color: #E9E6D7;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 17px;
}
.timeline .sep .large-mark{
  width:3px;
  height: 20px;
  border-radius: 3px;
  background-color: #E9E6D7;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 17px;
}


/* ==========================================================================
   CONTACTOS
   ========================================================================== */
  .contactos-slider{

  }
  .contactos-slider .item{
    height: 100%;
  }

/* ==========================================================================
   LOADING
   ========================================================================== */
  .sk-fading-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: rgba(192, 147, 73, 0.49);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* ==========================================================================
   ANIMATIONS & TRANSITIONS
   ========================================================================== */
.delay{
  transition-delay:0.2s !important;
}
.delay-c1{
  transition-delay:0.5s !important;
}
.delay-c2{
  transition-delay:1s !important;
}
.anim-fast{
    -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-medium{
    -webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slow{
    -webkit-transition: all 0.7s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.7s ease-in-out;  /* Firefox 4-15 */
       -o-transition: all 0.7s ease-in-out;  /* Opera 10.50–12.00 */
          transition: all 0.7s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slow-opacity{
    -webkit-transition: opacity 0.7s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: opacity 0.7s ease-in-out;  /* Firefox 4-15 */
       -o-transition: opacity 0.7s ease-in-out;  /* Opera 10.50–12.00 */
          transition: opacity 0.7s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slower{
    -webkit-transition: all 0.9s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.9s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.9s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.9s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-so-slow{
    -webkit-transition: all 6s ease-in-out;;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 6s ease-in-out;;  /* Firefox 4-15 */
       -o-transition: all 6s ease-in-out;;  /* Opera 10.50–12.00 */
          transition: all 6s ease-in-out;;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-super-slow{
    -webkit-transition: all 10s ease-in-out;;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 10s ease-in-out;;  /* Firefox 4-15 */
       -o-transition: all 10s ease-in-out;;  /* Opera 10.50–12.00 */
          transition: all 10s ease-in-out;;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

