.select-five{
    min-width:140px;
}
.select-two {
    min-width:170px;
}
/******************************
RESPONSIVE STYLES 
******************************/

@media screen and (max-width: 1200px) {
    .nav-menu > li > a{
        padding: 10px 9px;
    }
}
@media screen and (max-width: 1100px) {
    .nav-menu > li > a {
        padding: 10px 5px;
    }
    .logo-wrapper{
        width: 63px;
    }
    .header-menu .btn{
        min-width: 120px;
    }
    .about-wrapper > .flexbox > div{
        width: 55%;
    }
    .about-wrapper > .flexbox > div:last-child{
        width: 45%;
        padding-left: 25px;
    }
    .ql-box{
        padding: 30px;
    }
    .bar-callout .flexbox > div:first-child{
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .bar-callout .flexbox{
        flex-direction: column;
        height: auto;
    }
    .bar-callout .flexbox > div:first-child{
        max-width: 100%;
    }
    .bar-callout .flexbox > div:last-child{
        width: auto; 
    }
    .main-content .sidebar{
        width: 350px;
        padding-left: 50px;
    }
    .property-filter > .flexbox{
        flex-wrap: wrap;
        position: relative;
    }
    .property-filter > .flexbox > div:nth-child(2){
        padding-right: 0;
    }
    .property-filter > .flexbox > div:nth-child(3) {
        width: 100%;
        text-align: right;
        position: absolute;
        right: 15px;
        width: auto;
        bottom: 0;
    }
    .top-alert-content{
        padding-top: 30px;
    }
    .top-alert-title .container{
        padding: 5px 100px 5px 15px;
    }    
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
	.view-cart-preview .btn.btn-orange {
	    display: block;
	    position: relative;
	    height: auto;
	}
    #filters {
	    margin: 20px 0px 0px 0px;
    }
    #header, #inner #header{
        height: 74px;
        background: none;
    }
    .top-bar{
        display: none;
    }
    .header-wrapper{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 120;
        -webkit-box-shadow: 0 2px 8px -2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 8px -2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 8px -2px rgba(0,0,0,0.1);
    }
    .logo-wrapper .logo img{
        display: none;
    }
    .logo-wrapper .logo img + img{
        display: block;
    }
    .header-menu{
        background-color: #fff;
        padding: 5px 0;
        color: #444;
    }
    .header-menu > .flexbox{
        padding-right: 60px;
    }
    .header-menu > .flexbox > div:nth-child(3){
        display: flex;
        align-items: center;
    }
    .header-menu .social{
        display: block;
        margin-right: 15px;
    }
    .header-menu .social a{
        font-size: 20px;
        margin-right: 10px;
    }
    #nav-btn{
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 30px;
        font-weight: bold;
    }
    #nav-close-btn{
        position: absolute;
        top: 35px;
        right: 55px;
        display: block;
        font-size: 30px;
        z-index: 5;
    }
    .main-nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #10283a;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
    }
    .open .main-nav{
	    flex-direction: row;
        width: 450px;
    }
    .main-nav nav{
        position: relative;
        min-width: 450px;
        padding: 80px 80px 40px 40px;
        text-align: left;
    }
	.main-nav > div {
		position: relative;
		min-width: 450px;
		padding: 0 80px 40px 40px;
		text-align: center;
		margin: auto;
	}
	.main-nav > div > a {
		margin: auto auto auto 0;
		background-color: #3487C8;
	}
    .nav-menu{
        margin: 0;
        padding: 0;
        text-align: inherit;
    }
    .nav-menu > li{
        display: block;
        margin: 0;
        padding: 0;
    }
    #inner .nav-menu{
        text-align: left;
    }
    .nav-menu > li > a{
        display: block;
        padding: 18px 30px 14px 15px;
        border-bottom: 1px solid #000;
        text-transform: uppercase;
        font-size: 20px;
        color: inherit;
        -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    }
    #inner .nav-menu a{
        color: #fff;
    }
    .nav-menu > li.active > a,
    #inner .nav-menu > li.active > a{
        color: #6d8d23;   
    }
    .nav-menu > li > a:after,
    .footer-wrapper > .relative:before,
    .col-right.photos .img-box.large:before,
    .col-right.photos .img-box.large:after{
        content: none;
    }
    .sub-ctrl{
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .sub-ctrl:after{
        content: "\f105";
        font: 22px/62px Font Awesome\ 5 Pro;
    }
    .sub-ctrl.show{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #inner .sub-menu,
    .sub-menu{
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 18px 25px 10px;
        text-align: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        box-shadow: none;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu li{
        margin-bottom: 15px;
    }
    .sub-menu li a{
        text-transform: none;
        font-size: 18px;
        color: inherit;
    }
    .banner-text{
        padding: 30px 0 70px;
    }
    .move-down{
        display: none;
    }
    .sub-banner h1,
    .large-text,
    .ql-box h2{
        font-size: 48px;
    }
    .quick-links-wrapper .flexbox{
        height: 480px;
    }
    .ql-box h2,
    .ql-box:hover h2{
        border-bottom: none;
    }
    .sponsor-wrapper ul li{
        width: 33.333%;
    }
    .footer-wrapper{
        padding: 30px 0;
    }
    .footer-wrapper span{
        display: block;
        margin: 0 0 10px;
    }
    .property-filter > .flexbox > div:last-child{
        
    }
    .filter-wrapper .container > h4,
    #additional_filters{
        display: none;
    }
    .property-filter > .flexbox {
        flex-direction: row;
        justify-content: flex-start;
    }
    #additional_filters{
        order: 3;
        margin-top: 20px;
    }
    #more_filters{
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
    }
    #more_filters.filters-open h4:after{
        content: "\f106";
    }
    .property-filter > .flexbox > div:nth-child(3){
        position: static;
        text-align: left;
    }
    .filter-row > div:last-child{
        margin-right: 0;
    }
    .filter-row > div{
        width: 25%;
    }
    .filter-row .col-md {
        flex-grow: 1;
        flex-shrink: 1;
    }
    .listings-wrapper .flexbox > li{
        width: 50%;
    }
    .listings-wrapper{
        padding-bottom: 60px;
    }
    .listings-wrapper > .container{
        padding: 0;
    }
    .top-alert-title .container{
        min-height: 48px;
        align-items: center;
    }
    .top-alert-title{
        padding-top: 0;
    }
    .top-alert-title span{
        line-height: 1.2;
    }
    .top-alert .toggle-btn{
        top: 0;
        height: 28px;
        padding-top: 4px;
    }    
}

