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

.container.full{
  width:100%;
 /* overflow: hidden;*/
}

.container.center{
 /* width: 96%;
  max-width:1260px;*/
  max-width: 1400px;
  width: 88%;
  margin:0 auto;
}

.single-page #content {
  max-width: 1255px;
    width: 88%;
    margin: 0 auto;
}
.center-absolute {
  width: 96%;
  max-width:1260px;
  position: absolute;
  left: 50%;
  margin-left: -630px;
}
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: 'AvenirNext';
  color: #606465;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important; 
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  font-size: 17px;
  line-height: 32px;
}
.no-overflow{
  overflow: hidden;
}
.its-hidden{
  text-indent: -9999;
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.no-transform{
  -webkit-transform:none !important;
  -moz-transform:none !important;
  -o-transform:none !important;
  transform:none !important;
}
.v-google {
    text-indent: -9999px;
}
.aligner {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -5px;
}
.align-middle{
  display: inline-block;
  vertical-align: middle;
}
.text ul{
  padding: 10px 0px 0px 20px;
  list-style: disc;
}
.text ol {
  padding: 10px 0px 0px 27px;
}
ul.post-list {
  padding: 0px !important;
  list-style: none !important;
}
.text-align-right{
  text-align: right;
}
.text-align-center{
  text-align: center;
}
img{
  border:0px;
}
.uppercase{
  text-transform: uppercase;
}
.no-margin{
  margin:0px !important;
}
.no-margin-top{
  margin-top:0px !important;
}
.gray-bg{
  background-color: #EEEFF0;
}
.darkgray-bg{
  background-color: #DBDCDE;
}
.of-hidden{
  overflow: hidden;
}
.text a:not(.button a){
  color: #588C08;
  text-decoration: underline;
}
.size-1,
h1{
  font-weight:400;
  font-size:40px;
  line-height: 49px;
  line-height: 1.2em;
}
.text h1{
  font-weight:400;
  font-size:40px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.size-2,
h2{
  font-weight:600;
  font-size:33px;
  line-height: 40px;
  line-height: 1.2em;
}
b, strong {
  font-weight: 500;
}
p {
  margin: 0px;
}
#load-it, #load-it-title {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    left: -9999px;
}
.button{
  display: inline-block;
  padding: 0px 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
    border: 1px solid #000000;
    color: #000000;
  margin-top: 25px;
padding: 3px 13px 0px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.15em;

}
.button.small{
    display: inline-block;
    padding: 2px 8px 0px;
    line-height: 18px;

    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    border: 1px solid #000000;
    color: #000000;
    margin-top: 5px;
}
.button.light-border{
  border: 1px solid #b39e62;
  color: #b39e62;
}

.button:hover{
  background-color: #00AAE7;
  border: 1px solid #00AAE7;
  color:white;
}
.button.light-border:hover{
  background-color:#b39e62;
  border: 1px solid #b39e62;
  color:black;
}
.margin-top{
  margin-top: 70px;
}
.section-padding,.text-section{
  padding: 50px 0px;
}

div#lang_cect {
    position: absolute;
    right: -68px;
    bottom: 40px;
    height: 22px;
    width: 40px;
    overflow: hidden;
}
div#lang_cect:after{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #606465;
    top: 7px;
    right: 2px;
}
div#lang_cect:hover{
  overflow: visible;
}
div#lang_cect:hover:after{
  display: none;
}

.language-chooser li {
  width: 23px;
      padding: 2px 6px;
display: block;
    text-transform: uppercase;
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 19px;
}
.language-chooser .active {
    display: none;
}
.language-chooser li:hover {
    color: white;
  background-color: #757169;
}
/* ==========================================================================
   MAIN COLS
   ========================================================================== */
.main-col.left{
  width: 19%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  position:relative;
}
.main-col.right{
  width: 80%;
  display: inline-block;
  vertical-align: top;
  position:relative;
}
.page-content .main-col.left{
    width: 34%;
    margin-right: 5.5%;
}
.page-content .main-col.right{
  width: 60%;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
  header{
    height: 155px;
    position: relative;
    overflow: visible !important;
    background-color: white;
  }
  header .container,
  header .main-col{
    height: 100%;
  }
  header .main-col.left{
    text-align: center;
    position: absolute;
    width: 532px;
  }
  header .main-col.right{
    float: right;
  }
  header .main-col.left:after{
    content: "";
    width: 532px;
    position: relative;
    display: block;
    background: no-repeat url('../img/header-graphic.svg');
    background-size: 532px auto;
    background-position: center -1px;
    height: 55px;
    z-index: 1;
  }
  header .logo{
display: inline-block;
    vertical-align: middle;
    width: 132px;
    height: 100%;
    position: relative;
    margin: 36px 0px -36px -7px;
  }
  header .logo h1{
    width:100%;
    height:100%;
    position: relative;
    text-indent: -99999px;
  }
  header .logo h1 a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
    background: no-repeat url('../img/logo.png');
    background-size: contain;
    z-index:1000;
  }
    .en header .logo h1 a{
      background: no-repeat url('../img/logoen.png');
      background-size: contain;
    }
    .fr header .logo h1 a{
      background: no-repeat url('../img/logofr.png');
      background-size: contain;
    }
  @media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 2dppx) { /* Retina Display*/
    header .logo h1 a{
      background: no-repeat url('../img/logo@2x.png');
      background-size: contain;
    }
    .en header .logo h1 a{
      background: no-repeat url('../img/logoen@2x.png');
      background-size: contain;
    }
    .fr header .logo h1 a{
      background: no-repeat url('../img/logofr@2x.png');
      background-size: contain;
    }
  }
