/********** Fonts **********/

@font-face {
    font-family: 'brownregular';
    src: url('../fonts/brown-regular-webfont.eot');
    src: url('../fonts/brown-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/brown-regular-webfont.woff2') format('woff2'),
    url('../fonts/brown-regular-webfont.woff') format('woff'),
    url('../fonts/brown-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brownlightregular';
    src: url('../fonts/brownlight_regular-webfont.eot');
    src: url('../fonts/brownlight_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/brownlight_regular-webfont.woff2') format('woff2'),
    url('../fonts/brownlight_regular-webfont.woff') format('woff'),
    url('../fonts/brownlight_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyrescholabold';
    src: url('../fonts/texgyreschola-bold-webfont.eot');
    src: url('../fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/texgyreschola-bold-webfont.woff2') format('woff2'),
    url('../fonts/texgyreschola-bold-webfont.woff') format('woff'),
    url('../fonts/texgyreschola-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'texgyrescholaregular';
    src: url('../fonts/texgyreschola-regular-webfont.eot');
    src: url('../fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/texgyreschola-regular-webfont.woff2') format('woff2'),
    url('../fonts/texgyreschola-regular-webfont.woff') format('woff'),
    url('../fonts/texgyreschola-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tex_gyre_scholaitalic';
    src: url('../fonts/texgyreschola-italic-webfont.eot');
    src: url('../fonts/texgyreschola-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/texgyreschola-italic-webfont.woff2') format('woff2'),
    url('../fonts/texgyreschola-italic-webfont.woff') format('woff'),
    url('../fonts/texgyreschola-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tex_gyre_scholabold_italic';
    src: url('../fonts/texgyreschola-bolditalic-webfont.eot');
    src: url('../fonts/texgyreschola-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/texgyreschola-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/texgyreschola-bolditalic-webfont.woff') format('woff'),
    url('../fonts/texgyreschola-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {

    font-family: "IcoFont";
    font-weight: normal;
    font-style: "Regular";
    src: url("../fonts/icofont.woff2") format("woff2"),
    url("../fonts/icofont.woff") format("woff");
}

[class^="icofont-"],
[class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/********** Basic Style **********/

/*Page Fade*/

html {
    animation: fadeSiteIn 0.85s ease forwards;
    /* [1] */
}

html.fadeSiteOut {
    animation: fadeSiteOut 0.85s ease forwards;
    /* [2] */
}


@keyframes fadeSiteIn {
    /* [1] */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeSiteOut {
    /* [2] */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*Page Fade*/

html {
    font-size: 10px;
}

body {
    font-family: 'brownlightregular';
    font-size: 1.5rem;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'brownregular';
}

h2 {
    margin-bottom: 26px;
    font-size: 3.2rem;
}

h3 {
    font-size: 3.2rem;
}

placeholder {
    color: #ffffff;
}

.white-txt {
    color: #fff;
}

.btn {
    padding: 10px 15px;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #666;
    border-radius: 0;
    color: #666;
}

.btn:hover {
    background: #666;
    color: #fff;
}

.btn-ar {
    margin-top: 74px;
    display: block;
}

.input__label--style {
    width: 100% !important;
}

.btn-submit {
    position: absolute;
    bottom: 15px;
    right: left;
    right: 0;
    left: 300px;
}

/********** Menu **********/

.navbar {
    background: none;
    position: absolute;
    width: 100%;
    margin-top: 40px;
    padding: 0 30px;
}

.navbar a {
    color: #fff;
}

.navbar-brand {
    margin-left: 100px;
}

.navbar-brand img {
    max-width: 160px;
}

/*Overlay*/

.navbar-brand {
    z-index: 1;
}

.toggle-button {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}

.nav-active {
    z-index: 999;
}

.nav-active ul {
    top: 200px;
}

#mute #pause {
    display: none;
}

#mute.playing #pause {
    display: block;
}

#mute.playing #play {
    display: none;
}

.toggle-button img {
    padding: 15px;
    box-sizing: border-box;
    margin-top: -15px;
}

.toggle-button img:nth-child(2n) {
    margin-top: -25px;
}

.navbar-nav {
    font-family: 'brownregular';
}

.nav-reservation {
    font-size: 2.2rem;
}

.no--scroll {
    overflow-y: hidden;
    overflow: hidden;
    height: 100%;
}


main {
    max-width: 1100px;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.27, 0.16, 0.36, 0.99);
    padding-top: 80px;
}


.burger-container {
    width: 35px;
    height: auto;
    cursor: pointer;
}

.burger {
    width: auto;
    height: auto;
}

.burger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #252525;
    transition: all 0.3s cubic-bezier(0.27, 0.16, 0.36, 0.99);
}

.burger span:not(:last-child) {
    margin-bottom: 8px;
}

.nav-container {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #262626;
    color: #fff;
    padding: 80px 20px 20px 20px;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.27, 0.16, 0.36, 0.99);
    z-index: 800;
}

.nav-container .nav {
    position: absolute;
    left: 50%;
}

.nav-container ul {
    list-style-type: none;
    width: 100%;
    margin: 80px;
}

.nav-container ul li {
    position: relative;
    left: -100%;
    transform: scale(1.2) rotateY(-90deg);
    transform-origin: left center;
    opacity: 0;
    padding: 5px 10px;
    font-size: 65px;
    font-family: 'brownregular';
    cursor: pointer;
    transition: opacity 0.2s;
}

.nav-container ul li:hover {
    opacity: 0.5;
}

.nav-container .social-icons {
    padding-top: 40px;
}

.nav-container .social-icons .social-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    left: -100%;
    transition: all 0.3s cubic-bezier(0.27, 0.16, 0.36, 0.99);
}

.nav-container .social-icons .social-icon svg {
    width: 44px;
    height: 44px;
    fill: white;
}

.is--active .header {
    z-index: 900;
    background: none;
}

.is--active .header span {
    background: #fff;
}

.is--active .burger span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.is--active .burger span:nth-of-type(2) {
    width: 0;
    opacity: 0;
    transform: scale(0.5) rotateX(180deg);
    top: 1px;
}

.is--active .burger span:nth-of-type(3) {
    top: -10px;
    transform: rotate(-45deg);
}

.is--active .nav-container {
    top: 0;
    left: 0;
    height: 100%;
}

.is--active .nav-container li {
    transition: transform 0.3s;
    position: relative;
    opacity: 1;
    transform: scale(1) rotateY(0deg);
    font-size: 2.4rem;
    text-align: center;
}

.is--active .nav-container li:nth-of-type(1) {
    transition-delay: .25s;
}

.is--active .nav-container li:nth-of-type(2) {
    transition-delay: .30s;
}

.is--active .nav-container li:nth-of-type(3) {
    transition-delay: .35s;
}

.is--active .nav-container li:nth-of-type(4) {
    transition-delay: .40s;
}

.is--active .social-icon {
    position: relative;
    left: 0 !important;
}

.is--active .social-icon:nth-of-type(1) {
    transition-delay: .44s;
}

.is--active .social-icon:nth-of-type(2) {
    transition-delay: .50s;
}

.is--active .social-icon:nth-of-type(3) {
    transition-delay: .56s;
}

/********** Hero Image **********/

.hero-image {
    background-image: url(../images/image-hero.jpg);
    background-size: cover;
    color: #ffffff;
    width: 100%;
    height: 580px !important;
    /*padding: 350px 0;*/
    background-position: center;
    background-repeat: no-repeat;
}


/********** Story **********/

.story {
    /*background: #d3d0cc;*/
    background: #eba79f;
    padding: 60px 0;
    color: #666666;
}

.story p {
    padding: 0 30px;
    margin-top: 30px;
    color: #fff;
}

.photogallery-anchor {
    margin: 30px auto 0;
    display: block;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.photogallery-anchor:hover {
    color: #666;
}

.ourroom {
    padding-bottom: 40px;
    font-family: 'texgyrescholaregular';
}

/********** Facilities **********/

.facilities {
    padding: 70px 0;
    /*background: #f9ebd7;*/
    background: #eba79f;
    color: #fff;
}

.facilities-list:nth-child(1n) {
    margin-top: 40px;
}

.facilities-list:last-child {
    margin-top: 20px;
}

.facilities-list img {
    margin-right: 14px;
}

/********** About Us **********/

.aboutus {
    padding-bottom: 40px;
    font-family: 'texgyrescholaregular';
}

.aboutus p {
    margin-bottom: 20px;
}


/********** Special Offer **********/

.special-offer {
    padding: 76px 0;
    /*background: #ffab9d;*/
    background: #eba79f;
}

.special-offer .input__label--style {
    width: 55%;
}

.special-offer .input__field--style {
    margin-top: 0;
}

.special-offer .input--style {
    float: left;
}

.special-offer .input--style {
    float: left;
    width: 60% !important;
}

/********** Search **********/

.search-container {
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.5);
}

/********** Carousel **********/

.carousel-indicators li {
    margin-right: 0;
}

#carouselExampleIndicators .carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ffffff;
    border-radius: 5px;
}

#carouselExampleIndicators .carousel-indicators .active {
    background-color: #0f72c5;
}