@media screen and (max-width: 900px) {
    .banner{
        min-height: 550px;
    }
    .banner-content img + p em,
    .banner-content img + br + p em{
        top: -50px;
    }
    .banner-bottom-line{
        text-align: center;
    }
    .sponsor-logo{
        display: none;
    }
    .about-wrapper > .flexbox{
        flex-direction: column;
    }
    .about-wrapper > .flexbox > div,
    .about-wrapper > .flexbox > div:last-child,
    .about-wrapper > .flexbox > div:nth-last-child(2), 
    .about-wrapper > .flexbox > div + div{
        width: 100%;
        padding: 0;
    }
    .about-wrapper > .flexbox > div + div:last-child{
        padding: 0;
    }
    .about-wrapper > .flexbox > div:first-child{
        margin-bottom: 30px;
    }
    .toggle-list{
        padding: 0 0 30px;
    }

    .main-content .container > .table,
    .main-content .container > .table > .cell{
        display: block;
    }
    .main-content .sidebar{
        width: 300px;
        margin: 40px auto 0;
        padding: 0;
    }
    .project-info {
        width: calc(100% - 285px);
        padding-right: 40px;
    }
    .project-floor-plan,
    .project-section .attribute-list {
        width: 285px;
        padding: 0  0 0 25px;
    }
    .project-section .attribute-list li strong{
        font-size: 16px;
    }
    .top-alert-title{
        font-size: 14px;
    }
    .top-alert-content{
        font-size: 14px;
    }
    .top-alert-content .container > ul{
        display: block;
    }
    .top-alert-content .container > ul > li:first-child,
    .top-alert-content .container > ul > li:last-child{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    
}   

@media screen and (max-width: 770px) { /* Tablet View */
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    li[id*="advert_"] .item-title {
	    display: none;
    }
    .counter div:first-child span {
        width: 128px;
    }
    .counter span{
        font-size: 30px;
        width: 80px;
        padding: 6px 8px;
        background-size: contain;
    }
    .counter div:before,
    .counter div:after{
        width: 7px;
        height: 7px;
    }
    .counter div:before {
        top: 32px;
    }
    .quick-links-wrapper .flexbox{
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .ql-box,
    .ql-box:nth-child(2):not(:last-child), 
    .ql-box:nth-child(n+3) {
        width: 100%;
        height: 350px;
    }
    .ql-box{
        max-width: 450px;
        margin-bottom: 25px;
    }
    .ql-box:last-child{
        margin-bottom: 0;
    }
    #more_filters{
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .property-filter > .flexbox > div:first-child{
        flex-grow: 1;
    }
    .listings-wrapper .flexbox > li{
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .project-top .flexbox,
    .project-details > .flexbox,
    .project-section > .flexbox{
        flex-direction: column;
    }
    .project-section > .flexbox{
        align-items: center;
    }
    .project-gallery,
    .project-info{
        width: 100%;
        padding: 0;
    }
    .project-buttons{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .project-info .flexbox{
        padding-top: 25px;
    }
    .project-info .flexbox{
        justify-content: flex-start;
    }
    .project-floor-plan, .project-section .attribute-list{
        width: 345px;
        padding: 0;
        padding-top: 25px;
    }
    .project-section{
        padding: 15px 0;
    }
    
    .subcontractors .flexbox > div {
	    width: 100% !important;
	    max-width: 100% !important;
	    text-align: center !important;
	    padding: 8px 0;
	    font-size: 18px;
    }
    
}

@media screen and (max-width: 670px) { /* Phone View */
    #nav-close-btn{
        top: 30px;
        right: 30px;
    }
    .open .main-nav{
        width: 350px;
    }
    .main-nav nav{
        min-width: 350px;
        padding: 80px 30px 30px;
    }
    .sub-banner .banner-text:after, 
    .sub-banner.top-details h1:after{
        content: none;
    }
    .large-text, .ql-box h2, .sub-banner h1 {
        font-size: 44px;
    }
    .sub-banner.top-details h1{
        font-size: 40px;
    }
    .banner-content img + p em,
    .banner-content img + br + p em{
        font-size: 30px;
        top: -30px;
    }
    .banner-content br{
        display: none;
    }
    .sub-banner.top-details .prop-num{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .about-wrapper > .flexbox > div:first-child{
        text-align: center;
    }
    .toggle-head{
        padding: 13px 45px 12px 15px;
    }
    .toggle-content{
        padding: 15px 20px 15px 30px;
    }
    .toggle-head:after{
        right: 25px;
    }
    .toggle-content:after{
        width: 100%;
        left: 0;
    }
    .toggle-box:last-child .toggle-content:after{
        content: none;
    }
    .ql-box,
    .ql-box:nth-child(2):not(:last-child), 
    .ql-box:nth-child(n+3) {
        height: 300px;
    }
    .ql-box h2{
        color: #3487c8;
        top: 0;
        margin-bottom: 0;
    }
    .ql-box .relative{
        background: rgba(255, 255, 255, 0.8);
    }
    .ql-box .hidden-text{
        display: none;
    }
    .sponsor-wrapper ul li{
        width: 50%;
        margin-bottom: 20px;
    }
     .property-filter > .flexbox{
        flex-direction: column;
    }
    .property-filter > .flexbox > div:first-child{
        width: 100%;
        padding-right: 0;
        max-width: 450px;
        margin: 0 auto;
    }
   
    .property-filter > .flexbox > div:nth-child(3){
        margin-top: 20px;
        text-align: center;
        width: 100%;
        order:6;
    }
    #filters .btn-search {
	    width: 100%;
	    max-width: 448px;
    }
    
    .filter-row{
        flex-wrap: wrap;
    }
    .filter-row:first-child{
        padding-bottom: 0;
    }
    .filter-row > div,
    .filter-row > div:not(.col-md){
        width: 48%;
        margin: 0 0 15px;
    }
    .filter-row > div:nth-child(odd){
        margin-right: 2%;
    }
    .item-box .item-title{
        opacity: 1;
        visibility: visible;
        background: rgba(16, 40, 58, 0.36);
        color: #fff;
    }
    .item-box .item-title h4{
        color: #fff;
    }
    .item-box .ico-more{
        display: none;
    }
    .project-prime-photo{
        height: 350px;
    }
    .project-section .separator{
        display: none;
    }
    .next-home {
    	right: 30px;
    }
    .prev-home {
	left: 30px;
    }
    .top-alert-content{
        padding: 20px 0;
    }
    .top-alert-title .container{
        padding: 5px 80px 5px 15px;
    }
    .top-alert .toggle-btn{
        width: 30px;
        right: 40px;
    }
}
@media screen and (max-width: 480px) {
    h1, h2, .sponsor-wrapper h2,
    .project-section h2,
    .sub-banner.top-details h1{
        font-size: 32px;
    }
    .large-text, .ql-box h2, .sub-banner h1 {
        font-size: 40px;
    }
    .counter{
        display: none;
    }
    .banner{
        min-height: 450px;
    }
    .banner-text{
        padding: 30px 0;
    }
    .banner-content img + p em,
    .banner-content img + br + p em {
        font-size: 25px;
        top: 0;
        margin: 0
    }
    .banner-content img{
        margin-bottom: 0;
    }
    .banner-content,
    .banner-content p{
        text-align: center !important;
        font-size: 16px; 
        line-height: 1.5;
    }
    .sub-banner p {
        margin-bottom: 0;
    }
    .about-wrapper,
    .sponsor-wrapper,
    .project-wrapper{
        padding: 40px 0;
    }
    .ql-box,
    .ql-box:nth-child(2):not(:last-child), 
    .ql-box:nth-child(n+3) {
        height: 270px;
    }
    .sponsor-wrapper h2:after{
        margin-bottom: 0;
    }
    .bar-callout span {
        font-size: 16px;
    }
    .listings-wrapper{
        padding-bottom: 40px;
    }
    .filter-row > div, .filter-row > div:not(.col-md){
        width: 100%;
    }
    .filter-row > div:nth-child(odd){
        margin-right: 0;
    }
    .nav-controls a{
        font-size: 0;
    }
    .project-prime-photo{
        height: 300px;
    }
    .project-gallery{
        justify-content: center;
    }
    .project-buttons .btn{
        display: block;
    }
    .project-buttons .btn + .btn{
        margin: 15px 0 0 0;
    }
    .project-info .flexbox{
        flex-direction: column;
    }
    .project-contacts{
        margin-bottom: 15px;
    }
    .project-contacts + a{
        align-self: center;
    }
    .project-floor-plan, .project-section .attribute-list{
        width: 100%;
    }
    .project-section  .attribute-list{
        text-align: left;
    }
    .project-section .attribute-list .list{
        width: 100%;
    }
    .project-top .message {
		width:100%;
		font-size: 20px;
	}
}

@media screen and (max-width: 380px) {
    .btn{
        padding: 11px 15px 9px;
    }
    h1, h2, .sponsor-wrapper h2 {
        font-size: 30px;
    }
    .large-text, .ql-box h2, .sub-banner h1 {
        font-size: 36px;
    }
    #nav-btn{
        right: 12px;
    }
    #nav-close-btn{
        top: 20px;
        right: 20px;
    }
    .open .main-nav{
        width: 320px;
    }
    .main-nav nav{
        min-width: 320px;
        padding: 60px 20px 25px;
    }
    .nav-menu > li > a{
        padding: 16px 30px 12px 15px;
        font-size: 18px;
    }
    .sub-ctrl{
        height: 49px;
    }
    .sub-ctrl:after{
        line-height: 51px;
        font-size: 20px;
    }
    .main-content .sidebar{
        width: 100%;
    }
    #header, #inner #header{
        height: 65px;
    }
    .header-menu > .flexbox{
        padding: 0 10px;
    }
    .header-menu .social{
        margin-right: 0;
    }
    .header-menu > .flexbox {
        padding-right: 50px;
    }
    .logo-wrapper {
        width: 55px;
    }
    .about-wrapper, .sponsor-wrapper {
        padding: 30px 0;
    }
    .sponsor-wrapper ul li{
        width: 100%;
    }
    .project-wrapper{
        padding-bottom: 20px;
    }
    
}

@media screen and (max-width: 340px) {
	#inner-banner h1 {
		font-size:  28px;
	}
	
	#inner-banner .banner-text {
		padding-top: 10px;
	}
	
	#inner-banner {
		height: 215px;
	}
	
	
	.project-wrapper {
    	padding-top: 0px;
	}
}
.shortDesc {
	text-align: center;
	margin-bottom: 55px;
}