﻿@charset "UTF-8";
/* SRP CSS Document */

a, a:active, a:focus {
    outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
}

/* NAVIGATION - 11 / SRP */

#Hdr-wrapper-srp {
    width:100%;
    background-color: #fff;
    padding:20px 0 20px 0;
    min-height: 85px;

}

#Hdr-wrapper-srp .hdr-phone, #Hdr-wrapper-srp .hdr-address {
    display:inline-block;
    float:right;
    padding:0 15px 0 15px;
    min-height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#Hdr-wrapper-srp .hdr-phone {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}


#Hdr-wrapper-srp .hdr-phone p {
    line-height: 18px;
    margin-bottom:0px;
    text-align:right;
}


#Hdr-wrapper-srp .hdr-address p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom:0px;
    vertical-align: middle;
}

#Hdr-wrapper-srp .hdr-logo, #Hdr-wrapper-srp .hdr-name {
    display:inline-block;
}

#Hdr-wrapper-srp .hdr-name h1 {
    font-size: 18px;
    padding-left:20px;
    margin-bottom:0px;
}


#navHdr-wrapper-srp {
    width:100%;
	background-color: #eee;
    height: 50px;
    padding:10px 0 10px 0;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

#navHdr-wrapper-srp .top-bar {
	min-height: 50px;
	background:transparent;
	line-height: 50px;
    float: right;
}

#navHdr-wrapper-srp .top-bar-section ul li {
    background: transparent!important;
}

#navHdr-wrapper-srp .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    font-weight: 400;
    color: #8a8f91;
}

#navHdr-wrapper-srp .top-bar-section .has-dropdown > a::after {
    border-color: rgba(0, 0, 0, 0.4) transparent transparent;
}


#navHdr-wrapper-srp .top-bar-section li:not(.has-form) a:not(.button)  {
   	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

#navHdr-wrapper-srp .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 30px;
    padding: 0px 10px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-srp .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-srp .top-bar-section .has-dropdown > a:after {
    margin-top: -10px;
}

#navHdr-wrapper-srp .top-bar-section li:not(.has-form) a:hover:not(.button), 
#navHdr-wrapper-srp .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
	background-color:#edf0f5; 
	color: #8a8f91;
}

#navHdr-wrapper-srp .top-bar-section .dropdown  {
	border-left: 0px;
	box-shadow: 0px 4px 4px #888888;
    background:#fff; 
}



/* Search */

#search-wrapper {
    background: #42474a;
    width: 100%;
    min-height: 60px;
    padding: 15px 0;
    margin-bottom: 0.5rem;
}

#search-wrapper .search-title h1, #search-wrapper .search-title h5 {
    color:#fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom:0px;
    padding-top:4px;
}

#search-wrapper .search-title h1 strong, #search-wrapper .search-title h5 strong {
    font-weight: 600;
}

#search-wrapper .search-stock input{
    background-color: #808285;
    border-width: 0px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.875rem;
    margin: 0 0 0 0;
    padding: 0.5rem;
    height: 2.3125rem;

}

#search-wrapper .search-stock label{
    margin: 0 0 0 0;
}

#search-wrapper .search-stock .columns {
    padding-left: 0.25rem;
}


#search-wrapper .search-tabs-content .tabs-content {
    margin-bottom: 0rem;
}

#search-wrapper .tabs dd.tab-title {
    margin-right:2px;
}

#search-wrapper .tabs dd, #search-wrapper .tabs .tab-title {
    float: right;
    width:100px;
    text-align: center;
}

#search-wrapper .tabs dd > a, .tabs .tab-title > a {
    background-color: #808285;
    color: #d1d3d4;
    padding: 7.5px 15px;
    font-size: 14px;
}

#search-wrapper .tabs dd.active a, .tabs .tab-title.active a {
    background-color: #f9f9f9;
    color: #8a8f91;
}


#search-wrapper .tabs-content > .content {
    padding: 15px;
}


#search-wrapper .search-tabs-content .search-style h1 {
    text-align: center;
    font-size: 18px;
    color:#fff;
    font-weight: 300;
}

#search-wrapper .search-tabs-content .search-toggle .button, #search-wrapper .search-tabs-content .search-select .button, #search-wrapper .search-tabs-content .search-style .button {
    font-size: 12px;
    background-color: #808285;
    color: #d1d3d4;
    padding: 12px 8px;
    margin-bottom:5px;
    display: inline-block;
    width:32.4%;
}

#search-wrapper .search-tabs-content .search-toggle .button:hover, #search-wrapper .search-tabs-content .search-toggle .button:active {
    background-color: #f9f9f9;
    color: #8a8f91;
}

#search-wrapper .search-tabs-content .search-drop select {
    margin-bottom:5px;
    padding: 0.44444rem;
    font-size: 12px;
    height:41px;
}

