body {
    font-family: 'Work Sans', sans-serif;
}

a {
    font-family: 'Work Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Work Sans', sans-serif;
}

p {
    font-family: 'Work Sans', sans-serif;
}

.no-padding {
    padding: 0;
}


/* Side Menu */

.res-field {
    width: 100%;
    padding: 5px;
    text-align: center;
}

#sidebar-wrapper {
    z-index: 9;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    list-style: none;
    padding: 0px 0px;
    padding-top: 0px;
}

.sidebar-brand img {
    width: 50%;
}

.sidebar-nav li {
    line-height: 33px;
    text-align: center;
    padding: 0px 10px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ccc;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    border: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    margin-top: 70px;
    margin-bottom: 10px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle:hover #sidebar-wrapper {
    right: 250px!important;
}

#menu-toggle {
    z-index: 8;
    position: fixed;
    top: 10px;
    right: 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

#menu-toggle img {
    width: 50px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

#menu-toggle i {
    font-size: 25px;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 300px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.16);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgba(255, 255, 255, 0.72);
}

.slider .bxslider li {
    /*height: 700px;*/
    /*overflow:hidden;*/
    background: #000;
}

.slider .bxslider li img {
    opacity: 0.9;
    height: 100vh;
}

.home-content-slider {
    height: 400px;
    overflow: hidden;
    border: 1px solid #fff;
}

.home-content-slider .bxslider li {
    height: 400px;
    overflow: hidden;
}

.home-content-slider .bx-wrapper .bx-pager {
    display: none;
}

.slider {
    position: relative;
    z-index: 2;
}

.logo {
    position: absolute;
    z-index: 9;
    padding-top: 40px;
}

.logo img {
    width: 600px!important;
    display: inline!important;
    height: auto!important;
}

.top-booking {
    position: absolute;
    z-index: 9999;
    text-align: right;
    padding-top: 4%;
    padding-right: 10%;
}

