body,
html{
    height: 100%;
    color: #767676;
    font-family: Arial;
}
body,
html,
h3 a,
h4 a{
    font-size: 14px;
}
h1,
#footershare{
    font-size: 20px;
}
h2,
h3,
.slider-item-label{
    font-size: 18px;
    line-height:20px;
}
h4,
h5,
article p,
article a{
    font-size: 16px;
}
.locationInfoWindow h3,
.reviewnew,
#footertop,
#footertop .help-inline,
#footerbottom ul li,
#footerbottom ul li a,
#footerbottom ul span,
#footerbottom p span,
#footerbottom p span a,
#footerbottom p.contact-links span a,
.tabModalLeftBlock a.accordion-toggle span,
.tabModalLeftBlock a.accordion-toggle span,
.tabModalLeftBlock a.accordion-toggle:active span,
.tabModalLeftBlock a.accordion-toggle:focus span{
    font-size: 12px;
}
#header_top,
.tabModalListItemTitle p:first-child{
    font-size: 11px;
}
/*#mainmenu a{
    font-size: 12px;
}*/

h1,h2,h3,h4{
    color: #a59872;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#wrap{
    position: relative;
}
a,
a:hover{
    text-decoration: none;
    color:#000;
}
a:hover,
a:active,
a:focus,
a{
    outline: none;
}
#logo{
    float: left;
    margin-bottom: 16px;
}
#header_top,
#header_top span,
#header_top a{
    height: 23px;
    text-align: right;
    color: #666666;
}

#header_top a.meteoHighlight{
    text-transform: capitalize;
    color: #a59872;
    text-decoration: none;
}
#header_top a.dropdown-toggle{
    background: url('../img/ico-world.png') no-repeat top left;
    background-size: 14px 14px;
    padding-left: 17px;
}
#header_top a.dropdown-toggle:hover,
#header_top a.dropdown-toggle:focus{
    text-decoration: none;
}
#header_top a:hover{
    color: #a2946a;
}
.dropdown-menu{
    min-width: 0px;
    background-color: #ebe6dc;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu li,
.dropdown-menu a{
    color: #353535;
    display: block;
    text-align: center !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #a2946a !important;
    background-image: none !important;
    filter: none !important;
}

#book_top {
    margin-top: 20px;
    margin-bottom: 20px;
    right: 0px;
}
#mainmenu ul{
   margin: 0 0 6px 0;
}
#mainmenu ul li{
    display: inline-block;
    padding: 0;
    margin: 0 10px 3px 10px;
}
#mainmenu ul li:last-child{
    margin-right: 0px;
}
#mainmenu ul li a{
    padding: 0 0 2px 0;
    text-decoration: none;
    color: #515050;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li.active-item a{
    /*border-bottom:4px solid #b3a680;*/
    /*color: #a2946a;*/
}
#menu-underline {
    position: absolute;
    z-index: -1;
    width: 20px; 
    height: 4px; 
    background: #b3a680;
    opacity: 0;
    border-radius: 3px 3px 0 0;
}

#footer{
    width:100%;
    background-color: #727272;
     
}
#footertop{
    background-color: #d1d1d1;
    text-align: center;
    padding: 5px 0;
    margin-top: 20px;
}
#footertop hr{
    margin: 0;
    height: 4px;
    border: 0;
    color: #e4e4e4;
    background-color: #e4e4e4;
}
#footertop form{
    margin: 5px 0;
}
#footertop form select,
#footertop form label,
#footertop form input {
    margin: 3px 0;
    padding: 4px 2px;
    border-radius:0;
    color: #515050;
}
#footertop form label{
    cursor: default;
    vertical-align: middle;
}
#footertop form input[class*="date"]{
    width: 75px;
    height: 15px;
    border-right-color: transparent;
}
#footertop form select {
    margin-right: 8px;
}
#footertop form span.add-on {
    height: 23px;
    width: 23px;
    margin: 4px 8px 4px 0;
    padding: 0;
    border: none;
    border-radius:0;
    background: url('../img/ico-calendar.png') no-repeat center #fff;
    cursor: pointer;
}
#footertop form input.date {
    margin-right: 0;
}
#footertop form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 100%;
    background: url('../img/ico-arrow.png') no-repeat 23px 7px #fff;
}
#footertop form input{
    text-align: center;
}
#footertop form .input-small {
    width: 140px;
    height: 15px;
}
#footertop form .input-mini {
    width: 40px;
    height: 25px;
    text-align: center;
}
#footertop form .btnsubmit{
    padding: 6px 13px;
}
#footertop form .help-inline{
    text-align: left;
    line-height: 12px;
    color: #515050;
    max-width: 74px;
}

