.quick-search {
    width: 100%;
    z-index: 100;
    padding: 18px 12px;
    position: relative;
    border-radius: 4px;
    margin: 10px 0 30px;
    background: rgb(251, 253, 255);
    border: 1px rgb(220, 221, 223) solid;
    box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.25);
}
.dv-shadow-triangle {
    width: 36px;
    height: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}
.dv-shadow-triangle:after {
    left: 5px;
    top: -13px;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    background: rgb(255, 255, 255);
    -webkit-transform: rotate(-45deg);
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}
.dvFilterRow:after {
    clear: both;
    content: '';
    display: table;
}
.dvFilterRow{
    width: 100%;
    position: relative;
    padding-right: 180px;
}
.dvFilterResults {
    top: -2px;
    right: 0px;
    width: 160px;
    position: absolute;
    line-height: 20px;
}
.dvFilterResults ul {
    width: 100%;
    display: table;
}
.quick-search ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.quick-search .filters {
   width: 100%;
   display: inline-block;
   position: relative;
   text-align: center;
   background: #06477D;
   padding: 10px 30px;
}
.cl-content .searchResult {
    margin-bottom: -9px;
}
.cl-content.sticky-community .quick-search  {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0;
}
.quick-search ul li {
    padding: 0;
    margin: 5px 0 0;
    display: inline-block;
    border-right: 0px #ECECEE solid;
    color: #fff;
}
.totalResults{
    position: relative;
}
.quick-search .dv-shadow-triangle {
  right: 50%;
  bottom: -28px;
  position: absolute;
  margin-right: -12px;
}
.quick-search .dvFilterItems ul li>div {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
}
.quick-search .dvFilterItems ul li .styled-select {
    display: inline-block;
    padding: 0px 15px 0px 5px;
    line-height: normal;
}
.quick-search .dvFilterItems ul li:first-child .styled-select {
 
}
.quick-search .dvFilterItems ul li:last-child .styled-select {
    border-right: 0;
}
.quick-search ul li.totalResults>div
{
    padding-right: 10px;
    text-align: center;
    color: rgb(252, 154, 36);
}
.mapResult {
    width: 100%;
}
.mapContainer {
    position: relative;
}
.listResult {
    float: left;
    width: 336px;
    margin-top: 0px;
    position: relative;
    padding: 0px 0px 0px 14px;
    background-color: #fff;
}
.list-scroll-pane {
    width: 100%;
    height: 700px;
    margin-top: 8px;
    overflow: auto;
}
.styled-select {
    padding: 6px 6px;
    line-height: 36px;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    background-color: #F9F9F9;
}
.divSelectBox {
    background-color: #F9F9F9;
}
.styled-select:before, .styled-sortBy:before {
    top: 4px;
    right: 2px;
    width: 24px;
    content: '';
    height: 22px;
    display: block;
    position: absolute;
    background-color: #F9F9F9;
}
.styled-select:after, .styled-sortBy:after {
    top: -2px;
    right: 0px;
    width: 16px;
    content: '';
    height: 16px;
    z-index: 213;
    padding: 6px;
    position: absolute;
    background: url(../img/icons.png) no-repeat -23px -874px;
}
.styled-select, .styled-sortBy {
    line-height: 21px;
    position: relative;
}
.styled-select select, .styled-sortBy select
{
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    display: inline-block;
    margin: 0;
    padding: 6px 23px 6px 6px;
    border-radius: 0;
    -moz-appearance: none;
    background: transparent;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
.styled-sortBy {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #E4E6E8;
}
.styled-sortBy select {
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 6px;
    font-size: 13px;
    appearance: none;
    line-height: 21px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0,0,0,0);
}

#modelListContainer li{
    min-height: 140px;
}

.listResult ul {
    list-style-type: none;
    margin: 0px -10px 0px 0px;
    border-top: 0px solid transparent;
}
ol, ul {
    list-style: none;
}
.listResult ul li {
    position: relative;
    padding: 10px 8px 20px 20px;
    border-bottom: 1px solid #D6D7D8;
}
.listResult h4 {
    color: #0F528C;
    margin: 0 0 8px;
}
.listResult .mapMarker {
    top: 22px;
    left: 10px;
    position: absolute;
    cursor: pointer;
    display: none;
}
.listResult ul li .shortinfo {
    position: relative;
    padding-left: 100px;
}
div.shortinfo img {
    float: left;
    max-width: 145px;
    margin-left: -100px;
    margin-right: 10px;
}
.listResult ul li label {
    color: #4d4d4d;
    display: block;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 2px;
}

.filters li select{
    min-width: 86px;
}

#map_canvas ul{
    -webkit-animation: fadeIn 2000ms; /* Chrome, Safari, Opera */
    animation: fadeIn 2000ms;   
}

.infobox {
    -webkit-animation: fadeIn 700ms; /* Chrome, Safari, Opera */
    animation: fadeIn 700ms;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

#map_canvas {
    width: 100%;
    min-height: 800px;
}

.gm-bundled-control-on-bottom > div > div {

}

div[title="Zoom in"], div[title="Zoom out"] {
    background: #00467f !important;
    width: 35px !important;
    height: 35px !important;

}

