@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Hotel Obaga Blanca
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

body, html {
    font-family: sans-serif;
    position: relative;
}
body {
    padding-top: 129px;
}

/* COOKIES */
.cookies {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 0px;
    background: #f69a25;
    color: #fff;
    font-size: 12px;
    bottom: -100px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    opacity: 0;
    visibility: hidden;
}
.cookies.active {
    transform: translateY(-100px);
    opacity: 1;
    visibility: visible;
}

/* HEADER */
header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s ease transform;
    -o-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
}
header .top-info {
    border-bottom: 1px solid #eee;
}
header .top-info .info {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
header .top-info .info li {
    display: inline-block;
    font-size: 12px;
    margin-right: 6px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
}
header .top-info .info li a {
    color: #999;
    text-decoration: none;
}
header .top-info .info li i {
    opacity: 0.35;
}
header .top-info .info li:last-child {
    border-right: none;
}
header .top-info .languages {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
header .top-info .languages li {
    display: inline-block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
}
header .top-info .languages li a:hover {
    color: #c75527;
}
header .top-info .languages li a {
    color: #f69a25;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
header .top-info .languages li a.active {
    border-bottom: 1px dashed #ddd;
    font-weight: 500;
}

/* NAVIGATION */
.navbar-light {
    background: #fff !important;
    padding: 10px 0px;
}
.navbar .navbar-brand img {
    height: 60px;
}
.navbar .nav-item > .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    color: #111012;
    text-transform: uppercase;
    position: relative;
}
@media (min-width:992px) {
    .navbar .nav-item > .nav-link:not(.btn):after {
        top: 0;
        bottom: 0;
        right: -2px;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        background: #f69a25;
        content: ' ';
        position: absolute;
        margin: auto;
    }
    .navbar .nav-item > .nav-link.no-cycle:after {
        display: none;
    }
}
.navbar .nav-item.active > .nav-link {
    color: #f69a25;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus {
    color: #c75527;
}
.navbar .nav-item > .nav-link.btn {
    border-radius: 25px;
    margin-left: 10px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    background: #f69a25;
    border-color: #f69a25;
}
.navbar .nav-item > .nav-link.btn:hover,
.navbar .nav-item > .nav-link.btn:focus {
    box-shadow: rgba(0,0,0,.1) 0px 5px 15px;
    background: #c75527;
    border-color: #c75527;
    color: #fff;
}

/* MAIN */
.main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 200px 0px 200px 0px;
    background: url('../img/bg.jpg') center top no-repeat;
    background-size: cover;
}
.main.v2 {
    padding: 60px 0px;
}
.main.v3:before {
    opacity: 0.5;
}
.main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: ' ';
    background: #000;
    opacity: 0.25;
}
.main.home {
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: none;
    position: relative;
    padding-bottom: 70px;
}
.main.home:before {
    opacity: 0.45;
}
.main .slider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 0;
}
.main .slider-top .item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 0;
}
.main .slider-top .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main h1 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-family: 'Playfair Display', sans-serif;
    line-height: 50px;
}
.main .stars {
    color: #fff;
    font-size: 30px;
    margin: 20px 0px 0px 0px;
}
.main h5 {
    display: block;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.main p {
    display: block;
    margin: 10px 0px 0px 0px;
    color: rgba(255,255,255,0.8);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 70%;
}

/* BOOK NOW */
.book-now {
    display: block;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.65);
    padding: 15px 0px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.book-now h3 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.book-now .col-sm-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.book-now .datepicker-area {
    display: block;
    position: relative;
}
.book-now .datepicker-area i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 38px;
    line-height: 38px;
    z-index: 1;
    display: block;
    font-size: 13px;
    margin: auto;
    color: #fff;
}
.book-now .datepicker-area .form-control {
    background: rgba(255,255,255,0.05);
    color: #bbb;
    border: 1px solid rgba(255,255,255,0.09);
    -webkit-appearance:none;
}
.book-now .datepicker-area .form-control option {
    color: #333;
}
.book-now .btn-primary {
    background: #f69a25;
    border-color: #f69a25;
    border-radius: 25px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.book-now .btn-primary:hover,
.book-now .btn-primary:focus,
.book-now .btn-primary:active {
    box-shadow: rgba(0,0,0,.1) 0px 5px 15px;
    background: #c75527;
    border-color: #c75527;
    color: #fff;
}
.book-now input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
.book-now input::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
.book-now input:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
.book-now input:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}

