﻿html, body {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: arial;
}

/* self-clear floats */
.group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    background-color: transparent !important;
}

/* General styling */
.yellow {
    color: #fdff4f !important;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.left {
    float: left;
}

.italic {
    font-style: italic;
}

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.width150 {
    width: 150px !important;
}

.small-h1 {
    font-size: 12pt;
}

.nonebold {
    font-weight: normal;
}

.price {
    font-size: 12pt;
}

.search_property img.noborder {
    border: 0px !important;
    margin-top: 6px;
}

.width500 {
    width: 400px !important;
}

.contentsubscroller {
    clear: both;
    height: 300px !important;
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .contentsubscroller ul {
        width: 380px !important;
    }

/* Overlay masks */
/* the overlayed element */
div.overlay {
    /* growing background image */
    background-image: url('~/app_themes/_default/images/body/white.png');
    /* dimensions after the growing animation finishes  */
    width: 600px;
    height: 470px;
    /* initially overlay is hidden */
    display: none;
    /* some padding to layout nested elements nicely  */
    padding: 55px;
    clear: both;
}

    /* default close button positioned on upper right corner */
    div.overlay div.close {
        background-image: url('../images/body/close.png');
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        height: 35px;
        width: 35px;
    }

div.wrap {
    height: 441px;
    overflow-y: auto;
}

.breadcrumbs {
    font-size: 0.7em !important;
    margin-top: 10px;
}

    .breadcrumbs a {
        text-decoration: none;
        font-weight: bold;
        color: #272727;
    }


.pagination {
    text-align: center;
    padding: 15px 5px;
    clear: both;
    font-size: 0.7em;
    color: #999;
}

.paginate {
    border: 1px solid #cfcfcf;
    background: #c0c0c0;
    padding: 5px;
    margin: 0 1px;
    color: #fff !important;
    text-decoration: none;
}

/*#paginatenext, #paginatelast, #paginatefirst, #paginateprevious{
	border: 1px solid #cfcfcf;
	background:#fff;
	padding: 5px;
	margin: 0 10px;
}
#paginatenext a, #paginatelast a, #paginatefirst a, #paginateprevious a{
	color:#000000 !important;
}*/

/*.paginatepreviousdis, .paginatefirstdis, .paginatenextdis, .paginatelastdis{
	border: 1px solid #cfcfcf;
	background:#fff;
	padding: 5px;
	margin: 0 10px;
	color:#4a2525;
	text-decoration: line-through
}*/

/* Header styling */
#header {
    width: 100%;
    height: 176px;
    background: url('images/header/header.jpg') repeat-x;
    padding: 0;
    margin: 0;
}

#header_banner {
    padding: 0;
    width: 100%;
    height: 169px;
    *height: 167px;
    background: url('images/header/header_banner.jpg') center no-repeat;
}

#header_contact {
    width: 960px;
    margin: 0 auto;
    text-align: right;
    height: 27px;
    color: #fff;
    font-size: 0.7em;
    line-height: 27px;
}

    #header_contact a {
        color: #fdff4f;
        font-weight: bold;
        text-decoration: none;
    }

        #header_contact a:hover {
            text-decoration: underline;
        }

        #header_contact a span {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

#header_logo {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

    #header_logo img {
        margin-top: 18px;
    }

    #header_logo h2 {
        font-size: 0.7em;
        color: #fff;
        font-weight: normal;
        margin-left: 15px;
    }

#header_weather {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 230px;
    height: 95px;
    font-size: 0.7em;
    color: #fff;
    padding: 5px;
}


    #header_weather thead {
        color: #fdff4f;
    }


#header_nav {
    width: 100%;
    margin: 0 auto;
    font-size: 0.7em;
    font-weight: bold;
}

    #header_nav ul {
        text-align: center;
        margin-top: 23px;
        float: right;
    }

    #header_nav a {
        color: #fff;
        text-decoration: none;
    }

        #header_nav a:hover {
            color: #6fb5e0;
            text-decoration: none;
        }

    #header_nav li {
        display: inline;
        margin-right: 20px;
    }


/* Breadcrumb navigation */

#breadcrumb-nav {
    display: block;
    margin: 15px 0px 0px 35px;
    padding-bottom: 10px;
    float: left;
    width: 695px;
    border-bottom: 1px dotted #c0c0c0;
}

    #breadcrumb-nav ul {
        display: inline;
        font-size: 0.8em;
        color: #999;
    }

        #breadcrumb-nav ul li {
            float: left;
            margin-right: 8px;
        }

            #breadcrumb-nav ul li a {
                color: #999;
                text-decoration: none;
            }

                #breadcrumb-nav ul li a:hover {
                    color: #4593e6;
                }

                #breadcrumb-nav ul li a.active {
                    color: #4593e6;
                }

