/* @import url(http://fonts.googleapis.com/css?family=Quando); */

/*
* StackLayout by Campbell McGuiness
*
* http://stacklayout.com/
* http://twitter.com/stacklayout
* http://facebook.com/stacklayout
* http://decalcms.com/
* http://workingsoftware.com.au/
*
* This work is licensed under Creative Commons * Attribution-ShareAlike 3.0 Australia License * http://creativecommons.org/licenses/by-sa/3.0/au/
*
* Please retain this credit and let us know if you use StackLayout for inclusion on http://stacklayout.com/who.html
*
* cam@workingsoftware.com.au
*/
@import url(https://fonts.googleapis.com/css?family=Bubblegum+Sans);
@import url(https://allfont.net/allfont.css?fonts=arial-narrow);
.stack,.stack1of2,.stack1of3,.stack2of3,.stack1of4,.stack3of4,.stack1of5,.stack2of5,.stack3of5,.stack4of5,.stack1of8,.stack1of6, .stack1of10,.stackAuto,
/* add semantic class names here: */
.semanticClass
{
    display:inline-block;
    font-family:'Courier New',monospace;
    letter-spacing:-0.63em;
    text-align:center;
    vertical-align:top;
}
/* Opera Windows fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body .stack,head~body .stack1of2,head~body .stack1of3,head~body .stack2of3,head~body .stack1of4,head~body .stack3of4,head~body .stack1of5,head~body .stack2of5,head~body .stack3of5,head~body .stack4of5,head~body .stack1of8,head~body .stack1of6, head~body .stack1of10, head~body .stackAuto,
/* add semantic class names here: */
.semanticClass
{
    word-spacing:-0.63em;
}
.stack
{
    position:relative;
}}

.stackContent
{
    display:block;
    letter-spacing:normal;
    word-spacing:normal;
    text-align:left;
    font-family:Verdana, Georgia, sans-serif;
    position:relative;
}
.stackContent:after
{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.stackAuto .stackContent
{
    text-align:center;
}
.stackAuto
{
    width:auto;
}
.stack
{
    width:100%;
    overflow:hidden;
}
.stack .stack
{
    overflow:visible;
}
.stack1of2
{
    width:50%;
}
.stack1of3
{
    width:33.334%;
}
.stack2of3
{
    width:66.667%;
}
.stack1of4
{
    width:25%;
}
.stack3of4
{
    width:75%;
}
.stack1of5
{
    width:20%;
}
.stack2of5
{
    width:40%;
}
.stack3of5
{
    width:60%;
}
.stack4of5
{
    width:80%;
}
.stack1of8 {
    width:12.5%;
}
.stack1of6 {
    width:16.667%;
}
.stack1of10 {
    width:10%;
}

* {
    margin:0;
    padding:0;
    border:0;
}
html {
    font-size:100%;
}
body {
    background:#ffffff;
}
a {
    text-decoration:none;
    color:#C89A6B;
}
a:hover {
    text-decoration:underline;
}
.right-align {
    text-align:right;
}
.left-align {
    text-align:left;
}
.center-align {
    text-align:center;
}
.right {
    float:right;
}
.left {
    float:left;
}
.inner {
    max-width: 65em;
    min-width: 65em;
    margin:0 auto 20px;
    padding:0 1em;
}

#header {
    margin-bottom:0;
    height: 94px;
}

.fixed {
    position:fixed;
    zoom:1;
}
.absolute {
    position:absolute;
    zoom:1;
}
.relative {
    position:relative;
    zoom:1;
}

.image-wrapper {
    border:1px solid #222222;
}
.image-wrapper-top{
    margin-right: 10px;
}
.image-wrapper img {
    width:100%;
    float:left;
    opacity:0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.image-wrapper img.top {
    width:100%;
}

.logo-image
{
    max-height: 80px;
}

.multi-image {
    margin-bottom:10px;
}
.featured {
    background:#ffffff;
    height:10.4375em;
    margin-bottom:2em !important;
}
.margin {
    margin:0 8px;
}
.no-margin {
    margin:0;
}
.margin-bottom {
    margin-bottom:8px;
}
.margin-left {
    margin-left:8px;
}
.double-margin-bottom {
    margin-bottom: 12px;
}
.margin-right {
    margin-right:4px;
}
.padding {
    padding:0 8px;
    display:block;
    position:relative;
}
.padding-ordering {
    padding:5px 8px 0;
    display:block;
}
.padding-left {
    padding:0 0 0 4px;
}

.padding-left-full {
    padding:0 0 0 8px;
}

.padding-right {
    padding:0 4px 0 0;
}
.hidden {
    display:none;
}
#fb {
    width: 100% !important;
}

h1, h2, h3, h4 {
    font-size:1.5em;
    margin-bottom:0.5em;
    font-weight:normal;
    font-family:Arial, Verdana, Georgia, sans-serif !important;
    line-height:1em;
}
h1 {
    font-size:1.8em;
}
h3, h3 a {
    font-size:1.1em;
    color:#666666 !important;
}

.content-body h3 {
    font-size:1.3em;
}

h1 span {
    font-size:0.625em;
    color:#888888;
}

h1.entry-header span
{
    font-size: .85em !important;
}

h3 span, h3 a span {
    color:#666666;
    font-size:0.75em;
}
span.verified {
    display: block;
    float: right;
    margin-left: 4px;
}
span.verified-text {
    text-transform: capitalize;
    font-size: 16px;
    float: right;
    padding: 0 0 0 5px;
}
h4 {
    font-size:1.15em;
}

#navigation-wrapper {
/*     background: #f1f1f1; */
    top:0;
    left:0;
    height:3em;
    -moz-box-shadow: 0 0.2em 0.2em #999999;
    -webkit-box-shadow: 0 0.2em 0.2em #999999;
    box-shadow: 0 0.2em 0.2em #999999;
    z-index:1001;
}
#nav-wrapper {
    text-align:left;
}
#nav a {
    line-height:2em;
    text-decoration:none;
    padding:0.5em 0 0.375em;
    margin:0 0.5em;
