﻿
body {
    font-size: 14px;
    line-height: 1.6;
}

sup {
    top: -.3em;
}

.content {
  padding-bottom: 15px;
}
.boxed-layout {
  padding: 0;
  box-shadow: 0px 0px 8px #888888;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #e0e0e0;
  -moz-box-shadow: 0 0 7px 5px #999;
  -webkit-box-shadow: 0 0 7px 5px #999;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .lease-your-home-content {
        font-size:13px!important;
    }
}

@media (max-width: 400px) {
    .lease-your-home-content {
        font-size:13px!important;
        margin-bottom:4px;
    }
}

    /*@media (min-width: 992px) {
        .container {
            width: 992px;
        }
    }

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}*/

h1, h2, h3, h4, h5, h6 {
    color: #585f69;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-dark {
    border-color: #555;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #585f69;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-dark > .panel-heading {
    background: #555;
}

.panel-heading {
    color: #fff;
    padding: 5px 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}




.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

    .btn-u.btn-block {
        text-align: center;
    }

.btn-u {
    background: #2085C9;
}

.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}

.btn {
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-u:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3sease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: #324c80;
}


div.listing-detail-price{
    text-align:center; 
    font-weight: bold; 
    font-size:1.8em;
    color:forestgreen;
}

div.pricing-container {
    width: 255px; 
    margin: 0 auto;
}

div.pricing-square {
    width:75px;
    height:75px; 
    border: 1px solid black; 
    border-color:#585f69;
    margin-right:15px;
    float:left;
}

div.pricing-text {
    width:100%;
    font-size:22px; 
    font-weight:bold; 
    text-align:center; 
    margin-top:18px; 
    margin-bottom:5px;
    line-height: 22px;
    color:#585f69;
}

div.pricing-label {
    width:100%;
    font-size:14px;
    text-align:center;
    line-height: 14px;
    color:#585f69;
}

.image-resize-150 {
  width: 150px;
  height: auto;
  border: 1px solid #000000;
  margin-right: 10px;
  margin-bottom:10px;
}

div.listings-price-block {
      color:forestgreen;
      font-size:20px;
  }

div.salesrep-card-container {
    max-width: 450px;
    margin-left:auto;
    margin-right:auto;
}

.heading h2:before, .heading h2:after {
  width: 20%;
}

h2.listing-heading {
    font-size:32px;
    text-align:center;
}

@media (max-width: 992px) {
  .salesrep-card {
    width:250px;
  }
}

div.listings-address-map {
      font-size:1.2em;
  }

div.listings-price-block-map {
    font-size:1.1em;
    color:forestgreen;
}

div.listings-details-map {
    font-size:1.1em;
}



div.listing-container {
    margin-left:auto;
    margin-right:auto;
    width:800px;
}

div.listing-pic-panel {
    /*display:inline-block;*/
    float:left;
    width:260px;
}

div.listing-text-panel {
    /*display:inline-block;*/
    float:left;
    width:510px;
}
div.listing-map-div {
        display:block;
    }

img.listings-pic {
    max-width:250px;
}

.vt-btn {
    margin-top:2px;
    margin-bottom:8px;
    width:122px;
}

.btn-listing
{

}

div.listings-details-container {
    float:left;
    width:255px;
}

div.listing-row {
    margin:0px;
}


div.listings-right-panel {
    text-align:right;
}


div.listings-address-block {
      font-size:1.4em;
      font-weight:normal;
  }
div.listings-address-block a {
    color:#2085C9;
  }

div.small-listing-details {
        display:none;
    }
div.large-listing-block {
    display:block;
}
@media (max-width: 800px) {
    div.listing-container {
        width:520px;
    }
    div.listing-pic-panel {
        width:160px;
    }
    img.listings-pic {
        max-width:150px;
    }
    div.listing-text-panel {
        width:340px;
        font-size:11px;
    }
    div.listing-map-div {
        
    }
    div.listings-details-container {
        float:left;
        width:165px;
    }
    img.vt-btn {
        width:100px;
    }

    .btn-listing {
        font-size:12px;
        padding:4px;
    }

    div.listings-right-panel {
        text-align:center;
    }

}

@media (max-width: 550px) {
    div.listing-pic-panel {
        display:block;
        float:none;
        text-align:center;
    }
    div.listing-text-panel {
        display:block;
        float:none;
    }
    div.listings-details-container {
        float:none;
    }
    div.listing-map-div {
        display:none;
    }
}


@media (max-width: 549px) {
    div.listing-pic-panel {
        width:280px;
    }
    div.listing-text-panel {
        width:280px;
    }
    img.listings-pic {
        max-width:260px;
    }
    div.listing-container {
        width:290px;
    }
    div.listings-details-container {
        width:280px;
        text-align:center;
    }
    div.listings-address-block {
      font-size:20px;
      font-weight:normal;
  }
    div.small-listing-details {
        display:block;
        font-size:14px;
    }

    div.large-listing-block {
        display:none;
    }
}

div.biglisting {
    margin-left:auto;
    margin-right:auto;
    max-width:800px;
}

div.mediumlisting {
    margin-left:auto;
    margin-right:auto;
    max-width:600px;
}



@media (min-width: 550px) {
  div.smalllisting {
      display:none;
  }
}

@media (min-width: 900px) {
  div.mediumlisting {
      display:none;
  }
  div.biglisting {
      display:block;
  }
}


@media (max-width: 900px) {
  div.biglisting {
      display:none;
  }
  div.mediumlisting {
      display:block;
  }
  div.smalllisting {
      display:none;
  }
}

@media (max-width: 550px) {
  div.biglisting {
      display:none;
  }
  div.mediumlisting {
      display:none;
  }
  div.smalllisting {
      display:block;
  }
  
}

