/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-Feb-2015, 16:30:06
    Author     : Alex
*/

#optionsToggle {
    display: none;
}

.optionsToggleLabel {
    float: right;
    background: #820310;
    color: white;
    padding: 0.5em;
    font-weight: bold;
}

#qs-geocode, .qs-buy-rent {
    float: right;
    cursor: pointer;
}

#quick-search h2
{
    font-size: 15px;
}

#quick-search label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#quick-search input[type="radio"] {
    display: none;
}
#quick-search input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}
.qs-field {
    height: 60px;
    margin-top: 10px;
}
#quick-search input[type="text"], select {
    border: 1px solid #CCC;
    padding: 5px;
    min-width: 100%;
    max-width: 100%;
    outline: 0; 
    border-radius: 0px;
    color: #333;
    height: 36px;
}
#quick-search input[type="submit"] {
    color: #FFF;
    border: 1px solid #fff;
    width: 100%;
    padding: 7px;
    font-size: 16px;
    margin-top: 20px;
}
.quicksearch-2-iefix {
    display: flex;
}
.quicksearch-2-container {
    width: 100%;
}
.slice.image .quicksearch-2-container, .slice.video .quicksearch-2-container, .slice.rotator .quicksearch-2-container, .quicksearch-2-property .quicksearch-2-container {
    padding: 40px 0px;
    min-height: 70vmin;
    display: flex;
    width: 100%;
}

.quicksearch-2-container-2 {
    padding: 40px 0px;
    display: flex;
    width: 100%; 
}

.quicksearch-2 {
    background: #58585A;
    color: #FFF;
    align-self: flex-end;
    width: 100%;
    margin: 0px auto;
    border: 1px solid #58585A;
    pointer-events: all;
}
.quicksearch-2.centered {
    max-width: 800px;
}
.quicksearch-2 #location-map-selection-container {
    position: relative;
}
.quicksearch-2 #location-map-selection {
    position: relative;
}
.quicksearch-2 #location-map-selection::before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content:"\f107";
}
.quicksearch-2 #location-map-selection-options {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0px 3px 5px rgba(0,0,0,.6);
    padding: 15px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
}
.quicksearch-2 #location-map-selection-options label {
    color: #000;
    cursor: pointer;
    width: 100%;
}
.quicksearch-2 #location-map-selection-options input[type=checkbox] {
    margin-right: 10px;
}
.quicksearch-2 #location-map-selection-options > ul > li {
    margin-bottom: 30px;
}
.quicksearch-2 #location-map-selection-options > ul > li > label {
    font-weight: bold;
}
.quicksearch-2 #location-map-selection-options > ul > li > ul {
    margin-left: 15px;
}
.quicksearch-2-container .flex {
    display: flex;
    align-items: flex-end;
}
.quicksearch-2-container .flex-end {
    align-self: flex-end;
}
.quicksearch-2-container .flex.wrap {
    flex-wrap: wrap;
}
.quicksearch-2#locationMapContainer {
    padding: 10px;
}
#location-map-selection {
    cursor: default;
}
.quicksearch-2 .p-15 {
    padding: 0px 5px 15px 5px !important;
}
.slice.image .quicksearch-2, .slice.video .quicksearch-2, .slice.rotator .quicksearch-2, .quicksearch-2-property .quicksearch-2 {
    box-shadow: 0px 3px 10px 2px #222;
    background: rgba(88, 88, 90, 0.9);
    border: none;
}
.quicksearch-2 a, .quicksearch-2 label, .quicksearch-2 span {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
}
#quick-search.quicksearch-2 input[type="submit"]{
    color: #272727;
    margin-top: 22px;
}
.quicksearch-2 .row > div {
    padding: 0px 10px;
}
#quick-search.quicksearch-2 input[type="submit"] {
    background: rgba(234, 233, 229, 0.6);
    border: none;
    color: #fff;
}
.quicksearch-2-property {
    display: flex;
    width: 100%;
    position: relative;
}
.quicksearch-2-property .expensive-property-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
}
.quicksearch-2-property .quicksearch-2-container {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

#quick-search.quicksearch-2 input[type="radio"] + label {
    color: rgba(255,255,255,.5);
    background-color: transparent !important;
    text-align: left !important;
    width: auto !important;
}
#quick-search.quicksearch-2 input[type="radio"]:checked + label {
    color: #FFF;
}
.quicksearch-2.hideAdv .adv-field {
    display: none !important;
}
.quicksearch-2-buttons > a {
    padding: 10px 15px;
    background: rgba(234, 233, 229, 0.6);
    cursor: pointer;
    color: #272727;
}
.quicksearch-2-buttons > a:nth-of-type(2) {
    /*background: rgba(0,0,0,.3);*/
    background: rgba(145, 124, 73, 0.6);
    color: #FFF;
}
.quicksearch-2-buttons > a.active {
    color: #FFF;
    background: inherit;
}
.quicksearch-2-buttons > a > i {
    font-size: 18px;
    color: inherit !important;
}