#footerbottom{
    text-align: center;
    color: #fff;
}
#footerbottom hr{
    margin: 5px 0;
    height: 1px;
    border: 0;
    color: rgba(255,255,255,.3);
    background-color: rgba(255,255,255,.3);
}
#footerbottom hr.large{
    margin: 15px 0;
}
#footerbottom hr.large.transparent{
    color: rgba(255,255,255,0);
    background-color: rgba(255,255,255,0);
}
#footershare{
    margin: 22px 0px 20px;
    font-weight: bold;
}
#footersharelist{
    margin: 0;
    list-style: none;
}
#footersharelist li{
    margin: 0;
    display: inline-block;
}
#footersharelist a{
    display:block;
    width:35px;
    height:35px;
    background: #727272;
}
#footersharelist li a.sharemail{
    background: url('../img/share-mail.png') no-repeat left top;
}
#footersharelist li a.shareinstragram{
    background: url('../img/share-instragram.png') no-repeat left top;
}
#footersharelist li a.sharetwitter{
    background: url('../img/share-twitter.png') no-repeat left top;
}
#footersharelist li a.sharefacebook{
    background: url('../img/share-facebook.png') no-repeat left top;
}
#footersharelist li a.sharepinterest{
    background: url('../img/share-pinterest.png') no-repeat left top;
}
#footersharelist li a.sharegoogle{
    background: url('../img/share-google.png') no-repeat left top;
}
#footersharelist li a.sharetripadvisor{
    background: url('../img/share-tripadvisor.png') no-repeat left top;
}
#footersharelist li a.sharefoursquare{
    background: url('../img/share-foursquare.png') no-repeat left top;
}
#footersharelist li a:hover,
#footersharelist li a:active{
    background-position: 0 -35px;
}
#subscribeform{
    margin: 15px 0;
}
#subscribeform input{
    max-width: 90%;
    margin:2px;
    padding:1px 5px 1px 5px;
    border-radius: 0;
    font-style: italic;
    color: #515050 !important;
}
#subscribeform .subscribeform-message span{
    font-weight: Bold;
    line-height: 28px;
    color: #fff;
    padding:5px 50px;
    background: rgba(163, 148, 107, 1);
    border-radius: 0;
}
#subscribeform .subscribeform-message span.error{
    background: #f00;
}
.btnsubmit{
    padding: 6px 20px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: #b3a680;
}
.btnsubmit:focus,
.btnsubmit:active,
.btnsubmit:hover{
    color: #ffffff;
    background: #a2946a;
}
.btnsubmit,
.btnsubmit:hover{
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
#footerbottom ul li,
#footerbottom ul li a,
#footerbottom ul span,
#footerbottom p span,
#footerbottom p span a{
    min-height: 0px;
    color: #FFF;
}
#footerbottom ul#infolist{
    margin:0;
    padding:0 0 35px;
}
#footerbottom [class*="row"]{
    margin: 0;
}
#footerbottom a{
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
#footerbottom a:hover{
    color: #a2946a;
}
#infolist a:hover{
    text-decoration: none;
}
#footerbottom [class*="contact"] span{
    padding: 0 1%;
    margin: 5px 0;
    width: 47%;
}
#footerbottom p[class*="contact"] span:first-child{
    text-align: right;
}
#footerbottom p[class*="contact"] span:last-child{
    text-align: left;
}
#footerbottom p.contact span:last-child{
    border-left: 1px solid #fff;
}
#footerbottom p.contact-links{
    margin-top: 8px;
}
#footerbottom p.contact-links span a{
    font-weight: bold;
    text-decoration: underline;
}
#footerbottom p.contact-links span img{
    margin-right: 8px;
}

#content{
  
  position:relative;  
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

div.left{
    float: left;
}
div.clear{
    clear: both;
}
.text-right{
    text-align: right;
   
}
span.group{
    display: inline-block;
}