header nav{
  text-transform: uppercase;
  font-size:15.5px;
  font-weight: 500;
      letter-spacing: 0.15em;
  position: absolute;
  right: 0px;
  bottom: 30px;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
}
header nav > ul > li{
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding-bottom: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 15;
}
header nav > ul > li:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 100%;
  height: 0px;
  background-color: #b39e62;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  opacity: 0;
}
header nav > ul > li:hover:after{
  height: 7px;
  opacity: 1;
}
header nav > ul > li.current_page_item:after,
header nav > ul > li.current-menu-item:after,
header nav > ul > li.current-page-ancestor:after
{
  height: 7px;
  opacity: 1;
}
header nav > ul > li.current_page_item,
header nav > ul > li.current-menu-item,
header nav > ul > li.current-page-ancestor,
header nav > ul > li:hover{
  font-weight: 500;
  color:#b39e62;
}
header nav > ul > li > ul{
  position: absolute;
  padding-top: 35px;
  transform:translateY(-10px);
  -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  opacity: 0;
  display: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
header nav > ul > li > ul.active{
  pointer-events:all;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  opacity: 1;
}
header nav > ul > li > ul > li a{
  display: block;
  margin: 1px 0px;
  padding: 3px 12px;
  background-color: #e6e7e8;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
header nav > ul > li > ul > li:hover a{
  background-color: #00AAE7;
  color:white;
}
header nav > ul > li > ul > li.current-menu-item a{
  background-color: #00AAE7;
  color:white;
  font-weight: 500;
}







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

.home-page-quotes {
  padding: 70px 0px;
}

.quote {
  font-size: 40px;
  line-height: 47px;
  color: #040404;
}
.square-links .thumb {
    position: relative;
    width: 97%;
    padding-top: 97%;
    margin: 1.5%;
}
.square-links.no-slider{
  text-align: center;
  max-height: none;
}
.square-links.no-slider .thumb {
    position: relative;
    width: 24%;
    padding-top: 24%;
    margin: 0.11% 0.35%;
    display: inline-block;
}
.owl-controls {
    height: 0px;
    top: 50%;
    margin-top: -22px;
    position: absolute;
    width: 100%;
}

.owl-buttons > div ,.slick-arrow{
    width: 45px;
    position: absolute;
    height: 45px;
    background-color: #c2bcb1;
    text-indent: -99999px;
    color: transparent;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition: all 0.2s ease-out;  
     -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;  
}
.owl-buttons .owl-prev,.slick-arrow.owl-prev {
    left: -58px;
}
.owl-buttons .owl-next,.slick-arrow.owl-next {
    right: -58px;
}
.slick-arrow {
    top: 128px;
}
.owl-buttons > div:hover,.slick-arrow:hover{
    background-color: #b39e62;
}
.owl-buttons > .owl-prev:hover,.slick-arrow.owl-prev:hover{
    -webkit-transform:translateX(-4px);
    -moz-transform:translateX(-4px);
    -o-transform:translateX(-4px);
    transform:translateX(-4px);
}
.owl-buttons > .owl-next:hover,.slick-arrow.owl-next:hover{
    -webkit-transform:translateX(4px);
    -moz-transform:translateX(4px);
    -o-transform:translateX(4px);
    transform:translateX(4px);
}
.owl-buttons svg,.slick-arrow svg{
    left: 18px;
    top: 15px;
    position: absolute;

    width: 9px;
    height: 18px;
}
.square-links li.product .add_to_cart_button {
    display: none;
}
.square-links .inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.square-links .inner a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.square-links .overlay{
  width: 100%;
  height: 100%;
  background-color:rgba(1, 1, 1, 0.5);
  opacity: 0;
}
.square-links .owl-item .overlay,
.no-slider.square-links .overlay{
  opacity: 1;
}
.square-links .thumb:hover .overlay, .square-links .thumb.active .overlay {
    opacity: 0;
}
.square-links .title {
    font-size: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: white;
        width: 230px;
}

.section.title h2 {
    font-size: 37px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color:#000;
    padding: 55px 0px 0px;
    margin-bottom: -25px;
    text-transform: uppercase;
}
.section.title.child-pages h2 {
    padding: 55px 0px 0px;
    margin-bottom: -25px;
}
.section.title.blonde-color h2 {
    color:#b39e62;
}
.home-page .section.title h2 {
    margin-bottom: 0px;
    padding: 15px 0px 40px;
}
.section.title.dark-bg{
  background-color: #152533;
}
.section.title.dark-bg h2 {
    color:white;
    padding: 55px 0px;
}

.reservation-bar{
  background-color:#b39e62;
  height: 115px;
}
.alojamento-gallery .thumb {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}
.alojamento-gallery .inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.alojamento-gallery #pos1{
    width: 24.62%;
    width: calc((100% - 15px) / 3);
    padding-top: 24.62%;
    padding-top: calc((100% - 15px) / 3);
}
.alojamento-gallery #pos2{
    width: 24.62%;
    width: calc(2*((100% - 15px) / 3));
    padding-top: 24.62%;
    padding-top: calc((100% - 15px) / 3);
    margin-right: 0px;
}
.alojamento-gallery #pos3{
    width: 24.62%;
    width: calc(3*((100% - 15px) / 5));
    padding-top: 24.62%;
    padding-top: calc((100% - 15px) / 3);
}
.alojamento-gallery #pos4{
    width: 24.62%;
    width: calc(2*((100% - 15px) / 5));
    padding-top: 24.62%;
    padding-top: calc(2*((100%) / 3) + 3px);
    margin-right: 0px;

}
.alojamento-gallery #pos5{
    width: 24.62%;
    width: calc(2*((100% - 15px) / 5));
    padding-top: 24.62%;
    padding-top: calc((100% - 15px) / 3);
        margin-top: calc((-100% + 16px) / 3);
}
.alojamento-gallery #pos6{
    width: 24.62%;
    width: calc(((100% - 15px) / 5) - 15px);
    padding-top: 24.62%;
    padding-top: calc((100% - 15px) / 3);
        margin-top: calc((-100% + 16px) / 3);
}
/*
.safari .alojamento-gallery #pos6{
  left: 24.62%;
  left: calc(2*((100% + 23px) / 5));
}
*/
/* ==========================================================================
MAIN SLIDER
========================================================================== */
.main-slider{
  height: 450px;
  height: calc(100vh - 170px);
}
.std-page-slider{
  height: 490px;
  height: 67vh;
}
.header-slider .item,
.header-slider .item .image,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item{
  height: 100%;
}
.header-slider .item .image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.header-slider .caption-wrapper{
  height: 100%;
}
.header-slider .caption{
  bottom:54%;    
  margin-left: 111px;
}
.header-slider .caption.escuro{
  color:white;
}
.header-slider .caption.meio{
  color:#b39e62;
}
.header-slider .caption.claro{

}
.header-slider .caption-wrapper .caption-title{
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  opacity: 0;
  transform:translateY(-3px);
  -webkit-transform:translateY(-3px);
  -moz-transform:translateY(-3px);
  -ms-transform:translateY(-3px);
  -o-transform:translateY(-3px);
}
.header-slider .showup .caption-title{
  opacity: 1;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
}
.header-slider .caption-wrapper .caption-text{
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  opacity: 0;
  transform:translateY(-1px);
  -webkit-transform:translateY(-1px);
  -moz-transform:translateY(-1px);
  -ms-transform:translateY(-1px);
  -o-transform:translateY(-1px);
      margin-bottom: 13px;
}
.header-slider .showup .caption-text{
  opacity: 1;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);

}
.header-slider .arrow.go-down {
  width: 35px;
  height: 35px;
  margin-left: 111px;
  bottom: 40%;
  position: relative;
  background-image: url(../img/seta-down.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  cursor: pointer;
  opacity: 0;
}

.header-slider .escuro .arrow.go-down {
  background-image: url(../img/seta-down-white.svg);
  background-size: 100%;
  background-position: center;
}
.header-slider .showup.arrow.go-down{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
}
.header-slider .arrow.go-down:hover{
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}
.header-slider .owl-controls {
  z-index: 1000;
  position: absolute;
  width: 1180px;
  left: 50%;
  margin-left: -479px;
  bottom:20%;
}
.header-slider .owl-page{
  width: 26px;
  height: 26px;
  background-color: white;
  display: inline-block;
  border-radius: 100%;
  margin-right: 17px;
}
.header-slider .owl-page.active{
  background-color: #00AAE7;
}

/* ==========================================================================
footer
========================================================================== */

footer{
  height: 250px;
  background-color: #161314;
  overflow: hidden;
}
.rv-assinatura img {
  right: 7px !important;
  bottom: 7px !important;
  transform: translateX(102px);
      -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+ */
}

.rv-assinatura:hover img{
  transform: translateX(0px);
}
footer > .container{
  height: 100%;
}
footer .footer-graphic{
  width: 400px;
  position: absolute;
  display: block;
  background: no-repeat url('../img/footer-graphic.svg');
  background-size: 400px auto;
  background-position: bottom left;
  height: 100%;
  z-index: 1;
}
footer .logo-footer {
  position: absolute;
  left: 50%;
  margin-left: -103px;
  width: 190px;
  height: 80px;
  top: 50%;
  margin-top: -32px;
}

footer .contacts{
    float: right;
    top: 50%;
    margin-top: -16px;
    position: relative;
    height: 70px;
    width: 309px;
}
footer .contacts .button{
    padding: 5px 13px 3px;
}
footer .social-links{
  position: relative;
  margin-top: 10px;
}
footer .social-item{
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(../img/social-icons@2x.png);
  background-size: 347px;
  margin-right: 5px;

}
footer .social-item.facebook{
  background-position: -1px -2px;
}
footer .social-item.twitter{
  background-position: -36px -2px;
}
footer .social-item.googleplus{
  background-position: -70px -2px;
}
footer .social-item.youtube{
  background-position: -105px -2px;
}
footer .social-item.instagram{
  background-position: -140px -2px;
}
footer .social-item.facebook:hover{
  background-position: -1px -34px;
}
footer .social-item.twitter:hover{
  background-position: -36px -34px;
}
footer .social-item.googleplus:hover{
  background-position: -70px -34px;
}
footer .social-item.youtube:hover{
  background-position: -105px -34px;
}
footer .social-item.instagram:hover{
  background-position: -140px -34px;
}
/* ==========================================================================
page childs
========================================================================== */
.page-content {
  margin-top: 30px !important;
  opacity: 1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.page-content .title h1{
  text-align: right;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #b39e62;
  text-transform: uppercase;
  width: 420px;
  float: right;
}
.page-content .text {
  color:#606465;
  font-size: 17px;
  line-height: 24px;
  width: 90%;
}


.loading .page-content{
  opacity: 0;
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}
.loading .page-content.avisbl{
  opacity: 1 !important;
  -webkit-transform:scale(1) !important;
  -moz-transform:scale(1) !important;
  -o-transform:scale(1) !important;
  transform:scale(1) !important;
}
.loading.ready .page-content{
  -webkit-transform:scale(0.95);
  -moz-transform:scale(0.95);
  -o-transform:scale(0.95);
  transform:scale(0.95);
}
.page-content-wrapper .spinner {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  margin-left: 50%;
  left: -40px;
top: 50%;
margin-top: -40px;
}
.loading .page-content-wrapper .spinner{
  opacity: 1 !important;
}


/* ==========================================================================
page gallery
========================================================================== */

.page-gallery{
}
.gallery-child-wrapper{
  text-align: center;
}
.gallery-child{
  left: -15px;
  position: relative;
      margin: 10px 0px 50px;
}
.gallery-child li{
  position: relative;
  display: inline-block;
  padding:0 12px;
  margin: 0px 19px;
  font-size:17.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color:#606465;
}
/*.en .gallery-child li {
    padding: 0px 4px;
    margin: 0px 12px;
    font-size: 15.5px;
}*/
.gallery-child li:after{
  content:"";
  display: block;
  background-color:#b39e62;
  opacity: 0;
  -webkit-transform:scale(0.9);
  -moz-transform:scale(0.9);
  -o-transform:scale(0.9);
  transform:scale(0.9);
  height: 8px;
  width: 100%;
  position: absolute;
  bottom:-10px;
  left:0px;
  -webkit-transition: all 0.2s ease-out;  
   -moz-transition: all 0.2s ease-out;  
     -o-transition: all 0.2s ease-out; 
        transition: all 0.2s ease-out;  
}
.gallery-child li.active{
  color:#b39e62;
}
.gallery-child li.active:after{
  opacity: 1;
  -webkit-transform:scale(1);
   -moz-transform:scale(1);
    -o-transform:scale(1);
     transform:scale(1);
}
/*.gallery-child li:hover:after{
  opacity: 1;
  transform:scale(1);
}*/
.gallery-child li:hover{
  color:#b39e62;
}
.gallery-child li.section.title{
  top: 5px;
  position: relative;
  margin: 0px 25px !important;
  pointer-events:none !important;
}
.owl-carousel-gallery{
  width: 70%;
  margin: 70px auto;
  position: relative;
  height: 580px;
}
/*.owl-carousel-gallery .owl-wrapper{
  height: auto;
}*/

.owl-carousel-gallery .item{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  opacity: 1;
  display: block !important;
  background-image:url(../img/temp.jpg);
}



.owl-carousel-gallery .owl-item .item.loaded{
  opacity: 1;
}



/* ==========================================================================
store
========================================================================== */
.page-content-wrapper .page-title{
  display: none;
}
.page-content-wrapper ul.products{
  text-align: center;
}
.page-content-wrapper ul.products li {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    width: 25% !important;
    margin: 4px 1px !important;
    position: relative;
}
.square-links {
        max-height: 26vw;
}
.page-content-wrapper ul.products li span.onsale {
    min-height: 1px !important;
    min-width: 0px !important;
    padding: 17px 0px 15px !important;
    font-weight: 400 !important;
    position: absolute !important;
    text-align: center !important;
    line-height: 0px !important;
    text-transform: uppercase !important;
    top: auto !important;
    right: 0px !important;
    left: auto !important;
    width: 100% !important;
    bottom: 0px !important;
    margin: 0 !important;
    border-radius: 0px !important;
    background-color: #b29e62 !important;
    color: #fff !important;
    font-size: 12px !important;
    -webkit-font-smoothing: antialiased !important;
    z-index: 9;
}
.page-content-wrapper ul.products li .overlay {
    background-color: rgba(29, 3, 3, 0.36);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events:none;
}
.page-content-wrapper ul.products li .overlay .align-middle {
    padding: 60px 40px;
}
.page-content-wrapper ul.products li .overlay .txt,
.page-content-wrapper ul.products li .overlay-hover {
  color: white;
}
.page-content-wrapper ul.products li img{
  margin: 0px !important;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
}
.page-content-wrapper ul.products li .overlay-hover {
    background-color: #b39e62;
    position: absolute;
    opacity: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events:none;
    text-align: left;
}
.page-content-wrapper ul.products li:hover .overlay-hover{
  opacity: 1;
  z-index: 1000;
    pointer-events:all;
}
.page-content-wrapper ul.products li .overlay .post-title{
  text-transform: uppercase;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.15em;
}
.page-content-wrapper ul.products li .overlay .post-ex{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 19px;
    margin-top: 3px;
    margin-bottom: 8px;
}
.page-content-wrapper ul.products li .overlay-hover .align-middle {
    padding: 0px 40px;
}
.page-content-wrapper ul.products li .overlay-hover .post-title{
  text-transform: uppercase;
  font-size: 28px;
  line-height: 29px;
    margin-bottom: 2px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.page-content-wrapper ul.products li .overlay-hover .post-ex{
    font-size: 17px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 8px;
}
.page-content-wrapper ul.products li .overlay-hover .post-content{
    font-size: 17px;
    line-height: 18px;
    max-height: 73px;
    overflow: hidden;
}
.page-content-wrapper ul.products li .overlay-hover .button{
      border: 1px solid white;
    color: white;
}
.page-content-wrapper ul.products li .overlay-hover .button:hover {
    background-color: white;
    border: 1px solid white;
    color: #b39e62;
}
.reticencias {
height: 5px;
    margin-top: 9px;
    margin-bottom: 8px;
    display: block;
    position: relative;
}
.reticencias span {
    width: 4px;
    height: 4px;
    background-color: white;
    display: inline-block;
    border-radius: 4px;
    margin: 0px 2px;
    position: relative;
    padding: 0px;
    top: -17px;
}







/* ==========================================================================
SINGLE PRODUCT
========================================================================== */
.woocommerce span.onsale {
    z-index: 1;
    border-radius: 0px !important;
    background-color: #b39e62 !important;
    padding: 11px 16px 10px !important;
    min-height: 0px !important;
    font-family: 'AvenirNext' !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 23px !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left !important;
    width: 35% !important;
}
.single-page .related.products{
  display: none;
}

.single-page .page-content {
    min-height: 570px;
}
.product-gallery-images {
    text-align: center;
}
.product-gallery-images .item {
    display: inline-block;
/*    margin: 0px 0.3vw;*/
    margin: 0px 8px;

}
/*.product-gallery-images .item img {
    height: 20.9vw;
}*/
.single-page #container {
  background-color: rgb(239, 236, 231);
  padding: 25px 0px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart{
  position: relative;
}
label.book_start_date_label,label.book_end_date_label{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #142433;
    display: block;
    margin: 0px !important;
    width: 100px;
    position: absolute;
    top:50px;
}
label.book_start_date_label{
    left: 60px;
}
label.book_end_date_label{
  left:290px;
}
input#booking_calender,input#booking_calender_checkout{
    background-color: transparent;
    border: none;
    border: 2px solid rgba(187, 160, 98, 0.85);
    width: 193px;
    height: 42px;
    position: absolute;
    top:82px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'AvenirNext';
    padding-left: 10px;
}
input#booking_calender{
}
input#booking_calender_checkout{
  left:230px;
}
#checkin_cal,#checkout_cal{
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 90px;
}
#checkin_cal{
  left:169px;
}
#checkout_cal{
  left:399px;
}