#carouselExampleIndicators .carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ffffff;
    border-radius: 5px;
}

#carouselExampleIndicators .carousel-indicators .active {
    background-color: #F81616;
}

.carousel-container .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -60px;
}

.carousel-container .carousel-indicators li {
    background-color: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.carousel-container .carousel-indicators .active {
    background-color: #0045b6;
}

.carousel-indicators {
    left: 0;
    top: auto;
    bottom: -60px;
}

.carousel-indicators li {
    background: #c0c0c0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.carousel-indicators .active {
    background: #404040;
}

/********** Tabs **********/

.navtab-container {
    padding: 60px 0 0;
}

.navtab {
    margin: 0 auto;
    max-width: 60%;
    padding-left: 0;
}

.navtab li {
    display: inline-block;
    width: 32%;
    font-family: 'brownregular';
    text-align: center;
}

.navtab a {
    display: inline-block;
    color: #666666;
}

.navtab a:hover {
    color: #ffab9d;
    text-decoration: none;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 15px;
}

.navtab-active {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 15px;
}

.content-detail-container {
    padding: 80px 0;
}

.location .content-detail-container {
    padding: 80px 15px;
}

.content-detail h3 {
    /*margin-top: 38px;*/
    margin-bottom: 40px;
    color: #404040;
}

.content-detail p {
    color: #606060;
}

/********** Location **********/

.location {
    font-family: 'texgyrescholaregular';
}

.location .content-detail img {
    margin-top: 115px;
    margin-left: 100px;
}

.landmark-container {
    margin-bottom: 30px;
}

.landmark-txt {
    color: #333;
}

.cus-col {
    width: 20%;
    float: left;
    box-sizing: border-box;
}

.ipt-landmark img {
    max-width: 48px;
    margin-bottom: 20px;
}

.ipt-landmark p {
    margin-bottom: 0;
}

/*
.ipt-landmark{
    margin-bottom: 15px;
}*/

.landmark-container h3 {
    margin: 0 0 40px;
}

.clearboth {
    clear: both;
    display: none;
}

/********** About Page **********/

.about-detail {
    padding: 120px 0;
    background: #f3f1ef;
    position: relative;
    font-family: 'texgyrescholaregular';
}

.about-detail img {
    max-width: 580px;
}

.about-detail img {
    display: inline-block;
}

.aboutimg-2 {
    margin-top: 50px;
    vertical-align: top;
    margin-right: 0px;
    position: relative;
    right: 60px;
}

.divider-line {
    width: 30%;
    height: 4px;
    background: #ffab9d;
    margin: 60px 0;
}

.about-detail .divider-line {
    margin: 60px 0 0;
}

.about-scd {
    background: #fff;
}

.scd-detail {
    text-align: right;
}

/********** Gallery **********/

.ig-gallery {
    background: #f3f1ef;
    padding: 80px 0;
}

.gallery-row {
    margin-bottom: 20px;
}

.gallery-row img {
    width: 100%;
    height: 100%;
}

.gallery-row .col-lg-3 {
    padding: 0 10px;
}

/********** Special Offer **********/

.specialoffer-section {
    padding: 120px 0;
}

.specialoffer-item h4 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #404040;
}