/*     border-bottom:0.125em solid #f1f1f1; */
    color: #f1f1f1;
}
#nav a:hover {
    text-decoration:underline;
}

.underline-selected
{
    text-decoration: underline !important;
}

#socialise-wrapper, #socialise {
    text-align:right;
}
#facebook-like {
    margin-top:0.84375em;
    border:none;
    overflow:hidden;
    width:5.625em;
    height:1.3125em;
}


#search-form ul {
    list-style:none;
}
#search-form input {
    width:95%;
    font-size:1em;
    margin-top:0.625em;
    height:1.75em;
    border:0.1em solid #999999;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em;
    color: #ffffff;
    background: #222222;
}
#search-form input:focus,
#search-form input:hover {
    background: #000000;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration  {
    -webkit-appearance: none;
}

#header-wrapper {
    margin:4em 0 1em;
}
#header-info {
    margin-left:20%;
}
#logo {
    width:91.67%;
}
/*#images-wrapper {*/
/*    margin-bottom: 0.5em;*/
/*}*/
/*#images {*/
/*    margin-bottom: 0.5em;*/
/*}*/
#images-info {
    overflow:hidden;
    height:469px;
}
#images-info-content {
    margin-bottom:1em;
}
.images-info-content {
    margin-bottom:0.25em;
}
.photographer {
    line-height:1.5em;
    height:1.5em;
    position:absolute;
    bottom:2px;
    right:1%;
}
.photographer span {
    line-height:1.5em;
    height:1.5em;
    float: right;
    color: #ffffff;
}
.images-info-link {
    line-height:18px;
    height:18px;
    font-size:12px;
    margin-bottom:10px;
    margin-left: 3px;
}
#images-actions-wrapper {
    top:auto;
    bottom:0;
    left:0px;
    right:auto;
    width:100%;

}
#images-actions {
    padding:0 0.5em;
}
.info {
    line-height:1.5em;
    padding: 0 0.5em;
    font-size:12px;
    //text-align: right;
}
.action {
    background:#755A41;
    color:#ffffff;
    line-height:1.2em;
    min-height:1.2em;
    -webkit-border-radius:0.25em;
    -moz-border-radius:0.25em;
    border-radius:0.25em;
    text-decoration:none;
    padding: 0.4em 0.5em;
    text-align:center;
    border:1px solid #999999;
    font-family:Arial, Verdana, Georgia, sans-serif;
}
.action:hover {
    background: #000000;
    color: #ffffff;
    border-color: #444444;
}
a.large {
    font-size:24px;
}
#images-thumbnails-wrapper {
    margin-bottom:1em;
}

