html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(50, 50, 62, 0.6);
    line-height: 1.8;
    font-size: 16px;
}

a:hover,
a:focus {
    text-decoration: none;
}

textarea {
    resize: vertical;
}

/* BUTTON */

.btn {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 57px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: .24em;
    outline: 0 !important;
}

.btn.btn-primary {
    background-color: #0a0a14 !important;
    border: 1px solid #0a0a14 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #0a0a14 !important;
    background-color: #FFF !important;
    border: 1px solid #0a0a14 !important;
}

/* END BUTTON */

/* HEADER */

header {
    background-color: rgb(10, 10, 20);
    color: rgba(255, 255, 255, 0.6);
    z-index: 55;
    position: relative;
}

.header-topbar {
    background: #0a0a14;
    border-bottom: 1px solid rgb(35, 35, 45);
}

.header-topbar .header-nav {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-topbar .header-nav>li {
    float: left;
}

.header-topbar .header-nav.right {
    float: right;
}

.header-topbar .header-nav-item {
    padding: 6px 15px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width:500px) {
    .header-topbar .header-nav {
        display: none;
        float: none;
    }
    .header-topbar .header-nav.right {
        display: block;
        float: none;
    }
    .header-topbar .header-nav.right .dropdown {
        float: right;
    }
}

.img-flag {
    margin-right: 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    border: 0;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 1;
    position: relative;
    content: "\f3d0";
    font-family: "Ionicons";
}

.dropdown-menu {
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #eee;
    color: #000;
}

.header-social {
    margin-top: 0px;
    margin-right: 15px;
}

.header-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 19px;
    transition: all .2s;
}

.header-social a:hover {
    background-color: #c8c832;
    color: #0a0a14;
}

.header-navbar {
    border: 0;
    margin: 0;
    border-radius: 0;
}

.header-navbar .navbar-brand {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-navbar .navbar-brand img {
    height: 45px;
}

.header-navbar .header-menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    position: relative;
}

.header-navbar .header-menu>li>a:hover,
.header-navbar .header-menu>li>a:focus {
    background: none;
}

.navbar-toggle {
    margin-top: 15px;
    border-color: #23242e;
}

.navbar-toggle .icon-bar {
    background: #FFF;
}

@media (min-width:768px) {
    .header-navbar .header-menu>li>a:before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        margin-bottom: 1px;
        background-color: transparent;
        transition: all .3s ease-out 0s;
    }
    .header-navbar .header-menu>li>a:hover:before {
        bottom: 0;
        background-color: #c8c832;
    }
    .header-navbar .header-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width:992px) {
    .header-navbar .navbar-brand img {
        height: 60px;
    }
    .header-navbar .header-menu>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width:1200px) {
    .header-navbar .header-menu>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
}

/* END HEADER */

/* SLIDE */

.slidecaption {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 5;
    font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: #000 1px 1px 2px;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.6);
}

.slidecaption h3,
.slidecaption p {
    background: none;
    color: #FFF;
    padding: 15px;
    font-weight: lighter;
    max-width: 500px;
    margin: 0 auto;
}

