<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'bernadetteregular';
    src: url('../../asset7/font/bernadette-webfont.woff2') format('woff2'),
    url('../../asset7/font/bernadette-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poiret_oneregular';
    src: url('../../asset7/font/poiretone-regular-webfont.woff2') format('woff2'),
    url('../../asset7/font/poiretone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../../asset7/font/raleway-bold-webfont.woff2') format('woff2'),
    url('../../asset7/font/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaylight';
    src: url('../../asset7/font/raleway-light-webfont.woff2') format('woff2'),
    url('../../asset7/font/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    /*font-family: 'ralewayregular';*/
    src: url('../../asset7/font/raleway-regular-webfont.woff2') format('woff2'),
    url('../../asset7/font/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../../asset7/font/raleway-semibold-webfont.woff2') format('woff2'),
    url('../../asset7/font/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Template CSS Styles */
.container {
    padding: 0;
}

#top-header {
    background: none!important;
    color: #FFF!important;
    font-size: 12px!important;
}

.top-row {
    padding: 8px 0;
}

.contact-email, .contact-phone {
    float: left;
    line-height: 14px;
    margin-right: 20px;
}

.contact-email {
    padding-left: 26px;
    background: url(../img/icons/envelope.png) 0 center no-repeat;
}

.contact-phone {
    padding-left: 22px;
    background: url(../img/icons/phone.png) 0 center no-repeat;
}

.header-social {
    float: left;
    padding-left: 15px;
    border-left: 1px solid #292c2f;
}

.social-media {
    margin: 0;
    list-style: none;
}

.social-media li {
    float: left;
    margin: 0 5px;
    list-style: none;
}

.social-media li a {
    float: left;
    height: 14px;
    width: 14px;
    line-height: 14px;
}

.social-media li a.sm-yahoo {
    width: 20px;
    background: url(../img/icons/yahoo.png) center center no-repeat;
}

.social-media li a.sm-facebook {
    width: 10px;
    background: url(../img/icons/facebook.png) center center no-repeat;
}

.social-media li a.sm-rss {
    background: url(../img/icons/rss.png) center center no-repeat;
}

.social-media li a.sm-flickr {
    background: url(../img/icons/flickr.png) center center no-repeat;
}

.social-media li a.sm-windows {
    background: url(../img/icons/windows.png) center center no-repeat;
}

.social-media li a.sm-stumble {
    background: url(../img/icons/stumble.png) center center no-repeat;
}

.social-media li a span {
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.right-part {
    width: 400px;
}

.top-link {
    float: right;
    line-height: 14px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #292c2f;
}

.search-input {
    float: left;
    width: 120px;
    font-size: 12px;
    color: #292c2f;
    height: 16px;
    line-height: 16px;
    background: transparent;
    border: none;
}

.search-submit {
    float: left;
    width: 12px;
    height: 14px;
    padding: 0;
    margin: 0;
    background: url(../img/icons/search.png) 0 center no-repeat;
    border: none;
}

/* main menu */
#main-header {
    background: #000;
}

/*#site-logo {*/
    /*width: 180px;*/
    /*height: 80px;*/
/*}*/


#main-menu {
    float: none;
    margin: auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.main-nav span {
    display: none;
}
.main-nav{
    text-align: center;
}

#main-menu li {
    display: list-item;
    float: left;
    list-style: none;
    /* margin-left: 10px; */
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
}

#main-menu li a {
    color: #fff;
    display: block;
    /* line-height: 20px; */
    /*padding: 10px 0;*/
     font-size: 14px;
     font-weight: 500;
    /* letter-spacing: 1px; */
    /* font-weight: bold; */
     text-transform: uppercase;
    /* font-family: 'ralewayregular'; */
}
.scroll_menu #main-menu li a{
    color: #242424;
}
.scroll_menu #main-menu li:hover &gt; a, #main-menu li.current-menu-item &gt; a{
    color: #8a660d;
}

#main-menu li:hover &gt; a, #main-menu li.current-menu-item &gt; a {
    color: #fff;
}

#main-menu li ul, #main-menu li ul li ul {
    background-color: #fff;
    /*border-top: 3px solid #8a660d;*/
    text-align: left;
    left: 0;
    /* color: #000; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    top: 100%;
    margin-top: -10px;
    z-index: 91;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;

}

/*#main-menu li:nth-child(2) ul, #main-menu li ul li ul {*/
    /*width: 260px;*/
/*}*/

/*#main-menu li:nth-child(8) ul, #main-menu li ul li ul {*/
    /*width: 260px;*/
/*}*/

#main-menu li ul li ul {
    top: 0;
    left: 100%;
}

#main-menu li ul li, #main-menu li ul li ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-menu li ul li a, #main-menu li ul li ul li a {
    float: left;
    font-size: 14px;
    line-height: initial;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

#main-menu li ul li a:hover {
    background: #8e6b1a;
    color: #fff!important;
}

#main-menu li:hover &gt; ul {
    left: 0;
    opacity: 0.9;
    visibility: visible;
    margin-top: 0;
}

#main-menu li:last-child ul {
    left: auto;
    right: 0;
}

#main-menu li:hover &gt; ul li:hover ul {
    left: 100%;
}

/* common classes */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.alignleft {
    margin: 10px 20px 10px 0
}