.specialoffer-detail {
    padding: 0 40px;
}

.specialoffer-detail ul {
    padding-left: 0;
    list-style-type: none;

}

.specialoffer-detail strong {
    color: #404040;
}

.specialoffer-detail p {
    margin-bottom: 0.5rem;
}

.offer-rate {
    margin-bottom: 0;
}

.specialoffer-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}

.specialoffer-item .btn-book {
    margin-top: 15px;
    text-align: center;
    width: 30%;
    display: block;
    float: right;
}

.col-offer {
    margin: 0 auto;
}

.booknow button {
    background: none;
    border: none;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 74px;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}

/********** Blog **********/

.blog-section {
    padding: 120px 0;
}

.blog-row {
    margin-top: 30px;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.blog-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.date-text {
    color: #a3a199;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 15px;
    margin-bottom: 5px;
}

.blog-item-heading {
    font-size: 1.8rem;
    color: #171822;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    margin-bottom: 15px;
}

.blog-item-heading a {
    color: #171822;
}

.blog-divider {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.blog-pagination {
    margin-top: 60px;
    justify-content: center;
}

.blog-pagination .page-link {
    color: #404040;
}

.blog-pagination .page-item-active {
    background: #eba79f;
    color: #fff;
}

/*Blog Page Content*/

.syn-experience .blog-item-heading {
    margin-top: 15px;
}

.blog-page-heading {
    margin-bottom: 40px;
}

.blog-page-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.blog-page-content .date-text {
    margin-bottom: 0;
}

.blog-page-content p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 30px;
}

.blog-page-content img {
    margin-bottom: 30px;
}

.social-row {
    margin-top: 30px;
    margin-bottom: 0;
}

.othernews-row {
    margin-top: 60px;
}

.othernews-row h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.blog-section blockquote,
.blockquote {
    margin-bottom: 20px;
    color: #171822;
    font-size: 16px;
    line-height: 1.8;
    border-left: 4px solid #eba79f;
    padding-left: 1em;
}

.text-content {
    margin-bottom: 40px;
}

.text-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.text-content p {
    margin-bottom: 15px;
}

.text-content img {
    margin-bottom: 15px;
}

.text-content a {
    color: #20566e;
}

.text-content a:hover {
    opacity: 0.8;
}

.text-content ul {
    padding-left: 0;
    list-style-type: none;
}

/********** Contact **********/

.contact-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-list li {
    display: inline-block;
    padding: 10px 5px;
}

.contact-list li:first-child {
    padding-left: 0;
    padding-bottom: 0;
}

.contact-list a li {
    color: #fff;
    margin-right: 10px;
}

.contact-list a li:hover {
    opacity: 0.7;
}

.contact-list img {
    max-width: 32px;
}

.contact-tel {
    background: #ffab9d;
}

.contact-facebook {
    background: #4267b2;
}

.contact-line {
    background: #00b900;
}

/********** Fullscreen Navigation **********/

#cd-nav {
    z-index: 98;
    background: #20566e;
}

