@font-face {
    font-family: 'Airstream-regular';
    src: url('/Webfonts/Airstream/Airstream-webfont.eot');
    src: url('/Webfonts/Airstream/Airstream-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Webfonts/Airstream/Airstream-webfont.woff') format('woff'),
         url('/Webfonts/Airstream/Airstream-webfont.ttf') format('truetype'),
         url('/Webfonts/Airstream/Airstream-webfont.svg#Airstream-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

a {
    outline: none;
}

body {
    
}

#aspnetForm {
    width: 960px;
    position: relative;
    margin: 0 auto;        
    background: url(images/body-background.jpg) repeat-y;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 19px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 19px 0px rgba(0, 0, 0, 1);
}

#header {

}

#postcard {
    width: 107px;
    height: 525px;
    position: relative;
    left: -25px;
    margin: 10px 0 0;
}

#polaroids, #sidebar {
    float: left;
}

    #sidebar.vacation {
        padding-top: 40px;
    }

#sidebar {
    width: 260px;
    margin: 19px 20px 0;
}

#footer {
    clear: both;
    width: 920px;
    height: 245px;
    padding: 0px 20px 0 20px;
    position: relative;
}

.header-logo {    
    cursor: pointer;
    margin: 16px 0 0px 20px;
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    2px 3px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         2px 3px 3px 0px rgba(0, 0, 0, 0.75);
}

html {
    background: url(images/sand.jpg);
}

#footer {
    background: url(images/footer-background.jpg) no-repeat;
}

body, a, a:visited {
    font-family: tahoma, sans-serif;
    color: #fff;
}

ul#menu a, ul#menu a:visited, #sidebar div, #footer, #main-tv a {
    color: #e7ded3;
}

#menu > li > a:hover, #menu > li > h1 > a:hover {
    color: #bd9554; 
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0s ease 0s;
    transition: all 0.5s ease 0s;
}

#footer {
    font-size: 18px;
}

#boynton {
    position: absolute;
    top: 208px;
    left: 326px;
    font-size: 10px;
}

    #boynton, #boynton a {
        color: #81533C;
    }

p {
    margin-bottom: 1em;
}

h1 {
    display: inline;
}

ul#menu {    
    display: block;
    list-style: none;
    clear: both;    
    margin: 23px auto 0;
    text-align: justify;
    position: relative;
    z-index: 200;
}

ul#menu:after {
    content: "";
    display: inline-block;
    width: 100%;
}

    ul#menu li {
        display: inline-block;        
        position: relative;        
        margin: 0 11px;
    }
    
    ul#menu a, ul#menu a:visited {
        text-decoration: none;
        font: bold 16px Tahoma, Verdana, Arial;        
        padding: 8px;
        display: inline-block;
    }

#menu #close a {
    border: 1px solid #663314;
    font-weight: bold;
    padding: 5px 10px;
}

    #menu #close a span {
        color: #BD9554;
    }

#menu.popup {
    width: 800px;
}

    #menu.popup img {
        padding-right: 4px;
        position: relative;
    }

    #menu.popup #heart {
        top: 3px;
    }

    #menu.popup #envelope {
        top: 2px;
        right: 1px;
    }

    #menu.popup #info {
        top: 6px;
    }

#menu li ul li {    
    padding: 4px 0;
    margin: 0;
}

#menu li ul li:before {
    content: "\BB \ ";   
}

#menu ul {
    display: none;
}

#menu li:hover ul {
    display: block;
}

    #menu li:hover ul ul {
        display: none;
    }

#menu li:hover {
    color: #fff;    
}

#menu ul li a:hover {
    color: #663314;
}

#menu ul {
    text-align: left;
    position: absolute;
    left: 10px;
    top: 31px;
    background: url(images/paperBG.png);
    z-index: 100;
    border: 1px solid #3E382E;
}

    #menu ul li {
        display: block;
        color: #663314;
        position: relative;
    }

    #menu ul a, #menu ul a:visited {
        color: #3E382E;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
    }

.kre {
    width: 14em;
}

.kvr {
    width: 17em;
}

#menu ul li ul {
    position: absolute;
    top: 4px;
    display: none;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul.kre li ul {
    left: 14em;
    width: 13em;
}

#menu ul.kvr li ul {
    left: 16em;
    width: 9em;
}

#menu ul {
    opacity: .9;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

.header-phone {
    font: bold 22px Arial, Verdana;
    color: #e6d5a9 !important;
    float: right;
    margin: 10px 0 0;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.75);
}
.header-location {
    display: inline-block;
    font: 14px Arial, Verdana;
}

.header-balihai-img {    
    margin: 0 5px 0 0;
    float: right;
}

.header-balihai-img.popup-page {    
    margin: 0 2px 0 0;
    float: right;
}

.header-balihai-txt {
    font: bold 16px Arial, Verdana;
    color: #efe0c9;
    vertical-align: top;    
    margin: 3px 8px 0 ;
}

.header-balihai-txt.popup-page {    
    margin: 0 17px 0 0;
}

.smallmenu-item {
    display: inline-block;
}

.smallmenu-item.info {
    width: 260px;
	/*height: 120px;*/
    float: right;
    color: #e7d9c5 !important;
    text-align: right;
    margin: 15px 20px 0 0;
}

.smallmenu-item.info a {    
    color: #e7d9c5;
    text-decoration: none;
}

.smallmenu-item.info a:hover {    
    color: #b79865;
}

.smallmenu-item .header-login-register-btns {       
    color: #e7d9c5;
    font: 15px Arial, Verdana;    
    margin: 1px 7px 0 0;
    width: 150px;
    display: inline-block;
}

.smallmenu-item .header-login-register-btns.popup-page {       
    clear: none;
    margin: 0 15px 0 0;
}


.smallmenu-item.search {
    vertical-align: top;
    margin: 36px 0 0 143px;
}

#postcard-frame {
    position: absolute;
}

#slide-images {
    position: absolute;
    display: block;
    width: 980px;
    height: 500px;
    left: 13px;
    top: 13px;
    z-index: 10;
}

    #slide-images li {
        position: absolute;
        display: block;
        list-style-type: none;
    }

        #slide-images li img {
            display: block;
        }       

#slidernav {
    z-index: 30;
    position: absolute;
    top: 465px;
    left: 50px;
    width: 940px;
    height: 24px;
    padding: 20px 0px 10px 0px;
}

#progress {
    margin: 5px;
    width: 940px;
    display: block;
    float: left;
}

#progressDots {
    margin: 0px auto;
}

#progress a {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(images/progress.png) no-repeat 0px -13px;
    margin: 0px 5px;
}

    #progress a:hover, .progressSelected {
        background: url(images/progress.png) no-repeat 0px 0px !important;
    }

#search-postcard {
    background: url(images/search-postcard.png) no-repeat;
    position: relative;
    z-index: 20;
    width: 420px;
    height: 273px;
    display: block;
    left: 572px;
    top: 20px;
}

#postcard-left {
    float: left;
    height: 90px;
    width: 145px;
    padding: 165px 0px 5px 30px;
}

    #postcard-left a {
        display: block;
        float: left;
        clear: left;
        height: 30px;
        width: 110px;
        background: url(images/checkbox.png) no-repeat 0px -33px;
        padding: 0px 0px 0px 30px;
        font-size: 14px;
        color: #4E4828;
        text-decoration: none;
        margin-top: 5px;
        line-height: 14px;
        z-index: 60;
        position: relative;
    }

        #postcard-left a:hover {
            color: #73351B;
        }

.checboxChecked {
    background-position: 0px 0px !important;
}

#postcard-map {
    float: left;
    height: 260px;
    width: 225px;
}

#click-to-start {
    z-index: 40;
    position: absolute;
    top: 13px;
    left: 800px;
}

#searchStamp {
    display: block;
    cursor: pointer;
    z-index: 40;
    position: absolute;
    top: 13px;
    margin-top: 12px;
    left: 26px;
    width: 100px;
    height: 86px;
    background: url(images/map-search-stamp.png) no-repeat;
}

    #searchStamp:hover {
        background-position: center bottom;
    }

#searchMapImg {
    margin-top: 28px;
    margin-left: -108px;
}

#video-logo{
	position: absolute;
    bottom: 12px;
    right: -886px;
}

#stamp {
    width: 77px;
    height: 52px;
    position: absolute;
    top: 27px;
    left: 902px;
    z-index: 30;
    background: url(images/stamp.png) no-repeat;
    cursor: pointer;
}

    #stamp:hover {
        background-position: center bottom;
    }

#polaroids {
    width: 640px;
    height: 545px;
    padding-left: 20px;
}

#drag-1 {
    z-index: 30;
    position: relative;
}

#drag-2 {
    z-index: 34;
    position: relative;
    top: 10px;
}

#drag-3 {
    z-index: 34;
    position: relative;
    left: -10px;
}

#drag-4 {
    z-index: 32;
    position: relative;
    top: -35px;
    left: 50px;
}

#drag-5 {
    z-index: 32;
    position: relative;
    top: -70px;
    left: 70px;
}

#drag-6 {
    z-index: 34;
    position: relative;
    top: 155px;
    left: -405px;
}

#drag-7 {
    z-index: 31;
    position: relative;
    top: -100px;
    left: 200px;
}

#drag-8 {
    z-index: 30;
    position: relative;
    top: -120px;
    left: 180px;
}

#main-content {
    width: 640px;
    margin: 23px 0 0 20px;
    float: left;
    color: #E7DED3;
    font-size: 14px;
    line-height: 130%;
}

    #main-content.vacation {
        margin: 30px 0px 30px 20px;
    }

    #main-content a {
        color: #E7DED3;
    }

#main-description {
    margin: 0 auto;
    width: 914px;
}

    #main-description p {
        margin-top: 25px;
        color: #e4e3e0;
        width: 602px;        
    }

#content #main-description h1 {
    font-size: 16px;
    color: #E7DED3;
    padding-left: 0px;
}

#home-galleries {
    width: 660px;
    margin-left: -20px;
    float: left;
}   
    .gallery-item {
        display: block;
        font-weight: normal;        
        text-decoration: none;
        float: left;
        padding-bottom: 25px;
        width: 220px;
        position: relative;
    }

    #home-galleries .gallery-item > img {
        height: 140px;
        width: 180px;
        margin: 0 auto;
        display: block;        
    }

    #home-galleries .gallery-item .text {        
        
        height: 19px;
        background: url(/images/gallery-item-text-bg.png) repeat-x;
        color: #3b2c23;
        font: bold 11px/19px Arial, Verdana;
        display: inline-block;
        border-radius: 0 3px 0 0;
        padding: 0 5px 0 9px;
        position: absolute;
        left: 20px;
        bottom: 25px;
    }

    
#tv {
    margin-top: -45px !important;
    height: 185px !important;
}

#visitpanel {
    background: url(images/visit.jpg) no-repeat;
    width: 580px;
    height: 250px;
    float: left;
    padding: 20px 20px 70px 20px;
}

    #visitpanel > img {
        float: left;
        margin-bottom: -15px;
    }

    #visitpanel > p {
        float: left;
        clear: left;
        text-indent: 70px;
        width: 300px;
        font-size: 16px;
    }

    #visitpanel > ul {
        float: right;
        list-style: none;
        width: 250px;
    }

        #visitpanel > ul > li {
            margin: 15px 0px;
            font-size: 16px;
            font-weight: bold;
        }

            #visitpanel > ul > li > img {
                vertical-align: middle;
            }

            #visitpanel > ul > li > a {
                text-decoration: none;
            }

.homepage-video-link-left {
    display: inline-block;
    margin: 40px 0 0 35px;
}

.homepage-video-link-center {
    display: block;
    margin: 40px 0 0 26px;
    text-align: center;
}

.homepage-video-link-right {
    display: inline-block;
    margin: 40px 0 0 26px;
    position: relative;
}

.portFolioText {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.homepage-sighup {        
    display: block;
    width: 345px;
}

.homepage-signup-img {
    float: left;
    margin: 27px 0 0 26px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.homepage-signup-txt {
    color: #f1ebdd;
    display: inline-block;
    float: left;
    font: bold 21px Arial,Verdana;
    margin: 30px 0 0 30px;
}

.homepage-signup-btn {
    background: url(/images/sign-up-btn.png) no-repeat;
    float: left;
    width: 149px;
    height: 34px;
    margin: 8px 0 0 26px;
    cursor: pointer;
}

.homepage-signup-benefits {   
    background: url(/images/access-balihai-bg.png) no-repeat;
    height: 128px;
    margin: 30px auto 0;
    width: 898px;
}

.homepage-benefits-txt {
    float: left;
    margin: 10px 0 0 10px;
}

.homepage-signup-lists {
    display: inline-block;
    list-style: none;
    color: #fff;
    font: 16px/24px Arial !important;
    margin: 27px 0 0 44px;
    text-transform: capitalize;
    vertical-align: top;
}

.homepage-signup-lists + .homepage-signup-lists {
    margin: 27px 0 0 88px;
}

.homepage-signup-lists li {    
    list-style-image: url(/images/list-item-img.png);
    list-style-position: inside;
}

.main-description-image-top {
    float: right;    
    margin: 17px 64px 0 0;
    text-align: center;
    width: 175px;
}

.main-description-phone {
    font: bold 25px Arial, Verdana;
    text-decoration: none;
    color:#e6d5a9;
}

.main-description-image-bottom {
    float: right;
    clear: right;
    margin: 38px 20px 0 0;
}

.main-description-heading {
    margin: 16px 0 0 10px;
}


#sidebar, #sidebar a {
    color: #e7ded3;
}

    #sidebar ul {
        list-style: none;
    }

        #sidebar ul li {
            margin-bottom: 5px;
        }

    #sidebar li > h2 {
        width: 214px;
        height: 32px;
        margin-left: 5px;        
        /*padding-top: 10px;*/
        color: #c6bdb2;
    }

    #sidebar li > div {
        margin-top: 10px;
        display: block;
        padding: 4px;
        font-size: 14px;
    }

        #sidebar li > div#renews-top, #sidebar li > div#visit-top {
            background: url(images/sidebar-top.jpg) no-repeat;
            height: 6px;
            margin: 10px 0 0 0;
            padding: 0px;
        }

        #sidebar li #renews-bottom {
            margin: 0 auto 25px;
        }

#weather {
    background: url(images/weather-background.png) no-repeat;
    height: 150px;
    position: relative;
}

    #weather > p, #weather > div > span, #weather > div > span > img, #weather > table {
        position: absolute;
    }

    #weather > p {
        top: 12px;
        left: 8px;
    }

    #weather > div {
        top: 18px;
        left: 8px;
    }

        #weather > div > span {
            font-size: 36px;
            display: block;
            top: 34px;
        }

            #weather > div > span > img {
                vertical-align: bottom;
                left: 52px;
            }

    #weather > table {
        top: 12px;
        left: 130px;
        width: 114px;
    }

        #weather > table thead td {
            padding-bottom: 15px;
        }

#sidebar li > div#renews-bottom {
    background: url(images/ren-bottom.png) no-repeat;
    height: 61px;
    margin-top: 0px;
    padding: 0px;
}

#sidebar li > div#renews {
    background: url(images/ren-middle.jpg);
    padding: 10px 15px 0 15px;
    margin: 0;
}