#images-thumbnails {
    overflow:hidden;
    height:76px;
    padding:0;
}

#thumbnails {
    height:68px;
    padding:0.5em 0;
    z-index:8;
}

.block {
    display: block;
}

.arrow {
    height:40px;
    width:40px;
    top:16px;
    z-index:10;
}
.arrow-previous {

    left:0;
}
.arrow-next {

    right:0;
}
.arrow a {
    height:36px;
    width:36px;
    display:block;
    margin:4px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius:18px;
}
.arrow-previous a {
    background: #f1f1f1 url('/static/images/arrows.png') 0 36px;
}
.arrow-next a {
    background: #f1f1f1 url('/static/images/arrows.png') 0 76px;

}

.thumbnail {
    margin:0 4px 0.5em;
}
.thumbnail.current {
     border:1px solid #ffffff;
}
#main-wrapper {
    margin-bottom: 1em;
}
#content-nav-wrapper,
#content-nav-extra
 {
    margin-right:0.5em;
}
#content-nav {
    list-style:none;
    padding:1em 0 0;
    -webkit-border-radius:0.25em;
    -moz-border-radius:0.25em;
    border-radius:0.25em;
    margin-bottom: 1em;
}
#content-nav li {
    margin:0 0.5em;
    padding: 0 0 0.5em 0;
}
#content-nav li.current > a {
    border-right: 2px solid #f1f1f1;
}
#content-nav a {
    font-size:1em;
    text-decoration:none;
    color:#ffffff;
    font-weight:normal;
    line-height:1em;
    display:block;
    margin-bottom:0.25em;
    padding-bottom:0.25em;
    border-right: 2px solid transparent;
}

#content-nav a:hover
{
    text-decoration: underline;
}


.collapsed {
    display: none;
}

#content-nav ul.content-nav-children {
    list-style:none;
    font-size:0.875em;
    text-decoration:none;
    color:#ffffff;
    padding:0.5em;
    -webkit-border-radius:0.25em;
    -moz-border-radius:0.25em;
    border-radius:0.25em;
}
#content-nav ul.content-nav-properties {
    font-size: 0.765625em;
}
#content-nav ul.content-nav-children ul.content-nav-children {
    padding:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
#content-nav ul.content-nav-children li,
#content-nav ul.content-nav-children a {
    line-height:1.5em;
    padding:0;
    border-bottom:none;
    margin-left:0;
}

.checked {
    background:url(/static/images/checked.png) 0 0 no-repeat !important;
    padding-left:1.5em !important;
}
.unchecked {
    background:url(/static/images/unchecked.png) 0 0 no-repeat !important;
    padding-left:1.5em !important;
}

.content-body {
    font-size: 12px;
    margin-bottom: 1.5em;
}
#map
{
    width: 716px;
    height: 716px;
}
.content-body p,
.fancy-content p,
.map p {
    margin-bottom:0.875em;
    line-height:1.375em;
}
.map p {
    font-size: 0.865em;
}
.content-body a {
    text-decoration: underline;
}
.content-section {
    margin-bottom:1em;
}
.content-featured {
    padding-top: 1em;
    padding-bottom: 0.5em;
    line-height: 1.25em;
}

.content-featured h3 a
{
    font-size: 16px;
}

.price-featured {
    line-height: 2em;
}

.header {
    margin-bottom:0.5em;
    padding-bottom:0.5em;
}

.ordering a {
    color:#000000;
    font-size:0.75em;
}

