body {
    font-size: 17px;
    font-family: roboto,sans-serif;
    color: #222;
}

h1, .h1 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 19px;
}

body .container {
  max-width: 1170px;
}
.navbar-logo > .realtor_heading_title {
  display: none;
}
nav.navbar {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
}
.top-navbar .nav-collapse {
  background: none;
}
.navbar-logo .nav-logo {
  max-width: 220px;
  width: 100%;
}

.navbar-toggle {
    border-color: #000000;
}

.navbar-toggle .icon-bar {
    background: #000000;
}

.header-meta > ul {
  display: none;
}
.navbar .header-meta {
  text-align: right;
}
#main_menu li.active>a, #main_menu li.sel>a, #main_menu li:hover>a {
  background: none;
  color: #022b2f;
}
.header-new-contact > .mobile {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
}
.header-new-contact > .brokerage {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  display: none;
}
a {
    color: #292c3b;
}

.meet_erin h1, .meet_erin h2 {
    color: #92bcca;
    text-transform: none;
    font-style: italic;
}


.for_buyers .content_form .form-group {
    clear: initial;
}

.for_sellers .content_form .form-group {
    clear: initial;
}

.about_macdonald_realty .container.main-content {
    margin-bottom: 70px;
    margin-top: 49px;
}

/*---MEET MEE PAGE---*/

.smallicons {
    display: none;
}

/*---PROPERTIESPAGE---*/
.has_afc .pagination a, .properties.list .pagination a {
    display: inline-block;
    float: none;
    color: #000000;
}

h2.propbutton {
    padding: 13px;
    background: #da0000;
    font-weight: 300;
    color: #ffff;
    font-size: 18px;
    display: inline-block;
}

.row.listing-row .col-xs-4.col-sm-3.img-holder {
    width: 40%;
    padding: 0;
}

.row.listing-row .col-xs-8.col-sm-2 {
    width: 60%;
    padding-top: 23px;
}


.listing-row h3.price {
    font-size: 22px;
    margin-top: 15px;
}

.has_afc ul.info li, .properties.list ul.info li {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #292929;
    margin-right: 10px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.listing-row h3.price {
    margin-top: 15px;
    color: #000;
    font-weight: 400;
    font-size: 26px;
}


.has_afc ul.info, .properties.list ul.info {
    padding-right: 20px;
    display: inline-block;
}

.row.listing-row .row:nth-child(2) {
    background: #f8f9fb;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #888;
}

img.bathtubicon {
    width: 20px;
    height: 18px;
    margin-top: -9px;
    margin-right: 9px;
}


.properties.list ul.info li .fa {
    margin-right: 10px;
}

.has_afc .listing-row .img-holder a, .properties.list .listing-row .img-holder a {
    border: none;
    padding: 0;
}

/*---TOOLS PAGE ---*/
.tools ul {
    padding-left: 0px;
}

.tools .box1 i.fa {
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 9px;
}

/*---FOOTER---*/
a:hover, a:focus {
    text-decoration: none;
}

footer .footer_menu_links {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 0;
}

footer .col-xs-12 .footer_menu_links li a#footer_sitemap {
    display: none;
}


footer .col-xs-12 .footer_menu_links li a#footer_privacy_policy {
    display: none;
}
footer {
  background: #292c3b;
  margin-top: 0;
  padding-top: 0px;
}
#beforeFooterWidget {
  background: #292c3b;
  border-bottom: 1px solid #bebebe;
  padding: 25px 0px;
}
.footer-brokerage-logo .img-responsive {
    max-width: 140px;
    margin: 20px auto 20px;
}
#table .tr {
  color: #bebebe;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  width: 50%;
}
#table .tr .td {
  margin-bottom: 5px;
}
#table .tr .td > a {
  color: #bebebe;
  font-size: 12px;
  text-transform: uppercase;
}
#table .tr .td > a > i {
  margin-right: 10px;
}
.footer-widget-title {
  color:  #bebebe;
  border-bottom: 1px solid #bebebe;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .top-navbar .nav-collapse {
    float: right;
  }
}