.variations {
    position: relative;
        margin-top: 141px;
    width: 93px !important;
}
.variations label{ 
  width: 150px !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #142433 !important;
  position: relative;
  left:4px;
}
.en .variations label{
  font-size: 12.5px !important;
}
.fr .variations label{
  font-size: 11px !important;
}
.variations .value {
    background-image: url(../img/dropdown-icon.gif);
    background-size: 30px 30px;
    background-position: 55px center;
    background-repeat:no-repeat;
    height: 42px;
    width: 89px;
    border: 2px solid rgba(187, 160, 98, 0.85);
    overflow: hidden;
}
.variations select#pa_no-de-pessoas {
    border: none;
    background-color: transparent;
    font-size: 16px;
    height: 40px;
    max-width: 400px;
    width: 230px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'AvenirNext';
    padding-left: 10px;
}
.single_variation_wrap {
    height: 42px;
    width: 89px;
    border: 2px solid rgba(187, 160, 98, 0.85);
    position: relative;
    float: none;
    margin-top: -63px;
    margin-right: 43px;
    left: 115px !important;
}
.price-box-label {
position: absolute;
    width: 89px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #142433 !important;
    left: 0px;
    top: -34px;
    text-align: center;
}
.en .price-box-label{
  font-size: 12.5px !important;
}
.fr .price-box-label {
  font-size: 11px !important;
}
.price-wrapper .price .amount {
    font-size: 25px;
    display: block;
    font-weight: 500;
        line-height: 42px;
    position: absolute;
    left: 0px;
    width: 89px;
    top: 2px;
}
.price-wrapper .price {
    color: black !important;
    text-transform: uppercase;
    font-size: 10px !important;
    line-height: 18px;
    display: inline-block;
    width: 72px;
    line-height: 14px;
    vertical-align: top;
}
.price-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
}

#bkap_price .amount {
    color: black;
    font-size: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #efece7;
    left: 0px;
    top: 0px;
}

#bkap_price {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    color: transparent;
    font-weight: 500;
    line-height: 44px;
    font-size: 0px;
    text-align: center;
}




button.single_add_to_cart_button{
    width: 207px;
    height: 46px;
    background-color: #c2ab75 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    line-height: 29px !important;
    font-weight: 400 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    font-family: 'AvenirNext' !important;
}

.woocommerce-variation-add-to-cart.variations_button {
    position: absolute !important;
    top: -2px;
    left: 114px;
}

div#show_time_slot {
    position: absolute;
    bottom: -50px;
}

div#ajax_img img {
    display: inline-block;
    position: relative;
    top: 4px;width: 15px
}
div#ajax_img {
    position: absolute;
    bottom: 2px;
    left: 117px;
    z-index: 1;
    width: 89px;
    height: 42px;
    background-color: #efece7;
    text-align: center;
}
.displaynone{
  display: none !important;
}
.container.full.cart {
    padding: 102px 0px;
    background-color: #f5f4f4;
    margin-bottom: -70px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    float: none !important;
    width: 58% !important;
    display: inline-block;
    margin-left: 0;
    margin-top: 52px;
}

