.cdsROW.wide {
    width: 468px !important;
}
.cdsROW.wide .cdsROWContainer .cdsComponent {
    margin: 0;}
.cdsROW .logo img{margin:10px 0px;}


.cdsROW {
    background-color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    text-decoration: none;
    outline: none;
}
.cdsROW.border {
    border: 1px solid #00a680;
}
.cdsROW.wide {
    width: 468px;
    height: 47px;
}
.cdsROW.wide .cdsROWContainer {
    display: table;
    width: 348px !important;
    height: 47px;
    text-align: left;
    line-height: 0;
    margin: 0;
}
.cdsROW.wide .logo {
    border-right: 1px solid #00a680;
    padding-left: 12px;
    padding-right: 12px;
}
.cdsROW.wide .cdsROWContainer .cdsComponent {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    max-width: initial !important;
}
div#CDSROWLOGO10 {
    /*width: 130px;*/
}
div#CDSROWLOC10 {
    width: 110px;
    position: relative;
    left: 20px;
}
div#CDSROWRATING10 {
    width: 100px;
    position: relative;
    left: 20px;
}
.cdsROW a {
    text-decoration: underline;
}
.cdsROW .logo img {
    max-width: 115px;
    width: 115px;
    height: auto;
}
.cdsROW img {
    border-style: none;
}
.cdsROW.wide .cdsLocName {
    text-align: center;
    padding: 0 7px 0 9px;
    max-width: 145px;
}
.cdsROW .cdsLocName a {
    font-weight: bold;
    color: #000;
}
.cdsROW.wide .cdsLocName a {
    line-height: 100%;
}
.cdsROW .cdsRating {
    font-size: 11px;
    color: #666;
}
.cdsROW.wide .cdsRating {
    padding-right: 12px;
    white-space: nowrap;
}
.ui_bubble_rating {
    display: inline-block;
    position: relative;
}
.cdsROW .cdsRating span {
    vertical-align: middle;
    white-space: nowrap;
}
.cdsROW .cdsRating .ui_bubble_rating {
    font-size: 12px;
    margin-bottom: 1px;
}
.ui_bubble_rating:before, .ui_bubble_rating:after {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: inherit;
    line-height: 1;
    font-family: "TripAdvisor_Regular"!important;
    -ms-transform: rotate(-0.001deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}
.ui_bubble_rating:before {
    color: #fff;
    display: block;
    content: "\e00a\e00a\e00a\e00a\e00a";
}
.ui_bubble_rating:after {
    position: absolute;
    top: 0;
    left: 0;
    color: #00a680;
}
.ui_bubble_rating.bubble_4:after, .ui_bubble_rating.bubble_40:after {
    content: "\e00b\e00b\e00b\e00b\e00d";
}





.entry-content.posttxt
    {
        min-height: 100px;
    }
    .postouter
    {
        margin: 50px;
    }
    .date
    {
        position: relative;
        background: none;
        font-size: 14px;
        font-weight: normal;
    }
.nav-links {
    padding: 0 0 50px;
    max-width: 1140px;
    margin: 0 auto;
}
.nav-previous{
    text-align: left;
    width: 50%;
    float: left;
}
.nav-next{
    text-align: right;
    width: 50%;
    float: left;
}
    .author a{display: none;}
.logo {
    position: absolute;
    margin: 15px 0px 0;
    left: 0;
    display: inline-block;
}
.phshow .logo {
    
}
.logo h1 {
    font-family: 'Playball', cursive;
    position: relative;
    font-size: 31px;
}

.logo img {
    z-index: 1001;
    position: relative;
    border-radius: 4px;
}
.innerbanner{text-align: center}
* {
    margin: 0;
    padding: 0;
}
.blog #content {
    padding-top: 40px;
}
.postouter {
    margin: 20px auto;
    border:1px solid #ddd;
    padding: 1px 20px;
    border-radius: 4px;
    max-width: 1140px;
}
.more-link{display: none!important;}
.categories-links{display: none;}
.blog_btn a{padding: 0px!important; color:#a41f10!important;background: none!important;border:none;font-size: 14px!important;}
.blog_btn a{border:none!important;}
a.postreadmore{background: #a41f10;color:#fff;width: auto;
    display: inline-block;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 14px;
    transition: all 0.3s ease 0s;
}
/*.posttxt a:hover,
.posttxt a:focus*/
a.postreadmore:hover,
a.postreadmore:focus {    
    background: initial;
    background: transparent!important;
    color: #a41f10;
    border-color: #a41f10;
    }
.book-btn1 a:hover{border:1px solid #fff!important;color:#fff!important;}

input#bb_resBtn {
    margin-top: 20px;
    margin-left: 0px !important;
    padding: 12px 31px !important;
    transition: all ease .5s;
    width: 100% !important;
    color: #fff !important;
    border-color: #a41f10 !important;
    background: #a41f10 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: normal;
}

input#bb_resBtn:hover {
    background: #a41f10 !important;
    color: #ffffff !important;
    border-color: #a41f10 !important;
}

.form-control:focus {
    outline: none !important;
    border: 1px solid #666 !important;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2) !important;
    transition: border 0.4s ease-in-out !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
}

#topbar {
    background: #a41f10;
    color: #FFF !important;
    width: 100%;
    height: auto;
}

.header-top li {
    float: left;
    list-style: none;
    padding: 5px 15px 5px 5px;
    text-transform: lowercase;
}
.header-top li.multi-language {
    position: relative;
    width: 163px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0;
}
.header-top li.multi-language .switcher {
    position: absolute;
    top: 0;
    left: 0;
}
.header-top li.multi-language .switcher .selected {
    background: none !important;
    color: #FFF;
}
.header-top li.multi-language .switcher .selected a {
    border: none !important;
    background-color: #001b56 !important;
    background-image: none !important;
    color: #FFF !important;
    padding: 5px !important;
    text-transform: capitalize;
    position: relative;
}
.header-top li.multi-language .switcher .selected a:before {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 12px;
    line-height: 1;
    color: #b2bdd4;
    pointer-events: none;
}
.switcher .selected a.open {
    background-image: none !important;
}
.header-top li.multi-language .switcher .selected a.open:before {
    content: "\f0d8";
    font-family: fontawesome;
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 12px;
    line-height: 1;
    color: #b2bdd4;
    pointer-events: none;
}
.header-top li.multi-language .switcher .selected a:hover,
.header-top li.multi-language .switcher .selected a:focus {
    border: none !important;
    background-color: #001b56 !important;
    color: #FFF !important;
}
.header-top li.multi-language .switcher .option {
    border: none !important;
    background-color: #001b56 !important;
    color: #FFF !important;
}
.header-top li.multi-language .switcher .option a {
    color: #FFF !important;
    text-transform: capitalize;
}
.header-top li.multi-language .switcher .option a:hover,
.header-top li.multi-language .switcher .option a:focus {
    background-color: #001138 !important;
}

.header-top li a {
    text-decoration: none;
    color: #FFF;
}

p {
    line-height: 2;
}

.nemus-slider .slides > li {
    list-style: none;
    overflow: hidden;
    border-radius: 20px;
}
.wrapper .nemus-slider .slides > li {
    border-radius: 0;
}

.set-sl {
    min-height: 200px;
    overflow: hidden;
}

header {
    position: relative;
}

a {
    outline: none !important;
}

.wt {
    color: #fff;
}

.site-title img {
    margin-top: 15px;
}

.adviser {
    cursor: pointer;
}

.lf {
    float: right;
}

.rf {
    float: left;
}

.phone1 {
    padding-right: 10px !important;
}

.phone-part {
    padding-left: 0;
    padding-right: 0;
    margin: 15px;
}

.margin0 {
    padding-left: 0;
    padding-right: 0
}

.mr10 {
    margin-right: 10px;
}

.mr0 {
    margin-right: 0 !important;
}

/*.product-imitation1::before{content:'';position: absolute;width: 100%;height: 99%;z-index: 1;opacity: 0.20}*/
.mb0 {
    margin-bottom: 0
}

.nav>li {
    padding-top: 15px;
    padding-bottom: 0px;
}

.navbar-default {
    background: white;
    border: none;
}

.navbar-header {
    padding-top: 20px;
    padding-bottom: -10px;
}

.navbar-default .navbar-nav>li>a {
    color: black
}

.navbar-header a {
    font-size: 25px;
    font-family: 'Domine', serif;
    font-weight: bold;
    color: #148ea6;
}

.navbar-header a:hover {
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
    max-width: 1600px;
}

.navbar-toggle {
    margin-top: 24px;
}

#slider {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #a41f10;
}

.pr0 {
    padding-right: 0;
}

.pb60 {
    padding-bottom: 60px;
}

.fixed {
    color: white;
    background: rgba(0, 0, 0, 0.7);
    width: 375px;
    display: inline-block;
    padding: 30px;
    position: absolute;
    top: 50%;
    margin-top: -161px;
    font-size: 14px !important;
}

.fixed::after {
    content: '';
    color: white;
    position: absolute;
    left: 0;
    top: 0;
}

.ad {
    width: 95px;
    float: left;
}

.ad + .ad {
    margin-left: 15px;
}

.langselect {
    float: right;
    color: #fff;
    margin-left: 10px;
}

.langselect select {
    padding: 2px;
    color: #000;
    border: 1px solid #fff;
    margin-top: 2.5px;
}

.text-block h3 {
    text-align: center;
    margin-top: 0;
}

.input-group {
    border: 2px solid white;
}

.form-control {
    background: transparent;
    border-radius: 0;
    color: white;
    border: none;
}

.input-group-addon {
    background: transparent;
    border-radius: 0;
    color: white;
    border: none;
}

.block-three: {
    width: 25%;
}

.middle {
    vertical-align: middle;
    padding: 15px;
}

a:focus {
    outline: none;
}

.left0 {
    padding-left: 0;
}

.book-btn {
    background: #a41f10;
    color: white;
    border: none;
}

.btn-primary {
    background: #a41f10;
    border-radius: 0;
    font-size: 24px;
    margin-top: 20px;
    border: 1px solid transparent;
}

.btn-primary:hover {
    background: transparent;
    border: 1px solid #a41f10;
    color: #a41f10; /*border-radius: 10px;*/
}

.aboutus {
    background: url(images/welcome-bg.jpg)no-repeat;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 60px;
}

.aboutbg {
    background: #F4F4F4;
}

.aboutbg p {
    font-size: 15px;
}
p.home-subhead {
    font-size: 18px;
    font-weight: 500;
    color: #a41f10;
}

.mr5 {
    margin-right: 5px;
}

.heading, .heading1 {
    position: relative;
    text-align: center;
    font-size: 36px;
    margin: 0px 0px 30px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Domine', Georgia, Times, serif;
}

.heading:after, .heading1:after {
    content: "";
    left: 0;
    background: #a41f10;
    bottom: 0px;
    height: 1px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.heading:before, .heading1:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a41f10;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    transform: rotate(45deg);
    z-index: 1;
}

.heading.h-fac {
    color: #fff !important;
    margin-bottom: 20px;
}

.heading.h-fac:before {
    background: #FFF;
}

.heading.h-fac:after {
    left: 0;
    right: 0;
    content: "";
    background: #fff !important;
    bottom: 0px;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
}

.fac-btn a {
    margin-top: 40px;
}

.fac-btn .read-btn:hover {
    background-color: #a41f10;
    color: #ffffff;
}

span.ui-state-default {
    color: #ddd;
}

td.ui-datepicker-unselectable.ui-state-disabled:hover span {
    background: none !important;
}

.ab-text {
    position: absolute;
    top: 0;
    left: 50%;
}

.slider-img img {
    min-height: 450px;
}

.slider-img {
    overflow: hidden;
}

.txt-center {
    text-align: center;
}

.sm-ft {
    font-size: 14px;
    vertical-align: middle;
}

.read-btn {
    width: auto;
    display: inline-block;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 18px;
}

#rooms {
    padding-top: 60px;
}

.seprate {
    border-bottom: 1px solid rgba(238, 238, 238, 0.19);
}

.trip-btn {
    width: initial !important;
}

.pt {
    margin-top: 20px;
}

.fac-ul {
    list-style-type: none;
    line-height: 30px;
    padding: 20px 0px 20px;
    display: flex;
    flex-flow: row wrap;
}

.fac-ul li span {
    margin-left: 0;
}

