@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Raleway:300,300i,400,400i,600,600i,700,700i|Tinos:400,400i,700,700i');

body {
font-family: 'Raleway', sans-serif;
font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Tinos', serif;
font-weight: 700;
}

a {
    color: #333;
    text-decoration: underline;
}

.container-fluid.top-nav {
    border-top: 5px solid #000;
    border-bottom: 1px solid #000;
}
.top-nav .col-sm-6 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-nav a, .top-nav i {
    margin: 0 5px;
}

.right {
    text-align: right;
  
}

.top-nav a i{
  color: #fff;
  background: #333;
  border-radius: 50%;
  width: 23px;
  padding: 5px;
  text-align: center;
  margin: 0;
}


.head-logo {
    text-align: center;
}
.head-logo img {
  padding: 0 2%;
  background-color: #fff;
  max-width: 459px;
}
.head-logo h1 {
  font-size: 75px;
  font-family: 'Playfair Display', serif;
}

.top-navbar {
    padding-top: 0;
}

.top-navbar .nav-collapse {
  position: relative;
    background-color: #fff;
    border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 5px 0;
}
.top-navbar .nav-collapse:before{
  content: " ";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #000;
}
.top-navbar .nav-collapse:after{
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #000;
}

#navbar .container {
    text-align: center;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-bottom: -5px;
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    color: #fff;
    background: #000;
}

#main_menu a {
    color: #000;
    font-size: 13px;
padding: 8px 8px 7px 8px;
    font-weight: 500;
    text-decoration: none;
  text-shadow: 0 0 0;
  border-left: 1px solid #000;
}

#main_menu li:first-child a, .dropdown-menu a{
  border-left:0 !important;
}

div#banner {
    margin-top: 20px;
    min-height: 70vh;
    padding: 5%;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/64.png) no-repeat top center;
    background-size: cover;
  
  text-align: center;
}

#banner .text {
  background: rgba(0, 0, 0, 0.5);
  padding: 5%;
  overflow: hidden;
  display: inline-block;
}

#banner h2 {
  text-align: center;
  color: #fff;
  font-size: 85px;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}

#banner .text a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
}

#home-widgets {
    background: transparent;
        border-bottom: 2px solid #000;
padding-bottom:0!important;margin-bottom:30px!important;
}

.featured_listings {
  text-align: center;
  overflow: hidden;
  height: 45vh;
}

.featured_listings .widget-title {
    text-align: center;
    background: transparent;
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
}

.featured_listings .col-md-4>a {
  background: #000;
}
.featured_listings .item img{
  transition: all 0.2s ease-in-out;
}
.featured_listings .item:hover img {
  background: #000;
  opacity: 0.5;
}

.featured_listings .item .address {
  background: #000;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  transform: translateY(-3000%);
  
  transition: all 0.2s ease-in-out;
}
.featured_listings .item:hover .address{
transform: translateY(-150px);
}

.address a {
  text-decoration: none;
}
.featured_listings .item .listing-meta {
  transform: translateY(-3000%);
  transition: all 0.2s ease-in-out;
  margin-top: -35%;

  font-size: 14px;
}

.featured_listings .item:hover .listing-meta{
    color: #fff;
    transform: translateY(-150px);
  margin-top: 0%;
}

.featured_listings .listing-meta h4 {
  font-size: 2em;
}

/*.home .main-content {
  text-align: center;
  max-width: 800px
}*/

.home .main-content p {font-size: 18px;}

.home .col-content {
    text-align: center;
}

.ex {
  background: #1a1919;
  padding: 5% 0;
  color: #fff;
}

#about-me, .breadcrumb {
    padding: 20px 0;
    display: none;
}

.nsew {
  border-top: 0 !important;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  position: relative;
  margin-bottom: 20px;
    overflow: hidden;
}

.nsew::before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 5px;
    left: 0px;
    right: 0px;
    border-top: 0 !important;
}
.nsew::after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 5px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #000;
}

.nsew h3{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  padding: 10%;
  font-size: 2.5em;
  background: transparent;
  color: #fff;
  margin-top: 0;
text-transform:uppercase;
}

.nsew:hover h3 {
  text-shadow: 0 0 10px #333;
  text-decoration: none;
text-transform:uppercase;
}

.central h3 {
    padding-top: 8%;
    padding-bottom: 5%;
}

.central2 h3 {
    padding-bottom: 6.7%;
}

.nsew a {
  text-decoration: none;
}

.nsew .col-sm-6 {
  padding: 0;
}

.north, .east, .west {
    min-height: 297px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.east {
    min-height: 316px;
}

.north, .south, .east, .west, .central, .central2 {
  border: 5px solid transparent;
      margin: 20px 5px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.north:hover, .south:hover, .east:hover, .west:hover, .central:hover, .central2:hover {
   filter: gray;
  /* IE6-9 */
    filter: grayscale(100%);
  /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1);
  border: 5px solid #000;
}

.central {
  background: url('https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/74.png') no-repeat center;
    background-size: cover;
box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.north {
  background: url('https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/72.png') no-repeat center;
  background-size: cover;
}
.south {
  background: url('https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/73.png') no-repeat center;
  background-size: cover;
}
.east {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/64.png) no-repeat center top;
  background-size: cover;
}
.west {
  background: url('https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/75.png') no-repeat center;
  background-size: cover;
}


.fnf {
  background-image: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/171.png);
  background-color: #333;
  background-size: cover;
  background-position: center 30%;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  color: #fff;
  text-align: center;
  padding: 60px 0;
  overflow: hidden;
}

.editContent p {
    text-transform: uppercase;
}

.fnf h3 {
  font-size: 3em;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 7%;

    text-shadow: 0 0 30px #000;
}

