/* MEDIA QUERY */
@media only screen and (min-width: 992px) {
section.sec1 .container, section.sec3 .content, section.sec4 .container {
    max-width: 1170px !important;
    margin: 0 auto;
}
.home .search_board_listings .col-md-6.lstngs-sel {
    padding-right: 0;
    max-width: 41.7% !important;
}
}

@media only screen and (max-width: 991px) {
section.sec-banner .content {
    left: 20% !important;
}
section.sec1 .container, section.sec3 .content, section.sec4 .container {
    max-width: 750px !important;
    margin: 0 auto;
}
section.sec3 {
    padding-bottom: 28vh !important;
}
section.sec3 .content {
    display: inherit !important;
}
.search_board_listings .col-md-6.lstngs-sel {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 10px !important;
}
section.sec4 h2 {
    width: 70% !important;
}

section.sec-footer .row:nth-child(1) {
    display: inherit !important;
}
section.sec-footer .col-md-8 img {
    max-width: 100% !important;
}
section.sec-footer img {
    width: 60% !important;
    float: initial !important;
    margin-top: 30px !important;
}
section.sec-footer .col-md-8 p {
    float: inherit !important;
}
section.sec-footer .row:nth-child(2) .col-md-4:nth-child(3) {
    height: 100px !important;
    margin-bottom: 50px !important;
}
section.sec-footer .row:nth-child(2) .col-md-4:nth-child(3) img {
    margin-top: 0 !important;
}
}
@media only screen and (max-width: 767px) {
.ad-home-banner {
    height: 500px !important;
}
section.sec-banner .content {
    bottom: 45% !important;
    left: 0% !important;
}
.ad-banner-logo {
    max-width: 80% !important;
    width: 80% !important;
    margin-left: 10% !important ;
}
section.ad-socials {
    top: 20% !important;
}


section.sec2 .content {
    margin: 30px !important;
    padding: 30px !important;
}

section.sec3 {
    padding-bottom: 30vh !important;
}

section.sec4 {
    padding-top: 0 !important;
}
}

@media only screen and (max-width: 375px) {
.ad-banner-logo {
    max-width: 75% !important;
    margin-bottom: 30px !important;
}
section.sec-banner .content {
    bottom: 55% !important;
    left: 0% !important;
}
section.sec4 h2 {
    width: 50% !important;
    font-size: 20px !important ;
}
section.sec5 .background {
    padding: 60px !important ;
}
section.sec5 p {
    padding: 38px 15px !important;
    width: 100% !important;
}
section.sec4 {
    margin-top: -10vh !important;
}
.footer-wrap {
    padding-top: 10vh !important;
}
section.sec-footer img {
    width: 1000% !important;
}

}