.starButton
{
    background: url('../img/ico-star.png') no-repeat left 3px;
    cursor: pointer;
}
.starButton a:hover
{
    text-decoration: none;
    color: #767676;
}
.starButton p:hover 
{
    color: #767676;
}
.starButton p,
.starButton a{
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.starButton p,
.starButton a
{
    padding-left: 18px;
    font-weight: bold;
    color: #a59872;
}
.titleLine
{
    background-color: #b3a680;
    margin-top: 2px;
    height: 1px;
    border: 1px;
}
.goldLine
{
    background-color: #b3a680;
    width: 100%;
    height: 24px;
}
.modal {
    right: 10%;
    left: 10%;
    width: 80%;
    
/*    top: 0%;
    height: 80%;*/
    
    top: 40px;
/*    right: 40px;
    left: 40px;
    width: auto;*/

    margin-left: 0px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}
.popin{
    right: 25%;
    left: 25%;
    width: 50%;
    height: 80%;
}
.popin.fade.in {
    top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 24px solid #b3a680;
}
.modal-footer {
    background-color: #FFF;
    border-radius: 0;
    border-top: none;
}
.modal-body {
    /*max-height: 400px;*/
    /*max-height: 50%;*/
    padding: 25px;
}
.popin div.modal-body{
    max-height: none;
}
.close {
    font-family: Arial,sans-serif;
    font-size: 22pt;
    line-height: 50px;
    font-weight: normal;
    opacity: 1;
    filter: alpha(opacity=100);
}
.modal-header .close {
    line-height: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#slider-modal{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
#slider-modal .close{
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 45px;
    transition: all 0.4s ease 0s;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
#slider-modal .close:hover {
    background: rgba(255, 255, 255, 1);
}
.share-image{
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: 3;
    width: 600px;
}
.share-image-btn{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.share-image-btn span{
    display: inline-block;
}
/*.share-image-btn span:last-child{
    position: absolute;
    top: 5px;
    left: 35px;
}*/
.share-image-btn-ico.ico-twitter{
    background: url("../img/share-twitter-small.png") no-repeat scroll left top transparent;
}
.share-image-btn-ico.ico-facebook{
    background: url("../img/share-facebook-small.png") no-repeat scroll left top transparent;
}
.share-image-btn-ico.ico-pinterest{
    background: url("../img/share-pinterest-small.png") no-repeat scroll left top transparent;
}
.share-image-btn-ico{
    display: inline-block;
    width: 30px;
    height: 30px;
}
/*.share-image-btn:hover,
.share-image-btn:focus{
    width: 150px;
}*/
.share-image-btn:hover span.share-image-btn-ico,
.share-image-btn:focus span.share-image-btn-ico{
    background-position: 0 -30px;
}
/*.share-image-btn-ico:hover{
    background-position:  0 -30px;
}*/
.fb_iframe_widget > span, 
.fb_iframe_widget > span > iframe{
    min-width: 71px;
    min-height: 20px;
    width: 100%;
    height: 100%;
}
.tabModalRightBlock h2,
.tabModalContent h2,.tabModalContent h3{
  line-height: 18px; 
  padding-bottom: 12px;
}
.tabModal{
    /*position: relative;*/
}
.tabModal .modal-body,
.tabModal-body{
    padding: 0;
}
.tabModal .starButton{
    cursor: default;
}
.tabModal .starButton a{
    padding-top: 2px;
    font-weight: normal;
    line-height: 16px;
    cursor: pointer;
}
.tabModal-menu ul{
    margin-bottom: 0;
    margin-left: 12px;
}
.tabModal-menu ul li{
    display: inline-block;
    padding: 0;
    margin-bottom: 3px;
}
.tabModal-menu ul li:last-child{
    margin-right: 0px;
}
.tabModal-menu ul li a{
    padding-bottom: 2px;
    padding-right: 20px;
    text-decoration: none;
    color: #515050;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.tabModal-menu ul li a:hover,
.tabModal-menu ul li a:active,
.tabModal-menu ul li.active-item a{
    /*border-bottom:4px solid #b3a680;*/
    /*color: #a2946a;*/
}
.tabModal-menu-underline {
    position: absolute;
    z-index: -1;
    width: 20px; 
    height: 4px; 
    background: #b3a680;
    opacity: 0;
    border-radius: 3px 3px 0 0;
}
.tabModalLeftBlock{
    padding: 25px;
}
#ajxModal .tabModalLeftBlock{
    padding: 25px 15px 25px 5px;
}
#ajxModal .tabModalContent li .titleLine {
    margin-bottom: 5px;
}
#ajxModal .tabModalContent li {
    margin-bottom: 7px;
}
#ajxModal .tabModalContent li
#ajxModal .tabModalContent li h3{
    line-height: 17px;
}
.tabModalLeftBlock .faqQuestion{
    color: #A59872;
    font-weight: bold;
    padding-bottom: 0px;
    padding-right: 20px;
    float: left;
}
.tabModalLeftBlock .accordion-heading .accordion-toggle {
    padding: 2px 5px 7px;
}
.tabModalLeftBlock a.accordion-toggle span.tabModalAccordion-toggle{
    padding-top: 6px;
    float: right;
}
.tabModalLeftBlock a.accordion-toggle:active,
.tabModalLeftBlock a.accordion-toggle:active h3,
.tabModalLeftBlock a.accordion-toggle:active span,
.tabModalLeftBlock a.accordion-toggle:focus,
.tabModalLeftBlock a.accordion-toggle:focus h3,
.tabModalLeftBlock a.accordion-toggle:focus span{
    text-decoration: none;
}
.tabModalLeftBlock a.accordion-toggle span,
.tabModalLeftBlock a.accordion-toggle span,
.tabModalLeftBlock a.accordion-toggle:active span,
.tabModalLeftBlock a.accordion-toggle:focus span{
    color: #555555;
}
.tabModalRightBlock{
    margin: 0;
    padding: 15px 25px 15px;
}
.tabModalRightBlock img{
    display: block;
}
.tabModalRightBlock > img:first-child{
    margin-left: 12px;
}
.tabModalRightBlock > p{
    margin-top: 10px;
    line-height: 16px;
    color: #555555;
}

