/*---- HTML & BODY ----*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.home {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl610/content/image/23584.png) repeat-x scroll center top #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* JER 0424 */

.pull-right {
    width: 100%;
}

a.navbar-logo.no-hover {
    display: none;
}

.navbar-logo h2, .navbar-logo img {
    display: none;
    margin: 0;
}

.header-meta ul {
    display: none;
}

/*
.lefty {
    float: left;
    width: 50%;
}

.righty {
    float: right;
    width: 50%;
    text-align: right;
}*/

/* CTA EFFECT */

.grid, .gridd {
 margin: 0 auto;
 list-style: none;
 text-align: center;
}

.gridd figure {
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.grid figure {
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    background-clip: content-box;
}

.grid figure img, .gridd figure img {
 display: block;
 min-height: 100%;
 max-width: 100%;
 opacity: 0.8;
width: 100%;
}

.grid figure figcaption, .gridd figure figcaption {
 padding: 2em;
 color: #fff;
 text-transform: uppercase;
 font-size: 1.25em;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after, .gridd figure figcaption::before,
.gridd figure figcaption::after {
 pointer-events: none;
}

.gridd figure figcaption,
.gridd figure figcaption > a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a, .gridd figure figcaption > a {
 z-index: 1000;
 text-indent: 200%;
 white-space: nowrap;
 font-size: 0;
 opacity: 0;
}

.grid figure h2, .gridd figure h2 {
    word-spacing: -0.15em;
    text-transform: none;
    padding-top: 10px;
    line-height: 20px;
    padding-bottom: 20px;
}

.grid figure h2 span, .gridd figure h2 span {
 font-weight: 800;
}

.grid figure h2,
.grid figure p, .gridd figure h2,
.gridd figure p {
 margin: 0;
}

.grid figure p, .gridd figure p {
 letter-spacing: 1px;
 font-size: 68.5%;
 text-transform: uppercase;
}

.grid {
position: relative;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #00b0e9 0%,#2886C8 40%,#1A4F73 100%);
    background: linear-gradient(45deg, #00b0e9 0%,#2886C8 40%,#1A4F73 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 65px;
	background-color: rgba(58,52,42,0);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 15px;
    right: 30px;
    bottom: 45px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

.feat h3 {
    color: black;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

section.feat {
    padding-top: 10px;
    background: white;
}

section.feat.black {
    background: black;
    padding-bottom: 30px;
    padding-top: 10px;
}

.feat.black h3 {
    color: white;
}

.feat.black .col-sm-4 {
    overflow: hidden;
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(40, 134, 200, 0.75) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%,rgba(40, 134, 200, 0.75) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,0,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* FEATURED LISTINGS */

.widget.featured_listings {
    background: white;
}

#feature_listings h3 a {
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.featured_listings .item .address {
    background: #000;
}

.featured_listings .item>a {
    border: medium none;
}

.featured_listings .item img {
    width: 100%;
    height: 247px;
    object-fit: fill;
}

.featured_listings .listing-meta {
    background: #000;
    padding: 10px 5px;
    min-height: 95px;
}

/* MENU */

.top-navbar .nav-collapse {
    background-color: #343331;
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    background: #222;
}

#main_menu a {
    color: #fff;
    font-size: 12px;
    padding: 8px 11px 7px 11px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(18, 18, 18, 0.25);
}

.dropdown-menu {
    background-color: #000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #000;
    background-image: -webkit-linear-gradient(top,#000 0,#000 100%);
    background-image: -o-linear-gradient(top,#000 0,#000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
    background-repeat: repeat-x;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #000;
}

.property_detail .module-content .nav>li>a:hover, .property_detail .module-content .nav>li>a:focus {
    text-decoration: none;
    background-color: #000;
    color: white;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background-color: #000;
border-color: transparent;
}

/* CAROUSEL */

.carousel-inner .item {
    background: black;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
    opacity: 0;
}

#carousel-example-generic .text h2 {
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 15px #121212;
    transition: ease-out 0.5s;
}

.text h2 {
 font-size: 3em;
}

.text2 {
    position: absolute;
    bottom: 25%;
    left: 50%;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    padding: 0 30px;
}

.text2 a {
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: ease-out 0.5s;
    text-decoration: none;
}

.text2 a:hover {
    background: #2886C8;
    text-decoration: none;
}

.carousel-inner .text {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 10;
 text-align: center;
 transform: translateY(-50%) translateX(-50%);
 margin: 0 auto;
 background: rgba(255, 255, 255, 0.8);
 padding: 0 30px 15px;
}

#carousel-example-generic .text {
background: transparent !important;
}

#carousel-example-generic .text a {
text-decoration: none!important;
text-transform: capitalize !important;
color: #fff !important;
}

div#home-widgets {
    display: none;
}

#carousel-example-generic .item {
    height: 461px;
}

.btn-default, .btn-success {
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: ease-out 0.5s;
    text-decoration: none;
text-shadow: 0px 0px transparent;
border-radius: 0px;
border: medium none;
}

.btn-default:hover, .btn-success:hover {
    background: #2886C8;
    text-decoration: none;
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0);
    box-shadow: 0 0 transparent;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #2886C8;
    text-decoration: none;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0), 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0), 0 1px 1px rgba(0,0,0,0);
}