.cd-nav-trigger {
    z-index: 99;
}

.nav-main {
    position: relative;
    top: 30px;
    width: 100%;
    float: left;
}

.nav-main img {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.cd-nav-trigger {
    background: none;
    position: absolute;
    top: 20px;
}

.cd-nav .cd-primary-nav li {
    margin: 0;
}

.cd-nav .cd-contact-info li,
.cd-nav .cd-contact-info a,
.cd-nav .cd-contact-info span {
    list-style-type: none;
}

.cd-nav .cd-primary-nav {
    padding-left: 0;
}

.cd-navigation-wrapper img {
    max-width: 150px;
    margin-bottom: 60px;
}

.cd-nav .cd-contact-info li,
.cd-nav .cd-contact-info a,
.cd-nav .cd-contact-info span {
    margin: 15px 0;
}

.cd-nav .cd-contact-info {
    padding-left: 0;
}

.reservation-txt {
    position: absolute;
    top: 42px;
    right: 5%;
    color: #fff;
}

.reservation-txt:hover {
    color: #fff;
}

.cd-nav .cd-primary-nav a {
    color: #fff;
}

.cd-nav h2 {
    color: #fff;
}

#cd-nav {
    overflow-y: hidden;
    overflow-x: hidden;
}

#cd-nav div {
    overflow-y: hidden;
}