#renews > div {
    padding: 12px 5px 12px 0px;
    font-size: 13px;
    width: 100%;
    height: 45px;
}

#renews a {
    text-decoration: none;
    font-weight: bold;
    display: block;
}

    #renews a.newsimage {
        width: 45px;
        text-align: center;
        float: left;
        margin-right: 10px;
        margin-top: 3px;
    }

#renews span {
    color: #BD9554;
    display: block;
}

#renews img {
    border: 1px solid white;
    height: 40px;
    max-width: 40px;
}

#renews-bottom a {
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    float: left;
}

#sidebar #visit, #sidebar #resources {
    background: url(images/visit-middle.jpg) no-repeat;
    max-height: 363px;
    padding: 10px 15px 10px 15px;
    margin: 0px;
}

#sidebar #visit-bottom {
    background: url(images/visit-bottom.png) no-repeat;
    height: 87px;
    margin-top: 0px;
    padding: 0px;
}


#sidebar-helpful-info {
    height: 213px;
    width: 259px;
    background: url(images/helpful-information-bg.png) no-repeat;
    
}

.sidebar-helpful-info-heading {
    background: none !important;
    font: bold 21px Tahoma, Arial, Verdana;
    color: #f1ebdd !important;
    text-align: center !important;
    margin-left: 23px !important;
	padding-top: 10px;
}

.sidebar-helpful-info-txt {
    color: #f1ebdd;
    display: block;
    font: 12px Arial,Verdana,Tahoma;
    margin: 0 auto;
    text-align: center;
    width: 148px;
}

#sidebar-helpful-info > input[type=checkbox] {
    float: left;
    clear: left;
    margin: 8px 0 0 19px;
}

#sidebar-helpful-info > label {
    float: left;
    font: 12px Arial, Verdana;
    color: #fff;
    margin: 7px 0 0 7px;
}

#sidebar-helpful-info > input[type=checkbox]:first-of-type{
    margin: 20px 0 0 19px;
}

#sidebar-helpful-info > label:first-of-type  {
    margin: 20px 0 0 7px;
}

#sidebar-helpful-info .receive-info-btn {
    width: 224px;
    height: 26px;
    display: inline-block;
    background: url(images/receive-free-info-btn.png) no-repeat;
    clear: both;
    margin: 14px 0 0 19px;
    cursor: pointer;
}

#sidebar-helpful-info .receive-info-btn:hover {
    background: url(images/receive-free-info-btn.png) no-repeat 0 -26px;    
}

#visit > p {
    padding: 10px;
}

#visit > ul {
    padding-left: 10px;
}

    #visit > ul li {
        padding: 0px;
        margin: 0px;
    }

        #visit > ul li a, #resources a {
            color: #E7DED3;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
        }

        #visit > ul li span, #resources span {
            padding-right: 5px;
            color: #BD9554;
        }

#resources ul {
    padding-left: 20px;
}

    #resources ul li {
        padding: 0 0 10px 0;
        margin: 0px;
    }

#footer-contact {
    position: absolute;
    top: 60px;
    left: 325px;
    color: #E7DED3 !important;
}

    #footer-contact a {
        color: #E7DED3 !important;
    }

.hulaguy {
    position: absolute;
    left: 812px;
    top: -60px;
    z-index: 10;
}

#skirt {
    position: absolute;
    left: 812px;
    top: 40px;
    z-index: 11;
}

#hand {
    position: absolute;
    left: 819px;
    top: 5px;
    z-index: 11;
}

#search {
    margin-left: 5px;
    margin-bottom: 60px;
    float: right;
}

    #search a, #search input {
        float: left;
    }

.textbox {
    color: #898989;
    font: 14px Arial, Verdana;
    border: none;
    border-radius: 3px 0 0 3px;
    width: 330px;
    height: 34px;
    float: left;
    padding: 0 0 0 12px;
    background: url(/images/searchbar.png) no-repeat;
}

#footer #kukui {
    position: absolute;
    left: 30px;
    top: 200px;
}

#Termsofuse {
    float: right;
    margin-top: 96px;
    margin-right: 10px;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #81533C;
}

#eho {
    position: absolute;
    top: 225px;
    left: 50%;
    font: 12px Verdana;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#navigation {
    padding: 30px 30px;
    overflow: hidden;
    color: #E5DDD1;
    font-size: 14px;
}

    #navigation a.btn69 {
        float: left;
        margin-right: 10px;
    }

    #navigation a.btn88 {
        float: left;
        margin-right: 10px;
        margin-top: 14px;
    }

.btn69 {
    width: 59px;
    height: 22px;
    padding: 3px 5px;
    background: url(images/btn69.jpg);
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #E7DED3;
    font-weight: bold;
    margin-top: 12px;
}

    .btn69:hover {
        background-position: 0px -28px;
    }

    .btn69:visited {
        color: #E7DED3;
    }

.btnGalleryListing {
    background: url("images/btn69.jpg");
    color: #E7DED3;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-left: 77px;
    margin-top: 12px;
    height: 21px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    width: 59px;
}

    .btnGalleryListing:hover {
        background-position: 0px -28px;
    }

    .btnGalleryListing:visited {
        color: #E7DED3;
    }

.btn88 {
    background: url(/images/go-btn.png) no-repeat;
    display: inline-block;       
    float: left;
    height: 36px;
    width: 38px;    
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow:    1px 2px 5px 0px rgba(0, 0, 0, 0.58);
    box-shadow:         1px 2px 5px 0px rgba(0, 0, 0, 0.58);
    cursor: pointer
}
   
#ctl00_ContentPlaceHolder1_description a {
    color: #B78D4E;
}

.gallerypicture {
    width: 270px;
    float: left;
    margin-left: 37px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(images/gallery-background.jpg) no-repeat;
}

    .gallerypicture img {
        width: 256px;
        height: 170px;
        margin: 5px 7px;
    }

    .gallerypicture div {
        width: 260px;
        height: 34px;
        padding: 5px;
        font-size: 14px;
        color: #D3C0A3;
        text-align: center;
    }

        .gallerypicture div span {
            color: #B78D4E;
            font-size: 12px;
        }

.gallerypicture-nolabel {
    display: none;
}

.gallerypicture-escrowlabel {
    position: absolute;
    margin: -226px 0px 0px -2px;
    width: 126px !important;
    height: 69px !important;
    padding: 0 !important;
    cursor: pointer;
    background: url("images/escrow_label.png") no-repeat scroll left top;
}

.gallerypicture-auctionlabel {
    position: absolute;
    margin: -226px 0px 0px -2px;
    width: 126px !important;
    height: 69px !important;
    padding: 0 !important;
    cursor: pointer;
    background: url("images/auction_label.png") no-repeat scroll left top;
}

#gallery-listing-wrapper {
    margin: 20px auto;
    color: #BD9554;
    font-size: 14px;
    font-weight: normal;
    width: 860px;
    height: 80px;
    position: relative;
}

#gallery-list-thumb {
    width: 120px;
    height: 80px;
    background: url(images/gallery-background.jpg) no-repeat;
}

    #gallery-list-thumb img {
        width: 114px;
        height: 76px;
        padding: 2px 3px;
    }

#gallery-list-title {
    width: 710px;
    border-bottom: 1px solid #BD9554;
    color: #CDC0B3;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 150px;
}

    #gallery-list-title a {
        color: #D3C0A3;
        text-decoration: none;
        float: left;
    }

#gallery-list-price {
    float: right;
}

#gallery-list-details {
    position: absolute;
    top: 20px;
    left: 150px;
    list-style: none;
}

    #gallery-list-details span {
        color: #D3C0A3;
    }

#gallery-list-description {
    color: #D3C0A3;
    position: absolute;
    top: 20px;
    left: 320px;
}

#content h1 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    color: #D3C0A3;
}

#sorting {            
    width: 258px;
    margin: 0 auto;
    text-align: center;
}

    #sorting select {
        color: #595959;
        border: 1px solid #A9A9A9;
    }

    #sorting label {
        padding-right: 10px;
    }

#picuresbottom {
    padding: 0px 0px 30px 45px;
    float: left;
}

.pageing {
    float: right;
}

    .pageing a {
        color: #E5DDD1;
        font-size: 14px;
    }

.galleryDescription {
    padding: 0 30px 0 30px;
    color: #D3C0A3;
}



 #mainPhoto {
    overflow: hidden;
    float: left;
    width: 675px;
    height: 480px;
    /*text-align: center;*/
    position: relative;
    /*clear: both;
    letter-spacing: -5px;*/
}

    #mainPhoto h1 {
        width: 174px;
        height: 26px;
        background: url(images/plaque.png);
        display: block;
        padding: 8px 20px;
        color: #413C33;
        font-size: 17px;
        text-align: center;
        margin: 20px auto 10px auto;
    }

#ctl00_ContentPlaceHolder1_pnlMainImg {
    left: 10px;
	display: inline-block;
	vertical-align: top;
	height: 457px;
	float: left;
}

    #ctl00_ContentPlaceHolder1_pnlMainImg img{       
        max-width: 650px;
        max-height: 460px; 
        display: inline;
        border-radius: 3px;
        box-shadow: 0 0 15px 0 rgb(0, 0, 0);
        padding: 10px;
        width: auto;
        box-sizing: border-box;
        background: url(/images/paper.jpg) 50% 50% repeat;
		object-fit: cover;		
    }

    #ctl00_ContentPlaceHolder1_pnlMainImg iframe {                        
        width: 650px;
       height: 460px;
	   display: inline;
        border-radius: 3px;
        box-shadow: 0 0 15px 0 rgb(0, 0, 0);
        padding: 10px;       
        box-sizing: border-box;
        background: url(/images/paper.jpg) 50% 50% repeat;
		object-fit: cover;
    }

	.cycle-slide {
    border-radius: 8px;
    width: 675px;
    height: 440px;
    text-align: center;
}
	
#MainPrevArrow {
    width: 19px;
    height: 32px;
    background: url(images/main-img-nav.png) no-repeat top left;
    position: absolute;
    top: 48%;
    left: 48px;
    z-index: 101;
}

#MainNextArrow {
    width: 19px;
    height: 32px;
    background: url(images/main-img-nav.png) no-repeat top right;
    position: absolute;
    top: 48%;
    right: 30px;
    z-index: 101;
}

#MainPrevArrow:hover {    
    background: url(images/main-img-nav.png) no-repeat bottom left;
}

#MainNextArrow:hover {
    background: url(images/main-img-nav.png) no-repeat bottom right;
}



.thumbBorder {
    border: 1px solid #CFB277 !important;
    cursor: pointer;
}

.green {
    color: #4BBA39 !important;
}

.red {
    color: #FF0000 !important;
}

#allPhotos {
    overflow: hidden;
    position: relative;
    float: right;
    width: 270px;
    height: 430px;
    margin: 0 auto 30px;
}

#availability-wrapper {
    width: 250px;
    height: 68px;
    margin: 10px auto 0;
}

#thumb-wrapper {
    height: 400px;
    width: 1000px;
    float: left;
}

#ctl00_ContentPlaceHolder1_pnlNavImgs > img {
    position: absolute !important;
    z-index: -1 !important;
}

.thumbColumn {
    float: left;
    width: 128px;
}

#allPhotos img, #allPhotos-rentals img {
    padding: 2px 3px;
    margin: 0 6px 31px;
    height: 109px;
    width: 165px !important;
    background: url(/images/thumb-images-background.png) no-repeat;
    cursor: pointer;
}

#allPhotos .video, #allPhotos-rentals .video {    
    border: none;   
}

#allPhotos .borderHighlight, #allPhotos-rentals .borderHighlight {
    width: 102px;
    height: 66px;
    border: 3px solid #CFB277 !important;
}

#thumbsPages {
    float: left;
    font-size: 12px;
    width: 250px;
    text-align: center;
    padding: 20px 0px;
}

    #thumbsPages a {
        color: #DBCDB5;
    }

    #thumbsPages span {
        color: #BD9554;
    }

#information {
    float: left;
    width: 416px;
    padding: 0px 30px;
    font-size: 14px;
    color: #CCC4B8;
}

    #information > a {
        display: block;
        width: 257px;
        height: 22px;
        margin: 0px auto;
        background: url(images/largebtn.png);
        font-size: 17px;
        font-weight: bold;
        color: #E7DED3;
        text-decoration: none;
        padding: 10px;
        text-align: center;
    }

        #information > a:hover {
            background-position: 0px -42px;
        }

#infotop {
    background: url(images/panellefttop.jpg) repeat-y;
    width: 388px;
    height: 7px;
    float: left;
    margin-top: 5px;
}

#infocontent {
    background: url(images/panelleft.jpg) repeat-y;
    width: 348px;
    float: left;
    padding: 0px 20px 10px 20px;
    line-height: 20px;
}

    #infocontent a {
        color: #CCC4B8;
    }

#infoFeatures {
    float: left;
    width: 125px;
}

    #infoFeatures h6 {
        color: #BD9554;
        font-size: 14px;
        font-weight: normal;
    }

    #infoFeatures ul {
        width: 368px;
        margin-left: 20px;
        margin-top: 10px;
        color: #BD9554;
    }

        #infoFeatures ul li {
            float: left;
            width: 174px;
        }

            #infoFeatures ul li span {
                color: #CCC4B8;
            }

#infoDescription {
    float: left;
    padding: 20px 0 0 20px;
}

    #infoDescription label {
        color: #f1ebdd;
        font: 17px Tahoma, Arial, Verdana;
        display: block;
        float: left;
        clear: left;
        width: 97px;
    }

    #infoDescription span {
        float: left;
        color: #f1ebdd;
        font: 17px Tahoma, Arial, Verdana;
        margin: 0 0 0 23px;
    }

#infoDescriptionRight {
    float: left;
    padding: 20px 0 0 20px;
}
    #infoDescriptionRight label {
        color: #f1ebdd;
        font: 17px Tahoma, Arial, Verdana;
        display: block;
        float: left;
        clear: left;
        width: 97px;
    }

    #infoDescriptionRight span {
        float: left;
        color: #f1ebdd;
        font: 17px Tahoma, Arial, Verdana;
        margin: 0 0 0 23px;
    }

#infocontent p {
    clear: left;
    float: left;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    width: 100%;
}

#infobottom {
    background: url(images/panelleftbottom.jpg) no-repeat;
    width: 416px;
    height: 6px;
    float: left;
    margin-bottom: 30px;
}

#tt {
    position: absolute;
    display: block;
    background: url(images/tt_left.png) top left no-repeat;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(images/tt_top.png) top right no-repeat;
    overflow: hidden;
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #fff;
    color: #220a02;
    font: 12px Arial;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(images/tt_bottom.png) top right no-repeat;
    overflow: hidden;
}

#map {
    float: left;
    width: 440px;
    height: 400px;
    background: url(images/mapbackground-new.png) no-repeat;
    padding: 3px 15px 0;
	position: relative;
}

.brockenMapImg
{
	visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
    #map > a {
    }

    #map > h4 {
        float: left;
        clear: none;
        width: 120px;
        font: bold 16px Tahoma, sans-serif;
        color: #5a3a16;
        padding: 10px 0px 0px;
    }

#mapCont {
    width: 435px;
    height: 350px;
}