input.btn {
    background: #000;
    text-shadow: 0 0 transparent;
    color: #fff;
}

section.evaluate {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl610/content/image/50974.jpg) no-repeat;
    min-height: 361px;
    margin: auto;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

.evaluate h4 {
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 15px #121212;
    transition: ease-out 0.5s;
    padding-top: 10%;
    font-size: 32px;
}

.btn {
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: ease-out 0.5s;
    text-decoration: none;
border-radius: 0px;
border: medium none;
}

.btn:hover {
    background: #2886C8;
    text-decoration: none;
color: #fff;
}

.ref-box {
    border: 1px solid white;
    min-height: 255px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ref {
    text-align: center;
}

.ref a {
    background: #323232;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: ease-out 0.5s;
    text-decoration: none;
border-radius: 0px;
border: medium none;
font-size: 14px;
font-weight: bold;
}

.ref a:hover {
    background: #2886C8;
    text-decoration: none;
color: #fff;
}

.ref p {
    font-size: 1.3em;
}

.ref2 {
    padding-top: 10%;
}

p.card {
    color: #2886C8;
}

section.j-testimonial {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl610/content/image/50981.jpg) no-repeat;
    min-height: 400px;
    background-size: cover;
    background-attachment: fixed;
}

.j-testimonial .carousel-inner .item {
    background: transparent;
}

.testi h3 {
    font-size: 16px;
    font-weight: bold;
}

div#myTesti {
    padding-top: 5%;
    text-align: center;
}

.testi {
    margin: auto;
    width: 100%;
    max-width: 1170px;
    padding-left: 25px;
    padding-right: 25px;
}

.testi h2 {
    font-weight: bold;
    font-size: 14px;
}

.more-testi a{
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: ease-out 0.5s;
    border-radius: 0px;
    border: 1px solid #333;
    width: 100%;
    max-width: 218px;
    margin: auto;
}

.more-testi a:hover {
    background: #2886C8;
    border: 1px solid #2886C8;
}

.more-testi a {
     text-decoration: none;
    color: white;
}

.j-testimonial .carousel-control {
    position: absolute;
    top: 63%;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: .5;
    width: 0;
}

.j-testimonial .carousel-control:hover {
    opacity: 1;
}

#myTesti .left span, #myTesti .right span {
    background: black;
    padding: 10px;
}

#myTesti .carousel-control.left, #myTesti .carousel-control.right {
background-image: none;
}

#myTesti .carousel-control.right {
    right: 0;
    width: 41px;
}

p.realtor_logo, p.realtor_address {
    display: none;
}

p.realtor_heading_title, p.realtor_email, p.copyright {
    display: none;
}

footer {
    background: #000;
    color: #fff;
    font-size: 14px;
margin-top: 0px;
}

footer a, footer a:hover {
    color: #fff;
}

footer {
    background: #1c1c1c;
    color: #fff;
    font-size: 14px;
}

#hf_footer-bottom .boxer p.lead {
    font-size: 14px;
    color: white;
}

a#powered_by {
    display: none;
}

.boxer a#powered_by {
    display: block;
}

footer a:hover {
    color: #2886C8;
    text-decoration: none;
}

/*
.home .container.main-content {
    display: none;
}
*/

.home div#about-me {
    display: none;
}

.main-content a {
    text-shadow: 0 0 transparent;
    color: #007eb6;
}

/* BLOG */

.blog .sidebar .sidebar-title {
    background: #007eb6;
    margin: 0;
}

.blog_archived a, .blog_category a {
    color: white;
}

.blog_archived a:hover, .blog_category a:hover {
    color: #007eb6;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #000;
    border-color: #000;
    color: white;
}

.reciprocity_logo {
    width: 106px;
}

.nav-tabs a {
    color: black;
}

.has_afc .nav>li>a:hover, .has_afc .nav>li>a:focus {
    text-decoration: none;
    background-color: #007eb6;
    color: white;
}

.multiple-listing-view .nav-pills > li.active > a, .multiple-listing-view .nav-pills > li.active > a:hover, .multiple-listing-view .nav-pills > li.active > a:focus, .multiple-listing-view .nav-pills > li > a:hover, .multiple-listing-view .nav-pills > li > a:focus {
    background: #fff;
    color: #337ab7;
}

.properties.list .pagination a, .has_afc .pagination a {
    display: inline-block;
    float: none;
    color: #000;
}

.properties.list .listing-row h2 a, .property_detail h2, .property_detail h3 {
    color: #000;
    text-shadow: 0 0 transparent;
}