div[title="Zoom in"] div, div[title="Zoom out"] div {
    left: 10px !important;
    top: 10px !important;

}

div[title="Zoom in"] + div {
    display: none !important;
}

div[title="Zoom in"]:hover, div[title="Zoom out"]:hover {
    background: #3890c1 !important;
}

.mapContainer.clicked #map_canvas {

}

.list-scroll-pane:focus {
    outline: none;
}
.jspHorizontalBar
{
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: transparent;
    display: none !important;
}
.infobox {
    margin: 0px;
    z-index: 11;
    width: 260px;
    padding: 0px;
    display: block;
    background: white;
    position: absolute;
    border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #E3E3E3;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px -1px 20px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px -1px 20px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px -1px 20px rgba(0,0,0,0.45);
}

#map_canvas .infobox {
    
}

.infobox_new {
    margin: 0px;
    z-index: 11;
    width: 200px;
    padding: 0px;
    display: block;
    background: white;
    position: absolute;
    border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #E3E3E3;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px -1px 20px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px -1px 20px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px -1px 20px rgba(0,0,0,0.45);
}

.infobox > img, .infobox_new > img {
    display: none;
}

.infobox h4 {
    color: #0F528C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    font-size: 14px;
}

.infobox_new h5 {
    color: #0F528C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    font-size: 12px;
}    
.infobox ul, .infobox_new ul {
    list-style-type: none;
    margin: 10px;
}

.infobox ul li, .infobox_new ul li {
    position: relative;        
}    

.infobox ul li .infoboxshortinfo {
    position: relative;        
}

.infobox .infoboxshortinfo img {
    float: left;
    max-width: 90px;
    margin-right: 12px;
}

.infobox ul li label {
    color: #4D4D4D;
    display: block;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 2px;
}

/*==============Arrow Down ==========================*/
.infobox .arrow, .infobox_new .arrow, .arrow:after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-style: solid;
    border-color: transparent;
}
.infobox .arrow, .infobox_new .arrow {
    left: 50%;
    bottom: -21px;
    border-width: 20px;
    margin-left: -20px;
    border-bottom-width: 0;
    border-top-color: #E3E3E3;
}
.infobox .arrow.down:after, .infobox_new .arrow.down:after {
    content: "";
    bottom: 19px;
    margin-left: 1px;
    border-width: 20px;
    border-left-width: 0;
    border-right-color: #fff;
}

.clsTotalModels {
    display: block;
    font-size: 30px;
}
.quick-search .totalResults small
{
    font-size:12px;
    display: block;
}

.custom-button {
    width: 100%;
    margin-top: 0;
    color: #0F528C;
    height: inherit;
    cursor: pointer;
    font-size: 15px;
    box-shadow: none;
    margin-bottom: 0;
    appearance: none;
    padding: 9px 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    -moz-box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    border-bottom-color: #b3b3b3;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}

.custom-button:hover {    
    color: #353637;    
    background-color: #e7e7e7;
} 

.custom-button:focus {    
    outline:0;
}

hr.hide {
    margin: 10px auto;
    background: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}

/*********************Swipe popup list*********************************/

.divInfoContainer {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.divInfoContainer > div
{
    position: relative;
}

.unit-container {
    width: 221px;
    overflow: hidden;
    position: relative;
}

.unit-container .all-unit {
/*    width: 526px;*/
    position: relative;
}

.all-unit ul {
    margin: 0px;
    width: 221px;
}

.infobox .available-homes,.infobox .more-available-homes{
    clear: both;
    padding-top: 10px;
}

.all-unit ul {
    margin: 0px;
    widt
    h: 221px;
}
.infobox ul {
    float: left;
    width: 100%;
    max-width: 220px;
    background-color: rgb(255, 255, 255);
}
.unit-container {
    width: 221px;
    overflow: hidden;
    position: relative;
}


.quick-search {
    border-radius: 0px;
    background: #FFFFFF;
    -moz-border-radius: 0px;
    border: 1px solid #E4E6E8;
}
.afix {
    top: 0px;
    z-index: 2311;
    position: fixed;
}

.afix .quick-search {
    margin-top: 0px;
}

.quick-search .advanced-search {
    color: #352923;
}

/* UPDATE */
.quick-search {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.styled-sortBy {
    display: none;
}

.listResult ul {
    margin: 0;
    padding: 0;
}


.hide, .row-custom.cs-lifestyle-wrapper.hide {
    display: none;
}

.hide .directionOutput {
    display: none;
}

div#noresults {
    position: absolute;
    left: 0;
    right: 0;
}

div#noresults p {
    text-align: center;
    color: #fff;
}

.floating-panel-wrap {
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: transparent;
    transition: all 0.4 ease;
}

.show.floating-panel-wrap {
    background: #fff;
}

.show.results.floating-panel-wrap {
    bottom: 20px;
}

.floating-panel {
    padding: 20px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    width: 230px;
    height: 94px;
    overflow: hidden;
    opacity: 0.4;
}

.floating-panel:hover, .floating-panel:active, .floating-panel:focus {
    opacity: 1;
}

.show .floating-panel {
    width: 341px;
    height: 258px;
    border: 2px solid #3383b0;
    overflow-y: auto;
    opacity: 1;
}

.show.results .floating-panel {
    height: 100%;
}

.floating-panel input[type="text"],
.floating-panel select {
    display: none;
}

.show .floating-panel input[type="text"],
.show .floating-panel select {
    display: block;
}

.floating-panel select {
    background: transparent;
    max-width: 120px;
    font-family: 'Proxima-Nova-Light';
    font-size: 14px;
    padding: 0 6px;
    border: 0;
}

.floating-panel label {
    display: none;
}

.show .floating-panel label {
    display: block;
}

.panel-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #00467f;
    letter-spacing: 2px;
    display: none;
}