/* GENERAL*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;400;700&family=Prata&display=swap');


.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Prata', serif;
}

body:not(.home) h1 {
    color: #719fa9;
    font-size: 31px;
    text-align: left;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

a {
    color: #719fa9;
    text-decoration: none;
}

span.blue {
    color: #719FAA;
}

.cta-btn1 {
    width: 200px;
    border: 1px solid #2B2B2B;
    background: transparent;
    padding: 12px 0;
    text-align: center;
    color: #2B2B2B;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.4s ease all;
}

.cta-btn2 {
    width: 200px;
    border: 1px solid #E0C389;
    background: #E0C389;
    padding: 12px 0;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.4s ease all;
}

.cta-btn3 {
    width: 200px;
    border: 1px solid #719fa9;
    background: transparent;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.4s ease all;
    margin-top: 30px !important;
    margin: 0 auto;
    position: relative;
}

.cta-btn3:before {
    content: "";
    display: block;
    position: absolute;
    width: 188px;
    background-color: transparent;
    height: 62px;
    border: 1px solid #FFFFFF;
    left: 5px;
    top: -9px;
}

.cta-btn4 {
    width: 200px;
    border: 1px solid #2B2B2B;
    background: transparent;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #719FAA;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.4s ease all;
    margin-top: 30px !important;
    margin: 0 auto;
    position: relative;
}

.cta-btn4:before {
    content: "";
    display: block;
    position: absolute;
    width: 188px;
    background-color: transparent;
    height: 62px;
    border: 1px solid #719FAA;
    left: 5px;
    top: -9px;
}


 .button {
	 --offset: 10px;
	 --border-size: 2px;
	 display: block;
	 position: relative;
	 padding: 1.5em 3em;
	 appearance: none;
	 border: 0;
	 background: transparent;
	 color: #e55743;
	 text-transform: uppercase;
	 letter-spacing: 0.25em;
	 outline: none;
	 cursor: pointer;
	 font-weight: bold;
	 border-radius: 0;
	 box-shadow: inset 0 0 0 var(--border-size) currentcolor;
	 transition: background 0.8s ease;
}
 .button:hover {
	 background: rgba(100, 0, 0, .03);
}
 .button__horizontal, .button__vertical {
	 position: absolute;
	 top: var(--horizontal-offset, 0);
	 right: var(--vertical-offset, 0);
	 bottom: var(--horizontal-offset, 0);
	 left: var(--vertical-offset, 0);
	 transition: transform 0.8s ease;
	 will-change: transform;
}
 .button__horizontal::before, .button__vertical::before {
	 content: '';
	 position: absolute;
	 border: inherit;
}
 .button__horizontal {
	 --vertical-offset: calc(var(--offset) * -1);
	 border-top: var(--border-size) solid currentcolor;
	 border-bottom: var(--border-size) solid currentcolor;
}
 .button__horizontal::before {
	 top: calc(var(--vertical-offset) - var(--border-size));
	 bottom: calc(var(--vertical-offset) - var(--border-size));
	 left: calc(var(--vertical-offset) * -1);
	 right: calc(var(--vertical-offset) * -1);
}
 .button:hover .button__horizontal {
	 transform: scaleX(0);
}
 .button__vertical {
	 --horizontal-offset: calc(var(--offset) * -1);
	 border-left: var(--border-size) solid currentcolor;
	 border-right: var(--border-size) solid currentcolor;
}
 .button__vertical::before {
	 top: calc(var(--horizontal-offset) * -1);
	 bottom: calc(var(--horizontal-offset) * -1);
	 left: calc(var(--horizontal-offset) - var(--border-size));
	 right: calc(var(--horizontal-offset) - var(--border-size));
}
 .button:hover .button__vertical {
	 transform: scaleY(0);
}
 

/* HEADER */
.navbar-default {
    background-color: transparent;
    border-bottom: 1px solid #fff !important;
    background: rgba(43, 43, 43,0.3);
}

.navbar-default .navbar-nav .dropdown-menu li a {
    padding: 8px 25px;
}

.navbar-nav ul .sub-arrow {
    margin-right: 6px;
}

a#broker_logo {
    display: none;
}

.navbar-header.logo-wrap h2 {
    display: none;
}
/*.home .banner-home1 {
    display: none;
}*/

.navbar-default .navbar-nav li a {
    padding: 25px 6px;
}

#main_menu a {
    position: static;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
}

li.sel {
    background: transparent;
    padding: 0;
}

.arrow {
    width: 50px;
    height: 0px;
    border-top: 5px solid #719FAA;
    border-right: none;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 78px;
    left: 15%;
    margin-left: -7px;
    margin-top: -10px;
}

/* BANNER */
.ad-home-banner {
    position: relative;
}

section.sec-banner .content {
    position: absolute;
    z-index: 1000 !important;
    bottom: 30%;
    left: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.ad-banner-logo {
    max-width: 600px;
    width: 100%;
    margin-bottom: 60px;
}

section.ad-socials {
    position: fixed;
    top: 32%;
    z-index: 4;
    left:0;
}

section.ad-socials li {
    list-style: none;
    padding: 8px;
}

section.ad-socials img {
    width: 35px;
}

/* SEC1 - WELCOME */
.home .header_widgets .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}