#mapContStreetView {    
    height: 88%;
    margin: 60px 17px;
    border: 5px solid #e3c79e;
}

.map-street-view-holder {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/map-bg-pattern.png) repeat;
    z-index: 101;
}

.map-street-view-toggle {
    position: absolute; 
    top: 8px;
    right: 19px;    
    z-index: 2;
    background: url(/images/map-street-view-toggle-btn.png) no-repeat;
    width: 214px;
    height: 43px;
    display: block;
}

#ctl00_ContentPlaceHolder1_listingsNearby {
    float: left;
    width: 460px;
    margin: 45px 0 0;
}

    #ctl00_ContentPlaceHolder1_listingsNearby h6 {
        display: block;
        width: 176px;
        height: 26px;
        margin: 0px auto;
        color: #413C33;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        background: url(images/plaque.png) no-repeat;
        padding: 8px 20px;        
    }

    #ctl00_ContentPlaceHolder1_listingsNearby h4 {
        float: left;
        width: 100%;
        margin-left: 90px;
    }

    #ctl00_ContentPlaceHolder1_listingsNearby div {
        background: url(images/listing.jpg) no-repeat;
        width: 400px;
        height: 301px;
        padding: 15px 30px 20px 30px;
        float: left;
        margin-top: 10px;
    }

    #ctl00_ContentPlaceHolder1_listingsNearby .listingHeader {
        color: #CDC0B3;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #CDC0B3;
        line-height: 9px;
    }

    #ctl00_ContentPlaceHolder1_listingsNearby table {
        color: #BD9554;
        font-size: 12px;
        font-weight: normal;
        width: 400px;
		margin-top: 10px;
    }

        #ctl00_ContentPlaceHolder1_listingsNearby table img {
            border: 1px solid #B8A57C;
            margin: 6px 0px 4px 0px;
        }

.btnLeft {    
    display: inline-block;
    width: 33px;
    height: 42px;
    background-image: url(images/btnleft.png);
}

.btnCenter {
    background-image: url(images/btncenter.png);    
    display: inline-block;
    height: 34px;    
    padding: 9px 10px 0 10px;
    margin: 0 -5px;
    vertical-align: top;
}

.btnCenterText {
    color: #413C33;
    font-size: 17px;
    font-weight: bold;
}

.btnRight {    
    display: inline-block;
    width: 33px;
    height: 42px;
    background-image: url(images/btnright.png);
}

.moreInfoBtn {
    position: absolute;
    left: 583px;
    z-index: 20;
}

#ctl00_ContentPlaceHolder1_mainPhotoFrame.ih .moreInfoBtn {
    left: 411px !important;
}

#ctl00_ContentPlaceHolder1_mainPhotoFrame.n .moreInfoBtn {
    left: 550px;
}

#ctl00_ContentPlaceHolder1_mainPhotoFrame.i .moreInfoBtn {
    left: 583px !important;
}

.legalWarning {
    color: #e7ded3;
    font-size: 10px;
    height: 10px;
    padding-bottom: 50px;
    width: 920px;
    text-align: center;
    line-height: 10px;
}

    .legalWarning a {
        color: #e7ded3;
    }

.pnlAgent {
    float: left;
    padding: 31px 20px 0px 20px;
}

    .pnlAgent .picture {
        width: 135px;
        float: left;
        margin-right: 20px;
    }

        .pnlAgent .picture div {
            background: url(images/agent-background.jpg) no-repeat;
            padding: 7px;
            width: 128px;
            height: 158px;
        }

            .pnlAgent .picture div input {
                width: 120px;
                height: 150px;
            }

    .pnlAgent > h3 {
        color: #CCC1AF;
        font-size: 14px;
        border-bottom: 1px solid #CCC1AF;
        float: left;
        width: 185px;
        display: block;
    }

    .pnlAgent > span.phone {
        color: #BD9554;
        font-size: 14px;
        float: left;
        width: 185px;
        margin-bottom: 20px;
    }

#vr-left-column {
    width: 388px;
    margin: 30px 0 30px 30px;
    float: left;
}

#vr-right-column {
    width: 474px;
    margin: 30px 30px 30px;
    float: right;
}

#check-availability {
    background: url(images/largebtn.png) center top;
    width: 277px;
    height: 32px;
    text-align: center;
    margin: 0 auto 10px auto;
    padding-top: 10px;
}

    #check-availability a {
        color: #E7DED3;
        font-weight: bold;
        text-decoration: none;
        font-size: 16px;
    }

#details-top, #details-bottom {
    height: 6px;
}

#details-top {
    background: url(images/panellefttop.jpg) no-repeat;
}

#details-bottom {
    background: url(images/panelleftbottom.jpg) no-repeat;
    clear: left;
}

#details {
    background: url(images/panelleft.jpg) repeat-y;    
    color: #E7DED3;
    font-size: 14px;
    position: relative;
    padding-bottom: 30px;
    float: left;
}

    #details a {
        color: #E7DED3;
    }

    #details > a {
        margin: 0px 22px;
        text-decoration: underline;
        padding: 5px 0px;
        float: left;
    }


.morecontent span {
    display: none;
}

.morelink {
    display: block;
    font: bold 15px Tahoma, Arial, Verdana;
    color: #f1ebdd;
    text-decoration: none;
    text-transform: capitalize;
    margin: 10px 0 0;
}

#ctl00_ContentPlaceHolder1_rentalAddress {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    color: #bd9554;
}

#vr-price {
    width: 388px;
    text-align: center;
    margin-bottom: 20px;
}

ul#listing-links {
    list-style: none;
    clear: both;
    margin: 26px 0 0 18px;
    display: inline-block;
}

    ul#listing-links li {
        display: inline-block;
        text-align: center;
        zoom: 1;
        *display: inline;
        _height: 30px;
    }

ul#listing-links-rental {
    list-style: none;
    clear: both;
    display: inline-block;
}
    
    ul#listing-links-rental li {
        display: inline-block;
        text-align: center;
        zoom: 1;
        *display: inline;
        _height: 30px;
    }

#divSleeps {
    float: left;
    margin: 0 0 20px 20px;
}

#ctl00_ContentPlaceHolder1_infoSleeps {
    color: #bd9554;
    font-weight: bold;
}

#divBedrooms {
    float: right;
    margin: 0 20px 20px 0;
}

#ctl00_ContentPlaceHolder1_infoBedrooms {
    color: #bd9554;
    font-weight: bold;
}

#ctl00_ContentPlaceHolder1_infoFeatures, #ctl00_ContentPlaceHolder1_pnlEscapiaFeatures {
    width: 348px;
    margin: 0 auto 20px auto;
    color: #bd9554;
}

    #ctl00_ContentPlaceHolder1_infoFeatures ul, #ctl00_ContentPlaceHolder1_pnlEscapiaFeatures ul {
        position: static;
        list-style: disc inside;
    }

    #ctl00_ContentPlaceHolder1_infoFeatures li {
        width: 170px;
    }


span.pfli {
    color: #E7DED3;
    width: 100px;
}

/*#ctl00_ContentPlaceHolder1_lblDescription {
    width: 348px;
    padding: 10px 22px 20px;
    line-height: 130%;
    clear: left;
    color: #fff;  
}*/

#clear {
    clear: both;
}

#nearby-activities {
    width: 214px;
    height: 32px;
    background: url(images/plaque.png) no-repeat;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    margin: 30px auto 10px;
}

#nearby-activities-slideshow {
    width: 474px;
    height: 316px;
    background: url(images/vr-slideshow-background.png);
}

#rentalDivider {
    height: 75px;
}

#agents h1 {
    width: 174px;
    height: 26px;
    background: url(images/plaque.png);
    display: block;
    padding: 8px 20px;
    color: #413C33;
    font-size: 17px;
    text-align: center;
    margin: 20px auto 10px auto;
}

#agents > div {
    width: 880px;
    margin: 20px 40px 60px 40px;
    float: left;
}

#agents .picture {
    width: 220px;
    float: left;
    margin-bottom: 30px;
}

    #agents .picture div {
        background: url(images/agent-background.jpg) no-repeat;
        padding: 7px;
        width: 128px;
        height: 158px;
        margin: 0 auto;
    }

        #agents .picture div input {
            width: 120px;
            height: 150px;
        }

    #agents .picture p {
        display: block;
        color: #DCD3C6;
        font-size: 12px;
        text-align: center;
        height: 12px;
    }

.slideShow {
    height: 279px;
    margin-left: 16px;
    margin-top: 16px;
    width: 440px;
    cursor: pointer;
}

.popupBg {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.popupWoodVR {
    -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, .75);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, .75);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color='#000000');
    background: url(images/vrpopup_bg.jpg);
    width: 640px;
    height: 520px;
}

    .popupWoodVR span, .popupWoodVR a {
        color: #E1D5C0;
        font: normal 16px Verdana, sans-serif;
    }

    .popupWoodVR .popupHeaderVRWood {
        width: 602px;
        height: 18px;
        padding: 9px 8px 3px 30px;
    }

.popupHeaderVRWood .popupCloseBtnVRWood {
    float: right;
    width: 18px;
    height: 18px;
    border: none 0px;
}

.popupWoodVR .popupBodyVRWood {
    width: 542px;
    height: 450px;
    padding: 10px 48px 0 50px;
}

.popupBodyVRWood .floatleft {
    float: left;
}

.popupBodyVRWood .floatright {
    float: right;
}

.popupBodyVRWood > div {
    padding: 6px 0px 0px 0px;
    float: left;
    width: 542px;
}

.popupBodyVRWood label {
    display: block;
    width: 249px;
    color: #E1D5C0;
    text-align: left;
    font: normal 16px Verdana, sans-serif;
}

    .popupBodyVRWood label + input {
        display: block;
        width: 239px;
        height: 28px;
        padding: 0px 5px;
        background: url(../images/vrpopup_input.png) no-repeat left top;
        color: #675446;
        font: normal 15px Verdana, sans-serif;
    }

.popupBodyVRWood .validationMsg {
    display: block;
    width: 249px;
    min-height: 0px;
    text-align: center;
    font: normal 13px Verdana, sans-serif;
}

.popupBodyVRWood textarea {
    float: left;
    width: 533px;
    height: 188px;
    padding: 5px 10px 5px 5px;
    background: url(../images/vrpopup_textarea.png) no-repeat left top;
    color: #675446;
    font: normal 15px Verdana, sans-serif;
}

.popupBodyVRWood .popupBtn {
    display: block;
    cursor: pointer;
    width: 98px;
    height: 38px;
    padding: 0px;
    margin: 0px auto;
    background: url(../images/vrpopup_sendbtn.jpg) no-repeat left top;
}

.popupBodyVRWood .emailusTitle {
    min-width: 92px;
}

.popupBodyVRWood .linestyle {
    float: left;
    padding: 8px 0px 0px 0px;
}

.popupFooterVRWood {
    width: 640px;
    height: 30px;
}

    .popupFooterVRWood .popupMessageVRWood {
        padding: 2px 48px 0 50px;
        text-align: center;
        color: #FFFFFF;
        font: bold 14px Verdana, sans-serif;
    }

.popupEnvelopeVR {
    width: 510px;
    height: 323px;
    background: url(images/balihai-more-info-vr.jpg);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .75);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .75);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color='#000000');
}

.popupTextarea {
    border: 2px groove #c5ba9c;
    background-color: #eedfb8;
    width: 318px;
    height: 144px;
    margin: 4px 0 0;
    padding: 12px;
    font: italic 13px Arial, Tahoma !important;
    color: #382824 !important;
    overflow: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    resize: none;
}

.popupTextareaVR {
    border: none;
    background: url(images/textareabg.jpg) no-repeat;
    width: 215px;
    height: 130px;
    overflow: auto;
}

.popupTextbox {
    border: 2px groove #c5ba9c;
    background-color: #eedfb8;
    width: 336px;
    height: 37px;
    display: block;
    font-size: 11px;
    padding: 0px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    resize: none;
    margin: 4px 0 0;
}

.popupTextbox-small {
    border: 2px groove #c5ba9c;
    background-color: #eedfb8;
    width: 325px;
    height: 30px;   
    font-size: 11px;
    padding: 0px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    resize: none;
    margin: 4px 0 0;
}

.popupTextboxSmall {
    border: none;
    background: url(images/popupsmalltextbox.jpg) no-repeat;
    width: 83px;
    height: 15px;
    font-size: 11px;
    padding: 0px 3px;
}

.popupTextboxMini {
    border: none;
    background: url(images/popuptextboxmini.jpg) no-repeat;
    width: 35px;
    height: 15px;
    font-size: 11px;
    padding: 0px 3px;
}

.popupBtn {
    background: url(images/sendnow.png) no-repeat;
    width: 200px;
    height: 28px;
    border: none;    
}

.popupStamp {
    float: left;
    clear: both;
    margin-top: 15px;
    margin-left: 155px;
}

#popupMoreInfoLeft {
    float: left;
    width: 353px;
    padding: 30px;
}

#popupMoreInfoRight {
    float: left;
    width: 295px;
    padding-left: 10px;
}

    #popupMoreInfoRight .popupStamp {
        margin-left: 158px;
    }

    #popupMoreInfoRight input {
        float: left;
    }

    #popupMoreInfoRight span {
        float: left;
        margin-left: 3px;
    }

.popup-inner-menu {
    clear: both;
    list-style: outside none none;
    text-align: center;
}

    .popup-inner-menu > li {
        display: inline-block;
        margin: 0 6px;
    }

        .popup-inner-menu > li > * {
            color: #e7ded3;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
        }

        .popup-inner-menu > li > a:hover {
            color: #bd9554;
        }

        .popup-inner-menu > li > a > img {
            vertical-align: middle;
            margin: 0 4px 6px 0;
        }

.ask-question {
    background: url(/images/ask-a-question.png) no-repeat center 0;
    width: 162px;
    height: 32px;
    display: inline-block;
    margin: 13px 0 0;
}

.ask-question:hover {
    background: url(/images/ask-a-question.png) no-repeat center -32px;
}

.print-flyer {
    background: url(/images/print-flyer.png) no-repeat;
    width: 182px;
    height: 39px;
    display: inline-block;
    margin: 6px 0 0 8px;
}


.popupLoginBG {
    background: url(images/balihaireg.png) no-repeat;
    width: 720px;
    height: 660px;
}

.popupFormBG {
    background: url(images/balihaireg.png) no-repeat;
    width: 720px;
    height: 660px;
}

.popupCpassBG {
	position: relative;
    background: url(images/balihaireg.png) no-repeat;
    width: 720px;
    height: 658px;
}

.popupCpassBG .section-image{
	margin: 100px 0 55px 70px;
}

.popupCpassBG .stamp-image{
	position: absolute;
    top: 0;
    right: 0;
}

.popupCpassBG .input-section{
	width: 55%;
	float: left;	
}

.popupCpassBG .text-input
{
	margin-bottom: 5px;
	font: 14px Tahoma, Arial;
	color: #382824;
	display: block;
}

.popupCpassBG .popupTextbox-account-options,
.popupCpassBG .agent-list
{
	border: 2px groove #c5ba9c;
	background-color: #eedfb8;
	width: 290px;
	height: 30px;
	font-size: 11px;
	padding: 0px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #333;
	resize: none;
	margin: 4px 0 0;
}

