@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700|Roboto:400,400i,700');

body {
  font-family: 'Roboto', sans-serif;
}
h4 {
   font-family: 'Roboto Condensed', sans-serif;
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.home h2:after {
  content: "";
  display: block;
  background: #ee1d25;
  height: 3px;
  width: 110px;
  margin: 0 auto;
  margin-top: 7px;
}


.navbar-logo {
   background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4582/content/image/7988.png);
  background-repeat: no-repeat;
  width: 424px;
  height: 70px;
}
.navbar-logo > img {
  display: none;
}
.navbar-logo h2 {
  text-indent: -99999em;
}
.navbar-logo h2:after {
background: none !important;
}


.icon-social,
.realtor_phone,
.office_tollfree,
.fax,
.realtor_email {
  display: none;
}
.right ul {
  text-align: right;
}
.right ul li {
  font-size: 16px;
  line-height: 2;
}
.right ul li a {
  font-size: 16px;
  color: #242730;
  font-weight: normal;
}

.right ul li .fa {
  color: #242730;
  font-size: 18px;
width: 28px;
  margin-left: 8px;
   vertical-align: middle;
  text-align: center;
}
.right ul li .fa.fa-facebook {
    font-size: 15px;
  border-radius: 100%;
  background: #242730;
  padding: 6px 0;
  color: #fff;
}
.right ul li .fa.fa-phone {
  font-size: 25px;
}
.right ul li .fa.fa-envelope {
    font-size: 20px;
}

/*navigation*/
.top-navbar .nav-collapse {
   background: #000;
}
#main_menu li {
  padding: 0;
}
#main_menu.nav > li > a {
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: normal;
	padding: 15px 10px;
}
#main_menu > li.unsel > a  {
  color: #fff; background: none;
}
#main_menu li.sel > a,
#main_menu li:hover > a {
  color: #fff;    
  background: #ed1d24;
}

/*dropdown*/
.dropdown-menu {
    padding: 0;
}
.dropdown-menu > li > a {  
  text-align: left;
  padding: 9px 15px !important;
  text-transform: uppercase !important;
  color: #0c0c0c !important;
  background: rgba(255,255,255,0.4) !important;
  text-shadow: none !important;
}

.dropdown-menu > li.sel > a  { 
  font-size: 14px;
} 
.dropdown-menu > li > a:hover {
  color: #fff !important;
	background: #ed1d24 !important;
}

/*slider*/

.mahamedSlider .carousel-control .glyphicon-chevron-left {
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 5;
    display: inline-block;
  font-size: 25px;
}
.mahamedSlider  .carousel-control .glyphicon-chevron-right {
  position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    display: inline-block;
  font-size: 25px;
}

.mahamedSlider .glyphicon-chevron-left:before {
    content: "\e079";
    background: rgba(0,0,0,0.8);
    padding: 20px;
  text-indent: -99999em
}
.mahamedSlider .glyphicon-chevron-right:before {
    content: "\e080";
    background: rgba(0,0,0,0.8);
    padding: 20px;
  text-indent: -99999em
}
.mahamedSlider .carousel-inner>.item > .textBox {
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
   font-family: 'Roboto Condensed', sans-serif;
  background-color: rgba(0,0,0,0.5);
  padding: 20px
}
.mahamedSlider .carousel-inner>.item > .textBox p {
  font-size: 35px;
  line-height: 1.2;
}
.mahamedSlider .carousel-inner>.item > .textBox span {
  font-size: 18px;
  font-style: normal;
}
.mahamedSlider .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin-bottom: 0;
    width: 100%;
} 
.mahamedSlider .carousel-control.left {
  background-image: none
}
.mahamedSlider .carousel-control.right {
  background-image: none;
}



/*hidden*/
#home-widgets {
    padding-top: 0;
    background: #f3f3f3;
    padding-bottom: 0;
}