.fnf span {
  font-size: 3em
}



.counter-icon {
    font-size: 1.5em !important;
    margin-top: 30px;
    margin-left: 7%;
}

.counter, .counter-text {
    font-weight: 700;
}


.sidebar .container-fluid {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 0 30px 0;
  position: relative;
  margin: 0 0 20px 0;
    overflow: hidden;
}

.sidebar .container-fluid::before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 5px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #000;
}
.sidebar .container-fluid::after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 5px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #000;
}

/*.vp .col-sm-6 {
  padding: 0;
}*/


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.cta, .cta a {
  color: #fff
}

.cta-bg {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/80.png) no-repeat center 70% #333;
  background-size: cover;
  padding: 5% 0;
}

.cta h2 {
  font-size: 3em;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.cta a {
  background: #555;
  display: inline-block;
  padding: 10px;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  
  transition: all 0.2s ease-in-out;
}

.cta a:hover {
  background: #777;
}

.social {
  text-align: center;
  margin: 20px 0;
  padding: 2%;
  overflow: hidden;
  border-top: 3px solid #000; 
  border-bottom: 3px solid #000;
}

.social h3 {
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
text-transform: uppercase;
}

.social .fa {
  margin: 10px;
  font-size: 18px;
  background: #999;
  color: #fff;
  padding: 10px;
  border-radius: 100%;
  border: 1px solid transparent;
  min-width: 40px; 
  transition: all 0.2s ease-in-out;
}

.social .fa:hover {
  background: #f8f8f8;
  color: #333;
  padding: 10px;
  border: 1px solid #333;
}

footer {
    background: #000;
}

footer .container {
text-align: center;
}

footer #mc_embed_signup input {
color: #333;
}


footer img {
    margin: 30px auto 0;
}

footer ul {
    padding: 20px 0 0;
    list-style: none;
}

/** Mortgage Specialist Page **/
.ms .col-md-6 {
  margin: 30px 0;
  border-bottom: 1px double #333;
}

.ms p, .ms h3{
  text-align: center;
}

.pp {
  max-width: 320px;
  margin: auto;
  position: relative;
}

.pp .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  
  transition: all 0.2s ease-in-out;
}
.ms .col-md-6 .pp:hover .overlay {
  opacity: 1;
}

.overlay img {
  max-width: 200px;
}

/********************************
                      Testimonial
********************************/
.testi-box>h2 {
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px;
  margin-bottom: 30px
}

.testi-box .col-md-6::before {
  content:"	“";
    color: gray;
  font-size: 12em;
  font-family: 'Tinos', serif;
  font-weight: bold;
  position: absolute;
  top: -70px;
  left: -10px
}

.testi {
    color: #fff;
    background: #111;
    height: 350px;
    overflow-y: scroll;
    margin-bottom: 30px;
    border-bottom: 30px solid #111;
    padding: 10% 10%;
}

.testi footer {
  background: transparent;
  color: #B52330;
  font-weight: bold;
  margin-top:10px;
  text-align: right;
}

#myTesti, #myTesti1 {
  min-height: 40vh;
 margin-bottom: 60px
}

.testi-slide {
font-size: 18px;
    padding: 10% 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

#myTesti .carousel-control.left, #myTesti .carousel-control.right, #myTesti1 .carousel-control.left, #myTesti1 .carousel-control.right  {
  background: transparent;
}

#myTesti .carousel-control, #myTesti1 .carousel-control {
  color: red;
}


/*------- End Testimonial ------*/



/*------- Media Queries ----------------*/
.btn-success {
  background: #000;
  border: #000;
}

@media screen and (max-width: 992px) {
  .featured_listings {
    height: 100%;
  }
  
  .featured_listings .item {
    overflow: hidden;
    height: auto;
    margin-bottom: 30px;
    border-bottom: 3px solid #000: 
  }
  
  .featured_listings .item .address {
    transform: translateY(0%);
    display: block;
  }
  .featured_listings .item .listing-meta {
    transform: translateY(0%);
    transition: all 0.2s ease-in-out;
    margin-top: 0%;
  }
  
  .fnf .col-sm-6{margin-bottom: 20px}
}

@media screen and (max-width: 768px) {
  .top-nav .col-sm-6{
    text-align: center;
  }
  
  .top-nav .right{
    padding-bottom: 50px
  }
  
  .navbar .navbar-nav {
    display: block;
  }
  
  .navbar-header {
    background: #000;
    padding: 10px;
    margin-top: 10px;
  }
  .navbar-toggle {
    border-color: #ccc;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  div#banner {
    min-height: auto;
  }
  .vp img {
    width: 100%;
  }
  
  .cta, .cta .right {
    text-align: center;
  }
  
  footer, footer .footer_menu_links {
    text-align: center;
  }
  #hf_footer-middle li {
    display: inline-block;
    margin: 10px;
  }
  #powered_by {
    background-position: center;
    width: 100%;
    text-align: center;
  }

  .counter-icon {
      margin-left: 0%;
  }
}

@media screen and (max-width: 480px) {
  #banner h2 {
    font-size: 45px;
  }
  
  .head-logo h1 {
    font-size: 60px;
  }
  
}

.top-awards-title{ font-weight: bold; font-size: 26px; }
#myCarousel{ display: none; }


/*nov 18, 2016 - ivy*/

#hf_bottom-main {
  display: block;
  margin-bottom: 100px;
}
/* #home-widgets {
    background: transparent;
    border-bottom: 0
}
 */

#feature_listings .item {
    height: 345px !important;
    overflow: hidden !important;
  margin-bottom:  10px
}