.list-entry {
    margin-bottom:0.75em;
    padding-bottom:0.75em;
}
.list-description {
    font-size:0.875em;
    line-height:1.375em;
}
.price-range img {
    max-height: 60px;
    float:right;
}
.meta {
    background:#f0e68c;
    border: 1px solid #999051;
    -webkit-border-radius:0.25em;
    -moz-border-radius:0.25em;
    border-radius:0.25em;
    padding:0.5em;
}
.meta ul, .meta dl {
    list-style:none;
    line-height:1.375em;
    font-size:0.875em;
}

.meta dl dt {
    font-weight: bold;
    color: #666666;
}

.meta-contact a {
    line-height:1.375em;
    font-size:0.875em;
}
.meta-contact {
    margin-bottom: 0.5em;
}

.ta > div > div > div {
    width:100% !important;
}
.map {
    border:1px solid #000;
}

#map-single
{
    width: 460px;
    height: 500px;
}
.pagination {
    padding-top:0.5em;
    margin-top:0.5em;
}

form span {
    margin:0 5px;
}
form span {
    display:block;
}

form input, form .button, form textarea {
    width:100%;
    height:22px;
    line-height:22px;
    background:#fff;
/*     -moz-border-radius:5px; */
/*     -webkit-border-radius:5px; */
/*     border-radius:5px; */
    border:1px solid #141414;
    box-sizing:border-box;
/*     color:#999999; */
    padding:0 0 0 5px;
    font-size:12px;
}
form textarea {
    height: 112px;
}
form input:focus, form .button:focus, form textarea:focus {
    color:#F2EDED;
}
form ul ul input, form input[type=checkbox] {
    width:auto;
    height:auto;
}
#auth-form input {
    height:20px;
    line-height:20px;
    font-size:11px;
}
form .button {
    padding:0 5px;
    color:#000;
}
form input:hover,
form .button:hover,
form textarea:hover {
    border:1px solid #444444;
    outline:none;
    text-decoration: none;
    background: #F2EDED;;
}
form input:focus,
form .button:focus,
form textarea:focus {
    border:1px solid #444444;
    color:#ffffff;
    outline:none;
    background: #000000;
}
form p.error {
    color:red;
    margin-bottom:0;
    font-size:12px;
    float:left;
}
form p.info {
    color: #666666;
    margin-bottom:0;
    font-size:12px;
    float:right;
}
#fancy-ajax h2 {
    margin-bottom:0.5em;
    border: 1px solid #000;
    padding:3px;
    color: #fff;
}
#fancy-ajax h2 span {
    font-size:0.75em;
    color:#fff;
}

.newsletter {
    padding:0 8px;
}
.ajax-form span {
    line-height:1em;
    margin:0;
}

.ajax-form ul {
    list-style:none;
}
.ajax-form ul span.label-wrapper {
    margin:1em 0 0.25em;
    font-size:16px;
}
.ajax-form label {
    font-size:10px;
}
.ajax-form ul span.label-wrapper-small label {
    font-size: 10px;
    font-weight: bold;
}
.ajax-form ul ul label {
    line-height:24px;
    height:24px;
    display:block;
    font-size:12px;
}
.ajax-form .button {
    margin-top:5px;
    font-size:1em;
    font-weight:bold;
    font-family:Arial, Verdana, Georgia, sans-serif;
/*     display:block; */
/*     text-align:center; */
    cursor:pointer;
}

#footer-wrapper {
    margin:1em 0 0;
    background: #f1f1f1;
    min-height:10em;
    -moz-box-shadow: 0 -0.2em 0.2em #999999;
    -webkit-box-shadow: 0 -0.2em 0.2em #999999;
    box-shadow: 0 -0.2em 0.2em #999999;
    padding:1em 0;
}
#footer h3 {
    margin-bottom:0.5em;
}
#footer ul {
    list-style:none;
}
#footer a {
    text-decoration:none;
    color:#9C7C55;
    font-size:0.875em;
}
#footer a:hover {
    text-decoration:underline;
}
#sites li, #sites a {
    /*line-height:60px;*/
    /*height:60px;*/
}
#sites li {
    margin-bottom: 10px;
}

.branding {
    margin: 1em 0;
}

ul.content-nav-children
{
    position: relative;
}