.cd-nav .cd-navigation-wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
}

.cd-nav .cd-half-block {
    overflow-y: hidden;
    overflow-x: hidden;
}

.cd-contact-info img {
    max-width: 32px;
    margin-bottom: 0;
}

/********** Footer **********/

.footer-section {
    background: #f3f1ef;
    font-family: 'brownlightregular';
    font-size: 1.4rem;
    padding: 15px 0;
}

.footer-section-1 {
    padding-top: 30px;
    padding-bottom: 0;
}

.footer-section-2 {
    padding-top: 0;
    padding-bottom: 30px;
}

.footer-nav-list {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-nav-list li {
    display: inline-block;
    margin-right: 26px;
}

.footer-nav-list a {
    color: #9b9a9b;
    z-index: 97;
}

.booknow-ft-container {
    margin-right: 30px;
}

.latest-offer {
    font-family: 'brownregular';
}

.lc-section {
    padding: 22px 0;
    font-family: 'brownregular';
    font-size: 1.3rem;
    color: #9b9a9b;
}

.lc-section a {
    color: #9b9a9b;
}

.footer-section .input__field--style {
    color: #333333;
    font-style: italic;
    padding: 0 0.15em 1.5em;
    margin-top: 0;
}

.footer-section .input__label--style::before {
    border-bottom: 2px solid #999;

}

.nav-list-input li {
    width: 35%;
    vertical-align: top;
}

.nav-list-input li:last-child {
    margin-right: 0;
    width: 59.5%;
    text-align: right;
}

@media (max-width:1199px) {
    .nav-list-input li {
        text-align: left !important;
        width: 38%;
    }
    .nav-list-input li:last-child {
        width: 55%;
    }
    .specialoffer-item .btn-book {
        float: none;
    }
    .footer-nav-list li {
        margin-right: 15px;
    }
}

@media (max-width:991px) {
    .img-input {
        background: none !important;
        padding-right: 0 !important;
    }
    .info-section {
        margin-top: 60px;
    }
    .info-section .content-detail h3 {
        margin-top: 38px;
        margin-bottom: 26px;
        text-align: center;
    }
    .info-section .btn-ar {
        text-align: center !important;
        margin-top: 40px;
    }
    .ourroom {
        padding-bottom: 0;
    }
    .location .content-detail img {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0;
        max-width: 120px;
    }
    .copyright {
        text-align: left;
        margin-bottom: 15px;
    }
    .term {
        text-align: left !important;
    }
    .footer-nav-list {
        text-align: left;
        /*margin-bottom: 30px;*/
    }
    .footer-nav-list li:last-child {
        margin-right: 0;
    }
    .nav-list-input li {
        text-align: left !important;
    }
    .gallery {
        padding: 80px 0 10px 0;
    }
    .nav-list-input li {
        width: 100%;
    }
    .nav-list-input li:last-child {
        width: 100%;
        margin-top: 15px;
    }
    .about-detail img {
        max-width: 100%;
        text-align: left !important;
    }
    .content-detail {
        margin-top: 30px;
    }
    .about-detail {
        padding: 80px 0;
    }
    .scd-detail {
        text-align: left;
    }
    .specialoffer-detail {
        padding: 0 15px;
    }
    .cd-nav .cd-contact-info li,
    .cd-nav .cd-contact-info a,
    .cd-nav .cd-contact-info span {
        margin: 15px 5px 0 0;
        width: 33.33%;
        display: inline;
    }
    .ipt-landmark {
        margin-bottom: 15px;
    }
    .ipt-landmark:nth-child(5n) {
        margin-bottom: 0;
    }
    .ipt-landmark:nth-child(6n) {
        margin-bottom: 0;
    }
    .ipt-landmark:nth-child(7n) {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .gallery-row .col-lg-3 {
        margin-bottom: 20px;
    }
    .facilities-list {
        padding-left: 40px;
    }
    .arrival-date {
        display: none !important;
    }
    .departure-date {
        display: none !important;
    }
    .adults-date {
        display: none !important;
    }
    .children-date {
        display: none !important;
    }
    .search-panel .booknow {
        display: block;
        width: 100%;
    }
    .overlay ul li a {
        font-size: 2.4rem;
    }
    .location-map {
        margin-bottom: 60px;
    }
    .specialoffer-detail {
        margin-top: 30px;
    }
    .specialoffer-item .btn-book {
        width: 100%;
    }
    .otherroom-section .card {
        margin-bottom: 30px;
    }
    .facilities-list {
        padding-left: 0;
    }
    .facilities-list-item {
        margin-bottom: 15px;
    }
    .booknow-ft {
        text-align: left !important;
    }
    .footer-nav-list {
        margin-bottom: 30px;
    }
    .blog-item {
        margin-bottom: 30px;
    }
    .blog-divider {
        display: none;
    }
    .blog-pagination {
        margin-top: 30px;
    }
}

@media (max-width:576px) {
    .navtab {
        max-width: 100%;
    }
    .special-offer .input--style {
        width: 70% !important;
    }

}

@media (max-width:567px) {
    .ipt-landmark:nth-child(5n) {
        margin-bottom: 15px;
    }
}

@media (max-width:520px) {
    .navbar-brand img {
        max-width: 120px;
        margin-right: 50px;
    }
    .nav-reservation {
        font-size: 1.6rem;
    }
}

/*Mobile Banner Queries*/

@media (min-width: 480px) {
    .dt-banner {
        display: block;
    }
    .mb-banner {
        display: none;
    }
}

@media (max-width: 480px) {
    .mb-banner {
        display: block;
    }
    .dt-banner {
        display: none;
    }
    .mb-banner .hero-image {
        background-image: url(../images/banner-mb.jpg);
        background-size: cover;
        color: #ffffff;
        width: 100%;
        height: 580px !important;
        /*padding: 350px 0;*/
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*Mobile Banner Queries*/

@media (max-width:460px) {
    .navbar-brand img {
        max-width: 80px;
        margin-right: 50px;
    }
    .footer-nav-list li {
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }
    .nav-list-input li {
        width: 90%;
        text-align: left !important;
    }
    .nav-list-input li:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    .special-offer .input--style {
        width: 70% !important;
    }
    .btn-submit {
        left: 200px;
    }
    .location .content-detail img {
        display: none;
    }
    .footer-section .form-group {
        margin-bottom: 0;
    }
}

@media (max-width:426px) {
    .navbar-brand {
        margin-left: 0;
    }
    .navbar-brand img {
        max-width: 150px;
        margin-right: 0;
    }
    .nav-reservation {
        display: none;
    }
    .nav-container ul {
        padding: none;
    }
    .ipt-landmark img {
        max-width: 32px;
    }
}

@media (max-width:355px) {
    .booknow-ft-container {
        margin-right: 0;
    }
}

@media (max-width:320px) {
    .booknow-ft-container {
        width: 100%;
        margin-bottom: 15px;
    }
    .booknow-ft-container button {
        width: 100%;
        text-align: center !important;
    }
}

@media (max-width:310px) {
    .navtab-container {
        display: none;
    }
}