/* Content styling */

.container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}


.geo {
    text-indent: -9000px;
}

.smalltext {
    font-size: 0.7em !important;
}



#index-feature {
    margin-left: 170px;
    *margin-left: 170px;
    width: 780px;
    *width: 720px;
    *margin-top: -0px;
    height: 260px;
    background: url('images/body/feature.png') top right no-repeat !important;
    min-height: 260px;
    z-index: 0;
}

.feature {
    margin-left: 75px;
    width: 720px;
    background: url('images/body/feature.png') top right no-repeat;
}

.hm-pnls {
    min-width: 230px;    
}

.hm-pnls img {
    padding: 0px !important;
    display: block;
    margin: 0 auto;
}

#index-content {
    float: left;
    color: #272727;
    width: 660px;
    margin: 0px 35px;
}

    #index-content.destinations {
        float: left;
        width: 480px;
    }

#content-nav {
    float: left;
    color: #272727;
    width: 470px;
    margin: 25px 35px;
}

    #index-content h1, #content-nav h1 {
        font-size: 2em;
        border-bottom: 3px solid #c0c0c0;
        padding-bottom: 10px;
        margin: 30px 0px 10px 0px;
        letter-spacing: -1px;
        color: #1768ba;
    }

#index-content h2.large-blue {
    font-size: 2em;
    border-bottom: 3px solid #c0c0c0;
    padding-bottom: 10px;
    margin: 30px 0px 10px 0px;
    letter-spacing: -1px;
    color: #1768ba;
}

#index-content h2 {
    color: #444;
    font-size: 1.4em;
    margin-bottom: 20px;
}

#index-content h2 {
    color: #1768ba;
    font-size: 1.1em;
    margin: 18px 0px 8px 0px;
}

#index-content p, #content-nav p {
    font-size: 0.9em;
    line-height: 18px;
    margin-bottom: 10px;
}

#index-content a, #content-nav a {
    color: #1768ba;
}

    #index-content a:hover, #content-nav a:hover {
        text-decoration: none;
    }

#index-content img, #content-nav img {
    float: left;
    padding: 0px 15px 15px 0px;
}

#index-content ul, #content-nav ul {
    margin: 20px 0px 20px 40px;
    display: block;
    list-style-type: disc;
    font-size: 0.9em;
}

#index-content li, #content-nav li {
    padding: 0px 0px 6px 0px;
}

.view-prop a {
    padding: 15px 15px 20px 15px;
    font-size: 1.2em;
    color: #fff !important;
    text-shadow: 1px 1px 1px #333333;
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(28,132,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(28,132,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(28,132,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(28,132,237,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(28,132,237,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#1c84ed',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(28,132,237,1) 100%); /* W3C */
    text-decoration: none;
    margin: 20px 0px;
    float: left;
    border: 1px solid #c0c0c0;
}


/* Sub Navigation - child-nav */

#child-nav {
    float: right;
    width: 170px;
    margin: 45px 0px 25px 10px;
}

    #child-nav ul {
        border: 1px solid #c0c0c0;
    }

    #child-nav a {
        text-decoration: none;
        margin: 0px 0px 0px 0px;
        float: left;
        width: 140px;
        font-size: 1em;
        padding: 8px 15px;
        color: #fff;
        font-weight: bold;
        background: #7abcff; /* Old browsers */
        background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
    }

        #child-nav a:hover, #child-nav a.active {
            background: #91c8ff; /* Old browsers */
            background: #e0e0e0; /* Old browsers */
            background: -moz-linear-gradient(top, #e0e0e0 1%, #bcbcbc 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* W3C */
            color: #444;
            text-shadow: 1px 1px 1px #F2F2F2;
        }


#account-nav {
    float: right;
    width: 170px;
    margin: -10px 0px 25px 10px;
}

    #account-nav ul {
        border: 0px;
    }

    #account-nav input[type="submit"] {
        text-decoration: none;
        margin: 0px 0px 0px 0px;
        float: left;
        width: 140px;
        font-size: 1em;
        padding: 8px 15px;
        color: #fff;
        font-weight: bold;
        background: #7abcff; /* Old browsers */
        background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
        cursor: pointer;
    }

        #account-nav input[type="submit"]:hover {
            background: #91c8ff; /* Old browsers */
            background: #e0e0e0; /* Old browsers */
            background: -moz-linear-gradient(top, #e0e0e0 1%, #bcbcbc 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, #e0e0e0 1%,#bcbcbc 100%); /* W3C */
            color: #444;
            text-shadow: 1px 1px 1px #F2F2F2;
        }