.popupCpassBG .popupwindow-right.custom{
	margin: 100px 30px 0 0;
	height: 475px;
}

.popupFpassBG {
    background: url(images/balihaireg.png) no-repeat;
    width: 720px;
    height: 660px;
}

.fpass-left {
    float:left;
    width: 400px;
}

.popupRow {
    padding: 0px;
    margin: 13px 0 0;
    position: relative;
}

.popupRow-small {
    margin: 0;
    padding: 0;
}

.loglabel {
    font: 14px Tahoma, Arial;
    color: #382824;
    display: block;
}
.forgotpass span {
    font: 12px Tahoma, Arial;
    color: #000;
}
.login-left {
    width: 400px;
    float: left;
}
.login-img {
    padding: 75px 0 0 75px;
}
.btnLoginPopup {
    background: url(images/login-btn.png) no-repeat;
    width: 202px;
    height: 30px;
    cursor: pointer;
    border: none;
    cursor: pointer;
}

.btnRegisterPopup {
    background: url(images/btnRegister3.png) no-repeat;
    width: 199px;
    height: 28px;
    cursor: pointer;
    border: none;    
    margin: 5px 0 0;
}
.btnFreeInfoPopup {
    background: url(images/recieve-free-info-btn.png) no-repeat;
    width: 202px;
    height: 30px;
    cursor: pointer;
    border: none;    
    margin: 5px 0 0;
}

.infoPacked {
     width: 280px;    
    border: none;
    -webkit-appearance: none;
    list-style: none;
    font: 14px Tahoma, Arial;
    color: #382824;
}

.infoPacked option { 
    /* Whatever color  you want */
    background-color: #EEDFB8;
}
.fpassShowSink {
    float: right;
    margin: 11px 30px 0 0;
    color: #57523E;
    font: italic 16px Georgia,serif;
    text-decoration: underline;
    cursor: pointer;
}

.btnFpassPopup {
    width: 205px;
    height: 35px;
    background: url(images/send-btn.png)no-repeat;
    cursor: pointer;
    border: none;
}

.btnCpassPopup {
	margin-bottom: 30px;
    width: 80px;
    height: 30px;
    background: url(images/btnChange2.jpg) -10px -6px no-repeat;
}

.popupThankYouMessage {
    float: left;
    margin: 174px 33px;
    text-align: center;
    font-size: 16px;
    color: #163961;
}

.popupLoginBG.logUser {
    background: url(images/balihai-login-special.jpg) no-repeat;
    margin: 50px auto;
}

#videonavcnt {
    float: left;
    width: 190px;
    margin: 20px 10px 20px 30px;
}

#videonavtop {
    width: 100%;
    background: url(images/sidebartop.jpg) no-repeat;
    height: 7px;
}

#videonav {
    background: url(images/sidebarbg.jpg) repeat-y;
    height: 500px;
    padding: 5px 10px;
}

    #videonav h3 {
        color: #DCD0C4;
        font-size: 16px;
        font-weight: bold;
        padding: 0px 10px;
        border-bottom: 1px solid #B78D4E;
        display: block;
        margin-bottom: 20px;
        padding: 0px;
    }

    #videonav ul {
        color: #CCC3B8;
        font-size: 14px;
        list-style: url(images/li.png);
        margin-left: 20px;
    }

    #videonav li {
        margin-bottom: 5px;
    }

li.selected {
    list-style: url(images/liselected.png) !important;
}

#videonav ul ul {
    margin: 5px 0px 0px 15px;
}

#videonavbottom {
    width: 100%;
    background: url(images/sidebarbottom.jpg) no-repeat;
    height: 6px;
}

#videocnt {
    float: left;
    width: 700px;
    margin-bottom: 40px;
}

    #videocnt h1 {
        margin: 20px 0px 20px 200px;
        float: left;
        background: url(images/plaquelong.png) no-repeat;
        color: #413C33;
        font-size: 17px;
        width: 249px;
        height: 26px;
        padding: 8px 30px;
        text-align: center;
    }

.agetnColumn {
    float: left;
    width: 420px;
    margin-left: 40px;
}

#agentname {
    margin: 20px 0 20px 0;
    width: 960px;
    height: 42px;
    text-align: center;
}

#content #agentname h1 {
    font-size: 17px;
    color: #413C33;
    background: url(images/btncenter.png) repeat-x;
    height: 30px;
    display: inline;
    padding: 8px 6px 12px 6px;
    position: relative;
    top: -17px;
}

#agentname #nameleft {
    position: relative;
    left: 6px;
}

#agentname #nameright {
    position: relative;
    right: 6px;
}

div.agentpaneltop {
    width: 420px;
    background: url(images/agentpaneltop.jpg);
    height: 8px;
}

div.agentpanel {
    width: 380px;
    background: url(images/agentpanel.jpg) repeat-y;
    padding: 12px 20px;
    overflow: hidden;
}

div.agentpanelbottom {
    width: 420px;
    background: url(images/agentpanelbottom.jpg);
    height: 7px;
    margin-bottom: 40px;
}

#hawaiiFigureSpace {
    height: 55px;
}

#agentDescription .picture {
    width: 135px;
    float: left;
    margin-right: 20px;
}

    #agentDescription .picture div {
        background: url(images/agent-background.jpg) no-repeat;
        padding: 7px;
        width: 128px;
        height: 158px;
        margin: 0 auto;
    }

        #agentDescription .picture div img {
            width: 120px;
            height: 150px;
        }

#agentDescription > h3 {
    color: #CCC1AF;
    font-size: 16px;
    border-bottom: 2px solid #CCC1AF;
    float: left;
    width: 200px;
    display: block;
}

#agentDescription > span.phone {
    color: #BD9554;
    font-size: 16px;
    float: left;
    width: 200px;
    margin-bottom: 15px;
}

#agentDescription > p {
    color: #E4D7C4;
    font-size: 14px;
    clear: left;
    margin-top: 10px;
    float: left;
    width: 100%;
}

#agentDescription > table {
    float: left;
    clear: left;
}

.agentpanel h2 {
    color: #CCC1AF;
    font-size: 16px;
    border-bottom: 2px solid #CCC1AF;
    float: left;
    width: 380px;
    display: block;
}

#emailAgent label {
    float: left;
    display: block;
    width: 170px;
    color: #BD9554;
    font-size: 14px;
    margin-right: 17px;
    margin-top: 15px;
}

#emailAgent input {
    border: 1px solid #524D46;
    background-color: #CCC1AF;
    width: 170px;
    float: left;
    display: block;
    margin-right: 15px;
}

#emailAgent span {
    float: left;
    color: Red;
    width: 170px;
    display: block;
    margin-right: 17px;
    font-size: 12px;
}

#emailAgent textarea {
    border: 1px solid #524D46;
    background-color: #CCC1AF;
    width: 355px;
}

#emailAgent .btnSend {
    background: url(images/largebtn.png);
    border: none !important;
    height: 42px;
    width: 277px;
    color: #E7DED3;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

    #emailAgent .btnSend:hover {
        background-position: 0px -42px;
    }

#ctl00_ContentPlaceHolder1_agentListings .listingHeader {
    color: #CDC0B3;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #CDC0B3;
    line-height: 9px;
}

#ctl00_ContentPlaceHolder1_agentListings table {
    color: #BD9554;
    font-size: 12px;
    font-weight: normal;
    width: 380px;
    margin-top: 20px;
    float: left;
}

    #ctl00_ContentPlaceHolder1_agentListings table img {
        border: 1px solid #B8A57C;
        margin: 6px 0px 4px 0px;
    }

#ctl00_ContentPlaceHolder1_agentBlog > table {
    margin-top: 5px;
}

    #ctl00_ContentPlaceHolder1_agentBlog > table td {
        padding: 2px 0px;
        font-size: 12px;
    }

#ctl00_ContentPlaceHolder1_agentBlog a {
    color: #e7ded3;
    text-decoration: none;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

    #lightbox img {
        width: auto;
        height: auto;
    }

    #lightbox a img {
        border: none;
    }

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer > #hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA);
    display: block;
}

#prevLink {
    left: 0;
    float: left;
}

#nextLink {
    right: 0;
    float: right;
}

#prevLink:hover, #prevLink:visited:hover {
    background: url(images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background: url(images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData {
    padding: 0 10px;
    color: #666;
}

    #imageData #imageDetails {
        width: 70%;
        float: left;
        text-align: left;
    }

    #imageData #caption {
        font-weight: bold;
    }

    #imageData #numberDisplay {
        display: block;
        clear: left;
        padding-bottom: 1.0em;
    }

    #imageData #bottomNavClose {
        width: 66px;
        float: right;
        padding-bottom: 0.7em;
        outline: none;
    }

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

#ctl00_ContentPlaceHolder1_craigslistGridView {
    margin: 0px 15px 0px 15px;
}

    #ctl00_ContentPlaceHolder1_craigslistGridView .craigslist_gv_header {
        text-align: center;
        padding: 5px 0px 5px 0px;
    }

    #ctl00_ContentPlaceHolder1_craigslistGridView a {
        color: #BD9554;
    }

        #ctl00_ContentPlaceHolder1_craigslistGridView a:hover {
            text-decoration: none;
        }

    #ctl00_ContentPlaceHolder1_craigslistGridView input[type=checkbox] + label {
        display: none;
    }

.commonbox {
    float: left;
    width: 607px;
    margin: 40px auto;
}

.commonbox_topborder {
    float: left;
    width: 607px;
    height: 8px;
    background: url(images/commonbox_topborder.png) repeat-y left top;
}

.commonbox_bodyline {
    float: left;
    width: 607px;
    background: url(images/commonbox_bodyline.png) repeat-y left top;
}

.commonbox_bottomborder {
    float: left;
    width: 607px;
    height: 8px;
    background: url(images/commonbox_bottomborder.png) repeat-y left top;
}

#hawaii_vcb_logo {
    float: left;
    width: 157px;
    height: 56px;
    margin: 3px 20px 10px;
}

    #hawaii_vcb_logo + p {
        float: left;
        width: 390px;
        margin: 10px 20px 0 0;
        text-align: left;
        color: #ddd0c4;
        font: 16px Tahoma;
    }

#real-estate-show {
    display: block;
}

.socials {
    margin: 10px 0 0 20px;
}
.socialFooter .socials {

    top: 125px;
    
}

    .socials a {
        float: left;
        width: 30px;
        height: 31px;
        margin: 0 15px 0 0;
        background: url(images/socialIcons.png) no-repeat;
    }

    .socials .facebook {
        background-position: 0 0;
    }

    .socials .twitter {
        background-position: 0 -31px;
    }

    .socials .youtube {
        background-position: 0 -62px;
    }

    .socials .google {
        background-position: 0 -93px;
    }

#footer .socialFooter #boynton {
    left: 250px;
    top: 195px;
}

#footer .socialFooter #Termsofuse {
  position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#footer .socialFooter #kukui {
     left: 667px;
    top: 195px;
}

#footer .footer-search {
    display: block;
    margin: 20px 0 0;
}

#footer .footer-search .footer-textbox {
    background: url(/images/footer-search.png) no-repeat;
    border: none;
    width: 140px;
    height: 30px;
    padding: 0 10px 0 14px;
    color: #898989;
    font-size: 12px;
    float: left;
}

#footer .footer-search .footer-btn88 {
    background: url(/images/footer-search-btn.png) no-repeat;
    width: 81px;
    height: 29px;
    display: inline-block;
    float: left;
    margin: 2px 0 0 11px;
}

#footer .footer-search .footer-btn88:hover {
    background: url(/images/footer-search-btn.png) no-repeat 0 -29px;    
}

#ctl00_FooterNoSocial {
    width: 80%;
}

.panelwide {
}

    .panelwide .topborder {
        width: 902px;
        height: 8px;
        background: url(../images/panel-wide-topborder.png) no-repeat;
    }

    .panelwide .bodyline {
        padding: 15px 0;
        width: 902px;
        background: url(../images/panel-wide-bodyline.png) repeat-y;
    }

    .panelwide .bottombroder {
        width: 902px;
        height: 8px;
        background: url(../images/panel-wide-bottomborder.png) no-repeat;
    }

.countytaxrecord {
    clear: both;
    padding: 15px 29px 80px;
    width: 902px;
}

    .countytaxrecord h6 {
        display: block;
        margin: 0 auto 10px;
        padding: 8px 20px;
        width: 174px;
        height: 26px;
        background: url(../images/plaque.png);
        color: #413C33;
        font: bold 17px tahoma,sans-serif;
        text-align: center;
    }

    .countytaxrecord a {
        color: #E7DED3;
    }

    .countytaxrecord table {
        overflow: hidden;
        display: block;
        margin: 0 auto;
        border: 0;
        border-collapse: collapse;
        width: 860px;
        table-layout: fixed;
        color: #E7DED3;
        font-size: 14px;
    }

    .countytaxrecord tbody {
        display: table;
        width: 100%;
    }

    .countytaxrecord table + table {
        margin: 50px auto 0;
    }

    .countytaxrecord td {
        padding: 4px;
        vertical-align: top;
        text-align: center;
        line-height: 14px;
    }

    .countytaxrecord .table_header {
        padding: 0 0 15px;
        background: url(../images/panel-wide-separator.png) repeat-x left 25px;
        color: #BD9554;
        font-size: 16px;
        text-align: center;
    }

    .countytaxrecord .table_subheader td {
        color: #BD9554 !important;
    }

    .countytaxrecord .odd td {
        color: #81533C !important;
        font-weight: bold;
    }

    .countytaxrecord .table_subheader ~ tr td {
        color: #E7DED3;
    }

    .countytaxrecord .owner_header {
        color: #BD9554;
        vertical-align: top;
        text-align: left;
		width: 600px;
		max-width: 100%;
    }

    .countytaxrecord .owner_value {
        text-align: left;
    }

    .countytaxrecord .sales_header {
        color: #BD9554;
        vertical-align: top;
        text-align: center;
    }

.loginmessage {
    width: 100%;
    height: 200px;
    color: #fff;
}

    .loginmessage p {
        width: 100%;
        padding: 50px 30px;
        text-align: center;
    }

    .loginmessage a {
        color: #fff;
        font-weight: bold;
    }

.agent-wroking {
    font: 16px tahoma, arial !important;
    color: #382824;    
    display: block;
}

.agent-details {    
}

.js-radio-btns td {
    margin: 10px 0 0;
    display: inline-block;
}

.js-radio-btns td + td {        
    margin: 10px 0 0 20px;
}

.js-radio-btns label {
    font: 14px Tahoma, Arial;
    color: #000;
}

.js-radio-btns input[type=radio] {
    display:none;
}

.js-radio-btns input[type=radio] + label:before {
    content: "";  
    display: inline-block;  
    width: 18px;  
    height: 18px;  
    padding: 1px 0 0 1px;
    border: 1px solid #796e48;
    vertical-align: middle;
    margin-right: 5px;  
    background-color: #e2cc9b;      
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.16);   
}

.js-radio-btns input[type=radio]:checked + label:before {    
    content: url(images/tick.png);    
    background-color: #e2cc9b;    
}

.reg-radio-btns td {
    margin: 10px 0 0;
    display: inline-block;
}