/*body*/
.home .container.main-content h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 50px;
}
.home .container.main-content p {
  font-size: 14px;
  line-height: 1.7;
}

.home .container.main-content a {
  color: #ee1d25
}


/*search*/

#hf_bottom-main  {
  background: #ee1d25;
  padding: 50px 0;
}
.search_board_listings {
    padding: 0 0 0;
    background: transparent;
}
.search_board_listings .form-control {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.search_board_listings .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search_board_listings .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search_board_listings .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search_board_listings .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search_board_listings .btn-default,
.search_board_listings .btn-default:hover, .search_board_listings .btn-default:focus, .search_board_listings .btn-default.focus, .search_board_listings .btn-default:active, .search_board_listings .btn-default.active, .search_board_listings .open>.dropdown-toggle.btn-default {
 color: #fff;
 background: transparent!important;
  text-shadow: none !important;
  border-color: #fff;
}
.search_board_listings .dropdown-menu > li > a {
    text-align: left;
    padding: 6px 15px !important;
    text-transform: capitalize !important;
    color: #0c0c0c !important;
    background: rgba(255,255,255,0.4) !important;
    text-shadow: none !important;
  outline: 0;
}
.search_board_listings .dropdown-menu > li > a:hover {
    color: #fff !important;
    background: #242730 !important;
  outline: 0;
 
}
.search_board_listings input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgb(255, 255, 255);
  color: #ee1d25;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold
}





/*featured*/
.widget.featured_listings {
  padding: 70px 0 100px 0;
}
.featured_listings .widget-title {
    text-align: center;
    background: none;
    line-height: 100%;
    font-size: 35px;
    text-transform: uppercase;
    color: #242730;
  font-weight: bold;
  margin-bottom: 70px;
}

#feature_listings { max-width:100%; width:100%;
  padding:0;
}
#feature_listings > .row {
  margin:0;
}
#feature_listings > .row .col-md-4 { padding:0;
  background:#000;
}




#feature_listings  .provided_by {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-style: italic
}
#feature_listings .wlisting-detail li {
  padding-left: 0;
  padding-right: 12px;
}

#feature_listings .inset:hover .wlisting-detail, #feature_listings .inset:hover .address,
#feature_listings .inset:hover .price{
 opacity: 1; 
}
.btn-success {
  display: none;
}
.featured_listings .listing-meta {
    padding-top: 0;
}

.featured_listings .item img {
   width: auto;
/* width: 100%; */
    /*max-height: 280px;*/
   
}



/*cta*/
/*big buttons*/
.twoLargeButtons  {
  padding: 0 0 90px 0;
}
.twoLargeButtons .container .largeButtonCOn {
  border: 1px solid #131313;
  border-radius: 5px;
  height: auto;
  overflow: hidden;
}
.twoLargeButtons .container .largeButtonCOn .col-md-6 {
  padding: 0
}

.twoLargeButtons .container .largeButtonCOn  .buy {
  border-right: 1px solid #131313;
}

.twoLargeButtons .container .largeButtonCOn a {
  text-transform: capitalize;
  text-align: center; color: #131313;  padding: 20px 0;  display: inline-block;
  width: 100%; height:auto; 
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.twoLargeButtons .container .largeButtonCOn a:hover,
.twoLargeButtons .container .largeButtonCOn  a:hover {
  background: #131313;
  width: 100%; height: auto; 
  color: #fff;
  text-decoration: none; 
  
}


/*about*/
#hf_footer-before .about {
    background: #000;
}
#hf_footer-before .about .col-lg-6 {
  padding: 0;
}
#hf_footer-before .about .left {
  text-align: center;
  background: transparent;
  min-height: 554px;
  padding: 120px 40px;
  color: #fff;
  vertical-align: middle;
}
#hf_footer-before .about .left h2 {
  color: #fff;
  margin: 0;
  margin-bottom: 50px;
}
#hf_footer-before .about .left  h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height:2;
  font-weight: bold;
}
#hf_footer-before .about .left p {
 line-height: 1.5;
  font-size: 14px
}
#hf_footer-before .about .left a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  display: block;
  margin-top: 30px;
}
.about .right {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4582/content/image/8686.png);
    background-repeat: no-repeat;
    background-size: cover;
  width: 100%;
  height: 571px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  }  