#index-content table {
}


#index-content tbody {
    width: 600px; /*!important;*/
}


#index_property {
    width: 205px;
    float: left;
    margin-right: 5px;
    padding: 5px;
}

    #index_property img {
        padding: 2px;
        /*border: 1px solid #d2d2d2;*/
        margin-bottom: 10px;
    }

    #index_property h3, #index_property a {
        color: #272727 !important;
        text-decoration: none;
        margin-bottom: 10px;
    }

    #index_property h3 {
        color: #272727 !important;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 0.7em;
    }

        #index_property h3.name {
            font-size: 1.17em;
        }

    #index_property p {
        width: 200px;
    }


/* tabs */

.tabs {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 0px;
    float: left;
    width: 660px;
    margin: 25px 0px;
}

    .tabs a {
        font-weight: bold;
        text-decoration: none;
        background: rgb(243,243,243); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(226,226,226,1) 79%, rgba(193,193,193,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(79%,rgba(226,226,226,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(226,226,226,1) 79%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(226,226,226,1) 79%,rgba(193,193,193,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(226,226,226,1) 79%,rgba(193,193,193,1) 100%); /* IE10+ */
        color: #898989 !important;
        padding: 10px 15px;
        float: left;
        border: 1px solid #b3b3b3;
        margin: 0px 2px -1px 2px;
        -pie-background: linear-gradient(#F3F3F3, #c1c1c1);
    }

        .tabs a.active, .tabs a:hover {
            border-bottom: 1px solid #fff;
            border-top: 1px solid #b3b3b3 !important;
            border-left: 1px solid #b3b3b3 !important;
            border-right: 1px solid #b3b3b3 !important;
            color: #53A0CA !important;
            background: rgb(255,255,255); /* Old browsers */
            background: #fff !important;
        }

#gallery {
    float: left;
}

.availability {
    width: 600px;
}

    .availability select {
        border: 1px solid #c0c0c0;
        padding: 3px;
        float: left;
        width: 50px;
        margin-right: 35px;
    }

    .availability .row {
        width: 660px;
        float: left;
        padding-bottom: 10px;
    }

.row-1 {
    border-bottom: 1px dotted #c0c0c0;
    margin-bottom: 10px;
}

.availability .row label {
    width: 70px;
    float: left;
}

.availability input {
    margin-left: 0px !important;
    margin-right: 20px;
}

    .availability input[type="submit"] {
        border: 1px solid #cfebfb;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 15px;
        cursor: pointer;
        font-weight: bold;
        margin: -5px 0px 0px 25px;
        background: rgb(71,147,229); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(14,124,214,1) 50%, rgba(10,115,201,1) 52%, rgba(59,133,237,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(14,124,214,1)), color-stop(52%,rgba(10,115,201,1)), color-stop(100%,rgba(59,133,237,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* W3C */
    }

        .availability input[type="submit"]:hover {
            background: rgb(71,147,229); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
            background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
        }

.col-1 {
    width: 150px;
    float: left;
    line-height: 4px;
}

table.available td {
    padding: 8px 10px;
    border: 1px solid #c0c0c0;
    font-size: 0.9em;
}

    table.available td a {
        padding: 4px 15px;
    }



table.available tr.ttl-row {
    background: #f2f2f2;
    font-weight: bold;
}

.booking-table {
    padding: 25px 0px 0px 0px !important;
}

table.booking {
    width: 370px;
    margin: 0px;
    float: left;
    font-size: 0.8em;
}

    table.booking td {
        padding: 8px 10px !important;
        border: 1px solid #c0c0c0;
        font-size: 0.9em;
    }

        table.booking td.view-details {
            width: 120px;
        }

        table.booking td a {
            border: 1px solid #cfebfb;
            color: #fff !important;
            padding: 4px 15px;
            cursor: pointer;
            text-decoration: none;
            background: rgb(71,147,229); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(14,124,214,1) 50%, rgba(10,115,201,1) 52%, rgba(59,133,237,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(14,124,214,1)), color-stop(52%,rgba(10,115,201,1)), color-stop(100%,rgba(59,133,237,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* IE10+ */
            background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* W3C */
        }

            table.booking td a.balance {
                float: left;
                width: 60px;
            }

            table.booking td a.view-details {
                float: left;
                width: 70px;
                cursor: pointer;
            }

    table.booking tr.ttl-row {
        background: #f2f2f2;
        font-weight: bold;
    }


.login ul {
    list-style-type: none !important;
    margin: 0px !important;
}

    .login ul li {
        display: inline;
    }

.login input {
    margin-left: 0px !important;
    display: block;
}

.feature_detail {
    position: relative;
    float: left;
    padding: 20px;
    width: 320px;
    color: #fff;
}

    .feature_detail h3, .feature_detail a {
        font-size: 15pt;
        margin-bottom: 10px;
        text-decoration: none;
        color: #fff;
    }

    .feature_detail p {
        font-size: 0.8em;
        line-height: 20px;
        margin-bottom: 15px;
    }

.feature_mount {
    background: url('images/body/feature_mount.png') no-repeat;
    width: 360px;
    height: 278px;
    float: right;
    position: relative;
}

    .feature_mount img {
        margin-top: 13px;
        margin-left: 8px;
    }

ul#note {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 5px;
    width: 250px;
}

    ul#note li {
        background: transparent url(../images/body/greenTick.jpg) no-repeat;
        padding: 0 0 5px 22px;
        width: 250px;
        font-size: 0.8em;
    }

#filter_properties {
    border: 1px solid #83bdde;
    background-color: #84bede;
    padding: 10px;
}

    #filter_properties h2 {
        margin-bottom: 10px;
    }

/* Left menu */
#secondleftcolumn {
    z-index: 1;
    height: 200px;
    width: 240px;
    background: url('images/body/leftcolumn2.png') no-repeat;
    padding-top: 50px;
    margin-left: -11px;
    margin-top: -21px;
    padding-bottom: 100px;
}

#secondleftcolumnb {
    position: relative;
}

    #secondleftcolumnb .header {
        margin-left: 10px;
        font-size: 1.4em;
        font-weight: bold;
    }

