@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Lora);

/*global*/
body {
  color: #fff;
  background: #000;
  font-family: 'Lato', serif;
}
a,
.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: #fff;
  font-family: 'Lora', serif;
  transition: all 0.25s ease;
}
a:hover,
.has_afc .listing-row h2 a:hover,
.properties.list .listing-row h2 a:hover {
  color: #C00;
}
.breadcrumb {
  display: none;
}
.main-content p {
  color: #fff;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4 {
  font-family: "Lora";
}
.main-content h1 {
  font-size: 24px;
}
.main-content h2 {
  font-size: 22px;
}
.main-content h3 {
  font-size: 20px;
}
.main-content ol {
  padding: 0px;
}
.lead-form label {
  color: #fff;
}
.properties.list .pagination a, .has_afc .pagination a {
  color: #fff;
}

/*masthead*/
.header-meta,
.navbar-logo h2.realtor_heading_title {
  display: none;
}
@media (min-width: 1200px) {
  .navbar > .container {
    width: 1200px;
    max-width: 1200px;
    padding: 0px;
  }
}
.navbar-header {
  width: 100%;
}
.navbar-logo {
  display: block;
  float: none;
  width: 100%;
}
#masthead {
  margin: 0px auto;
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
}
body.home #masthead {
  max-width: 1200px;
}
.navbar-logo h2 {
  font-size: 0px;
}

/*navbar*/
#navbar {
  text-align: center;
}
#main_menu {
  display: inline-block;
  text-align: left;
}
.top-navbar .nav-collapse {
  background: none;
}
#main_menu .sub-arrow {
  display: none;
}
#main_menu a {
  color: #ccc;
  font-size: 14px;
}
#main_menu li.active>a,
#main_menu li.sel>a {
  background: none;
  color: #fff;
}
#main_menu li>a:hover {
  background: #111;
  color: #c00;
}
.dropdown-menu {
  background: #111;
  padding: 0px;
  margin: 0px;
}
#main_menu .dropdown-menu a {
  color: #c00;
  border-top: 1px solid #333;
}
#main_menu .dropdown-menu a:hover {
  background: #333;
}
#main_menu li:hover > a {
  background: #111;
}
.navbar-toggle {
  border-color: #c00;
  transition: all 0.25s ease;
}
.navbar-toggle .icon-bar {
  background: #c00;
  transition: all 0.25s ease;
}
.navbar-toggle:not(.collapsed),
.navbar-toggle:hover {
  background: #c00;
}
.navbar-toggle:not(.collapsed) .icon-bar,
.navbar-toggle:hover .icon-bar {
  background: #fff;
}
@media only screen and (max-width : 768px) {
  #main_menu a {
    text-align: center;
  }
}

/*home*/
#home-widgets {
  padding: 0px;
}
.main-content {
  font-size: 16px;
}
.main-content a {
  font-family: "Lato";
}

/*Property List*/
#listing_group .listing-row,
#listing_group .col-md-12 {
  margin: 30px 0px;
}

/*Property Details*/
body.property_detail h2,
body.property_detail h3,
body.has_afc h2,
body.has_afc h3 {
  font-size: 18px;
  color: #c00;
  line-height: 24px;
}
.pager li>a, 
.pager li>span {
  background: #111;
  border-color: #111;
  color: #c00;
}

/*AFCs*/
.afc-listings a {
  color: #fff;
  font-family: 'Lora', serif;
  transition: all 0.25s ease;
}
.afc-listings h2 {
  text-decoration: none;
  outline: none;
  font-size: 24px;
  font-weight: 300;
}
.afc-listings .price {
  font-family: 'Lora', serif;
  margin-top: 0px;
}
.afc-listings strong {
  font-weight: 300;
}
.properties.list .listing-row .img-holder a, .has_afc .listing-row .img-holder a,
.afc-listings .img-holder a {
  border-color: rgb(85,85,85);
}
.afc-listings .img-holder a {
  border: 1px solid rgb(85,85,85);
  display: block;
  padding: 5px;
}
.pagination>li>a, .pagination>li>span {
  background-color: #000;
  color: #c00;
  border: 1px solid #c00;
}
.pagination>.active>a, 
.pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
}
body.has_afc h1,
body.has_afc h2 {
  font-size: 24px;
  font-family: "Lora";
}
body.has_afc h2 {
  font-size: 20px;
}
@media only screen and (min-width : 576px) {
  #listing_group .img-holder {
    width: 40%;
  }
  #listing_group .img-holder + .col-sm-2 {
    width: 20%;
  }
  #listing_group .img-holder + .col-sm-2 + .col-sm-7 {
    width: 40%;
  }  
}
#listing_group .info li {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 5px 0px;
}
#listing_group .info > li:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width : 768px) {
  #listing_group {
    text-align: center;
  }
  #listing_group .img-holder {
    width: 100%;
  }
  #listing_group .img-holder img {
    display: block;
    width: 100%;
  }
  #listing_group .img-holder + .col-sm-2 {
    width: 100%;
  }
  #listing_group .price {
    margin: 20px 0px;
  }
  #listing_group .info li {
    border: 0px;
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0px 10px;
  }
  #listing_group .info > li:last-child {
    border: 0px;
  }
  #listing_group .img-holder + .col-sm-2 + .col-sm-7 {
    width: 100%;
  }  
}