.welcome-message {
    display: block;
    position: relative;
    padding: 30px 0px;
    text-align: center;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

/* Welcome Screen */
.welcome {
    display: block;
    position: relative;
    padding: 130px 0px 80px 0px;
}
.welcome .btn-primary {
    background: #f69a25;
    border-color: #f69a25;
    border-radius: 25px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.welcome .btn-primary:hover,
.welcome .btn-primary:focus,
.welcome .btn-primary:active {
    box-shadow: rgba(0,0,0,.1) 0px 5px 15px;
    background: #c75527;
    border-color: #c75527;
    color: #fff;
}
.welcome .box {
    display: block;
    background: #f9f9f9;
    padding: 0px 65px;
}
.welcome.v2 {
    padding: 80px 0px;
}
.welcome.v2 .box {
    padding: 40px 65px;
}
.welcome.faq {
    padding: 80px 0px 0px 0px;
}
.welcome.faq .box {
    padding: 40px 65px;
}
.welcome .box h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: block;
    letter-spacing: -1px;
}
.welcome:not(.v2) .box h3 {
    margin-top: 15px;
}
.welcome .box p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}
.welcome .box p.extra {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    line-height: normal;
}
.welcome .box p.extra b {
    display: block;
    color: #f69a25;
}
.welcome .welcome-image {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-top: -50px;
}
.welcome .faq-image {
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.welcome .faq-image.top {
    margin-top: 50px;
}
.welcome .faq-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Faq */
.faq-item {
    display: block;
    width: calc(100% + 30px);
    padding: 15px;
    margin-left: -15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.welcome .faq-item:hover {
    background: #fff;
}
.welcome .faq-item:hover b {
    color: #f69a25;
}
.welcome .faq-item p {
    display: block;
    margin: 0;
    font-size: 14px;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    content: '\f002';
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'FontAwesome';
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    opacity: 0;
    visibility: hidden;
}
.faq-image:hover:after {
    opacity: 1;
    visibility: visible;
}

/* Download Fares */
.download-fares {
    display: block;
    position: relative;
    padding: 30px 0px;
    background: url('../img/bg2.jpg') center no-repeat;
    background-size: cover;
    color: #fff;
    text-decoration: none;
}
.download-fares:hover,
.download-fares:focus {
    text-decoration: none;
    color: #fff;
}
.download-fares .container {
    position: relative;
    z-index: 1;
}
.download-fares:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: ' ';
    background: #f69a25;
    opacity: 0.9;
}
.download-fares i {
    font-size: 48px;
}
.download-fares h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    margin: 0;
}
.download-fares p {
    margin: 0;
    display: block;
    color: rgba(255,255,255,0.8);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Offers */
.offers {
    display: block;
    position: relative;
    padding: 80px 0px;
    background: url('../img/pattern.jpg') repeat;
}
.offers .offer-box {
    display: block;
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}
.offers .offer-box .offer-bg {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 0;
    object-fit: cover;
}
.offers .offer-box .offer-info {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 10px 20px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.offers .offer-box .offer-info .date {
    display: block;
    font-size: 12px;
    color: #aaa;
}
.offers .offer-box .offer-info h3 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 10px 0px 5px 0px;
}
.offers .offer-box .offer-info p {
    font-family: 'Poppins', sans-serif;
    color: #666;
}
.offers .offer-box .readmore {
    display: block;
    font-weight: bold;
    color: #999;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    opacity: 0.35;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.custom-slider {
    display: block;
    position: relative;
}
.custom-slider .control {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: rgba(0,0,0,0.1);
    color: #fff;
    font-size: 20px;
    z-index: 99;
}
.custom-slider .control:hover,
.custom-slider .control:focus {
    background: rgba(0,0,0,0.25);
}
.custom-slider .control.right {
    left: auto;
    right: -50px;
}

/* Contact Section */
.contact-section {
    display: block;
    position: relative;
    padding: 80px 0px 80px 0px;
}
.contact-section #map {
    width: 100%;
    height: 350px;
    margin: -50px 0px;
}
.contact-section h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: block;
    letter-spacing: -1px;
    font-size: 24px;
}
.contact-section .box {
    display: block;
    background: #f9f9f9;
    padding: 30px 65px;
}
.contact-section .box p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}
.contact-section .contact-info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 5px 0px;
    border-radius: 4px;
    width: calc(100% / 3);
}
.contact-section .contact-info .icon img {
    width: 24px;
    height: 24px;
}
.contact-section .contact-info .text b {
    display: block;
    font-weight: 600;
    margin: 5px 0px;
    color: #333;
    text-transform: uppercase;
}
.contact-section .contact-info .text {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}
.contact-section .btn-primary {
    background: #f69a25;
    border-color: #f69a25;
    border-radius: 25px;
    font-size: 15px;
    padding: 8px 20px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.contact-section .btn-primary:hover,
.contact-section .btn-primary:focus,
.contact-section .btn-primary:active {
    box-shadow: rgba(0,0,0,.1) 0px 5px 15px;
    background: #c75527;
    border-color: #c75527;
    color: #fff;
}

/* Footer */
footer {
    display: block;
    position: relative;
    padding: 30px 0px;
    background: #f9f9f9;
}
footer .logo {
    width: 100%;
    margin-bottom: 15px;
}
footer p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
footer p.copyrights {
    font-weight: 600;
}
footer h3 {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}
footer ul.reservation {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul.reservation li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
}
footer ul.menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul.menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
}
footer ul.social {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul.social li {
    display: inline-block;
}
footer ul.social li a {
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
}

/* Mini Gallery */
.mini-gallery {
    display: block;
    position: relative;
    background: url('../img/pattern.jpg') repeat;
    margin: 50px 0px;
}
.mini-gallery .image {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.mini-gallery .image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    content: '\f002';
    color: #fff;
    text-transform: uppercase;
    font-family: 'FontAwesome';
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 36px;
    opacity: 0;
    visibility: hidden;
}
.mini-gallery .image:hover:after {
    opacity: 1;
    visibility: visible;
}
.mini-gallery .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.mini-gallery .image.top {
    margin-top: -50px;
}
.mini-gallery .image.bottom {
    margin-bottom: -50px;
}

/* Discover */
.discover {
    padding: 80px 0px;
}
.discover h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    text-align: center;
}
.discover h1 {
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
    font-size: 48px;
}
.discover .discover-item {
    display: block;
    margin-top: 50px;
}
.discover .discover-item .icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
}
.discover .discover-item .icon img {
    width: 32px;
}
.discover .discover-item .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px);
    padding-left: 10px;
}
.discover .discover-item .text b {
    display: block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #333;
}
.discover .discover-p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666;
    margin: 5px 0px 15px 0px;
    text-align: center;
}
.discover .discover-item .text p {
    margin: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #666;
}