img.alignright {
    margin: 10px 0 10px 20px
}

img.aligncenter {
    margin: 10px auto
}

.mart10 {
    margin-top: 10px;
}

.marb10 {
    margin-bottom: 10px;
}

.mart20 {
    margin-top: 20px;
}

.marb20 {
    margin-bottom: 20px;
}

.marb30 {
    margin-bottom: 30px;
}

.text-upper {
    /*text-transform: none;*/
    color: #999792;
    font-size: 30px!important;
    text-transform: uppercase;
}
.tabletel {
    display: none;
}
.tablebooknow {
    display: none;
}
.btn {
    transition: background-color .3s ease, border-color .3s ease;
    -moz-transition: background-color .3s ease, border-color .3s ease;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s ease, border-color .3s ease;
    -ms-transition: background-color .3s ease, border-color .3s ease;
}

.headline {
    /*font-weight: bold;*/
}

.gray {
    background: #f1f1f1;
}

.dark-gray {
    background: #e6e6e6;
}

.box-shadow1 {
    box-shadow: 0 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px rgba(0, 0, 0, .2);
}

blockquote {
    color: #292929;
    background: url(../img/icons/blockquote.png) 0 0 no-repeat #f1f1f1;
}

blockquote strong {
    font-size: 16px;
}

/* header banner */
#main-slider {
    width: 100%;
    height: 920px;
    position: relative;
}

#content-slider {
    width: 100%;
    height: 920px;
    position: relative;
    overflow: hidden;
}

#content-slider ul {
    padding: 0;
    list-style: none;
    position: relative;
}

#content-slider ul li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#slider-overlay {
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 80;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.slider-heading {
    margin: 0;
    padding: 0;
}

.caption-yellow, .caption-white, .caption-black {
    padding: 5px 10px;
}

.caption-yellow {
    background: #ffe300;
}

.caption-white {
    background: #C1B430
}

.caption-black {
    color: #fff;
    background: #131516;
}

#header-banner {
    /*margin-bottom: 40px;*/
    background: url("../img-blue/bg-550.jpg") center 0 no-repeat;
    /*background-position-y: -350px;*/
    position: relative;
    background-size: cover;
}

.banner-overlay {
    padding: 50px 0;
    height: 550px;
    /*background: rgba(71, 44, 60, 0.91);*/
}
#title-type{
    position: absolute;
    /* bottom: 3%; */
    height: 94px;
    cursor: pointer;
    z-index: 6;
    top: 40%;
    left: 0;
    margin-top: 0;
    /* margin-left: 100px; */
    font-size: 50px!important;
    color: #fff;
    /* top: 50%; */
    width: 100%;
    text-align: center;
    /* left: 50%; */
    /* margin-left: -306px; */
    /* margin-top: -226px; */
}

#header-banner h1 {
    color: #fff;
    margin: 0;
}

#home-page {
    position: relative;
}

#page {
    margin-bottom: 10px;
}
footer{
    background: #248d9c;
    padding: 50px 0;
    color: #ffffff;
    text-align: left;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}
footer p{
    text-align: left;
    margin: 0;
}

.box-copyright{
    background: #999792;}

.logo-footer{
    text-align: center;
}
.social-footer{
    text-align: right;
}

/* tour planner */
.plan-tour {
    float: left;
    padding-left: 180px;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    /*min-height: 140px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.plan-banner {
    background: none repeat scroll 0 0 #FFE300;
    text-align: center;
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    height: 64px;
    padding-top: 13px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase;
}

.top-fields .btn.btn-success {
    margin-top: 10px !important;
}

.plan-banner &gt; span {
    float: right;
    font-size: 22px;
    /*font-weight: bold;*/
    letter-spacing: -1px;
    padding-right: 30px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.plan-banner &gt; h4 {
    font-size: 20px;
    height: 25px;
}

.input-field {
    top: 10px;
}

.input-field &gt; input {
    background-color: rgba(204, 204, 204, 0.28);
    width: 100%;
    color: #000;
    border: 0;
    height: 30px;
    padding: 5px 10px;

}

.top-fields, .bottom-fields {
    background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 10px;
    width: 100%;

    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    opacity: 0.8;
}

.bottom-fields {
    background: none;
}

.input-field.schedule &gt; input {
    width: 46%;
    float: left;
}

.calendar-icon {
    background: url("../img/icons/calendar-dp.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    padding: 0 5px;
    width: 8%;
}

.input-field label {
    color: #94969B;
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 30px;
    margin: 0;
    padding-right: 10px;
}

.input-field.select label {
    float: left;
    width: 45%;
}

.input-field.select select, .input-field.select .minict_wrapper {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 6px 10px;
    width: 55%;
    background: none repeat scroll 0 0 #ECECEC;
    border: 0;
}

.submit-btn {
    padding: 10px;
}

.submit-btn input {
    background: none repeat scroll 0 0 #FFE401;
    border: 0 none;
    color: #292C2F;
    float: left;
    /*font-weight: bold;*/
    height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* breadcrumbs */
.breadcrumb li {
    padding-left: 30px;
    background: url(../img/icons/bc-arrow.png) 10px center no-repeat;
}

.breadcrumb li.home {
    padding-left: 16px;
    background: url(../img/icons/bc-home.png) 0 5px no-repeat;
}

/* main page */
.ft-heading {
    margin-bottom: 20px;
}

#ft-scroller {
    position: relative;
    margin-bottom: 10px;
}

.content-scroll {
    padding: 0;
    width: 2000em;
    list-style: none;
    position: absolute;
}

.content-scroll li {
    float: left;
    width: 292px;
    padding: 0 15px;
}

.ft-nav {
    width: 60px;
    height: 24px;
    position: absolute;
    top: -40px;
    right: 10px;
}

#ft-next, #ft-prev {
    float: left;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    transition: background .6s ease;
    -moz-transition: background .6s ease;
    -webkit-transition: background .6s ease;
    -o-transition: background .6s ease;
    -ms-transition: background .6s ease;
}

#ft-prev {
    background: url(../img/icons/left-arrow-light.png) 0 center no-repeat;
}

#ft-prev:hover {
    background: url(../img/icons/left-arrow.png) 0 center no-repeat;
}

