@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-size: 13px;
}

body,
h1,
h2,
h3,
p,
address {
    font-family: Arial, Helvetica, sans-serif;
    font-size-adjust: 0.48;
    font-size: 13px;
}


a,
a:link,
a:visited {
    text-decoration: none
}

a:active,
a:hover {
    text-decoration: underline
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.hide-text {
    color: #333366;
    font-size: 1pt;
    text-indent: -100px;
    overflow: hidden;
}

.container {
    padding: 12px 15px 0 15px
}

.detail {
    clear: both;
    padding-top: 15px;
}

h1 {
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 15px;
    margin-left: 15px;
    font-weight: 100;
}

h2 {
    color: #000;
    text-transform: none;
    font-size: 19px;
    margin-bottom: 15px;
}

.breadcrumbs {
    margin-bottom: 70px;
}

.breadcrumbs ol {
    list-style: none;
    clear: both;
}

.breadcrumbs ol li {
    float: left;
}

.breadcrumbs ol li.active {
    color: #008065;
}

.breadcrumbs ol > li + li:before {
    content: "\003e";
    padding: 0 15px;
    color: #008065;
}

.breadcrumbs ol li a {
    color: #FD9239;
}

h1.header-title {
    color: #632D4F;
    font-size: 36px;
    margin: 0 0 20px;
    padding: 0;
}

.header p {
    margin-bottom: 20px;
}

#search {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 12px;
    color: #3A3537;
}

#radio-select {
    margin: 0 0 15px;
    color: #632D4F;
    font-size: 18px;
}

#radio-select input[type=radio].css-checkbox {
    display: none;
}

#radio-select input[type=radio].css-checkbox + label.css-label {
    padding-left: 25px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

#radio-select label.css-label {
    background-image: url("../images/radio-button_off.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#radio-select input[type=radio].css-checkbox:checked + label.css-label {
    background-image: url("../images/radio-button_on.png");
}

.search-container {
    position: relative;
    width: 100%;
    float: left;
}

#geo {
    display: none
}

#geo a {
    display: block;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: none;
    border-right: none;
    margin-left: 20px;
}

#btn-find-me {
    border: none;
    background: #fff url("../images/near_me.png") 0 0 no-repeat;
    height: 43px;
    width: 43px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50% 0 0 50%;
}

#search input[type="submit"] {
    border: none;
    background: #fff url("../images/search.png") 0 0 no-repeat;
    height: 43px;
    width: 43px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50% 0 0 50%;
}

#search input[type="text"] {
    border-top: solid 1px #3A3537;
    border-bottom: solid 1px #3A3537;
    border-left: none;
    border-right: none;
    background: #fff;
    color: #3A3537;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-indent: 15px;
}

#search input[type="text"]:focus {
    outline: none
}

#find-me {
    color: #333333;
    line-height: 41px;
    height: 41px;
    white-space: nowrap;
    text-align: right;
    padding-right: 50px;
}

#search input[type="text"] {
    font-size: 13px;
    color: #000000;
}

#search input[type="submit"] {
    cursor: pointer;
    color: #000000;
}

#search input[type="submit"],
#search input[type="text"] {
    float: left
}

#switcherButtons {
    display: none
}

#btn-map,
#btn-list {
    width: 50%;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.btn {
    background-color: #008065
}

.btn-off {
    background: -webkit-linear-gradient(#76275c, #4f2742); /* For Safari */
    background: -o-linear-gradient(#76275c, #4f2742); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#76275c, #4f2742); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#76275c, #4f2742); /* Standard syntax (must be last) */
}

.btn-more {
    display: none
}

#prevPageLink,
#nextPageLink {
    z-index: 10
}

.result {
    max-height: 150px
}

/* Pagination */

#pagination {
    position: relative;
    height: 80px;
}

#pages {
    margin-top: 16px;
    position: relative;
    width: 100%;
    float: right;
    background-colour: #444444;
    border-top: solid 1px #3A3537;
    border-bottom: solid 1px #3A3537;
    border-left: none;
    border-right: none;
    height: 41px;
}

#pages .paging {
    position: relative;
    top: 1px;
    width: 100%;
}

#pages ul {
    height: 30px;
    position: relative;
    top: 13px;
    display: block;
    text-align: center;
}

#pages li {
    display: inline-block;
    float: none;
    text-align: center;
    width: 18px;
    font-size: 14px;
}

#pages li a {
    color: #3A3537;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
}

#pages li a:hover {
    color: #000000;
    /*text-decoration: none;*/
}

#pages li.current a {
    color: #000000;
    font-size: 15px;
}

#pages .prev,
#pages .next {
    border: none;
    background: #fff url("../images/arrow.png") 0px 0px no-repeat;
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    top: -1px;
    border-radius: 0 50% 50% 0;
}

#pages .next {
    background-position: -43px 0px;
    right: 0;
    border-radius: 50% 0 0 50%;
}