/* Contact Details */
.contact-details {
    padding: 30px 0px;
    background: url('../img/pattern.jpg') repeat;
    position: relative;
}
.contact-details:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: ' ';
    z-index: 0;
    opacity: 0.25;
}
.contact-details .container {
    position: relative;
    z-index: 1;
}
.contact-details .contact-details-item {
    position: relative;
    border-radius: 4px;
}
.contact-details .contact-details-item .icon {
    width: 48px;
    display: inline-block;
    vertical-align: top;
}
.contact-details .contact-details-item .icon img {
    width: 48px;
}
.contact-details .contact-details-item .text b {
    display: block;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    color: #333;
    text-transform: uppercase;
}
.contact-details .contact-details-item .text {
    width: calc(100% - 48px);
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    color: #666;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
}

/* Contact page */
.contact-page {
    display: block;
    position: relative;
    padding: 60px 0px;
}
.contact-page .img-fluid {
    border-radius: 10px;
}
.contact-page .form-group {
    position: relative;
}
.contact-page .form-group > label {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 3px;
    position: absolute;
    top: 5px;
    left: 15px;
}
.contact-page .form-group > .form-control {
    box-shadow: none;
    border: 1px solid #eee;
    padding: 25px 15px 10px 15px;
    height: auto;
    background: none;
    position: relative;
    z-index: 1;
}
.contact-page .form-group > .form-control:focus {
    border: 1px solid #f69a25;
    box-shadow: rgba(0,0,0,0.05) 0px 5px 20px;
}
.contact-page .form-group > .form-control:focus + .contact-page .form-group > label {
    color: #f69a25 !important;
}
.contact-page .btn-primary {
    background: #f69a25;
    border-color: #f69a25;
    border-radius: 25px;
    font-size: 15px;
    padding: 8px 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.contact-page .btn-secondary {
    background: none;
    border-color: transparent;
    border-radius: 25px;
    font-size: 15px;
    padding: 8px 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #333;
}
.contact-page .btn-primary:hover,
.contact-page .btn-primary:focus,
.contact-page .btn-primary:active {
    box-shadow: rgba(0,0,0,.1) 0px 5px 15px;
    background: #c75527;
    border-color: #c75527;
    color: #fff;
}

/* Gallery */
.big-gallery {
    display: block;
    position: relative;
    padding: 50px 0px 20px 0px;
}
.big-gallery h2.subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 25px;
}
.big-gallery h2.subtitle:not(:first-child) {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}
.big-gallery a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.big-gallery a:last-child {
    margin-bottom: 0px;
}
.big-gallery a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-family: 'FontAwesome';
    content: '\f002';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.big-gallery a:hover:after {
    opacity: 1;
    visibility: visible;
}

