/*-------- BASIC --------*/


/* Background dolour: 346934 */


html, body{
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5{
    font-family: "kepler-std",serif;
    font-style: normal;
    font-weight: 700; 
}

:focus {
    outline: 0;
}

.nopadding{
    padding-left: 0px !important; 
    padding-right: 0px !important;
}

.fontwhite{color: #FFFFFF;}
.fontblack{color: #000000;}

.btnwhite{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: inline-block;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btnblack{
    color: #000000;
    border: 1px solid #000000;    
    display: inline-block;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btnwhite:hover, .btnwhite:focus{color: #FFFFFF; text-decoration: none;}
.btnblack:hover, .btnblack:focus{color: #000000; text-decoration: none;}
.btncenter{display: block !important; margin: 0 auto; text-align: center; width: 200px;}

.fontlight{font-weight: 300;}
.fontregular{font-weight: 400;}
.fontmedium{font-weight: 500;}
.fontsemibold{font-weight: 600;}
.fontbold{font-weight: 700;}

.bg-lightgrey{background-color: #EEEEEE;}
.bg-darkgrey{background-color: #346934;}
.bg-beig{background-color: #EFEFDF;}
.bg-white{background-color: #FFFFFF;}

.container-centrar{display: table; height: 100%; position: absolute; right: 0; left: 0; top: 0;  bottom: 0; width: 100%;}
.contenido-centrar{display: table-cell; text-align: center;  vertical-align: middle; }

.img-resize{object-fit: cover; margin: auto; height: 300px; width: 100%;}
.img-resize-small{object-fit: cover; margin: auto; height: 150px; width: 100%;}

.small-logo{width: 100px; height: 100px;}

.datepicker{font-family: "aktiv-grotesk",sans-serif !important;}

/* Underline From Left */
.btnwhite, .btnblack {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.btnwhite:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btnblack:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #333;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btnwhite:hover:before, .btnwhite:focus:before, .btnwhite:active:before,
.btnblack:hover:before, .btnblack:focus:before, .btnblack:active:before{
    right: 0;
}
li.dropdown.pull-right a:hover, li.dropdown.pull-right a:focus{
    color: #fff;
    text-decoration: none;
}
a.btn-check-rates:hover, a.btn-check-rates:focus{
    color: #fff;
    text-decoration: none;
}
a.link{
    transition:opacity 0.3s ease-out;
    opacity: 1;
}

a.link:hover {
    text-decoration: none; 
    transition:opacity 0.3s ease-out;
    opacity: 0.7;
}

/* Select Style */
.select-style {
    position: relative;
    display: inline-block;
    border-radius: 0px;
    text-align: right;
}
.select-style span.icon-late-checkout {
    vertical-align: middle;
    padding: 15px 0px;
    display: inline-block;
    font-size: 20px;
}
.select-style span.icon-room-upgrade {
    vertical-align: middle;
    padding: 15px 0px;
    display: inline-block;
    font-size: 24px;
}

.select-style select {
    color: #444;
    font-size: 22px;
    height: 50px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: URL(select.png) no-repeat 140px 18px !important;
    width: 160px;
    float: right;
}

/*-------- HEADER -------*/

.idioma-responsive{text-align: center; text-transform: uppercase; margin-bottom: 50px;}
.idioma-responsive a{color: #777;}
.idioma-responsive a:hover, .idioma-responsive a:focus{color: #777; text-decoration: none; opacity: 0.5;}

/*-------- HOME --------*/

/* Carousel Home */
#slider-home .carousel-inner>.item>a>img, #slider-home .carousel-inner>.item>img {
    height: 800px;
    object-fit: cover;
    width: 100%;
}

#slider-home .carousel-inner .item{
    height: 800px;
}
#slider-home .carousel-thumbnail {
    bottom: 0px;
    height: 7px;
    margin-bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;

}
#slider-home .carousel-thumbnail li{
    background: #fff;
    height: 7px;
    padding-left: 0px;
    padding-right: 0px;
    width: 150px;
}
#slider-home .carousel-thumbnail li:hover{
    cursor: pointer;
}
#slider-home .carousel-thumbnail li.active{
    background: #BBBBBB;
}
#slider-home .carousel-thumbnail li img{
    bottom: -7px;
    position: relative;
    width: 150px; 
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
    visibility: hidden;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 150px;

}
#slider-home .carousel-thumbnail li:hover img{
    bottom: 90px;
    position: relative;
    width: 150px;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
    visibility: visible;
    z-index: 1;
}

#slider-home .container-centrar{height: 800px;}
#slider-home .container-centrar h1{font-size: 62px; margin-top: 50px;     text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
#slider-home .container-centrar .btnwhite{margin-top: 50px;}

/* Book Now Home */
#book-now { background-color: #346934; padding: 30px 0px; position: relative; z-index: 2;}
#book-now h2{ color: #FFFFFF; font-size: 32px; margin-top: 0px;     text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);} 
#book-now .icon-list {margin: 15px auto; }
#book-now .icon-list li{ width: 20%; }

.icon-list{color: #FFFFFF; display: table; margin: 0 auto; text-align: center; }
.icon-list li {display: table-cell; padding: 10px 20px; text-align: center; vertical-align: top;}
.icon-list li span{font-size: 30px; }
.icon-list li p{font-family: "aktiv-grotesk",sans-serif; font-size: 16px; font-weight: 500; line-height: 20px; margin-top: 5px;}

/* Rooms Home */

.rooms .img-room{
    background-image: url(google_white5.png);
    background-size: cover;
    height: 300px;
    width: 100%;
}

.rooms .text-offer {
    background-color: rgba(0, 0, 0, 0.8);
    display: table;
    padding: 0px 5%;
    position: absolute;
    height: 300px;
    width: 101%;
}

.rooms .text-offer p.find{color: #FFF; display: block; font-size: 18px; margin: 0px;} 
.rooms .text-offer .price{display: flex; width: 100%;}
.rooms .text-offer p.big-price{color: #FFF; display: inline; float:left; font-size: 100px; font-weight: 700; line-height: 90px; margin: 0px;}
.rooms .text-offer p.europernight{color: #FFF; display: inline; float: right; font-size: 14px; padding-left: 10px; padding-top: 10px; margin: 0px; vertical-align: top;}
.rooms .text-offer a{color: #FFF; display: block; font-size: 14px; font-weight: 500; margin-top: 5px; text-decoration: underline; width: 100%;}
.rooms .text-offer p.checkrooms{color: #FFF; display: block; font-size: 14px; font-weight: 300; margin-top: 30px;}
.rooms .text-offer p.checkrooms a{color: #FFF; display: inline; font-size: 14px; text-decoration: underline;}

.rooms .text-room {
    background-color: rgba(0, 0, 0, 0.8);
    display: table;
    height: 240px;
    padding: 0 30px;
    position: absolute;
    width: 170px;
    top: 30px;
    bottom: 30px;
    left: 30px;
}

.rooms .text-room a.title{color: #FFF; font-size: 18px; font-weight: 400;}
.rooms .text-room a.title:hover, #rooms-home a.title:focus{ color: #FFF;}
.rooms .text-room a.title .from{font-size: 12px; font-weight: 300;}
.rooms .text-room a.btnwhite {margin: 15px 0px; padding: 10px;}
.rooms .text-room a.more{color: #FFF; font-size: 10px;}
.rooms .text-room a.more:hover, #rooms-home a.more:focus{color: #FFF;}
.rooms .text-room a.moreinfo{display: none;}

.text-middle {display: table-cell; vertical-align: middle;}

/* Newsletter */
#newsletter {padding: 30px 0px;}
#newsletter .icon-guests {color: #FFFFFF; display: inherit; font-size: 30px; margin-bottom: 15px; text-align: center;}
#newsletter h2{ color: #FFFFFF; font-family: "aktiv-grotesk",sans-serif; font-size: 18px; font-weight: 500; margin: 20px 0px; text-align: center;} 
#newsletter .form-newsletter {text-align: center; width: auto;}
#newsletter .form-newsletter form input{background: none; border: 1px solid #FFF; color: #FFF; display: inline-block; text-transform: uppercase; padding: 15px 30px; width: 400px;}
#newsletter .form-newsletter form .btnwhite{display: inline-block; margin-top: -3px; background: transparent;}
#newsletter .form-newsletter *::-webkit-input-placeholder {color: #fff !important; }

/* Social contact */
#social-conect {padding: 50px 0px;}
#social-conect h2{color: #000; font-size: 48px; margin-top: 0px; padding-bottom: 30px; text-align: center;}

#social-conect .tripadvisor .img-user{display: inline; width: 70px;}
#social-conect .tripadvisor .user{display: inline-block; padding-left: 15px; vertical-align: middle;}
#social-conect .tripadvisor .user img {display: block;}
#social-conect .tripadvisor .user p{display: block; font-size: 18px; font-weight: 700; padding-top: 5px;}
#social-conect .tripadvisor .puntuation {font-size: 14px; font-weight: 300; padding-top: 15px;}
#social-conect .tripadvisor .puntuation img{display: inline;}
#social-conect .tripadvisor .comment h4{ font-family: "aktiv-grotesk",sans-serif; font-size: 24px; font-weight: 800; margin-top: 0px;}
#social-conect .tripadvisor .comment p{font-size: 16px; font-weight: 300;}
#social-conect .tripadvisor .comment a{color: #333; text-decoration: none;}
#social-conect .tripadvisor .comment a:hover{color: #333; text-decoration: none;}

/* Mapa */
#mapa {padding: 50px 0px 0px 0px;}
#mapa h2{color: #000; font-size: 48px; margin-top: 0px; padding-bottom: 20px; padding-right: 200px;  text-align: center;}
#mapa-general{width: 100%; height: 600px;}

/*-------- ROOMS --------*/

/* Carousel Home */

#destacado .img-destacado{background-image: url(google_white5.png); background-size: cover; background-position: center; height: 400px; width: 100%;}
#destacado .container-centrar{height: 400px; }
#destacado .container-centrar h1{margin-top: 100px; margin-bottom: 0px;}
#destacado .container-centrar p{font-size: 12px; text-transform: uppercase;}

/* Introduction */
#rooms .introduction{padding: 30px 0px;}
#rooms .introduction h3{padding-top: 50px;}
#rooms .introduction .btnblack {margin: 5px; padding: 10px 30px; }

#rooms .container-centrar{height: 300px; padding: 30px;}
#rooms .contenido-centrar{text-align: left;}
#rooms .contenido-centrar img{display: block; margin: 0 auto;}
#rooms .contenido-centrar .tripadvisor{color: #000; font-size: 18px; font-weight: 800; margin-top: 20px; text-align: center;}
#rooms .contenido-centrar h3{font-family: "aktiv-grotesk",sans-serif; font-size: 24px; font-weight: 800; margin-top: 0px;}
#rooms .contenido-centrar p{font-size: 16px; font-weight: 400; line-height: 22px;}
#rooms .contenido-centrar p.small{font-size: 12px; font-weight: 400; margin-bottom: 0px; margin-top: 20px;}

/* Expand map */
#mapa-general.mapa-hotel{height: 200px;}
#mapa-general.mapa-hotel.expandmap{height: 600px;}

#expandmap{cursor: pointer; position: absolute; top: 0px; right: 15px;}

/*-------- DETAIL ROOM --------*/
#detail-room{margin-top: 50px;}
#detail-room .destacado-room1{background-image: url(google_white5.png); background-size: cover;}
#detail-room .destacado-room2{background-image: url(google_white5.png); background-size: cover;}
#detail-room .info-room {text-align: center; padding: 125px 50px 15px 50px;}
#detail-room .info-room h1{font-size: 54px;}
#detail-room .info-room p{font-size: 18px; margin-bottom: 30px;}
#detail-room .info-room p.small{font-size: 14px; margin-top: 10px;}
#detail-room .gallery2 img {object-fit: cover; height: 300px; width: 100%;}

#services-room {padding: 30px 0px;}
#services-room {text-align: center;}
#services-room .icon-list li{color: #333 !important; padding: 10px; width: 175px;}
#services-room .icon-list li p{font-family: "aktiv-grotesk",sans-serif; font-size: 14px; font-weight: 400; line-height: 14px; margin-top: 5px;}

/*-------- OFFERS --------*/
#offers .type-offer{ left: 20px; padding: 15px 10px; position: absolute; text-align: center;
                     background: rgba(115,115,98,1);
                     background: -moz-linear-gradient(top, rgba(115,115,98,1) 0%, rgba(70,70,53,1) 100%);
                     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(115,115,98,1)), color-stop(100%, rgba(70,70,53,1)));
                     background: -webkit-linear-gradient(top, rgba(115,115,98,1) 0%, rgba(70,70,53,1) 100%);
                     background: -o-linear-gradient(top, rgba(115,115,98,1) 0%, rgba(70,70,53,1) 100%);
                     background: -ms-linear-gradient(top, rgba(115,115,98,1) 0%, rgba(70,70,53,1) 100%);
                     background: linear-gradient(to bottom, rgba(115,115,98,1) 0%, rgba(70,70,53,1) 100%);
                     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737362', endColorstr='#464635', GradientType=0 );
}
#offers .type-offer .titulo{color: #FFF; font-size: 32px; font-weight: 700; line-height: 32px; margin: 0px;}
#offers .type-offer .subtitulo{color: #FFF; font-size: 24px; font-weight: 700; line-height: 32px; margin: 0px;}
#offers .type-offer .oferta{color: #FFF; font-size: 60px; font-weight: 700; line-height: 60px; margin: 0px;}
#offers .type-offer .oferta .small{font-size: 24px; line-height: 24px; margin: 0px;}
#offers .type-offer .descuento{color: #FFF; font-size: 12px; font-weight: 700; line-height: 12px; margin: 0px; text-transform: uppercase;}

#offers .info-offer {
    padding: 0 15px;
    min-height: 180px;
}
#offers .info-offer h3{color: #000; font-family: "aktiv-grotesk",sans-serif;  font-size: 18px; font-weight: 700;}
#offers .info-offer .btnblack{margin-bottom: 30px; margin-top: 15px; padding: 10px 15px;}

#offers .detail-offer {margin: 50px auto;}
#offers .detail-offer h2{font-family: "aktiv-grotesk",sans-serif;  font-size: 24px; font-weight: 700; line-height: 32px; margin-top: 0px; }
#offers .detail-offer p{font-size: 18px;}
#offers .detail-offer ul{margin-top: 20px; padding-left: 20px;}
#offers .detail-offer ul li{font-size: 18px; margin-bottom: 10px;}
#offers .detail-offer p.from{font-size: 18px; line-height: 18px; margin: 0px; margin-bottom: -10px;}
#offers .detail-offer p.price{font-size: 100px; font-weight: 700; letter-spacing: -3px; line-height: 100px; margin: 0px; margin-left: -5px;}
#offers .detail-offer p.price small {font-size: 32px; font-weight: 500; line-height: 60px; vertical-align: top;}

#offers h2.special-deals{text-align: center; padding-bottom: 20px; font-size: 36px;}


/*-------- GALERIA ------*/
#gallery .img-simple{object-fit: cover; height: 240px; width: 100%;}
#gallery .img-doble{object-fit: cover; height: 480px; width: 100%;}
#gallery .text-container{display: table; height: 480px; margin: 0 auto; width: 320px;}
#gallery .text-contenido{display: table-cell; text-align: center; vertical-align: middle;}
#gallery .text-contenido h2{font-size: 54px;     line-height: 44px;}
#gallery .text-contenido p{font-size: 18px;    padding: 20px 0px;}
#gallery .text-contenido p.small{display: block; font-size: 14px; padding: 10px 0px 0px 0px;}

/*-------- SERVICES -------*/
#services .block-txt1 {height: 200px; padding: 30px;}
#services .block-txt1 h2 {font-family: "aktiv-grotesk",sans-serif;  font-size: 24px; font-weight: 700; line-height: 32px; margin-top: 0px;}
#services .block-txt1 p{font-size: 18px;}
#services .block-txt2 {height: 220px; padding: 30px;}
#services .block-txt2 h3 {font-family: "aktiv-grotesk",sans-serif;  font-size: 18px; font-weight: 700; line-height: 18px; margin-top: 0px;}
#services .block-txt2 p{font-size: 16px; margin-bottom: 0px;}
#services .block-txt2 li{font-size: 18px;}
#services .block-btn .btnblack {margin-bottom: 30px; margin-left: 15px;}


@media (max-width: 992px) and (min-width: 1100px ){
    #services .block-txt1 {height: 250px;}
    #services .block-txt2 {height: 320px; }
}

@media (max-width: 478px){
    #services .block-txt1{display: block; height: auto; }
    #services .block-txt1 p {display: block !important; margin-bottom: 10px;}
     #services .block-txt2{display: block; height: auto; }
    #services .block-txt2 p {display: block !important; margin-bottom: 10px;}
}

/*-------- 83,3 TERRACE BAR --------*/

/* Carousel General */
#slider-general .carousel-inner>.item>a>img, #slider-home .carousel-inner>.item>img {
    height: 800px;
    object-fit: cover;
    width: 100%;
}

#slider-general .carousel-inner .item{
    height: 400px;
}

#slider-general .carousel-inner .item img{
    height: 450px;
    object-fit: cover;
    width: 100%;
}

#slider-general .container-centrar{height: 400px;}
#slider-general .container-centrar h1{font-size: 62px; margin-top: 150px;}
#slider-general .container-centrar p{font-size: 14px; text-transform: uppercase;}

#terrace-bar h2 {
    color: #000;
    font-size: 48px;
    margin-top: 0px;
    padding: 30px 0px;
    text-align: center;
}
#terrace-bar .info-general{padding-bottom: 50px;}
#terrace-bar p{font-size: 18px; margin-bottom: 20px;}
#terrace-bar a{color: #333; text-decoration: underline;}
#terrace-bar .img-simple{object-fit: cover; height: 220px; width: 100%;}

/*-------- BARCELONA (BLOG) -------*/

.blog .cabecera-articulo{
    background-image: url(google_white5.png);
    background-size: cover;
}
.blog .cabecera-articulo .container{
    padding-bottom: 23.5%;
    padding-top: 280px;
    position: relative;
    color: #333;;
}
.blog .contenido-articulo {background: #fff; margin-top: -10%; padding: 50px 100px; z-index: 5;}
.blog .contenido-articulo p.fecha-articulo, 
.blog .contenido-articulo p.categoria-articulo,
.blog .contenido-articul p.autor-articulo{ text-transform: uppercase; margin-bottom: 0px; font-size: 12px; display: inline-block;}
.blog .contenido-articulo a h2{ color: #333; font-size: 48px; font-weight: 700; margin-top: 0px;}
.blog .contenido-articulo a:hover {color: #333;}
.blog .contenido-articulo p.entrada-articulo{font-size: 18px; }
.blog .contenido-articulo p.cuerpo-articulo{font-size: 14px; }
.blog .contenido-articulo p.tags-articulo{font-size: 12px;}
.blog .contenido-articulo p.tags-articulo .social-bookmark:before {margin: 0px; font-size: 20px;}
.blog .compartir-articulo .span:before{font-size: 24px;}
.blog .compartir-articulo sup{top: -1.5em;}
.blog img{margin: 30px 0px;}

.blog .contenido-articulo.mas-articulos {margin: 50px 0px; padding: 0px;}
.blog .contenido-articulo.mas-articulos .info-articulo{padding: 0px 50px;}
.blog .contenido-articulo.mas-articulos .info-articulo a h2{font-size: 36px;}
.blog .contenido-articulo.mas-articulos .info-articulo .entrada-articulo{padding-bottom: 30px;}

/*-------- ABOUT US --------*/
#about-us h2 {
    color: #000;
    font-size: 48px;
    margin-top: 0px;
    padding: 30px 0px;
    text-align: center;
}
#about-us .info-general{padding-bottom: 50px;}
#about-us p{font-size: 18px; margin-bottom: 20px;}
#about-us .img-simple{object-fit: cover; height: 360px; width: 100%;}

#about-us .other-hotels { margin: 130px 0px; position: absolute; text-align: center; width: 100%;}
#about-us .other-hotels img{display: block; margin: 0 auto; padding-bottom: 20px;
                            -webkit-transition: opacity 0.3s linear;
                            -moz-transition: opacity 0.3s linear;
                            -ms-transition: opacity 0.3s linear;
                            -o-transition: opacity 0.3s linear;
                            transition: opacity 0.3s linear;
}
#about-us .other-hotels img:hover{ zoom: 1; filter: alpha(opacity=90); opacity: 0.9;}
#about-us .img-hoteles{object-fit: cover; height: 450px; width: 100%;}

/*-------- VISUALIZADOR IMG --------*/
.featherlight .featherlight-content{border-bottom: none!important; padding: 0px!important; overflow: hidden!important;}
.featherlight-next {
    background: url(arrow_right.svg) no-repeat 100% 47% !important;
    color: #fff;
}
.featherlight-previous {
    background: url(arrow_left.svg) no-repeat 0% 47% !important;
}
.featherlight-next span, .featherlight-previous span {
    display: none !important;
}

/*----- FOOTER  -----*/
footer{ background-color: #346934; padding: 20px;}
footer p{color: #FFF; font-size: 12px;}
footer a{color: #FFF; font-size: 12px;}
footer a:hover, footer a:focus{color: rgb(255, 255, 255); text-decoration: none;}
footer .logo-footer {top: -20px;}
footer .logo-footer img { position: absolute; right: 50%; left: 50%;}
footer a.change-hotel { display: inline-block; margin: 30px 0px;}
footer a.change-hotel p { display: inline; padding-left: 15px; }
footer .pull-left a {margin-right: 15px;}
footer .text-center a {text-decoration: underline;}
footer .text-right a {margin-left: 15px;}
footer .social-links{text-align: right;}
footer a.logo-emexs img {width: 71px; vertical-align: bottom;}
/*-------- TEXTOS LEGALES --------*/

#legal-notes, #privacy-policy{ padding: 50px 0px;}

/*---- PRUEBAS MARIA -----*/
.nav__item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    margin: 10px !important;
    padding: 5px !important;
    -webkit-transition: color  0.3s ease-out; /* For Safari 3.0 to 6.0 */
    transition: color 0.3s ease-out; /* For modern browsers */
}
.nav__item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1EADE8;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav__item:hover:before, .nav__item:focus:before, .nav__item:active:before {
    right: 0;
}

.nav__item:hover{
    color: #1EADE8 !important;
}

.nav__item.active{color: #1EADE8 !important;}
.nav__item.active:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1EADE8;
    height: 2px;
    width: 100%;
}

/*-------- RESPONSIVE --------*/
@media (min-width: 1200px){
    .navbar-brand {
        display: none;
    }
    .idioma-responsive{display: none;}
    .navbar-logo {
        width: 180px;
        -webkit-transition:all .3s ease; /* Safari y Chrome */
        -moz-transition:all .3s ease; /* Firefox */
        -o-transition:all .3s ease; /* IE 9 */
        -ms-transition:all .3s ease; /* Opera */
    }
    .navbar-logo.do-small-logo {
        width: 120px;
    }
    .navbar-logo a {
        position: absolute !important;
        top: -30px !important;
        padding-top: 0px !important;
        z-index: 2;
    }

    .navbar-logo img {
        -webkit-transition:all .3s ease; /* Safari y Chrome */
        -moz-transition:all .3s ease; /* Firefox */
        -o-transition:all .3s ease; /* IE 9 */
        -ms-transition:all .3s ease; /* Opera */
        width:100%;
        position: relative;
        top: -20px;
    }
    .navbar-logo.do-small-logo img {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
    }

    .navbar-default {
        background: #fff;
        border: none;
        border-radius: 0;
        height: 50px;
        margin: 0px;
    }
    .navbar-nav {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }
    .navbar-nav li {
        display: inline-block;
        float: none;

    } 

    li.dropdown.pull-right {background-color: #346934; width: 230px;}
    li.dropdown.pull-right a{color: #fff; letter-spacing: 2px;}
    li.dropdown.pull-right a:hover{color: #fff}
    li.dropdown.pull-right.open>a, li.dropdown.pull-right.open>a:focus, li.dropdown.pull-right.open>a:hover{background: #346934; color: #fff;}


    #open-book-now span.icon-book-now {font-size: 20px; vertical-align: middle;}
    .block-booking-now {-webkit-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75); -moz-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75); box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75); position: absolute;  top: 50px; right: 0; width: 230px;}
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom { border-radius: 0; position: fixed; left: initial !important; right: 235px; top: 120px !important;}
    .datepicker-dropdown:before, .datepicker-dropdown:after{
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(60deg);
        transform: rotate(90deg);
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {top: 15px !important;}
    .datepicker-dropdown.datepicker-orient-right:before {right: -10px !important;}
    .datepicker-dropdown.datepicker-orient-bottom:after {top: 15px !important;}
    .datepicker-dropdown.datepicker-orient-right:after {right: -8px !important;}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover{
        background: #346934 !important;
    }

    .triangulo-equilatero-bottom { width: 0; height: 0; border-right: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 20px solid transparent;  border-top: 20px solid #346934; position: absolute; right: 50%; left: 50%; margin-left: -20px;}
    .booking-now{background: rgba(255, 255, 255, 0.8); padding: 40px 15px 20px 15px; text-align: center; }
    .booking-now input#datepicker_checkin {background: none; border: 1px solid #444; color: #444; font-size: 24px;  margin-bottom: 10px; text-align: center; width: 150px; }
    .booking-now p{font-weight: 500; font-size: 18px; color: #444; }
    .booking-now span.icon-checkin:before {font-size: 24px; vertical-align: middle;}
    .any-questions{background: rgba(255, 255, 255, 0.8); padding: 20px 15px; text-align: center; }
    .any-questions p{color: #444;  font-weight: 500; font-size: 18px;}
    .any-questions a{color: #444; font-size: 18px;}
    .any-questions a span.icon-phone { font-size: 24px; vertical-align: middle;}

    li.dropdown.dropwdown-language.pull-left{max-width: 270px;}
    .dropwdown-language a.dropdown-toggle{background: none; width: 100px;}
    .dropwdown-language .dropdown-menu {background: rgba(255, 255, 255, 0.8); min-width: 100px;}
    .dropwdown-language .dropdown-menu li a{padding: 10px 15px; font-size: 12px; text-align: center; width: 100px;}

    .booking-responsive{display: none;}

    /* Scroll Down Button */
    .scroll-btn{display: none;}
}

@media (max-width: 1199px) {

    .flotantes{display: none;}
    .flotantes.float-right{display: block;}

    .navbar-brand {display: block !important; height: 100px !important; padding: 0px;}
    .navbar-brand>img{height: 100px;}
    .navbar-header {float: none;}
    .navbar-toggle {display: block;}
    .navbar-nav { float: none!important; margin: 50px 0px;}
    .navbar-nav>li {float: none;}

    .navbar.navbar-default.navbar-fixed-top .nopadding {padding-left: 15px !important; padding-right: 15px !important;}
    .nav.navbar-nav li.dropdown.dropwdown-language.pull-left{display: none !important;}
    .nav.navbar-nav li.dropdown.pull-right{display: none !important;}
    .nav.navbar-nav li.navbar-logo{display: none !important;}

    div#bs-example-navbar-collapse-1.collapse.navbar-collapse {display: none !important;}
    div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in {background: #EEEEEE; border: none; display: block !important;}

    a.nav__item {display: block; font-size: 26px; padding: 15px 0px !important; text-align: center; text-transform: uppercase;}

    .navbar-default { background: #EEE; border: none; border-radius: 0;  margin: 0px;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #FFF;}

    .c-hamburger {
        background: #ffffff;
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 100px;
        height: 100px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none !important;
        cursor: pointer;
        transition: background 0.3s;

    }

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 44px;
        left: 30px;
        right: 30px;
        height: 2px;
        background: #777;
    }

    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #777;
        content: "";
    }

    .c-hamburger span::before {
        top: -12px;
    }

    .c-hamburger span::after {
        bottom: -12px;
    }

    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }

    /* active state, i.e. menu open */

    .c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }

    .booking-responsive{display: block; position: fixed; bottom: 0px; background: #FFF; width: 100%; height: 100px; z-index: 2;}
    .booking-responsive a{color: #000; font-size: 30px; display:inline-block; text-align: center; padding: 30px 0px; width: 100px;}
    .booking-responsive a:hover{ text-decoration: none; }
    .booking-responsive .location {display: inline-block; background: #FFF; width: 100px; height: 100px;}
    .booking-responsive .phone {display: inline-block; background: #DDD; width: 100px; height: 100px;}
    .booking-responsive .book-now {display: inline-block; float: right;}
    .booking-responsive .booknow-text{display: inline-block; float: right !important; font-size: 24px; letter-spacing: 1px; text-transform: uppercase; margin: 0px; padding: 33px 10px;} 
    .booking-responsive .booknow-text a{padding: 0px; width: 100%;}
    .booking-responsive .booknow {display: inline-block; background: #DDD; float: right; width: 100px; height: 100px;}

    footer{margin-bottom: 100px;}

    /* Scroll Down Button */
    .scroll-btn{bottom: 150px; color: #FFFFFF; display: block; left: 50%; right: 50%; margin-left: -55px; margin-bottom: 5px; width: 110px; position: absolute; opacity: 0.8;}
    .scroll-btn p{font-size: 12px; font-weight: 400; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
    .scroll-btn .fa.fa-angle-double-down{ display: block; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
}

@media (max-width: 992px){

    #slider-home .carousel-thumbnail li,
    #slider-home .carousel-thumbnail li img{width: 100px;}
    #slider-home .carousel-thumbnail li:hover img{bottom: 67px; width: 100px;}

    #services .block-txt1 {display: table;}
    #services .block-txt1 p{display: table-cell; vertical-align: middle;}

    #services .block-txt2{height: auto;}

    #services-room .icon-list {
        -webkit-columns: 100px 3;
        -moz-columns: 100px 3;
        columns: 100px 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: block;
        padding-left: 0px;
    }
    #services-room .icon-list li{
        display: inline-block !important;
    }

    #detail-room .gallery2 {height: 300px;}

    #social-conect .tripadvisor{
        margin: 30px 0px;
    }
    #mapa h2{padding-right: 0px;}
    #expandmap{position: inherit; display: block; margin-bottom: 30px;}
    #detail-room .info-room{padding: 60px 15px 30px;}
    #rooms .container-centrar {position: inherit;}

    footer p {
        margin: 30px 0px;
        text-align: center;
    }
    footer .social-links {
        text-align: center;
    }
    footer .logo-footer{
        top: inherit; 
    }
    footer .logo-footer img {
        position: inherit;
        right: inherit;
        left: inherit;
        float: left;
        display: block;
        margin-left: -20px;
    }
    footer .royal-adress{
        height: 100px;
        display: table;
    }
    footer .royal-adress p{
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        margin: 0px;
    }
    .noresponsive, #mapa {display: none;}
}

@media (max-width: 767px){
    #newsletter .form-newsletter form input{ display: block; width: 100%;}
    #newsletter .form-newsletter form .btnwhite{ display: block; width: 150px; margin: 15px auto;}

    .rooms .text-room {position: initial !important; width: 100% !important; background-color: #fff !important; height: auto !important; margin: 30px 0px !important;}
    .rooms .text-room a.title, .rooms .text-room a.more {color: #333 !important; font-weight: 700 !important; display: block !important;}
    .rooms .text-room a.title .from {font-weight: 500!important;}
    .rooms .btnwhite{border-color: #333 !important; color: #333 !important;}
    .rooms a.more.link {display: none !important;}
    .rooms .text-room a.moreinfo{display: inline-block;}

    #book-now h2 .fontregular{display: block;}
    #book-now .icon-list li{ width: 100%; }

    .blog .contenido-articulo {padding: 50px 15px !important;}

    .icon-list li{display: inline-block;}
    .scroll-btn {display: none;}

}

@media (max-width: 480px){
    nav .navbar-nav{margin: 30px 0px;}
    nav a.nav__item{font-size: 21px; padding: 10px 0px !important;}

    .block-booking-now {
        display: none !important;
    }

    #slider-home .container-centrar h1,
    #detail-room .info-room h1,
    #slider-general .container-centrar h1{font-size: 42px; padding: 0px 15px;}
    #slider-home .carousel-thumbnail{display: none;}

    .blog .contenido-articulo a h2,
    #about-us h2,
    #book-now h2,
    #social-conect h2,
    #terrace-bar h2,
    #mapa h2,
    #gallery .text-contenido h2{font-size: 32px;}

    #social-conect .tripadvisor .comment h4{font-size: 22px;}


    #services-room .icon-list {
        -webkit-columns: 50px 2;
        -moz-columns: 50px 2;
        columns: 50px 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: block;
        padding-left: 0px;
    }

    footer {margin-bottom: 75px;}
    footer .royal-adress p{padding-left: 15px;}
    footer .social-links [class^="social-"]:before, footer .social-links [class*=" social-"]:before, footer .social-links [class^="social-"]:after, footer .social-links[class*=" social-"]:after{
        font-size: 24px;
        margin: 0px;
    }

    .booking-responsive{height: 75px;}
    .booking-responsive .location,
    .booking-responsive .phone, 
    .booking-responsive .booknow{
        width: 75px;
        height: 75px;
    }
    .booking-responsive a{
        height: 75px;
        padding: 20px 0px;
        width: 75px;
    }
    .booking-responsive .booknow-text{
        padding: 20px 10px !important; 
    }
    .booking-responsive p a{
        padding: 30px 10px;
        font-size: 12px;
    }

    .navbar-header .navbar-brand{height: 75px !important;}
    .navbar-header .navbar-brand>img {height: 75px;}
    .navbar-header .c-hamburger{height: 75px; width: 75px;}
    .c-hamburger--htx span{top: 35px; left: 25px; right: 25px;}
    .c-hamburger span::before{top: -7px;}
    .c-hamburger span::after{bottom: -7px;}

    #detail-room .gallery2 {height: 200px;}
    .rooms .img-room{height: 200px;}

    .rooms .text-offer{text-align: center; padding: 0px; width: 100%;}
    .rooms .text-offer .price {display: flex; padding: 0px 10%; text-align: center;}

    #services-room .icon-list li{width: auto}
    
    .scroll-btn {bottom: 10px;}
}

@media (max-width: 320px){
    nav a.nav__item{
        font-size: 16px;
        padding: 5px 0px !important;
    }
}

div#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 1031; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('Loading_icon.gif') no-repeat center center; 
    background-color: #fff;
}

/*-------- COLUMNS OF SAME HEIGHT --------*/

/* columns of same height styles */

.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* vertical alignment styles */

.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

/*-------- FONTS --------*/
@font-face {
    font-family: 'Royal';
    src:    url('Royal1.eot');
    src:    url('Royal2.eot') format('embedded-opentype'),
        url('Royal3.ttf') format('truetype'),
        url('Royal4.woff') format('woff'),
        url('Royal5.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Royal' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-safe-box:before {
    content: "\e900";
}
.icon-mapa:before {
    content: "\e901";
}
.icon-air-conditioning:before {
    content: "\e902";
}
.icon-bar-lounge:before {
    content: "\e903";
}
.icon-book-now:before {
    content: "\e904";
}
.icon-checkin:before {
    content: "\e905";
}
.icon-free-slippers:before {
    content: "\e906";
}
.icon-free-wifi:before {
    content: "\e907";
}
.icon-guests:before {
    content: "\e908";
}
.icon-internet-wifi:before {
    content: "\e909";
}
.icon-late-checkout:before {
    content: "\e90a";
}
.icon-meeting-room:before {
    content: "\e90b";
}
.icon-mini-bar:before {
    content: "\e90c";
}
.icon-mobile:before {
    content: "\e90d";
}
.icon-parking:before {
    content: "\e90e";
}
.icon-pay-card:before {
    content: "\e90f";
}
.icon-phone:before {
    content: "\e910";
}
.icon-reception-24h:before {
    content: "\e911";
}
.icon-restaurant:before {
    content: "\e912";
}
.icon-room-upgrade:before {
    content: "\e913";
}
.icon-shower:before {
    content: "\e914";
}
.icon-smart-tv:before {
    content: "\e915";
}
.icon-transfer:before {
    content: "\e916";
}
.icon-two-beds:before {
    content: "\e917";
}
.icon-welcome-cocktail:before {
    content: "\e918";
}

@font-face {
    font-family: "Social Royal";
    src: url("social-royal1.eot");
    src: url("social-royal2.eot") format("embedded-opentype"),
        url("social-royal.woff") format("woff"),
        url("social-royal.ttf") format("truetype"),
        url("social-royal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="social-"]:before, [class*=" social-"]:before,
[class^="social-"]:after, [class*=" social-"]:after {   
    font-family: Social Royal;
    font-size: 26px;
    font-style: normal;
    margin-left: 5px;

    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
    content: "\e000";
}
.social-foursquare:before {
    content: "\e001";
}
.social-google:before {
    content: "\e002";
}
.social-bookmark:before {
    content: "\e003";
}
.social-instagram:before {
    content: "\e004";
}
.social-rss:before {
    content: "\e005";
}
.social-social:before {
    content: "\e006";
}
.social-twitter:before {
    content: "\e007";
}
.social-youtube:before {
    content: "\e008";
}

@font-face {
    font-family: "Flaticon";
    src: url("Flaticon1.eot");
    src: url("Flaticon2.eot") format("embedded-opentype"),
        url("Flaticon.woff") format("woff"),
        url("Flaticon.ttf") format("truetype"),
        url("Flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("Flaticon.svg") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-arrows:before { content: "\f100"; }

#rooms .container-centrar.bg-lightgrey {
    position: initial;
}

img.img-responsive.img-instagram {
    object-fit: cover;
    width: 100%;
    //el height se lo ponemos por js, cogiendo la medida del ancho del div y haciendo la imagen cuadrada
}
.hover-instagram{
    position: absolute;
    //el height y el width se lo ponemos por js, cogiendo la medida del ancho del div y haciendo la imagen cuadrada
}
.hover-instagram:hover {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.logo-instagram{
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
}
.likes-instagram {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: white;
}