#ft-next {
    margin-left: 5px;
    background: url(../img/icons/right-arrow-light.png) 0 center no-repeat;
}

#ft-next:hover {
    background: url(../img/icons/right-arrow.png) 0 center no-repeat;
}

.ft-item {
    position: relative;
    float: left;
    width: 100%;
    /*margin-bottom: 30px;*/
    /*-webkit-box-shadow: 0px 0px 9px -1px rgba(145, 145, 145, 1);*/
    /*-moz-box-shadow: 0px 0px 9px -1px rgba(145, 145, 145, 1);*/
    /*box-shadow: 0px 0px 9px -1px rgba(145, 145, 145, 1)*/
}
.padding0{
    padding: 0!important;
}

.ft-image {
    float: left;
    width: 100%;
    display: block;
}

.ft-image img {
    width: 100%;
    height: auto;
}

.ft-data {
    float: left;
    width: 100%;
    padding: 10px 5px;
    background: none!important;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: 50px;
}

.ft-foot {
    float: left;
    width: 100%;
    padding: 10px;
    /*background: rgba(255, 255, 255, 0.32);*/
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.ft-foot:hover {
    float: left;
    width: 100%;
    padding: 10px;
    color: #fff;
    /*background: #999792;*/
}

.ft-title {
    /*float: left;*/
font-size: 16px;
    text-align: center;
    /* width: 100%; */
    border: 1px solid #fff;
    padding: 10px;
    width: 150px;
    text-align: center;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}
.goto-homepage{
    color: #248d9c;
    text-transform: uppercase;
}

.ft-title a {
    color: #fff;
}

.ft-offer {
    float: right;
    color: #fff;
    font-size: 11px;
    /*font-weight: bold;*/
    margin-top: 10px;
}

.ft-hotel, .ft-plane, .ft-tea, .ft-boat, .ft-car {
    float: left;
    height: 16px;
    margin: 0 5px;
    color: #292c2f;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
}

.ft-hotel {
    background: url(../img/icons/hotel.png) 0 center no-repeat;
}

.ft-plane {
    background: url(../img/icons/plane.png) 0 center no-repeat;
}

.ft-tea {
    padding-left: 20px;
    background: url(../img/icons/cup.png) 0 center no-repeat;
}

/*.ft-data a:hover {*/
    /*color: rgba(223, 203, 23, 1);;*/
/*}*/

.btnbook:hover {
    background: #c5d0d6;
}
.link-color a{
    color: #999792;
}
.ft-title2 {
    /* float: left; */
    font-size: 16px;
    text-align: center;
    /* width: 100%; */
    border: 1px solid #d6d6d6;
    padding: 10px;
    width: 150px;
    text-align: center;
    margin: auto;
    color: #999792;
    background: none;
    text-transform: uppercase;
    border-radius: 0;
}
.ft-title2:hover {
    color: #fff;
    background: #d6d6d6;
}
.ft-data a{
    color: #ffffff;
}
.foot-box a{
    color: #ffffff;
}
.ft-foot-ex {
    float: left;
    width: 100%;
    padding: 6px 0 0;
}

.ft-date, .ft-temp {
    color: #94969b;
    font-size: 13px;
}

.ft-date {
    padding-left: 16px;
    background: url(../img/icons/calendar.png) 0 center no-repeat;
}

.ft-temp {
    padding-right: 16px;
    background: url(../img/icons/temp.png) right center no-repeat;
}
.main-contents{
    padding: 50px 0;
}
.bom-contents {
    padding: 50px 0;
    background: #f1f1f1;
}

.fd-column {
    padding-top: 100px;
    padding-bottom: 20px;
}
.margin-dowlond{
    margin: 30px 0;
}
.featured-dest {
    padding: 80px 20px 20px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #cacaca;
}
.img-dowlond img{
    width: 100%;
}
.fd-image {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -75px;
}

.btn-center {
    display: block;
    text-align: center;
}

/* tour plans */
.tour-plans {
    margin-bottom: 30px;
}

.plan-image {
    position: relative;
    overflow: hidden;
}

.post-data {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

#page .post-data {
    margin-bottom: 0;
}

/*.plan-image:hover img {*/
    /*-webkit-transform: scale(1.2);*/
    /*-moz-transform: scale(1.2);*/
    /*-ms-transform: scale(1.2);*/
    /*-o-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
/*}*/

.plan-image img {
    width: 100%;
    -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;
}

.offer-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.offer-top {
    width: 100%;
    padding: 10px 15px;
    background: #000;
}

.offer-top .ft-temp {
    color: #fff;
    margin: -5px -10px 0 0;
}

.offer-bottom {
    width: 100%;
    padding: 10px 15px;
    background: #ffe300;
}

.featured-cr {
    color: #ffe300;
    font-size: 20px;
    /*font-weight: bold;*/
}

.featured-cy {
    color: #fff;
    line-height: 1;
    font-size: 32px;
    margin: 0;
}

.featured-spe {
    font-size: 32px;
    /*font-weight: bold;*/
    line-height: 1;
}

.featured-btm {
    float: left;
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 30px;
    background: #ffe300;
}

.featured-btm a {
    margin-right: 10px;
}

.featured-btm a:hover {
    color: #000;
}

.plans-list {
    float: left;
    padding: 30px 15px 0;
    margin: 0;
}

.plans-list li img {
    width: 100%;
}

.plans-list li {
    float: left;
    width: 33.3334%;
    margin: 0;
    padding: 0 15px 30px;
}

.plan-info {
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.inside-pane {
    padding: 30px 30px 20px;
}

/* single */
.single-ft-btm {
    padding-left: 120px;
    position: relative;
    margin-bottom: 20px;
}

.single-ft-btm li {
    float: left;
    margin-right: 20px;
    padding-left: 18px;
    line-height: 1.2;
}

.single-ft-btm li.author-img {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50px;
    left: 20px;
}

.img-wt-border {
    border: 2px solid rgba(255, 255, 255, .7);
}

.single-ft-btm li a {
    color: #292c2f;
    font-size: 12px;
    /*font-weight: bold;*/
    margin: 0;
}

.single-ft-btm li a:hover {
    color: #000;
}

.single-ft-btm li.post-author {
    background: url(../img/icons/author.png) 0 center no-repeat;
}

.single-ft-btm li.post-date {
    background: url(../img/icons/date.png) 0 center no-repeat;
}

.single-ft-btm li.post-category {
    background: url(../img/icons/category.png) 0 center no-repeat;
}

.about-author {
    padding: 20px 20px 20px 120px;
    margin: 30px 0;
    position: relative;
}

.author-image {
    position: absolute;
    top: 30px;
    left: 30px;
}

/* comments */
#comments {
    padding: 10px 30px;
}

#comments h3 {
    margin-bottom: 30px;
}