.featured_listings {
    text-align: center;
    overflow: hidden;
    height: auto;
}
.sidebar .container-fluid {
    border-top: 0;
    border-bottom:0; 
}
.sidebar .container-fluid::before {
  border: 0;
}
.sidebar .container-fluid::after {
  border: 0;
}
@media screen and (min-width: 991px) {
 
 body .featured_listings {
   overflow: initial;
   margin-bottom: 20px;

 }
#feature_listings .item {
    height: 355px !important;
    overflow: hidden !important ;
}

}
@media screen and (min-width: 767px) {
 #feature_listings .item {
    height: 455px !important;
    overflow: hidden !important ;
}
}
@media screen and (min-width: 480px) {
 #feature_listings .item {
    height: 275px !important;
    overflow: hidden !important ;
}
}
@media screen and (min-width: 375px) {
 #feature_listings .item {
    height: 260px !important;
    overflow: hidden !important ;
}
}

.cms_content iframe{ width: 100%; }


/*nov 21, 2016 - ivy*/

.local {
  text-align: center
}
.local .lolBox {
  border: 4px solid #f0f1f2;
  padding: 30px 20px;
  min-height: 370px;
  max-height: 500px;
  margin-top: 20px;
}
.local img {
  width: 20%;
}
.local h2 {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #323d45;
  margin-bottom: 12px
} 
.local h3 {
  font-size: 16px;
  font-style: italic;
  color: #323d45;
  margin-bottom: 6px;
 

} 
.local p {
  color:#a4a6a8;
  font-family: 'Raleway', sans-serif;
}

@media screen and (max-width:768px) {
  .local .lolBox {
min-height: 300px !important;
    max-height: 460px;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
}
}
@media screen and (max-width:480px) {
  .local .lolBox {
min-height: 200px;
  
height: auto !important;
}
}


/*
.contact_me footer #mc_embed_signup {
  display: none !important;
}

.contact_me footer .col-md-6 {
  width: 100%;
}*/











.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
  display:none;
}

.featured_listings .listing-meta h4 {
  font-size: 35px;
} 


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
#main_menu a {
  font-size: 12px;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
#main_menu a {
  font-size: 12px;
}

	
}

.banner h1 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 25px;
}

.banner img {
    width: 100%;
    max-height: 461px;
}

.banner p {
  position: absolute;
  top: 0;
  color: #FFF;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 300px;
  max-width: 570px;
  font-size: 25px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5)
}

.banner {
  position: relative;
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.banner p {
  margin-top: 150px;
}

}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	.banner p {
  margin-top: 150px;
}

}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.banner p {
  position: absolute;
  top: 0;
  color: #FFF;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  max-width: 570px;
  font-size: 14px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5)
}

}

.inner-banner {
  background: #000;
  padding: 20px;
  position: relative;
}

.inner-banner p {
   font-family: 'Tinos', serif;
}

.banner p {
    top: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}


/*dec 1. 2016 - ivy*/

table .fa {
  margin-right: 5px
}

table a {
  color: #007eb6;
text-decoration: none;
  margin-left: 5px;
}    
table a:hover {
  color: #007eb6;
    text-decoration: underline;
} 
.overlay img {
  width: 70%;
}
.pp {
  max-width: 280px;
  width: 40%;
}
/* .pp img {
  width: 50%;
  margin: 0 auto;
} */







/*mail-chimp*/
.mailchimp-custom-wrapper {
  max-width: 1030px;
  margin: 0 auto;
  padding: 20px;
}
#mc_embed_signup_scroll {
  max-width: 1030px;
  margin: 0 auto;
}
 #mc_embed_signup .mailCon {
  /*background: url('https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/169.jpg') #B71C1C*/;
  background-repeat: repeat;
  padding: 30px;
  box-shadow: none;
  width: 100%;
  
}

#mc_embed_signup #mc-embedded-subscribe-form input {
  border-radius: 0;
background:#333;
border:1px solid #ccc;
}
 #mc_embed_signup .clear {
    clear: both;
    text-align: right;
}
 #mc_embed_signup form {
background: none;
  /*   display: block;
    position: relative;
    text-align: left; */
    padding: 0 !important ;
}
 #mc_embed_signup .mc-field-group #mce-MMERGE2 {
 min-height: 85px;
  width: 100%;
  padding: 10px;
  border: 0;
}
 #mc_embed_signup .mc-field-group {

    width: 100% !important;
}

 #mc_embed_signup .clear {
    clear: both;
    text-align: right;
    padding: 0 15px;
}
#mc_embed_signup .button {
    clear: both;
  text-transform: uppercase;
  margin: 0 !important;
  height: auto !important;
 /* padding: 7px 0 !important;*/
}