.reg-radio-btns td + td {        
    margin: 10px 0 0 20px;
}

.reg-radio-btns label {
    font: 14px Tahoma, Arial;
    color: #000;
}

.reg-radio-btns input[type=checkbox] {
    display:none;
}

.reg-radio-btns input[type=checkbox] + label:before {
    content: "";  
    display: inline-block;  
    width: 18px;  
    height: 18px;  
    padding: 1px 0 0 1px;
    border: 1px solid #796e48;
    vertical-align: middle;
    margin-right: 5px;  
    background-color: #e2cc9b;      
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.16);   
}

.reg-radio-btns input[type=checkbox]:checked + label:before {    
    content: url(images/tick.png);    
    background-color: #e2cc9b;    
}

.agent-list {    
    margin: 7px 0 0;
    width: 252px;
}

.static-container js-show-agent {
    display: block;
    float: left;
    margin-left: -190px;
}

div#agentHolder {
    margin-top: 9px;
}

    div#agentHolder:after {
        content: " ";
        clear: both;
        display: block;
    }

.btnSelectAgent {
    width: 70px;
    height: 27px;
    float: left;
    margin: 15px 84px 12px;
    background: url(images/selectbtn.jpg) -6px -4px no-repeat;
}

.agentmessage {
    width: 285px;
    float: left;
    margin-left: 15px;
    color: #000;
}


/* Booking Calendar */

.ui-widget-header {
    background-image: url("/images/datepicker-bg.jpg");
    border: none;
}

.ui-widget-content {
    background: #F4F1EC !important;
}

    .ui-widget-content .ui-state-default {
        background: #F3EDE1;
        color: #524942;
    }

        .ui-widget-content .ui-state-default.ui-state-hover {
            border: 1px #72644A solid;
        }

#bookingCalendarContent .date-range-selected .ui-state-active,
#bookingCalendarContent .date-range-selected .ui-state-default {
    background: none;
    background-color: #306CAB;
    border: 1px #306CAB solid;
    color: #ffffff !important;
}


#bookingCalendarContent .ui-datepicker-unselectable {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    font: 12px Tahoma, sans-serif;
}

.ui-datepicker-unselectable > .ui-state-default {
    background: #9b907e !important;
    color: #524942 !important;
    border-color: #72644A !important;
}


div.ui-datepicker {
    font-size: 12px;
}


#bookingCalendarHeader {
    background-image: url("/images/bookingCalendar/calendar-bg-top.png");
    width: 473px;
    height: 69px;
}

#bookingCalendarFooter {
    background-image: url("/images/bookingCalendar/calendar-bg-bottom.png");
    width: 473px;
    height: 52px;
    background-position: 0 100%;
}

#bookingCalendarContent {
    background-repeat: repeat-y;
    background-image: url("/images/bookingCalendar/calendar-bg-middle.png");
    width: 423px;
    padding: 10px 20px;
}
    #bookingCalendarContainer p, #bookingCalendarLegend li {
        color: #85765e;
        font: 14px Tahoma, sans-serif;
    }

.bookingCalendarInputs {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

    .bookingCalendarInputs label {
        font: 16px Tahoma, sans-serif;
        color: #5a4e3a;
    }


    .bookingCalendarInputs input {
        text-align: center;
        border: 0;
        background-color: #f4ebd8;
        box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
        min-width: 54px;
        padding: 5px;
        border-radius: 4px;
        font: 16px Tahoma, sans-serif;
        color: #37170b;
    }

        .bookingCalendarInputs input.js-adultsInput, .bookingCalendarInputs input.js-childrenInput {
            width: 54px;
        }

        .bookingCalendarInputs input.js-checkInInput, .bookingCalendarInputs input.js-checkOutInput {
            width: 114px;
        }


        .bookingCalendarInputs input:focus {
            outline: none;
        }


#bookingCalendarContent h3 {
    font: bold 18px Tahoma, sans-serif;
    color: #37170b;
    margin-bottom: 10px;
}

    #bookingCalendarContent h3.calendarHeader {
        margin-top: -50px;
    }

#bookingCalendarContent a {
    font: 14px Tahoma, sans-serif;
    color: #905331 !important;
    text-decoration: none;
}

    #bookingCalendarContent a:hover {
        text-decoration: underline;
    }

.js-bookingCalendar {
    margin: 15px 0px 15px;
}


.js-bookingCalendarResult {
    border: 1px solid #c0b192;
    margin: 25px auto;
    color: #37170b;
}

    .js-bookingCalendarResult td {
        padding: 10px 20px 5px;
    }

    .js-bookingCalendarResult tfoot td {
        border-top: 3px double #b3a079;
        padding: 5px 20px 10px;
        font-weight: bold;
    }

.btn-bookOnline {
    background: url("/images/bookingCalendar/BookOnline.png") 0 0 no-repeat;
    width: 159px;
    height: 42px;
    display: block;
    margin: 20px auto;
}

.bookingCall {
    display: block;
    text-align: center;
    font: 18px Tahoma;
    color: #5a4e3a;
}

    .bookingCall strong {
        font-weight: bold;
        color: #37170b;
    }

#titleMain {    
    margin: 20px auto 12px;
    text-align: center;
    clear: both;
}


/*#region -- Footer precontent Sponsors --*/
.thumb-wrapper {
    position: relative;
    width: 918px;
    margin: 13px auto 0;
}

.pre-footer-content {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

    .pre-footer-content .cerficates-wrapper a {
        width: 207px;        
        vertical-align: middle;        
        overflow: hidden;
        display: inline-block;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);    
        }

        .pre-footer-content .cerficates-wrapper a:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(0.9);
        }

    .pre-footer-content a + a {
        margin: 0 0 0 20px;
    }

    .pre-footer-content a:hover img {
    }

.pre-footer-body {
    margin: 30px auto;    
    position: relative;    
}

.exhibitor-logos > img {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
}

.cycle-slideshow {
    height: 457px;    
    max-width: 903px;
}

.cycle-carousel-wrap {
    position: inherit !important;
}

#js-prevPrefooterItemMain {
    position: absolute;
    top: 45px;
    left: 0;
    background: url(images/prev-arrow.png) no-repeat 0 top;
    height: 34px;
    width: 21px;
    right: 50px;
    border: none;
}

#js-nextPrefooterItemMain {
    position: absolute;
    top: 45px;
    right: 0;
    background: url(images/next-arrow.png) no-repeat 0 top;
    height: 34px;
    width: 21px;
    border: none;
}

#NavPrevArrow {
    position: absolute;
    top: 0;
    left: 80px;
    background: url(images/nav-arrows-flipped.png) no-repeat left top;
    height: 12px;
    width: 33px;
    border: none;
    z-index: 3;
}

#NavNextArrow {
    position: absolute;
    bottom: 0;
    left: 80px;
    background: url(images/nav-arrows-flipped.png) no-repeat left bottom;
    height: 12px;
    width: 33px;
    border: none;
    z-index: 3;
}

#NavPrevArrow:hover {
    background: url(images/nav-arrows-flipped.png) no-repeat right top;
}

#NavNextArrow:hover {
    background: url(images/nav-arrows-flipped.png) no-repeat right bottom;
}
/*#endregion -- Footer precontent Sponsors --*/

#listing-links .bold-txt {
    font: bold 15px Tahoma, Arial, Verdana;
    color: #f1ebdd;
    text-decoration: none;
}

#listing-links .bold-txt > img {
    margin: 0 9px 3px 4px;
    vertical-align: middle;
}

.email-listing {
    margin: 0 0 0 16px;
}

#ctl00_ContentPlaceHolder1_lnkExploreStreetView {
    background: url(/images/explore-streetview.png) no-repeat;
    display: inline-block;
    float: right;
    height: 30px;
    width: 294px;
}

.explore-streetview-login {
    background: url(/images/login-explore-streetview.png) no-repeat !important;
}

.property-description {
    margin: 20px auto 0;
}

.property-description ul {
    list-style: none;
    float: left;
}

.prop-desc-left {
    margin: 0 10px 0 15px;
}
.prop-desc-right{
/* margin-top: 38px; */
}
.price-desc-changefix {
	margin-left: 0px;
}

.prop-desc-left label {
    float:left;
    width: 95px;
    font: 14px Tahoma, Arial;
    color: #f0dcb1;
    text-transform: uppercase;
    line-height: 24px;
}

.prop-desc-right label {
    float:left;
    width: 125px;
    font: 14px Tahoma, Arial;
    color: #f0dcb1;
    text-transform: uppercase;
    line-height: 25px;	
}

.prop-desc-left span {
    font: bold 14px Tahoma, Arial;
    color: #f1ebdd;
    line-height: 24px;
}

.prop-desc-right span {    
    font: bold 14px Tahoma, Arial;
    color: #f1ebdd;    
    line-height: 24px;
}

#ctl00_ContentPlaceHolder1_lblPrice {
    font: bold 22px Tahoma, Arial;
    color: #f0dcb1;
    display: inline-block;
    margin: 0 0 15px 15px;        
}

#ctl00_ContentPlaceHolder1_lblPriceChange {
    font: bold 15px Tahoma, Arial;
    display: inline-block;
    /*margin: 0 0 15px;*/
}

.tax-info {
    font: 17px Tahoma, Arial;
    color: #f0dcb1 !important;
    display: inline-block;
    margin: 18px 0 0 19px;
}

.details-heading {
    font: bold 19px Tahoma, Arial, Verdana;
    color: #f1ebdd;
    margin: 4px 0 0 23px;
    display: inline-block;
}

.details-heading.extra-margin{    
    margin: 10px 0 0 22px;
}

.print-header .header-logo
{
	margin: 0 0 0 0;
}

/*#region -- Contact us form --*/

.contact-us-holder {
    float: left;
    margin: 50px 0 0;
}

.contact-us-form-bg {
    background: url(/images/contact-us-bg.jpg) repeat-y;
    width: 466px;
    display: inline-block;
}

.contact-us-form-background-top {
    background: url(/images/contact-us-bg-top.jpg) no-repeat;
    width: 466px;
    height: 7px;    
}

.contact-us-form-background-bottom {
    background: url(/images/contact-us-bg-bottom.jpg) no-repeat;
    width: 466px;
    height: 7px;    
}

.contact-us-heading {
    font: bold 19px Tahoma, Arial, Verdana;
    color: #f1ebdd;
    margin: 20px 0 2px 18px;
    display: inline-block;
}

.contact-us-txtbox {
    color: #898989;
    font: 12px Arial, Verdana;
    border: none;
    border-radius: 3px;    
    height: 24px;
    width: 400px;
    float: left;
    padding: 6px 12px;        
    background: #e7e3d5;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.contact-us-field {
    margin: 16px 0 0 18px;
    display: inline-block;    
    position: relative;
}

.contact-us-field span {
    font: bold 19px Tahoma;    
    position: absolute;
    right: -9px;
    top: 7px;
}

.contact-us-field.contact-us-comment {
    margin: 10px 0 0 18px;
}

.contact-us-field #ctl00_ContentPlaceHolder1_Contactus_txtContactUsComments {
    color: #898989;
    font: 12px Arial, Verdana;
    border: none;
    border-radius: 3px;    
    height: 81px;
    width: 400px;    
    float: left;
    resize: vertical;
    padding: 6px 12px;        
    background: #e7e3d5;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);    
}

#ctl00_ContentPlaceHolder1_Contactus_btnContactUsSubmit {
     background: url(/images/contact-us-btn.png) repeat-x;
    border: none;
    border-radius: 3px;
    padding: 4px 27px;
    font: bold 18px Arial, Verdana;
    color: #fff;
    margin: 15px 0 14px 18px;
    cursor: pointer;
    width: 91%;
    height: 40px;
}

#ctl00_ContentPlaceHolder1_Contactus_formComplete {
    font: bold 12px Arial, Verdana;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
}

/*#endregion -- Contact us form --*/

.clear-both {
    clear: both;
}

#cycle1 {
    width:80%;
}
#cycle2 {
    width:80%;
}
#cycle2 .cycle-slide {
    border:3px solid #fff;
}
#cycle2 .cycle-slide-active {
    border:3px solid #004;
}

#slideshow-2 {
    margin-top: 10px
}
.slideshow img {
    width: 50%;
    height: auto;
    display: block;
}

.close-listing {
    width: 960px;
    margin: 0 auto;
    text-align: right;
}

/*#region -- Pop-up shared styles --*/
.phone_label {
    display: block;
}

.phone_1, .phone_2, .phone_3 {
    display: inline-block;
}

.phone_1, .phone_2 {
    width: 54px;
}

.phone_2, .phone_3 {
    margin: 0 0 0 11px;
}

.phone_3 {
    width: 175px;
    margin-right: 3px;
}

.popupwindow-right {
    background: url(images/reg-right.png) no-repeat left top;
    width: 275px;
    height: 565px;    
    float: right;    
    margin: 68px 30px 0 0;
    position: relative;
}

.popupwindow-right .hulaguy-img {
    float: right;
    margin: 0 34px 0 0;
}

.popupwindow-right .have-a-question {
    font: bold 14px Tahoma, Arial;
    color: #00a2fe;
}

.popupwindow-right .info {
    position: absolute;
    bottom: 0;
    margin: 0 0 0 27px;
    width: 100%;
}

.popupwindow-right .info-img {
    vertical-align: top;
}

.popupwindow-right .phone-box {
    margin: 13px 0 0;
}

.popupwindow-right .email-box {
    margin: 6px 0 0;
}

.popupwindow-right .info-txt-phone {
    font: 14px Tahoma, Arial;
    color: #000;
}

.popupwindow-right .info-txt-email {
    font: 12px Tahoma, Arial;
    color: #000;
}

.popupwindow-right .connect-with-us {
    display: block;
    font: 13px Tahoma, Arial;
    color: #382824;
    margin: 15px 0 0;
}

.popupwindow-right .facebook {
    background: url(images/reg-facebook.png) no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin: 3px 0 0 0;
}

.popupwindow-right .youtube {
    background: url(images/reg-youtube.png) no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin: 3px 0 0 6px;
}

.popupwindow-right .twitter {
    background: url(images/reg-twitter.png) no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin: 3px 0 0 6px;
}

.popupwindow-right .google {
    background: url(images/reg-google.png) no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin: 3px 0 0 6px;
}

/*#endregion -- Pop-up shared styles --*/


/*#region -- Register pop-up --*/

.popupRow-reg {
    padding: 0px;
    margin: 6px 0 0;
    position: relative;
}

.reg-left {
    width: 360px;
    margin: 0 0 0 51px;    
    display: inline-block;
}

.create-account-img {
    margin: 35px 0 0 24px;
}

.reglabel {
    font: 14px Tahoma, Arial;
    color: #382824;    
}

.regname {
    display: inline-block;
    margin: 15px 0 0;
}

.regname + .regname {
    margin: 15px 0 0 9px;
}

.regname .popupTextbox { 
    width: 156px;    
}

#ctl00_RegisterMain_lblPhone {
    display: block;
}

#ctl00_RegisterMain_txtPhone1, #ctl00_RegisterMain_txtPhone2, #ctl00_RegisterMain_txtPhone3 {
    display: inline-block;
}

.reglogin {
    display: block;
    font: 11px arial, verdana;
    color: #000;
    margin: 8px 0 0;
}