.standards-container
{
    /*position: absolute;*/
    background-color: #F1F1F1;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}

#content-nav .content-nav-children .standards-container a
{
    text-transform: capitalize !important;
    display: block !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #222 !important;
    padding: 3px 0 3px 0px !important;
    font-size: 11px !important;
}

/*#content-nav .content-nav-children .standards-container .standard-link
{
    display: inline;
    text-decoration: none !important;
    border: 0;
}

#content-nav .content-nav-children .standards-container .standard-link:hover
{
    text-decoration: none !important;
    color: #999051 !important;
    border: 0;
}*/

.grouper
{
    margin: 5px 0;
    display: inline-block;
    color: #666;
}

.input-wrapper textarea
{
    height: 30px;
    font-size: 11px;
    line-height: normal;
    width: 96%;
}

.entry-header
{
    display: inline-block;
    font-size: 20px;
    width: 500px;
}

.entry-header-span
{
    font-size: 14px;
}

.entry-verified
{
    display: inline-block;
    padding: 0 20px 5px;
}

.entry-rates
{
    background-color: #F7EFB7;
    padding: 5px;
    border: 1px solid #999051;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.entry-rate-header
{
    text-align: center;
    font-size: .875em;
    font-weight: bold;
    color: #999051;
}

.entry-price-header
{
    font-weight: bold;
    display: inline-block;
    width: 60px;
    color: #999051;
}

.entry-price-header-list
{
    font-weight: bold;
    display: inline-block;
    width: 40px;
    color: #999051;
}

.entry-rates-wrapper
{
    margin: 8px;
}

.entry-price
{
    border-bottom: 1px solid #fff;
    margin: 0 0 5px 0;
    font-size: 12px;
}

.bold
{
    font-weight: bold;
}

.acc-type
{
    font-size: 14px;
}

.accommodation-links ul
{
    display: none;
    background-color: #F1F1F1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    list-style: none;
    list-style-position: outside;
}

.accommodation-links .standard-link
{
    color: #222 !important;
}

form .booking-form-button
{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F49838), color-stop(.5, #F4A83A), to(#F49838)) !important;
    background: -webkit-linear-gradient(top, #F49838, #F4A83A, #F49838) !important;
    background: -moz-linear-gradient(top, #F49838, #F4A83A, #F49838) !important;
    background: -ms-linear-gradient(top, #F49838, #F4A83A, #F49838) !important;
    background: -o-linear-gradient(top, #F49838, #F4A83A, #F49838) !important;
}

form .booking-form-button:hover
{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F49838), color-stop(.5, #F4C93F), to(#F49838)) !important;
    background: -webkit-linear-gradient(top, #F49838, #F4C93F, #F49838) !important;
    background: -moz-linear-gradient(top, #F49838, #F4C93F, #F49838) !important;
    background: -ms-linear-gradient(top, #F49838, #F4C93F, #F49838) !important;
    background: -o-linear-gradient(top, #F49838, #F4C93F, #F49838) !important;
}

#property-only
{
/*     display: inline-block; */
/*     float: left; */
    font-size: 12px;
}

#safari-only
{
    /*display: inline-block;
    float: right;*/
    font-size: 12px;
}

#property-only a, #safari-only a
{
    width: auto;
    height: auto;
    line-height: normal;
    padding: 3px;
}

.featured-container
{
    margin: 0 0 20px 0;
}

.featured-content
{
    font-size: 12px;
}

.form-li
{
    padding: 0 0 2px 0;
}

#booking-form label, #booking-form1 label, #booking-form2 label
{
    color: #000;
}

#booking-form input, #booking-form1 input, #booking-form2 input
{
    padding: 0 0 0 2px;
/*     width: 98%; */
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 18px;
    font-size: 11px;
    color: #000;
    height:25px;
}

.form-meta
{
    background-color: #fff !important;
    border: 2px solid #999051;
}

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

h3.enquire-now
{
    margin: 0 !important;
    text-align: center;
    font-weight: bold;
    color: #000 !important;
}

.featured-description
{
    height: 100px;
}

.featured-entry-price
{
    display: inline-block;
}

.featured-price-content
{
    font-size: 10px;
    padding-right: 10px;
}

.featured-entry-price-header-list
{
    font-size:10px;
}

.featured-action
{
    font-size: 12px;
}

.featured-light-border-bottom
{
    border-bottom: 1px solid #666;
}

.featured-header
{
    font-size: 13px;
}

.featured-rates-container
{
    height: 40px;
}

.booking p
{
    display: inline;
}

.booking a
{
    display: inline;
}

.featured-discount
{
    display: block;
}

#entry-slide
{
    position: relative;
}

.form-margin
{
    margin-left: 10px !important;
}

.form-item
{
    margin-bottom: 5px;
}

/*/*.fancybox-outer
{
    background-color: #fff;
}*/

form input:focus, form textarea:focus
{
    background-color: #fff;
    color: #000;
}

input.uniform-input, select.uniform-multiselect, textarea.uniform
{
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    border-color: #000 !important;
    box-shadow:none !important;
    padding: 0 0 0 2px !important;
}

.fancybox-outer
{
    padding: 2px !important;
}

.closest
{
    padding: 20px 0 0;
}

.closest-h3
{
    font-size: 1em !important;
}

#closest-property, #closest-property1
{
    list-style: none;
}

#closest-property li, #closest-property1 li
{
    padding: 0 0 0 10px;
    color: #666;
    font-size: 1em;
}
.padding-banner{
  padding-right:2px
}
.nav-thumbs ul li a.active-thumb{
  background-color:#A35200;
}
.nav-thumbs{position: absolute; clear:both; bottom:4px; left:5%;}
.nav-thumbs ul{list-style-type: none;}
.nav-thumbs ul li{float:left; margin-top:20px;}
.nav-thumbs ul li a{
    display:block;
    width:12px;
    height:12px;
    float: left;
    margin:0 5px;
    background-color: #fff;
    text-indent: -9999px;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    outline:0;
}
div.like-title{
  padding:0 0 10px 10px;
  color:#000000;
  text-align:center;
}
#like-list{
  list-style:none;
}
#like-list li a{
   font-size:small;
   padding:0 10px 10px;
   text-align:center;
}
div.guide p{
  font-size: small !important;
  padding:0 10px 10px 10px;
  color:#ffffff;
}
div.guide{
  padding: 5px 5px 5px 5px;
  margin-right:10px;
  border-radius: 0.25em;
}
div.guide h4{
  padding:5px 0 0 5px;
  color:#000000;
  font-size:1em;
}
div.images-info{
  background-color:#1A1A00;
}
div.right-bar{
  padding-left:10px;
}
div.right-bar div.images-info, div.right-bar div.stackContent,div.right-bar div.newsletter{
  padding:0;
  margin-right:8px;
}
div.right-bar div.images-info div.image-wrapper{
 margin-right:0px; 
}
ul#list-wrapper{
  list-style:none;
  display:inline;
}
ul#list-wrapper span.safari-header{
  font-family: 'Arial Narrow', arial;  
  text-align:center;
  color:#663300;
  font-weight:600;
  margin-bottom:0;
  font-size:18px;
  padding-top:5px;
}
ul#list-wrapper span.header2{
  font-family: 'Arial Narrow', arial; 
  text-align:center;
  color:#663300; 
  padding-bottom:5px;
  form-weight:500;
  font-size:16px
}
ul#list-wrapper li{
    font-family: 'Arial Narrow', arial; 
    font-size:15px;
    text-align:center;
    margin-bottom:5px;
}
ul#list-wrapper li.active-desk{
    color:#B5651D;
}
ul#list-wrapper li.other-desk{
    color:#E6BF9C;170F08
}
ul#list-wrapper li.other-desk i.fa-inverse{
    color:#170F08;
}
ul#list-wrapper li span.arrow{
display:inline;
float:right;
font-size:50px;
margin-top:0px;
position:relative;
top:-15px;
}
ul.inner-list{
  list-style:none;
}
ul.inner-lsit li.second-level{
  padding:10px
}
form#reservation{
  border:1px solid #7A5229;
  padding:30px 10px 30px 10px;
  font-size:small;
  font-weight:500;
  border-radius:0.35em;
}
form#reservation button#create-enquiry{
  width:30%;
  margin-top:20px;
  background-color:#004C00;
  color:#ffffff;
  border-radius: 0.35em;
  padding: 10px 0 10px 0;
  cursor:pointer;
  outline:0;
}
form#reservation h3{
  color:#663300;
  text-align:center;
  text-decoration:underline;
}
h4#reservation-description{
  color:#663300;
  font-weight:bold;
  text-align:left !important;
}
div.left-bar{
  padding-right:20px;
}
#dialog-form,#dialog-form1{
  font-size:small;
  overflow:auto;
}
#dialog-form p, #dialog-form1 p{
  color:red;
}
.ui-dialog > .ui-widget-header {
  background: #8A5C2E;
  color:#ffffff;
}
.ui-widget-overlay {
	background: #433F3D url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .7;
	filter: Alpha(Opacity=70);
}
 .ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; font-size:small;}