/* Contact notification */

    .notification {
        display: none;
        margin-top: 20px;
        padding: 15px;
        font-size: 14px;
        color: #999;
        background: #f9f9f9;
        border: 1px dashed #ddd;
        border-radius: 4px;
    }
    .notification.active {
        display: block;
    }

@media (max-width:768px) {
    .top-info .pull-left {
        display: none;
    }
    .top-info .pull-right {
        display: block;
        text-align: center;
        float: none !important;
    }
    .navbar-brand {
        margin-left: 15px;
    }
    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }
    .navbar .nav-item > .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .nav-item > .nav-link.btn {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
    }
    .main {
        padding: 80px 0px;
    }
    .main h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
    }
    .main h5 {
        margin: 0;
    }
    .main p {
        margin: 0;
        width: 100%;
        font-size: 14px;
    }
    .book-now-section {
        margin-top: -50px;
    }
    .book-now {
        padding: 15px 0px;
    }
    .book-now h3 {
        font-size: 11px;
        text-align: center;
    }
    .book-now .datepicker-area .current-value {
        display: block;
        text-align: center;
        float: none;
    }
    .book-now .datepicker-area .current-value b {
        font-size: 36px;
        display: block;
        margin: -10px 0px -5px 0px;
        text-align: center;
    }
    .book-now .datepicker-area .current-value span {
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .book-now .datepicker-area .pick {
        display: none;
    }
    .book-now .col-sm-3:last-child {
        margin-top: 15px;
    }
    .welcome {
        padding: 50px 0px;
    }
    .welcome .box {
        padding: 15px 15px;
    }
    .welcome .welcome-image {
        margin-top: 0px;
        margin-bottom: -15px;
    }
    .welcome .box h3 {
        font-size: 20px;
    }
    .welcome .box p {
        font-size: 13px;
        line-height: 24px;
    }
    .custom-slider .control {
        top: -60px;
        background: #000;
    }
    .custom-slider .control.left {
        left: -15px;
    }
    .custom-slider .control.right {
        right: -15px;
    }
    .contact-section {
        padding: 50px 0px;
    }
    .contact-section .box {
        padding: 30px 15px;
    }
    .contact-section .contact-info {
        display: block;
        width: 100%;
    }
    .contact-section #map {
        height: 200px;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    footer .logo {
        width: auto;
        height: 50px;
    }
    footer h3 {
        margin-top: 20px;
    }
    footer p.copyrights:last-child {
        margin-bottom: 0px;
    }
    .welcome.v2 {
        padding: 50px 0px;
    }
    .welcome.v2 .box {
        padding: 20px 15px;
    }
    .welcome .box p:last-child {
        margin-bottom: 0px;
    }
    .mini-gallery .image.top {
        margin-top: 0px;
    }
    .mini-gallery .image.bottom {
        margin-bottom: 15px;
    }
    .mini-gallery {
        margin: 0;
        padding: 15px 0px 0px 0px;
    }
    .mini-gallery .image {
        height: 180px;
        margin-bottom: 15px;
    }
    .discover h1 {
        font-size: 36px;
    }
    .discover {
        padding: 50px 0px;
    }
    .welcome .box .col-sm-4.ml-auto h3 {
        margin-top: 30px;
    }
    .welcome .col-sm-7.order-sm-2 .welcome-image {
        margin-bottom: 0px;
    }
    .big-gallery {
        padding: 0px;
    }
    .big-gallery .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .big-gallery .row .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .big-gallery a {
        margin-bottom: 10px;
    }
    .welcome.faq {
        padding: 50px 0px 0px 0px;
    }
    .welcome.faq .box {
        padding: 20px 15px;
    }
    .faq-image {
        display: none !important;
    }
    .download-fares i {
        display: none;
    }
    .download-fares h2 {
        font-size: 17px;
    }
    .download-fares p {
        font-weight: normal;
        font-size: 12px;
        margin-top: 5px;
    }
    .offers {
        padding: 50px 0px;
    }
    .contact-details {
        padding-bottom: 0px;
    }
    .contact-details .contact-details-item {
        padding-bottom: 30px;
    }
    .contact-page .img-fluid {
        display: none;
    }
    .welcome.new .welcome-image {
        margin-top: 20px;
    }
    .contact-page {
        padding: 50px 0px;
    }
    .navbar .navbar-brand img {
        height: 50px;
    }
    body {
        padding-top: 120px;
    }
    .row.new-lg-4-padding {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row.new-lg-4-padding .col-sm-3.col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .row.new-lg-4-padding .col-sm-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .book-now .datepicker-area .form-control {
        font-size: 12px;
    }
    .book-now select.form-control:not([size]):not([multiple]) {
        height: auto;
    }
    .main.home {
        height: 350px;
    }
    .main .slider-top {
        height: 350px;
    }
    .main .slider-top .item {
        height: 350px;
    }
    .main .stars {
        font-size: 20px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .navbar .nav-item > .nav-link {
        font-size: 11px;
    }
    .navbar .navbar-brand img {
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    body {
        overflow-x: hidden;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .navbar .nav-item > .nav-link {
        font-size: 10px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .navbar .nav-item > .nav-link.btn {
        margin-left: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar .navbar-brand img {
        height: 35px;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
    }
    body {
        overflow-x: hidden;
    }
    .main h1 {
        font-size: 38px;
    }
    .main .stars {
        font-size: 20px;
    }
    .main.home {
        height: 350px;
    }
    .main .slider-top {
        height: 350px;
    }
    .main .slider-top .item {
        height: 350px;
    }
    .welcome {
        padding: 60px 0px;
    }
    .welcome .box h3 {
        font-size: 20px;
    }
    .welcome .box p {
        font-size: 12px;
        line-height: 20px;
    }
    .mini-gallery .image {
        height: 200px;
    }
    .mini-gallery .image:after {
        padding: 20px;
        font-size: 12px;
        text-align: center;
    }
    .faq-image:after {
        text-align: center;
        font-size: 12px;
        padding: 20px;
    }
    .welcome .faq-image {
        height: 200px;
    }
    .download-fares h2 {
        font-size: 16px;
    }
    .download-fares p {
        font-size: 12px;
    }
}
@media (max-width:768px) {
    footer {
        text-align: center;
    }
}