.fac-ul li {
    float: none;
    text-align: left;
    width: 50%;
    display: inline-block;
    line-height: 1.4em;
    position: relative;
    margin: 0;
    padding: 15px 5px 15px 40px;
    align-self: center;
}

.fac-ul li img {
    background-color: #a41f10;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.reztxtbox {
    width: 100%;
    display: inline-block;
}

.timepicker {
    width: 100%;
}

.reztxtbox:hover, .reztxtbox:focus {
    border: 1px solid #000;
}

.timepicker:hover, .timepicker:focus {
    border: 1px solid #000;
}

.ui-timepicker-standard a {
    text-align: left;
}

div#go-up-box {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background: #a41f10;
    position: absolute;
    top: -47px;
    left: 50%;
    text-align: center;
    line-height: 0px;
    font-size: 16px;
    cursor: pointer;
    transition: all ease .5s;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
}

.site-footer {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    padding: 25px 0px;
    text-align: center;
    border-top: 3px solid #a41f10;
}

#gallery {
    padding-top: 60px;
    padding-bottom: 60px;
}

.box {
    width: 274px;
    position: relative;
    float: left;
    margin-right: 14px;
}

.box1 {
    background: #FFFFFF;
    width: 320px;
    position: relative;
    margin: 10px;
    display: inline-block;
    z-index: 1;
    vertical-align: top;
    margin-bottom: 30px;
    transition: all .4s ease;
}

.box1:nth-child(1) {
    width: 48%;
    float: left;
}

.box1:nth-child(2) {
    width: 48%;
    float: right;
}

.box1:nth-child(2) img.alignnone.size-full {
    width: 80%;
    float: right;
}

.box1 img.alignnone.size-full {
    width: 80%;
}

.product-desc {
    position: relative;
}

.dropdown {
    right: 15px;
    position: absolute;
    top: 58px;
    padding: 30px;
    width: 50%;
    background: rgba(0, 0, 0, 0.8);
}

.dropdown:hover {
    background: #000;
    transition: all ease 0.5s;
}

.dropdown h3 {
    margin: 10px 0 10px 0px;
    text-align: left;
    color: #fff;
}

.box1:nth-child(2) .dropdown {
    left: 15px;
    right: inherit;
}

.room-info {
    list-style-type: none;
    padding: 0 0 15px 20px;
    text-align: left;
}

.room-info li {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 25px;
    margin-left: 17px;
}

.room-info li:before {
    content: '\f178';
    font-family: FontAwesome;
    position: absolute;
    left: 35px;
    color: #fff;
}

.book-btn1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
}

.book-btn1 a {
    float: center;
    /*width: 55% !important;*/
    margin: 0 2%;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.book-btn1 a:hover, .book-btn1 a:focus {
    background: #FFF !important;
    border-color: #a41f10 !important;
    color: #a41f10 !important;
}
#rooms .book-btn1 a:hover, 
#rooms .book-btn1 a:focus {
    background: #FFF !important;
    border-color: #a41f10 !important;
    color: #a41f10 !important;
}

.vbc {
    margin-bottom: 30px;
}

.vbc-1 h2 {
    font-size: 22px;
}

a.btn-primary.btn.readmore1.top11 {
    background: #fff;
    border: 1px solid;
    color: #a41f10;
    border-radius: 0px;
}

a.btn-primary.btn.readmore1.top11:hover {
    background: #a41f10;
    color: #fff;
}

.product-imitation {
    overflow: hidden;
    display: inline-block
}

.services  .product-imitation {
    background: #a41f10;
    width: 70px;
    padding: 10px;
    height: 70px;
}

.product-imitation img:hover {
    transform: scale(1.2);
}

.product-imitation img {
    position: relative;
    width: 100%;
    transform: scale(1.0);
    transition: all ease .4s;
}

.product-imitation1 img {
    position: relative;
    width: 100%;
}

.product-price1 {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2
}

.product-price2 {
    font-size: 30px;
}

.service-name {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-top: 10px;
}

.top0 {
    margin-top: 0;
    width: 100%;
    font-size: 18px;
    border: none;
}

.round {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 30px;
    box-shadow: 2px 1px 10px #737a7b;
    display: none;
}

.white {
    color: #FFFFFF;
}

.services {
    background-image: url(images/bg-facilities.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 0px 60px;
    position: relative;
}

.sm-block {
    width: 368px;
    display: inline-block;
    position: relative;
    height: auto;
    margin-right: 12px;
    border: 3px solid #ffffff;
    overflow: hidden;
}

.sm-block img {
    width: 100%;
    height: auto;
}

.sm-block::after {
    content: '';
    color: white;
    background: rgba(0, 0, 0, 0.8);
    width: 200px;
    height: 200px;
    display: inline-block;
    border-radius: 193px;
    position: absolute;
    bottom: -50px;
    left: -49px;
    transition: all ease 0.5s;
}

.srv-text-block {
    text-align: left;
    line-height: 1.2;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 24px;
    z-index: 999;
}

.box-gallery {
    width: 265px;
    position: relative;
    display: inline-block;
    margin-right: 14px;
    margin: 8px;
}

.offers {
    background: url(../images/offer.png)no-repeat;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 60px;
}

.content-box {
    position: relative;
    padding: 20px;
    float: left;
    width: 50%;
}

.date {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    width: 100px;
    height: 100%;
    text-align: center;
    color: white;
    font-size: 14px;
}

.content-box-wrap {
    width: 100%;
    max-width: 1000px;
    display: inline-block;
    text-align: left;
    padding-bottom: 50px;
}

.content-inner {
    background-color: white;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 20px 20px 120px;
    color: black
}

.month {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e3e8e8;
    width: 100%;
    height: 50%;
    color: #a41f10;
    font-size: 24px;
}

.content-tittle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.9);
}

.content-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}

.timeline, .timeline-1 {
    color: rgba(0, 0, 0, 0.7);
    float: left;
    margin-right: 20px;
}

.date-center {
    top: 13%;
    position: absolute;
    left: 36%;
}

.month-center {
    position: absolute;
    top: 24px;
    left: 26px
}

.small-text {
    margin-left: 5px;
}

.highlight {
    margin-left: 5px;
    color: #a41f10;
}

.text-testimonial {
    float: left;
    width: 1036px;
    text-align: left;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}

.text-testimonial::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-left: 1px solid rgba(0, 0, 0, 0.5)
}

.quote {
    width: 70px;
    height: 70px;
    position: relative;
    background: #f0f0f0;
    font-size: 36px;
    color: #0f7e94;
    margin-right: 30px;
    float: left;
    position: relative
}

.icon-quote {
    position: absolute;
    left: 25%;
    top: 8px;
}

.text-testimonial p {
    margin-left: 30px;
}

.img-client {
    margin-left: 30px;
    width: 70px;
    height: 70px;
    float: left;
}

.img-client img {
    width: 70px;
    height: 70px;
}

.cl-name {
    float: left;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    margin-left: 20px;
}

.location {
    float: left;
    font-size: 18px;
    color: #9F9F9F;
    margin-left: 20px;
    width: 150px;
    height: 30px;
    text-align: left;
    font-weight: 600
}

.block-info {
    width: 290px;
    float: left;
}

.testimonial {
    padding-bottom: 60px;
    padding-top: 60px;
}

.next-prev {
    float: right;
    font-size: 30px;
}

.next-prev a {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.newsletter {
    background: #a41f10;
    padding-bottom: 30px;
    padding-top: 30px;
}

.text-stay {
    font-size: 22px;
    float: left;
    color: white;
    width: 715px;
    text-align: left;
}

.textbox-right {
    float: right;
}

.textbox-right a:hover {
    color: white;
}

.textbox {
    width: 250px;
    padding: 10px;
    border: none;
}

.join {
    padding: 10px;
    width: 53px;
    float: right;
    background: #148ea6;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.footer {
    background: #0d1117;
    padding-bottom: 20px;
}

.footer-left {
    color: white;
    text-align: left;
}

.footer-right {
    float: right;
}

.footer-menu li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
    padding-right: 15px;
}

.footer-menu li a {
    color: white;
}

