<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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
*/

#qs-geocode {
    float: right;
    cursor: pointer;
    width: 15%;
    color: #fff;
    border: 1px solid #fff;
    height: 36px;
    text-align: center;
    padding-top: 6px;
    border-left: none;
}

#qs-geocode:hover {
    background: #fff;
    color: #000;
}

#quick-search h2
{
    color: #fff;
    font-size: 3em;
    text-align: center;
}

#quick-search label {
    display: block;
}
#quick-search input[type="radio"] {
    display: none;
}
#quick-search input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    color: #9A9A9A;
    text-transform: uppercase;
}

#quick-search input[type="radio"]:checked + label {
    color: #fff;
}

.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: 3px;
    color: #333;
    height: 45px;
}

select option
{
    color: #333 !important;
    background: #fff;
}

#quick-search input[type="text"]#location-search
{
    
}

#quick-search input[type="submit"] {
    color: #FFF;
    border: 1px solid #fff;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
}
.slice.image .quicksearch-2-container, .slice.video .quicksearch-2-container, .slice.rotator .quicksearch-2-container {
    padding: 40px 0px;
    min-height: 70vmin;
    display: flex;
}
.quicksearch-2 {
    background: #58585A;
    color: #FFF;
    align-self: flex-end;
    margin: 0px auto;
}
.slice.image .quicksearch-2, .slice.video .quicksearch-2, .slice.rotator .quicksearch-2 {
    box-shadow: 0px 3px 10px 2px #222;
    background: rgba(88, 88, 90, 0.9);
}

.quicksearch-2 .row &gt; div {
    padding: 0px 10px;
}
#quick-search.quicksearch input[type="submit"] {
    background: #917C49;
    border: none;
}

#quick-search.quicksearch input[type="radio"] + label {
    color: rgba(255,255,255,.5);
    background-color: transparent !important;
    text-align: left !important;
    width: auto !important;
}
#quick-search.quicksearch input[type="radio"]:checked + label {
    color: #FFF;
}
.quicksearch-2.hideAdv .adv-field {
    display: none !important;
}
.quicksearch-2-buttons &gt; a {
    padding: 10px 15px;
    background: #EAE9E5;
    cursor: pointer;
    color: #333;
}
.quicksearch-2-buttons &gt; a:nth-of-type(2) {
    background: #FFF;
}
.quicksearch-2-buttons &gt; a.active {
    color: #FFF;
    background: inherit;
}
.quicksearch-2-buttons &gt; a &gt; i {
    font-size: 18px;
    color: inherit !important;
}

#quicksearch-4
{
    border-radius: 3px;
    padding: 14px;
}

#quick-search .adv_after.toggle_hide
{
    font-size: 20px;
}

#quick-search .adv_after
{
    content: "v";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    z-index: 1000;
    width: 25px;
    height: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: scale(3,1);
    -webkit-transform: scale(2,1);
    border-radius: 0px 0px 3px 3px;
    cursor: pointer;
}

span.department_text
{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5px;
}

#quick-search input[type="radio"]#p_department_buying + label, #quick-search input[type="radio"]#p_department_renting + label
{
    font-size: 18px;
}

@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;
    }
    
    #quick-search .adv_after, span.department_text{
        display: none;
    }
    
    #quicksearch-4 {
    margin-top: 0px !mportant;
}
}
</pre></body></html>