#pages .prev a,
#pages .next a {
    display: block;
    height: 43px;
    width: 43px;
}

/* Page items */

#map_canvas {
    display: block;
    height: 540px;
    width: 70%;
    float: left;
}

#rightSide {
    margin: 0 0 0 0;
    float: right;
    width: 30%;
}

/* resultSet */

#resultSet {
    margin: 0 0 0 0;
    float: right;
    width: 100%;
    display: none;
}

#resultSet.showResults {
    display: block
}

#map_canvas.hideMapColumn {
    display: block
}

#map_canvas.showMapColumn {
    display: block
}

#resultSet.hideResultColumn {
    display: block
}

#resultSet.showResultColumn {
    display: block
}

.columnPadding {
    padding: 0 0 0 15px
}

#map_canvas p {
    margin: 5px 0
}

.result {
    padding: 11px 14px 11px 0;
    position: relative;
    margin-bottom: 0;
    border-top: solid 1px #808080;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}

.result .btn {
    background: url("../images/location.png") 0 0 no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    width: 45px;
    height: 13px;
}

.result h2 {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    width: 190px;
    margin-bottom: 5px;
    cursor: pointer;
}

.result h2 em {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 20px;
    color: #000000;
    width: 65px;
    text-align: right;
    white-space: nowrap;
}

.result address {
    font-style: normal;
    padding: 0 0 10px 0;
    /*margin-bottom: 10px;*/
    line-height: 17px;
    width: 190px;
    color: #000000;
    font-size: 13px;
}

.result .sendtomobile {
    display: inline
}

.result:hover {
    background-color: #efefef
}

.result ul {
    position: relative;
    display: block;
    text-align: left;
}

.result li {
    display: inline-block;
    float: none;
    text-align: left;
    font-size: 13px;
    color: #111;
    line-height: 17px;
    margin-right: 15px;
}

.result li a {
    text-decoration: none;
    color: #000000;
}

.result li a:hover {
    text-decoration: underline;
    color: #000000;
}

.popupUnderline {
    border-top: 1px solid #ccc;
    line-height: 1px;
    height: 1px;
    width: 250px;
}

#sendToMobileLink {
    visibility: visible
}

.showPage {
    display: block;
    min-height: 402px;
}

.hidePage {
    display: none
}

.ui-menu-item {
    font-size: 11px;
    text-align: left;
}

.ui-autocomplete {
    max-height: 250px;
    max-width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

#search_status {
    display: none;
    position: absolute;
    top: 350px;
    left: 33%;
    padding: 10px;
    background: #fff;
    text-align: center;
    border: 1px solid #CCC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 999999;
}

#dialog-form {
    display: none;
    font-size: 13px;
}

#dialog-form p {
    margin: 15px 0 20px 0
}

#dialog-form .egNumber {
    margin: 3px 0 15px 30px;
    font-size: 12px;
}

#dialog-form #mobileNumber {
    border: 1px solid #CCC
}

#dialog-message {
    display: none
}

.smsNote {
    font-size: 11px
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {

    #btn-find-me {
        background-image: url("../images/near_me@2x.png");
        background-size: 43px 43px;
    }

    #search input[type="submit"] {
        background-image: url("../images/search@2x.png");
        background-size: 43px 43px;
    }

    .result .btn {
        background-image: url("../images/location@2x.svg");
        background-size: 45px 13px;
    }

    #pages .prev,
    #pages .next {
        background-image: url("../images/arrow@2x.png");
        background-size: 86px 43px;


    }
}

.gm-style-iw h2 {
    color: #000000;
}

.gm-style-iw p {
    color: #000000;
}

.gm-style-iw p strong {
    font-weight: bold;
}

.gm-style-iw a {
    color: #000000;
}

.ui-dialog-title {
    color: #000000;
}

.ui-widget-header {
    border: 0;
    background: none !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-hover {
    color: #fff;
    border: none;
    background-color: #000000;
    background-image: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    /*background-color:#eeeeee !important;*/
}

.ui-state-default .ui-icon {
    background-image: url('../images/ui-icons_888888_256x240.png');
}

html.no-js body div.ui-dialog div.ui-dialog-titlebar button.ui-button {
    background-color: #ffffff;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
}

::-webkit-input-placeholder {
    color: #3A3537;
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3A3537;
    opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #3A3537;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #3A3537;
    opacity: 1 !important;
}

.pac-item {
    background-color: #3A3537 !important;
    color: #ffffff !important;
}

.pac-item:hover {
    background-color: #000000 !important;
}

.pac-item-query {
    color: #ffffff !important;
}

.add_info {
    color: #000000;
}

.ui-widget .ui-widget {
    font-size: 0.8em;
}

.deposit-checkbox {
    -webkit-appearance: checkbox;
    margin-top: 5px;
    margin-left: 5px;
}

.deposit-checkbox:checked {
    border-color: black;
    background-color: black;
}
