body {
    font-family: 'Roboto', sans-serif;
}

.container-fluid {
    max-width: 1200px;
}

.form-control,
.btn {
    border-radius: 0;
}

.btn.btn-orange {
    color: white;
    background: #ed703a;
}

.navbar-nav .nav-item.active .nav-link {
    border-radius: 0 !important;
    border: none !important;
}

@media (min-width: 576px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1rem;
    }

    .navbar-expand-md {
        padding: 0 1rem;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item.active .nav-link {
        background: none !important;
        color: #0e73e7 !important;
    }
}

header {
    background: url("../img/ayudag.jpg") no-repeat 0 0;
    background-size: cover;
    height: 460px;

}

.navbar {
    background: #fff;
}

.navbar-nav {
    margin-left: -10px;
}

.navbar-nav .nav-item .nav-link {
    color: #0e73e7;
    font-size: 1.175rem;
    font-weight: 300;
    margin: 0 10px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ed703a;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px;
    background: #ed703a;
}

.navbar-toggler {
    padding: 1rem .75rem;
}

.header-email {
    font-size: 1.175rem;
    color: #0e73e7;
    font-weight: 300;
}

.header-text h1 span {
    background-color: rgba(255,255,255, .85);
    color: #0e73e7;
    padding: 5px 10px;
}

.header-text h1 span:first-child {
    display: block;
    font-size: 2.875rem;
}

.header-text h1 span:last-child {
    font-size: 2.25rem;
    display: inline-block;
}

@media (max-width: 560px) {
    .header-text h1 span:first-child {
        font-size: 1.875rem;
    }

    .header-text h1 span:last-child {
        font-size: 1.25rem;
    }
}

.header-phone {
    font-size: 2.875rem;
    color: #fff;
}

.booking-form {
    background: #ddebfc;
    padding: 10px;
}


.content {
    color: #6f6f6f;
    text-align: justify;
    padding: 40px 0;
    hyphens: auto
}

.room {
    margin-bottom: 2rem;
    padding: 2px 0;
}

.room-info-wrapper {
    padding: 25px 0;
}


.room-gallery-wrapper {
    padding: 25px 35px;
    background: #fff;
    height: 100%;
}

.room-gallery {
    max-width: 100%;
}

.room-info-wrapper {
    color: #707070;
    line-height: 1.5rem;
    font-weight: 300;
}

.room-info-wrapper h4 {
    font-size: 1.375rem;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.room-info-wrapper .icon-adult {
    font-size: 0.85rem;
}

.room-info-wrapper .icon-adult:before {
    margin: 0;
}

.room-info-wrapper p {
    color: #707070;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.room-info-wrapper ul  {
   list-style: none;
    padding-left: 0;
    line-height: 18px;
}

.room-info-wrapper ul li:before {
    content:  "—";
    position: relative;
    padding-right: 5px;
    line-height: 16px;
}

.room.turquoise {
    background: #f0fcfb url("../img/noisy-texture-100x100-o2-d12-c-bca0f2-t1.png") repeat;
}

.room.coral {
    background: #fff2ed url("../img/noisy-texture-100x100-o2-d12-c-bca0f2-t1.png") repeat;
}

.room.sahara {
    background: #faf5f1 url("../img/noisy-texture-100x100-o2-d12-c-bca0f2-t1.png") repeat;
}

.room.lavanda {
    background: #f1eef7 url("../img/noisy-texture-100x100-o2-d12-c-bca0f2-t1.png") repeat;
}
.room.briz {
    background: #f1eef7 url("../img/noisy-texture-100x100-o5-d10-c-00ffff-t0.png") repeat;
}
.room.dyuna {
    background: #f1eef7 url("../img/noisy-texture-100x100-o5-d10-c-d8c5b4-t0.png") repeat;
}

.features {
    margin-bottom: 2rem;
}

.features ul {
    list-style: none;
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
    color: #707070;
}

.features ul li {
    margin: 5px 0;
}

.features ul li:before {
    margin-right: 1rem;
}

.big-gallery {
    margin-bottom: 2rem;
}

.slick-slide {
    margin: 0 8px;
    opacity: 0.5;
    transition: opacity 300ms ease;
    position: relative;
}

.slick-slide.slick-center {
    opacity: 1;
}

.big-gallery .slick-slide {
    opacity: 1;
}

.big-gallery .slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .3;
    background: rgba(0, 0, 0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.big-gallery .slick-slide.slick-center:before {
    opacity: 0;
}

.big-gallery .slick-prev,
.big-gallery .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 8;
}

.big-gallery .slick-prev:before,
.big-gallery .slick-next:before {
    font-size: 4rem;
    color: #fff;
}

.big-gallery .slick-prev {
    left: 5px;
}

.big-gallery .slick-next {
    right: 0;
    right: 5px;
}

.contact-wrapper {
    background: #f6f6f6;
    border-top: #777 solid 1px;
}

.contact {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact h1 {
    font-size: 1.5rem;
    color: #007ce5;
    margin-bottom: 25px;
    font-weight: 300;
}

.ya-maps {
    height: 400px;
}