.tabs.wc-tabs {
    display: none;
}

#tab-description .product-title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
    color: #b49f62;
}


#tab-description .cat-prod{
      font-size: 18px;
    font-style: italic;
    margin-bottom: 11px;
}
#tab-description .product-content{
    font-size: 18px;
    line-height: 25px;
}
.more-products{
  margin-top: 70px;
}
.more-products ul.products li{
  position: relative !important;
  width: 97% !important;
  margin: 1.5% !important;
}
/*.more-products ul.products li .overlay-hover{
  display: none;
}*/
/*.more-products ul.products li .overlay{
  pointer-events:all; 
}*/
.txt.post-price span {
    font-size: 28px;
}
.txt.post-price {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

.page-content ul.products li{
  position: relative !important;
  width: 97% !important;
  margin: 1.5% !important;
}
/*.single-page .page-content ul.products li .overlay-hover{
  display: none;
}*/
.page-content ul.products li .overlay{
  pointer-events:all; 
}
.page-content-wrapper{
    overflow: visible !important;
}


.featured-categories {
    margin-top: -15px;
}
.featured-products ul.products li {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    width: 49% !important;
    margin: 4px 0.3% !important;
    position: relative;
}
.square-links-cat .thumb {
    position: relative;
    width: 97%;
    padding-top: 97%;
    margin: 1.5%;
}
.square-links-cat .inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.square-links-cat .inner a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.square-links-cat .overlay{
  width: 100%;
  height: 100%;
  background-color:rgba(1, 1, 1, 0.5);
  opacity: 1;
}
.square-links-cat .thumb:hover .overlay{
  opacity: 0;
}
.square-links-cat .title {
    font-size: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: white;
}


/* ==========================================================================
SINGLE EVENTOS PACOTES
========================================================================== */
.pacote-evento .main-col.left {
    width: 43.5%;
    margin-right: 1%;
}
.pacote-evento .main-col.right {
    width: 55.1%;
    padding-top: 43.5%;
}
.pacote-evento .main-col.right .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.owl-carousel-gallery-single{
    width: 100%;
    margin: 0px;
    position: absolute;
    height: 100%;
    top:0px;
}
.slider-wrapper{
    width: 100%;
    padding-top: 100%;
}
.owl-carousel-gallery-single .item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  opacity: 1;
  display: block !important;
  background-image:url(../img/temp-square.jpg);
}



.owl-carousel-gallery-single .owl-item .item.loaded{
  opacity: 1;
}

.top-bar {
  background-color: #b39e62;
  width: 100%;
  padding: 20px 0px 17px 0px;
  position: relative;
      height: 13.5%;
}
.top-bar .eptitle{
    width: 380px;
    margin-left: 4%;
        text-transform: uppercase;
}
.fr .top-bar .eptitle h1,
.en .top-bar .eptitle h1{
    font-size: 28px;
} 
.top-bar .eptitle h1 {
    font-size: 32px;
    font-weight: 500;
    color: #231f20;
        text-transform: uppercase;
    letter-spacing: 0.15em;
}
.top-bar .price{
position: absolute;
    right: 65px;
    font-size: 23px;
    text-align: left;
    width: 100px;
    top: 50%;
    margin-top: -34px;
    color: #231f20;
}
.fr .top-bar .price {
    right: 25px;
    width: 116px; 
}
.overlay-content .top-bar .price {
    margin-top: -25px;
}
.top-bar .price span {
    font-size: 36px;
    font-weight: 600;
    display: inline-flex;
}

.pacote-evento{
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  transform:none;
}
.pacote-evento .text {
color: #231f20;
    font-size: 20px;
    line-height: 25px;
    width: 92%;
    background-color: #e6e3dd;
    margin-top: 2.5%;
    padding: 4%;
    height: 66.4%;
}
.pacote-evento .text .button{
  margin-top: 20px;
  cursor: pointer;
}
.pacote-evento .text .info{
  margin-bottom: 20px;
}
.pacote-evento .text .info .npessoas {
    text-transform: uppercase;
    font-weight: 600;
}
.pacote-evento .text .info .alojamento {
    text-transform: uppercase;
}
.pacote-evento .text .text-mask {
    height: 58%;
    overflow: hidden;
}
.pacote-evento .text .reticencias span{
  background-color: black;
}
.pacote-evento .text .reticencias {
    height: 5px;
    margin-top: 21px;
    margin-bottom: 9px;
    display: block;
    position: relative;
}
.overlay-content{
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100%;
  top:0px;
  left:0px;
  background-color: rgba(245, 238, 227, 0.86);
  z-index: 999999999;
  overflow-y: scroll;
  display: none;
  opacity: 0;
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
   -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+ */
}
.overlay-content.active{
  opacity: 1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.overlay-content .wrapper {
    margin: 3% auto;
    min-height: 100%;
    text-align: left;
    width: 50%;
    padding: 14px;
    position: relative;
    background-color: white;
}
.overlay-content .overlay-slider {
    width: 100%;
    height: 40vw;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f8f5f0;
}
.overlay-content .close svg {
    width: 32px;
    left: 6px;
    position: absolute;
    top: 7px;
}
.overlay-content .close svg path {
    fill: white;
}
.overlay-content .close {
position: fixed;
    right: 21%;
    z-index: 0;
    top: 12%;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #b39e62;
    color: transparent;
}
.overlay-content .close:hover {
    background-color: #b39e62;
}

/*.pacote-evento .main-col.right {
    width: 55.1%;
    padding-top: 0%;
}
.pacote-evento .main-col.right .inner {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
}*/

.overlay-content .top-bar {
    background-color: #b39e62;
    width: 100%;
    margin: 0px auto 15px;
    padding: 20px 0px 17px 0px;
    position: relative;
    height: 13.5%;
}
.overlay-content .text {
    position: relative;
    margin: 14px auto 0px;
    width: 92%;
    padding: 4%;
}
.overlay-content .text .info {
    margin-bottom: 20px;
    margin-top: 30px;
}



.container.contactos{
  background-color: #e6e3dd;
  padding: 70px 0px 0px;
}
.container.full.map{
  margin-bottom: -70px;
}
.contactos .main-col.right {
    width: 48%;
}
.contactos .main-col.left {
    width: 46%;
    margin-right: 5.5%;
}
.contactos .page-content {
    margin-top: 0px !important;
    padding: 0px 0px 70px;
}
.form-title {
text-align: center;
    color: #b39e62;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-top: 12px;
    padding-bottom: 25px;
}

.wpcf7 {
    text-align: center;
}
.wpcf7 .col {
    display: inline-block;
    vertical-align: top;   
    width: 40%;
    margin: 0px 0.75%;
    text-align: left;
}
div.wpcf7 form input, div.wpcf7 form textarea {
font-family: 'AvenirNext';
    width: 94%;
    height: 14px;
    border: none;
    background-color: #e6e3dd;
    color: #001E31;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    margin: 9px auto;
    padding: 13px 3%;
}
div.wpcf7 form textarea {
    height: 134px;
    padding-top: 9px;
}
div.wpcf7 form input[type='submit']{
    font-family: 'AvenirNext';
    height: auto;
    border-bottom: none;
    background: #606465;
    outline: none;
    width: auto;
    font-size: 14px !important;
    line-height: 20px !important;
    display: inline-block;
    padding: 7px 14px;
    color: white;
    margin:0px;
    cursor: pointer;
}
div.wpcf7 form input[type='submit']:hover{
  background-color: #b39e62;
  color:white;
}
div.wpcf7 form .ajax-loader{
  position: absolute;
  width: 17px;
  margin-top: 9px;
}
div.wpcf7 form .wpcf7-not-valid-tip {
color: #ED6464;
    font-size: 13px;
    line-height: 23px;
    padding: 5px 10px;
    background: white;
    font-weight: 400;
    position: absolute;
    width: 146px;
    height: 20px;
    right: 5px;
    top: -2px;
}
.your-message .wpcf7-not-valid-tip {
  margin-top: -189px !important;
  position: absolute;
}
div.wpcf7 form .wpcf7-validation-errors {
  border: none;
  border-bottom: 4px solid #f7e700;
  background: white;
font-weight: 400;
    margin: 0px;
    bottom: -70px;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    width: 60%;
    left: 20%;
}
div.wpcf7 form .wpcf7-spam-blocked {
  border: none;
  border-bottom: 4px solid #f7e700;
  background: white;
font-weight: 400;
    margin: 0px;
    bottom: -70px;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    width: 60%;
    left: 20%;
}
div.wpcf7 form .wpcf7-mail-sent-ng {
  border: none;
  border-bottom: 4px solid #F23B3B;
  background: white;
font-weight: 400;
    margin: 0px;
    bottom: -70px;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    width: 60%;
    left: 20%;
}
div.wpcf7 form .wpcf7-mail-sent-ok{
  border: none;
  border-bottom: 4px solid #398f14;
  background: white;
font-weight: 400;
    margin: 0px;
    bottom: -70px;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    width: 60%;
    left: 20%;
}
::-webkit-input-placeholder {
  color: #606465;
}
:-moz-placeholder {
  color: #606465;  
}
::-moz-placeholder {
  color: #606465;  
}
:-ms-input-placeholder {  
  color: #606465;  
}




/** HOME REVSERVA */

.reservation.title h2 {
    color: #b39e62;
    padding-bottom: 23px;
}
.reservation.title .range span{
width: 30px;
    height: 1px;
    background-color: gray;
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
}

.reservation.title .range {
  font-weight: 500;
    text-transform: uppercase;
}

.reservation-bar img{
  width: 140px !important;
}
.reservation-bar .button.light-border {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 6px 22px 4px;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.15em;
}
.booking-button {
    margin: 20px 0px 50px;
    position: relative;
    display: block;
    left: -13px;
}
.reservation-bar{
  text-align: center;
      margin-top: 23px;
      background-color: transparent;
}
.reserve-now h2 {
    padding-bottom: 20px !important;
}
.reservation-bar input, .reservation-bar select {
    cursor: pointer;
}
.reservation-bar .widget_product_search{
  display: inline-block;
  margin: 6px 0px 0px;
}
.reservation-bar tr {
    display: inline-block !important;
    margin: 10px;
}
.reservation-bar td {
    display: block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}

.reservation-bar input#w_check_in,.reservation-bar input#w_check_out {
background-color: white;
    border: none;
    width: 209px !important;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'AvenirNext';
    padding-left: 10px;
    background-image: url(../img/calendar-icon.gif);
    background-size: 30px 30px;
    background-position: 97%;
    background-repeat: no-repeat;
}