/*client*/

#hf_footer-before .testimonial {
  background: #e1e8ea;
 padding: 70px 0;
  display: block;
  text-align: center;
}
#hf_footer-before .testimonial h2 {
  margin-bottom: 50px;
}
#hf_footer-before .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 2;
  margin: 0 auto;
  margin-bottom: 20px;
}
#testimonial-slider .author {
  font-weight: bold;
}

/*awards*/
#hf_footer-before .awards {
  padding: 70px 0;
}
#hf_footer-before .awards h2 {
  margin-bottom: 50px;
}
#hf_footer-before .awards ul {
  list-style: none;
  text-align: center;
}
#hf_footer-before .awards li {
  display: inline-block;
  margin: 20px 30px;
  text-align: center;
}

/*contact*/

#hf_footer-before .contactCon {
  padding: 70px 0;
  background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4582/content/image/8189.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hf_footer-before .contactCon h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.contactCon .col-md-6 .contactBox input {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border: 1px solid #fff;
  outline: 0;
  background-color: transparent;
}
.contactCon .col-md-6 .contactBox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.contactCon .contactBox p {
  color:#fff;
}
  
.contactCon input[type="submit"]  {
    background: red !important;
    border:none !important;
    color: #fff;
  padding: 0;
}
.contactCon .form-control {
  border: 0 ;
  padding: 0 !important;
  border-radius: 0;
  height: 40px;
}

.contactCon button, html input[type="button"], .contactCon button input[type="reset"], .contactCon button input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgb(238, 29, 37);
}
/*contact right*/
 .contactCon .contactInfoName .remax {
  width: 400px;
  display: block;
  margin-top: 20px;
}
 .contactCon .contactInfoName span {
 color: #fff;
  line-height: 2.5;
  font-size: 14px;
}
.contactCon .contactInfoName ul {
 padding-left: 0;
  line-height: 2;
  list-style: none;
}
.contactCon .contactInfoName li,
.contactCon .contactInfoName li a {
 color: #fff;
  font-size: 18px;
  vertical-align: middle;
}
.contactCon .contactInfoName ul:before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contactCon .contactInfoName li img {
 width:22px;
  margin-right: 10px;
  vertical-align: middle''
}
.contactCon .contactInfoName li:nth-child(1) img {
 width:15px;
  margin-right: 16px;
}




/*footer*/
footer {
    background: #000;
  margin-top: 0;
}
footer #hf_footer-left  p {
  font-size: 12px;
  line-height: 1.6;
}
footer #hf_footer-left  a {
  font-size: 11px;
  color: #ee1d25;
}
footer .footer_menu_links {
    margin-top: 0;
    text-align: right;
    margin-bottom: 0;
}
.footer_menu_links li:nth-child(1),
.footer_menu_links li:nth-child(2) {
  display: none
}
#powered_by {
    background: transparent url(https://s3.amazonaws.com/store24-ubertor-com/cl4582/content/image/8261.png) no-repeat 0 0;
    overflow: hidden;
    width: 92px;
    height: 29px;
    display: block;
    float: right;
    text-indent: -5000px;
    text-align: left;
    right: 15px;
/*    margin: 10px 0 0 0;*/
    position: absolute;
    top: 0;
    opacity: 1;
    margin-top: 0;
}


/*media-queries*/


@media screen and (max-width: 1024px) {
  /*featured*/
.widget.featured_listings {
  padding: 60px 0 100px 0;
}
.featured_listings .widget-title {
  margin-bottom: 50px;
}
#feature_listings  .address {
  top: 92px;
}
#feature_listings .price {
  top: 126px;
}