.bold {
    font-weight: bold;
}

.whitetext {
    color: #fff !important;
}

.mleft10 {
    margin-left: 10px;
}


#left_content {
    float: left;
    margin-top: -22px;
    width: 210px;
    padding: 10px;
    color: #000;
    font-size: 0.8em;
    line-height: 20px;
    clear: left;
}

    #left_content h2 {
        color: #272727;
        font-size: 13pt;
        margin-bottom: 10px;
    }

    #left_content p {
        margin-bottom: 10px;
    }




/* Search styling */

#left_search {
    float: left;
    margin-top: -20px;
    width: 209px;
    height: 452px;
    *height: 302px;
    /*background: url('images/search/left_search.png') no-repeat;*/
    background: -moz-linear-gradient(top, rgba(85,161,203,1) 0%, rgba(130,189,222,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,161,203,1)), color-stop(99%,rgba(130,189,222,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a1cb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-size: 0.8em;
    line-height: 20px;
    z-index: 2;
    position: relative;
}

 #left_search a {
     color: #fff;
     font-weight: bold;
     text-decoration: none;
     font-size: 0.9em;
 }

 #left_search .heading {
     text-align: left;
     color: #fdff4f;
     font-size: 10pt;
     margin: 10px 0;
     padding: 0;
     font-weight: bold;
 }

 #left_search div.enquiries {
     text-align: left;
     color: #fdff4f;
     font-size: 10pt;
     /*margin: 10px 0;*/
     padding: 0;
     font-weight: bold;
     margin-left: 10px;
 }

 #left_search select {
     width: 145px;
     margin-left: 5px;
     border: 1px solid #c0c0c0;
     padding: 3px;
 }

 #left_search input[type="submit"] {
     border: 1px solid #cfebfb;
     color: #fff;
     text-transform: uppercase;
     padding: 5px 15px;
     cursor: pointer;
     font-weight: bold;
     margin: -5px 0px 0px 5px;
     background: rgb(71,147,229); /* Old browsers */
     background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(14,124,214,1) 50%, rgba(10,115,201,1) 52%, rgba(59,133,237,1) 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(14,124,214,1)), color-stop(52%,rgba(10,115,201,1)), color-stop(100%,rgba(59,133,237,1))); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Opera11.10+ */
     background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* IE10+ */
     background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* W3C */
 }

#left_search input[type="submit"]:hover {
    background: rgb(71,147,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
}