.reglogin-inline-block {
    display: inline-block;
    font: 11px arial, verdana;
    color: #000;
    margin: 14px 0 0;
}

.reglogin a, .reglogin-inline-block a {
    color: #00a2fe;
    text-decoration: none;
}

.reglogin a:hover, .reglogin-inline-block a:hover {    
    text-decoration: underline;
}

/*#endregion -- Register pop-up --*/


/*#region -- Request more info pop-up --*/
.contactus-image {
    margin: 48px 0 0 25px;
}

.popupwindow-right.req-right {
    background: url(images/req-right.png) no-repeat left top;
    margin: 40px 30px 0 0;
    height: 590px;
}

.requestmorereg {
    font: bold 12px Tahoma, Arial;
    color: #382824;
    margin: 12px 0 31px 8px;
}

.popupwindow-right .connect-with-us.req-more-social {
    margin: 10px 0 0;
}

.popupwindow-right .phone-box.req-more-phone {
    margin: 11px 0 0;
}

.popupwindow-right .hulaguy-img.req-more-hulaguy {
    margin: -12px 34px 0 0;
}

.privacy-policy {
    font: 10px Arial, Verdana;
    color: #000 !important;
    display: inline-block;
    float: right;
    margin: 9px 14px 0 0;
    vertical-align: top;
}

.validator-phone {
    position: absolute;
    top: 30px;
}

.reg-left .form-validator{
	color: red;
}

/*#endregion -- Request more info pop-up --*/

.more{
	width: 382px;
    padding: 18px;
}
/*#region -- Share listing pop-up --*/
.textbox-share-listing {
    font: italic 12px Arial, Verdana;
    color: #818181;
    padding: 0 0 0 11px;
    width: 331px;
}

.textarea-share-listing {
    font: italic 12px Arial, Verdana;
    color: #818181 !important;
    height: 127px;
    margin: 0;
}

.lbl-share-listing {
    font: 14px Tahoma, Arial;
    color: #382824;
    margin: 0 0 4px;
}

.popupbtn-share-listing {
    background: url(/images/submit-share-listing.png);
    width: 199px;
    height: 28px;
    margin: 0 0 0 2px;
    border: none;
    cursor: pointer;
}

.facebook-share-listing {
    background: url(images/reg-facebook.png) no-repeat;
    height: 28px;    
    display: block;    
    padding: 0 0 0 42px;
    margin: 12px 0 0 0;
    font: 14px/26px Tahoma, Arial;
    color: #382824 !important;
    text-decoration: none;
}

.twitter-share-listing {
    background: url(images/reg-twitter.png) no-repeat;
    height: 28px;    
    display: block;
    padding: 0 0 0 42px;
    margin: 25px 0 0 0;
    font: 14px/26px Tahoma, Arial;
    color: #382824 !important;
    text-decoration: none;
}

.google-share-listing {
    background: url(images/reg-google.png) no-repeat;
    height: 28px;    
    display: block;
    padding: 0 0 0 42px;
    margin: 25px 0 28px 0;
    font: 14px/26px Tahoma, Arial;
    color: #382824 !important;
    text-decoration: none;
}

.sharelisting-message {
    font-family: Verdana;
    font-size: 12px;
    font-style: italic;
    color: #736251;
}

.sharelisting-message a {
    color: #0398e2;
    text-decoration: initial;
}

/*#endregion -- Share listing pop-up --*/


/*#region -- Account options pop-up --*/
.popupTextbox-account-options {
    background-color: #eedfb8;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    height: 25px;
    padding: 0 3px;
    resize: none;
    width: 210px;
}

.popupRow-account-options {
    padding: 0;
    margin-left: 70px;
}

/*#endregion -- Account options pop-up --*/


/*#region -- Lightbox gallery --*/

.gallery-holder {
    width: 416px;
    padding: 0 30px;    
    margin: 45px 0 0;
    float: left;
    clear: left;
    text-align: justify;
}

   .gallery-holder:after {
        clear: both;
        content: "Gallery";    
        opacity: 0;
    }


.gallery-holder a {
    text-decoration: none;
}

.gallery-holder img {
    width: 122px;
    height: 122px;
    margin: 0 0 15px;
    border: 2px solid #cfb277 !important;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         3px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.gallery-heading {
    color: #f1ebdd;
    display: block;
    font: bold 19px Tahoma,Arial,Verdana;
    margin: 7px 0 23px 2px;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;  
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*#endregion -- Lightbox --*/


/*#region -- Booking calendar --*/

.ui-widget-header {
    background-image: url("/images/datepicker-blue-bg.jpg");
    border: none;
}

.ui-widget-content {
    background: #F4F1EC !important;
}

    .ui-widget-content .ui-state-default {
        background: #F3EDE1;
        color: #524942;
    }

        .ui-widget-content .ui-state-default.ui-state-hover {
            border: 1px #72644A solid;
        }

#bookingCalendarContent .date-range-selected .ui-state-active,
#bookingCalendarContent .date-range-selected .ui-state-default {
    background: none;
    background-color: #009FE4;
    border: 1px #306CAB solid;
    color: #ffffff !important;
}


#bookingCalendarContent .ui-datepicker-unselectable {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    font: 12px Tahoma, sans-serif;
}

.ui-datepicker-unselectable > .ui-state-default {
    background: #9b907e !important;
    color: #524942 !important;
    border-color: #72644A !important;
}


div.ui-datepicker {
    font-size: 12px;
}


#bookingCalendarHeader {
    background-image: url("/images/bookingCalendar/calendar-bg-top.png");
    width: 473px;
    height: 69px;
}

#bookingCalendarFooter {
    background-image: url("/images/bookingCalendar/calendar-bg-bottom.png");
    width: 473px;
    height: 52px;
    background-position: 0 100%;
}

#bookingCalendarContent {
    background-repeat: repeat-y;
    background-image: url("/images/bookingCalendar/calendar-bg-middle.png");
    width: 423px;
    padding: 10px 20px;
}

.bookingCalendarLegend {
    text-align: center;
    margin-bottom: 15px;
}

    .bookingCalendarLegend li {
        list-style: none inside none;
        display: inline;
    }

        .bookingCalendarLegend li + li {
            margin-left: 50px;
        }

    .bookingCalendarLegend span {
        width: 17px;
        height: 12px;
        display: inline-block;
        border: 1px solid;
        margin-right: 10px;
    }

        .bookingCalendarLegend span.unavailable-date {
            background-color: #9b907e;
            border-color: #73644b;
        }

        .bookingCalendarLegend span.available-date {
            background-color: #f2ece0;
            border-color: #aba296;
        }

        .bookingCalendarLegend span.selected-date {
            background-color: #009FE4;
            border-color: #3469af;
        }
		
		.bookingCalendarLegend span.checkin-date {
            background: url(images/legend-bottom.png)
        }

        .bookingCalendarLegend span.checkout-date {
            background: url(images/legend-top.png)
        }
    #bookingCalendarContainer p, .bookingCalendarLegend li {
        color: #85765e;
        font: 14px Tahoma, sans-serif;
    }

.bookingCalendarInputs {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

    .bookingCalendarInputs label {
        font: 16px Tahoma, sans-serif;
        color: #5a4e3a;
    }


    .bookingCalendarInputs input {
        text-align: center;
        border: 0;
        background-color: #f4ebd8;
        box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
        min-width: 54px;
        padding: 5px;
        border-radius: 4px;
        font: 16px Tahoma, sans-serif;
        color: #37170b;
    }

        .bookingCalendarInputs input.js-adultsInput, .bookingCalendarInputs input.js-childrenInput {
            width: 54px;
        }

        .bookingCalendarInputs input.js-checkInInput, .bookingCalendarInputs input.js-checkOutInput {
            width: 114px;
        }


        .bookingCalendarInputs input:focus {
            outline: none;
        }


#bookingCalendarContent h3 {
    font: bold 18px Tahoma, sans-serif;
    color: #37170b;
    margin-bottom: 10px;
}

    #bookingCalendarContent h3.calendarHeader {
        margin-top: -50px;
    }

#bookingCalendarContent a {
    font: 14px Tahoma, sans-serif;
    color: #905331 !important;
    text-decoration: none;
}

    #bookingCalendarContent a:hover {
        text-decoration: underline;
    }

.js-bookingCalendar {
    margin: 15px 0px 15px;
}


.js-bookingCalendarResult {
    border: 1px solid #c0b192;
    margin: 25px auto;
    color: #37170b;
}



    .js-bookingCalendarResult td {
        padding: 10px 20px 5px;
    }

    .js-bookingCalendarResult tfoot td {
        border-top: 3px double #b3a079;
        padding: 5px 20px 10px;
        font-weight: bold;
    }

.btn-bookOnline {
    background: url("/images/bookingCalendar/BookOnline-blue.png") 0 0 no-repeat;
    width: 159px;
    height: 42px;
    display: block;
    margin: 20px auto;
}

.bookingCall {
    display: block;
    text-align: center;
    font: 18px Tahoma;
    color: #5a4e3a;
}

    .bookingCall strong {
        font-weight: bold;
        color: #37170b;
    }

#bookOnline{
    position: relative;
    width: 715px;
    height: 82.5%;
    
}

#bookOnline .form-body{    
    height: 100%;
    padding: 0 30px;
    background: url(images/form-body.png) repeat-y;
}

#bookOnline .form-top-border{
    position: absolute;
    width: 100%;
    height: 49px;
    top: -49px;
    background: url(images/form-top.png) no-repeat 0 0;
}

#bookOnline .form-bottom-border{
    position: absolute;
    width: 100%;
    height: 49px;
    bottom: -49px;
    background: url(images/form-bottom.png) no-repeat 0 0;
}

#bookOnline #btnClose{
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: -25px;
    right: 30px;
    border: none;
    outline: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDREZGQzg4MUE1RjExRTVCNThDOTQzNUUyQUIzNUExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDREZGQzg5MUE1RjExRTVCNThDOTQzNUUyQUIzNUExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0NERkZDODYxQTVGMTFFNUI1OEM5NDM1RTJBQjM1QTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0NERkZDODcxQTVGMTFFNUI1OEM5NDM1RTJBQjM1QTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6vlVefAAACHElEQVR42mL8//8/Awhcd/fxBVKFQGwKxDwM1AFfgPg0EPdp7tyyBSTACLIQaFkLkF3NQFvQCrS0hvGam7cPkLOZgT7AjwlIFDHQDxSCLDSho4UmIAt56WghLxMDnQH9LQTlQkKYkYODQdDfl+E/IyOmPFAMJAdSQ4xZLAzQjI/TRUCD5FobGbh0tBnYpCQZXkyfxQDXA7RMIiOVQSjAj4HPzobhUVUdw78fPwj4EKgZH+Z3dwVbBgIgg8WBFsBcKw61DARAakBqCZnH8p+AD99u2MTAJi3FIAw1WDjQHy6HzAapA2FCIcbynwG/ApABz6ZOB/tJOMAfwyKIZRuBamYQtAxiIRGKQAY9nTIdbJ4ImmVv1m+EOIgYc8AW/iNOIQMjA3ZDQXEDMoNoC4lRCEyN0tkZDCJBARhSILH/0BCgTpACLZPJyWQQDQ6EC71etwFMi0IdAJN7MnkaEYnm/z+8CkSDAlEtW7ue4fGkKfDghMmB6B+PH8MdQ3Y+fLN1O8OXi5fAil+tXcfwaOJkYJz9A2MQGyQGrtqBat5s20EwHzKetrYnGPBMnJwMIj5eDK/WrMMMMmCQi4UEMbzZso3h3/fvhJPDSUvb//QsvIlLpUPawn///n2mY63/BeTDM0CGI50sPA2ysJ+OFvaDG8KHjc3o0hC2PXuqhhGWaA4ZmYIqvAIgNgNibipZ8hWIT4F8ZnfuNLixDRBgAJSwVn3ILlKaAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    cursor: pointer;
}

#bookOnline .clear{
    clear: both;
}

#bookOnline h2{
    font: 24px Tahoma, Sans-Serif;
    color: #382824;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#bookOnline .form-note{
    display: block;
    font: 11px Arial, Sans-Serif;
    color: #382824;
}

#bookOnline .form-half-col{
    float: left;
    width: 288px;
    margin: 15px 15px 0;
}

#bookOnline .form-half-col .form-label,
#bookOnline .full-row .form-label{
    font: 14px/2 Tahoma, Sans-Serif;
    color: #382824;
}

#bookOnline .form-half-col input[type='text'],
#bookOnline .full-row textarea{
    width: 94%;
    background: #EEDFB8;
    border-top-color: #BAB5A2;
    border-left-color: #BAB5A2;
    border-right-color: #F6E8CD;
    border-bottom-color: #F6E8CD;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    outline: none;
    font: 14px/2 Tahoma, Sans-Serif;
    color: #382824;
    padding: 0 5px;
}

#bookOnline .full-row{
    float: left;
    width: 100%;
    margin: 15px 15px 0;
}

#bookOnline .full-row textarea{
    width: 588px;
    max-width: 588px;
    min-height: 130px;
}