.comment-body {
    padding-left: 90px;
    position: relative;
}

.commenter-image {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #b0b0b0;
}

.comment-date, .comment-reply {
    font-size: 12px;
    color: #929292;
    padding-left: 15px;
}

.comment-date {
    margin: 0 15px;
    background: url(../img/icons/calendar.png) 0 center no-repeat;
}

.comment-reply {
    padding-left: 18px;
    background: url(../img/icons/reply.png) 0 center no-repeat;
}

.comment-text {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
}

.comments-list li ul.children {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
}

.last-comment .comment-text {
    border: none;
    margin: 0;
}

/* contact */
#contactMap, #contactForm {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#contactMap {
    height: 360px;
}

#contactMap iframe {
    height: 100%;
    width: 100%;
}

.formFields {
    padding: 0;
}

.formFields li {
    margin-bottom: 15px;
}

.required {
    color: #b8b8b8;
}

/* gallery */
.gallery-list-2 {
    width: 100%;
    margin: 0;
}

.gallery-list-2 li {
    float: left;
}

.gallery-list-2 li .gal-item {
    width: 100%;
    position: relative;
}

.gallery-list {
    float: left;
    width: 100%;
    margin: 0;
}

.gallery-list li {
    float: left;
}

.gallery-list li .gal-item {
    width: 100%;
    position: relative;
}

.gal-item iframe {
    width: 100%;
}

.gal-item &gt; img {
    width: 100%;
}