#collapsible_search {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(85,161,203,1) 0%, rgba(130,189,222,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,161,203,1)), color-stop(99%,rgba(130,189,222,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a1cb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    color: #fff;
    font-size: 0.8em;
    line-height: 20px;
}

 #collapsible_search a {
     color: #fff;
     font-weight: bold;
     text-decoration: none;
     font-size: 0.9em;
 }

 #collapsible_search .heading {
     text-align: left;
     color: #fdff4f;
     font-size: 10pt;
     margin: 10px 0;
     padding: 0;
     font-weight: bold;
 }

 #collapsible_search div.enquiries {
     text-align: left;
     color: #fdff4f;
     font-size: 10pt;
     /*margin: 10px 0;*/
     padding: 0;
     font-weight: bold;
     margin-left: 10px;
 }

 #collapsible_search select {
     width: 145px;
     margin-left: 5px;
     border: 1px solid #c0c0c0;
     padding: 3px;
 }

 #collapsible_search input[type="submit"] {
     border: 1px solid #cfebfb;
     color: #fff;
     text-transform: uppercase;
     padding: 5px 15px;
     cursor: pointer;
     font-weight: bold;
     margin: -5px 0px 0px 5px;
     background: rgb(71,147,229); /* Old browsers */
     background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(14,124,214,1) 50%, rgba(10,115,201,1) 52%, rgba(59,133,237,1) 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(14,124,214,1)), color-stop(52%,rgba(10,115,201,1)), color-stop(100%,rgba(59,133,237,1))); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Opera11.10+ */
     background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* IE10+ */
     background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* W3C */
 }

#collapsible_search input[type="submit"]:hover {
    background: rgb(71,147,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
}


.imageinput {
    margin-top: 10px;
}

.search_property {
    border-top: 1px solid #82BDDE;
    padding: 10px;
    min-height: 110px;
    height: 110px;
    height: auto !important;
    clear: both;
}

    .search_property a {
        color: #55a1cb;
        text-decoration: none;
    }

    .search_property img {
        border: 1px solid #D2D2D2 !important;
        float: left;
        padding: 0px !important;
        margin-right: 15px;
    }

.gold {
    border-top: 1px solid #baa700;
    background: rgb(252,248,209); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,248,209,1) 0%, rgba(249,226,142,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,248,209,1)), color-stop(100%,rgba(249,226,142,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,248,209,1) 0%,rgba(249,226,142,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,248,209,1) 0%,rgba(249,226,142,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(252,248,209,1) 0%,rgba(249,226,142,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8d1', endColorstr='#f9e28e',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(252,248,209,1) 0%,rgba(249,226,142,1) 100%); /* W3C */
}

.gold-ttl {
    font-weight: bold;
    color: #baa700;
}

#property_detail {
    width: 300px;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

    #property_detail h2 {
        margin-top: 0px;
    }

    #property_detail p {
        margin: 0;
        padding: 0;
    }

#property_pricing {
    position: relative;
    float: right;
    width: 160px;
    text-align: right;
    font-size: 0.9em;
}

    #property_pricing p {
        margin: 0;
        padding: 0;
    }

    #property_pricing img {
        float: right;
        margin: 0;
        padding: 0;
    }

.price {
    font-size: 15pt !important;
    color: #55a1cb;
    font-weight: bold;
    margin: 5px 0 !important;
}

.large-image {
    width: 250px;
    padding: 3px;
    border: 1px solid #D2D2D2;
    margin-right: 10px;
    float: right;
}

.buttons {
    width: 170px;
    margin-right: 90px;
    margin-top: 10px;
    float: right;
}

/* Property page */

.prodThumbs {
    margin-top: 10px;
}

    .prodThumbs img {
        margin-right: 10px;
        padding: 2px;
        border: 1px solid #D2D2D2;
        width: 60px;
    }


/* Footer styling */
#footer {
    margin-top: 30px;
    padding: 20px 0px;
    clear: both;
    position: relative;
    width: 960px;
    margin: 0 auto;
    font-size: 0.7em;
    text-align: center;
    border-top: 2px solid #c0c0c0;
}

    #footer p {
        line-height: 14px;
        color: #555;
    }

    #footer a {
        color: #2d7ed0;
    }

/* Calendars */
.calendarone {
    float: left;
    margin-right: 20px;
}

.calendartwo {
    float: left;
}

#startdate {
    clear: both;
    float: left;
}

#middate {
    margin-left: 20px;
    float: left;
}

#enddate {
    margin-left: 20px;
    float: left;
}

#booknow {
    clear: both;
    margin-top: 20px;
}

#custom_content {
    width: 100%;
}

    #custom_content ul {
        list-style-type: disc !important;
        margin-left: 0px !important;
        padding-left: 20px !important;
        line-height: 20px;
    }

#searchcriteria {
    line-height: 20px;
    padding: 10px;
    font-size: 0.8em;
    color: #fff;
}