.lead-form h2 {
    display: none;
}

.lead-form .content_form label {
    font-weight: normal;
    font-size: 12px;
}

.lead-form .form-control {
    height: 24px;
    padding: 6px 12px;
    font-size: 12px;
}

.lead-form .submit-btn {
    padding: 0px;
}

.footer-form .content_form label {
    color: white;
}

/* MEDIA QUERY */

@media (min-width: 992px) {
.lead-form label {
    padding-top: 0px;
}
}

@media only screen and (max-width: 991px) {
.featured_listings .item img {
    height: auto;
}
}

@media only screen and (max-width: 767px) {
figure.effect-oscar figcaption::before {
bottom: 15px;
}
.navbar-header {
    top: 15px !important;
}
#carousel-example-generic .item {
    height: 400px;
}
.text h2 {
    font-size: 2.5em;
}
.text2 {
    bottom: 20%;
}
section.evaluate {
    background-attachment: scroll;
}
section.j-testimonial {
    background-attachment: scroll;
    padding-bottom: 30px;
}
.ref2 {
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: center;
}
.grid {
    position: relative;
    margin-bottom: 30px;
}
.navbar-toggle {
    border-color: white;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
}

@media (min-width: 768px) {
.nav-collapse {
    margin-top: 0px;
}
#feature_listings.container {
    max-width: 100% !important;
    width: 100% !important;
}
}

@media only screen and (max-width: 377px) {
.text2 a {
    font-size: 10px;
}
}

/***** 180503 glom - listing details fix *****/

.alisting-img.detail-right .wrapper-description .lead {
  color: #000 !important;
  z-index: 5;
}

/*large detailed listing photo 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;
    }
  }
  /*end of large detailed listing photo slider*/
/***** end of 180503 glom - listing details fix *****/

.top-navbar {
    background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #0c3356 63%, #104e94 83%, #082e5e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#0c3356 63%,#104e94 83%,#082e5e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#0c3356 63%,#104e94 83%,#082e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#082e5e',GradientType=1 ); /* IE6-9 */
    
}

.featured_listings .item img {
    width: 100%;
    height: auto !important;
    object-fit: fill;
}

.featured_listings .item>a {
    height: 262px;
    overflow: hidden;
}
.provided_by.lpb-top {
    display: none;
}

@media only and (min-width: 1600px) {
.featured_listings .item>a {
    height: 333px;
    overflow: hidden;
}
}

@media only and (min-width: 1920px) {
.featured_listings .item>a {
    height: 405px;
    overflow: hidden;
}
}

@media only and (min-width: 2520px) {
.featured_listings .item>a {
    height: 545px;
    overflow: hidden;
}
}

.col-md-6.dexter_logo img {
    width: 80px !important;
}

.col-md-8.col-sm-8.logo_site img {
width: 360px;
    margin-top: 13px;
    margin-bottom: -30px;
}

.col-md-4.col-sm-4.headshot img {
    width: 175px;
    margin-top: -28px;
}

.header-meta ul {
    display: block;
}
li.realtor_phone {
    display: none;
}
li.fax {
    display: none;
}

li.realtor_email {
    display: none;
}

.col-md-6.header_links ul {
    text-align: right;
}
.col-md-6.header_links ul a {
    color: white;
    font-weight: 100 !important;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.col-md-6.header_links {
    margin-top: -20px;
}

.dexter_footer img {
    width: 86px;
    margin-bottom: 20px;
}

h3, .h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
b, strong {
    font-weight: 600;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
h2 {
    font-weight: 600;
}
h1, .h1 {
    font-size: 30px;
    font-weight: 600;
}
#listing_group .multiple-listing-view h3.price {
    margin-top: 0;
    font-size: 1.7em;
}

.properties.list .listing-row h2 a, .property_detail h2, .property_detail h3 {
    color: #000;
    text-shadow: 0 0 transparent;
    font-size: 20px;
}

.featured_listings .item>a{
  position:relative;
}
.featured_listings .item>a .item-badge{
  display:block;
  padding:10px 15px;
  font-weight:500;
  font-size:16px;
}
/*jx-detail listings*/
.property_detail .uber-badge{
  display:block;
  font-size:16px;
  padding:15px 25px;
}
.item-badge2{
  color: #FFFFFF;
    background-color: #008000;
    position: absolute;
    display: block;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    top: 15px;
  left:15px;
}
.featured_listings .OPEN.HOUSE .item-badge {
right: 15px!important;
    left: initial!important;
}
/*jx - style adjustment*/
@media (max-width:768px){
.carousel-inner .text{
  padding:0;
}
  .cta3 .grid figure{
    max-width:100%;
    min-width:100%;
  }
  .grid figure figcaption, .grid figure figcaption > a{
    text-align:center;
  }
}
.home .main-content{
  display:none;
}
.more-testi{
 text-align: center;
}