div.small-listing-pic {
    width:100%;
}

div.small-listing-address {
    font-size:1.5em;
    line-height: 1.5;
    text-align:center;
    margin-top:10px;
}
div.small-listing-address a {
      color: #2085C9;
}


div.small-listing-price {
    font-size:1.5em;
    line-height: 1.7;
    color:forestgreen;
    text-align:center;
}



div.medium-listing-pic {
    width:100%;
    max-width:190px;
}

div.medium-listing-address {
    font-size:1.3em;
    font-weight:bold;
    line-height: 1.4;
    white-space:nowrap;
    overflow:hidden;
}

div.medium-listing-address a {
      color: #2085C9;
}

div.medium-listing-price {
    font-size:1.2em;
    font-weight:bold;
    line-height: 1.4;
    color:forestgreen;
    /*margin-bottom:4px;*/
}

div.medium-listing-details {
    font-size:1.1em;
    line-height: 1.6;
}




div.listings-details-left, div.listings-details-right {
    font-size:1.3em;
    line-height: 1.7;
    white-space:nowrap;
}




#map,
#panorama {
  height:600px;
  background:#6699cc;
}

div.gmapInfoWindow {
    width:290px;
}

div.gmapInfoWindowHeader {
    font-weight:bold;
    margin-bottom:5px;
}

div.gmapInfoWindowPrice {
    font-weight:bold;
    color:forestgreen;
    margin-bottom:5px;
}

div.gmapInfoWindowDetailsLink {
    font-weight:bold;
    margin-top:5px;
}

div.gmapInfoWindowLeft {
    float:left;
    margin-right:20px;
}

div.gmapInfoWindowRight {
    float:left;
}

.dark-grey {
    color: #333;
}



.navbar {
  margin-bottom: 0px;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 0px;
}



.home-hero-inner {
  width: 100%;
  height: 427px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  
}

.home-hero {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size:14px;
  /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
  text-align: left;
}

.home-hero p {
  position: absolute;
    font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  top: 200px;
  left:50px;
  color: #fff;
  overflow: hidden;
  margin-left: -2%;
}

.home-hero p i {
  background: url(/assets/plugins/parallax-slider/img/bg-text.png) repeat;
  padding: 0 10px;
  font-style: normal;
}




div.home-hero-links {
    position: absolute;
    top: 300px;    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    width:100%;
    text-align:center;
}

div.home-hero-links a {
    background-color:rgba(33, 133, 201, 0.8);
    color:#fff;
}

div.home-hero-links a:hover {
    background-color:rgba(33, 133, 201, 1);
    color:#fff;
}

div.home-hero-links i {
    font-size: 15px;
}

div.map-hero-links {
    position: absolute;
    top: 100px;
}

.map-hero-inner {
  width: 100%;
  height: 600px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  
}
div.map-hero-imagemap {
    position: absolute;
    top: 0px;    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    width:100%;
    text-align:center;
}


@media (min-width: 900px) {
  div.hw-hero {
      height:420px;
  }
}

@media (max-width: 900px) {
  div.hw-hero {
      height:320px;
  }
  div.home-hero-links {
        top: 220px;    
    }
}

@media (max-width: 768px) {
  div.hw-hero {
      height:230px;
  }
  div.home-hero-links {
        top: 180px;    
    }
  div.map-hero-links {
        top: 140px;    
    }
}

@media (max-width: 425px) {
  div.home-hero-links {
        top: 140px;    
    }
  div.map-hero-links {
        top: 170px;      
    }
}

@media (max-width: 340px) {
  div.map-hero-links {
        top: 200px;      
    }
}

@media (max-width: 600px) {

  div.hw-hero-button-spacer{
      /*display:none;*/
  }

}

.listing-heading-blue {
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzIwODVjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzIwODVjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #ffffff 0%, #2085c9 24%, #2085c9 75%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(24%,#2085c9), color-stop(75%,#2085c9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#2085c9 24%,#2085c9 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#2085c9 24%,#2085c9 75%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#2085c9 24%,#2085c9 75%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#2085c9 24%,#2085c9 75%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

margin-bottom:10px; 
font-size:1.4em; 
font-weight:bold; 
color:whitesmoke;

}

.listing-heading-default {
    margin-bottom:10px; 
    font-size:1.5em; 
    font-weight:bold; 
    color:#4765a0;
}

.navbar-brand {
  padding: 0px;
  height: 40px;
}

.navbar-toggle {
  position: relative;
  padding: 9px 10px;
  margin-top: 3px;
  margin-left: 10px;
  margin-right:4px;
  margin-bottom: 3px;
}

div.header {
      height:29px;
  }

@media (max-width: 985px) {
  div.header {
      height:16px;
  }
  #bigLogo {
      display:none;
  }
  #smallLogo {
      display:inline;
  }
  .navbar-brand {
      width:260px;
  }
}

@media (min-width: 985px) {
  div.navbar-header {
      float:right;
  }
  #bigLogo {
      display:block;
  }
  #smallLogo {
      display:none;
  }
}


@media (max-width: 985px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}



.hw-listing-filter {

}

.hw-listing-filter label {
    font-size:1.2em;
}

@media (max-width: 985px) {
    .hw-listing-filter label {
        width:80px;
    }
    #filterlarge {
        display:none;
    }
    #filterlargebutton {
        display:none;
    }
    #filtersmall {
        display:block;
    }
    #filtersmallbutton {
        display:block;
    }
}

@media (min-width: 985px {
    #filterlarge {
        display:block;
    }
    #filterlargebutton {
        display:block;
    }
    #filtersmall {
        display:none;
    }
    #filtersmallbutton {
        display:none;
    }
}