@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');



:root {
    --primary-color: #222222;
    --secondary-color: #016891;
    --accent-color: #DCAD09;
    --bg-color: #fff;
    --txt-color: #333;
    --bg-footer: #333;
    --white: #ffffff;
    --black: #000000;
    --gray: #747474;
    --alpha5: 0.5;
    --light1-bg-color: rgb(248, 248, 248);
    --gray-bg-color: #3a3b3f;
    --dark-text-color: #747474;
    --main-font: 'Montserrat', sans-serif;
    --alt-font: 'DM Serif Display', serif;
}

body {
    font-size: inherit !important;
}

.site-banner img {
    width: 100%;
    min-width: 100%;
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}


.-button-center.container.align-center {
    display: none;
}

p {
    font-weight: normal;
}

.header .-var1 .navbar .logo-wrap ._navbar-logo img {
    /*filter: grayscale(1) invert(1);*/
    width: 100%;
}

.container.header_text {
    background: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#main-navbar .nav li a {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
}

.header .-var1 .header-contact {
    display: none;
}

li#up_menu6 {
    background: #000000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: ‘DM Serif Display’, serif;
    font-weight: 500;
    line-height: 1.1;
    color: var(--secondary-color) !important;
}

.simp-spotlight .s-title, .-spotlight .s-title {
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: normal;
}

.-cta-widget h2.s-main {
    color: var(--accent-color);
}

.bfooter h2 {
    font-size: 37px;
    color: var(--white) !important;
}

h3.s-sub.osLight.editable
Specificity: (0,3,1)
 {
    font-family: 'Montserrat';
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 300;
    max-width: 400px;
    line-height: 22px;
    color: var(--txt-color) !important;
}

/*---------------assessbutton--------------*/

section.newbfrhdr {
    background: #000000;
    display: none;
}

section.newbfrhdr {
    background: #000000;
}


.assestn a.btn.btn-default {
    font-size: 20px;
}

@media screen and (min-width:992px) {
.assestn {
    position: absolute;
    z-index: 999999;
    right: 120px;;
}
}

/*---------------assessbuttonend--------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'DM Serif Display', serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.dropdown-menu {
    background-color: #282828;
}

.simp-cta-widget, .-cta-widget {
    padding-top: 0;
    padding-bottom: 5vh;
}

.simp-cta-widget .s-content .s-sub, .-cta-widget .s-content .s-sub {
    text-align: center;
    font-size: 13px;
    color: #000000;
    position: relative;
    bottom: auto;
    line-height: 16px;
    width: 100%;
    left: 0px;
    opacity: 1;
    margin-bottom: 10px;
    padding: 0 15px;
    letter-spacing: 0;
}

.simp-cta-widget .s-menu-item, .-cta-widget .s-menu-item {
    height: initial;
    overflow: hidden;
}

.simp-cta-widget .s-content, .-cta-widget .s-content {
    top: initial;
    position: relative;
}

.simp-cta-widget .s-menu-item:hover .s-main, .-cta-widget .s-menu-item:hover .s-main {
    color: #000000 !important;
}

#main-navbar .nav li a {
    font-family: montserrat;
    text-transform: uppercase;
}

/*-----------banner---------------*/

a#cta-one {
    background: #000000;
    border-radius: 0px;
    text-transform: uppercase;
}

.banner .-button-center h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
}

.banner .-button-center p {
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 22px;
}