.reservation-bar input#search {
    width: auto;
    padding: 0px 30px;
    height: 42px;
    background-color: #142433 !important;
    border-radius: 0px !important;
    color: white;
    font-size: 14px !important;
    line-height: 43px !important;
    font-weight: 400 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    font-family: 'AvenirNext' !important;
    border: none;
    margin-top: 32px;
}
.reservation-bar div.value {
    background-image: url(../img/dropdown-icon.gif);
    background-size: 30px 30px;
    background-position: 55px center;
    background-repeat: no-repeat;
    height: 42px;
    width: 89px;
   background-color: white;

    overflow: hidden;
}
.reservation-bar div.value select {
    border: none;
    background-color: transparent;
    font-size: 16px;
    height: 40px;
    max-width: 400px;
    width: 230px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'AvenirNext';
    padding-left: 10px;
}




.post-wrapper{
text-align: center;
margin: 40px 0px;
position: relative;
}

.post-wrapper.col2{

}
.archive-blog_post  .postimg{
width: 34%;
    display: inline-block;
    padding-top: 25%;
    background-color: #efeae3;
    vertical-align: top;
    background-size: cover;
    background-position: center;
}
.archive-blog_post  .post-ex{
width: 61%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-left: 4%;

}
.sep {
    height: 2px;
    background-color: #efeadd;
    width: 80%;
    display: block;
    margin: 40px auto;
}
.first .postimg{
    width: 50%;
    padding-top: 37%;
    position: relative;
    display: inline-block !important;
}
.archive-blog_post  .first .post-ex{
    position: relative;
    background-color: #f5f2ee9e;
    /* padding: 20px; */
    /* bottom: 0px; */
    width: 50%;
    display: inline-block;
    padding-top: 37%;
    /* left: 12.5%; */
    margin-left: -5px;
    z-index: 1;
}
.archive-blog_post  .first .post-ex .inner {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85%;
    height: 90%;
}
.archive-blog_post  .first .post-ex .inner > div > h2{
font-size: 42px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #e8e3d8;
    padding: 0PX;
    margin-bottom: 0PX;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
}
.post-wrapper.first.no-margin {
    margin-top: -70px !important;
}
.archive-blog_post > .center {
    width: 70%;
}
.blogbar{
    background-color: #b39e60;
    color: white;
}
.blogbar h2 {
    color: white !important;
    padding: 30px 0px !important;
}
.post-date{ 
    font-size: 13px;
    font-weight: 500;
    color: #231f20;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.archive-blog_post  .post-title{
font-size: 23px;
    line-height: 29px;
    font-weight: 600;
    color: #b39e61;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.archive-blog_post  .post-excerpt{
    font-size: 14px;
    line-height: 23px;
    margin-top: 7px;
}
.archive-blog_post .post-ex .button{
  margin: 10px 0px;
}

.blog-post-single{
    background-color: #f1efed6b;
}
.blog-post-single .container.center{
width: 65%;
min-width:300px;
}
.blog-post-single .overimg {
    background-color: white;
    position: relative;
    top: 120px;
    width: 83%;
    left: -2.2%;
    z-index: 1;
    padding: 1% 4%;
    margin-bottom: 120px;
}
.blog-post-single .ft-image{
    width: 100%;
    padding-top: 60%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog-post-single a {
    /* border-bottom: 1px solid gray; */
    font-weight: 500;
    color: #4c4949;
}
.blog-post-single a:hover{
   border-bottom: 1px solid gray; 
}
.blog-post-single  .sep {
    height: 2px;
    background-color: #b39e60;
    width: 80%;
    display: block;
    margin: 40px 0px;
}
.blog-post-single h1{
font-size: 42px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #b39e61;
    padding: 0px;
    text-transform: uppercase;
}
.blog-post-single h2.title-post{
font-size: 42px;
line-height: 51px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #b39e61;
    padding: 0px;
    text-transform: uppercase;
}
.blog-post-single{
      font-size: 16px;
    line-height: 25px;
        padding-bottom: 100px;
}
.blog-post-single h2{
font-size: 34px;
    line-height: 39px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #b39e61;
    padding: 0px;
    text-transform: uppercase;
}
.blog-post-single ul{
    list-style: disc;
    margin: 20px;
}
.blog-post-single li{

}
.blog-post-single p{

}
.blog-post-single h3{
font-size: 29px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #b39e61;
    padding: 0px;
    text-transform: uppercase;
}

.blog-post-single h4{
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #b39e61;
    padding: 0px;
    text-transform: uppercase;
}

.blog-post-single img{
      max-width: 100%;
    height: auto;
margin: 30px 0px;
}

a.see-more-posts{
display: block;
    width: 100%;
    height: 100px;
    background-color: #b39e60;
    margin-top: -42px;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: white;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}
a.see-more-posts:hover{
    background-color: #d0b976;
}

.blog-ft-home .section.title h2 {
    color: #e6e0cf;
}
.blog-ft-home .post-wrapper.col2 {
    padding-bottom: 99px;
}
.blog-ft-home .post-wrapper.first.no-margin {
    margin-top: 90px !important;
}
/* ==========================================================================
   LOADING
   ========================================================================== */

.main-loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: white;
    z-index: 10000000;
    opacity: 1;
}
.main-loading img {
    margin: 0px auto;
    width: 140px !important;
    height: 150px !important;
    position: relative;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    top: 50%;
    margin-top: -85px;
    opacity: 0;
}
.main-loading.show img{
  opacity: 1;
}
.main-loading.hide{
  opacity: 0;
}