#feature_listings .wlisting-detail {
 bottom: 0; 
}
  /*about*/
  
.about .right {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4582/content/image/8686.png);
    background-repeat: no-repeat;
    background-size: cover;
  width: 100%;
  height: 571px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  }  
/*footer*/
  footer .col-sm-4 {
  width: 34%
  }
  footer .col-sm-5 {
    width: 40.66666667%;
}
  
  
}


@media screen and (max-width: 768px) {

  .header-meta.col-sm-3 {
    width: 32%;
  }
 .navbar-toggle {
    border-color: #000;
} 
.navbar-toggle .icon-bar {
    background: #000;
}  
 /*featured*/ .widget.featured_listings {
  padding: 60px 0 100px 0;
}
.featured_listings .widget-title {
  margin-bottom: 50px;
}
#feature_listings  .address {
  top: 350px;
}
#feature_listings .price {
  top: 384px;
}

#feature_listings .wlisting-detail {
 bottom: 0; 
}
  
  
/*cta*/
/*big buttons*/

.twoLargeButtons .container .largeButtonCOn  .buy {
  border-right: 0;
}
.twoLargeButtons .container .largeButtonCOn  .buy {
  border-bottom: 1px solid #131313;
}

  /*about*/
  #hf_footer-before .about .left {
    padding: 89px 40px;
}
.about .right {
  height: 572px;
  }  
  /*footer*/
  footer .col-sm-4 {
  width: 75%
  }
  footer .col-sm-5 {
    display: none;
}
}

@media screen and (max-width:480px) {
 .mahamedSlider .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin-bottom: 0;
} 
  .textBox {
    display: none;
  }
.navbar-logo  {
  background-size: 80% !important;
    display: block;
background-position: 70% 0;
  margin-bottom: 0;
}
  .header-meta.col-sm-3 {
    width: 100%;
}
  .header-meta ul {
   text-align: center;
    margin-top: 20px;
  }
   /*featured*/ .widget.featured_listings {
  padding: 60px 0 100px 0;
}
.featured_listings .widget-title {
  margin-bottom: 50px;
}
#feature_listings  .address {
  top: 171px;
}
#feature_listings .price {
  top: 205px;
}
/*footer*/
footer .col-sm-4 {
    width: 100%;
  text-align: center;
}
 #powered_by {
    float: none;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
   margin-top: 15px;
} 
    footer{
  padding-bottom: 30px;
}
}




/*inner*/

/*inner*/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e1e8ea;
    border-radius: 4px;
  
}
.breadcrumb a {
  color: #242730!important;
}
.breadcrumb a:hover {
  color: #ee1d25!important;
}
.properties.list .pagination a, .has_afc .pagination a {

    color: #ee1d25;
}
.properties.list .listing-row h2 a {
  color: #ee1d25;
  font-weight: bold;
  display: block;
  margin-right: 15px;
  margin-left: 15px;
   border-bottom: 1px solid  #dadada;
}
.properties.list .listing-row h2 a:hover {
  color: #000;
  font-weight: bold;
  display: block;
  margin-right: 15px;
  margin-left: 15px;
   border-bottom: 1px solid  #dadada;
}
.listing-row h3.price {
    font-size: 22px;
    margin-top: 0;
  color: #000;
  font-weight: bold;
}
.description span a {
  color: #ee1d25;
  font-style: italic;
}
/* .has_afc .listing-row h2 a, .properties.list .listing-row h2 a, .listing-row h3.price, body .property_detail h2, body .property_detail h3 {
    color: #a3a653;
    text-decoration: none;
    outline: none;
    font-size: 24px;
    font-weight: 300;
} */







/*buyers, sellers*/

.cms_content  p:first-child {
    color: #242730;
  font-weight: bold;
  font-size: 25px;
}
.cms_content  p {
  color: #242730;
}