#bookOnline .form-send-button{
    float: left;
    width:201px;
    height: 30px;
    outline: none;
    border: none;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAeCAYAAACG/TqSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2NTQ5RTM5MUE1RjExRTVCNDUzQkEwRDQ2MTlFMUNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ2NTQ5RTNBMUE1RjExRTVCNDUzQkEwRDQ2MTlFMUNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDY1NDlFMzcxQTVGMTFFNUI0NTNCQTBENDYxOUUxQ0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDY1NDlFMzgxQTVGMTFFNUI0NTNCQTBENDYxOUUxQ0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mma46AAAHBElEQVR42uxcfUxTVxQ/rYUqWFpAyoffBFGclE0dTqZT5gzRYaYLk8SYmLBI4qLJmGMx4Q+j0T8Wt2k2ZzLcnC7RIWqyGadzBrsRw/yck8UPyocoUqBioaUVin19u/e+vst7hVfdFy6++0tOeO+8c9+997zzu/ec11Idz/MgQvelfQb6U4hkMpJIYGBQH7qQnEdSgaQXKzSYJIgcGnS8A0kJEi3zEwMDtCBZgeSKSIgyJBsZQRgYKMYjOYUkRTNib6sJHdiRjGJ+YWAYhE/xzrGAEYSBQRF5mCTJzA8MDIpIwiTRMD8wMCiDFeoMDIwkDAz/DDrgA6qacPksA+SnR4N5tI6cOzx+OGHzQvGVnmEbQ0WOEQqeM4C3PwDGA/awNkoI1/bfhGtNCkRHamHfby7iI+y/opnGYev//0GSAK8egsyOIQ9YCkwWokNuKL7sHp6BSF2u5P8neSzD+ez4YH/8U+r/6ZJEPTtJYaawMjc96If84x1g6wuAbWUypMZHkmsf1bqJ7r8POElwKfk/aIPHml7Z9tR8Zvyq5a+P/dkjCaeKiaaP1JK0AaO+0we2h4/I8fc33VAybwy5tsisA1sz+boOrEzWw6a5cWBJFj5Cqm3rhY3WTrB2Ce2qX0+EnEnRcLTWBQa9FvKmGoa0w/jhtQTZ9Ta3XxJo3GOIxEO4Z4THeejNseR457lOeCPDgEivB0ePH94900H02xaMobrPLzph+y3PwO6abYLCLBP1TdMDHxz43UVtXGsnCenWJScUX+wGWXqukthRzU5iexhAQfIIzIYIErAVPg6+QAFeerWbiBS5sRGwNz+ZBg4GJsvBZUmw8PA9sPVyNIgLLPL0DdttmRsL1hPtApnykyBn8mjZdYv0kylF/z/hii25hslO00iDDnYtNkO0fgSdB9Z9MH8MbL8hpJXlc2Kh6MU42e0wmbDNkdteYZ5S0uK+VLiTaIFDjlCJHLzqpBMvsJjgzOqJ4N+QBhXz4yDXqKV2W16OI4F1+pYLdLvqiNTaHxKCbZ1tFOyCQYwL2FWVd6gNRtbYKGKD7ykSpOZ2D7FZ/E0TISuF0niDAYiDFo8xVPCYpXZkl0L94z52VncESREBjZ19Mh2e17qJI0nbhanC2PZd6CQ2m3+yU5tF5ojgPCUk4Tg5SVQSNzrg1FOTlKKU4ZK9F9Znx0NO6sCbo4Ln42BJhhGWH2oGq7MfslKiiD5vmhH80+Q7xcxxmAAButBfu+eFyhaBHFU2N1hwWxJQAVg6IYq22/yzg+is931Q3eCGghfiqd1j6xal67itpHg+VttFdHiOIvCYsO5kowdKXkkkurhIDdGlH2gS3qS9aoYKlJItmW6i7UQbOg6xv9BzVpM8e6hs8RDBKJthhJyJoyFveixJS96fEwetZ9vJsRIS0epMfBYMFrvLR3Pz7l5hh8Dt0/Wo6NUPfJmh1dtP7dx9T1CTBFnYhHaC9K8bwqRbA+3rnX3CuURHxoTOSf/01gGiK5+XAEVzExW6D8jHJp6rsSbhOXVMtBytom/nJJHjDceaYE99D2y7htIvJG3josEcEwlTEkZCnacfvKhewYH+ydlWKL3YGTaI8f/jiD7kA/IA6u4dIEMKIkydR7DDhT69i4L/ecmKHfYZyfoMCLYSHU91INMtNOkoQWoaXXD+jgcuo3Tt0OopAuEe9Mn6Fecp/Sc9tcQOqknQg1SBVDUMFOdrsxNgqh6IvmxGDCEICYwOL9E1OoT0aXlmLLHD0vZOBnCbssjqS+4pBgsOSLEf6SqLAuhkfRc93ZqbRGwKU/SwIE2SwimNmQY6H35u0tUcH4fqeHF8cl2GaWC3/PGmE0p/bYcV02IG30tKRtm4ANQSOzpQyWpwuNkNa/64D3mZCWAZb4AbJVmy63j32FFtJ8G0t8YOnxVOhdSEKJmdw+2Dj8+3ywtYsaANXdWRztrhg9PBPnPSTMCVzRo8MC78K2A8hiHbIazaf30IknAhukCwANXIdFV3euiOuTV/MhEp0kworWwOJRs3aCFQR03CqacmWXq0Acq7+mBZlhnMRj3V19icsPtcKwpqLznfc8MJsd/VQ8HMRLBMEFbX2rtueO94I9T1+OSFtRg8g1IfIWBxnxWoLngrO4Xep627D/Is5uAuwSnXBI9D6CtYkRAhKZigk5MEz+PDU02wPncC8YUD1Va7rXfpnDOTRsne4g1+u8WrhiQabVn1OhwXwMDAMBRcqtpJGBj+5itgP/MCA0P4msTPWMLAoAxOB37/XeYHBgZFtKCd5NEv6MCBxMz8wcAwCEfILzhq11Xinzb9FtiPQjAwSHEdyUsa8WsG2uKDq9GfXUjimW8YGKAKCeZEu0b6XRxt0X783enFIPxgdgTzE4MK4UJyAclVUfGnAAMA9eJ1G3Yx4DAAAAAASUVORK5CYII=');
    cursor: pointer;
}

#bookOnline .form-half-col input[type='text'].form-area-code{
    width: 50px;
    margin-right: 15px;
}

#bookOnline .form-half-col input[type='text'].form-number-body{
    width: 185px;
}

#bookOnline select{
    width: 277px;
    height: 38px;
    padding: 0 5px;
    font: 14px Tahoma, Sans-Serif;
    outline: none;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border: none;
    background-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARUAAAAmCAYAAADqdw9VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJDQkNFMzhCMUE2QTExRTVCMzA5OUQ3Q0YwMjY1N0VFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJDQkNFMzhDMUE2QTExRTVCMzA5OUQ3Q0YwMjY1N0VFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkNCQ0UzODkxQTZBMTFFNUIzMDk5RDdDRjAyNjU3RUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkNCQ0UzOEExQTZBMTFFNUIzMDk5RDdDRjAyNjU3RUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Bd7d/AAADMklEQVR42uzdy04TURzH8X9LA9hABBOJRKK4EIiACQJyCQ/hxifwEXwCTXwIN65MXPkCxo0E5CIEo6i4A4MBubRcpu20Mz3HMwP0povOtCv6/ZB/mTk9bGbxy//fmYaI1vqOiNw21WGqyZQWAKhe1tSuqS1TiZgXKLnU7pN87vSx1m6LaDIFQAAmM5TK5bRynr58s/raC5Wrecd6pNxMi8rbZoOiVQEQLFeU03yYzDwzh+teqMTMQpsXKMrNMv0ACCxxbMt+InPNHPZF/RTxRh7ToRAoAMJQSkvO9TJE2qOF9oXrAqCmGchPkUiUKwGgnggVAIQKAEIFAKECAMHF/Ff/lrIWnqYFEIquCBX97zoAhMmUYqhorf0CgMChUpIfsWLOaHoVADX3KrGLcz5SAVBLpOiy8ee8dWH8ARBy/il0JbHyqCFUgMssmTySr+vf5OH4qLS2tv53j23bsvxpVYaHBqWzs6P6UCnrVEp+AFxePzZ+ysHBoXyYnZeZmUmJx+Nl76fTaZmbW5RUKmX2bsjU1ESA8ae0U2H8ARrC+PgDWVpakb29fZk1wTI9PSnt7W3+e5Zlyfz8kmQyGenqum72jladCf4+XdqpaG4pA40gGo3KxMSYrKysyc7OrulKPha6kYWFZclms9LdfUPGxkb8vUFCpaxTKQw/hApw6UUiET801ta+yPb2b9OdLPrrjuNIT89NGRm57+8Jkgd+oJR2Kow/QOPxwiMWa5LNzV/+eW/vLRkeHiyOM0FUPvzGLWWgMQ0N3TPBctZbDAz0hc6Asz8rG3/KkwZA4+jvvxuuOykLFV24q8z4A6BmZ9nB+AOgXqEiFZ3KxX/o0IpQARCCqvyWMp0KgJrGn+Ix4w+AOoRK5S1lr3sxr4pQARBm+in55iCdCoD6zD88/AagvuNPSadykTSECoBQ408xPyJeqNhK5UsXAaD6QFFaHEeJm1feaYsXKn9cxz7KO9mOY8sRHlUBUP3cIyZMtCROHLHSedusxL1Q2TKB8vzoNPsieeJe8TYAQLW8zEjZKn+ccr+bU8sLlcTb91uvzO/PpvpNtXGZAFQpYqr5PDcsU+/+CjAA8+bwAVJG/lAAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
}

#bookOnline .success,
#bookOnline .error{
    display: block;
    clear: both;
    padding: 10px 0;
    font: 14px Tahoma, Sans-Serif;
    color: #382824;
}

#bookOnline .error{
    color: #bd0a0a;
}

span.errormsg
{
    width: 366px;
    margin: 0 5px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #a74d36;
    color: #a74d36;
    background: #e2a67f;
    display: inline-block;
    font: 12px/1.6em Arial, Sans-Serif;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    clear: both;
}

#bookingContainer {
    float:left;
}

#bookingCalendarContent .date-checkin a {
    font: 12px Tahoma, sans-serif !important;
    color: #524942 !important;
    font-weight: bold !important;  
    border-color: #72644A !important;
    background: url(images/selecet-bot.png) no-repeat bottom left !important;
}

#bookingCalendarContent .date-checkout a {
    font: 12px Tahoma, sans-serif !important;
    color: #524942 !important;
    font-weight: bold !important;  
    border-color: #72644A !important;
    background: url(images/select-top.png) no-repeat top right !important;
}

/*#endregion -- Booking calendar --*/

.wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0 5px;
    background-color: #FFF;
}

/* --- Helpers --- */

.bold { font-weight: 700 }

/* --- Header --- */

.header {
    text-align: center;
    margin-bottom: 20px;
}

.header-logo {
    display: inline-block;    
    box-shadow: none;
}

/* --- Images --- */

.images {
    display: inline-block;
    margin-bottom: 5px;
}

/* Main Image */

.images-main {
    width: 950px;
    height:504px;
    display: block;
    margin-bottom: 10px;
}


/* Secondary Images */

.images--single {
    width: 310px;
    height: 183px;
    float: left;
}

.images--single + .images--single { margin-left: 10px }

/* --- Title --- */

/*.title { padding-bottom: 10px }*/

.title-name,
.title-price {
    font-family: "Roboto", Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    color: #4d3425;
    text-align: center;
    margin: 0;
}

.title-name  { font-size: 42px }
.title-price { font-size: 30px }


/* --- Information --- */

.information {
    height: 27px;
    border-top: 1px solid #d3d3d4;
    border-bottom: 1px solid #d3d3d4;
    text-align: center;
}

.information-section {
    float: left;
    display: inline-block;
    width: 235px;
    /*padding: 0 20px;*/
    font-family: "Roboto", Verdana, sans-serif;
    font-weight: 300;
    color: #4e3426;
    font-size: 22px;
    border-right: 1px solid #4e3426;
}

.information-section.last { border-right: none }

body.mod-lightbox-on {    
}

.mod-lightbox {
    display: none;
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mod-lightbox > .mod-lightbox-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNgYGC4CQAA3gDaVVaaNwAAAABJRU5ErkJggg==);
}
.mod-lightbox .mod-lightbox-shell {
    position: fixed;
    z-index: 9992;
    margin: 30px;
    border: 5px solid #333;
    padding: 1em;
    max-width: 90%;
    max-height: 90%;
    background: #fff;
}
.mod-lightbox .mod-lightbox-content {
    position: relative;
    z-index: 9993;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    background: #fff;
}
.mod-lightbox .mod-lightbox-btn-close {
    display: block;
    position: absolute;
    top: -25px;
    right: -21px;
	width: 21px;
	height: 21px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAqCAYAAABcOxDuAAABlklEQVR42p3VMQrCMBQG4IAgdBI6CZ5B8BIeQBBcBaEH8ACCk2fwEgWhU0FwcnLyAIJ08wCu8Y8kNTVN33sN/It5fkXNb5TC0loPkBWyRhIlWJifIxky8V8cIif9WzckZYI7730vZOo29jpcJPwHuvU0n9psFrp9ReEI6FZqBhYdAwFMgLk/mHFgAjwHPzIDPohAJiwHPXgjAEv2uWbCpbQoBs47wHejQT2aoqXnuC/Ih4UgDRPgBdmKYAaYSJpHHZ/gYBPw1Q0V0qYQ8FhFviuyehH4/v0/tQNHUZfb4UdQCHvXLOsn8Ysys3fbqLFRVdUAWSFrRNRnzM+RDJn4Lw6RE6JtbkjKBHfe+17I1G3svQ02/Ae6PM2nNptFy2YnHAFdUjOw6BgIYALM/cGMAxPgOfiRGfBBBDJhOejBGwFYss81Ey6lRTFw3gG+Gw3q0RQtPcd9QT4sBGmYAC/IVgQzwETSPOr4BAebgK9uqJA2hYDHKvJdkdWLwPfv/6kdOIq63A4/gkLYu2ZZP4lflJm92+qL7wOiEA0BDR2hYAAAAABJRU5ErkJggg==);
    background-position: left top;
    color: transparent;
	font-size: 0;
	line-height: 0;
	text-indent: -9999%;
    text-decoration: none;
}
.mod-lightbox .mod-lightbox-btn-close:hover {
    background-position: left bottom;
}

/* --- Description --- */

.description { margin-top: 10px }

.description-contact,
.description-listed,
.description-text,
.description--picture {
    float:  left;
    font-family: "Roboto", Verdana, sans-serif;
    color: #4e3426;
}

.description-text {
    width: 520px;
    text-align: justify;
    font-family: "Roboto", Verdana, sans-serif;
    line-height: 1;
    color: #4e3426;
    margin-top: 0;
    padding-left: 10px;
}

.description-map,
.description-map img {
    float: right;
    width: 350px;
    padding-right:10px;
    height: 120px;
}

.description-contact {
    width: 535px;
    margin-top: 5px;
}

.description--picture {
    width: 107px;
    height: 116px;
    margin-right: 15px;
}