.spinner{
  opacity: 0;
  position: absolute;
  pointer-events:none;
}
.sk-circle {
  width: 80px;
  height: 80px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #b39e62;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}




.hasDatepicker .ui-widget-content {
    border: none !important;
    background: rgb(195, 176, 117) !important;
    color: #152533 !important;
    border-radius: 0px !important;
    font-family: inherit !important;
        padding: 0.7% !important;
}

.hasDatepicker .ui-widget-header {
    border: none !important;
    background: #b6a267 !important;
    color: white !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    width: 105% !important;
    left: -2.5% !important;
    margin-top: -2.5% !important;
}
.ui-datepicker table th {
    color: white !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;    
    max-width: 33px !important;
}

.hasDatepicker .ui-state-default, .hasDatepicker .ui-widget-content .ui-state-default, .hasDatepicker .ui-widget-header .ui-state-default {
    border: none !important;
    background: white !important;
    font-weight: 500 !important;
    color: #152533 !important;
    text-align: center !important; 
}
.hasDatepicker .ui-state-hover, .hasDatepicker .ui-widget-content .ui-state-hover, .hasDatepicker .ui-widget-header .ui-state-hover, .hasDatepicker .ui-state-focus, .hasDatepicker .ui-widget-content .ui-state-focus, .hasDatepicker .ui-widget-header .ui-state-focus {
    border: none !important;
    background: #152533 !important;
    /*font-weight: normal !important;*/
    color: white !important;
}
.hasDatepicker .ui-datepicker-next.ui-state-hover, 
.hasDatepicker .ui-widget-content .ui-datepicker-next.ui-state-hover, 
.hasDatepicker .ui-widget-header .ui-datepicker-next.ui-state-hover, 
.hasDatepicker .ui-datepicker-next.ui-state-focus, 
.hasDatepicker .ui-widget-content .ui-datepicker-next.ui-state-focus, 
.hasDatepicker .ui-widget-header .ui-datepicker-next.ui-state-focus,
.hasDatepicker .ui-datepicker-prev.ui-state-hover, 
.hasDatepicker .ui-widget-content .ui-datepicker-prev.ui-state-hover, 
.hasDatepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover, 
.hasDatepicker .ui-datepicker-prev.ui-state-focus, 
.hasDatepicker .ui-widget-content .ui-datepicker-prev.ui-state-focus, 
.hasDatepicker .ui-widget-header .ui-datepicker-prev.ui-state-focus {
  background:none !important;
}
















@media screen and (max-width: 1300px) {
  header .main-col.left:after {
    left: -188px;
  }
  header .main-col.left {
    width: 142px;
  }


.gallery-child li {
    padding: 0 8px;
    margin: 0px 4px;
  }
  .blog-ft-home  .postimg,.blog-ft-home  .post-ex{
    padding-top: 43% !important;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1300px) {
label.book_start_date_label {
    left: 52px;
}
label.book_end_date_label {
    left: 230px;
}
input#booking_calender, input#booking_calender_checkout {
    width: 160px;
    font-size: 12px;
}
#checkin_cal {
    left: 137px;
}
#checkout_cal {
    left: 321px;
}
input#booking_calender_checkout {
    left: 185px;
}
.variations .value {
        background-position: 41px center;
       width: 76px;
}
.variations label {
    max-width: 67px !important;
    display: block;
    text-align: center;
    line-height: 15px;
    left: 7px;
    bottom: 4px;
    font-size: 11px !important;
  }
  .single_variation_wrap {
    height: 42px;
    width: 79px;
    border: 2px solid rgba(187, 160, 98, 0.85);
    position: relative;
    float: none;
    margin-top: -63px;
    margin-right: 42px;
    left: 91px !important;
  }
  .price-box-label {
    left: 22px;
    top: -29px;
  }
  .price-wrapper .price .amount {
    font-size: 21px;
    display: block;
    font-weight: 500;
    line-height: 42px;
    position: absolute;
    left: 0px;
    width: 79px;
    top: 2px;
  } 
  div#ajax_img {
    left: 93px;
    width: 78px;
  }
  .woocommerce-variation-add-to-cart.variations_button {
    left: 93px;
  }
  button.single_add_to_cart_button {
    width: 173px;
  }
  .price-box-label {
    font-size: 11px !important;
    }
}


@media screen and (max-width: 1150px) {
  div#lang_cect {
    right: 0px;
    bottom: 100px;
  }
  header nav > ul > li {
    margin-left: 17px;
  }
    .blog-ft-home .postimg,.blog-ft-home .post-ex {
    padding-top: 50% !important;
  }
}

@media screen and (max-width: 1100px) {
  header .main-col.left:after {
    left: -188px;
  }
  header .main-col.left {
    width: 142px;
  }
  .header-slider .caption {
    margin-left: 0px; 
  }
  footer .social-links {
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
}
footer .contacts {
    width: 268px;
}
.square-links .title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.15em;
    width: 180px;
}

}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
div#ajax_img {
    position: absolute;
    top: 210px;
  }
label.book_start_date_label,
label.book_end_date_label,
input#booking_calender,
input#booking_calender_checkout,
#checkin_cal,
#checkout_cal{
  position: relative; 
  top:auto;
  left:auto;
}
input#booking_calender,
input#booking_calender_checkout{
  width: 193px;
}
#checkin_cal,
#checkout_cal{
  left:-40px;
}
label.book_start_date_label,
label.book_end_date_label{
width: 206px;
    text-align: center;
}
.variations {
    margin-top: 0px;
    }
    .woocommerce-variation-add-to-cart.variations_button {
    position: relative !important;
    top: 8px;
    left: -116px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left !important;
    width: 28% !important;
    padding-top: 27px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 64% !important;
    margin-left: 0%;
}
div#show_time_slot {
    position: absolute;
    top: 350px;
    width: 206px;
}
}

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

  .blog-ft-home .postimg{
    width: 100% !important;
        padding-top: 55vw !important;
  }
  .blog-ft-home .post-ex {
width: 100% !important;
    padding-top: 0 !important;
    height: auto;
    margin: 0px !important;
    display: block !important;
  }
  .blog-ft-home .post-ex .inner{
       position: relative !important;
    height: auto !important;
        padding: 40px 0px;
  }
  .blog-ft-home  .first .post-ex .inner > div > h2{
    position: relative;
  }
.owl-carousel-gallery {
    width: 80%;
    margin: 70px auto;
    position: relative;
    height: 500px;
}
.gallery-child li {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    margin: 0px 9px;
    font-size: 14.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #606465;
}
.owl-buttons .owl-prev, .slick-arrow.owl-prev {
    left: -49px;
}
.owl-buttons .owl-next, .slick-arrow.owl-next {
    right: -49px;
}
.reservation-bar {
     height: auto; 
}
.reservation-bar input#search {
    margin-top: 21px;
    margin-left: 31px;
}

footer .footer-graphic {
    background-position: -97px 13px;
}
footer .contacts {
    width: 145px;
    text-align: center;
        top: 42%;
}
footer .contacts .button {
    line-height: 12px;
}
footer .social-links {
    left: 5px;
    float: right;
}
.square-links.no-slider .thumb {
    margin: 0.11% 0.3%;
}
.pacote-evento .main-col.left {
    width: 43.5%;
    margin-right: 0.9%;
}
.top-bar .eptitle h1 {
    font-size: 26px;
    line-height: 27px;
    font-weight: 500;
    color: #231f20;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.top-bar .eptitle {
    width: 283px;
    margin-left: 4%;
    text-transform: uppercase;
}.pacote-evento .text .text-mask {
    display: none;
}
.pacote-evento .text {
    height: 63.8%;
}
.overlay-content .wrapper {
    width: 70%;
}
.overlay-content .close {
    right: 8%;
    }

    .blog-post-single h1{
font-size: 32px;
    line-height: 40px;
}
.blog-post-single h2.title-post{
font-size: 32px;
    line-height: 40px;
}
.blog-post-single{
      font-size: 16px;
    line-height: 25px;
        padding-bottom: 100px;
}
.blog-post-single h2{
font-size: 28px;
    line-height: 33px;
}
.blog-post-single ul{
    list-style: disc;
    margin: 20px;
}
.blog-post-single li{

}
.blog-post-single p{

}
.blog-post-single h3{
font-size: 25px;
    line-height: 29px;
}
.blog-post-single .container.center {
    width: 85%;
    min-width: 0px !important;
}
.blog-post-single h4{
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #b39e61;
    padding: 0px;
    text-transform: uppercase;
}
/*.blog-post-single .overimg {
    width: 93%;
    left: -2.2%;
    padding: 1% 4%;
    margin-bottom: 48px;
}*/
}






@media screen and (max-width: 1000px) {
  .blog-post-single .overimg {
    background-color: white;
    position: relative;
    top: 100px;
    width: 92%;
    left: 0px;
    z-index: 1;
    padding: 1% 4%;
    margin-bottom: 100px;
}
  .gallery-child li.section.title h2 {
    font-size: 30px;
}
.gallery-child li {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    margin: 0px 9px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #606465;
}
.gallery-child li:after {
    bottom: -5px;
    }
.gallery-child li.section.title {
    top: 5px;
    position: relative;
    margin: 0px 15px !important;
}
  .slick-arrow.owl-next,.slick-arrow.owl-prev {
      top: 42%;
  }
  .page-content .main-col.left h1 {
    float: none;
    text-align: center;
    margin-bottom: 17px;
    width: 100%;
}
.page-content .main-col.left, .page-content .main-col.right {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.page-content .main-col.right .text{
    width: 100%;
    }
.owl-buttons .owl-prev, .slick-arrow.owl-prev {
    top: 11px;
}
.owl-buttons .owl-next, .slick-arrow.owl-next {
    top: 11px;
}
header {
    height: 125px;
}
header .main-col.left {
    width: 375px;
}
header .logo {
    width: 162px;
    height: 110%;
    position: relative;
    margin: 20px 0px -36px -7px;
}
header .main-col.left:after {
    left: -88px;
    top: 2px;
}
 .mobile-menu-toggles{
    position: absolute;
    width:45px;
    height:36px;
    right: 4%;
    bottom:36px;
    transform: translateX(0px);
        z-index: 9999;
  }
  .active-mobile-menu .mobile-menu-toggles{
    transform: translateX(-218px);
  }
  .hamburger{
    position: absolute;
    opacity: 1;
    cursor: pointer;
  }
  .active-mobile-menu .hamburger{
    opacity: 0;
    pointer-events:none;
  }
 div#lang_cect {
    right: -46px;
    bottom: 49px;
}
  .mobile-menu-toggles {
    right: 0%;
    bottom: 47px;
  }
  .hamburger div{
    width: 37px;
    height: 4px;
    border-radius: 3px;
    background: #231f20;
    margin: 8px auto;
  }
  .close-menu {
    position: absolute;
    top: 22px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: #e2dbc6;
    z-index: 100000000;
    padding-top: 0px;
}
  .active-mobile-menu .close-menu{
    opacity: 1;
    pointer-events:all;
  }
  .close-menu .x1{
    width: 37px;
    height: 4px;
    border-radius: 3px;
    background: #231f20;    
    transform: rotate(45deg);    
    top: 24px;
    left: 6px;
    position: absolute;
  }
  .close-menu .x2{
    width: 37px;
    height: 4px;
    border-radius: 3px;
    background: #231f20;
    transform: rotate(-45deg);
        top: 24px;
    left: 6px;
    position: absolute;
  }
  header nav {
    width: 250px;
    height: 100vh;
    background: #b39e62;
    position: fixed;
    top: 0px;
    right: 0px;
    transform: translateY(0px) translateX(100%);
}
header nav li {
position: relative;
    display: block !important;
    margin-left: 37px !important;
    padding-bottom: 11px !important;
    padding-top: 10px;
    color: white;
}

header nav ul {
    margin-top: 39px;
}
.active-mobile-menu nav {
    z-index: 3000;
    transform: translateX(0%) translateY(0px) !important;
}
header nav > ul > li.current_page_item, header nav > ul > li.current-menu-item, header nav > ul > li.current-page-ancestor {
    font-weight: 600;
    color: white;
}

header nav > ul > li:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -37px;

    width: 0px;
    height: 70%;
    background-color: #ffffff;
  }