/*jx-log-in in Form Page*/
#hf_bottom-main #login{
      margin-left: auto;
    margin-right: auto;
    width:50%;
    text-align: center;
}

#hf_bottom-main #login h1{
  display:none;
}
#hf_bottom-main #login form p:first-child label,
#hf_bottom-main #login form p:nth-child(2) label{
  text-align: left;
  text-transform:uppercase;
  margin-bottom:15px;
  color:#fff;
  margin-bottom: 10px;
}
#hf_bottom-main #login form p:first-child input,
#hf_bottom-main #login form p:nth-child(2) input{
  color:#000;
  width:250px;
}
#hf_bottom-main #login form .forgetmenot,
#hf_bottom-main #login form .submit{
  display: inline-block;
}
#hf_bottom-main #login form .forgetmenot label{
  color:#fff;
  font-size:12px;
  margin-right:80px;
  text-transform: uppercase;
}
#backtoblog{
  margin-bottom:50px;
}
#backtoblog a{
  text-transform:uppercase;
}
#hf_bottom-main #login form{
  background: #292C3B;
  padding: 40px;
  width: 342px;
  margin-left: auto;
  margin-right: auto;
}
#hf_bottom-main #login form .submit input{
  font-size: 14px;
}
#login #nav{
  margin-top:30px;
  text-transform:uppercase;
}
@media (max-width:768px){
  #hf_bottom-main #login {
    width:100%;
  }
.navbar .header-meta {
  display: none;
}
}

/*jx - homepage */
.home2 .header_text{
  max-width:100%;
  width:100%;
  padding:0;
}
.home2 .main-content{
  display:none;
}
#carousel-listing .item{
  max-height:700px;
}
#carousel-listing .item img{
/*max-height:700px;*/
  width:100%;
}
#carousel-listing .item a{
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -100px;
    background: #292C3B;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    opacity:.8;
}
.carousel-control{
  top:unset;
  bottom:20px;
}
.play-left{
      transform: rotate(180deg);  
    font-size: 20px;
    text-shadow: none;
    margin-bottom: 5px;
}
.play-right{
    font-size: 20px;
    text-shadow: none;
}
.new-custom-listing{
  position:relative;
}
.carousel-control{
  background-image:none!important;
}
.carousel-control.left{
  left:41%;
}
.carousel-control.right{
  right:49%;
width:1px;
}
@media (max-width:1024px){
  .carousel-control.left{
  left:40%;
}
.carousel-control.right{
  right:49%;
}
}
@media (max-width:992px){
.carousel-control.left{
  left:39%;
}
.carousel-control.right{
  right:49%;
}
}
@media (max-width:768px){
.carousel-control.left{
  left:38%;
}
.carousel-control.right{
  right:49%;
}

.row.listing-row .col-xs-4.col-sm-3.img-holder {
    width: 100%;
    padding: 0;
}

.row.listing-row .col-xs-8.col-sm-2 {
    width: 100%;
}

.smallicons {
    display: inline-block;
}

.smallicons img {
    display: inline-block;
    max-width: 50%;
    float: left;
    padding: 0 25px;
}

.header-new-contact > .brokerage {
    font-size: 16px;
}

.col-md-3.bigicon {
    display: none;
}
}

/*------newcodes-------*/

a.navbar-logo.no-hover span {
    text-align: center !important;
    font-weight: bolder;
    font-size: 16px;
    color: #1b2e58;
}


img.vertical-line {
    opacity: 0;
}


@media screen and (max-width:768px) {
a.navbar-logo.no-hover {
    margin: 0 251px;
}
}
@media screen and (max-width: 480px) {
a.navbar-logo.no-hover {
    margin: 0 96px !important;
}

.listing-row .col-sm-7 {
    position: relative;
    clear: both;
    display: block;
}


}

.properties form#sort_form {
    display: none;
}

#carousel-listing .item img {
  object-fit: cover;
  object-position: bottom;
  height: 700px;
}