/*blog*/
.blog_navigation.top_blog_navigation .previous a {
  color: #ee1d25;
}
#posts h2 a {
  color: #ee1d25;
  font-weight: bold;
}
.entry p > a {
  color: #5c5c5c;
  font-style: italic;
  text-decoration: underline;
}
.postmetadata a {
  color: #bebebe
}
.read_container .read_more {
  color: #ee1d25;
}
.blog_navigation.bottom_blog_navigation .previous a {
  color: #ee1d25;
  margin-top: 20px;
  display: block;
}
.sidebar-title {
    background: #ee1d25;
}
#hf_right-side ul li a {
  color: #242730;
  line-height: 2;
}
#hf_right-side .sidebar.blog_archived {
  background: #e8e8e8;
}
.blog_category {
  background: #e8e8e8;
}
.blog_rss a {
  color: #ee1d25;
  font-style: italic;
  font-size: 14px;
}


/*links*/
#links h3 {
  font-weight: bold;
}
#links li a {
  color: #242730;
}

/*biography*/
.biography .container.main-content p:first-child {
  font-weight: bold
}

/*contact*/

.contact a {
  color: #ee1d25;
  font-style: italic;
}






/*========================*/
@media screen and (max-width: 1440px) {
  .mahamedSlider  .carousel-control .glyphicon-chevron-right {
  position: absolute;
    right: 50px ;
    top: 50%;
    z-index: 5;
    display: inline-block;
  font-size: 25px;
}
}
@media screen and (max-width: 1280px) {
  .mahamedSlider  .carousel-control .glyphicon-chevron-right {
  position: absolute;
    right: 50px ;
    top: 50%;
    z-index: 5;
    display: inline-block;
  font-size: 25px;
}
}
@media screen and (max-width: 1024px) {
#feature_listings  .address {
  top: 79px;
 }
#feature_listings .price {
  top: 113px;
}
#feature_listings .wlisting-detail {
  font-size: 15px;
}

 .featured_listings .item img {
     width: auto;
/* width: 100%; */
    /*max-height: 220px;*/
}
  
}
@media screen and (max-width: 992px) {
#feature_listings  .address {
  top: 69px;
 }
#feature_listings .price {
  top: 103px;
}
#feature_listings .wlisting-detail {
  font-size: 15px;
}
  
 .featured_listings .item img {
     width: auto;
/* width: 100%; */
    /*max-height: 210px;*/
   
} 
}
@media screen and (max-width: 768px) {
  .navbar-logo {
    margin-left: 20px;
  }
  #hf_header-right .right ul {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.header-meta.col-sm-3 {
    width: 100%;
}
#feature_listings  .address {
  top: 161px;
 }
#feature_listings .price {
  top: 195px;
  font-size: 28px;
}
#feature_listings .wlisting-detail li {
  font-size: 16px;
}
#feature_listings .wlisting-detail li.provided_by {
  font-size: 14px;
}
.featured_listings .item img {
     width: auto;
/* width: 100%; */
    /*max-height: 300px;*/
 }
  footer .col-sm-3 {
    width: 100%;
  }
footer .col-sm-4 {
    width: 100%;
}
footer #hf_footer-left p {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}
footer .footer_menu_links {
    margin-top: 10px;
    text-align:center;
    margin-bottom: 0;
}
  #powered_by {
    display: block;
    float: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
    right: 0;
}
}

@media screen and (max-width: 480px) {
.navbar-logo {
    margin-left: 0;
}
.mahamedSlider .carousel-control .glyphicon-chevron-right {
    right: 10px;
}
  }
@media screen and (max-width: 375px) {
 
#feature_listings  .address {
  top: 96px;
 }
#feature_listings .price {
  top: 130px;
  font-size: 28px;
}

.featured_listings .item img {
      width: auto;
/* width: 100%; */
    /*max-height: 235px;*/
 }

}


/*feb 21, 2017*/