.item-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    overflow: hidden;
    background: none center center no-repeat rgba(153, 151, 146, 0.5);
    opacity: 0;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.item-overlay img {
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%;

    -webkit-transform: perspective(20px) rotateY(50deg);
    -moz-transform: perspective(20px) rotateY(50deg);
    -ms-transform: perspective(20px) rotateY(50deg);
    -o-transform: perspective(20px) rotateY(50deg);
    transform: perspective(20px) rotateY(50deg);

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.item-overlay:hover img {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.gal-item:hover .item-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.item-text {
    top: 70%;
    color: #FFFFFF;
    float: left;
    /*font-weight: bold;*/
    padding: 0 20px;
    position: absolute;
    width: 100%;
}

/* Sidebar */
.sidebar-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    margin-bottom: 20px;
    margin-top: 0;
}

.sidebar-widget .tab-content {
    margin: 0;
}

.sidebar-social {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidebar-social li {
    float: left;
    width: 33%;
    padding: 0;
    margin-right: .5%;
}

.sidebar-social li a {
    float: left;
    width: 100%;
    height: 110px;
    padding: 65px 0 0;
}

.sidebar-social li.facebook a {
    background: url(../img/icons/facebook-sb.png) center 20px no-repeat #4c6da9;
}

.sidebar-social li.twitter a {
    background: url(../img/icons/twitter-sb.png) center 20px no-repeat #1c9ddf;
}

.sidebar-social li.rss {
    margin: 0;
}

.sidebar-social li.rss a {
    background: url(../img/icons/rss-sb.png) center 20px no-repeat #ff8d00;
}

.sidebar-social li a span {
    color: #fff;
    display: block;
    line-height: 1;
}

.sidebar-social li a span.sc-count {
    font-size: 20px;
    /*font-weight: bold;*/
}

.sidebar-social li a span.sc-text {
    font-size: 13px;
}

.styled-box {
    float: left;
    width: 100%;
    padding: 20px 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

.contact-info {
    margin: 20px 0;
}

.contact-info li {
    padding: 3px 0 3px 30px;
}

.contact-info li.ct-phone {
    background: url(../img/icons/ct-phone.png) 0 center no-repeat;
}

.contact-info li.ct-email {
    background: url(../img/icons/ct-email.png) 0 center no-repeat;
}

.contact-info li.ct-facebook {
    background: url(../img/icons/ct-facebook.png) 0 center no-repeat;
}

.contact-info li.ct-twitter {
    background: url(../img/icons/ct-twitter.png) 0 center no-repeat;
}

.input-style1 {
    background: #fff;
    border: 1px solid #d6d6d6;
}

.input-style1:focus {
    background: #fff;
    border: 1px solid #c6c6c6;
}

.tweets-list li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
}

.twitter-follow {
    display: block;
    margin-bottom: 20px;
    padding-left: 24px;
    background: url(../img/icons/twitter-bird.png) 0 center no-repeat;
}

.tweet-link {
    display: block;
    margin-bottom: 5px;
}

.rc-posts-list li {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
}

.rc-posts-list li.last-rc-post {
    border: none;
}

.rc-post-image {
    float: left;
    width: 80px;
    height: 65px;
    margin-right: 15px;
}

.rc-posts-list li h5 {
    clear: none;
    margin-top: 0;
}

.rc-post-date {
    float: left;
    color: #686868;
}

.cats-list li {
    padding: 7px 10px 7px 24px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: url(../img/icons/cat-arrow.png) 10px center no-repeat #f1f1f1;
}

.cats-list li span {
    float: right;
    color: #929292;
    font-size: 12px;
}

.tab-pane .rc-posts-list {
    float: left;
    padding: 20px 20px 0;
}

.tab-pane .rc-posts-list li.last-rc-post {
    border: none;
    margin: 0;
}

.post-tags li {
    display: inline-block;
    margin: 0 10px 6px 0;
}

.flickr-gal {
    float: left;
    margin: -5px;
    padding: 0;
}

.flickr-gal li {
    float: left;
    width: 25%;
    padding: 5px;
}

.panel-default .panel-title {
    cursor: pointer;
    background: url(../img/icons/not-collapsed.png) right center no-repeat;
}

.panel-default .panel-title.collapsed {
    background: url(../img/icons/collapsed.png) right center no-repeat;
}

.social-tabs {
    border: none;
}

.social-tabs li {
    width: 33.3334%;
}

.social-tabs li, .social-tabs li a {
    margin: 0;
}

.social-tabs li a {
    color: #fff;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 5px;
    letter-spacing: -1px;
}

.social-tabs li.active a {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -4px;
}

.social-tabs li a.facebook-tab, .social-tabs li a.facebook-tab:hover, .social-tabs li.active a.facebook-tab {
    background: url(../img/icons/facebook-tab.png) 12px center no-repeat #7085b8;
}

.social-tabs li a.twitter-tab, .social-tabs li a.twitter-tab:hover, .social-tabs li.active a.twitter-tab {
    background: url(../img/icons/twitter-tab.png) 10px center no-repeat #00a7d4;
}

.social-tabs li a.share-tab, .social-tabs li a.share-tab:hover, .social-tabs li.active a.share-tab {
    background: url(../img/icons/share-tab.png) 10px center no-repeat #116515;
}

/* footer */
#ft-footer {
    color: #d4d5d5;
    background: url(../img/footer-banner-01.jpg) center 0 no-repeat;
}

.footer-overlay {
    padding: 30px 0;
    background: #fff;!important
}
.bom-contents1 {
    padding: 50px 0;
    background: #f7f7f7;
}
.bom-contents2 {
    padding: 50px 0;
    background: #fff;
}
.bom-contents3 {
    padding:50px 0 0;
    background: #fff;
}

#ft-footer p {
    font-size: 12px;
    margin-bottom: 20px;
}

#ft-footer a {
    color: #ffe300;
}

#ft-footer a:hover {
    color: #fff;
}

#ft-footer h3 {
    color: #999792;
    font-size: 50px;
    margin: 10px 0 20px;
    text-align: center;
}

.footer-overlay .col-md-6 {
    overflow: hidden;
}

.tl-author {
    float: left;
    margin: 10px 0;
}

.tl-author-img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.tl-author-title {
    float: left;
    width: 70%;
    color: #ffe300;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-top: 15px;
}

.tl-author-desc {
    float: left;
    font-size: 12px;
}

.footer-menu {
    /* float: left; */
    width: 100%;
    margin: 0;
    /*margin-top: 20px;*/
    /*padding-top: 20px;*/
    list-style: none;
    /*border-top: 1px solid #f7f7f7;*/
}


