@charset "UTF-8";
/* CSS Document */
html { 
    background-color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
}

p{text-align: justify;}

img{
    border: 0;
}

a:link {text-decoration: none; color: #80a3b7;}
a:visited {text-decoration: none; color: #80a3b7;}
a:hover {text-decoration: none; color: #80a3b7;}
a:active {text-decoration: none; color: #80a3b7;}

.hr-divider-footer{
    border: 0;
    box-shadow: none;
    height: 1px;
    color: #333333;
    background: #333333;
}

.hr-divider-seccoes{
    border: 0;
    box-shadow: none;
    height: 1px;
    color: #efefef;
    background: #efefef;
}

.hr-azul{
    border: 0;
    box-shadow: none;
    height: 3px;
    width: 100px;
    color: #80a3b7;
    background: #80a3b7;
    margin:10px auto 17px auto;
}
.hr-azul-year{
    border: 0;
    box-shadow: none;
    height: 3px;
    width: 75px;
    color: #80a3b7;
    background: #80a3b7;
    margin:10px 0 17px 0;
}

/* BARRA TOPO + MENU */
.div-topo{
    width: 100%;
    height: 145px;
    margin: 0;
    padding: 0;
}

.div-logotipo{
    width: 253px;
    height: 72px;
    margin: 20px auto 20px auto;
}

.menu-topo{
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #80a3b7;
    margin:0;padding:0;
}

/*  MENU FOOTER */
.footer-menu{
    list-style: none;
    padding: 0;
    text-transform: lowercase;
    font-size: 14px;
}
.footer-menu li {padding: 7px 0; border-bottom: 1px solid #dfdfdf;}
.footer-menu li::first-letter {text-transform: capitalize;}
.footer-menu li a{color:#333333;}
.footer-menu li a:hover{color:#000000;}
/*  MENU FOOTER */


/* MENU IDIOMA */
.idiomasSelectPT{
    text-transform: uppercase;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #000000;
    color: #ffffff !important;
    padding: 9px 0 0 0;
    right: 100px;
    position: absolute;
    z-index: 999999;
    cursor:pointer;
}
.idiomasSelectEN{
    text-transform: uppercase;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #000000;
    color: #ffffff !important;
    padding: 9px 0 0 0;
    right: 60px;
    position: absolute;
    z-index: 999999;
    cursor:pointer;
}


#idioma-content{display:none;}
.idioma{
    text-transform: uppercase;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    padding: 9px 0 0 0;
    right: 8%;
    position: absolute;
    z-index: 999999;
    cursor:pointer;
}

#idioma-select-wrapper{
    background-color: #000000;
    position:absolute;
    width:100%;
    height:100%;
    z-index:999;
    opacity:0.8;
    display:none;
}

.idioma-select{
    position:absolute;
    z-index: 999999;
    width:80%;
    height:100px;
    margin: auto;
    top: 170px; left: 0; right: 0;
    text-align: center;
    padding:0;
    display:none;
}
.idioma-close{
    position:absolute;
    z-index: 999999;
    top:4px;
    color:#FFFFFF;
    font-size:30px;
    right:10px;
    cursor:pointer;
    display:none;
}

.idioma-select a{
    position:relative;
    cursor:pointer;
    font-size:20px;
    width:33%;
    height:100%;
    padding:20px;
    top:30px;
    background-color: #000000;
    color:#FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.idioma-select a.active{
    border:1px solid #80a3b7;
    margin:-1px;
}

.idioma-select a:hover{
    border:1px solid #80a3b7;
    margin:-1px;
}

.idioma-select h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position:relative;
    text-align: center;
    margin:0 auto 40px auto;
    width:33%;
    font-size:20px;
    padding:20px;
    top:30px;
    background-color: #000000;
    color:#FFFFFF;
}

/*  NO SLIDER */

.idioma-select-no-slider{
    position:absolute;
    z-index: 999999;
    width:80%;
    height:100px;
    margin: auto;
    top: 0; left: 0; right: 0;
    text-align: center;
    padding:0;
    display:none;
}

.idioma-select-no-slider a{
    display:inline;
    position:relative;
    cursor:pointer;
    font-size:20px;
    width:33%;
    height:100%;
    padding:20px;
    top:36px;
    background-color: #000000;
    color:#FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.idioma-select-no-slider a.active{
    border:1px solid #80a3b7;
    margin:-1px;
}

.idioma-select-no-slider a:hover{
    border:1px solid #80a3b7;
    margin:-1px;
}

.idioma-select-no-slider h2{
    display:inline;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position:relative;
    text-align: center;
    margin:0 auto 40px auto;
    width:33%;
    font-size:20px;
    padding:20px;
    top:36px;
    background-color: #000000;
    color:#FFFFFF;
}



/* MENU IDIOMA */

.redes-sociais{
    width: 40px;
    position: absolute;
    left: 0;
    top:30%;
    z-index: 999999;
}

.social-no-slider{
    margin-top:10px;
}

.social-icons-mobile{
    display:inline !important;padding:0 !important;
}

.div-reservas{
    width: 100%;
    margin: 25px 0;
}

/* BUTTONS */
a.btn-blue{background-color: #ecf1f4;color:#80a3b7;border: 0;box-shadow: none;padding: 7px 30px;text-transform: uppercase;font-weight: 400;font-size: 16px;}
a.btn-blue:hover{color:#80a3b7;}

a.btn-black{background-color: #000000;color:#FFFFFF;border: 0;box-shadow: none;padding: 7px 30px;text-transform: uppercase;font-weight: 400;font-size: 16px;}
a.btn-black:hover{color:#FFFFFF;}

a.share-button{background-color: #ecf1f4;color:#80a3b7;border: 0;box-shadow: none;padding: 7px 10px;text-transform: uppercase;font-weight: 400;font-size: 16px;}
a.share-button .fa{border-right: 1px solid #FFFFFF;margin:0 4px 0 0;padding:0 8px 0 0;}
a.share-button:hover{color:#80a3b7;}


.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 38px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}


.alert{border-radius: 0 !important;}

#form-reservation{}
#form-reservation .form-control{height:36px !important;}
#form-reservation-alert-error{display:none;}
#form-newsletter-alert-error{display:none;}
#form-newsletter-alert-warning{display:none;}
#form-newsletter-alert-success{display:none;}

.reservation-bookingCheckin{
    float:left;width:25%;
}
.reservation-bookingCheckout{
    float:left;width:25%;
}
.reservation-bookingAdults{
    float:left;width:17%;
}
.reservation-bookingChildren{
    float:left;width:17%;
}
.reservation-submit{
    float:left;width:16%;
}

/* Customize datepicker - start */
#ui-datepicker-div{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
}
.ui-corner-all{
   border-radius: 0 !important; 
}
.ui-widget-header{
   background: none !important;
   border-top: 0 !important;
   border-left: 0 !important;
   border-right: 0 !important;
   border-bottom: 1px solid #80a3b7 !important;
}
.ui-state-default{
    border:0 !important;
    background: none !important;
}
.ui-datepicker td a{
    text-align: center !important;
}
.ui-state-active{
    background-color:#ecf1f4 !important;
}
/* Customize datepicker - end */
.interior-pages-bar{
    width: 100%;
    height: 100px;
    background: url('/layout/bg_pattern.gif') repeat left top;
    -webkit-box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15);
    box-shadow:         inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15);
}

.interior-pages-bar h2{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size:34px;
    margin-top:33px;
    color:#80a3b7;
}

/* FRASE CALL */
.div-frase-call{
    width: 100%;
    margin: 0;
}
.frase-call{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #80a3b7;
    text-align: center;
    padding: 8px 0;
}


.detail-navigation{
    width:100%;
    text-align: center;
    color:#cccccc;
    font-size:26px;
}

.detail-navigation a{
    cursor:pointer;color:#cccccc;text-decoration: none;
}




/* MEDIA - START*/
.press-article-detail{min-height: 336px;text-align: justify;}
.press-article-detail-intro{min-height: 243px;}

/* MEDIA - END */




/* PROMOCOES, DESTAQUES E VIDEO TOUR  */
.div-mother-carousel{
    width: 100%;
    margin: 50px 0 0 0;
}
.titulos-seccoes{
    font-size: 34px;
    font-weight: 300;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}
.titulos-seccoes-year{
    font-size: 30px;
    font-weight: 300;
    color: #666666;
    text-align: left;
}
.div-img-caption{
    position: relative;
    margin: 0;
}
.div-promo{
    position:relative;
}
.div-promo-caption{
    //position: absolute;
    //bottom:0;
    width:100%;
    background: rgba(255,255,255,0.85);
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 10px;
    height: 130px;
    margin: 0 0 15px 0;
}
.div-promo-caption h4{
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
/*
.div-scroll{height:128px;overflow: auto;  }
div.div-scroll::-webkit-scrollbar {
    width: 8px;
}
div.div-scroll::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
div.div-scroll::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    
}
div.div-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
*/


.div-imprensa-caption{
    background: #ffffff;
    padding:20px 0;
    width:100%;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    text-align: center;
}
.div-destaques-caption{
    position: absolute;
    bottom:0;
    width:100%;
    background: rgba(255,255,255,0.85);
    color: #333333;
    padding:20px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.div-destaques-caption h4{
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

/* VIDEO YOUTUBE IFRAME + ACTIVITIES */
.div-activities-video{
    width: 100%;
    margin: 50px 0 0 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.activities-title{
    font-size: 16px;
    font-weight: 700;
}
.activities-in-focus-text{
    text-align: justify;padding:0 5px 0 0;
}
div.activities-in-focus-text::-webkit-scrollbar {
    width: 8px;
}
div.activities-in-focus-text::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
div.activities-in-focus-text::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    
}
div.activities-in-focus-text::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
.activities-circle-type {
    background:#EA2626;
    display:inline-block;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    height: 17px; 
    padding: 2px 3px 2px 3px;
    text-align: center;
    min-width: 16px;
    font-size:12px;
}


/* BARRA PORTUGAL 2020 */
.div-2020{
    width: 100%;
    margin: 75px 0 25px 0;
    padding: 0;
}


/* RODAPE */
.div-rodape{
    width: 100%;
    margin: 0;
    padding: 10px 0 30px 0;
    color: #333333 !important;
}
.hr-footer{
    margin-top: 40px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #e4e4e4;
}
.titulos-footer{
    font-size: 18px;
    color:#333333;
    font-weight: 400;
    text-align: left;
}
.sub-titulos-footer{
    font-size: 14px;
    color:#333333;
    font-weight: 700;
    text-align: left;
}
.date-copy{
    text-align: left;
}
.developed-by{
    text-align: right;
}

/* INNER PAGES */
.first-txt-section{
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    padding: 35px 0;
}
.div-thumb-alojamento{
    background: #000000;
    padding:20px;
    width:100%;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
.div-thumb-alojamento h4{
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
.div-separador-seccoes{
    margin: 60px 0 10px 0;
}

.div-separador-conteudo{
    margin: 60px 0;
}


/* CORES BG */
.cor-azul-claro{background: #ecf1f4;}
.cor-a{background: #ff0000;}
.cor-b{background: #00ff00;}
.cor-c{background: #0000ff;}
.cinza-rodape{background: #f6f6f6;}

/* POSITIONS */
.position-absolute{position:absolute !important;}

/* NO PADDIGNS E MARGINS */
.no-padding{padding: 0 !important;}
.no-margin{margin: 0 !important;}

/* TEXT ALIGNS */
.align-left{text-align: left;}
.align-right{text-align: right;}
.align-center{text-align: center;}

/* MARGINS */
.margin-10px{margin:10px !important;}

.margin-top-5{margin-top:5px !important;}
.margin-top-10{margin-top:10px !important;}
.margin-top-15{margin-top:15px !important;}
.margin-top-20{margin-top:20px !important;}
.margin-top-25{margin-top:25px !important;}
.margin-top-30{margin-top:30px !important;}
.margin-top-40{margin-top:40px !important;}
.margin-top-50{margin-top:50px !important;}

.margin-bottom-5{margin-bottom:5px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-15{margin-bottom:15px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-25{margin-bottom:25px !important;}
.margin-bottom-30{margin-bottom:30px !important;}
.margin-bottom-40{margin-bottom:40px !important;}
.margin-bottom-50{margin-bottom:50px !important;}

.margin-left-5{margin-left:5px !important;}
.margin-left-10{margin-left:10px !important;}
.margin-left-15{margin-left:15px !important;}
.margin-left-20{margin-left:20px !important;}
.margin-left-25{margin-left:25px !important;}
.margin-left-30{margin-left:30px !important;}
.margin-left-40{margin-left:40px !important;}
.margin-left-50{margin-left:50px !important;}

.margin-right-5{margin-right:5px !important;}
.margin-right-10{margin-right:10px !important;}
.margin-right-15{margin-right:15px !important;}
.margin-right-20{margin-right:20px !important;}
.margin-right-25{margin-right:25px !important;}
.margin-right-30{margin-right:30px !important;}
.margin-right-40{margin-right:40px !important;}
.margin-right-50{margin-right:50px !important;}

/* PADDINGS */
.padding-5px{padding:5px !important;}

.padding-top-5{padding-top:5px !important;}
.padding-top-10{padding-top:10px !important;}
.padding-top-15{padding-top:15px !important;}
.padding-top-20{padding-top:20px !important;}
.padding-top-25{padding-top:25px !important;}
.padding-top-30{padding-top:30px !important;}
.padding-top-40{padding-top:40px !important;}
.padding-top-50{padding-top:50px !important;}

.padding-bottom-5{padding-bottom:5px !important;}
.padding-bottom-10{padding-bottom:10px !important;}
.padding-bottom-15{padding-bottom:15px !important;}
.padding-bottom-20{padding-bottom:20px !important;}
.padding-bottom-25{padding-bottom:25px !important;}
.padding-bottom-30{padding-bottom:30px !important;}
.padding-bottom-40{padding-bottom:40px !important;}
.padding-bottom-50{padding-bottom:50px !important;}


.top-5{top:5px !important;}
.top-10{top:10px !important;}
.top-15{top:15px !important;}
.top-20{top:20px !important;}
.top-25{top:25px !important;}
.top-30{top:30px !important;}
.top-40{top:40px !important;}
.top-50{top:50px !important;}

.bottom-5{bottom:5px !important;}
.bottom-10{bottom:10px !important;}
.bottom-15{bottom:15px !important;}
.bottom-20{bottom:20px !important;}
.bottom-25{bottom:25px !important;}
.bottom-30{bottom:30px !important;}
.bottom-40{bottom:40px !important;}
.bottom-50{bottom:50px !important;}

.left-5{left:5px !important;}
.left-10{left:10px !important;}
.left-15{left:15px !important;}
.left-20{left:20px !important;}
.left-25{left:25px !important;}
.left-30{left:30px !important;}
.left-40{left:40px !important;}
.left-50{left:50px !important;}

.right-5{right:5px !important;}
.right-10{right:10px !important;}
.right-15{right:15px !important;}
.right-20{right:20px !important;}
.right-25{right:25px !important;}
.right-30{right:30px !important;}
.right-40{right:40px !important;}
.right-50{right:50px !important;}

/* OWL CAROUSEL */

/*
#owl-demo2 .item{
    height: 310px;
}
#owl-demo2 .item img{
    height:251px;
}
*/

.customNavigation{
    position: absolute;
    top: 23px;
    right: 23px;
}
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* NEXT E PREV 1 */
.prev, .prev:visited, .prev:hover {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.prev:active {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.next, .next:visited, .next:hover{
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.next:active {
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

/* NEXT E PREV 2 */
.prev2, .prev2:visited, .prev2:hover {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.prev2:active {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.next2, .next2:visited, .next2:hover{
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.next2:active {
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

/* NEXT E PREV 3 */
.prev3, .prev3:visited, .prev3:hover {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.prev3:active {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.next3, .next3:visited, .next3:hover{
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.next3:active {
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}



/* CSS BOOTSTRAP ALTERADAS */
button, html input[type=button], input[type=reset], input[type=submit]{
    border: 0;
    box-shadow: none;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #ecf1f4;color:#80a3b7;
    font-size: 16px;
}


/* LOADER */

.site-wrapper{}
.spinner {

  width: 70px;
  height: 20px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #80a3b7;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* LOADER */


#gallery-categories {text-align: center;margin-bottom: 10px;}
#gallery-categories a{display:inline-block;}
#gallery-categories a.active{background: #000000;}


.gallery-item{height: 233px;overflow: hidden;cursor:pointer;position:relative;}
.gallery-item .buttons{position:absolute;bottom:4px;right:4px;}
.gallery-item .buttons .fa {
    background: rgb(256, 256, 256);
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    bottom: -360%;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    color: rgba(50, 50, 50, 0.9);
}

.gallery-item img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}


.gallery-item img:hover{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

#gallery-pagination{color:#FFFFFF;padding:9px 0 0 0;}
#gallery-pagination ul.pagination2 {list-style-type: none;padding: 0;}
#gallery-pagination ul.pagination2 li {display: inline;}
#gallery-pagination ul.pagination2 li a{color:#FFFFFF;text-decoration: none;margin:0 1px 0 1px;padding:10px 14px 10px 14px;background-color: #000000;}
#gallery-pagination ul.pagination2 li.active a{text-decoration: none;background-color: #ecf1f4;color:#80a3b7;}


/* SLIDER BULLETS FIX */
.rsBullets{
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
    text-align: center;
}

.cd-hero{
    opacity:0;
}
.cd-hero ul{
    margin-bottom:1px !important;
}

/* MEDIA QUERIES */

/* ----------- SMARTPHONES ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
      
      .div-topo {height:85px !important;}
      
      .press-article-detail{min-height: 10px !important;}
      .press-article-detail-intro{min-height: 10px !important;}
      
        .titulos-seccoes{
            padding: 15px 0 0 10px;
            font-size: 22px;
            font-weight: 300;
            /*color: #ffffff;
            text-align: left;*/
        }
        
        .owl-carousel .item{position:relative !important;}
        .customNavigation{right: 6px !important;}

        
        .div-mother-carousel{margin:20px 0 0 0 !important;}

        .bg-txt-botao-more{
            background: url(/layout/bg-botao-saber-mais.jpg) repeat-x left top;
            float: right;
            font-size: 11px;
            padding: 10px;
            color:#333333 !important;
            font-weight: 500;
            text-transform: uppercase;
            text-align: center;
        }
        .date-copy{text-align: center;}
        .developed-by{text-align: center;}
        
        .reservation-bookingCheckin{
            float:left;width:100%;
        }
        .reservation-bookingCheckout{
            float:left;width:100%;
        }
        .reservation-bookingAdults{
            float:left;width:100%;
        }
        .reservation-bookingChildren{
            float:left;width:100%;
        }
        .reservation-submit{
            display:block;width:100%;
        }
        .reservation-submit input{
            display:block;width:100%;margin:4px 0 0 0;
        }

        .idioma-select-no-slider h2{display:none;}
        .idioma-select{top:40px !important;}
        .idioma-select h2{width:100% !important;font-size:14px !important;}
        

        .animated-arrow{top:10px !important;}
        
        #map-container{height:200px !important;}
        
    .press-article-detail {
        min-height: 20px !important;
    }
    .press-article-detail-intro {
        min-height: 20px !important;
    }
        
}
/* SMARTPHONES -  Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) and (orientation : portrait) {
      
  .idioma-select-no-slider a{padding: 8px;font-size:14px;}    
  .idioma-select a{padding: 8px;font-size:14px;}  
  .gallery-item{height:112px !important;overflow: hidden;}
  .div-logotipo{width:220px;}
    .cd-prev{top:150px !important;}
    .cd-next{top:150px !important;}
    
    
    
}
  
/* SMARTPHONES -  Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) and (orientation : landscape) {
      
  .idioma-select-no-slider a{font-size:14px;padding: 6px;}    
  .idioma-select-no-slider a{font-size:14px;padding: 6px;} 
  .idioma-select a{font-size:14px;}   
    .cd-prev{top:120px !important;}
    .cd-next{top:120px !important;}
}





/* ----------- TABLETS ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
      

        
        .bg-txt-botao-more{
            background: url(/layout/bg-botao-saber-mais.jpg) repeat-x left top;
            float: right;
            font-size: 11px;
            padding: 10px;
            color:#333333 !important;
            font-weight: 500;
            text-transform: uppercase;
            text-align: center;
        }
        .div-thumb-alojamento{height:80px;padding:26px !important;}

    .press-article-detail {
        min-height: 20px !important;
    }
    .press-article-detail-intro {
        min-height: 20px !important;
    }
}

/* TABLETS -  Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (orientation : portrait) {
      
        .idioma-select{top:100px !important;}
        .reservation-submit{margin-left:6px !important;}
        .reservation-bookingAdults{width:16% !important;}
        .reservation-bookingChildren{width:16% !important;}
        .reservation-bookingCheckout{width:24% !important;}
        .reservation-bookingCheckin{width:24% !important;}

        .idioma-select-no-slider h2{font-size:12px !important;top:40px !important;}
        .idioma-select-no-slider a{font-size:12px !important;top:40px !important;}
        #map-container{height:450px !important;}

        .form-control{padding: 6px 6px !important;}
        
        
    .cd-prev{top:135px !important;}
    .cd-next{top:135px !important;}
    

    
        
}
/* TABLETS -  Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (orientation : landscape) {
      
        .idioma-select{top:120px !important;}
        #map-container{height:350px !important;}
        .gallery-item{height:209px !important;overflow: hidden;}

        
    .cd-prev{top:135px !important;}
    .cd-next{top:135px !important;}
}



.subscrever-icon {
    height: 34px !important;
    width: 34px !important;
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    cursor: pointer !important;
    color: black !important;
    background-color: white !important;
    position: relative !important;
    padding: 0 !important;
}

#newsletterSub input[type="submit"] {
    font-family: FontAwesome !important;
}