#static-banner:after {
    background: rgb(232,107,44);
    background: -moz-linear-gradient(45deg, rgba(232,107,44,1) 0%, rgba(0,147,166,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(232,107,44,1) 0%,rgba(0,147,166,1) 100%);
    background: linear-gradient(45deg, rgba(232,107,44,1) 0%,rgba(0,147,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86b2c', endColorstr='#0093a6',GradientType=1 );
    opacity: 0;
}

section.banner {
    margin-bottom: 50px;
}

/*---home page-----------*/

.selling-section ul li {
    list-style: disc;
    font-size: 19px;
    margin-left: 20px;
}

.selling-section .img-wrap img {
    height: 500px;
    width: 100%;
}

.selling-section ul li p {
    margin-bottom: 2px;
    line-height: 18px;
    font-size: 16px;
}

.simp-cta-widget .s-menu-item:hover, .-cta-widget .s-menu-item:hover {
    background-color: #fbfbfb;
    transform: scale(1);
}

h3.s-sub.osLight.editable {
    font-family: 'Montserrat';
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 300;
    max-width: 400px;
    line-height: 22px;
}

.bookbtn {
    margin-bottom: 20px;
}

.bookbtn a.btn.btn-default {
    font-size: 20px;
    padding: 15px 50px;
}

.wordwrapbox.one {
    padding: 50px;
}


.wordwrapbox.two {
    padding: 50px;
}

.buying-section img.img-responsive {
    object-fit: contain;
    height: 500px;
    width: 100%;
    object-position: top;
    background: #e0dbd5;
}

.buying-section .detail-wrap .-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 31px;
    text-transform: none;
}

.buying-section .detail-wrap .-description {
    line-height: 2.5rem;
    margin-bottom: 10px;
    font-size: 17px;
}

.simp-cta-widget .s-menu-item:hover .s-sub, .-cta-widget .s-menu-item:hover .s-sub {
    color: #000000;
}

.-cta-widget h2.s-main {
    color: #000000;
}

.ctabg img {
    width: 100%;
    max-width: 150px;
}

.ctabg {
    background: #f5f6f7;
    border: 1px solid #e3e3e3;
    padding: 30px 0 50px;
 min-height: 350px;
  max-height: 350px;
}

.simp-spotlight, .-spotlight {
    background-color: #ffffff;
    padding: 0 0;
    text-align: center;
    color: #000000;
}

.simp-spotlight .s-title, .-spotlight .s-title {
    color: #000000;
    font-size: 28px;
    font-weight: normal;
}

.simp-spotlight .s-text, .-spotlight .s-text {
    color: #000000;
    font-size: 23px;
    font-style: normal;
    line-height: normal;
    padding: 0 0;
    font-weight: 300;
}

.buying-section .img-wrap img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.col-md-6.img-wrap {
    padding: 0px;
}

.selling-section .detail-wrap {
    padding: 0 3.33%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.buying-section .detail-wrap {
    padding: 0px 3.33%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#widgetitem-55, #widgetitem-61 {
    background: #ebebeb url(http://store24-ubertor-com.s3.amazonaws.com/michalgook.my-ubertor.com/content/image/white-wall_24.png);
}

.selling-section {
    margin-top: 0px;
}

.-about-us.simp-about-us img.img-responsive {
    width: 100%;
    max-width: 200px;
}

a.btn.btn-default {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    text-shadow: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

footer.footer {
    background: #ffffff url(https://store24-ubertor-com.s3.amazonaws.com/michalgook.my-ubertor.com/content/image/topography_76.png);
}

/*footer.footer {
    background: #000000 url(http://store24-ubertor-com.s3.amazonaws.com/michalgook.my-ubertor.com/content/image/cartographer_21.png);
}*/

section.newfooter a {
    color: #000000;
}

.ftrlogos {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.ftr .ftrlogos img.img-responsive {
    /* filter: grayscale(1) invert(1); */
    margin: 30px auto;
    max-width: 250px;
}

section.newfooter {
    text-align: center;
    padding: 50px 0;
    color: #ffffff;
}

.ftr ul > li {
    list-style: none;
    display: inline-block;
    line-height: 25px;
padding: 15px;
}

ul.ftrcntact {
    font-weight: 700;
}

ul.ftrnav {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

ul.ftrnav li a {
    font-size: 16px;
}

ul.ftrcntact li a {
    font-weight: bold;
    font-size: 16px;
}

li.ftrnav3 {
    background: #000000;
}

footer p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

footer.footer ul.-social-links i.fa {
    font-size: 20px;
}

footer .-var1 {
    display: none;
}

.ftr h2, .ftr h3 {
    color: #000000 !important;
    margin-bottom: 5px;
}

.ftr h2 {
    font-size: 2em;
}

.ftr h3 {
    font-size: 1.5em;
}

/*--gil--form asses css- */
.form-section .field-additional-features .checkbox{
  display:inline-block;
  padding-right:20px;
}
.form-section .field-additional-features label{
  display:block;
  margin-bottom:0;
}
.form-section .field-phone-number .input-group,
.form-section .field-number-of-bathrooms .input-group,
.form-section .field-approximate-square-footage .input-group,
.form-section .field-number-of-bedrooms .input-group,
.form-section  .field-region .input-group{
  width:100%;
}
.assess_my_property .text-wrap h2{
  font-weight:500;
  letter-spacing:5px;
} 
.assess_my_property .text-wrap p {
  color:#000;
}
.assess_my_property #widgetitem-59{
  margin-top:50px;
}
.assess_my_property .form-wrap h2{
  display:none;
}
.assess_my_property .form-group sup{
  font-size:100%;
}
.form-section label{
margin-bottom:10px;
}
.form-control{
  border-radius:4px!important;
}
input[type=checkbox]{
  margin: 2px 0 0;
}

.assess_my_property .text-wrap a{
  padding: 10px 30px;
    letter-spacing: 2px;
}

.form-section .submit-btn input{
  width:100%;
   padding: 10px 30px;
    letter-spacing: 2px;
}

.bfooter {
    background: url(http://store24-ubertor-com.s3.amazonaws.com/michalgook.my-ubertor.com/content/image/treebg_30.jpg);
    padding: 100px 0;
    color: #ffffff;
}

.bfooter h2 {
    font-size: 37px;
}

.bfooter a.btn.btn-default.-learn-more {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    background: #e6e6e6;
    border-radius: 5px;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    border: 1px solid #838383;
    color: #505050;
    padding: 5px 35px;
}

@media (min-width:768px){
.form-section .field-email,
.form-section .field-number-of-bathrooms,
.form-section .field-approximate-square-footage{
        width: 50%;
    float: left;
    padding-right: 15px;
  }
 .form-section .field-phone-number,
 .form-section .field-number-of-bedrooms,
 .form-section .field-region{
        width: 50%;
    float: left;
    padding-left: 15px;
  }

.bfooter {
background-attachment: fixed
}
}

@medis screen and (max-width: 768px) {
.header .-var1 .navbar .logo-wrap ._navbar-logo img {
    max-width: 260px;
}
}


.uber-footer ul li {
    font-size: 11px;
}

.uber-footer ul a {
    font-size: 11px;
}

.ftr li:hover ul {display:block;}

li.ftrnav2 span.sbnav a:hover ul.subtabdrop {
    display: block !important;
    z-index: 999999;
}

ul.subtabdrop {
    position: absolute;
    padding: 10px;
    background: #222222;
    text-align: left;
    display: none;
}

ul.subtabdrop li {
    display: block;
}

a:hover, a:focus {
    text-decoration: none;
}


ul.subtabdrop li {
    display: block;
    padding: 5px;
}

ol.breadcrumb.lbcrumb {
    max-width: 1170px;
    margin: 0 auto 50px;
}

section.newfooter ul.-social-links {
    display: none;
}

li.ftrnav3 a {
    color: #ffffff;
}

#list p.al a {
    font-size: 20px;
}

ul.subtabdrop a {
    color: #ffffff;
}

.lead-form {
    float: none;
    width: 100%;
    margin: 30px auto;
    max-width: 1170px;
}

.contact_us h3 {
    color: #000000 !important;
    margin-top: 20px;
}
.contact_us  [data-type=container-content] [data-type=component-title] {
    margin: 0 0 0 0;
text-align: center;
}
.contact_us  .col-sm-6 [data-type=container-content] [data-type=component-paragraph] {
    margin: 0 0 0 0;
text-align: center;
}

.contact_us [data-type=container-content] [data-type=component-paragraph] ul li a {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}

.contact_us [data-type=container-content] [data-type=component-paragraph] ul li {
    display: inline-block;
    color: #000000;
    padding-right: 10px;
    text-align: center;
}

.contact_us [data-type=container-content] [data-type=component-paragraph] ul {
    text-align: center;
}

.footer-brokerage-logo {
	display: block;
	margin: auto;
	max-width: 280px;
}

.ftrtext p {
    font-size: 12px;
    line-height: normal;
}

.ftrtext {
    max-width: 900px;
    margin: 0 auto;
}


/*--------------------------inner page listings-----------------------*/

#grid .al a:hover {
    text-decoration: none;
    background: #006991;
}


.listing_group-wrapper .multiple-listing-view #grid .price {
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    background: #ededed;
    color: #006991;
    padding: 15px;
}



#grid p.description {
    padding: 0 0 10px;
    text-align: center;
    color: #4b4b4b;
    background: #eeeeee;
    font-size: 12px;
}


#grid .al a {
    font-size: 15px;
    background: #6a6a6a;
    color: var(--white);
}

#grid .preview-thumb img {
    min-height: 263px;
    border: 1px solid #cccccc;
}

    .lead {
        font-size: 16px;
        font-weight: normal;
    }



img.reciprocity_r_logo {
    width: 100%;
    max-width: 40px;
    margin-right: 10px;
}

img.reciprocity_logo {
    max-width: 100px;
    width: 100%;
}

.wrapper-disclaimer p {
    font-size: 14px;
    line-height: normal;
}

.alisting-detail .row .pd-label, .alisting-detail .row .pd-value {
    font-size: 1.6em;
    line-height: 2.5rem;
    margin-bottom: 15px;
}