.description--name {
    font-family: "Roboto", Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.description--phone,
.description--email {
    letter-spacing: 1px;
    margin: 0;
}

.description-listed {
    float: left;
    font-family: "Roboto", Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    color: #4e3426;
	clear: both;
}

.description-properties {
    float:right;
    width: 390px;
    font-family: "Roboto", Verdana, sans-serif;
    color: #4e3426;
    margin-top: 15px;
}

.description--image {
    float: left;
}

.description--see_all {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}

.description--site {
    margin: 0;
    color: #00aeef;
    font-size: 18px;
    letter-spacing: 3px;
}

/* --- Footer --- */

.footer {
    clear: both;
    text-align: center;
}

.footer-information,
.footer-additional {
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
    color: #4e3426;
    margin: 0;
}

.vatinon-galery {
    left: 24px !important;
    bottom: 27px !important;
}

/* -- Vcation Reviews--*/

.reviews {
    padding-top:20px;
}

.reviews-topborder {
    width: 902px;
    height: 8px;
    background: url(../images/panel-wide-topborder.png) no-repeat;
    float:left;
}
.reviews-bottombroder {
    padding-bottom: 50px;
    float:left;
    width: 902px;
    height: 8px;
    background: url(../images/panel-wide-bottomborder.png) no-repeat;
}

.line-separator {
    width: 800px;
    height: 5px;
    padding: 10px 0 10px;
    margin-left: 50px;
    background: url(../images/panel-wide-separator.png) repeat-x left;
}

.reviews ul {
    background: url(../images/panel-wide-bodyline.png)
}
.reviews li {
    overflow:hidden;
    padding-left: 5px;
}
.userRating {  
    padding: 0;
    width: 210px;
    height: 28px;
    margin: 0 auto;
    background: url(images/userRating.png) no-repeat 18px -280px;
}

.userRating.rating0  { background-position: 18px 0      }
.userRating.rating5  { background-position: 18px -28px  }
.userRating.rating10 { background-position: 18px -56px  }
.userRating.rating15 { background-position: 18px -84px  }
.userRating.rating20 { background-position: 18px -112px }
.userRating.rating25 { background-position: 18px -140px }
.userRating.rating30 { background-position: 18px -168px }
.userRating.rating35 { background-position: 18px -196px }
.userRating.rating40 { background-position: 18px -224px }
.userRating.rating45 { background-position: 18px -252px }
.userRating.rating50 { background-position: 18px -280px }

.reviews
.reviews .rating.rating0 { background-position: 0 0;}
.reviews .rating5 { background-position: 0 -16px !important;}
.reviews .rating10 { background-position: 0 -32px !important;}
.reviews .rating15 { background-position: 0 -48px !important;}
.reviews .rating20 { background-position: 0 -64px !important;}
.reviews .rating25 { background-position: 0 -80px !important;}
.reviews .rating30 { background-position: 0 -96px !important;}
.reviews .rating35 { background-position: 0 -112px !important;}
.reviews .rating40 { background-position: 0 -129px !important;}
.reviews .rating45 { background-position: 0 -144px !important;}
.reviews .rating50 { background-position: 0 -160px !important;}

.reviews .rating0,
.reviews .rating5,
.reviews .rating10,
.reviews .rating15,
.reviews .rating20,
.reviews .rating25,
.reviews .rating30,
.reviews .rating35,
.reviews .rating40,
.reviews .rating45,
.reviews .rating50 {
    float: right;
    margin: 3px 5px;
    overflow: visible;
    height: 15px;
    width: 98px;
    display: inline-block;
    background-image: url(images/ratingStars_testimonials.png);
    background-repeat: no-repeat;
    *zoom: 1;
}
.userRating label {display: none }

.userRating li {
    float: left;
    list-style: none;
    width: 18px;
}

.userRating li input {
    filter: alpha(opacity=00);
    opacity: 0;
    height: 28px;
    width: 18px;
    cursor: pointer;
}

.reviews-section {
    margin: 0px 30px;
    width: 902px;
    float:left;
    
}

.reviews .user-name {
    min-width: 50px;
    color: #b79865;
    font: 16px/1.4em Tahoma,sans-serif;
    float: right;
}

.reviews .comment-date {
    padding: 3px 0 0;
    color: #b79865;
    font: 12px/1.4em Tahoma,sans-serif;
    float: right;
}

.reviews .review-meta {
    float:left;
    width:150px;
}

.reviews .review-data {
    float:left;
    width: 605px;
    padding: 20px 0 0 20px;
}

.reviews .review-data span {
    color: #ddd0c4;
    font: 16px/1.5em Tahoma,sans-serif;  
}

.reviews-section .title {
    margin: 60px auto 15px;
    width: 260px;
    height: 42px;
}

.title .leftborder {
    float: left;
    width: 33px;
    height: 42px;
    background-image: url(images/btnleft.png);
}

.title .body {
    float: left;
    padding: 9px 10px 0;
    width: 165px;
    height: 33px;
    color: #413C33;
    font: bold 17px Tahoma,sans-serif;
    text-align: center;
    background-image: url(images/btncenter.png);
}

.title .rightborder {
    float: left;
    width: 33px;
    height: 42px;
    background-image: url(images/btnright.png);
}

.write-a-review {
    background: url(../images/panel-wide-bodyline.png);
}

.write-a-review .row {
    min-height: 35px;
    padding-top: 15px;
}

.write-a-review .row label {
    padding: 4px 5px 0 0;
    color: #bd9554;
    font: 14px Tahoma,sans-serif;
    cursor: pointer;
    vertical-align: top;
}

.write-a-review .row .long {
    border: 1px solid #524D46;
    background-color: #CCC1AF;
    margin-left: 8px;
    width: 280px;
    height: 26px;
}

.write-a-review .row .long-multiline {
    border: 1px solid #524D46;
    background-color: #CCC1AF;
    width: 485px;
    min-height: 130px;
}

.write-a-review .row .btnSubmit {
    width:88px;
    height:28px;
    border:0;
    background: url(images/btn88.png);
    color: #E7DED3;
    font-size: 16px;
    font-weight: bold;
    margin-left: 90px;
}

.write-a-review .row .btnSubmit:hover {
    background-position-y:-28px;
}

.responce {
    margin: 30px auto;
    width: 700px;
    text-align: center;
}

.responce-top {
    height: 30px;
    width: 100%;
    background: url(images/narrowbgtop.png) no-repeat;
}

.responce-body {
    height: 30px;
    width: 100%;
    background: url(images/narrowbg.png) no-repeat;
}

.responce-body span {
    color: #413C33;
    font-size: 17px;
    font-weight: bold;
}

.responce-bottom {
    height: 40px;
    width: 100%;
    background: url(images/narrowbgbottom.png) no-repeat;
}
.iframe-home-video
{
	width:960px !important;
	height:720px !important;
}

.instagram{background: url(images/instagram.png) no-repeat !important;}

/* For Send Postcard section*/

.send-postcards {
    display: block;
    margin: 25px auto 0;
    text-align: center;
}

.send-postcards img {
    display: inline-block;
}

/* For Postcard Popup */

#popup-postcard {
    display: block;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.postcards {
    background: url(images/Postcards/lightbox-bg.png);
}
/*.postcard-background {
    overflow: hidden;
    height: 100%;
    background: url(images/Postcards/postcard4.jpg) no-repeat;
}
.postcard-background.Postcard1,
.view-postcard-container .image-section.Postcard1 {
    background: url(images/Postcards/postcard1.jpg) no-repeat;
}

.postcard-background.Postcard2,
.view-postcard-container .image-section.Postcard2 {
    background: url(images/Postcards/postcard2.jpg) no-repeat;
}

.postcard-background.Postcard3,
.view-postcard-container .image-section.Postcard3 {
    background: url(images/Postcards/postcard3.jpg) no-repeat;
}

.postcard-background.Postcard4,
.view-postcard-container .image-section.Postcard4 {
    background: url(images/Postcards/postcard4.jpg) no-repeat;
}*/

.postcards-close {
    position: absolute;
    cursor: pointer;
    top: 30px;
    left: 30px;
    width: 87px;
    height: 32px;
    border:none;
    background: url(images/Postcards/close-postcards.png) no-repeat;
}

.card-section .postcard-frame {
    margin: 160px 0 0 95px;
    padding: 58px 10px;
    background: url(images/\Postcards/postcard-frame.png) no-repeat top left;
}

.card-section .postcard-frame .postcard {
    display: inline;
}


.postcardform-content {
    position: relative;
    width: 1125px;
    height: 660px;
    min-height: 545px;
    margin: 10% auto 0;
}

.postcardform-content .postcard-stamp {
    float: right;
    padding-right: 15px;
}

.postcardform-content .card-section {
    float: left;
    width: 692px;
    height: 100%;
    background: url(images/Postcards/sand-bg.jpg);
}

.postcardform-content .cards-title {
    display: inline-block;
    margin: 0 0 20px 10px;
    font: 16px/1.2em Tahoma, Arial, sans-serif;
    color: #382824;
}

.postcardform-content .postcards-list {
    list-style: none;
    overflow: hidden;
}

.postcardform-content .postcards-list li {
    float: left;
    width: 210px;
    text-align: center;
}

    .postcardform-content .postcards-list li label {
        display: inline-block;
    }

.postcards-list li input {
    position: absolute;
    z-index: -9999;
    height: 1px;
    width: 1px;
}

.postcards-list li img {
    pointer-events: none;
}

.postcards-list li label span {
    display: inline-block;
    margin: 10px 0 20px;
    padding: 2px 0 2px 25px;
    font: 13px/1.2em Tahoma, Arial, sans-serif;
    color: #79622e;
    background: url(images/Postcards/checkbox.png) no-repeat left center;
}

.postcards-list li input[type="radio"]:checked + label span {
background: url(images/Postcards/checkbox-selected.png) no-repeat left center;
}

.postcardform-content .postcards-controls {
    height: 100%;
}

.postcardform-content .input-section {
    float: left;
    padding-top: 15px;
    width: 433px;
    height: 100%;
    background: url(images/Postcards/input-bg.jpg) no-repeat;
}

.postcardform-content .input-section {
    list-style: none;
    overflow: hidden;
}

.postcardform-content .input-section li {
    overflow: hidden;
    margin-bottom: 20px;
}

.postcardform-content .input-section label {
    float: left;
    width: 100px;
    margin-top: 10px;
    margin-left: 50px;
    padding-right: 15px;
    font: 14px/1.2em Tahoma, Arial, sans-serif;
    color: #382824;
    text-align: right;
}

.postcardform-content .input-section input,
.postcardform-content .input-section select {
    float: left;
    width: 218px;
    padding: 9px 5px 9px 10px;
    font: italic 16px/1.2em Tahoma, Arial, sans-serif;
    border: none;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(139,142,150,1);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(139,142,150,1);
    box-shadow: inset 1px 1px 5px 0px rgba(139,142,150,1);
    background: #eedfb8;
}

.postcardform-content .input-section select {
    width: 233px;
}

.postcardform-content .input-section input:focus {
    outline: none;
}

.postcardform-content .input-section textarea.long {
    float: left;
    resize: none;
    width: 218px;
    height: 165px;
    padding: 9px 5px 9px 10px;
    font: italic 16px/1.2em Tahoma, Arial, sans-serif;
    border: none;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(139,142,150,1);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(139,142,150,1);
    box-shadow: inset 1px 1px 5px 0px rgba(139,142,150,1);
    background: #eedfb8;
}

.postcardform-content .input-section .bostcard-btn{
    float: right;
    width: 126px;
    margin: 0px 35px 7px 0;
    padding: 9px 0;
    border: none;
    font: 700 12px/1.2em Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: url(images/Postcards/btn-submit-bg.jpg) no-repeat;
    cursor: pointer;
    color: #eedfb8;
    box-shadow: none;
}

.postcardform-content .textbox.error {
    float: right;
    clear: both;
    width: 320px;
    margin: 20px 115px 0 0;
    background: no-repeat;
}

.postcardform-content .textbox.error ul {
    list-style: none;
    text-align:center;
}

.postcardform-content .validator {
    color: red; 
}

.postcardform-content .textbox.error {
    color: red;
}



/* For Responce Container*/
.respose-container {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 433px;
    background:url(images/Postcards/input-bg.jpg)no-repeat
}

.respose-container .sent-image {
    display: block;
    width: 100%;
    height: 465px;
}

.respose-container .response-message {
    display: block;
    margin: 50px 0 40px;
    font: 700 16px/1.6em Tahoma, Arial, sans-serif;
    text-align: center;
    color: #7e4308;
}

    .respose-container .response-message a {
        font:14px/1.6em Tahoma, Arial, sans-serif;
            color: #7e4308;
    }

.respose-container .social-media-links {
    margin: 30px auto;
    padding: 20px 0;
    text-align: center;
}

.respose-container .social-media-links .social-link {
    display: inline-block;
    margin-bottom: 5px;
    padding: 19px 85px 19px 0px;
    width: 136px;
    font: 700 11px/1.6em Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fbeac7;
}

.respose-container .social-media-links .social-link.fb-link {
    background: url(images/Postcards/fb-btn.jpg) no-repeat;
}

.respose-container .social-media-links .social-link.tw-link {
    background: url(images/Postcards/twitter-btn.jpg) no-repeat;
}

.respose-container .social-media-links .social-link.insta-link {
    background: url(images/Postcards/instagram-btn.jpg) no-repeat;
}

.respose-container .social-media-links .social-link.yt-link {
    background: url(images/Postcards/youtube-btn.jpg) no-repeat;
}

.respose-container .social-media-links .info-text {
    display: block;
    margin-top: 110px;
    text-align: center;
    font: 11px/1.2em Arial, sans-serif;
    text-transform: uppercase;
    color: #7e4308;
}

.respose-container .social-media-links .info-text a {
    color: #7e4308;
}


.respose-container .social-media-links .message {
    display: block;
    margin: 25px 0 10px;
    font: 12px/1.6em Arial, sans-srif;
    text-transform: uppercase;
}

/* View Postcard  */
.view-postcard-container {
    overflow: hidden;
    padding: 8px;
    background: #967d42;
}

.view-postcard-container .image-container {
    overflow: hidden;
    height: 420px;
    border: 4px solid #fff;
    background: url(images/Postcards/sand-bg.jpg);
}

.view-postcard-container .image-frame {
    width: 519px;
    height: 257px;
    margin: 0 auto;
    padding: 58px 0 0 10px;
    background: url(images/Postcards/postcard-frame.png) no-repeat;
}

.view-postcard-container .image-section {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-top: 50px;
    background: url(images/Postcards/image-border.png) no-repeat bottom center;
}

.view-postcard-container .postcard-image {
    display:block
}

.view-postcard-container .psotacrd-description {
    display: block;
    margin: 30px 0;
    font: 14px/1.2em Tahoma, Arial, sans-serif;
    color: #f6e5c1;
    text-align: center;
}

.web-cam-btn {
    display: block;
    margin: 0 auto 35px;
    padding: 12px 0;
    width: 220px;
    font: 700 14px/1.2em Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #bba46e;
}

.view-postcard-container .section-bg {
    background: #bba46d;
    overflow: hidden;
}

.view-postcard-container .postcard-section{
     float: left;
     margin: 20px 0;
     padding-left: 30px;
     width: 400px;
}

.view-postcard-container .postcard-section + .postcard-section{
    width: 200px;
}

.view-postcard-container .description {
    display: block;
    font: 700 18px/1.6em Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.view-postcard-container .postcard-message {
    display: block;
    font: 14px/1.6em Arial, sans-serif;
    color: #fff1d3;
}

.content-section .stamp {
    margin: 30px 30px 0 0;
    float: right;
}

.view-postcard-container .error-image {
    width: 100%;
}

.featured-listing-home{
	display: block;	
    margin-top: 30px;	
	text-align: center;
    
}

/* Media Query for Postcard Pop Up*/

@media (max-width: 1125px) {
    .postcardform-content {
        width: 900px;
        height:580px;
        margin: 5% auto 0;
        overflow: hidden;
    }

    .postcardform-content .postcard-stamp {
        display: none;
    }
    .postcardform-content .card-section {
        width:585px;
    }
    .card-section .postcard-frame {
        margin: 160px 0 0 25px; 
    }
    .postcardform-content .input-section {
        width: 310px;
        padding-top: 10px;
    }

    .postcardform-content .input-section li {
        margin-bottom: 10px;
    }

    .postcardform-content .input-section label {
        margin-top: 0;
        margin-left: 25px;
        margin-bottom: 5px;
        text-align: left;    
    }
    .postcardform-content .input-section input, 
    .postcardform-content .input-section select {
        margin-left: 25px;
    }
    .postcardform-content .input-section textarea.long {
        margin-left: 25px;
        height: 125px;
    }

    .postcardform-content .input-section .bostcard-btn {
        float: left;
        margin: 0px 0 7px 25px;
    }
}

@media (max-width: 900px) {
    .postcardform-content {
        width: 750px;
    }
    
   .postcardform-content .card-section {
        width: 430px;
    }
    
    .card-section .postcard-frame {
        margin: 220px 0px 0 15px;
        padding: 45px 83px 20px 10px;
        width: 315px;
        background-size: cover;
    }

    .card-section .postcard-frame img {
        width: 100%;
    }
}