.banner .page-title {
  text-transform: uppercase !important;
} 
.featured_listings .widget-title {
  display: none;
}
/*DA-BYRON 1-6-2017*/
.awards-container {
  background: #525d60;
  margin: 20px 0;
  text-align: center;
}
.custom-panel {
  margin: 20px 10px;
}
.custom-panel .title1 {
  border: 1px solid #000;
  border-left: 0px;
  border-right: 0px;
  font-size: 16px;
}
.custom-panel .title1 span {
background: rgba(82,93,96,1);
background: -moz-linear-gradient(-45deg, rgba(82,93,96,1) 0%, rgba(82,93,96,1) 50%, rgba(135,140,142,1) 51%, rgba(135,140,142,1) 71%, rgba(135,140,142,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(82,93,96,1)), color-stop(50%, rgba(82,93,96,1)), color-stop(51%, rgba(135,140,142,1)), color-stop(71%, rgba(135,140,142,1)), color-stop(100%, rgba(135,140,142,1)));
background: -webkit-linear-gradient(-45deg, rgba(82,93,96,1) 0%, rgba(82,93,96,1) 50%, rgba(135,140,142,1) 51%, rgba(135,140,142,1) 71%, rgba(135,140,142,1) 100%);
background: -o-linear-gradient(-45deg, rgba(82,93,96,1) 0%, rgba(82,93,96,1) 50%, rgba(135,140,142,1) 51%, rgba(135,140,142,1) 71%, rgba(135,140,142,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(82,93,96,1) 0%, rgba(82,93,96,1) 50%, rgba(135,140,142,1) 51%, rgba(135,140,142,1) 71%, rgba(135,140,142,1) 100%);
background: linear-gradient(135deg, rgba(82,93,96,1) 0%, rgba(82,93,96,1) 50%, rgba(135,140,142,1) 51%, rgba(135,140,142,1) 71%, rgba(135,140,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525d60', endColorstr='#878c8e', GradientType=1 );
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}
.infograph1 .inner-col {
  border: 1px solid #000;
  margin: 0 auto;
  min-height: 280px;
  max-width: 250px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.infograph1 .inner-col:before {
  background: none;
  border: 4px solid #525d60;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
.infograph1 .inner-col .custom-icon {
  display: block;
  font-size: 40px;
  margin: 20px 0;
}
.infograph1 .inner-col .title {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
}
.inner-col-lg {
  border: 1px solid #000;
  margin: 20px auto;
  max-width: 918px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.inner-col-lg:before {
   background: none;
  border: 4px solid #525d60;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
.inner-col-lg .custom-icon {
  display: block;
  font-size: 40px;
  margin: 10px 0;
}
.inner-col-lg .title {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
}

.search_board_listings {
    padding: 10px 10px 0;
    background: transparent;
    border-radius: 5px;
}

.active_listings .banner .inner-banner {
  display: none !important;
}

.recent_solds .banner .inner-banner {
   display: none !important;
}
/*
.waterfront_listings .banner .inner-banner {
   display: none !important;
}*/

.contact_me .inner-banner {
  display: none;
}
/*A better way of buying page - BYRON 1-12-2016*/
.prep-time {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/171.png) no-repeat, #333;
  background-size: cover;
  background-position: center center;
  margin: 40px 0;
  padding: 40px 0;
}
.prep-time .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin: 0;
}
.prep-time .title:after {
  content: '';
  background: #fff;
  display: block;
  height: 2px;
  margin: 10px auto;
  width: 18px;
}
.prep-time p {
  color: #fff;
  text-align: center;
}
.after-prep-time .title {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}
.after-prep-time .title:after {
  background: red;
  content: '';
  display: block;
  height: 2px;
  width: 18px;
}
.after-prep-time .row {
  margin: 60px 0;
}
.making-an-offer {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/171.png) no-repeat, #333;
  background-size: cover;
  background-position: center center;
  margin: 40px 0;
  padding: 40px 0;
}
.making-an-offer .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin: 0;
}
.making-an-offer .title:after {
  content: '';
  background: #fff;
  display: block;
  height: 2px;
  margin: 10px auto;
  width: 18px;
}
.making-an-offer p {
  color: #fff;
  text-align: center;
}
.after-offer .title {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}
.after-offer .title:after {
  background: #f48e71;
  content: '';
  display: block;
  height: 2px;
  width: 18px;
}
.after-offer .row {
  margin: 20px 0;
}


.mc-field-group input, .mc-field-group textarea{background:none!important;border:2px solid #ddd!important;}
div.mce_inline_error{display:none!important;}




/**011317**/
.selling-with-aklet {
  padding-top: 40px;
  padding-bottom: 40px;
}

.selling-with-aklet p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.selling-with-aklet h3 {
  margin-bottom: 20px;
  margin-top: 50px;
}

.selling-with-aklet h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
   font-family: 'Raleway', sans-serif !important;
}


.selling-with-aklet h3:after {
    background: #f48e71;
    content: '';
    display: block;
    height: 2px;
    width: 18px;
}


.selling_with_alket  .prep-time {
  margin-top: 0;
}


body.invest_with_alket .main-content li {
  list-style: disc !Important; 
}

/*1-21-2017*/
.first_time_investors .first-time-buyer p {
  text-align: center;
}
.first-section-wrap .col-md-6:first-child  p:nth-child(1) {
  font-family: 'Raleway', sans-serif;
  font-size: 16px; 
  text-align: left;
}
.third-par {
  font-weight: 700;
  text-align: center;
}
.after-prep-time .title {
  font-family: 'Tinos', serif;
}
.prep-time p {
  font-size: 15px;
}
.a_better_way_of_buying p {
  font-size: 16px;
}
.custom-wrap p strong {
  font-family: 'Tinos', serif;
  font-size: 20px;
}
.awards-container img {
  max-width: 800px;
}

.inner-banner{padding:0;}
.way-of-buying .prep-time p{ font-family: 'Tinos', serif;font-size:22px;color:#fff;font-weight:bold;}
.selling_with_alket  .prep-time{background:#fff!important;}

.banner .page-title {
    font-family: 'Tinos', serif;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* feb 10, 2017 - ivy*/

.lolBox .col-md-2 img {
    width: 60%;

}
.local .lolBox {
    border: 4px solid #f0f1f2;
    padding: 30px 20px;
    min-height: 160px;
    /* max-height: 500px; */
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lolBox .col-md-2 img {
    width: 20%;
margin: 0 auto;
}
}






/*feb 10, 2017 - ivy*/

.lolBox .col-md-2 img {
    width: 60%;
margin: 0 auto;
}
.local .lolBox {
    border: 4px solid #f0f1f2;
    padding: 30px 20px;
    min-height: 160px;
    /* max-height: 500px; */
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lolBox .col-md-2 img {
    width: 20%;
margin: 0 auto;
}
}

/*inner*/
.about_alket  .banner:after {
  content: '';
  display: block;
  background:  #000;
  height: 4px;
  margin-top: 20px;
}

.buyers .top-main-sidebar:before {
    content: '';
  display: block;
  background:  #000;
  height: 4px;
  margin-top: 20px;
}

.sellers .banner:after {
      content: '';
  display: block;
  background:  #000;
  height: 4px;
 margin-top: 20px;
}
.investors .banner:after {
  content: '';
  display: block;
  background:  #000;
  height: 4px;
 margin-top: 20px
}
.investors #hf_top-main > div {
  display: none;
}
.investors #home-widgets {
border: 0;
  padding: 0;
}
.ptbo .banner:after,
.testimonials .banner:after {
  content: '';
  display: block;
  background:  #000;
  height: 4px;
 margin-top: 20px
}


/*Collage*/

.custom-div-wrap {
  float: left;
  width: 100%;
}
.custom-div-wrap p {
  max-width: 800px;
  margin: 0 auto;
}

/*feb 10, 2016 - ivy*/
.local .col-md-4  .lolBox {
    min-height: 365px;
}

.local .col-md-6  .lolBox {
    min-height: 280px;
}
.local .lolBox {
  padding: 20px 20px;
  min-height: 150px;
}

.local .lolBox .col-md-10  h2 {
    text-align: left;
}
.local .lolBox .col-md-10 p {
  text-align: left;
}

@media screen and (max-width: 768px) {
.local .col-md-4 .lolBox {
    min-height: 105px !important;
  height: auto;
}
  .local .lolBox .col-md-10 h2 {
    text-align: center;
}
   .local .lolBox .col-md-10 p {
    text-align: center;
}   
  .local .lolBox {
    min-height: 250px !important;
    max-height: 460px;
    height: auto !important;

}
}
/*BYRON - 2-13-2017*/

#photos .row img {
  float: left;
  width: 25%; 
}
#photos .row {
  margin: 0 
}

/*Revision change color scheme 4-11-2017*/
.container-fluid.top-nav {
  border-top: 2px solid #262124;
  border-bottom: 2px solid #262124;
}
#home-widgets {
  border-bottom: 2px solid #262124;
}
.top-navbar .nav-collapse {
  border-top: 1px solid #262124;
  border-bottom: 1px solid #262124;
}
.top-navbar .nav-collapse:before {
  border-top: 1px solid #262124;
}
.top-navbar .nav-collapse:after {
      border-top: 1px solid #262124;
}
#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
  background: #3b4359;
}
footer, .ex {
  background: #262124;
}
body h2, .banner .page-title {
  color: #262124;
}
.btn-success:hover {
  background: #3b4359;
}
.btn-success {
  background: #262124;
}
.social {
  border-top: 3px solid #262124;
    border-bottom: 3px solid #262124;
}
.col-sm-8.flex h2, #mc_embed_signup h2, .cta h2 {
  color: #fff;
}
.head-logo h1 {
  color: #262124;
padding-bottom: 20px;
}
.about_alket  .banner:after {
  background: #262124;
}
body {
  color: #262124;
}
.awards-container {
  background: #3b4359;
  max-width: 100%;
}
.top-nav a i {
  background: #3b4359;
}
.cta a {
  background: #3b4359;
}
.cta a:hover {
  background: #262124;
}
.custom-panel .title1 span {
    background: rgba(82,93,96,1);
    background: -webkit-linear-gradient(135deg, rgba(38,33,36,1) 0%, rgba(38,33,36,1) 50%, rgba(59,67,89,1) 51%, rgba(59,67,89,1) 71%, rgba(59,67,89,1) 100%);
    background: -o-linear-gradient(135deg, rgba(38,33,36,1) 0%, rgba(38,33,36,1) 50%, rgba(59,67,89,1) 51%, rgba(59,67,89,1) 71%, rgba(59,67,89,1) 100%);
    background: -ms-linear-gradient(135deg, rgba(38,33,36,1) 0%, rgba(38,33,36,1) 50%, rgba(59,67,89,1) 51%, rgba(59,67,89,1) 71%, rgba(59,67,89,1) 100%);
    background: linear-gradient(135deg, rgba(38,33,36,1) 0%, rgba(38,33,36,1) 50%, rgba(59,67,89,1) 51%, rgba(59,67,89,1) 71%, rgba(59,67,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525d60', endColorstr='#878c8e', GradientType=1 );
}
.infograph1 .inner-col {
  border: 1px solid #262124;
}
.infograph1 .inner-col:before {
  border: 4px solid #3b4359;
}
.inner-col-lg {
  border: 1px solid #262124;
}
.inner-col-lg:before {
  border: 4px solid #3b4359;
}
.custom-icon .fa {
  color: #3b4359;
}
#banner .text {
  background: rgba(59, 67, 89, 0.5);
}
.featured_listings .item .address {
  background: #3b4359;
}
.home .main-content p {
  color: #262124;
}
.social a .fa {
  background: #3b4359;
}
.north:hover, .south:hover, .east:hover, .west:hover, .central:hover {
  border: 5px solid #3b4359;
}
#mc_embed_signup #mc-embedded-subscribe-form input {
  background: #3b4359;
}
.after-prep-time .title {
  color: #262124;
}
.after-prep-time .title:after {
  background: #3b4359;
}
.pp + h3 {
  color: #3b4359;
}
.lead-form input[type="submit"] {
  background: #3b4359;
  color: #fff;
  text-shadow: none;
}
.testi {
  background:#262124;
  border-bottom: 30px solid #3b4359;
}
.testi footer {
  color: #3b4359;
}

