//*added by justin*//


/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
    display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
    display: block;
}
.datetimepicker.days div.datetimepicker-days {
    display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker  td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 14px;
  height: 14px;
}



.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px; /* or 950px */
}

.typeahead {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
z-index: 300001;


}


.centered td {
   text-align: center;   
}




.jquery_form_error_message {
    margin: 5px 0 20px;
    padding: 10px;
    background: pink;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.error {
    background: pink;
}


span.chars_left,
span.jquery_form_error_message {
    background: #f2f2f2;
    padding: 0 2px;
    font-weight: normal;
    font-size: 90%;
    color: #666;
}

span.jquery_form_error_message {
    color: white;
    display: block;
    background:#b94a48;
    margin-top: -5px;
    margin-bottom:5px;
    padding: 3px;
}

em {
    background: lightyellow;
    font-size: 90%;
    color: #81815c;
    padding: 0 1px;
}

.jquery_form_help {
    color:#999;
    font-family: Georgia, "Times New Roman", serif;
    margin-left: 4px;
}




.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel.vertical .active {
  left: 0;
}

.carousel.vertical .next {
  left: 100%;
}

.carousel.vertical .prev {
  left: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  left: 0;
}

.carousel.vertical .active.left {
  left: -100%;
}

.carousel.vertical .active.right {
  left: 100%;
}

.carousel.vertical .item {
    top: 0;
}


.bar p {
    color: white;
    font-size: 12px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

#navtog{

z-index:2147483636;
}



ul.typeahead li{
padding-left:-10px;
margin-left:-10px;
}


#the-sticky-div.sticky {
     position: fixed;
     top: 20px;
      width:22.8%;
     max-width:365px;
   
     
  }


.bigmodal {
  width: 90%;
  height: 90%;
  left: 5%;
  margin: 0;
}
.bigmodal.fade.in {
  top: 5%;
}
.bigmodal .modal-body {
  max-height: none;
}


.anchor{
  display: block;
  height: 50px; 
  margin-top: -50px; 
  visibility: hidden;
}

.btm {
color: #b1b1b1;
margin-right:6px;
}


#gMap img{ max-width: none; }

#pano img{ max-width: none; }

#street img{ max-width: none; }


#mainmen.affix {
    position: fixed;
    top: 0;
    z-index:30000;
    width:100%;
    left:0;
}




//*added by justin*//

.indent {
    text-indent: -9999px;
}
.uppercase {
    text-transform: uppercase;
}
.ubuntu {
    font-family: 'Ubuntu'}