section.sec1 {
    text-align: center;
    padding: 5vh 0;
}

.w-banner .color-layer {
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.socialmeet {
    display: none;
}

.container-wrap h1, .container-wrap p, footer p {
    color: #2B2B2B;
    text-shadow: none;
    font-weight: 400;
}

section.sec1 p {
    font-size: 20px;
    letter-spacing: 1px;
    color: inherit;
}

section.sec1 li {
    display: inline-block;
    margin: 30px 10px;
}


/* SEC2 - CTA */

.home .header_widgets {
    background: #FFFFFF;
    padding: 10px 0;
}

section.sec2 .background.one {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91191.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;

}

section.sec2 .background.two {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91192.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;
}

section.sec2 .content {
    background: rgba(255,255,255,0.8);
    margin: 60px;
    padding: 60px;
    text-align: center;
}

div.sidebar h2 {
    text-align: inherit;
}

.home .header_widgets p {
    color: inherit;
}

section.sec2 .cta-btn4 {
    margin-top: 40px !important;
    margin-bottom: 20px;
}

/* SEC3 - PROPERTY SEARCH */
.home div#page_header_outer2 .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}

section.sec3 {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91193.jpg);
    background-size: cover;
    padding-top: 15vh;
    padding-bottom: 10vh;
    color: #FFFFFF;
}

section.sec3 .content {
    display: flex;
    align-items: center;
}



.search_board_listings .form-control {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    height: 40px;
}

.search_board_listings .col-md-2.lstngs-sel {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 12px;
}

.search_board_listings .form-control::placeholder {
    color: #FFFFFF;
}

.search_board_listings .btn {
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 0;
    color: #FFFFFF;
    height: 40px;
    font-size: 12px;
}

.search_board_listings input.btn.ilist-btn.submit-btn {
    background: #e0c388 !important;
    border: 1px solid #e0c388 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    height: 96px;
    margin-top: -55px;
}

.bootstrap-select.btn-group .dropdown-menu li>a:hover {
    background: #e0c387;
}

/*  SEC4 - TESTIMONIALS */

section.sec4 {
    padding: 20vh 0;
    text-align: center;
}

section.sec4 h2 {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    line-height: 1.4;
    text-align: justify;
}

section.sec4 p {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

#myCarousel .carousel-control {
    display: initial !important;
    color: #FFFFFF !important;
    opacity: 1;
    text-shadow: none;
    background: #e0c388 !important;
    height: 60px;
    width: 60px;
    padding-top: 15px;
    font-size: 20px;
}

section.sec4 .cta-btn4 {
    margin-bottom: 30px;
}

/* SEC5 - AFC */
section.sec5 .background.one {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91196.jpg) no-repeat center;
    background-size: cover;
}

section.sec5 .background.two {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91197.jpg) no-repeat center;
    background-size: cover;
}

section.sec5 .background.three {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91198.jpg) no-repeat center;
    background-size: cover;
}

section.sec5 .background.four {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91199.jpg) no-repeat center;
    background-size: cover;
}


section.sec5 .background {
    padding: 120px;
}

section.sec5 p {
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding: 40px 100px;
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100px;
    letter-spacing: 2px;
    color: #2B2B2B;
    font-weight: 400;
}


section.sec5 .row {
    padding: 15px 0px;
}


/* FOOTER */
.footer-wrap {
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91230.jpg) no-repeat;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 10vh;
    color: #FFFFFF;
}

section.sec-footer .row:nth-child(1) {
    display: flex;
    align-items: center;
}

section.sec-footer .col-md-8 p {
    float: right;
    font-size: 16px;
    padding-top: 8px;
    letter-spacing: 2.3px;
    font-weight: 700;
}