/*4-12-2017 Revision*/
.home .vp .col-sm-4 > img {
  min-height: 400px;
}
.selling_with_alket  .prep-time {
  height: 50px;
}
.how_much_is_your_home_worth h2 strong {
  color: #000;
}
.header-remax-logo {
  max-width: 120px;
  float: right;
}
/*4-29-2017*/
.eastern-realty-inc {
  float: right;
  width: 100%;
  font-size: 10px;
  color: #262124;
}
.home .vp .col-sm-4 > img {
  height: 600px;
}
.ex {
  padding: 80px 0 80px 0;
  margin-top:60px;
}
.ex .vp .flex {
  margin-top: 0px;
}
.nsew h3 {
  font-family: 'Tinos', serif;
}
#hf_footer-before #feature_listings .item h3:first-child {
  display: none;
}
.a_better_way_of_buying .banner p {
  font-size: 25px;
  font-family: 'Tinos', serif;
}
.sellers .banner:after {
  background: #262124;
}
/*.testi {
  height: initial;
  overflow-y: initial;
}*/
.testi footer {
  color: #fff;
  font-family: 'Playfair Display', serif;
}
/*5-9-2017 New rev*/
/*.home .container-fluid.nsew {
  display: none;
}*/
.custom-col01 .btn {
  background: #262124;
  color: #fff;
  display: block;
  margin: 10px auto;
  max-width: 150px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.custom-col01 .btn:hover {
  background: #3b4359;
}
.my_ptbo .inner-banner {
  display: none;
}

.mortgage_specialists .banner p {
  max-width: 650px;
}

.banner p {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
}

/*contact_page*/
.contact_me .cms_content table tr td > img{width:260px;margin-left:auto;margin-right:auto;display:block;}
.contact_me .cms_content table tr td{width:50%;}

@media (max-width: 560px){
  .contact_me .cms_content table tr td > img{width:100%!important;}
  .contact_me .cms_content table tr td{width:100% !important;display:block;}
}

.custom-col01 > img{margin-left:auto;margin-right:auto;}

/*new testimonial page adjustments-jbx*/
.testimonials .col-content > h2{text-align:center;margin-bottom:30px;}
.col-1,.col-2{float:left;width:50%;}
.grid-item{width:100%;padding: 60px 30px 0 60px;background: #111;;border:2px solid #fff;float:left;color:#fff;position:relative;}
.grid-item > footer{margin-left:-60px;margin-right:-30px;padding-left:30px;padding-right:30px;}
.grid-item::before {
  content:"“";
    color: gray;
  font-size: 9em;
  font-family: 'Tinos', serif;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 10px
}

@media (max-width:560px){
  .col-1,.col-2{float:left;width:100%;}
}

/*top-nav-jbx*/
.container-fluid.top-nav>.col-sm-4:nth-child(2)>p{margin-bottom:0!important;text-transform:uppercase}
.container-fluid.top-nav>.col-sm-4>p:first-child{padding-top:10px;margin-bottom:0;}
.container-fluid.top-nav>.col-sm-4>p:last-child{padding-bottom:15px;}

#carousel-example-generic{margin-top:15px;}

/*may 24, 2017 - ivy*/
.text a {
  text-transform: uppercase;
  
}
.text a:nth-child(3) {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block
}
.container-fluid.nsew .col-sm-6:nth-child(3),
.container-fluid.nsew .col-sm-6:nth-child(4) {
  padding: 10px;
}

/*responsive video & about images*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.indv-images{display:none!important;}

@media (max-width:560px){
  .indv-images{display:block!important;}
  .indv-images > img, .indv-images > a> img{
    width:100%!important;height:auto!important;
  }
  .grp-images{display:none!important;}
}

/*image size equal jx*/
@media (min-width: 992px){
.widget.featured_listings .item >a > img{margin-left:-4px;}
.widget.featured_listings .item >a{
overflow:hidden;
  height:230px !important;
  white-space: nowrap;
  width:100%;
  text-align: center;
}

.widget.featured_listings .item >a:before,.widget.featured_listings .item >a{
  content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
}

@media (min-width:580px) AND (max-width: 992px) {
#feature_listings .item {
height:400px!important;
}
.widget.featured_listings .item >a {
height:400px !important;
}

.widget.featured_listings .item >a > img {
height: 100% !important;
width: auto !important;
margin-left: auto;
margin-right: auto;
display: block;
float: none;
}
}

.mortgage_calculator .inner-banner .page-content {
display:none;
}

/*change listing cta background -jx*/
.north{
background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/1814.jpg) no-repeat !important;
background-size:cover!important;
}
.south{
background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/1811.jpg) no-repeat !important;
background-size:cover!important;
}
.east{
background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/1812.jpg) no-repeat !important;
background-size:cover!important;
background-position:bottom!important;
}
.west{
background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/1815.jpg) no-repeat !important;
background-size:cover!important;
}
.central{
background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/1810.jpg) no-repeat !important;
background-size:cover!important;
background-position:bottom!important;
}
.central2{
background: url(https://s3.amazonaws.com/store24-ubertor-com/alketkullarealtor.ourubertor.com/content/image/1813.jpg) no-repeat !important;
background-size:cover!important;
background-position:bottom!important;
}

footer #mc_embed_signup input {
    color: #e8e8e8;
}