.reservation-form label{
  color:#663300 !important;
}
.ui-dialog-titlebar-close {
  visibility: hidden;
}
.slide-wrapper{
    position:relative;
}
.map-accom{
    width:180px;
    height:150px;
    border:1px solid #222222;
}
div.map-accom span{
    display:none;
}
.light-bg{
   background-color:#B5651D; 
}
.ui-tabs-panel{
    padding:0 !important;
}
.fragment{
    font-size:small;
}
#standards{
    color:#663300;
    border:1px solid #222222;
    padding:5px;
    margin:0 0 10px 20px;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em;
}
#standards span{
    font-family: 'Arial Narrow', arial;
    font-size:16px;
    margin-bottom: 2px;
}
#standards li{
    font-family: 'Arial Narrow', arial;
    font-size:15px;
}
#form-wrapper{
    border:1px solid #222222;
    padding:5px;
    margin-bottom:15px;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em;
    background-color: #D0F0C0;
}

#form-wrapper input[type="radio"]{
     width: 13px;
     height: 13px;
     vertical-align: middle;
     margin: 0px;
}
#form-wrapper input[type="checkbox"]{
     vertical-align: middle;
     margin-right: 5px;
}

#comment-section{
    font-size:small;
    border:1px solid #222222;
    margin-left:20px;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em;
}
#comment-section textarea{
    width:100%;
}
.image-fragment{
   border:1px solid #222222;
   margin-right:3px;
   margin-bottom:2px;
   margin-top:2px;
}
.pref-label{
    font-family: 'Arial Narrow', arial;
    display: block;
    padding-left: 21px;
    text-indent: -22px;
    padding-right:5px;
    font-size:14px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.image-fragment{
   border:1px solid #222222;
   margin-right:6px;
   margin-bottom:2px;
   margin-top:2px;
}
.pref-label{
    font-family: 'Arial Narrow', arial;
    display: block;
    padding-left: 21px;
    text-indent: -16px;
    padding-right:5px;
    font-size:15px;
}
}
.image-fragment img{
    width:100%;
    float:left;
    opacity:0.9;
    filter: alpha(opacity=90);
}
.safari-desk{
    border:1px solid #222222;
    background-color:#ffffff;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em;
}
.panel-hidden{
    display:none;
}
.panel-all{
    margin:0 5px 0 5px;
    text-align:left;
}
.button-panel{
    margin-bottom:10px;
    margin-top:-25px;
}
.button-panel button, .send-property button{
    padding:10px;
    background-color:#B5651D;
    color:#ffffff;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
    outline:0;
    cursor:pointer;
    width:80px;
    height:40px;
}
.nav-buttons{
    float:right;
}
.nav-buttons button:hover{
    background-color:#CB9361;
}
.pref-label{
    position:relative;
    top:-30px;
    left:5px;
    padding-top:3px;
    padding-bottom:3px;
    background-color:#ffffff;
    width:200px;
    max-height:18px;
    -moz-border-radius:0.3em;
    -webkit-border-radius:0.3em;
    border-radius:0.3em;
    overflow:hidden;
}
.pref-label input{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.filled-desk{
    color:#85CE9D;
}
.info-icon{
    position:relative;
    top:-49px;
    left:231px;
    background-image:url(images/icons.png);
}
.fragment-margin{
    margin-top:-35px;
}
.ui-tooltip{
    font-size:small;
    width:220px;
}
#nav-list{
    display:none;
}
ul#nav-list{
  list-style:none;
}
ul#nav-list span.safari-header{
  font-family: 'Arial Narrow', arial;  
  text-align:center;
  color:#663300;
  font-weight:600;
  margin-bottom:0;
  font-size:18px;
  padding-top:15px;
}
ul#nav-list span.header2{
  font-family: 'Arial Narrow', arial; 
  text-align:center;
  color:#663300; 
  padding-bottom:5px;
  form-weight:500;
  font-size:16px;
}
ul#nav-list li{
    font-size:14px;
    text-align:center;
    margin-bottom:10px;
}
#list-container{
    text-align:left;
}
.title-like{
  text-align:center;
  color:#000000; 
  padding-bottom:5px;
  form-weight:400;
  font-size:14px 
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .modal {
    display: block;
}
#dialog-message p, #dialog-message1 p, #dialog-message3 p{
    font-size:small;
    margin-top: 5px;
}
.logo-entity {
    border:1px solid #222222;
    width:200px;
    height:113px;
    float:right;
    margin:8px 8px 0 0;
}
.logo-entity img {
    width:100%;
    height:100%;
    opacity:0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.photo-gallery{
    margin-bottom:10px;
    text-align:left;
}
.photo-section{
    border:1px solid #222222;
    width:75px;
    height:45px;
    margin-bottom:5px;
}
.photo-section img{
    width:100%;
    height:100%;
}
.button-wrapper{
    margin-bottom:20px;
    text-align:left;
}
button.book-button{
    width:70%;
    padding:5px;
    -moz-border-radius:0.3em;
    -webkit-border-radius:0.3em;
    border-radius:0.3em;
    text-align:center;
    background-color:#84BA21;
    cursor:pointer;
    margin:auto;
}
.map-entity{
    width:100% !important;
    height:250px !important;
}

.ui-dialog-title{
    display: block;
}

#form-logo, #vehicle-form-logo, #form-logo-confirmation, #vehicle-form-logo-confirmation{
    display: block;
    width:160px;
    height:70px;
    margin:0 auto;
}
#text-title, #vehicle-title, #text-title2, #text-title1{
    display: block;
    margin-top: 5px;
    text-align:center;
}
.ui-dialog-title{
    margin-bottom:10px;
    font-size:small;
}
button.send, button#send-property{
    background-color:green;
}
button.send:hover{
    background-color:#4DA64D;
}
.feature-container{
    text-align:left;
    margin-bottom:20px;
}
.feature-container h4{
  color:#B5651D;
  text-align:center;
  font-size:small;   
}
h3.form-heading{
    color:#B5651D !important;
    text-align:center;
}
.feature-section{
    font-size:small;
    text-align:center;
}
.toggler{
    font-size:small;
    text-align:center;
    color:#337033;
    cursor:pointer;
}
.toggler:hover{
    text-decoration:underline;
}
.errorField{
    color:red;
    font-size:small;
}
.feature-segment{
    margin-bottom:10px;
}
#user-comment{
    text-align:center;
}
.required{
   text-align:left;
   margin-bottom:10px;
}
.required span{
    color:red;
    font-size:small;
}
.closest-wrapper{
    margin-left:8px;
}
#closest-line{
    margin-right:5px;
    margin-top:10px;
}
#reservation-logo{
    width:100px;
    height:70px;
}
.definition{
    margin-left: -15%;
}
.country-input{
    display:none;
}
#back-safari{
    padding: 10px;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
    outline:0;
    cursor:pointer;
    background-color:#B5651D;
    color:#ffffff;
    margin: 0 auto;
}
.online-book{
    width:80%;
    margin: 0 auto;
}
img#online-banner{
    width: 100%;
}
.btn-bookdirect{
    padding: 10px;
    margin-top: 0.75em;
    background-color: green;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.btn-bookdirect-listing{
    margin-top: 30%;
}
.green-check {
    color: green;
    font-size: 15px;
}
.property-link{
    display: flex;
    justify-content: center;
}