@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%
}

body {
    color: #666;
    font-size: 14px;
    height: 100%;
}

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

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

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

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

.wrapper {
    height: 100%
}

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

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

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

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

.breadcrumbs {
    margin-bottom: 35px;
}

.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: #C8102E;
    font-size: 12px;
}

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

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

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

#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 {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 12px;
    color: #111;
}

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

#geo {
    display: block
}

#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 #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: none;
    border-right: none;
    background: #fff;
    color: #333;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 41px;
}

#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: #333;
}

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

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

#switcherButtons {
    display: block;
    margin-bottom: 3px;
}

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

.btn {
    background-color: #8C8C8C
}

.btn-off {
    background-color: #3A3537;
}

.btn-more {
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    font-weight: bold;
    background-color: #C8102E;
}

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

.result {
    max-height: 150px
}

/* Pagination */

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

#pages {
    display: none
}

/* Page items */

#map_canvas {
    display: block;
    height: 100%;
    width: 100%;
    float: left;
}

/* resultSet */

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

#resultSet.showResults {
    display: none
}

#map_canvas.hideMapColumn {
    display: none
}

#map_canvas.showMapColumn {
    display: block
}

#resultSet.hideResultColumn {
    display: none
}

#resultSet.showResultColumn {
    display: block
}

.columnPadding {
    padding: 0 0 0 0px
}

#map_canvas p {
    margin: 5px 0
}

.result {
    padding: 11px 14px 11px 0px;
    position: relative;
    margin-bottom: 0px;
    border-top: solid 1px #CCCCCC;
    -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: #C8102E;
    font-size: 14px;
    line-height: 18px;
    width: 190px;
    margin-bottom: 5px;
}

.result h2 em {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: 20px;
    color: #242424;
    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: none
}

.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: #008065;
    line-height: 17px;
    margin-right: 15px;
}

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

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

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

#sendToMobileLink {
    visibility: hidden
}

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

.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;
}

.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;
}

#search_status {
    display: none;
    position: absolute;
    top: 130px;
    left: 43%;
    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
}

#dialog-message {
    display: none
}

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


@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;
    }

    #radio-select label.css-label {
        background-image: url("../images/radio-button_off@2x.png");
        background-size: 22px 22px;
    }

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


}