.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #ffffff;
    padding: 0 8px 0 6px;
    font-size: 12px;
    line-height: 1;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
}

.footer-menu li a:hover {
    color: #fff;
}

.footer-menu li.last-item a {
    border: none;
}

.tw-feeds {
    background: url(../img/icons/tw-feeds-icon.png) right center no-repeat;
}

.foot-boxs {
    float: left;
    width: 100%;
    /*margin-bottom: 30px;*/
    /*border-bottom: 1px solid #fff;*/
}

.foot-box {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    /*border-top: 1px solid #ffffff;*/
}

.foot-box-md {
    text-align: center;
    /*border-left: 1px solid #fff;*/
    /*border-right: 1px solid #fff;*/
}

.footer-social {
    /*float: right;*/
    /*padding-left: 15px;*/
    /*margin: 3px 0 0 15px;px*/
    /*border-left: 1px solid #ffffff;*/
    /*font-size: 20px;*/
}

.foot-box span {
    line-height: 20px;
}

.foot-box-md span {
    float: none;
    display: inline-block;
}

.blog,
.list-view {
    list-style: none;
    padding: 0;
}

.list-view .social-media {
    border: none;
}

.post-desc {
    /*border-bottom:1px solid #d6d6d6;*/
}

.post-desc h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

.margin-top30{
    margin-top: 30px;
}
.margin-boottom30{
    margin-bottom: 30px;
}
.post-desc h4 a {
    color: #292C2F;
}

.post-desc p {
    margin-bottom: 15px;
}

.detail-plans-list li {
    width: 20%;
}

.detail-plans-list li img {
    width: 100%;
}

.ft-boat {
    background: url(../img/icons/boat.png) 0 center no-repeat;
}

.ft-car {
    background: url(../img/icons/car.png) 0 center no-repeat;
}

.social-media li a.sm-yahoo-dark {
    width: 20px;
    background: url(../img/icons/yahoo-dark.png) center center no-repeat;
}

.social-media li a.sm-facebook-dark {
    width: 10px;
    background: url(../img/icons/fb-dark.png) center center no-repeat;
}

.social-media li a.sm-rss-dark {
    background: url(../img/icons/rss-dark.png) center center no-repeat;
}

.social-media li a.sm-flickr-dark {
    background: url(../img/icons/flickr-dark.png) center center no-repeat;
}

.social-media li a.sm-windows-dark {
    background: url(../img/icons/windows-dark.png) center center no-repeat;
}

.social-media li a.sm-stumble-dark {
    background: url(../img/icons/tumblr-dark.png) center center no-repeat;
}

.widget-ads {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -10px;
}

.widget-ads li {
    width: 50%;
    float: left;
}

.widget-ads li a {
    margin-left: 10px;
}

.act-date {
    background: #fff;
    position: absolute;
    text-align: center;
    right: -61px;
    bottom: 0;
    width: 61px;
    height: 52px;
}

.act-date span {
    display: block;
    font-size: 16px;
    line-height: 8px;
}

.act-date span.bold {
    font-size: 24px;
    /*font-weight: bold;*/
    line-height: 34px;
}

.image {
    position: relative;
}

.image &gt; img {
    width: 100%;
}

.image .hover-caption {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: rgb(255, 255, 255);
    /*font-weight: bold;*/
    left: 0;
    padding: 6px 15px;
    position: absolute;
    width: 100%;
}

iframe {
    border: none;
}

.dropcap p:first-child:first-letter, .highlight {
    background: #ffe300;
}

.dropcap p:first-of-type:first-letter, .dropcap p:first-child:first-letter {
    color: rgb(0, 0, 0);
    float: left;
    font-size: 42px;
    /*font-weight: bold;*/
    line-height: 52px;
    margin-right: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 5px;

}

.shortcode-buttons .btn {
    margin: 0 20px 20px 0;
    color: #fff;
    text-transform: uppercase;
}

.list-shortcode h4 {
    font-size: 16px;
}

.list-style {
    list-style: none;
    padding: 0;
    font-size: 13px;
    color: #000;
    margin-bottom: 40px;
}

.list-style li {
    padding: 7px 0;
}

.list-style-box {
    background: #f1f1f1;
    padding: 20px 30px !important;
}

.list-style1 {
}

.list-style2 {
}

.list-style3 li:before,
.list-style4 li:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #ffe300;
    background-image: url(../img/icons/style-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 9px;
    left: -25px;
}

.list-style3 li,
.list-style4 li {
    margin-left: 25px;
    position: relative;
}

.list-style4 li {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}

.list-style4 li:before {
    content: "";
    top: 16px;
}

.order-list {
    list-style: decimal-leading-zero inside;
    padding: 0;
}

.error-page {
    max-width: 464px;
    margin: 160px auto;
    text-align: center;
}

.error-page .error-text {
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    padding: 8px 0 6px;
    margin-bottom: 24px;
}

.error-page figure {
    margin-bottom: 20px;
}

.error-page .error-text span {
    display: block;
    font-size: 24px;
    /*font-weight: bold;*/
    text-align: center;
    line-height: 35px;
}

.error-page .error-text span.large-text {
    font-size: 30px;
    /*font-weight: bold;*/
}