#left_contact {
    float: left;
    width: 430px;
    line-height: 20px;
    padding: 20px;
    margin-right: 15px;
}

    #left_contact.enquiry {
        width: 430px;
    }

    #left_contact table {
        width: 450px;
    }



    #left_contact input[type="checkbox"] {
        width: 30px;
        float: left;
        margin-bottom: -3px;
    }

    #left_contact td {
        padding: 5px 15px 5px 0px;
        font-size: .9em;
    }

        #left_contact td input {
            padding: 4px;
            width: 255px;
        }

#right_contact {
    float: right;
    width: 170px;
    margin-top: 15px;
}

    #right_contact a {
        color: #2c82d8;
    }

.mainTable {
    padding: 0.2em 0.2em 0;
    width: 14em;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    color: #222222;
    -moz-border-radius-topright: 5px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.9em;
}

#leftsearchsubmit {
    width: 60px;
    height: 22px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.leftNavSearch {
    padding-top: 50px;
    color: Green;
}

.imgFeaturedHoliday {
    width: 200px;
}

input, textarea {
    border: 1px solid #888;
    padding: 3px;
    font-family: Arial, Sans-Serif;
}

    input[type="submit"] {
        width: 105px !important;
    }

        input[type="submit"].chng-pass {
            width: 155px !important;
        }

        input[type="submit"].gen-pass {
            width: 235px !important;
        }

.error {
    color: Red;
    margin-bottom: 15px;
    display: block;
}

.select {
    display: block;
    padding: 20px 0px;
}

    .select label, .select input {
        float: left !important;
        display: inline !important;
    }


.blue-button {
    border: 1px solid #cfebfb;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: bold;
    margin: -5px 0px 0px 5px;
    background: rgb(71,147,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(14,124,214,1) 50%, rgba(10,115,201,1) 52%, rgba(59,133,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(14,124,214,1)), color-stop(52%,rgba(10,115,201,1)), color-stop(100%,rgba(59,133,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(14,124,214,1) 50%,rgba(10,115,201,1) 52%,rgba(59,133,237,1) 100%); /* W3C */
}

    .blue-button:hover {
        background: rgb(71,147,229); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(71,147,229,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,147,229,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(71,147,229,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    }

input[type="radio"], input[type="checkbox"] {
    border: 0px !important;
}

.rounded-1 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*behavior: url(PIE.htc);*/
}

.rounded-2 {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    behavior: url(PIE.htc);
}

.rounded-3 {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    behavior: url(PIE.htc);
}

.rounded-4 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

.rounded-5 {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    behavior: url(PIE.htc);
}

.social-block a {
    color: darkgray !important;
    margin-right: 10px;
    text-shadow: 0 0px 0 white;
}

    .social-block a:hover {
        color: #7b7b7b !important;
        margin-right: 10px;
        text-shadow: 0 0px 0 white;
    }

.datepicker {
    background-image: url('/images/datepicker.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    padding-right: 10px;
    height: 20px;
    width: 130px;
    margin-left: 5px;
    border: 1px solid #c0c0c0;
    margin-bottom: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.back-to-results-link {
    color: gray !important;
    text-decoration: underline;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}

#index-content.property-detail-page h1 {
    font-size: 2em;
    padding-bottom: 10px;
    margin: 5px 0px 0px 0px !important;
    letter-spacing: -1px;
    color: #515151 !important;
    border: none !important;
}

.property-detail-page h2.location {
    font-style: italic;
    color: #515151 !important;
    font-weight: bold;
    margin: 0px !important;
}

#index-content.property-detail-page h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: #308ae0 !important;
    font-size: 1em !important;
}

.section {
    padding: 10px;
    background-color: #f0f1f3;
}

    .section ul {
        margin: 0px 0px 0px 40px !important;
    }


    .section.multiColumn {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }

.book-now-button {
    border: none;
    background-color: #c33915;
    color: white !important;
    padding: 8px 20px;
    text-decoration: none !important;
    font-size: 13px;
}

    .book-now-button.green {
        background-color: #25b442;
    }

.check-availability-button {
    border: none;
    background-color: #308ae0;
    color: white !important;
    padding: 8px 20px;
    text-decoration: none !important;
    font-size: 13px;
    margin-left: 15px;
}

.enquiry-button {
    border: none;
    background-color: #515151;
    color: white !important;
    padding: 8px 20px;
    text-decoration: none !important;
    font-size: 13px;
    margin-left: 15px;
}

.favourite-button {
    border: none;
    background-color: #ee9356;
    color: white !important;
    padding: 6px 8px;
    text-decoration: none !important;
    font-size: 13px;
}

    .favourite-button:hover {
        background-color: #fbe3d3;
        color: #ee9356 !important;
    }

.property-bullet {
    font-size: 13px;
    float: left;
    width: 104px;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid silver;
}

    .property-bullet:first-child {
        border-left: none;
    }

    .property-bullet p {
        color: #308ae0;
        font-size: 18px !important;
        padding-top: 10px;
    }


#slider {
    position: relative !important;
    overflow: hidden !important;
    margin: 20px auto 0 auto !important;
}

    #slider ul {
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        /*height: 200px !important;*/
        list-style: none !important;
    }

        #slider ul li {
            position: relative !important;
            display: block !important;
            float: left !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 330px !important;
            /*min-height: 350px;*/
            height: 350px !important;
            background: white !important;
            text-align: center !important;
            /*line-height: 300px !important;*/
        }

            #slider ul li img {
                margin: auto;
                float: none;
                max-height: 250px !important;
            }