header nav > ul > li.current_page_item:after, header nav > ul > li.current-menu-item:after, header nav > ul > li.current-page-ancestor:after {
    width: 7px;
    height: 70%;
    opacity: 1;
}
.page-content .main-col.right .text {
    width: auto;
}
.top-bar{
  text-align: left;
      margin-top: 16px;
          height: auto;
}
.pacote-evento .main-col.right .text {
    width: auto;
    height: auto;
}
.overlay-content .close {
    right: 5%;
    top: 6%;
}

  .slick-arrow.owl-next,.slick-arrow.owl-prev {
      top: 42%;
  }
  .summary.entry-summary {
    width: 100%;
    display: block;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100% !important;
    display: block;
    margin-left: 0px !important;
}
.archive-blog_post .first .post-ex{
  z-index: 0;
}
}







@media screen and (max-width: 800px) {
  .archive-blog_post .post-excerpt {
    display: none;
}
  .blog-ft-home .post-excerpt {
    display: block;
}
  .wpcf7 .col {
    display: block;
    vertical-align: top;
    width: 80%;
    margin: 0px auto;
    text-align: left;
}
  .owl-carousel-gallery {
    height: 350px;
}
  .gallery-child {
    left: 0px;
    position: relative;
    margin: 80px 0px 30px;
}
.gallery-child li.section.title {
    bottom: 0px;
    left: 50%;
    margin: -106px 0px !important;
    margin-left: -79px !important;
    position: absolute;
    text-align: center;
}
  .container.center {
      width: 84%;
  }
  .square-links {
      max-height: 40vw;
  }
  footer .footer-graphic {
      background-position: -200px 13px;
  }
  .main-slider {
    height: 320px;
  }
  .header-slider .caption-wrapper .caption-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .quote {
    font-size: 33px;
    line-height: 38px;
  }
  .reservation-bar input#search {
    margin-top: 33px;
    margin-right: -39px;
  }
  footer {
    height: 250px;
  }
  footer .footer-graphic {
    display: none;
  }
footer .logo-footer {
    top: 47%;
}
footer .contacts {
    width: 100%;
    text-align: center;
    top: 78%;
        height: auto;
}
footer .social-links {
    left: -5px;
    margin-top: 4px;
    float: none;
}
.square-links.no-slider .thumb {
    position: relative;
    width: 30%;
    padding-top: 30%;
    margin: 0.11% 0.6%;
    display: inline-block;
}
.square-links.no-slider .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15em;
    width: 91%;
    display: inline-block;
}
.slick-track {
    width: 100% !important;
    transform: translateX(0px) !important;
}
.product-gallery-images .item {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
}
.product-gallery-images .item.slick-cloned{
  display: none !important;
}
.slick-arrow{
  display: none !important;
}
}












@media screen and (max-width: 600px) {
	.safari .alojamento-gallery #pos6{
    left: 0px !important;
  }
  .woocommerce .square-links.owl-carousel .owl-controls,
  .gallery-edt_ .square-links.owl-carousel .owl-controls{
    display: none !important;
  }
  .woocommerce .square-links.owl-carousel,
  .gallery-edt_ .square-links.owl-carousel{
width: 100% !important;
    max-height: 100% !important;
  }
  .woocommerce .square-links.owl-carousel .align-middle,
  .gallery-edt_ .square-links.owl-carousel .align-middle{
    width: auto !important;
  }
  .woocommerce .square-links.owl-carousel .owl-wrapper-outer,
  .gallery-edt_ .square-links.owl-carousel .owl-wrapper-outer{

  }
  .woocommerce .square-links.owl-carousel .owl-wrapper,
  .gallery-edt_ .square-links.owl-carousel .owl-wrapper{
width: 100% !important;
    height: auto !important;
        transform: none !important;
  }
  .woocommerce .square-links.owl-carousel .owl-item,
  .gallery-edt_ .square-links.owl-carousel .owl-item{
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  .reservation-bar .button.light-border {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 13px 22px 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.15em;
}
  .archive-blog_post .postimg{
    width: 100% !important;
        padding-top: 55vw !important;
  }
  .archive-blog_post .post-ex .aligner{
    height: auto !important;
  }
  .archive-blog_post .post-ex {
width: 100% !important;
    padding-top: 0 !important;
    height: auto;
    margin: 0px !important;
    display: block !important;
  }
  .archive-blog_post .post-ex .inner{
       position: relative !important;
    height: auto !important;
        padding: 40px 0px;
  }
  .archive-blog_post  .first .post-ex .inner > div > h2{
    position: relative;
  }
  .owl-carousel-gallery {
    width: 95%;
    height: 250px;
}
  div#show_time_slot {
    position: absolute;
    bottom: -50px;
    width: 300px;
}
  .gallery-child li {
    display: block;
    width: 159px;
    margin: 15px auto;
}
  .overlay-content .text {
    font-size: 16px;
    line-height: 21px;
}
.overlay-content .wrapper {
    width: 81%;
}
.overlay-content .close {
    right: 0%;
        top: 25px;
    z-index: 999;
}
.top-bar .eptitle {
    width: 80%;
  }
.overlay-content .top-bar .price {
    margin-top: 29px;
}
.pacote-evento .main-col.right {
    padding-top: 0px;
    height: auto;
}
.pacote-evento .main-col.right .inner {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
}
  .container.center {
    width: 80%;
  }
  .reservation-bar tr {
    display: inline-block !important;
    margin: 10px 44px;
}
.reservation-bar input#search {
    margin-top: 33px;
    margin-right: 0px;
    margin-left: 0px;
}
header .main-col.left:after {
    left: -178px;
    top: 2px;
}
header .main-col.left {
    width: 195px;
}
.mobile-menu-toggles {
    right: 2%;
}
div#lang_cect {
    right: -38px;
  }
  .square-links {
    width: 70% !important;
        max-height: 64vw;
}
.home-page-quotes {
    padding: 30px 0px;
}
.quote {
    font-size: 20px;
    line-height: 26px;
}
.alojamento-gallery .thumb {
    width: 100% !important;
    float: none;
    padding-top: 220px !important;
    margin-right: 0px !important;
    margin-top: 12px !important;
}
header .main-col.left:after {
    width: 480px;
        left: -178px;
    top: 2px;
  }
  header .main-col.left {
    width: 155px;
}
.reservation-bar tr {
    display: inline-block !important;
    margin: 10px -1px;
}
div#lang_cect {
    right: -33px;
}
.square-links.no-slider .thumb {
    position: relative;
    width: 47.5%;
    padding-top: 47.5%;
    margin: 0% 0.7%;
    display: inline-block;
}