#search-wrapper .search-tabs-content .search-drop .switch-on {
    position: absolute;
    left: -65px;
    top: 10px;
    font-weight: bold;
    font-size: 12px; 
    color: #d1d3d4;
}

#search-wrapper .search-tabs-content .search-drop .switch-off {
    position: absolute;
    left: -25px;
    top: 10px;
    color: #8a8f91;
    font-weight: bold;
    font-size: 12px; 
}

#search-wrapper .search-tabs-content .search-drop .switch label {
    width: 4.5rem;
    height: 2.3rem;
    float:right;
}

#search-wrapper .search-tabs-content .search-drop label.inline {
    margin: 0 0 0 0;
}

#search-wrapper .search-tabs-content .search-drop .switch label:after {
    width: 2rem;
    height: 1.8rem;
}

#search-wrapper .search-tabs-content .search-drop.sideby select, #search-wrapper .search-tabs-content .search-drop.sideby label, #search-wrapper .search-tabs-content .search-select label {
    width: 32.4%;
    display: inline-block;
}

#search-wrapper .search-tabs-content .search-drop.sideby-2 select, #search-wrapper .search-tabs-content .search-toggle.sideby-2 .button {
    width: 49.3%;
    display: inline-block;
}

#search-wrapper .search-tabs-content .search-style .sort-btn .button {
    width: 66.2%;
    display: inline-block;
    float: right;
}

#filter-wrapper .alert-box {
    margin-bottom: .5rem;
    padding: 7px;
    font-size: 11px;
}

#filter-wrapper .columns{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0px;
}




/* Page Content */


/*  Trulia / Zillow Style */


.article-overlay .article-image {
    position:relative;
}

.article-overlay .article-image .vehicle-image {
    min-height: 244px;
}
.article-overlay .article-image a img {
    min-height: 244px;
}

.article-overlay-copy {
    background-color:rgba(0, 0, 0, 0.5);
    padding:10px 15px;
    width: 100%;
    position: absolute;
    bottom:0;
    z-index: 99;
}

.article-underlay-copy {
    background-color:#666666;
    padding:10px 15px;
    width: 100%;
    bottom:0;
}

.article-overlay-copy h1, .article-underlay-copy h1 {
    font-size: 16px;
    margin: 0px;
    min-height:50px;
    white-space: inherit;
    overflow: hidden;
}

.article-overlay-copy p, .article-underlay-copy p {
    margin-bottom: 0px;
    font-size: 12px;
}

.article-overlay-copy p, .article-overlay-copy h1 a, .article-underlay-copy p, .article-underlay-copy h1 a {
    color:#fff;
}

.article-overlay-copy h2, .article-underlay-copy h2  {
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
    color:#fff;
    line-height: 20px;
}

.article-overlay-copy h3, .article-underlay-copy h3  {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color:#fff;
    line-height: 20px;
}

.article-overlay-copy .fi-price-tag, .article-underlay-copy .fi-price-tag {
    font-size: 28px;
    color:#fff;
    line-height: 20px;
    float:right;
    padding-top:10px;
}


.article-overlay .columns.article {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0px;
}



/* NEW FOOTER SOCIALS */

#footerBlock .contactDetails a.social { 
    width: 30px; 
    height: 30px; 
    border-radius: 50%; /* the magic */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: #8a8f91 2px solid;
    display:inline-block; 
    background-color: transparent;
    opacity:1; 
    text-align: center;
    transition: opacity 300ms;
    margin-right:3px;
    margin-bottom:20px;
}

#footerBlock .contactDetails a.social i {
    font-size: 18px; 
    color: #8a8f91;
}

#footerBlock .contactDetails a.social:hover { 
    opacity:.75;
}








/* RADIO TOGGLE BEGIN
////////////////////////////////////*/

.srp-search-style h1 {
    text-align: center;
    font-size: 18px;
    color:#fff;
    font-weight: 300;
}


.srp-toggle input[data-toggle] {
  display: none; 
}

.srp-toggle input[type="checkbox"] + label, .srp-toggle input[type="radio"] + label {
    margin-left: 0;
    margin-right: 0;
}

.srp-toggle > ul > li > input[type="checkbox"] + label, .srp-toggle > ul > li > input[type="radio"] + label {
    margin-left: 0.5rem;
    margin-right: 1rem;
}

.srp-toggle .button-group.toggle .button {
    font-size: 12px;
    background-color: #808285;
    color: #d1d3d4;
    padding: 12px 8px;
    margin-bottom: 5px;
}

.srp-toggle .button-group.toggle .button:hover {
    background-color: #f9f9f9!important;
    color: #8a8f91!important;
}