.show .panel-title {
    display: block;
}

.find-direction-button {
    background: #00467f;
    padding: 15px;
    border: 0;
    font-size: 16px;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f1b600;
    vertical-align: top;
    display: none;
    cursor: pointer;
    float: right;
    margin: 0 15px;
}

.find-direction-button:hover {
    color: #fff;
}

.show .find-direction-button {
    display: inline-block;
}

.hide-button {
    background: #f6f5f5;
    padding: 15px;
    border: 0;
    box-shadow: 0 0 10px 2px #d4d4d4;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #717171;
    display: inline-block;
}

.show .hide-button {
    float: right;
}

.directionsOutput {
    display: none;
    padding: 10px 0;
    clear: both;
}

.show .directionsOutput {
    display: block;
}

.getLocation {
    float: right;
    position: relative;
    top: 28px;
    right: 5px;
}

.getLocation img {
    height: 20px;
}

#modelListContainer li .btn a.custom-btn {
    color: #055290;
    padding: 10px 20px;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 16px;
    background: #f1b600;
    text-transform: uppercase;
    border: 2px transparent solid;
}

#modelListContainer li:hover .btn a.custom-btn,
#modelListContainer li.selected-sc .btn a.custom-btn {
}

#modelListContainer li .btn a.custom-btn:hover {
    color: #f1b600;
    background: #00467f;
}

/*----Map Marker----*/

.infobox {
    border: 0;
    width: 420px !important;
}
.map-marker-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.map-marker-container > div {
    position: relative;
}

.map-marker-container .img-container {
    height: 170px;
}
.map-marker-container .img-container .img-bg,
.map-marker-container .img-container .img-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
}
.map-marker-container .img-container .img-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}
.map-marker-container .img-container .img-overlay {
    z-index: 1;   
}

.map-marker-container .info-container {
    padding: 20px 25px 25px;
    text-align: left;
}

.map-marker-container .info-container .inlineInfo {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.map-marker-container .info-container .inlineInfo:first-of-type {
    width: 59%;
    padding: 0 20px 0 0;
}

.map-marker-container .info-container .inlineInfo:last-of-type {
    width: 39%;
}

.map-marker-container .info-container .inlineInfo p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
}

.map-marker-container .info-container .inlineInfo:first-of-type p:before {
    background: url('../img/point.png') center center no-repeat;
    background-size: 14px 17px;
    width: 14px;
    height: 17px;
}

.map-marker-container .info-container .inlineInfo:last-of-type p:before {
    background: url('../img/phone.png') center center no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
}

.map-marker-container .info-container p {
    font-family: 'Proxima-Nova-Light';
    font-size: 16px;
    line-height: 1.6rem;
    padding: 0;
    color: #636363;
    text-align: left;
}
.map-marker-container .info-container p.title {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: left;
}

.map-marker-container .info-container p.title:after {
    content: '';
    display: block;
    background: #3890c1;
    width: 42px;
    height: 2px;
    margin: 10px 0;
}

.map-marker-container .info-container p.address,
.map-marker-container .info-container p.telephone {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 14px;
    line-height: 1.2rem;
    margin-left: 30px;
}


.map-marker-container .info-container p.btn {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.map-marker-container .info-container p.btn a {
    background:  #00467f;
    display: inline-block;
    padding: 6px 30px;
    font-size: 15px;
    color: #f1b600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Proxima-Nova-Semibold';
}
.map-marker-container .info-container p.btn a:hover {
    background: #f1b600;
    color: #00467f;
}

.map-marker-container .arrow,
.map-marker-container .arrow:after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-style: solid;
    border-color: transparent;
}
.map-marker-container .arrow {
    left: 0px;
    bottom: 80px;
    border-width: 20px;
    margin-left: -20px;
    border-left-width: 0;
    border-right-color: rgba(0,0,0,0.25);
}
.map-marker-container .arrow.down:after {
    content: "";
    bottom: -19px;
    margin-left: 1px;
    border-width: 20px;
    border-left-width: 0;
    border-right-color: #fff;
}

.container-close {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 15px;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    top: 10px;
    display: block;
    right: 10px;
}

.container-close:hover,
.container-close:focus {
    color: #fff;
}

.community-closeout {
    padding: 10px 0 0;
    height: 60px;
}

@media all and (max-width: 400px) {

    .hide-button {
        padding: 12px;
        font-size: 10px;
    }

    .find-direction-button {
        font-size: 10px;
    }
}