.ft-menu-last {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.mb60 {
    margin-bottom: 60px;
}

.mt4 {
    margin-top: 4px;
}

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

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

option {
    color: #000;
    background: #fff;
}

.footer-menu li a {
    text-decoration: none;
    list-style: none;
}

.pd10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pd {
    padding-right: 0;
    padding-left: 0;
}

select:focus, option:focus, select::-moz-focus-inner, option::-moz-focus-inner {
    outline: none;
    border: none;
}

.sec-title {
    font-family: 'Domine', Georgia, Times, serif;
    font-size: 28px;
    font-weight: 300;
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
}

/* The container <div> - needed to position the dropdown content */

/*.dropdown {position: relative;display: inline-block; width: 100%;  
    border: 0px solid #D8D8D8;padding: 6px 6px 12px 6px;background: #fff;}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    top: -37px;
    left: -182px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.round:hover .dropdown-content {
    display: none;
}

.pull-right1 {
    float: right;
    margin-bottom: 0
}

.pull-left-top {
    float: left;
}

.pull-right-top {
    float: right;
}

.text-right a, .text-right a:hover, .text-right a:focus {
    color: #fff;
}

.col-sm-8.text-center ul {
    margin-bottom: 0
}

.more {
    position: absolute;
    top: 50%;
    left: 23%;
    color: white;
    font-size: 30px;
    z-index: 999
}

.more-icon {
    position: absolute;
    top: 40%;
    left: 43%;
    color: white;
    font-size: 30px;
    z-index: 999
}

.click {
    background-color: black;
    position: relative;
}

.click::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    cursor: pointer;
    overflow: hidden
}

span.gl-link {
    font-size: 20px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    width: 100%;
    left: 0;
    color: #fff;
    transform: translateY(-50%);
}

.click {
    background-color: black;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

i.fa.fa-th {
    display: block;
}

.nemus-control-paging li a {
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #fff !important;
    background: transparent !important;
}

.product-imitation a {
    cursor: pointer;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #a41f10;
}

a:focus {
    text-decoration: none;
    color: #840d00;
}

a:hover {
    text-decoration: none;
    color: #840d00;
}

.book-btn {
    width: 100%;
    display: inline-block;
}

.product-imitation a:hover {
    color: white;
}

.sm-block:hover:after {
    transform: scale(5);
    transition: all ease 0.5s;
}

.click:hover img {
    transform: scale(1.2);
}

.mb12 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: -20px;
}

.form-control::-webkit-input-placeholder {
    color: white;
}

.form-control:-moz-placeholder {
    color: white;
}

.form-control::-moz-placeholder {
    color: white;
}

.form-control:-ms-input-placeholder {
    color: white;
}

.sub-service {
    width: 150px;
    height: 150px;
}

.sub-service1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #DB5659;
    color: #DB5659;
    position: relative;
    display: inline-block;
    margin: 0;
}

.box-border {
    margin-bottom: 30px;
}

.sub-service-last {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #DB5659;
    color: #DB5659;
    position: relative;
    display: inline-block;
}

.green {
    color: #62BC1C;
    border: 5px solid #62BC1C;
}

.blue {
    color: #3891E1;
    border: 5px solid #3891E1;
}

.purple {
    color: #854BDE;
    border: 5px solid #854BDE;
}

.orange {
    color: #FF8016;
    border: 5px solid #FF8016;
}

.pink {
    color: #BC31FF;
    border: 5px solid #BC31FF;
}

.sub-service-text {
    position: absolute;
    left: -3px;
    bottom: -40px;
}

.sub-service-text2 {
    position: absolute;
    left: -3px;
    bottom: -60px;
}

.set {
    position: absolute;
    top: 25%;
    left: 20%;
    font-size: 48px;
    text-align: center;
    width: 50px;
    height: 50px;
}

.black {
    color: #000;
}

.mnh {
    min-height: 250px;
}

.menus {
    background: transparent;
    float: right;
    border: none;
    flex: 1;
    padding-left: 210px;
    width: 76%;
}

.bkbtn {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 1000;
    background: #a41f10;
    border-radius: 4px;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #a41f10;
}

.theame-btn {
    color: #a41f10
}

.center {
    text-align: center;
}

.mid .center {
    margin-top: 30px;
    margin-bottom: 25px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #148EA6;
    cursor: pointer
}

.hentry-top-bg {
    background: #EEEEEE;
    height: 124px;
    position: absolute;
    width: 100%;
    z-index: 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.first-text {
    text-align: center;
    font-size: 34px;
}

.second-text {
    text-align: center;
    font-size: 20px;
}

.nemus-slider .caption {
    text-shadow: 2px 2px 5px #000 !important;
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-header {
    background: rgb(56, 56, 57) !important;
    border-radius: 4px;
    overflow: hidden;
}

.ui-datepicker td.ui-datepicker-today a {
    background: rgba(167, 167, 167, 0.5) !important;
    color: #fff;
}

.nemus-direction-nav a {
    color: #fff !important
}

.site-title {
    width: 360px;
    font-family: 'Domine', serif;
}

.entry-content {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 400px;
}

.post-279 .entry-content {
    padding-bottom: 30px;
}

.post-82 .entry-content {
    padding-bottom: 30px;
}

.post-40 .entry-content {
    padding-bottom: 30px;
}
.inner h1 a {
    color:#222;
    transition: all 0.3s ease;
}
.inner h1 a:hover,
.inner h1 a:focus {
    color: #000;    
}

.inner h1{color:#a41f10!important; font-family: 'Domine', Georgia, Times, serif; font-weight: 300;}
.postlistwrap .inner h1 { text-align: left; color: #222 !important; }
.postlistwrap .inner { margin: 0 0 30px; }
.entry-header {
    z-index: 10;
    position: relative;
    min-height: 150px;
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ddd;
    background: #EEEEEE;
    background-image: url(images/heading-bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 80%;
    background-size: cover;
    border-bottom: 0px solid #a41f10;
}
.entry-title {
    font-family: 'Domine', Georgia, Times, serif;
    font-weight: 400;
    font-size: 40px;
    margin: 0;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.restaurant .lower-content {
    min-height: 350px;
}

.owl-carousel-item-text h3 {
    margin-top: 0;
}

.owl-theme .owl-controls {
    margin-top: 0 !important;
}

.accomodation div#carousel-example-generic-accomodation, div#carousel-example-generic-abtus {
    float: right;
    margin-left: 20px;
    max-width: 45%;
}

.room-box .rm-price {
    position: absolute;
    bottom: 50px;
    z-index: 100;
    left: 15;
    background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    width: 40%;
    padding: 10px;
    text-align: center;
    color: white;
}

.room-box .img-container .imgbg:after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    transition: all 0.5s ease;
}

.room-box .rm-details {
    position: relative;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 15px;
    min-height: 85px
}

.room-box .rmbkbtn .read {
    padding: 9px 35px;
    color: #a41f10;
    font-size: 16px;
    border-radius: 0px;
    float: left;
    color: #fff !important;
    background: #a41f10 !important;
    margin-top: 15px;
    margin-bottom: 25px;
    cursor: pointer;
    border: none;
    position: absolute;
    bottom: 0;
}

.carousel-control {
    z-index: 9999
}

.bord {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: none
}

.gallery {
    text-align: center;
}

.img_wrapper a img {
    border-radius: 10px;
    margin: 10px;
    max-height: 200px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.12);
    padding: 5px;
    transition: all 0.3s ease;
}

.img_wrapper a:hover img, .img_wrapper a:focus img {
    box-shadow: 0 8px 12px -5px rgba(0, 0, 0, 0.2);
    border: 1px solid #d0d0d0;
}

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

.gallery-tittle {
    color: #a41f10
}

.acInner {
    display: flex;
    flex-flow: row wrap;
}

.acLeft {
    width: 70%;
}

.acRight {
    width: 30%;
}

.acRight img {
    max-width: 100%;
    border-radius: 6px;
}

.facpageOuter {
    width: calc(50% - 20px);
    margin: 0 0 40px 40px;
}

.facpageOuter:nth-of-type(2n+1) {
    margin-left: 0;
}

.facilities h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.6em;
    margin: 0;
}

.facilities {
    padding: 10px 10px 10px 70px;
    position: relative;
    transition: all 0.4s ease;
    background: #fff;
}

.facpage .col-md-4.col-sm-6.col-xs-12:nth-child(16) .facilities {
    margin-bottom: 5px !important;
}

.videoc {
    text-align: center;
    margin-bottom: 15px;
}

.videopg {
    padding-top: 50px;
    padding-bottom: 10px;
}

.facilities .fac-img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #a41f10;
    padding: 10px;
    margin: 0;
}

.facilities .fac-img img {
    transform: rotate(-45deg);
}

img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.facpage {
    text-align: center;
    padding-top: 30px;
    display: flex;
    flex-flow: row wrap;
}

.facpage h4 {
    text-align: center;
    color: #a41f10;
    font-size: 24px;
    margin: 10px 0px 45px;
    position: relative;
}

.contactadd {
    text-align: center;
    background: #EFEFEF;
    min-height: 150px;    /* border-radius: 10px; */
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactadd p {
    margin: 0;
    line-height: 1.4em;
}

.contactadd i, .contactadd em {
    font-size: 48px;
    margin-bottom: 10px;
}

.contactadd a {
    word-wrap: break-word;
    text-decoration: none;
    color: #000;
}

.contactadd p.phone {
    position: relative;
    display: table;
    margin: 0 auto 15px;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 1.6em;
}

.contactadd p.phone span {
    display: block;
}

.contactadd p.phone .fa {
    position: absolute;
    width: 40px;
    font-size: 24px;
    color: #a41f10;
    left: 0;
    top: 0;
}

.contactadd p.fax {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 1.6em;
}

.contactadd p.fax .fa {
    position: absolute;
    width: 40px;
    font-size: 18px;
    color: #a41f10;
    left: 0;
    top: 5px;
    margin: 0;
}

.contactform input {
    height: 40px;
    color: #000;
}

.contactform input, .contactform textarea {
    border-radius: 4px;
    transition: all 0.25s linear;
    color: #000;
    box-shadow: none;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.rdmore, .modal-footer .btn-default {
    background: #ea312f;
    border: none;
    margin-top: 13px;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 20px;
    color: #fff !important;
}

.bkbtn_send {
    margin-top: 15px;
    color: white !important;
    padding: 9px 20px !important;
    background: #a41f10;
    border-radius: 4px;
    border-bottom: none;
    border: 1px solid transparent;/*border-radius: 10px;*/
}
.bkbtn_send:hover,
.bkbtn_send:focus {
    transition: all 0.3s ease 0s;
    background: #FFF !important;
    color: #a41f10 !important;
    border: 1px solid #a41f10 !important;
    outline-color: #a41f10;
    outline: none;
}

.contactradious {
    border: 1px solid #ddd;
}

.product-imitation1 {
    position: relative;
    text-align: left;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
    color: #148EA6;
    cursor: pointer;
    border-bottom: 5px solid #a41f10;
    padding-bottom: 20px;
}

.service-home img {
    width: 100px;
    border: 6.5px solid #fff;
    border-radius: 50%;
    position: absolute;
    padding: 10px;
    margin: 0;
}

.img-container {
    box-shadow: 0 0 5px #9E9E9E;
}

.mt30 {
    margin-top: 40px;
}

#sl {
    width: 90px;
}

.room-box .rmbkbtn .read:hover {
    color: #a41f10 !important;
    background: #fff !important;
    border: 1px solid #a41f10 !important;
}

#carousel-example-generic-slider {
    height: 100%;
}

.ht {
    height: 546px;
}

.right {
    background-image: url(../images/right-ar.png);
    right: 50%;
    margin-left: -10px;
}

.bkbtn:hover {
    background: #a41f10;
    border: 1px solid #a41f10;
    color: #FFF;
    cursor: pointer;
}

.bkbtn:focus {
    background: #a41f10;
    border: 1px solid #a41f10;
    color: #FFF;
    text-decoration: none
}

.carousel-control.left-slider {
    left: -80px;
}

.carousel-control.right-slider {
    right: -40px;
}

.carousel-control {
    opacity: 1
}

.right-ar {
    position: absolute;
    top: 50%;
    transform: rotate(180deg);
    left: 30px;
}

.left-ar {
    position: absolute;
    top: 50%;
    right: 30px;
}

.pop-img img {
    float: left;
    margin: 0;
}

.img_wrapper {
    width: 100%;
    text-align: center;
}

.img_wrapper a {
    display: inline-block;
}

figure {
    display: inline-block;
}

.map-size {
    width: 748px;
    height: 450px;
}

.pc {
    font-size: 30px;
}

.top11 {
    margin-top: 0;
    width: 46%;
    font-size: 18px;
    border: none;
}

.product-name p {
    line-height: 26px;
}

.ui-datepicker td a.ui-state-active, .ui-datepicker td a.ui-state-hover {
    background: #a41f10 !important;
    border: 1px solid #a41f10 !important;
    color: #FFF;
}

.nemus-control-paging li a {
    background: transparent !important;
    border: 2px solid #fff !important;
}

.nemus-control-paging li a.nemus-active {
    border: none !important;
    background: #fff !important;
    border: 2px solid transparent !important;
}

.nemus-control-paging li a.nemus-active {
    background: #a41f10 !important;
    border: 2px solid #a41f10 !important;
}

.bb_resbox h2 {
    font-size: 26px !important;
    font-family: 'Domine', Georgia, Times, serif;
    font-weight: 300;
    padding: 10px 0;
    display: none;
}

.bb_resbox p {
    font-family: 'Libre Baskerville', serif !important;
    padding: 0px 6px;
    margin: 0px;
    position: relative;
    float: none;
    display: inline-block;
    width: auto;
    vertical-align: bottom;
    /* display: inline-block; */
    line-height: normal;
    /* width: 100%; */
}
input#eZ_chkin {
    width: 100% !important;
    border-radius: 4px;
}

.dropdown1 {
    position: relative;
    display: inline-block;
    padding: 0px !important;
}

.dropbtn1 {
    padding: 0 !important;
    background: transparent !important;
    border: none !important
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.wrapper {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.mb15 {
    margin-bottom: 15px;
}

.btn-primary:focus {
    background: #a41f10;
    border-color: #a41f10;
    color: #fff;
}

.pl0 {
    padding-left: 0;
}

.price-room {
    font-size: 30px;
}

/*ul.nav-menu, div.nav-menu > ul{padding: 10px; }*/
.product-name {
    font-size: 20px;
    min-height: 30px;
    vertical-align: middle;
}

.bb_resbox {
    width: 20% !important;
}

div#bb_resBookingBox {
    background: rgba(0, 0, 0, 0.81) !important;
}

p.bbres_fieldset input {
    width: 100% !important;
    padding: 10px !important;
}

.cal, button.ui-datepicker-trigger {
    padding: 6px 12px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    position: relative;
    top: -32px;
    text-align: center !important;
    bottom: 10px;
    right: 10px;
    float: right !important;
    color: #fff;
}

.bb_resbox input {
    height: 40px;
    padding-left: 4px !important;
}

.cal, button.ui-datepicker-trigger {
    padding: 6px 12px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    text-align: center !important;
}

.rescmbx2 {
    padding: 10px !important;
}

.bbres_fieldset9, .bbres_fieldset1 {
    width: 100% !important;
    margin-bottom: 12px;
}

.bbres_fieldset5, .bbres_fieldset6 {
    width: 48% !important;
    margin-bottom: 10px !important
}

.bbres_fieldset5 {
    margin-right: 10px !important;
}

/*p.bbres_fieldset{padding: 0px!important}*/
.bb_resbox button.ui-datepicker-trigger {

    /*right: 20% !important;*/
    top: initial !important;
}

input#eZ_chkin {
    width: 100% !important;
    border-radius: 4px;
}

input#eZ_chkout {
    width: 100% !important;
    border-radius: 4px;
}

.ui-datepicker .ui-datepicker-title {
    background: #a41f10;
}

select.bb_combobox {
    background: transparent !important;
    width: 100% !important;
}

.cal, button.ui-datepicker-trigger {
    background-position: 1px -25px !important;
}

p.bbres_fieldset input.bbres_booknow {
    border: 1px solid #fff !important;
    color: #fff !important;
    margin-left: 0px !important;
    margin-top: 8px !important;
    font-size: 16px !important;
    background: transparent !important;
    border-radius: 4px !important;
}

p.bbres_fieldset input.bbres_booknow:hover {
    border: 1px solid #fff !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.22) !important
}

p.bbres_fieldset2 {
    padding-bottom: 0 !important;
    position: relative;
}