.srp-toggle .button-group > li > button, .srp-toggle .button-group > li .button {
    border-left: #42474a 5px solid;
}

.srp-toggle .button-group .button.first {
    border-left: #42474a 0px solid;
}
.srp-toggle .button-group  li .button.first{
    border-left: #42474a 0px solid;

}

.srp-toggle .button-group {
    width:100%;
    margin-left:-6px;
}

.srp-toggle .button-group  li  {
    width:34.2%;

}

.srp-toggle input[data-toggle]:checked + label,
.srp-toggle input[data-toggle]:checked + label:active {
  background-color: #f9f9f9!important;
  color: #8a8f91!important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); 
}

#content-wrapper.interior {
  margin-top: 0 !important;
}

/* RADIO TOGGLE END 
////////////////////////////////////*/










@media only screen and (max-width: 1025px) {

    .left, .right {
        padding: 15px 15px 0 15px;
    }

    .tab-bar .mobile-icons{
        float: right;
    }

    .tab-bar .mobile-icons a {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #42474a;
        display: inline-block;
        padding: 3px 0 0 14px;
        margin:15px 0 0 5px;
        transition: background-color 300ms ; 
    }

    .tab-bar .mobile-icons a:hover {
        background-color: #869096;
    }

   
    .tab-bar .mobile-icons .fi-marker, .tab-bar .mobile-icons .fi-telephone{
        font-size:36px;
        color:#fff;
    }


	.tab-bar .fi-list {
        font-size:54px;
    }

    .tab-bar a:focus {
        color: #869096;
    }

    #search-wrapper .tabs dd, #search-wrapper .tabs .tab-title {
        width:100%;
    }

    #search-wrapper .tabs dd, #search-wrapper .tabs .tab-title span {
        margin-right:5px;
    }

    #search-type .search-title h1 {
        color:#fff;
        font-size:20px;
        text-align:center;
        margin-bottom:15px;
    }

    #search-type .type-btn .button, #search-body-style .type-btn .button, #search-specific .type-btn .button, #search-price .type-btn .button, #search-stock .type-btn .button, #search-advanced .type-btn .button {
        background-color: #808285;
        color: #d1d3d4;
        font-size:18px;
        margin-bottom:7px;
        transition: background-color 300ms ; 
    }

    #search-type .type-btn .button:hover, #search-body-style .type-btn .button:hover, #search-specific .type-btn .button:hover, #search-price .type-btn .button:hover, #search-stock .type-btn .button:hover, #search-advanced .type-btn .button:hover {
        background-color: #f9f9f9;
        color: #8a8f91;
    }

    #search-wrapper .search-tabs-content .search-style .sort-btn .button {
        width: 100%;
        display: inline-block;
        float: inherit;
        margin:12px 1px 0 -2px;
    }

    #search-body-style h1, #search-specific h1, #search-price h1, #search-stock h1, #search-advanced h1 {
        color:#fff;
        font-size:20px;
        font-weight: 300;
        text-align:center;
        margin-bottom:15px;
        margin-top:0px;
    }

    #search-wrapper hr {
        margin: 1.25rem 0 1rem;
        height: 0;
    }

    #search-body-style .advanced-btn p a, #search-specific .advanced-btn p a, #search-price .advanced-btn p a, #search-stock .advanced-btn p a, #search-advanced .advanced-btn p a {
        color:#fff;
        float:right;
        margin-bottom:15px;
        margin-top:10px;
        transition: opacity 300ms ; 
    }

    #search-body-style .advanced-btn p a:hover, #search-specific .advanced-btn p a:hover, #search-price .advanced-btn p a:hover, #search-stock .advanced-btn p a:hover, #search-advanced .advanced-btn p a:hover {
        opacity:0.6;
    }

     #search-body-style .advanced-btn .fi-play, #search-specific .advanced-btn .fi-play, #search-price .advanced-btn .fi-play, #search-stock .advanced-btn .fi-play, #search-advanced .advanced-btn .fi-play {
        font-size: 16px;
        margin-left: 15px;
    }

    #search-specific label.inline {
        margin: 0 0 0 0;
    }

    #search-stock input {
        margin: 0 0 5px 0;
    }







    /* RADIO TOGGLE BEGIN
    ////////////////////////////////////*/

    .srp-toggle .button-group  li  {
        width:33.6%;

    }

    /* RADIO TOGGLE END
    ////////////////////////////////////*/




    






}






@media only screen and (max-width: 640px) {

    .article-overlay .columns.article {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-bottom: 0rem;
    }







    /* RADIO TOGGLE BEGIN
    ////////////////////////////////////*/

    .srp-toggle .button-group  li  {
        width:34%;

    }

    /* RADIO TOGGLE END
    ////////////////////////////////////*/



    


}




