.booking-btn {
    border: 2px solid #f8bf3d;
    color: #f8bf3d;
    padding: 10px 40px;
    background: transparent;
    text-decoration: none!important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.booking-btn:hover {
    color: #fff!important;
    text-decoration: none;
    background: #f8bf3d;
    border: 2px solid #fff;
}

.slider-text {
    position: absolute;
    z-index: 9999;
    color: #fff;
    bottom: 0;
    padding: 20px 80px 80px 80px;
    width: 100%;
    background: #0000007a;
    left: 0;
}

.slider-text h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.slider-text p {
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 0;
}

.slider-text a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.slider-text h3 {
    color: #fff;
    font-weight: 200;
    font-style: italic;
}

.slider-text h2 {
    font-weight: 200;
    color: #fff;
    margin-top: 0px;
}

.slider-text a:hover {
    color: #f8bf3d;
}

.about-us {
    padding-top: 40px;
    padding-bottom: 70px;
}


/*start home content slider*/

.caption-text {
    display: none;
    position: absolute;
    bottom: 50%;
}

.caption-text img {
    width: auto!important;
    opacity: 1!important;
}

.home-box {
    background: #000;
    position: relative;
}

.home-box img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-box:hover .caption-text {
    display: block;
}

.home-box:hover img {
    opacity: 0.5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.home-box:hover .home-content-slider-title {
    background: transparent;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.home-content-slider-title {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.65);
}

.home-content-slider-title h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.learn-more-btn {
    padding: 10px 30px;
    border: 2px solid #fff;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.learn-more-btn:hover {
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    background: #f8bf3d;
}

.home-content-slider-title a {
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
    font-family: 'Work Sans', sans-serif;
}

.home-content-slider-title a:hover {
    color: #f8bf3d;
    text-decoration: none;
}


/*end home content slider*/

.home-map {
    padding-top: 60px;
    margin-bottom: -5px;
}

.footer-1 {
    background: #2a2a2a;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-top: 50px;
    font-weight: 200;
}

.footer-1 h3 {
    font-weight: 200;
}

.footer-socmed {
    padding: 0;
    margin: 0;
    padding-right: 60px;
}

.footer-socmed li {
    display: inline-block;
    padding-left: 5px;
}

.footer-socmed li a {
    color: #2a2a2a;
    background: #fff;
    font-size: 20px;
    border-radius: 50%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.footer-socmed-wrapper {
    text-align: right;
}

.footer-2 {
    background: #151313;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}

.footer-logo img {
    width: 75%;
}

.footer-awards img {
    width: 100%;
}

.footer-awards {
    padding: 0;
}

.footer-2-text .col-md-6 h2,
h3 {
    color: #ffa500;
    margin-top: 0;

}

.footer-2-text {
    padding-left: 70px;
}

.copyright {
    padding-top: 40px;
}

.fb:hover {
    background: #3B5998;
    color: #fff;
}

.instagram:hover {
    background: url(../img/rainbow.jpg);
    color: #fff;
    background-size: cover;
}

.twitter:hover {
    background: #1DA1F2;
    color: #fff;
}

.fb {
    padding: 10px 14px;
}

.instagram {
    padding: 10px 14px;
}

.twitter {
    padding: 10px 13px;
}

.villa-icon-wrap {
    position: absolute;
    z-index: 999;
    bottom: 18%;
    text-align: right;
    width: 100%;
    padding-right: 90px;
}

.villa-icon-wrap ul {
    padding: 0;
    margin: 0;
}

.villa-icon-wrap ul li {
    display: inline-block;
    padding-left: 5px;
}

.villa-icon-wrap ul li a {
    color: #2a2a2a;
    background: #fff;
    font-size: 20px;
    border-radius: 50%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.home-icon {
    padding: 10px 14px;
    font-size: 22px!important;
}

.envlope-icon {
    padding: 10px 13px;
}

.qmark-icon {
    padding: 10px 14px;
}

.home-icon:hover {
    background: #f8bf3d;
    color: #fff;
}

.envlope-icon:hover {
    background: #92450D;
    color: #fff;
}

.qmark-icon:hover {
    background: #777;
    color: #fff;
}

.villa-image-wrap img {
    max-width: 100%;
}

.content {
    padding-top: 40px;
    padding-bottom: 70px;
}

.line {
    border-bottom: 1.5px solid #777;
    width: 8%;
    position: absolute;
    left: 45.9%;
}

.w-100 {
    width: 100%;
}

.staff-img {
    background: #000;
    position: relative;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.staff-img:hover img {
    opacity: 0.2;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.staff-text {
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #fff;
    display: none;
}

.staff-img:hover .staff-text {
    display: block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.staff-text h3,
h2 {
    margin-bottom: 0;
}

.staff-text span {
    font-size: 12px;
}

.award-img img {
    max-width: 100%;
}

.award-img {
    text-align: center;
    height: 153px;
    overflow: hidden;
}

.award-slide .bx-pager {
    display: none;
}

.awards-text {
    font-size: 12px;
    height: 105px;
}

.awards-box {
    margin-bottom: 20px;
}

.content h3 {
    margin-top: 20px!important;
    margin-bottom: 5px;
    font-size: 22px;
}

.philosophy-text p {
    text-align: justify;
}

.home-thumb-img img {
    width: 100%;
    opacity: 1;
    display: block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
    backface-visibility: hidden;
}

.logo-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.home-thumb-img:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home-thumb-img:hover .logo-hover {
    opacity: 1;
}

.home-thumb-img:hover .logo-hover a img {
    opacity: 1;
}

.home-thumb-img {
    background: #000;
    height: 585px;
    overflow: hidden;
}

.home-thumb-text {
    vertical-align: middle;
    display: table-cell;
    padding: 10% 5%;
    position: relative;
    top: 0%;
    height: 585px;
    overflow: hidden;
}

.home-thumb-text h2 {
    text-transform: uppercase;
}

.home-thumb-text a {
    color: #f8bf3d;
    text-decoration: none;
}

.home-thumb-text a:hover {
    text-decoration: none;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #777;
    text-align: center;
    width: 20%;
}

.home-thumb-mega-wrap {
    padding-top: 35px;
}

.home-book-btn {
    border: 2px solid #f8bf3d;
    width: 80%;
    margin-left: 10%;
    color: #f8bf3d!important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}

.home-book-btn:hover {
    color: #999;
    background: #fff;
}

.logo-nav {
    text-align: center;
    bottom: 3.5%;
    position: absolute;
    width: 100%;
    /*opacity: 0.8;*/
}

.socmed-top-wrap {
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
}

.logo-nav:hover {
    opacity: 1;
}

.logo-nav img {
    width: 35%;
}

.philosophy-text iframe {
    width: 100%;
}

.book-btn {
    border: 2px solid #f8bf3d;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 15px 40px;
    background: #f8bf3d;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.book-btn:hover {
    background: #fff;
    color: #f8bf3d;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
    text-decoration: none;
}

.slider-wrap {}

.mobile {
    display: none;
}

.sec-home-wrap {
    width: 96%;
}

.fix-socmed {
    list-style: none;
    padding: 0;
    position: fixed;
    right: 17px;
    top: 85px;
}

.fix-socmed li a {
    color: rgba(0, 0, 0, 0.46);
    font-size: 20px;
}

.sec-nav-toggle {
    margin-right: 0;
    right: 0!important;
}

.sec-nav-active {
    padding-top: 10px!important;
}

.sec-logo {
    padding-top: 30px;
    padding-left: 30px;
}

.sec-slider .bx-wrapper .bx-pager {
    text-align: left!important;
    padding-left: 60px!important;
}

.sec-slider-text {
    right: 60px;
}

.sec-slider .bx-controls-direction {
    text-align: center;
    bottom: 0px;
    position: absolute;
    width: 55%;
    background: rgba(0, 0, 0, 0.38);
    height: 75px;
    right: 0;
}

.bx-controls-direction .bx-wrapper .bx-next {
    right: 45%!important;
}

.bx-controls-direction .bx-wrapper .bx-prev {
    left: 45%!important;
}

.bx-controls-direction .bx-wrapper .bx-controls-direction a {
    border-radius: 0!important;
}

.sec-slider-text {
    background: transparent!important;
}

.fa-close {
    /*display: none!important;*/
    width: 23px!important;
}

#menu-close {
    z-index: 9;
    position: fixed;
    right: 0;
    margin-right: -250px;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#menu-close.active {
    position: fixed;
    margin-right: 300px;
    top: 0px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px;
}

.open .fa-close {
    display: block!important;
}

.open .fa-bars {
    display: none!important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 2px 2px;
}

.villa-res-wrap {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.QuickRsvBox {
    border: 1px solid #777;
    margin-bottom: 10px;
}

.check-av {
    background: #f8bf3d;
    border: none;
    color: #fff;
    padding: 10px 100px;
}

.pelican-btn {
    background: #f8bf3d;
    border: none;
    color: #fff;
    padding: 10px 80px;
    margin-top: 18px;
}

.room-rate-wrap {
    background: #2a2a2ab0;
    text-align: left;
    padding: 10px 10px;
}

.room-rate {
    color: #f8bf3d;
    font-weight: bold;
    font-size: 18px;
    padding-right: 10px;
}

.room-price {
    color: #fff;
    font-style: italic;
}

.villa-box-page-img img {
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.villa-box-page {
    margin-bottom: 10px;
}

.villa-box-page-parent {
    margin-bottom: 50px;
}

.villa-box-page-text {
    text-align: center;
}

.reservation-page-li {
    padding-left: 18px;
}

.input-contact-form {
    margin-bottom: 10px;
}

.submit-contact-form {
    background: #f8bf3d;
    border: none;
    padding: 10px 40px;
    color: #fff;
    border-radius: 2px;
}

.spa-img {
    text-align: center;
    height: 200px;
    overflow: hidden;
}

.spa-text {
    font-size: 12px;
    height: 390px;
}

.spa-box {
    margin-bottom: 20px;
}

.villa-box-line {
    border-top: 2px solid rgba(119, 119, 119, 0.28);
    margin-top: 30px;
}

.villa-box-title span {
    background: white;
    padding: 0 20px;
    z-index: 8;
    position: relative;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
}

.villa-box-middle-line {
    border: 1px solid #f8bf3d;
    margin-top: -18px;
}

.villa-box-title-wrap {
    margin-bottom: 20px;
}

.download-btn {
    background: #f8bf3d;
    border: none;
    color: #fff;
    padding: 10px 40px;
}

.download-btn-wrap {
    margin-top: 130px;
}

.download-btn-wraps {
    margin-top: 50px;
}

.villa-box-page-img {
    background: #000;
    overflow: hidden;
    height: 215px;
}

.villa-box-page-img:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-socmed {
    padding: 0;
    margin-bottom: 0px;
}

.top-socmed li {
    display: inline-block;
    padding: 0px 5px;
}

.top-socmed li a {
    color: #fff;
    font-size: 24px;
}

.desc-logo img {
    width: 100px;
}

.sidebar-nav li:nth-child(1) a {
    /*border-top: 2px solid rgba(255, 255, 255, 0.2);*/
    /*font-size: 15px;*/
    padding-top: 5px;
    /*color: #f8bf3d;*/
}

.sidebar-nav li:nth-child(1) a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    padding-bottom: 5px;
}


/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Icon 2 */

#nav-icon2 {}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 36px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 18px;
}

#nav-icon3 span:nth-child(4) {
    top: 36px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/* Icon 4 */

#nav-icon4 {}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

.calendar-icon {
    position: absolute;
    font-size: 25px!important;
    left: 10px;
    top: 3px;
}

.slider-text-black-layer {
    /*background: rgba(0, 0, 0, 0.49);*/
    /*height: 200px;*/
    bottom: 0;
    position: absolute;
}

.btn-primary {
    color: #333;
    background: transparent;
    border: transparent;
}

.btn-primary:hover {
    color: #f8bf3d;
    background: transparent;
    border: transparent;
    text-decoration: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #f8bf3d;
    background: transparent;
    border: transparent;
    text-decoration: none;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background: transparent;
    border: transparent;
    color: #f8bf3d;
}

.ui-datepicker-div {
    position: absolute!important;
    top: 1130px!important;
    z-index: 1!important;
    display: block!important;
}

.ui-datepicker {
    width: 15em!important;
}

.refer-friend-block {
    border-top: 1px solid #77777726;
}

.child-page-slide {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
}

.owl-dots {
    display: none;
}

.owl-block {
    padding: 0;
}

.owl-block .item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-block .item {
    overflow: hidden;
    height: 300px;
    background: #000;
    border: 1px solid #fff;
}

.owl-block .item img {
    opacity: 0.7;
    top: -150px;
    position: absolute;
}

.item img {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.other-child-text {
    position: absolute;
    top: 35%;
    z-index: 1;
    width: 100%;
    color: #fff;
}

.other-child-text h3 {
    text-transform: uppercase;
}

.owl-block .owl-nav {}

.owl-carousel .owl-item {
    overflow: hidden!important;
}

.owl-next {
    background: url(images/next-small.png) 50% 50% no-repeat rgba(255, 255, 255, .8)!important;
    display: table-cell;
    height: calc(4.5vw);
    text-align: center;
    width: calc(4.5vw);
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 40%;
}

.owl-prev {
    background: url(images/prev-small.png) 50% 50% no-repeat rgba(255, 255, 255, .8)!important;
    display: table-cell;
    height: calc(4.5vw);
    text-align: center;
    width: calc(4.5vw);
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 40%;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    text-align: center!important;
}


/*------------------------------------------------------------*/


/*.ui-widget-header {    border: none!important;    background: none!important;    color: #777!important;    font-weight: 300!important;}.ui-widget-content {    background: none!important;    border: none!important;}span.ui-state-default {    color:#777!important;    background: none!important;    border: 1px solid #fff!important;}a.ui-state-default {    color:#333!important;}.ui-widget-header .ui-icon {    background-image: url(../reservation/css/images/ui-icons_cccccc_256x240.png)!important;}.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {    background: none!important;    border: none!important;}.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {    background: #f8bf3d!important;    color:#fff!important;}a.ui-state-default .ui-state-hover{    background: #f8bf3d!important;    color:#fff!important;}.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {    color: #f8bf3d!important;    border: none!important;}*/


/*------------------------------------------------------------*/

.flor-plan-img img {
    width: 100%;
}

.food-gallery {
    margin-bottom: 30px;
    height: 196px;
    overflow: hidden;
}

.food-gallery img {
    width: 100%;
}

.box-page {}

.box-page-img {
    height: 215px;
    overflow: hidden;
    background: #000;
}

.box-page-img img {
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.box-page-img img:hover {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-page-text {
    text-align: left;
}

.box-page-text h3 {
    text-align: center;
}

.other-blog-img {
    height: 140px;
    overflow: hidden;
    background: #000;
}

.other-blog-img img {
    position: absolute;
    top: -10%;
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

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

.other-blog-title a {
    color: #f8bf3d;
    font-size: 16px;
    font-weight: 500;
}

.other-blog-title a:hover {
    text-decoration: none;
}

.other-blog {
    margin-bottom: 20px;
}

.villa-box-line2 {
    border-top: 2px solid rgba(119, 119, 119, 0.28);
    margin-top: 5px;
}

.other-blog-wrap {
    padding-top: 35px;
}

.page-thumb img {
    width: 100%;
}

.new-thumb-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.blog-front-title h3 {
    font-size: 17px;
}

.blog-front-title {
    height: 60px;
}

.remodal-bg {
    text-align: center;
}

.email-icon-thumb {
    display: none;
    position: absolute;
    top: 40%;
    width: 100%;
}

.email-icon-thumb a {
    color: #fff;
    font-size: 13px;
}

.email-icon-thumb a:hover {
    text-decoration: none;
}

.villa-box-page-img:hover .email-icon-thumb {
    display: block;
}

.empty-box img {
    padding-top: 40px;
}

.bx-wrapper .bx-pager {
    display: none;
}

.booking-footer {
    padding: 10px 65px;
    background: transparent;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #f8bf3d;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
}

.booking-footer:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #f8bf3d;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-us-btn {
    padding: 10px 40px;
    background: #f8bf3d;
    border-radius: 3px;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
}

.contact-us-btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-img img {
    width: 100%;
}

.icon-nav-home {
    font-size: 29px;
}

.icon-nav-home:hover {
    color: #f8bf3d;
}

.icon-nav-fb:hover {
    color: #3B5998;
}

.icon-nav-instagram:hover {
    color: purple;
}

.icon-nav:hover {
    color: #1DA1F2;
}

.footer-logo-middle img {
    margin-top: -160px;
}

.fa-envelope-o {
    font-size: 23px!important;
}

.slider-title {}

.slider-text-top {
    text-align: right;
    padding-right: 65px;
}

.slider-text-bot {
    text-align: right;
}

.spa-inform {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.spa-line {
    border-top: 1px solid #aaa;
}

.iframe-slide-wrap {}

.iframe-slide {
    width: 100%;
    height: 100vh;
}

.file-btn {
    background: #f8bf3d;
    border: none;
    color: #fff;
    padding: 15px 50px;
}

.file-btn:hover {
    text-decoration: none;
    color: #fff;
}

.contact-block-text h3 {
    font-weight: 200;
}

.video-gallery img {
    width: 100%;
}

.video-image {
    margin-bottom: 10px;
    overflow: hidden;
    height: 201px;
}

.video-title {
    color: #f8bf3d;
    text-align: center;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #33333382;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#myBtn:hover {
    background-color: #333;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#back-btn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 8;
    border: none;
    outline: none;
    background-color: #33333382;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#back-btn:hover {
    background-color: #333;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

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

.slider-arrow-down {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.slider-arrow-down a {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.65);
}

.slider-arrow-down a:hover {
    color: #fff;
}

code {
    background: transparent;
}

code a {
    background: #f8bf3d;
    border: none;
    color: #fff;
    padding: 10px 50px;
}

code:hover a {
    text-decoration: none;
}

.slider-icon {
    position: absolute;
    z-index: 9999999;
    bottom: 0;
    text-align: center;
    top: 40%;
    left: 46%;
}

.slider-icon img {
    width: 100px!important;
    height: auto!important;
}

.room-gallery-box {
    height: 196px;
    overflow: hidden;
    margin-bottom: 10px;
}

.room-gallery {
    margin-bottom: 30px;
}

.terms-and-conditions a {
    color: #f8bf3d;
}

.static-reservation-button {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1;
    color: #fff;
    border: 2px solid #f8bf3d;
    padding: 3px 10px;
    background: #f8bf3d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.static-reservation-button:hover {
    background: #fff;
    color: #f8bf3d;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.reservation-contact h3 {
    margin-top: 10px!important;
}

.popup-slide {
    padding: 0;
    margin: 0;
}
.mfp-close-btn-in .mfp-close {
    color: #000!important;
}
.popup-promo-wrap {
    background: #fff;
    padding-bottom: 15px;
}
.popup-promo-wrap .col-md-6 {
    height: 405px;
    overflow: hidden;
}
.promo-popup-title {
    margin-top: 8px;
    margin-bottom: 0px;
}

.promo-popup-more-details {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    width: 127px;
    top: 12px;
    right: 0%;
    text-shadow: 2px 1px black;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.promo-popup-more-details:hover {
    background: #f8bf3d;
    color: #fff;
    padding: 10px 20px;
    text-shadow: 2px 1px black;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.popup-promo-img {
    padding-top: 10px;
    padding-bottom: 5px;
    height: 285px;
    overflow: hidden;
    /*border: 1px solid #333;*/
}

.popup-promo-img img {
    width: 100%;
    
}

.check-now-btn {
    color: #fff;
    background: #FEB100;
    padding: 10px 30px;
    border-radius: 5px;
}

.check-now-wrap {
    margin-top: 30px;
}


/* sidebar css */

.ci-nav {
    width: 30%;
    display: inline-block;
}

.ci-nav label {
    color: #fff;
    font-weight: 400;
}

.ci-nav span {
    color: #fff;
    position: absolute;
    top: 27px;
    margin-left: -15px;
}

.ci-nav a {
    color: #fff;
    font-size: 24px;
}

.ci-nav a:hover {
    text-decoration: none;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    margin-left: 28px;
}

.pro-nav label {
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.sidebar-submit-btn {
    background: #f8bf3d;
    border: none;
    color: #fff;
    width: 174px;
    height: 35px;
    border-radius: 3px;
    text-shadow: 1px 1px #333;

}

.sidebar-QuickRsvBox {
    padding: 5px 0px 10px 0px;
}

.cancel-sidebar {
    color: #fff;
}
.jl-member-normal {
	position: fixed;
    right: 0;
    top: 48%;
    z-index: 1;
}
.jl-member-normal img {
	width: 150px;
}
.secret-deals-normal {
	position: fixed;
    right: 0;
    top: 54%;
    z-index: 1;
}
.secret-deals-normal img {
	width: 150px
}
.sidebar-button-wrap {
    position: absolute;
    top: 155px;
    z-index: 10;
    list-style: none;
    right: 0;
    width: 300px;
}
.sidebar-button {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
}
.sidebar-button li {
    text-align: center;
    margin: 7px 35px;
    padding: 3px 0px;
    list-style: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.sidebar-button li a {
    color: #fff;
    text-shadow: 1.5px 1px #333;
}
.best-rates-sidebar {
    background: #f8bf3d;
    margin-top: 20px!important;
}
.best-rates-sidebar:hover {
    background: #333;
}
.best-rates-sidebar:hover a {
    text-decoration: none;
}
.jl-member-sidebar {
    background: #35A5E4;
}
.jl-member-sidebar:hover {
    background: #0086d2;
}

.jl-member-sidebar:hover a {
    text-decoration: none;
}
.secret-dial-sidebar {
    background: #CCCCCC;
}
.secret-dial-sidebar:hover {
    background: #717171;
}
.secret-dial-sidebar:hover a {
    text-decoration: none;
}
.book-now-btn-new {
    background: #f8bf3d;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding: 10px 25px;
    border-radius: 3px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.book-now-btn-new:hover {
    text-decoration: none;
    background: #FF8C00;
    color: #fff;
}
.book-now-btn-new:active {
    text-decoration: none;
    background: #FF8C00;
    color: #fff;
}
.book-now-btn-new:visited {
    text-decoration: none;
    background: #FF8C00;
    color: #fff;
}
.book-now-btn-new:focus {
    text-decoration: none;
    background: #FF8C00;
    color: #fff;
}
.sidebar-button-wrap-mobile {
	position: absolute;
	top: 165px;
    z-index: 10;
    list-style: none;
    right: 0;
    width: 300px;
}
.agent-rate {
    border: 1px solid #fff;
    background: #000;
    margin-bottom: 0!important;
}
.agent-rate:hover {
    background: #4c4c4c;
}
.agent-rate:hover a {
    text-decoration: none;
}
.agent-rate a:hover {
    text-decoration: none;
}
.sidebar-book {
	position: absolute;
	top: 400px;
    z-index: 10;
    list-style: none;
    right: 0;
    width: 300px;
    display: none;
}
.sidebar-book-btn {
	color: #fff;
	text-shadow: 1.5px 1px #333;
	background: #f8bf3d;
	padding: 5px 75px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.sidebar-book-btn:hover {
	background: #cc8d00;
	text-decoration: none;
	color: #fff;
}
.popup-promo-text-box p {
    margin-top: 7px;
    margin-bottom: 7px;
}
.ci-box {
    cursor: pointer;
}
.co-box {
    cursor: pointer;
}
.mfp-close {
    right: 7%!important;
    width: 28px!important;
    height: 28px!important;
    font-size: 45px!important;
}
/* Content loading is in progress */
.mfp-s-loading {}

/* Content successfully loaded */

/* Error during loading  */
.mfp-s-error { }

.booking-popup {

}

#secret-sidebar.active {
	right: 700px;
    width: 500px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
#secret-sidebar {
	position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    z-index: 99;
    border:1px solid #000;
    padding: 10px;
    background: #fff;
}

#jl-member.active {
	right: 700px;
    width: 500px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
#jl-member {
	position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    z-index: 99;
    border:1px solid #000;
    padding: 10px;
    background: #fff;
    overflow: auto;
}
#agent-rate.active {
	right: 700px;
    width: 500px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
#agent-rate {
	position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    z-index: 99;
    border:1px solid #000;
    padding: 10px;
    background: #fff;
    overflow: auto;
}
.close-slide-promo {
	background: #000;
	position: absolute;
	right: 0;
	width: 30px;
	border: 1px solid #ffffff94;
    border-radius: 50%;
    top: 0;
    z-index: 9;

}
.close-slide-promo img {
	width: 100%;
}
.home-icon-nav {
    width: 15px;
}
.reservation-popup-iframe {
    position: absolute;
    top: 0;
    right: 0;
}
.youtube-icon {
    width: 50px!important;
    position: absolute;
    top: 43%;
    left: 43%;
}



/*-------------------------------------------mobile css-----------------------------------------*/

@media (min-width: 200px) and (max-width: 450px) {
    #menu-close {
        display: block;
    }
    .home-thumb-img {
        height: auto;
    }
    .home-thumb-text {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    .logo {
        padding-left: 15%;
        padding-right: 15%;
        width: 100%;
        padding-top: 15px;
    }
    .logo img {
        width: 80%!important;
        top: 120px!important;
    }
    .slider-text {
        bottom: 9%;
    }
    .slider .bxslider li {
        height: 100vh;
        position: relative;
        width: 100%;
    }
    .slider-wrap {
        position: relative;
        height: 100vh;
        width: 100%;
    }
    .slider .bxslider li img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slider-text span {
        font-size: 17px!important;
    }
    .footer-socmed-wrapper {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -5px;
    }
    .mobile {
        display: block;
    }
    .no-mobile {
        display: none;
    }
    .villa-icon-wrap {
        padding-right: 10px;
        bottom: 33%;
    }
    .logo-nav {
        bottom: 20px;
        display: none;
    }
    .home-content-slider .bxslider li {
        height: 300px;
    }
    .home-content-slider {
        height: 300px;
    }
    .home-content-slider-title {
        width: 100%;
    }
    .caption-text {
        width: 100%;
    }
    .check-av {
        padding: 10px 50px;
    }
    .slider-text-black-layer {
        height: 140px;
        width: 100%;
    }
    .bx-wrapper .bx-next {
        right: 2%!important;
    }
    .bx-wrapper .bx-prev {
        left: 2%!important;
    }
    .box-page-img {
        height: 185px;
    }
    .box-page {
        margin-bottom: 30px;
    }
    .input-date-booking {
        padding-top: 10px;
    }
    .calendar-icon {
        top: 15px;
    }
    .RsvField-1 {
        margin-bottom: 20px;
    }
    .food-gallery {
        margin-bottom: 15px;
        height: 140px;
    }
    .content img {
        max-width: 100%;
    }
    .villa-box-page-img {
        height: 175px;
    }
    .slider-text {
        display: none;
    }
    .footer-awards img {
        width: 50%;
    }
    .villa-box-title-wrap p {
        padding-top: 10px;
    }
    .empty-box {
        display: none;
    }
    .child-page-slide {
        padding-bottom: 0;
    }
    .ui-datepicker {
        margin-left: 15%;
    }
    .mobile-on {
    	display: block!important;
    }
    .mobile-off {
    	display: none;
    }
    .popup-slide {
    	padding : 10px;
    }
    .popup-promo-wrap {
    	padding-bottom: 70px;
    }
    .mfp-close {
        right: 0%!important;
        width: 50px!important;
        height: 50px!important;
    }
    .popup-promo-img {
        height: auto!important;
    }
    .popup-promo-img img {
        width: 100%!important;
        position: relative;
        top: 0;
    }
    .reservation-popup-iframe {
        position: relative;
        z-index: 999;
    }
    .popup-promo-wrap:nth-child(3) {
        margin-top: -240px;
    }
    #secret-sidebar.active {
		right: 250px;
    	width: 100%;
    }
	#agent-rate.active {
		right: 250px;
    	width: 100%;
	}
	#jl-member.active {
		right: 250px;
    	width: 100%;
	}
    .home-thumb-mega-wrap {
    /* padding-top: 35px; */
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*------------------------------------------------*/

@media (min-width: 451px) and (max-width: 650px) {
    #menu-close {
        display: block;
    }
    .home-thumb-img {
        height: auto;
    }
    .home-thumb-text {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    .logo {
        padding-left: 15%;
        padding-right: 15%;
        width: 100%;
        padding-top: 15px;
    }
    .logo img {
        width: 80%!important;
        top: 120px!important;
    }
    .slider-text {
        bottom: 9%;
    }
    .slider .bxslider li {
        height: 100vh;
        position: relative;
        width: 100%;
    }
    .slider-wrap {
        position: relative;
        height: 100vh;
        width: 100%;
    }
    .slider .bxslider li img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slider-text span {
        font-size: 17px!important;
    }
    .footer-socmed-wrapper {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -5px;
    }
    .mobile {
        display: block;
    }
    .no-mobile {
        display: none;
    }
    .villa-icon-wrap {
        padding-right: 10px;
        bottom: 33%;
    }
    .logo-nav {
        bottom: 20px;
    }
    .home-content-slider .bxslider li {
        height: 300px;
    }
    .home-content-slider {
        height: 300px;
    }
    .home-content-slider-title {
        width: 100%;
    }
    .caption-text {
        width: 100%;
    }
    .check-av {
        padding: 10px 50px;
    }
    .slider-text-black-layer {
        height: 140px;
        width: 100%;
    }
    .bx-wrapper .bx-next {
        right: 2%!important;
    }
    .bx-wrapper .bx-prev {
        left: 2%!important;
    }
    .box-page-img {
        height: 185px;
    }
    .box-page {
        margin-bottom: 30px;
    }
    .input-date-booking {
        padding-top: 10px;
    }
    .calendar-icon {
        top: 15px;
    }
    .RsvField-1 {
        margin-bottom: 20px;
    }
    .food-gallery {
        margin-bottom: 15px;
        height: 140px;
    }
    .content img {
        max-width: 100%;
    }
    .villa-box-page-img {
        height: 175px;
    }
    .slider-text {
        display: none;
    }
    .footer-awards img {
        width: 50%;
    }
    .villa-box-title-wrap p {
        padding-top: 10px;
    }
    .empty-box {
        display: none;
    }
    .child-page-slide {
        padding-bottom: 0;
    }
    .ui-datepicker {
        margin-left: 15%;
    }
    .mobile-on {
    	display: block!important;
    }
    .mobile-off {
    	display: none;
    }
    .popup-slide {
    	padding : 10px;
    }
    .popup-promo-wrap {
    	padding-bottom: 70px;
    }
    .mfp-close {
        right: 0%!important;
        width: 50px!important;
        height: 50px!important;
    }
    .popup-promo-img {
        height: auto!important;
    }
    .popup-promo-img img {
        width: 100%!important;
        position: relative;
        top: 0;
    }
    .reservation-popup-iframe {
        position: relative;
        z-index: 999;
    }
    .popup-promo-wrap:nth-child(3) {
        margin-top: -240px;
    }
    #secret-sidebar.active {
		right: 250px;
    	width: 100%;
    }
	#agent-rate.active {
		right: 250px;
    	width: 100%;
	}
	#jl-member.active {
		right: 250px;
    	width: 100%;
	}
    .home-thumb-mega-wrap {
        /* padding-top: 35px; */
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*-----------------------------------------------*/

@media (min-width: 651px) and (max-width: 768px) {
    #menu-close {
        display: block;
    }
    .home-thumb-img {
        height: auto;
    }
    .home-thumb-text {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    .logo {
        padding-left: 15%;
        padding-right: 15%;
        width: 100%;
        padding-top: 15px;
    }
    .logo img {
        width: 80%!important;
        top: 120px!important;
    }
    .slider-text {
        bottom: 9%;
    }
    .slider .bxslider li {
        height: 100vh;
        position: relative;
        width: 100%;
    }
    .slider-wrap {
        position: relative;
        height: 100vh;
        width: 100%;
    }
    .slider .bxslider li img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slider-text span {
        font-size: 17px!important;
    }
    .footer-socmed-wrapper {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -5px;
    }
    .mobile {
        display: block;
    }
    .no-mobile {
        display: none;
    }
    .villa-icon-wrap {
        padding-right: 10px;
        bottom: 33%;
    }
    .logo-nav {
        bottom: 20px;
    }
    .home-content-slider .bxslider li {
        height: 300px;
    }
    .home-content-slider {
        height: 300px;
    }
    .home-content-slider-title {
        width: 100%;
    }
    .caption-text {
        width: 100%;
    }
    .check-av {
        padding: 10px 50px;
    }
    .slider-text-black-layer {
        height: 140px;
        width: 100%;
    }
    .bx-wrapper .bx-next {
        right: 2%!important;
    }
    .bx-wrapper .bx-prev {
        left: 2%!important;
    }
    .box-page-img {
        height: 185px;
    }
    .box-page {
        margin-bottom: 30px;
    }
    .input-date-booking {
        padding-top: 10px;
    }
    .calendar-icon {
        top: 15px;
    }
    .RsvField-1 {
        margin-bottom: 20px;
    }
    .food-gallery {
        margin-bottom: 15px;
        height: 140px;
    }
    .content img {
        max-width: 100%;
    }
    .villa-box-page-img {
        height: 175px;
    }
    .slider-text {
        display: none;
    }
    .footer-awards img {
        width: 50%;
    }
    .villa-box-title-wrap p {
        padding-top: 10px;
    }
    .empty-box {
        display: none;
    }
    .child-page-slide {
        padding-bottom: 0;
    }
    .mobile-on {
    	display: block!important;
    }
    .mobile-off {
    	display: none;
    }
    .popup-slide {
    	padding : 10px;
    }
    .popup-promo-wrap {
    	padding-bottom: 70px;
    }
    .mfp-close {
        right: 0%!important;
        width: 50px!important;
        height: 50px!important;
    }
    .popup-promo-img {
        height: auto!important;
    }
    .popup-promo-img img {
        width: 100%!important;
        position: relative;
        top: 0;
    }
    .reservation-popup-iframe {
        position: relative;
        z-index: 999;
    }
    .popup-promo-wrap:nth-child(3) {
        margin-top: -240px;
    }
    .home-thumb-mega-wrap {
        /* padding-top: 35px; */
        padding-left: 15px;
        padding-right: 15px;
    }
    #secret-sidebar.active {
        right: 250px;
        width: 100%;
    }
    #agent-rate.active {
        right: 250px;
        width: 100%;
    }
    #jl-member.active {
        right: 250px;
        width: 100%;
    }
    .home-thumb-mega-wrap {
    /* padding-top: 35px; */
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*-----------------------------------------------*/

@media (min-width: 769px) and (max-width: 1000px) {
    #menu-close {
        display: block;
    }
    .home-thumb-img {
        height: auto;
    }
    .home-thumb-text {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    .logo {
        padding-left: 15%;
        padding-right: 15%;
        width: 100%;
        padding-top: 15px;
    }
    .logo img {
        width: 160px!important;
        top: 55px!important;
    }
    .slider-text {
        bottom: 9%;
    }
    .slider .bxslider li {
        height: 100vh;
        position: relative;
        width: 100%;
    }
    .slider-wrap {
        position: relative;
        height: 100vh;
        width: 100%;
    }
    .slider .bxslider li img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slider-text span {
        font-size: 17px!important;
    }
    .footer-socmed-wrapper {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -5px;
    }
    .mobile {
        display: block;
    }
    .no-mobile {
        display: none;
    }
    .villa-icon-wrap {
        padding-right: 10px;
        bottom: 33%;
    }
    .logo-nav {
        bottom: 20px;
    }
    .home-content-slider .bxslider li {
        height: 300px;
    }
    .home-content-slider {
        height: 300px;
    }
    .home-content-slider-title {
        width: 100%;
    }
    .caption-text {
        width: 100%;
    }
    .check-av {
        padding: 10px 50px;
    }
    .slider-text-black-layer {
        height: 140px;
        width: 100%;
    }
    .bx-wrapper .bx-next {
        right: 2%!important;
    }
    .bx-wrapper .bx-prev {
        left: 2%!important;
    }
    .box-page-img {
        height: auto;
    }
    .box-page {
        margin-bottom: 30px;
    }
    .input-date-booking {
        padding-top: 10px;
    }
    .calendar-icon {
        top: 15px;
    }
    .RsvField-1 {
        margin-bottom: 20px;
    }
    .food-gallery {
        margin-bottom: 15px;
        height: 140px;
    }
    .content img {
        max-width: 100%;
    }
    .villa-box-page-img {
        height: auto!important;
    }
    .sidebar-nav li a {
        font-size: 12px;
    }
    .hasDatepicker {
        margin-left: 10%;
    }
    .footer-awards img {
        width: 50%;
    }
    .mfp-close {
        right: 0%!important;
        width: 50px!important;
        height: 50px!important;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .sidebar-nav li {
        line-height: 30px;
    }
    .sidebar-nav li:nth-child(1) a {
        font-size: 13px;
        padding: 0!important;
    }
    .sidebar-nav li:nth-child(2) a {
        padding: 0!important;
        font-size: 13px;
    }
    .sidebar-button-wrap {
        top: 165px;
    }
    .picture-videos {
        top: 338px!important;
    }
    .mfp-close {
	    right: 5%!important;
	}

}
@media (min-width: 1201px) and (max-width: 1365px) {
    .sidebar-button-wrap {
        top: 170px;
    }
    .picture-videos {
        top: 338px!important;
    }
    .mfp-close {
	    right: 5%!important;
	    width: 28px!important;
	    height: 28px!important;
	    font-size: 45px!important;
	}
}
@media (min-width: 1367px) and (max-width: 1920px) {
    .sidebar-button-wrap {
        top: 250px;
    }
    .picture-videos {
        top: 500px!important;
    }
    .mfp-close {
        right: 5%!important;
        width: 28px!important;
        height: 28px!important;
        font-size: 45px!important;
    }
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    /*end 5 coloumn*/