select.bb_combobox {
    border-radius: 0px !important;
    outline: none !important
}

.banneraward {
    float: left;
    height: 150px;
    margin: 15px 15px 15px 0px;
    vertical-align: middle;
}

.banner {
    background-color: #dadcdd;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.cal, button.ui-datepicker-trigger {
    background-position: 1px 1px !important;
}

.roomimg img {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
}

.h-links h2 {
    font-size: 25px;
}

.h-links ul {
    line-height: 30px;
}

.attr-block {
    border: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 40px;
    padding: 20px;
}

.attr-block:nth-child(16) {
    margin-bottom: 20px;
}

.cfull-head h3 {
    color: #5c1b16;
    margin: 0 0 17px 0;
}

.attr-block p {
    margin: 0 0 0 0;
    line-height: 28px;
}

.attractions h2 {
    margin: 0 0 20px 0;
}

.museum ul {
    display: inline-block;
    margin: 0 auto;
    list-style-type: disc;
    line-height: 28px;
}

.museum li {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0px 10px;
}

.museum p {
    margin: 0 0 25px;
}

.title-box span {
    display: inherit;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.content1 {
    margin-top: 20px;
}

.content1 p {
    margin: 10px 0 !important;
    font-size: 14px;
}

.content1 i {
    color: #a41f10;
}

.content1 a {
    color: #333;
}

.content {
    margin-top: 0;
}

.content p {
    margin: 10px 0 !important;
    font-size: 14px;
}

.content i {
    color: #a41f10;
}

.content a {
    color: #333;
}

.inner-box:hover {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;    /* box-shadow: 0px 0px 13px 2px #a0a0a0; */
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}

/*facilitypage*/
.Facilitybox {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
    width: 100%;
    padding-bottom: 15px;
    margin: 0 auto;
}

.Facilitybox:nth-child(2) {
    margin-top: 30px;
}

.Facilitybox {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
    width: 100%;
    padding-bottom: 15px;
    margin: 0 auto;
}

.Facilitybox h5 {
    background: #a41f10;
    padding: 10px;
    color: #fff;
    margin: 15px 0px;
}

.container.otherfac {
    margin-bottom: 40px;
}

/*.contactbox {
margin-bottom: 30px;
margin-top: 20px;
}*/
.Facilitybox ul {
    list-style-type: square;
    margin: 0;
    text-transform: capitalize;
    padding: 10px 10px 10px 30px;
}

.Facilitybox ul li {
    text-align: left;
    line-height: 2;
}

.Facilitybox p {
    margin-left: 20px;
}

/*gallerypage*/
.gallery-rooms {
    margin-bottom: 40px;
    text-align: center;
}

hr {
    background-size: 4px 4px !important;
    margin: 0 0 24px !important;
    border: 1px solid #ECECEC !important;    /*height: 1px !important;*/
}

/*.gallery-rooms.exterior h2{
margin-top: 0;
}*/
.gallery-rooms.exterior h2 {
    margin-top: 0;
}

.gallery-rooms h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}

.ez_img img {
    min-height: 170px !important;
    padding: 0;
    margin: 5px;
    box-shadow: 0 1px 2px 1px rgba(187, 187, 187, 0.42);
}

.ez_img {
    margin: 0px;
}

.certi2 {
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
    vertical-align: top;
}
.certi2 #CDSWIDFRR {
    margin: 0 !important;
}
.certi1 {
    display: inline-block;
    width: 46px;
    padding: 0px;
    vertical-align: top;
}
.cContainer {
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
    vertical-align: top;
}


/*footer*/
.site-footer {
    background-color: #000;
    color: #FFFFFF;
    font-size: 14px;
    padding: 25px 0px;
    text-align: center;
    border-top: 0px solid #a41f10;
}

.site-footer .widget-area {
    margin: 0 auto;
    width: 100%;
    height: auto !important;
}

.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    width: 30%;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0px !important;
    margin-bottom: 0px;
}

aside#custom_html-2 {
    width: 24%;
}

aside#custom_html-3 {
    width: 20%;
}

aside#custom_html-4 {
    width: 19%;
}

aside#nav_menu-2 {
    width: 26%;
}

.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
    font-size: 24px;
}

h2.widget-title {
    margin: 0px 0px 20px;
    position: relative;
    padding-bottom: 0 !important;
}

h2.widget-title:after {
    content: "";
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    display: block;
    margin: 10px 0 0;
}

h2.widget-title:before {
    content: "";
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, .5);
    display: block;
    margin: 0 0 0 31px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    transform: rotate(45deg);
}

.textwidget {
    font-weight: normal;
    color: #FFFFFF;
    line-height: 28px;
}

.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .white a {
    color: #FFFFFF;
}

.widget li {
    padding: 5px 0;
}

aside#nav_menu-2 .menu-footer-container li {
    padding: 5px 0;
    width: 50%;
    float: left;
}

li#menu-item-480 > a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

li#menu-item-291 > a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

.site-footer a {
    color: #FFFFFF;
}

.ftr-address li i, .ftr-address li em {
    margin-right: 8px;
    color: #ddd;
}

.roomcnt {
    padding: 10px 0 0;
}

.roomcnt strong {
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
}

/*==========sufyan=====================*/
.ui-datepicker {
    z-index: 999 !important;
}

.looker_booker p:nth-child(1) {
    font-weight: bold !important;
    font-size: 20px !important;
    color: #000 !important;
}

.looker_booker p:nth-child(2) {
    font-weight: bold !important;
    font-size: 15px !important;
    color: #444343 !important;
}

.looker_booker .read-btn {
    padding: 10px 18px !important;
    width: auto !important;
    text-align: center !important;
}

li#menu-item-25 > a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:before, .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after {
    background: #ffffff !important;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:before, .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after {
    background: #ffffff !important;
}

.ui-datepicker.ui-widget-content td a.ui-state-active {
    color: #ffffff !important;
}

.bb_resbox button.ui-datepicker-trigger {
    right: 6% !important;
}

.navbar {
    border: 0px solid #a41f10 !important;
}

.i-shop {
    border: 1px solid #a41f10;
    padding: 15px;
    min-height: 1100px;
}

.note {
    text-align: center;
}

.note p {
    padding: 0;
    margin: 0 !important;
}

.i-shop .row {
    margin-bottom: 20px;
}

.ez_img {
    margin: 0 !important;
    width: 100% !important;
}

.bb_resbox {
    padding: 20px 20px 30px 20px;
    position: absolute;
    z-index: 0;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 630px !important;
}

.site-header {
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
    transform: translate3d(0px, 0px, 0px);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.phshow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-color: #e7e7e7;
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    z-index: 1001;
    border-radius: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: topmenu 0.5s ease;
}

.header-outer {
    height: 113px;
}
ul#YR2Aziszg {
    padding: 0;
    margin: 30px auto 0;
    display: table;
}
li#vGep7SYB8Zh img {
    width: 100%;
    max-width: 180px;
}

@-webkit-keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

}

@-moz-keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

}

@-o-keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

}

@keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

}

.lightbox {
    z-index: 100051 !important;
}

.info {
    margin: 6px 0;
    line-height: 30px;
    color: #828282;
}

.service-content {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(245, 245, 245, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-top: 55px;
    padding: 20px;
    position: relative;
    width: 100%;
    padding-top: 40px;
    -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;
    min-height: 150px;
}

.service-content > h3 {
    float: left;
    margin: 20px 0 10px;
    text-align: center;
    width: 100%;
    font-family: Open Sans;
    font-size: 18px;
    color: #fff;    /* margin-bottom: 9px; */
    font-weight: 500;
}

.service-content:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(245, 245, 245, 0.5);
}

.service-content > span {
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 25px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    transition: all 0.4s ease 0s;
    background-color: #a41f10;
    transform: rotate(45deg) translateX(-50%);
}

.service-content span img {
    transform: rotate(-45deg);
}

h4.gtitle {
    margin: 0;
}

iframe {
    width: 100%;
}

.loimg-block {
    margin-bottom: 35px;
}

.loimg-block-1 {
    margin-bottom: 0;
}

.inner-box {
    position: relative;
}

.inner-box .image-box {
    position: relative;
}

.loimg-block img {
    width: 100%;
}

.loimg-block-1 img {
    width: 100%;
}

.lower-content {
    position: relative;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    min-height: 540px;
}

.lower-content .upper-box {
    position: relative;
    padding: 35px 35px 35px 35px;
}

.lower-content .upper-box h3 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 25px;
}

.lo-attraction h3 {
    text-align: center;
    font-size: 16px;
}

.lo-attraction p {
    margin: 0 0 20px 0;
}

.loimg-block p {
    margin: 0;
}

.loimg-block-1 p {
    margin: 0;
}

.btn-local {
    color: #fff;
    font-weight: 700;
    padding: 3px 11px;
    background-color: #a41f10;
    border: 2px solid #a41f10;
    z-index: 18;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}

.btn-local:hover, .btn-local:focus {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

.b-table {
    text-align: center;
}

.b-table p {
    line-height: 40px;
    margin-bottom: 20px;
}

.o-menu img {
    height: auto;
    width: 49% !important;
    border: 1px solid #a41f10;
    margin: 3px;
}

.o-menu h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.o-menu {
    border-top: 2px solid #a41f10;
    margin-top: 40px;
}

.inn-event {
    margin-top: -30px;
}

.row.room-inner {
    margin: 0 !important;
}

.gallerypage .b-hall {
    font-family: 'Domine', Georgia, Times, serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative;
    color: #000;
}

.gallerypage .b-hall:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #a41f10;
    display: block;
    margin: 5px auto 0;
}

.gallerypage .b-hall:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a41f10;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    transform: rotate(45deg);
}

.gallerypage .b-hall:first-child {
    margin-top: 0;
}

.tour-section {
    margin: 60px 0 0;
}

.tour-section .diyfeLiveArea {
    box-shadow: 0 1px 2px 1px #bbbbbb;
    border: 1px solid #bebebe;
    padding: 7px 7px 0;
    margin: 30px 0 0;
}

.tour-section .diyfeLiveArea:first-child {
    margin-top: 0;
}

.tour-section .diyfeLiveArea p {
    display: none;
}

.direction-page h2, .weather-page h2 {
    margin: 0 0 30px;
    font-size: 26px;
    position: relative;
}

.helpful-page h2 {
    margin: 50px 0 5px;
    font-size: 26px;
    position: relative;
}

.helpful-page h2:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #a41f10;
    display: block;
    margin: 5px 0 0;
}

.helpful-inner h2 {
    margin: 0 0 20px;
}

.sidebar-block {
    margin: 30px 0 0;
}

.sidebar-block:first-child {
    margin-top: 0;
}

.sidebar-block p {
    display: none;
}

#tripadvisor-block {
    margin: -20px 0 0;
}

.sidebar-block h2 {
    font-size: 18px;
    position: relative;
    margin: 0 0 20px;
}

.sidebar-block h2:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #a41f10;
    display: block;
    margin: 5px 0 0;
}

.thankyou {
    min-height: 200px;
    text-align: center;
}

.map-outer {
    margin: 0 0 30px;
}

.rally-list {
    margin: 30px 0;
}

.rally-list .rally-head {
    margin: 0 0 15px;
    font-size: 15px;
}

.rally-list p {
    margin: 0 0 5px;
    line-height: normal;
}

.rally-list p span:first-child {
    margin-right: 30px;
}

.policy-page ul li {
    margin-bottom: 10px;
}

ul#menu-footer-menu li {
    width: 48%;
    display: inline-block;
}

.weather-page .lt-860 div.aw-widget-36hour-inner div.aw-six-hours {
    width: 100% !important;
}

.attraction-outer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.attractions-Block {
    border-radius: 6px;
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.attraction-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.attractionpage h2 {
    font-family: 'Domine', Georgia, Times, serif;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative;
}

.attractionpage h2:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #a41f10;
    display: block;
    margin: 5px auto 0;
}

.attractionpage h2:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a41f10;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    transform: rotate(45deg);
}

.attractionpage h2:first-child {
    margin-top: 0;
}

.attractionRaw {
    margin: 60px 0 0;
}

.attractionRaw:first-of-type {
    margin-top: 0;
}

.attractions-Block .attraction-title {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
}

.attractions-Block .attraction-title a {
    color: #333;
    transition: all 0.3s ease;
}