.pager .next>a, .pager .next>span {
    float: right;;
  color: #ee1d25
}
.property_detail ul.nav > li > a {
    padding: 10px 12px;
    border-radius: 0;
  color: #000;
}
.property_detail ul.nav > li > a:hover {
    color: #ee1d25;
}
.al-btm li:nth-child(5) a{
  color: #ee1d25;
}

/* listing detail */
@media all and (min-width: 1301px){
 .property_detail #slider1_container{ height: 683px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}

@media all and (max-width: 1300px){
 .property_detail #slider1_container{ height: 600px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}

@media all and (max-width: 1172px){
 .property_detail #slider1_container{ height: 500px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}

@media all and (max-width: 991px){
 .property_detail #slider1_container{ height: 450px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}

@media all and (max-width: 846px){
 .property_detail #slider1_container{ height: 400px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}

@media all and (max-width: 720px){
 .property_detail #slider1_container{ height: 300px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}

@media all and (max-width: 640px){
 .property_detail #slider1_container{ height: 250px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}

@media all and (max-width: 480px){
 .property_detail #slider1_container{ height: 200px !important; }
 .property_detail #slides{ height: 800px !important; }
 .property_detail div#slides > div { height: 800px !important; }
}
.property_detail div#slides > div img {
 width: auto !important;
 left: 0 !important;
 right: 0 !important;
margin-left:auto!important;
margin-right:auto!important;
 top: 0 !important;
 height: 100% !important;
}

/***force listing images fit to height-jbs***/
.property_detail div#slides > div img{margin:auto!important;top:0!important;left:0!important;right:0!important;}

.property_detail #slider1_container{background:#4A4A4A;}
@media (min-width:320px){
  .property_detail div#slides > div img{ height: 100% !important;}
  .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn{top:400px!important;}
}
@media (min-width:375px){
  .property_detail div#slides > div img{ height: 95% !important;}
    .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn{top:350px!important;}
}
@media (min-width:425px){
  .property_detail div#slides > div img{ height: 80% !important;}
    .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn{top:320px!important;}

}
@media (min-width:768px){
  .property_detail div#slides > div img{ height: 90% !important;}
}
@media (min-width:1024px){
  .property_detail div#slides > div img{ height: 85% !important; }
}
@media (min-width:1440px){
  .property_detail div#slides > div img{ height: 100% !important;}
    .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn{top:400px!important;}
}

/**other adjustments-jbs***/
@media (max-width:767px){
#main_menu a{font-style:normal!important;}
.row{margin:0!important;padding:0!important;max-width:100%;width:100%;}
}
@media (min-width:481px) and (max-width:767px){
    .glyphicon.glyphicon-chevron-right{right:10px !important;}

}
@media (min-width:1440px){
  .glyphicon.glyphicon-chevron-right{right:50px!important;}
}

.nav.nav-tabs{background:#e1e8ea;}
.agent-image img{visibility:hidden;}
.agent-image{height:200px;background:url(https://s3.amazonaws.com/store24-ubertor-com/cl4582/content/image/8686.png) no-repeat;background-size:contain;background-position:center;margin-bottom:15px;}
.pager .previous>a, .pager .previous>span{color:#ee1d25}
nav.navbar.top-navbar{z-index:9999999;}
.about .right{background-color:#fff;}
@media (max-width:767px){
  .img-holder{z-index:9999999;}
  .col-xs-4.col-sm-3.img-holder{width:50%!important;}
  .col-xs-8.col-sm-2{width:50%!important;}
  .col-sm-7{width:100%!important;float:left;margin-top:15px;}
}

form #auth_code legend, .content_form #auth_code legend{margin-bottom:5px;}
@media (max-width:480px){
  .img-holder{z-index:999999;}
  .col-xs-4.col-sm-3.img-holder{width:100%!important;margin-bottom:15px;}
  .col-xs-8.col-sm-2{width:100%!important;}
  .col-sm-7{width:100%!important;float:left;margin-top:15px;}
}

@media (min-width:1440px){
  .about .right{background-size:contain!important;}
}

/*home featured listings*/
.featured_listings .item:hover .listing-meta{
  opacity: 1!important;
  transition: all 1s;
}
.featured_listings .item .address{background:transparent;  color: #fff;
    font-size: 14px; }
.featured_listings .listing-meta h4{font-size: 30px;color:#fff;}
#feature_listings .wlisting-detail li{color:#fff;}

.featured_listings .listing-meta{
  position:absolute;
  bottom:0;width:100%; padding:15px;
  background:rgba(0,0,0,.7);
  opacity:0;
}
.featured_listings .item:nth-child(1){background:#C3C3C3!important;}
.featured_listings .item:nth-child(2){background:#000!important;}
.featured_listings .item:nth-child(3){background:#3C3C3C!important;}

.featured_listings .item:first-child{border-left:0;}
.featured_listings .item > a{
  position:relative;
  display:block;height:300px;
}
.featured_listings .item img{
max-height: 100% !important;
    /*max-width: 100% !important;*/

    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
}

@media (max-width:768px){
  .featured_listings .item img{width:auto!important;height:100!important;position:relative!important;}
  .featured_listings .item > a{height:auto!important;}
}

@media (max-width:992px){
  .featured_listings .item > a{height:230px;}
}


/*mar 30, 2017 - ivy*/
.featured_listings .item img {
  width: auto !important;
    max-height: 100% !important
}

.featured_listings .listing-meta {
    position: absolute;
    bottom: 15px;
    width: 93%;
    padding: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.featured_listings .item:nth-child(1) {
    background: #fff !important;
}
.featured_listings .item:nth-child(2) {
    background: #fff!important;
}
.featured_listings .item:nth-child(3) {
    background: #fff!important;
}


.featured_listings .item > a {
    position: relative;
    display: block;
    height: 300px;
    /* margin-right: 10px; */
    /* margin-left: 10px; */
    background: #fff;
}
#feature_listings > .row .col-md-4 {
    padding: 0 15px;
    background: #000;
}






.al-btm li:nth-child(1) label {
  display: none
}

.al-btm .agent_name {
  font-weight: bold;
}
.agent-image {
  height: 131px;
}
/*contact-page*/
/*contact*/
.form-group .col-md-6{
  width: 100%;
}
.lead-form .half input {
    width: 100%;
}



/**/
#form_protection .col-md-6 {
  padding: 0;
  width: 40%;
  display:inline-block;
}
#form_protection .col-md-6 > .col-sm-6 {
  padding: 0;
   width: 100%;
}
  #form_protection .col-md-6:nth-child(2) {
  margin-left: 20px;

}
form #auth_code legend, .content_form #auth_code legend {
    margin-bottom:3px;
}


.contactBox form .row .col-md-6 {
  padding: 0;
}

.contactBox .col-md-6:nth-child(2) {
  width: 45%;
  float: right;
}
.contactBox .col-md-6:nth-child(2) img {
  width: 100%;
  height: auto;
}
.contact .form-control {
    display: block;
    text-align: right;
    width: 100%;
}



@media screen and (max-width: 1024px) {
  .featured_listings .item img {
    width: auto !important;
    min-height: 100% !important;
}
  .featured_listings .listing-meta {
    bottom: 15px;
    width: 91%;
}
}

@media screen and (max-width: 768px) {
  .featured_listings .item img {
    min-height: 200px !important;
}
  .featured_listings .listing-meta {
    bottom: 0px;
    width: 88%;
}
  .contactBox .col-md-6:nth-child(2) {
    width: 40%;
    float: none;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 480px) {
  .featured_listings .item > a {
    margin-bottom: 20px;
  }
  .featured_listings .listing-meta {
    bottom: 20px;
    width: 94%;
}
  .contactBox .col-md-6 {
    padding: 0;
  } .widget.featured_listings {
    padding-bottom:  70px;
}
#form_protection .col-md-6:nth-child(1) {
  width: 65%;
}
#form_protection .col-md-6 {
  padding: 0;

  display:inline-block;
  float: left
}
#form_protection .col-md-6 > .col-sm-6 {
  padding: 0;
}
  #form_protection .col-md-6:nth-child(2) {
  margin-left: 20px;
    width: 30%;
}
body.contact #contact .form-group, body.contact #contact #form_protection, #form_protection > div, body.contact #contact .submit-btn {
    padding-left: 0;
    padding-right: 0;
}
}
@media screen and (max-width: 375px) {
#form_protection .col-md-6:nth-child(1) {
    width: 63%;
}
  .featured_listings .listing-meta {
    width: 92%;
}
}


@media (max-width:767px){
    .navbar-header .navbar-logo{width:80%!important;}
 
  .contactBox img{width:auto!important;}
  .header-meta.col-sm-3{display:none;}

}

/*featured listing adjustment-preserve dimension*/
.featured_listings .item > a{overflow:hidden;background:#efefef;}
@media (max-width:992px){
  .featured_listings .item > a{height:460px!important;float:left;width:100%;}
  .featured_listings .item img{width:auto!important;height:100%!important;display:block;}
  .featured_listings .listing-meta{width:100%!important;}
}
@media (max-width:640px){
  .featured_listings .item > a{height:300px!important;float:left;width:100%;}
  .featured_listings .item img{width:auto!important;height:100%!important;display:block;}
  .featured_listings .listing-meta{width:100%!important;}
}

@media (max-width:480px){
  .featured_listings .item > a{height:200px!important;float:left;width:100%;}
  .featured_listings .item img{width:auto!important;height:100%!important;display:block;}
  .featured_listings .listing-meta{width:100%!important;}
}

/*contact auth-code adjustement*/
.contact #form_protection label{padding-top:0;}
.contact #auth_code > img{width:160px!important;height:auto!important;}

/*static navbar*/
@media (max-width:768px){
  .navbar.top-navbar{position:fixed;width:100%;background:#fff;border-bottom:1px solid #efefef;top:0;}
  body{padding-top:100px;}
}

/*form alignments*/
.home .contactBox form .row .col-md-6{padding-left:15px;padding-right:15px;}
#form_protection > .row,#form_protection > .row > .row{margin:7px!important;}
#form_protection > .row .col-md-6 label{padding-top:0!important;}
#auth_code > img{width:160px!important;height:auto!important;}
.lead-form  .form-group.submit-btn{padding:0!important;}

.contact #form_protection > .row,#form_protection > .row > .row{margin:-7px!important;}
.contact #form_protection > .row .col-md-6 label{padding-top:0!important;}
.contact  #auth_code > img{width:160px!important;height:auto!important;}
.contact  .lead-form  .form-group.submit-btn{margin-left:-15px;}

@media (max-width: 768px){
  #main_menu.nav > li > a{padding-top:7px!important;padding-bottom:7px!important;}
}
/*4-26-2017*/
.agent-image {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4582/site/portrait/8818.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .property_detail .agent_one .agent-image {
    width: 20%;
    float: left;
  }
  .property_detail .agent_one .col-sm-5:nth-child(2) {
    width:  80%;
    float: left;
  }
 .property_detail .agent_one .col-sm-5:nth-child(3) {
    width: 100%;
    float: left;
    max-width: 300px;
    margin-top: -20px;
  }
.property_detail .agent_one .col-sm-5:nth-child(3) {
  margin-top: 10px !Important;
}
}





/* Landscape phones and portrait tablets */
@media (max-width: 421px) {
	.property_detail .agent_one .col-sm-5:nth-child(2) {
  width: auto !important;
}

.property_detail .agent_one .col-sm-5:nth-child(3) {
    width: auto !important;
}


}