a.control_prev, a.control_next {
    position: absolute !important;
    top: 40% !important;
    z-index: 999 !important;
    display: block !important;
    padding: 4% 3% !important;
    width: auto !important;
    height: auto !important;
    background: #2a2a2a !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    opacity: 0.8 !important;
    cursor: pointer !important;
}

    a.control_prev:hover, a.control_next:hover {
        opacity: 1 !important;
        -webkit-transition: all 0.2s ease !important;
    }

a.control_prev {
}

a.control_next {
    right: 0 !important;
}

.slider_option {
    position: relative !important;
    margin: 10px auto !important;
    width: 160px !important;
    font-size: 18px !important;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.old-price {
    font-size: 14px !important;
    text-decoration: line-through;
}

.new-price {
    color: red;
    margin-top: 10px;
}

.ms-drop {
    width: 220px !important;
}

.sidebar-property {
    margin-bottom: 5px;
    clear: both;
}

    .sidebar-property img {
        margin-bottom: 5px;
        max-height: 80px;
        max-width: 80px;
    }

#map_canvas {
    height: 100%;
}

.fb-like-box, .twitter-timeline {
    display: none !important;
}

.sidebar-property-link {
    font-size: 12px;
    line-height: normal;
}

.sidebar-property-link a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.sidebar-property-link span {
    padding-top: 8px;
    font-style: italic;
}

.divCollapsibleSearchHeader {
    width: 100%; 
    height: 60px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background-color: #55A1CB;
}

.divCollapsibleSearchHeader p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: white;
}

.divCollapsibleSearchTable {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 65% !important;
}

#divCollapsibleSearchContent {
    background: -moz-linear-gradient(top, rgba(85,161,203,1) 0%, rgba(130,189,222,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,161,203,1)), color-stop(99%,rgba(130,189,222,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(85,161,203,1) 0%,rgba(130,189,222,1) 99%,rgba(255,255,255,1) 100%); /* W3C */
}

@media(max-width:1500px) {
    .cc_container {
        width: 96% !important;
        right: 0px !important;
        text-align: left !important;
        margin: 0 auto !important;
        height: 0 !important;
        padding-bottom: 50px !important;
        padding-top: 20px !important;
        left: 0 !important;
    }

    .cc_btn {
        width: 100px !important;
        float: right !important;
        ;
    }

    .cc_container .cc_btn {
        position: static !important;
    }

    .cc_message {
        line-height: 1.8em !important;
        width: 80% !important;
    }
}

.divMainMenu {
    width: 960px;
    margin: 0 auto;
}

ul.mainMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}

ul.mainMenu li {float: left;}

ul.mainMenu li a {
  color: white;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 11px;
}

.burgerIcon a{display: none;}

.h1Description {
    font-size: 1.5em !important;
}

.propertyDetailsFeaturesList {
    color: #308AE0;
} 

.propertyDetailsFeaturesList p {
    color: black;
}

.propertyDetailsFeaturesList li {
    padding: 0 !important;
}