.attractions-Block .attraction-title a:hover, .attractions-Block .attraction-title a:focus {
    color: #00632c;
}

#CDSWIDCOE .widCOELink {
    margin-bottom: 8px !important;
}

ul.ftr-address li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
    line-height: 1.5em;
}

.ftr-address li i, .ftr-address li em {
    color: #ddd;
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
    width: 25px;
}

.lt-950 div.aw-widget-36hour-inner div.aw-more-block.aw-more-block-first {
    display: none;
}

.attraction-page {
    margin: -45px 0 0;
}

.innerbanner {
    margin: 0 auto 30px;
    border-radius: 6px;
    overflow: hidden;
}

.policy-block {
    margin: 40px 0 0;
}

.policy-block ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.policy-block li {
    margin: 0 0 10px 0;
}

.policy-block h3 {
    font-family: 'Domine', Georgia, Times, serif;
    font-weight: 300;
    font-size: 30px;
    position: relative;
    margin: 0 0 30px;
}

.policy-block h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a41f10;
    display: block;
    margin: 0 0 0 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    transform: rotate(45deg);
}

.policy-block h3:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #a41f10;
    display: block;
    margin: 5px 0 0;
}

.contact-icon ul li:nth-child(2) {
    margin-bottom: 35px;
}

.contact-icon ul li:nth-child(1) {
    margin-bottom: 35px;
}

.contact-icon ul {
    position: relative;
    margin-top: 0px;
}

.contact-icon ul li {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    list-style: none;
}

.contact-icon {
    margin-left: -10px;
}

.contact-icon ul {
    margin-top: 20px;
}

.contact-icon ul li em,
.contact-icon ul li .fa {
    position: absolute;
    left: -27px;
    top: 0px;
    color: black;
    font-size: 30px;
    line-height: 1em;
}

.contact-icon ul li span {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.contact-icon ul li span a {
    color: black;
    font-size: 15px;
    font-weight: 400;
}

.contact-icon ul li span a:hover {
    text-decoration: none;
}

.contact-form h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 30px;
    font-family: 'Domine', Georgia, Times, serif;
    position: relative;
}

.contact-form h3:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #a41f10;
    display: block;
    margin: 5px 0 0;
}

.contact-form h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a41f10;
    display: block;
    margin: 0 0 0 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    transform: rotate(45deg);
}

.contactMap {
    margin: 0 0 30px;
}

/*================================*/
.roombox:hover {
    background: #EFEFEF;
}

.hotellayout {
    text-align: center;
}

/*testi*/
.testibg {
    background-image: url(images/bg-testimonial.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    padding: 25px 0 55px 0;
    border-top: 1px solid #e8e8e8;
}

.hm-testimonial {
    text-align: center;
    padding-top: 40px;
}

.hm-testimonial .heading {
    font-weight: normal;
}

/*rooms*/
.roombox {
    margin-bottom: 25px;
    border: 1px solid #efefef;
    padding: 30px 20px;
    background: #EFEFEF;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-radius: 20px;
}

.roomimg {
    width: 48%;
    vertical-align: top;
}
.roomimg img {
    border-radius: 20px;
}
.roomcontwrap {
    width: 50%;
    vertical-align: top;
    padding: 0;
}

.roombox:nth-of-type(even) {
    flex-direction: row-reverse;
}

.roombox:nth-of-type(even) .roomimg {
    margin-left: 0;
}

.roombtn {
    clear: both;
    text-align: left;
}
.roombtn .bookbtn {
    margin-top: 0;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    top: 4px !important;
}

#CDSWIDFRR .top-background.green {
    border: #00a680 !important;
}
.amenitiesContainer {
    margin: 40px 0 0;
}
.attractContainer {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}
.attractLeft {
    width: calc(100% - 380px);
}
.attractRight {
    width: 350px;
    margin: 0 0 0 30px;
}
.attractRight img {
    max-width: 100%;
    border-radius: 6px;
}
.attractContainer h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 30px;
    font-family: 'Domine', Georgia, Times, serif;
    position: relative;
}
.attractContainer h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a41f10;
    display: block;
    margin: 0 0 0 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    transform: rotate(45deg);
}
.attractContainer h3:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #a41f10;
    display: block;
    margin: 5px 0 0;
}
.headSep {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 30px;
    font-family: 'Domine', Georgia, Times, serif;
    position: relative;
}
.headSep:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a41f10;
    display: block;
    margin: 0 0 0 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    transform: rotate(45deg);
}
.headSep:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #a41f10;
    display: block;
    margin: 5px 0 0;
}
.RoomContent {
    margin: 0 0 40px;
}

#rooms .roomsec {
    margin-bottom: 55px;
}
.roomsec .box1 {
    background: #FFFFFF;
    width: 320px;
    position: relative;
    margin: 10px;
    display: inline-block;
    z-index: 1;
    vertical-align: top;
    margin-bottom: 30px;
    transition: all .4s ease;
}
.roomsec .box1 {
    width: 50%;
    float: left;
    margin: 0;
}
.roomsec .box1 {
    border-top: 1px solid #a41f10;
    margin-top: -1px;
    border-bottom: 1px solid #a41f10;
}
.roomsec .product-imitation1 {
    width: 50%;
    float: left;
}
.roomsec .box1:first-child .product-imitation1, 
.roomsec .box1:nth-child(2) .product-imitation1 {
    float: right;
}
.roomsec .box1 img.alignnone.size-full {
    width: 100%;
}
.roomsec .dropdown {
    position: relative;
    float: left;
    padding: 30px;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    background: none;
}
.roomsec .product-name {
    font-size: 20px;
    min-height: 30px;
    vertical-align: middle;
}
.roomsec .dropdown h3 {
    margin: 10px auto;
    text-align: center;
    color: #000;
}
.roomsec .room-info {
    list-style-type: none;
    padding: 0 0 15px;
    text-align: left;
    width: 160px;
    margin: 0 auto 10px;
}
.roomsec .room-info li {
    color: #000;
    line-height: 1.4em;
    margin-left: 0;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}
.roomsec .room-info li:first-child {
    margin-top: 0;
}
.roomsec .room-info li:before {
    content: '\f178';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #000;
}
.roomsec .box1:nth-child(2) .dropdown:after{
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    margin-top: -7px;
    top: 47%;
    width: 0;
    z-index: 2;
    right: 0;
    border-left: 15px solid #fff;
    position: absolute; 
}
.roomsec .box1:nth-child(1) .dropdown:after{
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    margin-top: -7px;
    top: 47%;
    width: 0;
    z-index: 2;
    right: -15px;
    border-left: 15px solid #fff;
    position: absolute; 
}
.roomsec .box1:nth-child(3) .dropdown:after, 
.roomsec .box1:nth-child(4) .dropdown:after{
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    margin-top: -7px;
    top: 47%;
    width: 0;
    z-index: 2;
    left: -15px;
    border-right: 15px solid #fff;
    position: absolute;
}
.roomsec .book-btn1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}
.postlistwrap a span {
    color: #a41f10 !important;
}
.postlistwrap .at-style-responsive .at-share-btn span {
    color: inherit !important;
}

.form-btnouter .wpcf7-submit {
    width: auto;
    height: auto;
    background: #a41f10;
    color: #FFF;
    border: 0;
    border-radius: 0;
    outline: none;
    transition: all 0.3s ease;
}
.form-btnouter .wpcf7-submit:hover, 
.form-btnouter .wpcf7-submit:focus {
    outline: none;
    background: #881305;
    color: #FFF;
}
span.helptext {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
}
.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}
span.req {
    color: #D70000;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form-control-wrap {
    border-radius: 0;
    transition: all 0.25s linear;
    color: #000;
}
.wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    transition: all 0.25s linear;
    color: #000;
    box-shadow: none;
    border:1px solid #ddd;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
.wpcf7-form-control:focus {
    outline: none !important;
    border: 1px solid #666 !important;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2) !important;
    transition: border 0.4s ease-in-out !important;
}
textarea.wpcf7-form-control {
    height: auto;
    max-height: 100px;
    resize: none;
}
.wpcf7-submit {
    width: auto;
    color: white !important;
    padding: 9px 20px !important;
    background: #a41f10 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: none !important;
    border: 1px solid #a41f10 !important;
    font-weight:600;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
    transition: all 0.3s ease 0s;
    background: #FFF !important;
    color: #a41f10 !important;
    border: 1px solid #a41f10!important;
    outline-color: #a41f10;
    outline: none;
}
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
    border: 2px solid #ff7f7f !important;
    text-align: center;
}
.wpcf7-response-output {
    text-align: center;
}
.wpcf7-not-valid-tip {
    font-size: 13px !important;
    background: #FFC9C9 !important;
    color: #832020 !important;
    padding: 5px 10px !important;
    margin-top: -2px !important; 
    list-style-type: none;
    margin: -16px 0 0;
    text-align: center;
    border-radius: 0;
}
.req {
    color: #D70000;
    font-size: 12px;
    line-height: 1;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.grecaptcha-badge { display: none; }

/* Start: OwlSlider */
.homeSlider {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.homeSlider .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 600px;
}
.homeSlider .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}
.homeSlider .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    background: transparent;
    font-size: 0;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
}
.homeSlider .owl-theme .owl-controls .owl-buttons div:hover,
.homeSlider .owl-theme .owl-controls .owl-buttons div:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.homeSlider .owl-theme .owl-controls .owl-buttons div:before {
    content: "\f053";
    color: #FFF;
    font-family: fontAwesome;
    display: block;
    font-size: 36px;
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-controls {
    margin: 0;
}
.homeSlider .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.homeSlider .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 2px;
    background: transparent;
    border: 2px solid #FFF;
    opacity: 1;
}
.homeSlider .owl-theme .owl-controls .owl-page.active span {
    background: #FFF;
    border: 2px solid #FFF;
}
.homeSlider .owl-carousel .owl-item .item img {
    width: 100%;
    height: 100%;
}
.homeSlider .owl-carousel .owl-item,
.homeSlider .owl-carousel .owl-item .item {
    max-height: 550px;
}

.roomSlider {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 auto 30px;
    border-radius: 6px;
}
.roomSlider .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
}
.roomSlider .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}
.roomSlider .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    background: transparent;
    font-size: 0;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
}
.roomSlider .owl-theme .owl-controls .owl-buttons div:hover,
.roomSlider .owl-theme .owl-controls .owl-buttons div:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.roomSlider .owl-theme .owl-controls .owl-buttons div:before {
    content: "\f053";
    color: #FFF;
    font-family: fontAwesome;
    display: block;
    font-size: 36px;
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-controls {
    margin: 0;
}
.roomSlider .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.roomSlider .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 2px;
    background: transparent;
    border: 2px solid #FFF;
    opacity: 1;
}
.roomSlider .owl-theme .owl-controls .owl-page.active span {
    background: #FFF;
    border: 2px solid #FFF;
}
.roomSlider .owl-carousel .owl-item .item img {
    width: 100%;
    height: 100%;
}
.roomSlider .owl-carousel .owl-item,
.roomSlider .owl-carousel .owl-item .item {
    max-height: 500px;
}
/* End: OwlSlider */



@media only screen and (max-width:991px) {
    .roomimg {
        min-width: 100%;
    }

    .roomimg img {
        min-width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .roombtn .bookbtn { margin-top: 20px; }

    .roomcontwrap {
        min-width: 100%;
    }


}

@media (max-width:1200px) {
    /*.phshow .logo { top: 0; }*/
    .site-header {
        z-index: 1003;
    }

    .col-sm-6.white.text-left {
        margin-bottom: 5px !important;
    }

    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        outline: none !important
    }

    .room-box .rm-price {
        width: 50%;
    }

    .product-name {
        font-size: 18px;
    }

    .text-testimonial {
        width: 818px;
    }

    .box {
        width: 220px;
    }

    .box1 {
        width: 320px;
    }

    .main-navigation {
        margin-top: -18px;
    }

    .box-gallery {
        width: 220px;
    }

    .box.gallery.mr0 {
        margin-right: 0px !important;
    }

    .month {
        width: 100%;
    }

    .sm-block {
        width: 300px;
    }

    .sm-block::after {
        width: 180px;
        height: 180px;
    }

    .bkbtn {
        top: 35px;
    }

    .text-stay {
        width: 600px;
        font-size: 20px;
    }

    .menus {
        padding-left: 60px;
    }

    .map-size {
        width: 600px;
        height: 450px;
    }

    .book-btn1 a {
        width: 96% !important;
        margin: 2%;
    }
    .roomsec .book-btn1 a {
        width: auto !important;
        margin: 2%;
        padding: 6px 20px;
    }

    .text-center1 {
        text-align: center;
        width: 100%;
    }

    .text-left {
        text-align: center;
        width: 100%;
        padding-top: 0;
    }

    .text-right {
        text-align: center;
        width: 100%;
        padding-top: 0;
    }

    .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
        border-bottom: none !important;
        padding-bottom: 10px !important
    }

    .more {
        left: 12%;
    }

    .contactadd {
        min-height: 145px;
    }

    .middle {
        padding: 30px;
    }

    .navbar {
        min-height: 85px;
    }

    .bkbtn {
        top: 24px;
        right: 60px;
    }

    .menu-toggle {
        top: -6px;
        position: relative;
    }

    .roomimg {
        margin-left: -30px;
    }

    .roombox:nth-of-type(even) .roomimg {
        margin-right: -30px;
    }

}