.error-page .back-home {
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.error-page .back-home:before {
    content: "";
    background: url(../img/icons/icon-home.png) no-repeat;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

/******SIGNUP*************
****************************/
.strength-container {
    display: block;
    top: 0;
    width: 100%;
    height: 11px;
}

.strength-plain {
    background-color: #F6F6F6;
    float: left;
    height: 9px;
    width: 20%;
}

.strength-plain.fill {
    background-color: #75C03D;
}

/*********USER PROFILE************
************************************/
.booking {
    padding: 25px;
}

.selected-deal {
    width: 45%;
    border-right: 1px dotted #999999;
    padding-right: 25px;
}

.booking-status {
    width: 55%;
    padding-left: 25px;
    border-left: 1px dotted #999999;
    margin-left: -1px;
}

.selected-deal,
.booking-status {
    float: left;
}

.selected-deal .ft-item {
    margin-bottom: 0;
}

.selected-deal h2,
.booking-status h2 {
    margin-top: 0;
}

.booking-status ul li label {
    font-weight: normal;
}

.booking-status ul li input {
    margin-right: 5px;
}

/**********BOOKING FORM************
**************************************/
.checkbox-container {
    float: left;
}

.checkbox, .radio {
    background: url("../img/icons/checkbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: left;
    display: block;
    float: left;
    height: 25px;
    padding: 0 10px 0 0;
    width: 27px;
}

.radio {
    background: url(../img/icons/radio.png) no-repeat;
}

.checkbox-container &gt; label {
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.checkbox-container &gt; label .radio, .checkbox-container &gt; label .checkbox {
    height: 20px;
    margin: 0;
}

.side-panel {
    background: none repeat scroll 0 0 #222222;
    left: -260px;
    position: fixed;
    top: 150px;
    transition: all 0.4s ease 0s;
    width: 260px;
    z-index: 1000000000;
    padding: 20px;
}

.side-panel:hover {
    left: 0;
}

.side-panel:before {
    content: "";
    position: absolute;
    right: -40px;
    height: 40px;
    top: 0;
    width: 40px;
    background: url("../img/icons/icon.png") no-repeat scroll center center #222222;

    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.colors h6 {
    color: #FFF;
    font-size: 15px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.colors a {
    float: left;
    width: 47px;
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    background: black;
}

.colors a:last-child {
    margin: 0;
}

.colors a.color1 {
    background-color: #FFE200;
}

.colors a.color2 {
    background-color: #01E060;
}

.colors a.color3 {
    background-color: #FF845E;
}

.colors a.color4 {
    background-color: #59aeff;
}

.minict_wrapper {
    float: left;
    padding: 0 20px !important;
    position: relative;
    width: 100%;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.minict_wrapper:after {
    content: "\25BC";
    display: block;
    font-size: 9px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}

.minict_wrapper.active:after {
    content: "\25B2";
}

.minict_wrapper input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-family: karla;
    width: 100%;
    cursor: pointer;
}

.minict_wrapper ul {
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 2rem;
    width: 100%;
    z-index: 999999;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.minict_wrapper ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    list-style: none outside none;
    padding: 0 20px;
    border-top: 1px dashed #f2f2f2;
}

.minict_wrapper ul li:hover {
    background: #fcfcfc;
    color: #111;
}

.minict_wrapper ul li.minict_group {
    color: #444;
    background: #f6f6f6;
    /*font-weight: bold;*/
    cursor: default;
}

.minict_wrapper ul li.minict_empty {
    display: none;
    background: #fff !important;
    color: #bbb;
    text-align: center;
    font-size: 0.9rem;
    height: 3.5rem;
    line-height: 3.3rem;
}

.minict_wrapper ul li.selected {
    color: #819a9a;
    background: #f9fcff;
}

.minict_wrapper ul li.highlighted {
    color: #fff;
    background: #819a9a;
}

.minict_wrapper ul li.hidden {
    display: none;
}

.minict_wrapper.bubble:hover {
    border-color: #dcdcdc;
}

.minict_wrapper.bubble ul {
    overflow: visible;
    top: 100%;
}

.name-room-gallery-h2 {
    padding: 10px;
}

.call-btn {
    display: none;
}

.call-btn-fa {
    padding-left: 5px;
}

.book-moblie {
    display: none;
}

.bg-bestrate-brown{
    padding: 0 20px;
    height: 65px;
}
.bg-bestrate-white {

    padding: 0 20px;
    height: 65px;
}
.label-bestrate{
    font-size: 24px;
    padding-left: 10px;
    color: #fff;
    letter-spacing: 2px;
    /*font-family: 'ralewayregular';*/
    text-transform: uppercase;
    font-weight: bold;
}
.label-bestrate-indent{
    text-indent: 25px;
    color: #fff;
    font-size: 20px;
    margin-top: -10px;
    letter-spacing: 2px;
    /*font-family: 'ralewayregular';*/
    text-transform: uppercase;
    font-weight: bold;
}
.input-night{
    background: none;
    border: none;
    width: 90px;
    text-align: center;
    color: #fff;
}
.test-reser{
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: -5px 0 -10px;
    text-transform: uppercase;

}
.select-form1{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.btnbook{
    border: 1px solid #fff;
    color: #fff;
    /* border: none; */
    text-transform: uppercase;
    height: 65px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 19px;
    /*font-family: 'ralewayregular';*/
    background: none;
}
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
#scroll_down {
    position: absolute;
    /* bottom: 3%; */
    height: 94px;
    cursor: pointer;
    z-index: 6;
    top: 50%;
    /* left: 25%; */
    margin-top: 0;
    /* margin-left: 100px; */
    font-size: 50px!important;
    color: #fff;
    /* top: 50%; */
    width: 100%;
    text-align: center;
    /* left: 50%; */
    /* margin-left: -306px; */
    /* margin-top: -226px; */
}
#scroll_down h1 {
    color: #FFFFFF;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}
.separator {
    width: 160px;
    height: 1px;
    background: #999792;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
}
.ft-title3 {
    /* float: left; */
    font-size: 16px;
    text-align: center;
    width: 100%;
    border: 1px solid #999792;
    padding: 10px;
    /* width: 120px; */
    text-align: center;
    margin: auto;
    color: #999792;
    background: none;
    border-radius: 0;
    text-transform: uppercase;
}
.ft-title3:hover {
    border: 1px solid #999792;
    color: #fff;
    background: #999792;
}

.item img{
    width: 100%;
}

#owl-slide3 .item{
    margin: 0;
}
#owl-slide3 .item{
    display: block;
    width:100%;
    height: auto;
}
#owl-slide3 .owl-controls .owl-buttons .owl-prev, #owl-slide3 .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 20px;
    margin: auto!important;
    z-index: 99;
    cursor: pointer;
    /* right: 100px; */
    background: #248d9c;
    width: 50px;
    height: 50px;
    border-radius: 0;
    /* top: 0; */
}
#owl-slide3 .owl-controls .owl-buttons .owl-prev {
    right: 80px;
    margin: 0 10px;
}
#owl-slide3 .owl-controls .owl-buttons .owl-next {
    right: 20px;
}
#owl-slide3 .owl-controls .owl-buttons i {
    font-size: 48px;
}