.top-bar .price {
    position: absolute;
    right: 15px;
    }
    .square-links .align-middle{
      width: 100%;
    }
    .square-links .title {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.15em;
    width: 90%;
    padding: 0px 5%;
}
}
@media screen and (max-width: 500px) {
  .pacote-evento {
      padding-top: 81px;
  }
  .top-bar .price {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
    margin-left: 4%;
}
label.book_start_date_label {
    left: 52px;
}
label.book_end_date_label {
    left: 230px;
}
input#booking_calender, input#booking_calender_checkout {
    width: 160px;
    font-size: 12px;
}
#checkin_cal {
    left: 137px;
}
#checkout_cal {
    left: 321px;
}
input#booking_calender_checkout {
    left: 185px;
}
.variations .value {
        background-position: 41px center;
       width: 76px;
}
.variations label {
    max-width: 67px !important;
    display: block;
    text-align: center;
    line-height: 15px;
    left: 7px;
    bottom: 4px;
    font-size: 11px !important;
  }
  .single_variation_wrap {
    height: 42px;
    width: 79px;
    border: 2px solid rgba(187, 160, 98, 0.85);
    position: relative;
    float: none;
    margin-top: -63px;
    margin-right: 42px;
    left: 91px !important;
  }
  .price-box-label {
    left: 22px;
    top: -29px;
  }
  .price-wrapper .price .amount {
    font-size: 21px;
    display: block;
    font-weight: 500;
    line-height: 42px;
    position: absolute;
    left: 0px;
    width: 79px;
    top: 2px;
  } 
  div#ajax_img {
    left: 93px;
    width: 78px;
  }
  .woocommerce-variation-add-to-cart.variations_button {
    left: 93px;
  }
  button.single_add_to_cart_button {
    width: 173px;
  }
  .price-box-label {
    font-size: 11px !important;
    }
}









@media screen and (max-width: 400px) {
	
  .safari .alojamento-gallery #pos6{
    left: 0px !important;
  }
  .owl-carousel-gallery.owl-carousel{
    height: auto;
    margin-top: 10px;
  }
   .owl-carousel-gallery.owl-carousel .owl-controls{
    display: none !important;
  }
.owl-carousel-gallery.owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.owl-carousel-gallery .owl-wrapper {
    width: 100% !important;
    height: auto !important;
}
.owl-carousel-gallery.owl-carousel .owl-item {
    display: block;
    float: none;
    position: relative;
    margin-bottom: 13px;
}
.owl-carousel-gallery .item {
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
  }

  .square-links.no-slider .thumb {
    position: relative;
    width: 100%;
    padding-top: 100%; sd
    margin: 0% 0.7%;
    display: inline-block;
}
.square-links.no-slider .title {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.15em;
    width: 70%;
    display: inline-block;
    padding: 0px 15%;
}
header .main-col.left:after {
    width: 360px;
    left: -121px;
    top: 2px;
    background-size: 422px auto;
    background-position: center -1px;
}
header .logo {
    width: 148px;
    height: 96%;
    position: relative;
    margin: 20px 0px -18px -7px;
}
.owl-buttons > div, .slick-arrow {
    width: 36px;
    height: 35px;
  }
  .owl-buttons svg, .slick-arrow svg {
    left: 14px;
    top: 10px;
    position: absolute;
    width: 9px;
    height: 18px;
}
.owl-buttons .owl-prev, .slick-arrow.owl-prev {
    left: -38px;
}
.owl-buttons .owl-next, .slick-arrow.owl-next {
    right: -38px;
}
.home-page .section.title h2 {
    margin-bottom: 0px;
    padding: 12px 0px 34px;
    font-size: 30px;
}
.section.title.dark-bg h2 {
    color: white;
    padding: 35px 0px;
}
.button.light-border {
    border: 1px solid #b39e62;
    color: #b39e62;
}
div#lang_cect {
    right: -31px;
}
div#ajax_img {
    position: absolute;
    top: 210px;    left: 121px;
  }
label.book_start_date_label,
label.book_end_date_label,
input#booking_calender,
input#booking_calender_checkout,
#checkin_cal,
#checkout_cal{
  position: relative; 
  top:auto;
  left:auto;
}
input#booking_calender,
input#booking_calender_checkout{
  width: 193px;
}
#checkin_cal, #checkout_cal {
    left: 170px;
    margin-top: -48px;
    position: absolute;
}
label.book_start_date_label,
label.book_end_date_label{
width: 206px;
    text-align: center;
}
.variations {
    margin-top: 17px;
    }
    .woocommerce-variation-add-to-cart.variations_button {
    position: relative !important;
    top: 8px;
        left: auto;
    margin-left: -98px;


}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left !important;
    width: 100% !important;
    padding-top: 27px;
    text-align: center;
}
form.variations_form.cart {
    display: inline-block;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100% !important;
    margin-left: 0%;
    text-align: center;
    padding-top: 50px;
}
div#show_time_slot {
    position: absolute;
    top: 350px;
    width: 206px;
}
#bkap_price .amount {
    left: -44px;
}
.variations label {
    max-width: 92px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #142433 !important;
    position: relative;
    left: 0px;
    bottom: 8px;
}

.variations .value {
    background-image: url(../img/dropdown-icon.gif);
    background-size: 30px 30px;
    background-position: 55px center;
    background-repeat: no-repeat;
    height: 42px;
    width: 89px;
    border: 2px solid rgba(187, 160, 98, 0.85);
    overflow: hidden;
}

.single_variation_wrap {
    height: 42px;
    width: 89px;
    border: 2px solid rgba(187, 160, 98, 0.85);
    position: relative;
    float: none;
    margin-top: -63px;
    margin-right: 43px;
    left: 115px !important;
}
.price-box-label {
    position: absolute;
    width: 93px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #142433 !important;
    left: -2px;
    top: -34px;
}
}

@media screen and (max-width: 380px) {
.square-links.no-slider .title {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.15em;
    width: 80%;
    display: inline-block;
    padding: 0px 10%;
}
}


.delay{
  transition-delay:1s !important;
  -webkit-transition-delay:1s !important;
  -moz-transition-delay:1s !important;
  -ms-transition-delay:1s !important;
  -o-transition-delay:1s !important;
}
.delay-fast{
  transition-delay:0.7s !important;
  -webkit-transition-delay:0.7s !important;
  -moz-transition-delay:0.7s !important;
  -ms-transition-delay:0.7s !important;
  -o-transition-delay:0.7s !important;
}
.anim-fast{
    -webkit-transition: all 0.2s ease-out;  
     -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;  
}
.anim-medium{
    -webkit-transition: all 0.5s ease-out;  
     -moz-transition: all 0.5s ease-out;  
       -o-transition: all 0.5s ease-out; 
          transition: all 0.5s ease-out;  
}
.anim-slow{
    -webkit-transition: all 0.7s ease-in-out;  
     -moz-transition: all 0.7s ease-in-out;  
       -o-transition: all 0.7s ease-in-out; 
          transition: all 0.7s ease-in-out;  
}
.anim-slow-opacity{
    -webkit-transition: opacity 0.7s ease-in-out;  
     -moz-transition: opacity 0.7s ease-in-out;  
       -o-transition: opacity 0.7s ease-in-out; 
          transition: opacity 0.7s ease-in-out;  
}
.anim-slower{
    -webkit-transition: all 1.4s ease-in;  
     -moz-transition: all 1.4s ease-in;  
       -o-transition: all 1.4s ease-in; 
          transition: all 1.4s ease-in;  
}
.anim-so-slow{
    -webkit-transition: all 6s ease-in-out;  
     -moz-transition: all 6s ease-in-out;  
       -o-transition: all 6s ease-in-out; 
          transition: all 6s ease-in-out;  
}
.anim-super-slow{
    -webkit-transition: all 10s ease-in-out;  
     -moz-transition: all 10s ease-in-out;  
       -o-transition: all 10s ease-in-out; 
          transition: all 10s ease-in-out;  
}


.woocommerce header, .wc-bacs-bank-details-heading {
    background-color: transparent !important;
    height: auto !important;
    margin-top: 56px;
}



/*.single_add_to_cart_button{
  display: none !important;
}*/

/* Compete 2020 */

footer{
  z-index: 10;
}

.compete-content-container  {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  max-width: 29%;
  width: 100%;
  z-index: 2;
  padding: 5px;
}

.compete-logo-container {
  display: flex;
  flex-direction: row;
  padding: 10px 15px 0 15px;
}

.compete-logo {
  max-width: 33.33%;
  width: 100%;
  flex: 0 0 33.33%;
  padding: 0 5px;
}

.compete-logo > svg {
  max-width: 85%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.compete-close-btn {
  background-color: transparent;
  border: 2px solid rgba(187, 160, 98, 1);
  color: rgba(187, 160, 98, 1);
  padding: 5px;
  font-size: 14px;
  border-radius: 100px;
  line-height: 0;
  width: 23px;
  height: 23px;
  position: absolute;
  cursor: pointer;
}

.compete-close-btn:hover {
  background-color: rgba(187, 160, 98, 1);
  color: #FFF;
}

/* Página */

.projeto-container {
  max-width: 50%;
  width: 100%;
  margin: 5% auto;
}

.projeto-container > ul {
	list-style: disc !important;
	padding: 5px 25px;
}

@media only screen and (max-width: 992px) {
	.compete-content-container {
		max-width: 100%;
		padding-top: 10px;
	}
	
	.compete-logo-container {
		padding-top: 30px;
	}
	
	.compete-close-btn {
		left: 5%;
		width: 30px;
    	height: 30px;
	}
}

@media only screen and (max-width: 576px) {
	.projeto-container {
		max-width: 80%;
	}
	
	.projeto-container {
		margin: 15% auto;
	}
}