/* End: 1200 */
@media (max-width:1199px) {
    .contactadd {
        min-height: 174px;
    }

    .box1:nth-child(1) {
        width: 70%;
        float: none;
        text-align: center;
    }

    .box1:nth-child(2) {
        width: 70%;
        float: none;
        text-align: center;
    }

    .lower-content {
        min-height: 610px;
    }

    .dropdown {
        top: 96px;
    }

    aside#nav_menu-2 .menu-footer-container li {
        width: 100%;
    }

    .fac-ul span {
        margin-left: 9px;
    }

    .i-shop {
        min-height: 1140px;
    }

    .roomcontwrap {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        padding: 2px 0px;
    }

    aside#custom_html-2 {
        width: 29%;
    }

    aside#custom_html-4 {
        width: 21%;
    }

    .certi1 {
        width: auto;
    }

    .weather-page .gte-950 div.aw-widget-36hour-inner div.aw-more-block, .weather-page .lt-950 div.aw-widget-36hour-inner div.aw-more-block {
        width: 100% !important;
    }

    .logo img {
        top: 0;
    }

    .postouter { max-width: initial; margin: 20px; }
    .roomsec .box1{width: 100%;}
    .roomsec .box1:first-child .product-imitation1{float: left;}
    .roomsec .box1:nth-child(4) .product-imitation1 {float: right;}

}

/* End: 1199 */
@media (max-width:991px) {
    .dropdown {
        top: 40px;
    }
    .roomsec .dropdown {
        top: 40px;
    }

    .vbc img {
        width: 100%;
    }

    .lower-content {
        min-height: 770px;
    }

    #_exitwidgetcontainer .popup-inner {
        top: 36% !important;
        width: 80% !important;
    }

    .Facilitybox {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
        width: 100%;
    }

    .acLeft {
        width: 100%;
        padding-left: 30px;
    }

    .policy-block {
        margin: 15px 0 0 30px;
        display: block;
    }

    .facpage {
        padding-top: 0;
    }

    .acRight {
        display: none;
    }

    .i-shop {
        min-height: 700px;
    }

    aside#custom_html-4 {
        width: 40%;
    }

    aside#custom_html-2 {
        width: 45%;
    }

    aside#custom_html-3 {
        width: 60%;
    }

    aside#nav_menu-2 {
        width: 25%;
    }

    .shop-event .col-md-6:nth-child(2) {
        margin-top: 20px;
    }

    .bb_resbox {
        display: inline-block;
        position: relative;
        z-index: 0;
        box-shadow: none;
        width: 100% !important;
        left: 0px;
        bottom: 0;
        margin: 0 auto;
    }

    .boxwrapper {
        background: #000;
        text-align: center;
    }

    div#bb_resBookingBox {
        background: #000000 !important;
    }

    .inn-event {
        margin-top: 30px;
    }

    .roombox {
        padding: 0px;
    }

    .roomcontwrap {
        width: 100%;
        padding: 10px 30px 30px 30px;
    }

    .roombtn {
        margin-left: 0%;
    }

    aside#nav_menu-2 .menu-footer-container li {
        width: 100%;
    }

    select.bb_combobox:focus {
        border-radius: 0px !important;
        outline: none !important
    }

    p.bbres_fieldset input.bbres_booknow {
        background: #fff !important;
        color: #a41f10 !important;
    }

    p.bbres_fieldset input.bbres_booknow:hover {
        background: #fff !important;
        color: #a41f10 !important;
    }

    .bbres_fieldset5, .bbres_fieldset6 {
        width: 49% !important
    }

    p.bbres_fieldset input.bbres_booknow {
        background: #fff !important;
        color: #a41f10 !important;
    }

    .fixed {
        position: relative;
        width: 100%;
        background: #a41f10;
        margin: 0;
        padding: 20px;
    }

    .bb_resbox p {
        line-height: 1
    }

    .fixed {
        padding: 15px;
    }

    .sec-title {
        font-size: 24px;
    }

    .navbar-header {
        float: none;
        margin-top: -10px;
    }

    .navbar-toggle {
        display: block;
        margin-top: 0;
        padding-right: 200px !important;
    }

    .nav>li {
        padding: 0
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
        background: white;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        position: relative;
        z-index: 999;
    }

    .room-box .rm-price {
        width: 60%;
    }

    .room-box .rmbkbtn .read {
        padding: 9px 31px;
    }

    .box-gallery:nth-child(2) {
        display: none;
    }

    .facilities {
        min-height: 0px;
    }

    .textbox-right {
        float: left;
        margin-top: 10px;
    }

    .text-testimonial {
        width: 603px;
    }

    .box {
        width: 169px;
    }

    .box-gallery {
        width: 215px;
    }

    .sm-block {
        width: 225px;
    }

    .sm-block::after {
        width: 170px;
        height: 170px;
    }

    .srv-text-block {
        font-size: 20px;
    }

    .text-stay {
        font-size: 20px;
        width: 400px;
    }

    .content-inner {
        padding: 120px 20px 20px 20px;
    }

    .date {
        width: 100%;
        height: 100px;
    }

    .date-center {
        top: 5%;
        position: absolute;
        left: 45%;
    }

    .month-center {
        position: absolute;
        top: 5px;
        left: 42%;
    }

    .more {
        font-size: 20px;
        left: 28%;
        margin-top: 10px;
    }

    .round {
        right: 5px;
    }

    .menub {
        width: 100%;
        text-align: center;
    }

    ul.pull-right1 {
        float: none !important;
        margin-top: 10px;
        display: inline-block;
    }

    .facilities h3 {
        font-size: 15px;
    }

    .entry-title {
        font-size: 28px;
    }

    .map-size {
        width: 450px;
        height: 450px;
    }

    .fac-ul li {
    }

    .entry-title {
        padding-top: 55px;
    }

    .sec-title {
        padding: 20px 0px 10px;
    }

    .roomcnt {
        padding: 0 0 10px;
    }

    .fac-ul {
        padding: 0;
    }

    .middle {
        padding: 15px;
    }

    .roomimg {
        margin-left: 0;
    }

    .roombox:nth-of-type(even) .roomimg {
        margin-right: 0;
    }

    .attractions-Block {
        width: calc(50% - 20px);
    }

    .contact-form h3 {
        font-size: 24px;
    }

    .contactMap {
        margin: -20px 0 30px;
    }
    .attractContainer { flex-direction: column-reverse; }
    .attractRight { margin: 0 auto 15px; width: auto; }
    .attractLeft { width: 100%; text-align: center; }
    .attractContainer h3:after { margin: 5px auto 0; width: 100px; }
    .attractContainer h3:before { margin: 0 auto; }
    .homeSlider .owl-carousel .owl-item .item img { min-height: 450px; height: 100%; width: 100%; }

}
/* End: 991px */
@media (max-width:850px) {
    .fixed {
        top: 5px;
    }

}

@media (max-width:809px) {

    /*    .bb_resbox h2 {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    }*/
}

