/*
Version: 1.0.0
Media Queries
================================================== */
@media (min-width: 1560px){
    .footer-wrap.inner{
        background-size: contain !important;
    }
}
@media (min-width: 1024px) {
    nav#site-navigation {
        padding-top: 15px;
    }
}
@media (min-width: 800px){
    .navbar{
       display: block !important;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1760px) {
    #content{
        background-position: -13% 70px;
        background-size: 26%;
    }
}
@media only screen and (max-width: 1560px){
     .content-box .detail {
       margin: 70px 7% 0 -42%;
       padding:50px;
    }
}
@media only screen and (max-width: 1360px) {
    .block-group .blocks.block-style1:before,
    .block-group .blocks.block-style2:before {
        top: -100px;
        background-size: 72%;
    }
    .block-group .blocks.block-style3:before{
        bottom: 50%;
        left: 60px;
        margin-bottom: -2%;
        background-size: 75%;
    }
    .intro {
        padding: 55px 0;
    }

    ul.icon-list {
        margin-top: 0;
    }

    .nav-height-col {
        display: none;
    }


}
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {
    .main-nav li{
        padding: 0 12px;
    }

    .content-box .detail {
       margin: 70px 2% 0 -45%;
    }
    .footer-recent-blog {
        width: 50%;
    }
}
/* Smaller than standard 1100px (devices and browsers) */
@media only screen and (max-width: 1100px) {
    #logo{
         padding-left: 27px;
    }
    header.top-head {
        padding-top: 38px;
    }
    .top-head > .container{
        width: 100%;
    }
    .main-nav li{
        padding: 0 8px;
    }
    .main-nav li:before {
        left: -2px;
    }
    .navbar{
        padding:0 !important;
            margin-top: 17px;
    }
    .site-header{
        width: auto;
    }
    .footer-wrap{
        width: 100%;
    }
    .bottom-footer {
        width: 100%;
        bottom: 30px;
    }
    #content{
        background: none;
    }
    .block-group .blocks.block-style1:before,
    .block-group .blocks.block-style2:before,
    .block-group .blocks.block-style3:before{
        display: none;
    }
}
/* Smaller than standard 1024px (devices and browsers) */
@media only screen and (max-width: 1024px) {

    body.overflow #page-wrapper{
        overflow-x: hidden;
    }
    .top-head > .container{
        padding:0;
    }
    .site-header{
        padding:0;
    }
    #magic-line{
        display: none;
    }
    .main-nav li{
        background: #fff;
    }
    #primary-menu.main-nav > li:last-child a{
        color: #fff;
    }
    .main-navigation ul,
    .main-navigation #primary-menu > li {
        float: none;
    }

    .main-navigation a {
        font-size: 16px;
    }

    .main-navigation #primary-menu > li {
        margin-left: 0;
    }

    .container_16 .header-right {
        width: 98%;
    }

    .contact-phone {
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 20px;
    }

    #billboard-section .page-title,
    #billboard-section .page-description {
        padding: 0 3%;
    }

    #comments {
        width: 96%;
    }
   #logo {
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        padding: 24px 22px 28px 42px;
        
    }
    body.overflow #logo{
        background: #008CC0;
        border-bottom: 1px solid #389CC9;
    }

    header.top-head{
        padding: 0;
    }
    /*---------------------------------------------------
     #Mobile Navigation Style
     --------------------------------------------------- */
    
    .navbar {
        height: 0;
        width: 100%;
        overflow: hidden;
    }
    .navbar .container-fluid{
        
         margin-top: 117px;
         padding-top: 40px;
    }

     .navbar.active-nav {
        padding: 114px 0px 20px;
        height: 100%;
        background: #008CC0;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        margin-top: 0;
        overflow: scroll;
    }

    .nav-close {
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-size: 21px;
        left: 1em;
        position: absolute;
        top: 1em;
    }
    .menu-primary-menu-container{
        padding-top:146px;
    }
    .menu-primary-menu-container > ul{
        height: 0;
        visibility: hidden;
        width:100%;
        padding: 0 20px;
    }

     .navbar.active-nav .menu-primary-menu-container > ul{
        height: auto;
        visibility: visible;
    }
    li.book-now-btn a, .main-nav li:last-child a{
        background: none;
        margin:20px 0 15px;
    }
    #site-navigation > div > ul li:hover a {
        color: #666666;
    }

    #site-navigation > div > ul {
        margin: 5px 0 0;
        padding: 0;
    }

    .site-title-wrap {
        margin-right: 50px;
    }

   .trigger-primary-nav .nav-open { display: block; }

    .trigger-primary-nav .nav-close { display: none; }

    .trigger-primary-nav.active-nav .nav-open { display: none; }

    .trigger-primary-nav.active-nav .nav-close { display: block; }

    .trigger-primary-nav {
       top: 22px;
        display: block;
        right: 20px;
        position: fixed;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        width: 77px;
        z-index: 100;
        cursor: pointer;
        padding-top: 20px;
        height: 61px;
    }

    .trigger-primary-nav span, .trigger-primary-nav span:before, .trigger-primary-nav span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 4px;
        width: 30px;
        background: white;
        position: absolute;
        display: block;
        content: '';
        right:0;
        margin-top: 10px;
        border-radius: 4px;
    }
    .trigger-primary-nav span{
        width: 20px;
        right:20px;
    }
    .trigger-primary-nav span:before {
        top: -19px;

    }
    .trigger-primary-nav span:after {
        bottom: -9px
    }

    .trigger-primary-nav span, .trigger-primary-nav span:before, .trigger-primary-nav span:after {
        transition: all 300ms ease-in-out;
    }
    .trigger-primary-nav.active span {
        background-color: transparent;
    }
    .trigger-primary-nav.active span:before, .trigger-primary-nav.active span:after {
        top: -10px;
    }
    .trigger-primary-nav.active span:before {
        transform: rotate(45deg);
    }
    .trigger-primary-nav.active span:after {
        transform: rotate(-45deg);
    }
    
    ul#primary-menu:after {
        width: 0;
    }
    .main-nav li a {
        font-family: 'Gotham Rounded Bold';
        display: block;
        display: inline-block;
        font-size: 14px;
        padding:8px 14px 9px;
        float: none;
    }

    .main-nav li:before {
        width: 0;
    }

    .top-head.static #trigger-primary-nav {
        top: 28px;
    }

    .show-nav.interior .top-head {
        height: 100%;
    }

    .main-nav li a:hover:after,
    .main-nav li.current-menu-item a:after,
    .main-nav li:hover > a:after,
    .main-nav li.current-menu-ancestor a:after,
    .main-nav li.current-menu-parent a:after,
    .main-nav li.sfHover li li a:hover:after {
        height: 0;
    }

    .main-nav li {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,-80px,0);
        -moz-transform: translate3d(0,-80px,0);
        -ms-transform: translate3d(0,-80px,0);
        -o-transform: translate3d(0,-80px,0);
        transform: translate3d(0,-80px,0);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        float: none;     
        margin-bottom: 8px;
        background:none;
       text-align: center;
    }
    .main-nav li.book-now-btn,
    .main-nav li.book-now-btn:hover{
        background: none;
    }
    .navbar.active-nav li {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        .navbar.active-nav li:nth-child(1) {
            -webkit-transition-delay: .05s;
            -moz-transition-delay: .05s;
            -ms-transition-delay: .05s;
            -o-transition-delay: .05s;
            transition-delay: .05s;
        }
        .navbar.active-nav li:nth-child(2) {
            -webkit-transition-delay: .1s;
            -moz-transition-delay: .1s;
            -ms-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s;
        }
        .navbar.active-nav li:nth-child(3) {
            -webkit-transition-delay: .15s;
            -moz-transition-delay: .15s;
            -ms-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }
        .navbar.active-nav li:nth-child(4) {
            -webkit-transition-delay: .2s;
            -moz-transition-delay: .2s;
            -ms-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s;
        }
        .navbar.active-nav li:nth-child(5) {
            -webkit-transition-delay: .25s;
            -moz-transition-delay: .25s;
            -ms-transition-delay: .25s;
            -o-transition-delay: .25s;
            transition-delay: .25s;
        }
        .navbar.active-nav li:nth-child(6) {
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            -ms-transition-delay: .3s;
            -o-transition-delay: .3s;
            transition-delay: .3s;
        }
        .navbar.active-nav li:nth-child(7) {
            -webkit-transition-delay: .35s;
            -moz-transition-delay: .35s;
            -ms-transition-delay: .35s;
            -o-transition-delay: .35s;
            transition-delay: .35s;
        }
     .circle-seprator span{

     }
    .sub-menu-toggle {
        cursor: pointer;
        display: block;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 7px;
        width: 37px;
        padding: 3px 11px 7px
    }

    .sub-menu-toggle:before {
        content: "\f067";
        font-family: 'FontAwesome';
        font-style: normal;
    }

    .sub-menu-toggle.menu-open:before {
        content: "\f068";
    }

    #site-navigation > div > ul, #site-navigation > div > ul {
        padding: 0;
        float: none;
        display: block;
    }

    #site-navigation > div > ul ul {
        position: inherit;
        top: 0;
        width: 100%;
        display: none;
        background-color: transparent !important;
    }

    #site-navigation > div > ul li:hover ul, #site-navigation > div > ul li.sfHover ul {
        left: 0 !important;
        top: 0 !important;
        text-indent: inherit;
    }

    #site-navigation > div > ul li {
        padding: 0;
        margin: 0 0 5px 0;
        float: none;
        display: block;
        width: 100%;
        height: auto;
         clear: both;
    }

    #site-navigation > div > ul li.active {

    }

    #site-navigation > div > ul li:last-child {
        border-bottom: 0;
    }

    #site-navigation > div > ul li a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        padding: 10px 0;
        height: auto;
    }

    #site-navigation > div > ul li a:hover,
    #site-navigation ul li.current-menu-item li a:hover {
        color: #CCDEED;
    }

    #site-navigation > div > ul li ul {
        top: 0;
        border-width: 1px 0 1px 0;
        border-color: #DBDBDB;
        left: 0;

    }

    #site-navigation ul li.current-menu-item li a {
        color: #666666;
    }

    #site-navigation .icon-arrow-down {
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        height: 20px;
        line-height: 1;
        position: absolute;
        text-align: center;
        width: 20px;
        right: 8px;
        top: 9px;
    }

    #site-navigation > div > ul ul li .sub-menu-toggle {
        display: none;
    }

    #site-navigation > div > ul ul ul {
        display: block !important;
    }

    #site-navigation > div > ul li ul li a {
        padding-left: 33px;
    }

    #site-navigation > div > ul li ul li ul li a {
        padding-left: 45px;
    }

    #site-navigation > div > ul li ul li ul li ul li a {
        padding-left: 60px;
    }

    #site-navigation .main-nav-wrapper ul li.inactive a {
        color: #E7E6E6;
    }

    #site-navigation .main-nav-wrapper ul li.active a {
        color: #666666;
    }

    #site-navigation > div > ul li.current-menu-item a {
        color: #CCDEED;
    }

    .social-media{
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .active-nav .social-media,
    .active-nav .seperator{
        display: block;
    }
    .social-media li{
        display: inline-block;
        list-style-type: none;
         margin: 12px;
         font-size: 29px;
    }
    .social-media li a{
      color:#fff;
    }
    .seperator{
        text-align: center;
        clear: both;
    }
    .small-circle{
       display: inline-block;
       width:5px;
       height: 5px; 
       border-radius: 50%;
       margin-left: 3px;
       background-color: #72AFD4;

    }
    .grey-block:before{
        display: none;
    }
    .search-widget{
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -160px;
    } 
}
@media only screen and (max-width: 991px) {
    .row-seprator {
        padding-top: 50px;
    }
    .block-group .blocks{
        float: none;
        width: 90%;
        margin: 0 auto 85px;
    }
    .content-box .detail,
    .content-box .detail.contact-info {
        width: 90%;
        margin: -100px auto 0;
    }
    .location-block .blocks .no-padding-left,
    .location-block .blocks .no-padding-right{
        padding: 0;
    }
    .recent-post{
         padding-left: 40px;
    }
    .block-group .blocks .image-holder {
        margin-left: 0;
    }
     .fancybox-nav span {
        width: 44px;
        height: 44px;
        background-size: auto 180%;
        opacity: 1;
    }
    .fancybox-prev span {
         background-position: -165px -2px;
        left: 10px;
    }
    .fancybox-next span {
        background-position: -124px -1px;
        right: 10px;
    }
    .footer-recent-blog .recent-post {
        padding-left: 0;
    }
}
@media only screen and (max-width: 800px) {

    /*------------------------------
    Theme basis style
    --------------------------------*/
    #home.show-nav .main-container {
        overflow: visible;
    }


    /*--------------------------------------
    #content
    -----------------------------------*/
    
    ul.icon-list {
        padding: 0 0 50px 0;
    }
    .billboard {
           padding-bottom: 65%;
           background-size: 190% auto !important;

    }
    .interior .top-head{
         background-size: 150% auto;
    }

    .billboard.static {
        height: 123px;
    }
    .main-nav li a:before{
        width: 0;
    }
    
    article.post {
         min-height: inherit; 
    }
}

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/*  #Mobile
================================================== */
@media only screen and (max-width: 767px) {
    
    #logo{
        padding:12px 22px 18px 23px;
    }
    .menu-primary-menu-container {
        padding-top: 126px;
    }
    .hidden-bg{
        height: 80px;
    }
    #logo img {
        width: 130px;
    }
    .trigger-primary-nav{
        top: 8px;
        right: 0;
        padding-top: 20px;
        height: 58px;
    }
    .interior .top-head {
        width: 100%;
    }
    header.top-head {
        padding-top: 20px;
    }
    .billboard {
        top: 0;
        left: 0;
    }

    .interior .billboard.static img {
        display: none;
    }

    .interior .billboard.static,
    .interior .bottom-footer {
        background: rgba(0, 140, 193, 0.61);
    }

    .interior .footer-left-col {
        background: none;
    }

    .interior .bottom-footer {
        position: static;
        padding-bottom: 20px;
    }

    .footer-wrap.inner {
        padding: 0;
    }
    .bottom-footer {
        bottom: -10px;
    }
    .interior .bottom-footer .pull-right,
    .interior .bottom-footer .pull-left,
    .bottom-footer span.pull-right.alternative {
        float: none !important;
    }
    .bottom-footer .col-md-6.col-sm-6{
        clear: left;
        height: inherit;
        min-height: 32px;
        margin-bottom: 12px;
        background: none;
    }
    .bottom-footer .col-md-6.footer-left-col{
        margin-bottom: 5px;
    }
    .bottom-footer .col-md-6.col-sm-6 p{
        margin-bottom: 0
    }
    .interior .footer-left-col {
        height: auto;
    }

    .interior .site-author,
    .interior .footer-left-col {
        padding: 0 15px;
    }

    .bottom-footer .col-md-4.col-sm-6.col-md-offset-1 {
        margin-bottom: 30px;
        position: relative;
        z-index: 5;
    }
    .footer-left-col:before{
        display: none;
    }
    .content-box .detail,
    body#facilities .content-box .detail {
        padding: 30px 40px 40px;
    }

    .intro {
        padding: 45px 0 20px;
    }
    body#accommodation .intro {
       text-align: left;
    }  
    .secondary-title:before{
        display: none;
    }
    .facility-icon {
        font-size: 50px;
    }

    ul.icon-list {
        padding: 0 0 20px 0;
        margin: 0;
    }

    .block-group .gform_wrapper .top_label input.medium,
    .block-group .gform_wrapper .top_label select.medium {
        width: 100%;
    }
    .block-group .gform_wrapper form li.arrival-date input{
        width: 100px !important;
    }

    .post img {
        width: 100%;
    }

    .post-detail.full {
         margin: -44px 10px 0;
        padding: 23px 10px 0;
    }

    blockquote {
        padding: 10px 0px 10px 20px;
    }

    .content-box .detail.contact-info {
        padding: 40px;
    }

    .billboard.static {
        height: 100px;
    }

    .map-holder iframe {
        height: 250px;
    }
    .footer-left-col span.pull-left{
        display: none;
    }
   .social{
        margin-right: 20px;
     }
     .bottom-footer .social{
        display: none;
     }
   .image-holder .open-album img{
        width: 100%;
   }
   .recent-post{
         padding-left: 0;
    }

    .block-group .blocks{
        width: 100%;
    }
    .grey-bg{
        padding:40px;
    }
    .page-nav {
        float: none;
        margin: 0 auto 30px;
        width: 94%;
    }
   .footer-recent-blog {
        width: 100%;
    }
    .bottom-footer{
        position: static;
    }
    html, body{
            height: auto;
        }
    body#home{
        overflow: auto;
    }
  /*  #home .main-container {
        height: auto !important;
    }*/
    .search-widget #search-widget-panel .swp-horizontal .swp-col1{
        margin-left: 0;
    }
    .search-widget {
        width: 346px;
        position: absolute;
        margin: -110px 0 0 -173px;
        height: auto;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
     .social{
        display: none;
     }
    #logo{
        padding-left: 15px;
    }
    p#copyright {
        margin-bottom: 0;
    }

    .social li i {
        margin-bottom: -2px;
    }

    .content-box .detail {
        margin-top: -30px;
    }

    #trigger-primary-nav {
        right: 13%;
    }

    .interior #trigger-primary-nav {
        right: 16%;
    }

    .post-detail {
        padding: 20px 20px 0;
        margin: -24px 10px 0;
    }

    .primary-title {
        font-size: 25px;
    }

    .secondary-title {
        font-size: 20px;
    }
    h2{
        font-size: 22px;
    }
    .top-head.static #trigger-primary-nav {
        top: 20px;
    }

    .billboard.static {
        height: 70px;
    }

    .main-nav {
        padding-top: 35px;
    }

    .fancybox-close {
        right: 0;
    }

    span.image-caption {
        bottom: -20px;
    }
    body#facilities .content-box .detail,
    .content-box .contact-info.detail,
    .content-box .detail {
        padding: 10px 20px 20px;
        text-align: left;
    }
      .blocks > .content-box,
      .blocks >.image-holder{
         padding: 0;
     }
    .content-box .detail.contact-info {
        padding: 25px;
        text-align: center;
    }
    .gallery-list li.gallery-album{
        width: 100%;
    }
     .search-widget {
        width: 246px;
        position: absolute;
        margin: -130px 0 0 -123px;
        height: auto;
    }
}

/* Small Andriod Mobile Portrait Size ( 240 devices and browsers) */
@media only screen and (max-width: 319px) {
   body#facilities .content-box .detail, 
   .content-box .detail.contact-info{
        padding: 4px 20px 5px;
        text-align: left;
    }
    .secondary-title{
        margin-bottom: 8px;
    }
}
@media only screen and (min-height: 480px) {
     .bottom-footer {
          position: fixed;
        }
   html, body {
        height: 100%;
    }
}


/* Landscape */
@media only screen 
  and (max-height: 414px)
  and (orientation: landscape) { 
   .search-widget {
        width: 60%;
        position: static;
        margin: 0 auto;
        height: auto;
        float: none;
    }
    #home .main-container{
        overflow: auto;
    }
}


/*
     FILE ARCHIVED ON 05:21:33 Nov 21, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:55:11 Jul 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.802
  exclusion.robots: 0.088
  exclusion.robots.policy: 0.072
  esindex: 0.01
  cdx.remote: 31.002
  LoadShardBlock: 266.105 (3)
  PetaboxLoader3.datanode: 154.276 (5)
  PetaboxLoader3.resolve: 170.22 (2)
  load_resource: 202.031
  loaddict: 78.416
*/