/* JER 0419 */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 461px;
}

#carousel-example-generic .item {
    height: 461px;
    background: #000 100% !important;
}

#carousel-example-generic .item img {
    opacity: 0 !important;
    height: 100%;
}

/* Effect 14: border switch */
.cl-effect-14 a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    color: white;
    text-decoration: none;
    background: transparent !important;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

.text2, .text3 {
    position: absolute;
    bottom: 15%;
    left: 50%;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    padding: 0 30px;
}

.nav-btns {
    position: absolute;
    bottom: 15%;
    left: 50%;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    background: transparent;
    padding: 0 30px 15px;
min-width: 50%;
}

/*
.last .text2 {
left: 40%;
}
.last .text3 {
left: 60%;
}*/

nav#cl-effect-14 {
    display: inline;
}

/* PROPERTY SEARCH */

#mls_search_2_price_min::-webkit-input-placeholder, #mls_search_2_price_max::-webkit-input-placeholder { /* Chrome/Opera/Safari */
text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
color: black;
font-weight: bold;
}
#mls_search_2_price_min::-moz-placeholder, #mls_search_2_price_max::-moz-placeholder { /* Firefox 19+ */
text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
color: black;
font-weight: bold;
}
#mls_search_2_price_min:-ms-input-placeholder, #mls_search_2_price_max:-ms-input-placeholder { /* IE 10+ */
text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
color: black;
font-weight: bold;
}
#mls_search_2_price_min:-moz-placeholder, #mls_search_2_price_max:-moz-placeholder { /* Firefox 18- */
text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
color: black;
font-weight: bold;
}