section.sec-footer .col-md-8 img {
    max-width: 90%;
    float: right;
}

section.sec-footer .row:nth-child(2) .col-md-4:nth-child(1) a {
    font-size: 20px;
    padding-left: 15px;
    color: #FFFFFF;
    font-family: 'Prata';
    font-weight: 700;
    line-height: 2;
}

span.bold {
    font-weight: 700;
}

section.sec-footer .row:nth-child(2) .col-md-4:nth-child(3) {
    position: relative;
    height: 200px;
}

section.sec-footer h3 {
    color: #004242 !important;
    padding: 0 !important;
}

section.sec-footer .col-md-12  a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    flex-direction: row;
} 

section.sec-footer .col-md-12 img {
    max-width: 50px;
    margin-left: 10px;
}

section.sec-footer .col-md-12  p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-contact {
    display: none;
}

section.sec-footer .row:nth-child(3) li a {
    color: #ffffff;
    padding: 0;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
}
section.sec-footer .row:nth-child(3) ul {
    padding: 0;
}
section.sec-footer .row:nth-child(3) li {
    list-style: none;
}

footer .navbar-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 400;
}

footer div#disclaimers {
    display: none;
}

.container-wrap h1, .container-wrap p, footer p {
    color: #fff;
    text-shadow: none;
    font-weight: 400;
}

/* INNER PAGES */
.navbar-nav>li ul li:hover>a {
    background: rgba(149,149,149,.4) !important;
    color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(149,149,149,.4) !important;
    outline: 0;
}
.alisting-img .al {
    background: #E0C389;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    text-align: left;
}

#listing_group .alisting-img .info, #listing_group .alisting-img .listing_provided_by, #listing_group .alisting-img .provided_by, #listing_group .alisting-img .time-modified, #listing_group .alisting-img h3 {
    background: #f7f7f7;
    padding: 0 6px;
    margin: 0 auto;
    color: #2b2b2b;
    text-align: left;
}

.cms_content p {
    color: #2b2b2b;
}

#listing_group a {
    color: #2b2b2b;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff !important;
}

.pagination>.active>a, .pagination>.active>a:hover {
    background-color: #E0C389;
    border: 1px solid #E0C389;
}

.dropdown-toggle.btn-default, .selectpicker, .selectpicker-sort {
    background: #E0C389;
    border: 0;
    color: #fff;
    width: 100%;
}

.dropdown-menu li a:hover, .dropdown-toggle.btn-default:hover, .selectpicker-sort:hover, .selectpicker:hover {
    background: #719FAA;
    color: #fff;
}

.ilist-btn, input[type=submit] {
    padding: 5px;
    border: none;
    border-radius: 3px;
    background: #e0c388;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.l-widget .search_board_listings, .r-widget .search_board_listings {
    padding: 20px 0;
    background: url(https://s3.amazonaws.com/storage-ubertor-com/alyssadotson.ourubertor.com/content/image/91193.jpg);
    background-size: cover;
    padding: 50px 30px;
    padding-bottom: 200px;
}

.l-widget .search_board_listings h2 {
    color: #fff;
    font-size: 20px;
    padding: 30px 0;
    text-align: center;
}

.l-widget .search_board_listings .submit-btn {
    margin-top: 0 !important;
    height: 50px !important;
}

#listing_group .alisting-img h3 {
    background: #f7f7f7;
    padding: 0 6px;
    margin: 0 auto;
    color: #2b2b2b;
    text-align: left;
    padding-top: 15px;
    font-size: 20px;
}

p.listing_provided_by img {
    max-width: 35%;
    margin-top: 10px;
}

.pager li.nxt a, .pager li.prev a {
    background: #719fa9;
}

ul.al-lnav {
    font-size: 12px;
    background: #719fa9;
    padding: 10px;
    color: #fff;
}

ul.al-tab.al-lnav li a {
    color: #fff;
}