.center {
    text-align: center;
}
.book {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
.relative {
    position: relative;
}
.numremaining {
    margin-top: -5px;
    color: #a1a1a1;
    font-size: 12px;
}
.indent {
    text-indent: -9999px;
}
.uppercase {
    text-transform: uppercase;
}
.ubuntu {
    font-family: 'Ubuntu'}
.center {
    text-align: center;
}
.book {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
.relative {
    position: relative;
}
.numremaining {
    margin-top: -5px;
    color: #a1a1a1;
    font-size: 12px;
}
.dropdown-menu {
    border: 0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.dropdown-menu li {
    display: block;
    font-weight: 300;
}
.dropdown-submenu>a:after {
    border-left-color: #414141;
    margin-right: 0;
}
.dropdown-submenu>a:hover:after {
    border-left-color: #a1a1a1;
}
input, select, textarea {
    font-family: 'Ubuntu', 'sans-serif';
    border: 1px solid #d3d3d7!important;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #f9f9f9!important;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .08);
}
input, select {
    font-size: 16px!important;
    line-height: 50px!important;
    height: 50px!important;
    padding: 4px 10px!important;
}
input[type="checkbox"], input[type="radio"] {
    height: auto!important;
    padding: auto!important;
    line-height: auto!important;
}
input.smaller, select.smaller {
    line-height: 30px!important;
    height: 30px!important;
    padding: 4px 5px!important;
}
.btn {
    font-family: 'Ubuntu';
    font-size: 16px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}
.btn-primary {
    background: #353535;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 0 8px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 0 8px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 0 8px rgba(0, 0, 0, .05);
}
.btn-dark {
    background: #6e6e6e;
    border: 0;
    text-shadow: none!important;
    box-shadow: none!important;
    font-weight: 700;
    color: #fff;
}
.btn-dark:hover {
    background: #b9b9b9;
    color: #fff;
}
h3 {
    color: #a1a1a1;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px 0;
}
p {
    font-size: 14px;
    line-height: 22px;
}
a {
    color: #353535;
}

/*!
* Slider for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.slider.slider-horizontal {
    height: 20px;
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}
.slider input {
    display: none;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-selection {
    position: absolute;
    background-color: #353535;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
}
.alert-danger {
    border: 0;
    background: #d95349;
    color: white;
    text-shadow: none!important;
}
body {
    font-family: 'Ubuntu';
    font-weight: 400;
    color: black;
    background: #efefef;
    position: relative;
}
header {
    background: #353535;
    border-bottom: 1px solid #0d255f;
    height: 50px;
}
header .logo {
    width: 152px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    background: url(https://dcy056mmxjr4x.cloudfront.net/logo.png) no-repeat center center;
}
header ul.nav {
    padding: 0 0 0 35px;
}
header ul.nav li {
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
}
header ul.nav li:hover a, header ul.nav li.open a {
    background: 0;
    color: #fff;
}
header ul.nav li a {
    color: rgba(255, 255, 255, 0.8);
}
header ul.nav li a:hover {
    color: #fff;
}

header ul.nav li>.dropdown-menu {

    left: -24px;
 }

header ul.nav li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 45px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''}
header ul.nav li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 46px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''}
header ul.nav ul li {
    line-height: 17px;
    font-size: 13px;
    padding: 5px 0;
    display: block;
}
header ul.nav ul li.dropdown-submenu .dropdown-menu:after {
    display: none;
}
header ul.nav ul li.dropdown-submenu .dropdown-menu:before {
    display: none;
}
header ul.nav ul li a {
    color: #acacac!important;
    display: block;
    padding: 6px 15px;
}
header ul.nav ul li a:hover {
    color: #a1a1a1;
    background: #efefef;
}
header ul.iconul li {
    display: block;
    float: left;
    text-align: center;
    position: relative;
    border-right: 1px solid #0d255f;
    border-left: 1px solid rgba(255, 255, 255, 0.19999999999999996);
}
header ul.iconul li:first-child {
    border-left: 0;
}
header ul.iconul li:nth-last-child(2) {
    border-right: 0;
}
header ul.iconul li a {
    color: #898989;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
    -moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
}
header ul.iconul li a:hover {
    text-decoration: none;
    background: #494949;
}
header ul.iconul li.active {
    border-left: 0;
    border-right: 1px solid #919293;
}
header ul.iconul li.active:before {
    position: absolute;
    top: -1px;
    left: 0;
    border-top: 1px solid #3f70ba;
    content: '';
    display: block;
    z-index: 5;
    width: 100%}
header ul.iconul li.active a {
    background: #3f70ba;
    color: #fff;
}
#hero {
    background: #2b5188;
    padding: 35px 0;
    color: #fff;
    border-bottom: 1px solid #6d6d6e;
    min-width: 960px;

}
#hero.intersect {
    padding-bottom: 70px;
}
#hero h1 {
    font-weight: 700;
    font-size: 35px;
    -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
#hero p {
    font-size: 15px;
    line-height: 23px;
    -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
#hero .gallery-btns {
    margin-top: 30px;
}
#hero .gallery-btns a {
    color: #2b5188;
    background: #1e395f;
    border: 0;
    margin-right: 5px;
    text-shadow: none!important;
    -moz-text-shadow: none!important;
    -webkit-text-shadow: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
#hero .gallery-btns a:hover {
    background: #8097b8;
}
#hero .house-data {
    background: #09101b;
    border: 0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
#hero .house-data td {
    border: 1px solid #222832;
    padding: 4px 15px;
}
#hero .house-data h2 {
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 3px 0;
    padding: 5px 0 0 0;
}
#hero .house-data h3 {
    white-space: nowrap;
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 3px 0;
    padding: 0;
    line-height: 25px;
    color: white;
    text-align: center;
}
#hero .house-data h3 span {
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}
#hero .house-data p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#hero .house-data p.small {
    font-size: 12px;
}
#tabs {
    margin-top: -52px;
    min-width: 960px;
}
#tabs ul.nav-tabs {
    border: 0;
    margin: 0;
    padding: 0;
}
#tabs ul.nav-tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    width: 25%}
#tabs ul.nav-tabs li a {
    display: block;
    color: #b8b8b8;
    background: #e2e2e2;
    line-height: 50px;
    font-size: 15px;
    padding: 0;
    margin: 0;
    border: 0;
    border-right: 1px solid #cacbcf;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #c0c2c7;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
#tabs ul.nav-tabs li a:hover {
    color: #a1a1a1;
    background: #efefef;
    text-decoration: none;
}
#tabs ul.nav-tabs li:first-child a {
    border-left: 0;
}
#tabs ul.nav-tabs li:last-child a {
    border-right: 0;
}
#tabs ul.nav-tabs li.active a {
    color: #414141;
    background: #fff;
    border-bottom: 0;
}
#tabs .tab-holder {
    background: white;
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
}
#tabs .tab-content {
    padding: 30px 30px 10px;

}
#tabs .tab-content .row-fluid {
    margin-bottom: 15px;
}
#tabs .tab-content .btn-primary {
    height: 50px;
}
#tabs .tab-content .dash {
    border-top: 2px solid #b9b9b9;
    position: absolute;
    top: 50%;
    left: -12px;
    display: block;
    z-index: 1000;
    width: 7px;
    margin-top: -5px;
}
.featured-items {
    margin: 40px 0;
    min-width: 960px;
}
.gallery-controls {
    position: absolute;
    top: 0;
    right: 0;
}
.gallery-controls a {
    background: rgba(0, 0, 0, 0.15000000000000002);
    border: 0;
    margin-right: 5px;
    text-shadow: none!important;
    box-shadow: none!important;
    color: #edeeef;
}
.gallery-controls a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #edeeef;
}
.boxshadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
}
.images {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.images li {
    padding: 0 8px 20px 0;
}
.images li:nth-child(even) {
    float: left;
}
.images li:nth-child(odd) {
    float: right;
}
.viewall {
    display: block;
    border: 2px solid #ccc;
    color: #ccc;
    padding: 3px 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.viewall:hover {
    text-decoration: none;
    color: #ccc;
}
.box {

    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    padding: 10px;
}
.box.bottomed {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 0;
    -moz-background-clip: padding;
    border-bottom-right-radius: 0;
    background-clip: padding-box;
    border-bottom: 0;
}
.box h4 {
    color: #414141;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    margin: 0 0 4px 0;
    padding: 0;
}

.box h1{

    color: #414141;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 4px 0;
    padding: 0;


}
.box h3{

    color: #414141;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    line-height: 16px;
    margin: 0 0 4px 0;
    padding: 0;


}

.box h3 span{

    color: #b5b5b5;



}

.box h4.no-uppercase {
    text-transform: none;
}
.box h4.no-uppercase span {
    color: #a1a1a1;
    font-weight: 300;
}
.box h4.price {
    font-size: 18px;
    color: #414141;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.box h4 a {
    color: #414141;
}
.box h4 a:hover {
    color: #353535;
    text-decoration: none;
}
.box p {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    color: rgba(65, 65, 65, 0.7);
}
.box .content {
    padding-top: 20px;
}
.box .content p {
    color: black;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 20px;
}
.box .img {
    width: 200px;
    height: 130px;
    position: relative;
    margin: 0 0 10px 0;
}
.box .img.fullwidth {
    width: 100%;
    height: auto;
}
.box .img.fullwidth img {
    width: 100%;
    max-height: 470px;
}

.box .img.fullwidth.cropped img {
    width: 100%;
    max-height: 540px;
    min-height:290px;
    margin-top:-20px;
    margin-bottom:-20px;
}



.box .img a *:not(carousel)  {
    display: block;
}
.box .img .mask *:not(carousel) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .35);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .35);
}
.box .img .forsale {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
      -webkit-backface-visibility: hidden;
  background: -moz-linear-gradient(#ee5f5b, #ac4744) ;
  background: -webkit-linear-gradient(#ee5f5b, #ac4744) ;
  background: -o-linear-gradient(#ee5f5b, #ac4744) ;
  background: -ms-linear-gradient(#ee5f5b, #ac4744) ;
  background: linear-gradient(#ee5f5b, #ac4744) ;
  box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2);
}

.box .img .forsale a {

    color: white;
    text-decoration:underline;

}


.img .forsalz {
    background: rgba(65, 65, 65, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}





.box .thumbnail{


width:100%;


}


.progress span{

color: #666666;

}

.box .hpad{
margin-top:8px;
margin-bottom:8px;
}

.box .thumbnails{

margin-left:-7px;
margin-right:5px;

}

.box .thumbnails li{


max-width:105px;
width:26.133%;
margin:8px;


}


.box .img .hovermask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 56%;
    width: 100%;
    background: url(https://dcy056mmxjr4x.cloudfront.net/trans.png);
    padding-top:33%;
    padding-bottom:-33%;
    text-align: center;
    color: #d6d6d6;
}
.box .img a:hover .hovermask {
    display: block;
}
.box-bottom {
    border: 1px solid #d1d3d5;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 3px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 3px;
    background-clip: padding-box;
    padding: 10px;
    text-align: center;
    background: #efefef;
    position: relative;
}
.box-bottom:before {
    position: absolute;
    top: -1px;
    right: 15px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.2);
    content: ''}
.box-bottom:after {
    position: absolute;
    top: -1px;
    right: 16px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''}
.box-bottom p {
    margin: 0;
    padding: 0;
    color: rgba(65, 65, 65, 0.8);
    font-size: 13px;
}
.social {
    list-style: none;
    float: right;
}
.social li {
    display: inline-block;
    padding: 0 0 0 20px;
}
.comments {
    margin: 30px 0 0 0;
}
.comments .add-comment {
    color: #a1a1a1;
}
.comments .commment-output {
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background: #fff;
    list-style: none;
}
.comments .commment-output ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments .commment-output li {
    padding: 15px 25px 15px 100px;
    position: relative;
    border-bottom: 1px solid #d3d5d9;
}
.comments .commment-output li.indented {
    padding-left: 150px;
}
.comments .commment-output li.indented .avatar {
    left: 75px;
}
.comments .commment-output li.loadmore {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #353535;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.comments .commment-output li.loadmore a {
    display: block;
}
.comments .commment-output li .avatar {
    position: absolute;
    top: 15px;
    left: 25px;
}
.comments .commment-output li .reply {
    color: #353535;
}
ul.stars {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.stars li {
    display: block;
    font-size: 16px;
    float: left;
    margin: 0;
}
ul.stars li a {
    color: #c6c6c6;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}
ul.stars li a:hover {
    text-decoration: none;
    color: #353535;
}
ul.stars li a.selected {
    color: #f17235;
}
.boxmeta {
    margin-top: 10px;
     overflow: hidden;
    min-height:60px;
}
.boxmeta h4 {
    font-size: 18px;
    color: #414141;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.boxmeta a {
    text-decoration:none;
    color: black;
    margin-right:6px;
}

.boxmeta a:hover {
    text-decoration:none;
    color: #353535;
    margin-right:6px;
}


.listbox a {
    text-decoration:none;
    color: black;
    margin-right:6px;
}

.listbox a:hover {
    text-decoration:none;
    color: #353535;
    margin-right:6px;
}


.boxmeta h3 {
    margin-top:2px;
    font-size: 12px;
    font-weight: 300;
}

.boxmeta h4 sup {
    font-size: 12px;
    font-weight: 300;
}
.full-width-box {
    margin-bottom: 20px;
}
.full-width-box .city {
    margin: 0 0 10px 0;
}
.full-width-box .title {
    margin-top: 5px;
}
.full-width-box .box-bottom:before {
    display: none;
}
.full-width-box .box-bottom:after {
    display: none;
}
.full-width-box p {
    line-height: 22px;
}
.full-width-box h4.price {
    font-size: 18px;
    font-weight: 700;
    padding: 7px;
}
.full-width-box .img {
    float: left;
    margin: 0 10px 0 0;
}
.full-width-box .box-bottom p {
    text-align: left;
    display: block;
    float: left;
    color: #888888;
}
.full-width-box .box-bottom .stars {
    float: right;
}
.map-sort {
    border: 1px solid #d3d5d9;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, .45);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, .45);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .45);
    height: 695px;
    position: relative;
}
.map-sort .scroller {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 315px;
    border-right: 1px solid #d3d5d9;
    -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, .07);
    -moz-box-shadow: 2px 0 3px rgba(0, 0, 0, .07);
    box-shadow: 2px 0 3px rgba(0, 0, 0, .07);
}
.map-sort .marker {
    width: 32px;
    height: 51px;
    position: absolute;
    right: 15px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
.map-sort .marker1 {
    background-image: url(https://dcy056mmxjr4x.cloudfront.net/marker1.png);
    top: 20px;
}
.map-sort .marker2 {
    background-image: url(https://dcy056mmxjr4x.cloudfront.net/marker2.png);
    top: 80px;
}
.map-sort .marker3 {
    background-image: url(https://dcy056mmxjr4x.cloudfront.net/marker3.png);
    top: 160px;
}
.map-sort #map-drawer {
    width: 15px;
    height: 35px;
    position: absolute;
    z-index: 5;
    top: 340px;
    left: 316px;
    background: url(https://dcy056mmxjr4x.cloudfront.net/pullout.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
.map-sort .item {
    padding: 10px 10px 10px 150px;
    border-bottom: 1px solid #d3d6d9;
    height: 85px;
    cursor: pointer;
    position: relative;
}
.map-sort .item:hover, .map-sort .item.active {
    background: #edeeef;
}
.map-sort .item .img {
    width: 130px;
    height: 85px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0 10px 0 0;
}
.map-sort .item .img .mask {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .35);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.map-sort .item h3 {
    margin: 0 0 3px 0;
    color: #414141;
    font-size: 13px;
    line-height: 15px;
}
.map-sort .item p {
    font-weight: 300;
    color: #a1a1a1;
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 15px 0;
}
.map-sort .item h4 {
    color: #414141;
    font-size: 18px;
}
#footer-columns {
    border-top: 1px solid #d1d3d5;
    background-color: #fafafa;
    padding: 45px 0;
  
    z-index:-100px;
}
#footer-columns p {
    color: #5a5a5a;
}
#footer-columns .container:before {
    position: absolute;
    top: -46px;
    left: 50%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.2);
    content: ''}
#footer-columns .container:after {
    position: absolute;
    top: -46px;
    left: 50%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #efefef;
    border-left: 6px solid transparent;
    content: '';
    margin-left: 1px;
}
.news-post {
    padding: 0 0 20px 80px;
    position: relative;
}
.news-post:last-child {
    padding-bottom: 0;
}
.news-post .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    text-align: center;
}
.news-post .date .d {
    display: block;
    padding: 10px 0;
    background-color: #fff;
    font-size: 21px;
    color: #414141;
    font-weight: 700;
}
.news-post .date .m {
    border-top: 1px solid #d1d3d5;
    background: #efefef;
    display: block;
    color: rgba(65, 65, 65, 0.7);
    font-weight: 300;
    font-size: 13px;
    padding: 3px 0;
    line-height: 15px;
}
.news-post h4 {
    margin: 0 0 3px 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
}
.news-post h4 a {
    color: #414141;
    text-decoration: none;
}
.news-post h4 a:hover {
    text-decoration: none;
    color: #353535;
}
.news-post p.meta {
    color: rgba(65, 65, 65, 0.5)!important;
    margin: 0 0 3px 0;
}
.testimonial .shadow {
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    padding: 10px;
    position: relative;
}
.testimonial .shadow:before {
    position: absolute;
    bottom: -7px;
    right: 19px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #d1d3d5;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.2);
    content: ''}
.testimonial .shadow:after {
    position: absolute;
    bottom: -6px;
    right: 20px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''}
.testimonial .author {
    padding: 10px 26px 0 0;
    position: relative;
    text-align: right;
}
.testimonial .author img {
    position: absolute;
    top: 10px;
    right: 0;
}
.testimonial .author p.name {
    margin: 7px 0 0 0;
    padding: 0;
    font-weight: 700;
    color: #414141;
    font-size: 14px;
}
.testimonial .author p.company {
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: rgba(65, 65, 65, 0.5)!important;
    font-size: 13px;
}
footer {
    border-top: 1px solid #bfc1c7;
    background: #efefef;
    padding: 25px 0;
  
}
footer .container:before {
    position: absolute;
    top: -26px;
    left: 50%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.2);
    content: ''}
footer .container:after {
    position: absolute;
    top: -26px;
    left: 50%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #fafafa;
    border-left: 6px solid transparent;
    content: '';
    margin-left: 1px;
}
footer .footerlogo {
    width: 148px;
    height: 32px;
    background: url(https://dcy056mmxjr4x.cloudfront.net/footer_logo.png) center center no-repeat;
    display: block;
    text-indent: -9999px;
}
footer p {
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    color: #a7a7a7;
}
footer .social {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
footer .social li {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    float: left;
    padding: 0 8px 0 0;
}
footer .social li.instagram a {
    background-position: 0 0;
}
footer .social li.google a {
    background-position: -40px 0;
}
footer .social li.youtube a {
    background-position: -80px 0;
}
footer .social li.pinterest a {
    background-position: -120px 0;
}
footer .social li.facebook a {
    background-position: -160px 0;
}
footer .social li.twitter a {
    background-position: -200px 0;
}
footer .social li.scrollup a {
    margin-left:5px;
    background-position: -240px 0;
}
footer .social a {
    background-image: url(https://dcy056mmxjr4x.cloudfront.net/social.png);
    width: 32px;
    height: 32px;
    display: block;
}
#contact, #register,#savedpro {
    background: #353535;
    border-bottom: 1px solid #aeaeae;
 
    padding: 40px 0;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
#contact form, #register form {
    margin: 0;
}
#contact h3, #register h3, #savedpro h3 {
    color: white;
}
#contact p, #register p, #savedpro p {
    margin: 0 0 15px 0;
}
#contact .map, #register .map {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
#contact address, #register address {
    line-height: 25px;
    display: inline-block;
    width: 100%;
    padding: 0 4% 0 0;
    margin: 0;
    font-size: 14px;
}
#contact address a, #register address a {
    color: white;
}
#contact address a:hover, #register address a:hover {
    text-decoration: none;
}
#contact #register_form, #register #register_form {
    padding: 0 0 0 25px;
}
.search-results {
    padding: 40px 0;
    border-top: 1px solid #d3d6d9;
    background-color: #f6f7f8;
}
.search-results .row {
    margin-bottom: 30px;
}
.search-results .row:last-child {
    margin-bottom: 0;
}
.agents, .blog {
    padding: 20px 0;
    border-top: 1px solid #d3d6d9;
    background-color: #edeeef;
}
.blog .row {
    margin-bottom: 20px;
}
.blogpost .date {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    text-align: center;
}
.blogpost .date .d {
    display: block;
    padding: 10px 0;
    background-color: #fff;
    font-size: 21px;
    color: #414141;
    font-weight: 700;
}
.blogpost .date .m {
    border-top: 1px solid #d1d3d5;
    background: #efefef;
    display: block;
    color: rgba(65, 65, 65, 0.7);
    font-weight: 300;
    font-size: 13px;
    padding: 3px 0;
    line-height: 15px;
}
.blogpost .postcontent {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 20px;
    background: #fff;
}
.blogpost .postcontent.single {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 0;
    -moz-background-clip: padding;
    border-bottom-right-radius: 0;
    background-clip: padding-box;
    border-bottom: 0;
}
.blogpost .postcontent .img-block {
    display: block;
    margin: 0 0 20px 0;
}
.blogpost .postcontent .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.blogpost .postcontent .alignright {
    float: left;
    margin: 0 20px 20px 0;
}
.blogpost .postcontent ul {
    margin-left: 0;
}
.blogpost .postcontent ul li {
    list-style: none;
    background: url(https://dcy056mmxjr4x.cloudfront.net/bullet.png) no-repeat left center;
    padding: 0 0 0 10px;
}
.blogpost .postcontent .meta {
    margin: 0 0 20px 0;
}
.blogpost .postcontent .meta h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    color: #414141;
}
.blogpost .postcontent .meta h3 a {
    color: #414141;
}
.blogpost .postcontent .meta h3 a:hover {
    text-decoration: none;
    color: #353535;
}
.blogpost .postcontent .meta p, .blogpost .postcontent .meta ul {
    margin: 0;
    color: #a1a1a1;
    font-size: 13px;
    padding: 0;
    line-height: 15px;
}
.blogpost .postcontent .meta p a, .blogpost .postcontent .meta ul a {
    color: #a1a1a1;
}
.blogpost .postcontent .meta p a:hover, .blogpost .postcontent .meta ul a:hover {
    text-decoration: none;
    color: #353535;
}
.blogpost .postcontent .comments {
    margin-top: 15px;
    font-size: 13px;
}
.blogpost .postcontent .comments a {
    color: #a1a1a1;
}
.cta-box {
    margin-top: 50px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 20px 100px;
    background: #fff;
    text-align: center;
    color: #414141;
}
.cta-box h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}
.cta-box p {
    margin: 0 0 15px 0;
}
.agentbox {
    border: 1px solid #d1d3d5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    margin-bottom: 20px;
}
.agentbox p {
    margin: 0;
}
.agentbox .single p {
    margin-bottom: 15px;
}
.agentbox h3 {
    text-transform: none;
    color: #414141;
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 18px;
}
.agentbox h4 {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 300;
    padding: 0;
    margin: 0 0 5px 0;
}
.agentbox .agentimage {
    width: 109px;
    display: block;
    margin: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}
.agentbox .btn-follow {
    background: #353535;
    font-size: 12px;
    color: white;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border: 0;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    padding-left: 10px;
    padding-right: 10px;
}
.agentbox .btn-follow:hover {
    background: #f17235;
}
.agentbox .agentpadding {
    padding: 20px 10px 30px 149px;
    position: relative;
}
.agentbox .agentpadding.single {
    padding-right: 20px;
    padding-bottom: 5px;
}
.agentbox .number_of_listings {
    display: block;
    border-left: 1px solid #d1d3d5;
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #414141;
}
.agentbox .number_of_listings strong {
    font-size: 24px;
    display: block;
}
.headbox {
    border: 1px solid #d3d5d9;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #ededef;
}
.headbox.widget {
    margin-bottom: 20px;
}
.headbox .top {
    border-bottom: 1px solid #d3d5d9;
    padding: 5px 15px;
}
.headbox .top p, .headbox .top li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #a1a1a1;
    font-weight: 300;
}
.headbox .top p strong, .headbox .top li strong {
    color: #414141;
}
.headbox .top h4 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 18px;
    color: #414141;
}
.headbox .top.tick {
    position: relative;
}
.headbox .top.tick:before {
    position: absolute;
    bottom: -1px;
    right: 19px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''}
.headbox .top.tick:after {
    position: absolute;
    bottom: -1px;
    right: 20px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''}
.headbox .bottom {
    background: white;
    padding: 10px 15px;
}
.headbox label {
    color: #b9b9b9;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.headbox .bottom-nopadding {
    background: white;
}
.headbox .bottom-nopadding ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.headbox .bottom-nopadding ul li a {
    padding: 10px 20px;
    display: block;
}

ul.sorter {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sorter li {
    text-align: right;
    display: block;
    float: left;
    padding: 0 9px!important;
    background: url(https://dcy056mmxjr4x.cloudfront.net/border.png) no-repeat right center;
    text-align: center;
}
ul.sorter li:first-child {
    background: 0;
    padding-left: 0!important;
}
ul.sorter li:last-child {
    background: 0;
    padding-right: 0!important;
}
ul.sorter li a {
    color: #414141;
    font-weight: 700;
}
ul.sorter li a:hover {
    color: #353535;
    text-decoration: none;
}
.selectbox {
    height: 330px;
    overflow-y: scroll;
    margin: 8px 0 20px 0;
    border: 1px solid #d3d6d9;
    background: #edeeef;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}
.selectbox .item {
    overflow: hidden;
    padding: 7px 20px;
    border-bottom: 1px solid #d3d6d9;
    color: #727272;
    cursor: pointer;
}
.selectbox .item p {
    float: left;
    line-height: 20px;
    padding: 10px 0;
}
.selectbox .item p strong {
    display: block;
}
.selectbox .item i {
    float: right;
    line-height: 50px;
}
.selectbox .item:hover, .selectbox .item.active {
    background: #353535;
    color: #fff;
    border-bottom-color: #fff;
}
.refinesearch label {
    color: #8e8d8d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.refinesearch form {
    margin: 0;
}
.refinesearch .search-padding {
    padding: 5px 20px;
}
.refinesearch .search-padding .dash {
    border-top: 2px solid #b9b9b9;
    position: absolute;
    top: 45px;
    left: -22px;
    display: block;
    z-index: 1000;
    width: 7px;
    margin-top: -8px;
}
.refinesearch hr {
    border-top: 1px dashed #d3d5d9;
    margin: 0;
}
.refinesearch .more {
    width: 50%;
    margin: auto;
    display: block;
    background: #efefef;
    color: #8e8d8d;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 5px;
    margin: -1px auto 10px;
}
.refinesearch .more:hover {
    text-decoration: none;
    color: #353535;
}
.sortby label {
    display: inline-block;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    top: 1px;
    padding-right: 10px;
    color: #8e8d8d;
    margin: 0;
}
.sortby select {
    display: inline-block;
    margin: 0;
}
.custompagination ul {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.custompagination ul li {
    display: inline-block;
    margin: 0 3px;
}
.custompagination ul li.nextprev {
    position: relative;
    top: 1px;
}
.custompagination ul li.nextprev a {
    background: 0;
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
.custompagination ul li.nextprev a:hover {
    color: #353535;
}
.custompagination ul li.active .btn {
    background: #353535!important;
    font-weight: 500;
    color: #fff;
}
.custompagination ul li a {
    color: #5a5a5a;
}
.custompagination ul li a.btn {
    background: white;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    text-shadow: none;
    font-weight: 300;
}
.custompagination ul li a.btn:hover {
    background: #edeeef;
}
#agents {
    background: #edeeef;
    border-top: 1px solid #d3d6d9;
    padding: 30px 0 50px;
}





@media (max-width:979px){

.typeahead {
font-size:12px;
}


.box .thumbnails li{


max-width:105px;
width:38.333%;
margin:8px;


}


#hero {

    min-width:100%;

}



header ul.nav {
    background:black;
    line-height: 17px;
    font-size: 13px;
    width:100%;
    display: inline;
    position: absolute;
    top: 50px;
    left:0;
    padding:0;
    margin:0;
}


header ul.iconul li:nth-last-child(2) {
    border-right: 1px solid #000000;
}

header ul.iconul li:nth-last-child(1) {
    border-right: 0;
}





}





@media(max-width:958px) {
    body {
    padding: 0;
}


.box h1{

    color: #414141;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 4px 0;
    padding: 0;


}



#register_form{
   margin-left:-22px;

}








#savedcount{
   margin-left:-18px;
   margin-right:-10px;
}

#hero {

    min-width:100%;

}




.carousel .carousel-control { zoom:70%; }





#footer-columns,#endfooter{
padding-left:10px;
padding-right:10px;
}




ul.nav li a{

margin:0;
padding:0;
font-size:12px;

}



ul.nav li a{


white-space: nowrap;

}


.apadding{
padding-left:10px;
padding-right:10px;
}



.boxmeta{
padding-left:10px;
padding-right:10px;
}

.refinesearch{
margin-top:-55px;
}

#dalogo {
    margin-left:-6px;

}

.iconul{

margin-right:-5px;

}




.headbox{
margin-top:20px;
}

#the-sticky-div.sticky {
    position:relative;
          width:100%;
     max-width:100%;
  }



 .nav-tabs > li {
        float:none;
        width:100%;
        
    }

#hero:not(.always),#tabs:not(.always),#contact,#register {
    display:none;
  }

#hero {
    width:100%;overflow:hidden;
  }


.container,.container-fluid {
   padding: 0 5px;
}
}


@media(max-height:958px) {



#the-sticky-div.sticky {
    position:relative;
          width:100%;
     max-width:100%;
  }


}


@media(max-width:1200px) and (min-width:950px) {


   
.boxmeta h4 {
    font-size: 14px;

}

.boxmeta sup {
    display:none;
}


}