.w-banner.home .container-wrap, .wo-banner.home .container-wrap {
    padding: 100px 0px 100px 0px;
}

#t3_banner_widgets .search_board_listings {
    background: transparent none;
}

.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-family: 'AvenirDemi', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background: white;
    border: 1px solid #bdbdbd;
}

.selectpicker-sort, .dropdown-toggle.btn-default {
    border: 1px solid #bdbdbd !important;
    background: white;
    border: 0px;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    font-family: 'AvenirDemi', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

.selectpicker {
    border: 1px solid #fff !important;
}

.selectpicker-sort:hover, .dropdown-toggle.btn-default:hover, .dropdown-menu li a:hover {
    background: #3b4359;
    color: #ffffff;
}

.selectpicker:hover {
background: white;
}

.btn-group.open .dropdown-toggle {
    background: #3b4359;
    box-shadow: 0 0 transparent;
}

.btn-group > .btn:first-child {
    padding: 5px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
  height: 45px;
  margin-top: 1px;
}

input[type="submit"], .ilist-btn {
    padding: 5px;
    border: none;
    border-radius: 3px;
    background: #3b4359;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

.lstngs-sel .submit-btn {
    width: auto;
    padding: 15.5px 45px;
}

.btn:hover, .btn:focus {
    color: white;
    text-decoration: none;
    background: #353b4e;
}

.form-control:focus {
    border-color: #3b4359;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #3b4359;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #3b4359;
}

/* MEDIA QUERY */

@media (min-width: 992px) {
.row-eq-height {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display:         flex !important;
}
.flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media only screen and (max-width: 991px) {
.flexbox {
    display: flex;
    flex-direction: column;
}
.col-md-8.c-one {
    order: 2;
}
.col-md-4.c-two {
    order: 1;
}
.nav-btns {
    position: absolute;
    bottom: 4%;
}
}

@media only screen and (max-width: 767px) {
.text h2 {
    font-size: 38px !important;
}
.text3 {
    padding: 0 0;
}
.carousel-inner .text {
    position: absolute;
    top: 35%;
}
}

@media only screen and (max-width: 641px) {
.text3 {
    bottom: 7%;
}
.nav-btns {
    position: relative;
    bottom: 22%;
}

.nav-btns {
    padding: 0 57px 15px;
}
}

@media only screen and (max-width: 460px) {
.nsew h3 {
    font-size: 24px;
}
}

/*fixes to adjust featured listings due to CSS issue - 04/21/2018 */
.slick-slide img, ul.wlisting-detail {
    display: none;
}

#feature_listings2 .listing-meta, #feature_listings2 .listing-meta a {
      font-family: 'Raleway', sans-serif;
  font-weight: 500;

  margin-top: 10px;
  color: #fff;
  
  transition: all 0.2s ease-in-out;
}

#feature_listings2 .listing-meta:hover {
    background: rgba(0,0,0,0.3);
}

h4.address a {
  text-decoration: none;
}

i.fa.fa-angle-left.slick-arrow {
  position: absolute;
  font-size: 30px;
  z-index: 99;
  background: black;
  color: white;
  border-radius: 100%;
  padding: 5px 15px;
  text-align: center;
  top: 40%;
  left: 20px;
  border: 2px solid #ccc;
  box-shadow: 0 0 30px #333
}

i.fa.fa-angle-right.slick-arrow {
  position: absolute;
  font-size: 30px;
  z-index: 99;
  background: black;
  color: white;
  border-radius: 100%;
  padding: 5px 15px;
  text-align: center;
  top: 40%;
  right: 20px;
  border: 2px solid #ccc;
  box-shadow: 0 0 30px #333
}

#myTestimonial .carousel-inner {
    height: auto;
}

.sidebar.blog {
  display: none;
}

.ex {
    margin-top: 0;
}

/* JER 0426 */

.post {
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 30px 30px 20px 30px;
}

.post_heading a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 24px;
}

.post .entry.clearfix {
    margin-top: 20px;
}

small {
    color: white;
    background: #3b4359;
    padding: 6px;
    border-radius: 2px;
}

.entry p {
    font-size: 15px !important;
    text-align: justify;
}

a.read_more {
    color: #3b4359;
    text-decoration: none;
    font-weight: bold;
}

p.postmetadata {
    font-size: 12px !important;
    padding-top: 11px;
}