@media (max-width:767px) {
    figure.wp-caption.alignright, img.alignright{width: 100%;}
    .inner h1{font-size: 24px;}
    .navbar { min-height: 84px; }
    .roomsec .product-imitation1 {width: 100%;}
    .roomsec .dropdown h3 {margin: 0 auto 10px;text-align: center;}
    .roomsec .room-info {
        padding: 0 0 15px 20px;
        text-align: left;
        display: block;
        margin: 0 auto;
        width: 160px;
    }
    .roomsec .room-info li {
        margin-left: 0;
        position: relative;
        padding-left: 30px;
    }
    .roomsec .room-info li:before {
        position: absolute;
        left: 0;
    }
    .dropdown {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0;
        background: #000;
        text-align: left;
        padding: 20px 0 20px 30px;
    }
    .roomsec .dropdown {
        width: 100%;
        text-align: center;
    }
    .book-btn1 {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .roomsec .book-btn1 a {
        margin: 0%;
    }

    .box1 img.alignnone.size-full {
        width: 100%;
    }

    .box1:nth-child(2) img.alignnone.size-full {
        width: 100%;
        float: none;
    }

    .room-info {
        padding: 10px 0 10px 20px;
    }

    .box1:nth-child(2) .dropdown {
        left: 0;
        right: inherit;
    }

    .book-btn1 a {
        width: 40% !important;
        margin: 0%;
    }

    .room-info li:before {
        left: 34px;
    }

    form.contactform:before {
        content: "Contact Us";
        padding-bottom: 20px;
        font-size: 30px;
        display: none;
    }

    .facpage .col-md-4.col-sm-6.col-xs-12:nth-child(15) .facilities {
        margin-bottom: 55px !important;
    }

    .footer-btm {
        -webkit-flex-flow: column;
        flex-flow: column;
        text-align: center;
        padding: 0;
    }

    .lower-content .upper-box {
        position: relative;
        padding: 30px 20px 20px 20px;
    }

    .room-inner {
        margin: 0px !important;
    }

    .aboutus1 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }

    .o-menu img {
        width: 100% !important;
    }

    .post-82 .entry-content {
        padding: 0 !important;
    }

    .post-279 .entry-content {
        padding: 0 !important;
    }

    .heading, .heading1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .testibg {
        background: #F4F4F4;
        margin-bottom: 0;
        padding: 0px 0 40px 0;
    }

    .roombtn {
        margin-bottom: 0;
    }

    .post-40 .entry-content {
        padding-bottom: 10px;
    }

    .owl-carousel-item-text h3 {
        margin-top: 10px;
        font-size: 16px;
    }

    .sidebar-container .widget-title {
        padding: 0;
        margin: 0 0 15px;
    }

    li.parsley-required {
        padding: 7px;
    }

    .pt {
        margin-top: 0;
    }

    .product-name {
        min-height: 0;
    }

    .entry-title {
        margin: 0;
        padding-top: 55px;
    }

    .Facilitybox {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
        width: 100%;
    }

    .site-footer .widget {
        width: 100%;
    }

    .services .center {
        text-align: center;
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }

    .fac-ul li {
        width: 50%;
    }

    .lower-content {
        min-height: auto;
    }

    .contactform {
        margin-top: 20px !important;
        margin-bottom: 30px;
    }

    .contactMap {
        margin: 0 0 30px;
    }

    .contactform .form-group:nth-child(1) {
        margin-top: 20px;
    }

    .ct p {
        text-align: center
    }

    #last {
        padding: 30px 10px;
    }

    .rm-details p {
        text-align: center
    }

    .product-price2 {
        font-size: 24px;
    }

    .product-name {
        font-size: 20px;
        margin: 8px 0;
    }

    .contactadd {
        min-height: 0
    }

    #mapDiv {
        width: 100% !important
    }

    .restaurant .lower-content {
        min-height: auto;
    }

    aside#nav_menu-2 .menu-footer-container li {
        padding: 5px 0;
        width: 100%;
        float: left;
    }

    .site-title {
        font-size: 24px !important
    }

    /*.navbar{min-height: 25px;}*/
    ul.nav-menu, div.nav-menu > ul {
        margin-right: 0 !important
    }

    .menu-toggle {

        /*top: -67px;*/
        right: 0px;
        position: absolute;
    }

    /*.bkbtn{top:-32px;}*/
    .mt30 {
        margin-top: 20px;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .newsletter {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .text-left {
        text-align: center;
    }

    .text-center ul {
        display: inline-block;
    }

    .text-testimonial {
        width: 585px;
    }

    .box {
        width: 220px;
    }

    .hentry-top-bg {
        height: 70px;
    }

    .entry-header {
        margin-top: 0
    }

    .margin0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .box-gallery {
        width: 250px;
    }

    .box.gallery.mr0 {
        margin-right: 5px !important;
        margin-left: 12px;
    }

    .sm-block {
        width: 300px;
        margin: 10px;
    }

    .sm-block::after {
        width: 160px;
        height: 160px;
    }

    .srv-text-block {
        font-size: 18px;
    }

    .margin0 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .aboutus {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .mt80 {
        margin-top: 80px;
    }

    #gallery {
        padding-bottom: 30px;
    }

    .text-stay {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-menu {
        text-align: center;
    }

    .testimonial {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .offers {
        padding-top: 30px;
    }

    .content-box-wrap {
        padding-bottom: 30px;
    }

    #gallery {
        padding-top: 30px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .services {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #rooms {
        padding-top: 30px;
    }

    .mb60 {
        margin-bottom: 50px;
        padding: 0;
    }

    ul.pull-right1 {
        float: none !important;
        margin-top: 10px;
    }

    .content-inner {
        min-height: 250px;
    }

    .textbox-right {
        text-align: center;
        float: none;
    }

    .join {
        float: none;
        margin-left: -3px;
        padding: 12px;
    }

    .booking {
        width: 100%;
        background: #a41f10;
    }

    #slider {
        padding-bottom: 45px;
    }

    .btn-white {
        background: #148EA6;
        color: white;
        border: none;
    }

    .slider-img img {
        min-width: 100%;
        min-height: auto;
    }

    .adult-width {
        width: 31%;
    }

    .child-width {
        width: 31%;
    }

    .night-width {
        width: 31%;
    }

    .night-width-1 {
        width: 100%;
    }

    .child-width-1 {
        width: 100%;
    }

    .adult-width-1 {
        width: 100%;
    }

    .center {
        text-align: center;
        float: left;
    }

    .slider-img img {
        max-height: 300px;
    }

    .accomodation div#carousel-example-generic-accomodation, div#carousel-example-generic-abtus {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .item img {
        width: 100%;
        height: 100%;
    }

    .contactadd {
        padding: 10px;
        margin-bottom: 10px;
    }

    .more {
        position: absolute;
        top: 55%;
        left: 25%;
        font-size: 16px;
    }

    .more-icon {
        position: absolute;
        top: 40%;
        left: 42%;
    }

    .both {
        text-align: center;
        width: 320px;
        margin: auto
    }

    .ht {
        height: 280px;
    }

    .room-box .rm-price {
        width: 50%;
        bottom: 0
    }

    #sl {
        width: 150px;
    }

    .ad + .ad {
        margin-left: 18px;
    }

    .map-size {
        width: 100%;
        height: 450px;
    }

    .carousel-indicators, .dot {
        bottom: 30px;
    }

    .room-box .rmbkbtn .read {
        position: relative;
        float: none;
        margin: 0;
    }

    .rmbkbtn {
        text-align: center;
        margin-top: 30px;
    }

    .box1 {
        width: 370px;
    }

    .site-main {
        min-height: 600px;
    }

    aside#custom_html-4, aside#custom_html-2, aside#custom_html-3, aside#nav_menu-2 {
        width: 100%;
    }

    .attractions-Block {
        width: calc(50% - 20px);
    }

    .sidebar {
        margin: 30px 0 0;
    }

    .rally-list p span:first-child {
        margin-right: 10px;
    }

    .policy-page ul {
        padding: 0 0 0 20px;
    }

    div.aw-widget-36hour-inner {
        min-width: inherit !important;
    }

    .helpful-page h2, .direction-page h2, .weather-page h2 {
        font-size: 20px;
    }

    .gallerypage .b-hall {
        font-size: 24px;
        margin-top: 30px;
    }

    .attraction-page {
        margin-top: -35px;
    }

    .contactadd p {
        font-size: 16px;
        line-height: 1.6em;
    }

    .contactadd p.phone .fa, .contactadd p.fax .fa {
        top: 3px;
    }

    .header-outer {
        height: auto;
    }

    .aboutbg p {
        font-size: 14px;
    }

    .policy-block h3 {
        font-size: 20px;
    }

    .policy-block li {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .service-content > span {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .service-content > h3 {
        margin-top: 0;
    }

    .attractions-Block p {
        line-height: 1.6em;
        margin: 0 5px 5px;
    }

    .attractionRaw {
        margin-top: 40px;
    }

    .attractions-Block .attraction-title {
        font-size: 14px;
    }

    .contact-icon ul li {
        padding-left: 15px;
    }

    .contact-icon ul li em {
        font-size: 24px;
        top: 2px;
    }
    .roomimg img {border-radius: 10px 10px 0 0;}
    .roombox {border-radius: 10px;}
    .attractContainer h3 { font-size: 24px; }
    .headSep { font-size: 24px; }
    .postlistwrap .inner { margin: 0 0 15px; }
    .amContent {text-align: center; margin: 0 0 40px;}
    .amContent .headSep:before {margin: 0 auto;}
    .amContent .headSep:after {margin: 5px auto 0;width: 100px;}
    div#TA_cdsratingsonlywide10 { display: none; }
    .nav-links { max-width: initial; margin: 0 20px; padding: 0 0 30px;}
    .logo img { max-width: 100%;}
    .roomsec .dropdown {top: 0;}
    .service-content {min-height: initial;}
    .homeSlider .owl-theme .owl-controls .owl-buttons div:before,
    .roomSlider .owl-theme .owl-controls .owl-buttons div:before { font-size: 24px; }
    .homeSlider .owl-theme .owl-controls .owl-buttons,
    .roomSlider .owl-theme .owl-controls .owl-buttons { top: 40%; transform: translateY(-40%); }
    .homeSlider .owl-carousel .owl-item .item img { min-height: 360px; height: 100%; width: 100%; }
    .roomSlider .owl-carousel .owl-item .item img { min-height: 360px; height: 100%; width: 100%; }

}
/* End: 767 */
@media (max-width:720px) {
    .mid {
        width: 500px;
        margin: auto;
    }

}

@media (max-width:715px) {
    .text-testimonial::after {
        display: none;
    }

    .text-testimonial {
        border: none;
    }

    .quote {
        display: none
    }

    .content-inner {
        min-height: 315px;
    }

    .next-prev {
        float: none;
    }

    .left-ar {
        top: 40%
    }

    .right-ar {
        top: 40%;
    }

    .carousel-indicators, .dot {
        bottom: 50px;
    }

}

@media (max-width:650px) {
    .carousel-indicators, .dot {
        bottom: 50px;
    }

    .facpageOuter {
        width: 100%;
        margin: 0 0 40px;
    }

    .facpageOuter:nth-of-type(2n+1) {
        margin-left: initial;
    }
    .facilities {
        padding: 0;
    }

    .facilities h3 {
        text-align: center;
    }

    .acLeft {
        padding-left: 0;
    }

    .facpageOuter:last-of-type {
        /*margin-bottom: 0;*/
    }

    .facilities .fac-img {
        position: relative;
        margin: 0 auto 15px;
    }


}

@media (max-width:630px) {
    .content-box {
        width: 100%;
    }

    .content-inner {
        min-height: inherit;
    }

    .carousel-indicators, .dot {
        bottom: 60px;
    }

    .nemus-direction-nav a {
        width: 45%;
    }
    .bb_resbox p {
        margin: 8px 0px;
        width: 100%;
    }

}

@media (max-width:600px) {
    .heading, .heading1 {
        font-size: 24px;
    }

    .box-gallery:nth-child(1) {
        display: inline-block;
    }

    .box-gallery:nth-child(2) {
        display: inline-block;
    }

    .bbres_fieldset6, .bbres_fieldset5 {
        width: 100% !important;
    }

    .text-testimonial {
        width: 450px;
    }

    #sl {
        width: 150px;
    }

    .ad + .ad {
        margin-left: 17px;
    }

    .ht {
        height: 230px;
    }

    .pc {
        font-size: 24px;
    }

    .carousel-indicators, .dot {
        bottom: 40px;
    }

    .product-name {
        font-size: 18px;
    }
    #topbar { display: none; }

}

@media (max-width:580px) {
    .site-title {
        font-size: 20px !important;
        padding: 0
    }

    #sl {
        width: 130px;
    }

    .ad + .ad {
        margin-left: 16px;
    }

    .img_wrapper a img {
        margin: 10px;
    }

    .gallery-rooms h2 {
        font-size: 20px;
    }

    .attractions-Block {
        width: calc(100% - 20px);
    }

    .roomcontwrap {
        padding: 10px 20px 20px 20px;
    }
    .logo { margin-top: 20px; max-width: 260px; }

}

@media (max-width:555px) {
    .menu-toggle {
        position: absolute;
    }

    input#eZ_chkin {
        width: 100% !important;
    }

    input#eZ_chkout {
        width: 100% !important;
    }

    .services .center {
        text-align: center;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .menu-toggle {
        padding: 34px 120px 0px 0px;
    }

    .content-inner {
        min-height: inherit;
    }

    .more {
        top: 55%;
    }

    .more-icon {
        top: 40%;
    }

    .left-ar {
        top: 30%
    }

    .right-ar {
        top: 30%;
    }

    #sl {
        width: 110px;
    }

    .ad + .ad {
        margin-left: 9px;
    }

    .site-title {
        width: 250px !important;
    }

    .read-btn {
        font-size: 16px;
    }

    .img_wrapper a img {
        margin: 10px 0px 10px 0px;
        width: 100%;
    }

}

@media (max-width:520px) {
    #_exitwidgetcontainer .popup-inner {
        top: 36% !important;
        width: 98% !important;
    }

    .cfull-head h3 {
        font-size: 18px;
    }

    .looker_booker .read-btn {
        font-size: 14px !important;
    }

    .mid .center {
        margin-top: 10px;
    }

    /*.heading, .heading1 { margin: 0px 0px 5px; }*/
    .logo {
        box-shadow: none;
    }

    
    .adult-width {
        width: 27%;
    }

    .child-width {
        width: 27%;
    }

    .night-width {
        width: 27%;
    }

    .ad + .ad {
        margin-left: 36px;
    }

    .pc {
        font-size: 18px;
    }

    .carousel-indicators, .dot {
        bottom: 50px;
    }

    .box1 {
        width: 300px;
        margin-bottom: 15px;
    }

    .fac-ul li {
        width: 100%;
    }

    .sec-title {
        text-align: left;
    }

    .rmbkbtn {
        text-align: left;
    }

    iframe {
        width: 100%;
        height: 300px;
    }

    .fac-ul {
        max-height: 285px;
        overflow: hidden;
    }
    #topbar { display: none; }


}

@media (max-width:505px) {
    .entry-header {
        min-height: 100px;
    }

    .entry-title {
        padding-top: 31px;
        padding-bottom: 30px;
    }

    .museum li {
        width: 100%;
    }

    .attractions h2 {
        font-size: 20px;
    }

    aside#custom_html-4 {
        width: 100%;
    }

    aside#custom_html-2 {
        width: 99%;
        margin-top: 0;
    }

    aside#custom_html-3 {
        margin-top: 20px;
    }

    aside#custom_html-5 {
        width: 100%;
        margin-top: 20px;
    }

    aside#nav_menu-2 {
        width: 100%;
        margin-top: 20px;
    }

    .vbc-1 h2 {
        font-size: 18px;
    }

    .dir h2 {
        font-size: 20px;
    }

    .mar {
        margin-bottom: -25px;
        margin-top: -25px;
    }

    #nemus-slider-145 {
        display: none;
    }

    .ad + .ad {
        margin-left: 35px;
    }

    .ht {
        height: 200px;
    }

    .navbar-header a {
        font-size: 20px;
    }

    .mid {
        width: 280px;
        margin: auto;
    }

    .footer-menu li {
        display: block;
        padding-bottom: 15px;
    }

    .sec-title {
        font-size: 20px;
    }

    .room-box .rmbkbtn .read {
        padding: 9px 20px;
    }


}