/*large property details slider*/
#slider1_container img {
  left: 0px !important;
  top: 0px !important;
}
#slides,
#slides > div {
  height: 833px !important;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #slider1_container {
      height: 650px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) { 
  #slider1_container {
      height: 550px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) { 
  #slider1_container {
      height: 450px !important;
  }
}
@media screen and (max-width: 768px) {
  #slider1_container {
      height: 400px !important;
  }
}
@media only screen and (max-width: 320px)  and (max-width: 568px) {
  #slider1_container {
      height: 240px !important;
  }
}
@media only screen and (min-width : 375px) and (max-width : 667px) {
  #slider1_container {
  height: 240px !important;
  }
}

/*blog*/
.post_heading a {
  font-family: "Lora";
  color: #c00;
  font-size: 20px;
}
#posts .post {
  margin: 30px 0px;
}
.sidebar-title {
  background: none;
}

/*footer*/
footer {
  display: none;
}
.footer_text {
  padding: 0px;
}

#ia_custom_footer {
  float: left;
  min-height: 260px;
  padding: 37px 0 30px;
  width: 100%;
}
#ia_custom_footer .left {
  float: left;
  margin: 0 50px 0 20px;
  width: 280px;
}
#ia_custom_footer .center {
  float: left;
  margin: 0 18px 0 0;
  width: 280px;
}
#ia_custom_footer .right {
  float: left;
  width: 280px;
}
#ia_custom_footer div.imran {
  font-size: 21pt;
  text-transform: uppercase;
  font-weight: 300;}
#ia_custom_footer div.imran span{
  font-weight: 600;
}
#ia_custom_footer div.title {
  color: #FFF;
  font-size: 12pt;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#ia_custom_footer div.title span {
  font-weight: 600;
}
#ia_custom_footer .left p {
  color: #fff;
  font-size: 11pt;
  line-height: 15pt;
  font-weight: lighter;
}
#ia_custom_footer .center ul li a{
  color: #fff;
  font-size: 10pt;
  line-height: 15pt;
  opacity:1;
  font-weight: lighter;
}
#ia_custom_footer .center ul li a:hover{
  color: #222;
}
#ia_custom_footer .center ul.left {
  float: left;
  margin: 0 5% 0 0;
  width: 90%;
}
#ia_custom_footer .center ul.right {
  float: left;
  width: 50%;
}
#ia_custom_footer .right a {
 color: #fff;
 opacity: 1;
 font-weight: lighter;
}
#ia_custom_footer .right p {
  font-size: 10pt;
  letter-spacing: 0;
  line-height: 18pt;
}
#ia_custom_footer  span.readmore {
  background: url("https://s3.amazonaws.com/store24-ubertor-com/joecampbell.myubertor.com/content/image/447.png") no-repeat scroll center center transparent;
  bottom: 0;
  float: right;
  height: 37px;
  text-indent: -5000px;
  width: 120px;
}

#ia_custom_footer .center .left #sm {
  float: left;
}
#custom_footer_dd {
  background: none repeat scroll 0 0 transparent;
  height: 65px;
  padding: 10px 0 0 18px;
  width: 950px;
}

#custom_footer_dd .logo {
  background: url("https://limelightmarketing.ca/wp-content/uploads/2014/02/limelight-web-footer2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 27px;
  margin: 0 14px 0 0;
  width: 130px;
}

#custom_footer_dd .logo a {
  height: 41px;
  position: absolute;
  width: 210px;
}

#custom_footer_dd .links {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 20px;
  width: 260px;
}

#custom_footer_dd .links a {
  color: #949494;
  float: left;
  font-size: 81%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

#custom_footer_dd .links a:hover {
  color: #ccc;
}

#custom_footer_dd .filler {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 30px;
  width: 310px;
}

#custom_footer_dd .ubertorlinks {
  float: left;
  width: 105px;
}

#custom_footer_dd .ubertorlinks a {
  float: left;
  margin: 0;
  opacity: 1;
  text-decoration: none;
  font-size: 86%;
  line-height: 10pt;
  color: #949494;
}

#custom_footer_dd .ubertorlogo {
  background: url("https://s3.amazonaws.com/store24-ubertor-com/teamhawke.myubertor.com/content/image/94.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 40px;
  overflow: hidden;
  width: 113px;
  opacity: .5;
}

#custom_footer_dd .ubertorlogo a#powered_by_custom {
  display: block;
  height: 40px;
  margin: 0;
  opacity: 1;
  position: relative;
  right: 0;
  text-align: left;
  text-indent: -5000px;
  top: 0;
  width: 113px;
}

div#page_footer a#powered_by {
  display: none;
}

div#page_footer a#powered_by {
  display: none;
}

#page_footer a {
  font-size: 14px;
  margin: 0 0px 0 0;
  padding: 0;
  line-height: 30px;
  opacity: 1;
  color: #A5A5A5;
}

/*jx - iframe for mobile*/
@media (max-width: 768px){
.vid-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}


.vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