.tabModalContent li{
    list-style: none;
    margin-bottom: 13px;
}
.tabModalContent li .titleLine{
    margin-top: -5px;
    margin-bottom: 7px;
    line-height: 1px;
}
.tabModalContent ul{
    margin: 0;
}
.tabModalListItemTitle p,
.tabModalListItemTitle h4{
    padding: 4px 0 0;
    margin: 0;
    display: inline;
    line-height: 24px;
}
.tabModalListItemTitle p:first-child{
    background: #a59872;
    border-radius: 2px 2px 0 0;
    padding: 6px 16px;
    margin-right: 10px;
    color: #ffffff;
}
.tabModalListItemTitle p:last-child{
    padding: 3px;
    color: #555555;
    float: right;
}
.tabModalListItemContent{
    padding: 0 5px;
}
.tabModalListItemContent p{
    margin-bottom: 3px;
}

#friendMailModal{
    overflow: auto;
}
/*#friendMailModal h3{
}*/
#friendMailModal .modal-header {
    border-bottom: 1px solid transparent;
}
#friendMailModal .span3 {
    text-align: center;
}
#friendMailModal .form-horizontal .control-label,
#friendMailModal input, 
#friendMailModal textarea, 
#friendMailModal .uneditable-input{
    /*color: #767676;*/
}
#friendMailModal .form-horizontal .control-label {
    margin-right: 5%;
    width: 30%;
}
#friendMailModal input, 
#friendMailModal textarea, 
#friendMailModal .uneditable-input {
    margin: 0;
    width: 60%;
    font-style: italic;
}
#friendMailModal .submitHolder {
    width: 100%;
    text-align: right;
}
#friendMailModal .btnsubmit {
    min-width: 130px;
    margin: 0 2.5%;
}
#friendMailModal .friendMailConfirmation,
#friendMailModal .friendMailError {
    position: absolute;
}

@media (max-width: 479px) {
    #friendMailModal .form-horizontal .control-label,
    #friendMailModal input, 
    #friendMailModal textarea, 
    #friendMailModal .uneditable-input {
        margin-right: 0;
        width: 95%;
    }
}

@media (min-width: 1200px) {
    #friendMailModal .form-horizontal .control-label{
        width: 20%;
    }
    #friendMailModal .uneditable-input,
    #friendMailModal input, 
    #friendMailModal textarea {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .center_on_phone{
        text-align: center;
    }
    #logo{
        float: none;
        text-align: center;
    }
    
    #footerbottom p[class*="contact"] span:first-child,
    #footerbottom p[class*="contact"] span:last-child{
        text-align: center;
        width: 100%;
        border: none;
    }
    .popin{
    right: 5%;
    left: 5%;
    width: 90%;
    }
    
}

@media (min-width: 768px) and (max-width: 979px) {
    #book_top {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .tabModalLeftBlock.span9{
        margin-left: 0;
        width: 100%;
        border-right: 0;
    }
    .tabModalRightBlock.span3{
        
        width: 100%;
    }
}

@media (min-width: 768px) {
    .rsArrow{
        width: 125px !important;
    }
    .rsArrowLeft .rsArrowIcn{
        left: 75px !important;
    }
    .tabModalLeftBlock{
        
        border-right: #cccccc 1px solid;
    }
}