@media screen and (max-width:934px) {
    
.burgerIcon a
{
    display: inline-block;
    margin-top: -4px;
}

ul.mainMenu {
    float: left !important;
    width: 100%;
    z-index: 5;
}

    .divMainMenu {
        width: 100%;
    }

  ul.mainMenu li:not(:last-child) a{display: none;}
  ul.mainMenu li:first-child a{ margin-top: 55px;}
  ul.mainMenu li.burgerIcon {
    float: right;
    display: inline-block;
  }

  ul.mainMenu.responsive {position: relative;}
  ul.mainMenu.responsive li.burgerIcon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.mainMenu.responsive li:not(:last-child) {
    float: none;
    display: inline;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  ul.mainMenu.responsive li:not(:last-child) a{
    display: block;
    text-align: left;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-left: 35%;
  }
}

@media(max-width:700px) {
    
    body {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
    }

    #header_weather {
        display: none;
    }

    #index-feature {
        width: 100%;
        height: 260px;
        background: url('images/body/feature.png') top right no-repeat !important;
        min-height: 260px;
        z-index: 0;
    }

    .feature {
        width: 100%;
        background: url('images/body/feature.png') top right no-repeat;
        position: relative !important;
        background-color: #ffffff !important;
    }
    
    .feature_detail {
        position: relative;
        float: left;
        padding: 20px;
        width: 320px;
        color: #fff;
    }

    .imgFeaturedHoliday {
        width: 90% !important;
    }

    #index-content {
        color: #272727;
        width: 86% !important;
    }

    .homepageImage {
        float: left !important;
        width: auto !important;
        position: absolute;
    }

    #index-content img {
        float: none;
        width: 90%;
    }

    #index_property:first-of-type {
        margin-top: 25px !important;
    }

    #index_property {
        float: none;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 50px;
    }

    #index_property img{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #index_property p {
        width: 100%;
    }

    #header {
        background: black;
        height: 200px;
    }

    #header_banner {
        padding-top: 50px;
    }

    #header_contact {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
    }

    #header_contact span{
        float: none !important;
    }

    #header_logo {
        width: 100%;
        height: 70px;
    }

    #header_logo img {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    #header_logo h2 {
        display: none;
    }

    #footer {
        width: 100%;
    }

    .footerTable td{
        display: block !important;
        width: 100% !important;
        padding-bottom: 20px;
        text-align: center !important;
    }

    .navbar-header {
        width: 100% !important;
    }

    .burgerIcon a
    {
        display: inline-block;
        margin-top: 5px;
    }

    .contactTable td {
        display: block;
        width: 70%;
    }

    .divRightContact {
        float: left !important;
        margin-left: 20px;
    }
    
    .tableNewsletterSignUp td{
        display: block;
    }

    .login td{
        display: block;
    }

    .tableRegister td {
        display: block;
    }

    #left_contact {
        width: 100%;
    }

    #child-nav {
        float: none;
        margin: 0 auto;
    }

    .propertyImage {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #property_detail {
        width: 100%;
    }

    .paging-numbers {
        font-size: 20px;
        display: block;
    }

    #property-filter {
        float: left !important;
        margin-top: 10px;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .divPropertyDetailImg {
        float: none !important;
        width: 100% !important;
        overflow: hidden;
    }

    .divPropertyDetailDescription {
        float: none !important;
        width: 92% !important;
    }

    .propertyDetailButtons {
        padding-top: 0 !important;
    }

    .propertyDetailInfo {
        padding-bottom: 0 !important;
    }

    .propertyDetailButtons a{
        width: 100%;
    }

    .propertyDetailButton {
        display: block;
        width: 83% !important;
        padding: 30px;
        font-size: 20px;
        margin: 16px auto !important;
        text-align: center;
    }

    .at-icon-wrapper {
        width: 40px !important;
        height: 40px !important;
    }

    .at-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .fancybox-opened {
        width: 86% !important;
    }

    .fancybox-inner {
        overflow: hidden !important;
        width: 100% !important;
    }

    #slider {
        width: 100% !important;
    }

    #slider ul {
        width: 100% !important;
    }

    #slider ul li{
        width: 100% !important;
    }

    div#banner {
        width: 100% !important;
    }

    #availability-wrap {
        width: 92% !important;
        word-break: normal;
    }

    .option {
        width: 100% !important;
    }

    .avail-row .item:nth-child(even) {
        width: 100% !important;
    }

    #left_contact td {
        display: block;
    }

    .col-1 {
        width: 100%;
        margin-bottom: 7px;
    }

    .divider {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .divider .left {
        display: none;
    }

    #loading-images img{
        width: 10% !important;
    }

    .property-bullet {
        font-size: 12px;
        width: 33%;
    }

    .property-bullet p {
        font-size: 16px !important;
    }

    #ctrlAvailability_pnlRepeater {
        width: 96%;
    }

    #ctrlAvailability_pnlRepeater td {
        padding: 8px 9px;
        font-size: 0.7em;
    }

    .availabilityBook {
        background-color: #25B442;
    }

    #right_contact {
        float: none;
    }
}