.body-content-wrap h2.ex-h {
    color: #333333;
    padding: 10px 0;
    font-size: 25px;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #719fa9;
}

.P-btn {
    background-color: #E0C389;
    border-radius: 0 !important;
    color: #fff;
}

.P-btn:hover, .btn-group.open .dropdown-toggle, .btn-sub:hover, .c3 a i.fa-facebook:hover, .c3 a i.fa-google-plus:hover, .c3 a i.fa-linkedin:hover, .c3 a i.fa-rss:hover, .c3 a i.fa-twitter:hover, .c3 a i.fa-youtube-play:hover, .ilist-btn a:hover, .ilist-btn:hover, .pager li.nxt a:hover, .pager li.prev a:hover, .s-select {
    background: #719fa9;
    color: #fff;
}

.blog-wrap a:hover, .blog-wrap p a:hover {
    color: #fff;
    text-decoration: none;
}

.breadcrumb>li+li:before {
    content: "> ";
    color: #719fa9;
    font-weight: 700;
}

#links a:hover {
    color: #719fa9;
    text-decoration: none;
}

.navbar-nav>li ul li.sel a, .navbar-nav>li ul li:hover>a {
    background: rgba(113,159,169,1) !important;
    color: #fff !important;
    opacity: 1;
    border-bottom: transparent !important;
}

/* Adjustments on AFC listing thumbs by John*/
.has_afc #listing_group a img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.has_afc img.board_logo {
    max-width: 75px;
}
.has_afc listing_group .alisting-img .al a {
    font-size: 14px;
}
.has_afc .alisting-img ul.info {
  font-size: 14px;
}

body.contact .col-md-12.m-content h2.ex-h {
    display: none;
}

.dotson_development section.sec-banner {
    display: none;
}
div#dotdev-logo {
    margin-top: 0;
}

/*jx-search widget*/
.-pricebtnwrap{
  text-align:center;
  margin-top:20px;
}
.-pricebtn{
  color:#fff;
  padding:10px;
  border:1px solid #fff;
}

/*jx -remove menu after effect on hover*/
.nav .open>a, .nac .open>a:hover, .nav .open>a:focus{
  background-color:transparent!important;
border-color:transparent!important;
}
#listing_group .alisting-img .uber-badge{
  display:block;
  padding:6px 15px;
}

/*jx pop-upform*/
.home .vip-estate .lead-form {
    max-width: 350px;
    background: #719FAA;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9999999999;
}
.vip-estate .field-name label,
.vip-estate .field-last-name label,
.vip-estate .field-mobile label,
.vip-estate .field-email label{
  display:none;
}
.input-name .field-name{
  padding-right:15px
}
.phone-email .field-mobile{
  padding-right:15px;
}
.input-name,
.phone-email{
  display:flex;
}
.field-i-am-a{
  display: inline-block;
    padding-right: 30px;
}
.field-realtor-status{
   display: inline-block;
}
  .vip-estate .cbtn{
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -10px;
    display: none;
    color:#fff;
  }
.vip-estate .lead-form:hover .cbtn{
  display:block;
}
.vip-estate h2{
    font-size: 24px;
    text-align: center;
    background: #e0c388;
    padding: 15px;
    color: #fff;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
}
.vip-estate .lead-form .submit-btn{
  padding-left:0;
}
.vip-estate .lead-form input.submit{
      letter-spacing: 2px;
      font-family: 'Barlow', sans-serif;
}
.vip-estate .lead-form label{
  color:#fff;
}
.vip-estate #form_protection .col-md-12{
  padding-left:10px;
}

#listing_group .alisting-img .uber-badge{
  display:block;
  padding:6px 15px;
}

/*jx-mls logo hide*/
.has_afc img.board_logo{
  visibility:hidden;
}

.hide-it, .show-it {
    font-size: 1px !important;
    color: transparent !important;
}