.top-menu { position: absolute; }
.breadcrumb-container { padding-top: 140px;}
.breadcrumb-container.tiny { padding-top: 0px;}
#main-container { padding-top: 0px; margin-top: 0px;}
.header-toolbar-container { position: absolute; -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1); border-bottom: 1px solid #CCD4DD;}

.count { margin: 0 auto -10px auto; max-width: 1140px; font-size: 18px; padding:20px 20px 10px 10px; position: relative;}
.count h1 { font-size: 18px; display:inline;}
.count a { right:12px; top:10px; position: absolute;}

.search-bar { width: 100%; }
.search-bar a{ display: block; padding: 0 10px; line-height:55px; font-size: 12px; font-weight: bold;}
.search-bar td { white-space: nowrap; text-align: center; border-left: 2px solid #fff; padding: 0;}
.search-bar-first { width: 240px;}
.search-location { width: 240px !important;}

.search-saveMenu { display: none;}
a.bluebtn { background-color:#E4EDF6;}
a:hover.bluebtn { background-color:#B9DDF3;}
.inner-addon > .form-control { min-width:100%;}
.inner-addon { position: relative;}
.inner-addon a{ position: absolute; top:0; right:15px; width:30px; height:35px;}
.inner-addon .glyphicon { color:#ccc !important; font-size:22px; position: absolute; margin-right:16px;}
.right-addon .glyphicon { right: 0px;}

.property-container { 
    position: relative;
    color: #fff;
	text-shadow: 0px 0px 2px #000;
    border-top: 1px solid #ccc;
    background-repeat: no-repeat; 
    background-position: center center;  
    background-size: 100% auto;
	background-color: #242424;
    background-image: url(../images/loader_blue.gif);
    font-size: 14px;
    width: 100%; 
    height: 200px;
 }
.property-container h1{ font-size:22px; font-weight: bold; color: #fff; margin:0px;}
.property-container h1 span { font-size:12px; font-weight: normal;}
.property-details {       
    background-image: url(../images/bg-bottom-gran.png);
    width:100%;
    position: absolute;
	bottom: 0px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.property-details div {
    line-height:16px;
    padding:8px;
}
.property-heading {
    position: relative;
    background-image: url(../images/bg-top-gran.png);
	background-position: top;
    width:100%; 
    height: 38px;
}
.property-heading h1{
    padding-left:8px;
}
.property-heading span{
    position: absolute;
    left:8px;
    top: 24px;
}
.property-heading i {
     position: absolute;
	 top:0;
	 right:0;
	 color:#fff;
	 padding:10px;
	 font-size: 32px;
}
.property-heading a {
	 z-index:11 !important;
}
.property-container a{	
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
.property-more li {
    padding: 0px;
	font-size:15px;
	width:213px;
	border-top:1px solid #eee;
}
.property-more li a{
    padding: 8px 14px;
}

.btn-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -100px;
  width: 200px;
}
.btn-default {
  font-weight: bold;
}
.btn.active, .btn:active {
    color:#fff;
    background-color: #333333;
}

.nav-tabs>li>a {
  padding: 6px 12px;
}
.separator {
  clear: both;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}
label{
  line-height: 28px;
  color: #000;
}
.form-control{
  border: 1px solid #ccc;
  width:140px;
}
.right{
  float: right;
}
.modal {
 overflow-y: auto;
}
.modal-open {
 overflow: auto;
}
.modal-title{
  font-size:20px;
  margin-left:10px;
}
.checkbox {
  padding-top:8px;
  padding-left: 20px;
}
.checkbox label {
  width: 100%;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {  
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #428BCA;
  border-color: #428BCA;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 10px;
}
.radio-info input[type="radio"] + label::after {
  background-color: #428BCA;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #428BCA;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #428BCA;
}
input[type="checkbox"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after {
  color: #fff;
}


.close-icon{float:right;font-size:24px;color:#fff;}
.close-icon:hover,.close-icon:focus{color:#fff;text-decoration:none;cursor:pointer;}
button.close-icon{padding:1px;cursor:pointer;background:0;border:0;}

.modal-dialog {
    margin-top: 135px !important;
    width: 100% !important;
	max-width: 650px;
}
.modal-body {padding-bottom: 10px !important;}
.modal-backdrop {
   background-color: transparent;
}
.modal-header {
    display: none;
}
.modal-dialog label{ font-size:14px;}
.form-control { width: 100%; padding-margin: 20px; height:30px; font-size:12px;}
.label-pad { margin-top: 10px}
.checkbox-info-top { margin-top: 25px}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1224px) {
    .search-bar-first { width: 200px;}
    .search-location { width: 220px !important;}
	.breadcrumb-container { padding-top: 120px;}
	.modal-dialog { margin-top: 115px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .search-bar-first { display: none;}
}

/* screen under 1040px hide subnav saves */
@media screen and (max-width: 1040px) {
   .hide-td { display: none;}
   .search-saveMenu { display: block; position: relative; }
   #search-saveMenu {font-size:32px; color:#428bca; background:none; border:none;}
}
/* screen under 767px */
@media screen and (max-width: 767px) {
    .top-menu { 
        background-color: #428BCA;
        padding: 0;
    }
    .top-menu img {
        height:58px;
    }	
	.breadcrumb-container { height:80px; padding: 0px; margin: 0px; background-color:#E4EDF6; border:none;}
	
	.count { font-size: 12px; position: absolute; top:50px; padding: 0px; margin: 0px;}
	.count h1 { font-size: 12px; display:inline;}
	#main-container { padding-top: 0px;  margin-top: 0px; }
	.count a { display: none;}
	.map-button { display: none;}
	.count {margin-left:12px; margin-top:8px;}
	footer { display:none;}
  
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #428BCA;
  border: 0;
}

.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  overflow: auto;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}
.modal-body {
    margin-bottom:-60px;
	padding-bottom: 60px;
}
}

/* screen over 768px */
@media screen and (min-width: 768px) {
  .footer-bar { display: none;}
  .modal-dialog { margin-top: 250px;}
  .close-icon{float:right;font-size:24px;color:#444;}
  .close-icon:hover,.close-icon:focus{color:#000;text-decoration:none;cursor:pointer;}
   button.close-icon{margin-top:-3px;cursor:pointer;background:0;border:0;}
  .modal-header {   
    background-color: #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
  }
  .modal-title { color: #000;}
  .modal-body { padding-bottom:50px;}
  
.property-container { 
    color: #999;
	text-shadow: none;
    border: 1px solid #ddd !important;
    background-position: center 10px;  
    background-size: auto 300px;
	background-color: #fff;
    margin:10px;
	padding:0;
    max-width: calc(33.3% - 20px);
    min-height: 390px;
}
.property-container h1{ color: #444;}
.property-details {       
    background-image: none;
}
.property-details div {
    line-height:18px;
}
.property-heading {
	background-color: #eee;
    background-image: none;
    height: 50px;
}
.property-heading span{
    color: #555;
}
.property-heading i {
	 color:#555;
}
}
/* iPad Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .property-container {max-width: calc(50% - 20px);}
    #main-container { margin: 10px;}
}
@media screen and (min-width: 481px) {
    .property-container {
        float:left;
        border-right:1px solid #fff;
        border-top:1px solid #fff;
	    width: 50%;
    }
}
/* screen under 480px */
@media only screen and (max-width: 480px) { 
.nav-tabs>li>a> span {
  display:none;
}
.re {display:none;}
}