.slidecaption h3 {
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.slidecaption p {
    font-size: 14px;
    clear: both;
    margin-bottom: 0;
}
.slidecaption .container{
    padding: 0;
}

@media (min-width:768px){
    .slidecaption {
        bottom: 130px;
        width:100%;
        right: auto;
        background: none;
        line-height: 30px;
    }
    .slidecaption .container{
        padding: 0 15px;
    }

    .slidecaption h3,
    .slidecaption p {
        float: right;
        text-align: right;
        padding: 10px;
        max-width: none;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .slidecaption h3 {
        font-size: 40px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .slidecaption p {
        font-size: 20px;
        max-width: 600px;
    }
}

/* END SLIDE */

/* CONTENT */

.page-header {
    margin: 0;
    background-image: url('/images/upload/tavertet-hostal-can-nogue.jpg');
    background-position: center;
    height: 250px;
    position: relative;
    background-size: cover;
    padding: 0;
    border: 0;
}

.section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section h1,
.section h2 {
    font-family: 'Roboto Condensed';
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
}

.section p+h2 {
    margin-top: 40px
}

.section h1:after,
.section h2:after {
    content: '';
    display: block;
    height: 1px;
    background: #c8c832;
    width: 60px;
    margin-top: 20px;
}

.servicios {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.servicios:after,
.servicios:before {
    content: '';
    display: table
}

.servicios:after {
    clear: both;
}

.servicios li {
    padding: 0 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
}

.servicios li:before {
    content: "\f2bc";
    font-family: 'Ionicons';
    color: #c8c832;
    position: absolute;
    left: 15px;
}

@media (min-width:768px) {
    .servicios li {
        width: 50%
    }
}

@media (min-width:992px) {
    .servicios li {
        width: 33.33333333%
    }
}

.galeria {
    margin-top: 40px
}

.galeria img {
    margin-bottom: 15px;
}

.galeria .title,
.galeria .desc {
    font-family: 'Roboto Condensed';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.galeria .title {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}

.galeria .item {
    margin-bottom: 30px
}

.galeria .item a {
    display: block;
    position: relative;
    outline: 0;
}

.galeria .item a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #FFF;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.galeria .item a:hover:before {
    opacity: 0.5;
}

.galeria .item a:after {
    position: absolute;
    content: "\f375";
    font-family: 'Ionicons';
    font-size: 16px;
    display: inline-block;
    background-color: white;
    width: 50px;
    line-height: 50px;
    opacity: 0;
    transform: translateY(10px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #000;
}

.galeria .item a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

/* END CONTENT */

/* CATALOGO */

.article-item {
    margin-bottom: 160px;
    padding: 0;
    position: relative;
    min-height: 500px;
}

.article-image {
    position: absolute !important;
    height: 100%;
    top: 0;
    padding: 0;
    height: 500px;
    box-shadow: 0 4px 45px 0px rgba(0, 0, 0, 0.25);
}

.ms-slide .ms-slide-bgcont {
    background-size: cover;
}

.article-image.pos-left {
    left: 0;
}

.article-image.pos-right {
    right: 0;
}

.article-item .container {
    padding-top: 48px;
    padding-bottom: 32px;

}

.article-title {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed';
    color: #000;
}


.article-title:after{
    content: '';
    display: block;
    height: 1px;
    background: #c8c832;
    width: 60px;
    margin-top: 20px;
}

.article-title small {
    display: block;
    font-weight: 400;
    text-transform: none;
    font-size: 20px;
}

.article-contenido ul {
    font-style: italic;
    color: #000;
    font-size: 13px;
    line-height: 1.72222;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.article-contenido ul li {
    float: left;
    width: 50%;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .article-image {
        position: relative !important;
        height: 400px;
    }
}

/* CONTACTO */

.room-carousel .image {
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .room-carousel .image {
        min-height: 320px;
    }
}

.google-map {
    padding-bottom: 30%;
    margin: 0 0 30px 0;
    position: relative
}

.google-map-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

form {
    color: #444;
}

.form-group label {
    font-weight: 400;
    font-size: 15px;
}

.form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    height: 45px;
}

.info-contact {
    margin-bottom: 30px
}

.info-contact h3 {
    font-family: 'Roboto Condensed';
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
}

.info-contact h3:after {
    content: '';
    display: block;
    height: 1px;
    background: #c8c832;
    width: 60px;
    margin-top: 20px;
}

.info-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.info-contact ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 8px;
    color: #444;
}

.info-contact ul li i {
    position: absolute;
    left: 0;
    color: #c8c832;
}

@media (min-width:768px) {
    .info-contact {
        padding-left: 25px;
    }
}

/* END CONTACTO */

/* FOOTER */

body {
    margin-bottom: 100px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    z-index: 5;
    background: #0a0a14;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-align: center;
}
footer a:hover{
    color: #FFF;
}
footer .firma {
    display: block;
}

@media (min-width:768px) {
    body {
        margin-bottom: 60px;
    }
    footer {
        height: 60px;
        text-align: left;
    }
    footer .firma {
        float: right;
    }
}

footer a {
    color: inherit;
}

/* END FOOTER */

/* AVISO COOKIES */

.aviso-cookies {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 88;
    font-size: 13px;
    margin: 0;
    
    color: #c6c9d0;
    background: rgba(10, 10, 20, 0.74);
    box-shadow: 1px 1px 5px rgba(167, 167, 167, 0.35);
}

.aviso-cookies .box {
    padding: 15px 0;
    line-height: 1.5;
    padding-right: 60px;
    position: relative;
    border-radius: 4px;
}

.aviso-cookies p {
    margin-bottom: 0;
}

.aviso-cookies a {
    text-decoration: underline;
    color: #FFF;
}

.aviso-cookies button {
    background: transparent;
    color: #FFF;
    border: 0;
    padding: 0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    font-size: 25px;
    width: 60px;
}


/* END AVISO COOKIES */

.box-resalta{
    padding: 12px 25px;
    background: #ffffff;
    color: #060606;
    font-size: 15px;
    margin-top: 25px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 1px 1px #DDD;
    border-radius: 4px;
}

main{
    overflow: hidden;
}

.nav-legal{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-legal li{
    display: inline-block;
    margin-left: 5px;
}

table th,
table td{
    padding: 10px
}