.postmetadata a:hover {
    color: #616d90;
}

.previous a, .next a {
    color: white;
    background: #3b4359;
    padding: 6px;
    border-radius: 2px;
    text-decoration: none;
}

.previous a:hover, .next a:hover {
background: black;
}

a.read_more:hover {
color: black;
}

.blog div#hf_right-side {
    border: 1px solid black;
    padding: 20px;
    margin-top: 10px;
}

.sidebar-title {
    margin-top: 0;
    background: #3b4359;
    color: #fff;
    padding: 5px 10px;
    line-height: 100%;
    font-size: 20px;
}

.blog #hf_right-side ul.sidebar {
    -webkit-padding-start: 0;
}

.blog #hf_right-side .sidebar ul li:nth-child(even) {
    background: #eaeaea;
    padding: 5px 10px;
}

.blog #hf_right-side .sidebar ul li:nth-child(odd) {
    background: #ffffff;
    padding: 5px 10px;
}

.blog #hf_right-side ul.sidebar a {
    text-decoration: none;
}

.blog #hf_right-side ul.sidebar a:hover {
    text-decoration: none;
color: black;
}

.blog #hf_right-side .sidebar ul li:nth-child(odd):hover, .blog #hf_right-side .sidebar ul li:nth-child(even):hover {
    background: #cfd1d8;
}

.sidebar.blog{ display: block !important; margin-top: 30px; margin-bottom: 30px; float: left; width: 100%; }
.sidebar.blog ul{ padding: 0; }
.sidebar.blog ul li{ width: 33.333%; list-style: none; float: left; padding: 60px; position: relative; border: 1px solid #ddd; }
.sidebar.blog ul li small{ position: absolute; top: 5px; right: 5px; }
.sidebar.blog .sidebar-title{ color: #262124; font-family: 'Tinos', serif;
    font-weight: 700;     font-size: 30px; background: transparent; text-align: center; }

@media (max-width: 992px){
  .sidebar.blog ul li{ padding: 60px 30px; }
}

@media (max-width: 768px){
  .sidebar.blog ul li{ width: 100%; }
}

@media screen and (min-width: 768px){

.multiple-listing-view .img-responsive {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
  
  }

.multiple-listing-view p.description, .multiple-listing-view p.time-modified, #listing_group .multiple-listing-view ul.info li.type {
display: none;
}

.area-search .banner .page-title, .area-search .inner-banner .page-content {
  display: none
}

@media screen and (min-width: 992px) {

.has_afc #listing_group > .row {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
  margin: 0
}

.has_afc #listing_group > .row .col-md-12 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  margin: 10px;
  text-align: center
}

.has_afc #listing_group .img-holder {
  width: 100%;
  height: 250px;
  overflow:hidden;
  margin-bottom: 15px
}

.has_afc #listing_group .img-holder img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.has_afc #listing_group .col-sm-7 {
  display: none
}

.has_afc #listing_group .col-xs-8.col-sm-2 {
  width: 100%;
}

.has_afc #listing_group h2 a {
  font-size: 20px
}

.has_afc #listing_group .info li{
  display: inline-block;
}
  
}


.why_choose_me .main-content {
  overflow: hidden !important;
}



@media (min-width: 768px) and (max-width: 991px) {

	
}

@media (max-width: 767px) {
  .top-nav {
    text-align: center;
  }
  
  .header-remax-logo {
    margin: 0 auto;
    display: block;
    float: none;
  }
  
  .eastern-realty-inc {
    text-align: center;
  }
  
 .listings  #listing_group .img-holder {
    width: 100%;
  }

  .listings  #listing_group > div div > div > div.col-xs-8.col-sm-2 {
        width: 100%;
  }
  
}	


#home-widgets > div:nth-child(2) > div > div > h4 {
  margin-top: 0 !important;
  font-weight: 300;
  margin-bottom: 50px;
      font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

.fnf h3 {
  margin-bottom: 10px;
}

#home-widgets > div:nth-child(2) > div > div > div:nth-child(3) > div.counter-text > div:nth-child(2) > small {
  background: none;
  font-weight: 300;
}

/* ALEX 072719 */
.ak-quote {
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

div#hf_home-main a {
    color: #fff;
    font-weight: 700;
}

.who_is_alket_kulla .inner-banner {
    display: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #313131;
    background: #eee;
    padding: 40px;
}

blockquote {
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #313131;
    background: #eee;
    padding: 40px;
}

blockquote.dark {
    border-left: 5px solid #eee;
    background: #313131;
    color: #fff;
}


.custom-img-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
}
#vid-home-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
#vid-home-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-widgets {
  padding-top: 0;
}
body.home .featured_listings .col-md-4>a {
  background: none;
}


#navbar {
  background: #fff;
}

.navbar-logo img {
  filter: brightness(0) invert(1);  
}
.navbar-logo h2 {
  color: #fff;
}

.video-container-inner {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.video-container-inner iframe {
  height: 350px !important;
  
}
.video-container-inner h2 {
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .video-container-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

#navbar .container {
  max-width: 1400px;
}


/*jx - features listing image size*/
#feature_listings2 .provided_by{
  display:none;
}
.custom-img-bg{
  min-height:380px;
  max-height:380px;
}

#feature_listings2 .listing-meta:hover {
    background: rgba(0,0,0,0.3);
    max-height: 360px;
    min-height: 360px;
  margin-bottom:10px;
}
#feature_listings2 a{
  display:block;
}
#feature_listings2 .item{
  min-height:380px;
}
#feature_listings2 .item h3  {
  display:none;
}

.navbar.top-navbar .col-sm-4 p {
  margin-bottom: 0;
}