header{
    position: absolute;
    /*z-index: 7;*/
    width: 100%;
}

.bg-menu{
    position: absolute;
    width: 100%;
    z-index: 9;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.active-w{
    background: #248d9c;
    width: 100%;
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;

}
.active-w #main-menu li a{
    color: #fff;
}
#main-menu li a i{
    margin-right: 5px;
}
.margin0{
    margin: 0!important;
}
.input-in-out{
    cursor: pointer;
}
.modal-check-info {
    text-align: center;
    color: #999792;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0 5px;
    /* background: #cb9c61; */
    font-size: 13px;
    border: 1px solid #248d9c;
    margin-bottom: 20px;
}
.modaldatebox {
    background: none;
    border: none;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100px;
    color: #999792;
}
.select-form {
    width: 100%;
    padding: 5px;
    border-radius: 0;
    color: #999792;
    height: auto;
    cursor: pointer;
    background: none;
    border: 1px solid #248d9c;
}
.input-group-addon {
    padding: 0 10px;
    font-size: 12px;
    /* font-weight: bold; */
    /* line-height: 1; */
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    text-align: center;
    background: #248d9c;
    border: 1px solid #248d9c;
    color: #242424;
    border-radius: 0;
    text-align: left;
}
.arrow {
    position: absolute;
    right: 15px;
    top: 25%;
    font-size: 16px !important;
    color: #a1a09b!important;
}
.btnbook-reser2 {
    width: 100%;
    background: #248d9c;
    border: 1px solid #248d9c;
    padding: 10px 0;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #fff;
    text-transform: uppercase;
}
.btnbook-reser2:hover {

    background: none;
    border: 1px solid #248d9c;
    color: #248d9c;
}
.text1 {
    display: block;
    width: 100%;
    padding: 5px;
    color: #999792!important;
    font-weight: bold!important;
    letter-spacing: 1px;
    font-size: 14px!important;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}
.text2 {
    display: block;
    width: 100%;
    padding: 5px;
    color: #999792!important;
    font-weight: bold!important;
    letter-spacing: 1px;
    font-size: 14px!important;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}

.main-nav .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.displaynone a{
    color: #353535!important;
}
@media screen and (max-width: 991px) {
    .btn-bk {
        display: none;
    }

    .styled-box {
        display: none;
    }

    .call-btn {
        background-color: #C1B430;
        padding: 11px;
        display: inline;
    }

    .call-btn:hover {
        background-color: #2D1122;
        padding: 11px;
        display: inline;
    }

    .call-btn-fa {
        padding-left: 5px;
    }

    .call-cont {
        float: right;
    }

}

@media screen and (max-width: 980px) {
    .col-sm-4 a {
        color: #fff;
    }

    .plan-tour {
        display: none;
    }

    .book-moblie {
        width: 100%;
        background: rgba(71, 44, 60, 1);
        font-size: 18px;
        padding: 21px 0px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        display: block;
        text-transform: uppercase;
    }

    .book-moblie:hover {
        background-color: rgba(102, 49, 79, 1);
        color: #fff;
    }

    .ft-item {
        float: none;
    }
}

@media screen and (max-width: 480px) {
    .call-btn {
        background-color: #C1B430;
        padding: 11px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .call-btn:hover {
        width: 100%;
        background-color: #2D1122;
        padding: 11px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .call-cont {
        float: initial;
    }

}</pre></body></html>