@media (max-width:480px) {
    .carousel-indicators, .dot {
        bottom: 40px;
    }

    .facilities {
        padding: 0;
    }

    .facilities h3 {
        text-align: center;
    }

    .acLeft {
        padding-left: 0;
    }

    .facpageOuter:last-of-type {
        /*margin-bottom: 0;*/
    }

    .facilities .fac-img {
        position: relative;
        margin: 0 auto 15px;
    }

    .policy-block {
        margin: 40px 15px 0;
    }

    .policy-block h3 {
        text-align: center;
        margin: 0 auto 30px;
    }

    .policy-block h3:after {
        margin: 5px auto 0;
        width: 100px;
    }

    .policy-block h3:before {
        margin: 0 auto;
    }

    .attractionpage h2 {
        font-size: 24px;
    }

    .attractions-Block {
        margin: 0 0 20px;
    }

    .attractions-Block p {
        line-height: 1.6em;
        margin: 0 5px 5px;
    }

    .attractions-Block:last-of-type {
        margin-bottom: 0;
    }

    .attractionRaw {
        margin-top: 40px;
    }
    .certi2 { display: block; }
    .logo { margin-top: 22px; max-width: 200px; }
    .roomsec .book-btn1 a {
        width: 60% !important;
    }
    .homeSlider .owl-carousel .owl-item .item img,
    .roomSlider .owl-carousel .owl-item .item img { min-height: 210px;}

}
/* End: 480 */

@media (max-width:460px) {
    .local {
        margin-top: 0;
    }

    .header-top pull-right {
        float: left !important;
    }

    .text-testimonial {
        width: 380px;
    }

    .box1 {
        width: 300px;
    }

    .room-box .rm-price {
        width: 55%;
    }

    .product-imitation1 img {
        width: 300px;
    }

    .block-info {
        float: none;
    }

    .center {
        text-align: center;
    }

    .ad + .ad {
        margin-left: 25px;
    }

    .ht {
        height: 180px;
    }

    .carousel-indicators, .dot {
        bottom: 30px;
    }

}

@media (max-width:420px) {
    #sl {
        width: 68px;
    }

    .adviser {
        padding-bottom: 5px !important;
    }

    .room-box .rm-price {
        width: 55%;
    }

    ul.pull-right {
        display: inline-block;
        float: none !important;
        padding-top: 3px;
    }

    .header-top li {
        padding-bottom: 0;
        padding-top: 0;
        float: none;
        width: 187px;
        margin: auto;
    }

    .topmenu {
        width: 250px;
        margin: auto;
        text-align: center;
    }

    ul.lf {
        text-align: center;
        float: none !important
    }

    ul.pull-right li {
        float: left;
    }

    .logo {
        box-shadow: none;
        width: 130px;
        margin: 1px;
        vertical-align: middle;
        top: 28px;
        max-height: 81px;
        overflow: hidden;
    }

    .logo img {
        margin: 0;
        max-height: initial;
        box-shadow: none;
        max-width: 100%;
    }
    .contact-icon ul li span a { white-space: normal; }
    .contact-icon ul li {padding-left: 10px;}
    .contact-icon ul {padding-left: 30px;}
    .contact-icon ul li em, 
    .contact-icon ul li .fa { 
        font-size: 20px;
        top: 3px;
        width: 24px;
        overflow: hidden;
        display: block;
    }

}

@media (max-width:410px) {
    .fixed {
        margin-left: 0px;
    }

    .textbox {
        width: 235px;
    }

    .ad + .ad {
        margin-left: 10px;
    }

    .text-stay {
        width: 300px;
    }

    .sm-block {
        width: 300px;
    }

    .sm-block.mr0 {
        margin-right: 12px !important;
    }

    .ad + .ad {
        margin-left: 25px;
    }

    .ht {
        height: 160px;
    }

}

@media (max-width:380px) {
    .sidebar-container .widget {
        padding: 0 !important;
    }

    .looker_booker .read-btn {
        padding: 11px 6px !important;
    }

    .h-links h2 {
        font-size: 18px;
        margin: 15px 0;
    }

    .footer {
        padding: 10px;
    }

    .room-box .rmbkbtn .read {
        float: none
    }

    .both {
        width: 277px;
    }

    .ht {
        height: 140px;
    }

    .room-box .rm-price {
        width: 70%;
    }

    .carousel-indicators, .dot {
        bottom: 20px;
    }

    .site-title {
        font-size: 16px !important;
        width: 130px !important;
    }

    .bkbtn {
        font-size: 12px;
    }

    a.home-link.logo .img-responsive {
        width: 115px;
    }

    .menu-toggle {
        font-size: 22px !important;
    }

    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        padding: 34px 10px 0px 0px !important;
    }

    .bkbtn {
        right: 45px;
    }

    .room-box .rmbkbtn .read {
        font-size: 14px
    }

    .read-btn {
        font-size: 14px;
    }

    .trip-btn {
        width: 250px !important;
    }

}

@media (max-width:360px) {
}

@media (max-width:345px) {
    .book-btn1 a {
        width: 83% !important;
        padding: 4px 0;
    }

    .product-name {
        font-size: 16px;
    }

    .more {
        font-size: 14px;
    }

    .sm-block {
        margin-right: 0;
        width: 260px;
    }

    .box1 {
        width: 80%;
        /*width: 260px;*/
    }
    .box1:nth-child(1),
    .box1:nth-child(2) {
        width: 80%;
    }

    .product-imitation1 img {
        width: 260px;
    }

    .ad + .ad {
        margin-left: 15px;
    }

    .menu-toggle {
        font-size: 22px !important;
    }

    .box-gallery {
        width: 210px;
    }

}

@media (max-width:428px) {
    #topbar {
        display: none;
    }

    .navbar {
        min-height: 80px;
    }

    .bkbtn {
        top: 22px;
    }

    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        padding: 32px 10px 0px 0px !important;
    }

    .logo img {
        margin-top: 0;
    }

}

@media (max-width:320px) {
    .text-testimonial {
        width: 290px;
    }

    .mt80 {
        margin-top: 90px;
    }

    .sm-block {
        width: 270px;
        margin: 0
    }

    .sm-block.mr0 {
        margin-right: 0px !important;
    }

    .text-stay {
        width: 290px;
        font-size: 14px;
    }

    .heading, .heading1 {
        font-size: 18px;
    }

    .content-tittle {
        font-size: 16px;
    }

    .content-text {
        font-size: 14px;
    }

    .text-block h3 {
        font-size: 20px;
    }

    .topmenu {
        width: 200px;
    }

    .ad + .ad {
        margin-left: 25px;
    }

}

@media (max-width:600px) {
    .box-gallery:nth-child(5) {
        display: none !important;
    }

    .box-gallery:nth-child(4) {
        display: none !important;
    }

    .nemus-direction-nav a:before {
        font-size: 25px !important;
    }

}

.nemus-slider.controls-inside .nemus-direction-nav .nemus-prev {
    left: 15px !important;
}

.nemus-slider.controls-inside .nemus-direction-nav .nemus-next {
    right: 15px !important;
}

li.parsley-required {
    margin: 0 !important;
}

li.parsley-required {
    background: #FFC9C9;
    color: #832020;
    padding: 5px 10px !important;
    margin-top: -2px;
    list-style-type: none;
    margin: -16px 0 0 -41px;
    text-align: center;
}


/* Attraction Page CSS */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    display: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.local-attractions-list-page .slick-slider .slick-slide {
    height: 100%;
}

.local-attractions-list-page .slick-slider .slick-list {
    height: 100%;
}

.local-attractions-list-page .slick-slider .slick-track {
    height: 100%;
}

.local-attractions-list-page .slick-slider .slick-next {
    color: #fff;
    margin-top: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 40pt;
}

.local-attractions-list-page .slick-slider .slick-next:before {
    font-family: serif;
    content: '\203a';
    color: #fff;
    font-size: 60pt;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.local-attractions-list-page .slick-slider .slick-next:before:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.local-attractions-list-page .slick-slider .slick-next:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.local-attractions-list-page .slick-slider .slick-prev {
    color: #fff;
    margin-top: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 40pt;
}

.local-attractions-list-page .slick-slider .slick-prev:before {
    font-family: serif;
    content: '\2039';
    color: #fff;
    font-size: 60pt;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.local-attractions-list-page .slick-slider .slick-prev:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.local-attractions-list-page .slick-slider .slick-dots {
    bottom: -40px;
}

.local-attractions-list-page .page-header {
    margin: 0;
}

.local-attractions-list-page .map {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.local-attractions-list-page #local-attractions-list {
    text-align: left;
    margin: 0;
    width: 100%;
}

.local-attractions-list-page #local-attractions-list .header {
    height: 40px;
}

.local-attractions-list-page #local-attractions-list .header h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.local-attractions-list-page #local-attractions-list .list {
    height: 350px;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.local-attractions-list-page #local-attractions-list .list .local-attraction-item a {
    padding: 15px;
    width: 100%;
    display: block;
}

.local-attractions-list-page #local-attractions-list .list .local-attraction-item.active {
    background-color: #eee;
}

.local-attractions-list-page #local-attractions-list .list-panel {
    min-height: 550px;
}

.local-attractions-list-page #local-attractions-carousel .controls {
    height: 40px;
}

.local-attractions-list-page #local-attractions-carousel .controls a:hover {
    text-decoration: none;
}

.local-attractions-list-page #local-attractions-carousel .controls .btn-prev {
    float: left;
}

.local-attractions-list-page #local-attractions-carousel .controls .btn-next {
    float: right;
}

.local-attractions-list-page #local-attractions-carousel .carousel-inner {
    border: 1px solid #ccc;
    min-height: 550px;
}

.local-attractions-list-page #local-attractions-carousel .carousel-inner .item {
    margin: auto;
    padding: 15px;
}

.local-attractions-list-page #local-attractions-carousel .carousel-inner .item label {
    display: block;
}

.local-attractions-list-page #local-attractions-carousel .carousel-inner .item .name {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.local-attractions-list-page #local-attractions-carousel .carousel-inner .item .desc {
    margin-bottom: 30px;
}

.local-attractions-list-page #local-attractions-carousel .carousel-inner .item .address {
    margin-bottom: 30px;
}

.local-attractions-list-page #local-attractions-carousel .carousel-inner .item .btn {
    width: auto;
    font-size: 14px;
}

@media (min-width:768px) {
    .local-attractions-list-page .map {
        height: 300px;
        width: 100%;
        margin-bottom: 20px;
    }

    .local-attractions-list-page .slick-slider .slick-prev:before {
        font-size: 40pt;
    }

    .local-attractions-list-page .slick-slider .slick-next:before {
        font-size: 40pt;
    }

}

@media (min-width:992px) {
    .local-attractions-list-page .slick-slider .slick-prev:before {
        font-size: 50pt;
    }

    .local-attractions-list-page .slick-slider .slick-next:before {
        font-size: 50pt;
    }

}

@media (min-width:1200px) {
    .local-attractions-list-page .slick-slider .slick-prev:before {
        font-size: 60pt;
    }

    .local-attractions-list-page .slick-slider .slick-next:before {
        font-size: 60pt;
    }

}

.place-name {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navigate {
    width: 56px;
}

.navigate-icon {
    border: 0;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 5px auto 1px;
    background: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
}

.custom-page .page-header {
    margin: 0 0 30px;
}

.custom-page .sub-nav {
    margin: 30px auto 0px;
    display: table;
}

.custom-page .mobile-select {
    margin: 30px auto 0px;
}

.custom-page .mobile-select .form-group {
    width: 100%;
}

.datepicker {
    z-index: 9999999 !important;
}

.datepicker.dropdown-menu {
    width: 400px;
    height: 300px;
}

.datepicker.dropdown-menu tbody {
    height: 180px;
}

.datepicker.dropdown-menu tbody button {
    outline: none;
    border: 0;
    height: 30px !important;
    width: 45px !important;
    text-align: center;
    padding: 0;
}

.datepicker.dropdown-menu .btn span {
    padding-left: 8px;
}

.datepicker.dropdown-menu .btn:after {
    content: "";
}

.datepicker.dropdown-menu .btn-primary {
    outline: none;
    border: 0;
    border-radius: 0;
    height: 25px;
    width: 20px;
}

.datepicker.dropdown-menu .btn-default {
    outline: none;
    border: 0;
    border-radius: 0;
}

.datepicker.dropdown-menu .btn-info {
    outline: none;
    border: 0;
    border-radius: 0;
}