@media screen and (max-width: 991px) {
    #quick-search input[type="radio"] + label
    {
        text-align: center;
        width: 50%;
        padding: 10px;
        background-color: #EEE;
        margin: 0px 0px 10px 0px;
        float: left;
    }
}

.quicksearch-2 .qs-buy-rent input[type="radio"] + label {
    margin-right: 0px !important;
    margin-left: 10px !important;
    padding: 0px !important;
}
.quicksearch-2 .qs-buy-rent {
    height: 22px;
}


.quicksearch-8-iefix {
    display: flex;
}
.quicksearch-8-container {
    width: 100%;
}
.slice.image .quicksearch-8-container, .slice.video .quicksearch-8-container, .slice.rotator .quicksearch-8-container, .quicksearch-8-property .quicksearch-8-container {
    padding: 40px 0px;
    min-height: 70vmin;
    display: flex;
    width: 100%;
}

.quicksearch-8-container-2 {
    padding: 40px 0px;
    display: flex;
    width: 100%; 
}

.quicksearch-8 {
    background: #fff;
    color: #333;
    align-self: flex-end;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    border-bottom: 4px solid #EFF0EA;
    pointer-events: all;
    position: relative;
    padding: 20px;
}

.quicksearch-8:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.quicksearch-8 .p-15 {
    padding: 0px 5px 15px 5px !important;
}
.slice.image .quicksearch-8, .slice.video .quicksearch-8, .slice.rotator .quicksearch-8, .quicksearch-8-property .quicksearch-8 {
    box-shadow: 0px 3px 10px 2px #222;
    background: rgba(88, 88, 90, 0.9);
    border: none;
}
.quicksearch-8 a, .quicksearch-8 label, .quicksearch-8 span {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}
#quick-search.quicksearch-8 input[type="submit"]{
    color: #272727;
    margin-top: 22px;
}
.quicksearch-8 .row > div {
    padding: 0px 10px;
}
#quick-search.quicksearch-8 input[type="submit"] {
    background: rgba(234, 233, 229, 0.6);
    border: none;
    color: #333;
}
.quicksearch-8-property {
    display: flex;
    width: 100%;
    position: relative;
}
.quicksearch-8-property .expensive-property-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
}
.quicksearch-8-property .quicksearch-8-container {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

#quick-search.quicksearch-8 input[type="radio"] + label {
    color: rgba(255,255,255,.5);
    background-color: transparent !important;
    text-align: left !important;
    width: auto !important;
}
#quick-search.quicksearch-8 input[type="radio"]:checked + label {
    color: #333;
}
.quicksearch-8.hideAdv .adv-field {
    display: none !important;
}
.quicksearch-8-buttons > a {
    padding: 10px 15px;
    background: rgba(234, 233, 229, 0.6);
    cursor: pointer;
    color: #272727;
}
.quicksearch-8-buttons > a:nth-of-type(2) {
    /*background: rgba(0,0,0,.3);*/
    background: rgba(145, 124, 73, 0.6);
    color: #333;
}
.quicksearch-8-buttons > a.active {
    color: #333;
    background: inherit;
}
.quicksearch-8-buttons > a > i {
    font-size: 18px;
    color: inherit !important;
}

.quicksearch-8 .qs-buy-rent input[type="radio"] + label {
    margin-right: 0px !important;
    margin-left: 10px !important;
    padding: 0px !important;
}
.quicksearch-8 .qs-buy-rent {
    height: 22px;
}
#location-map-selection-container::after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}