@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap');

body {
    font-family: 'PT Serif', serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
    color: #242523;
}

.navbar-logo img {
    max-width: 250px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 26px;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #8092b3;
}

a:hover {
    color: #6d0000;
}

#home-widgets {
    padding-top: 0px;
    background: #fff;
    padding-bottom: 0px;
}

.icon-social .fa:hover {
    color: #6d0000;
}

/* SERVICE CTA */

.svc-desc {
    position: relative;
    margin-bottom: 40px;
}

.svc-desc span::before {
    width: 2px;
    height: 55px;
    display: block !important;
    background: #cdc0b8;
    content: " ";
    text-align: left;
    margin-left: 33px;
    margin-top: -30px;
}

.svc-1 {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/76145.jpg) no-repeat top center;
    height: 465px;
    background-size: cover;
    position: relative;
    transition: 0.3s ease-in;
}

.svc-2 {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/76148.jpg) no-repeat top center;
    height: 465px;
    background-size: cover;
    position: relative;
    transition: 0.3s ease-in;
}

.svc-3 {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/76147.jpg) no-repeat top center;
    height: 465px;
    background-size: cover;
    position: relative;
    transition: 0.3s ease-in;
}

.svc-4 {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/76146.jpg) no-repeat top center;
    height: 465px;
    background-size: cover;
    position: relative;
    transition: 0.3s ease-in;
}

.svc-1:hover, .svc-2:hover, .svc-3:hover, .svc-4:hover {
    opacity: 0.8;
}

.svc-txt {
    position: absolute;
    bottom: 40px;
    font-size: 32px;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    color: white;
    font-weight: 300;
    line-height: 35px;
    margin-left: 30px;
}

.svc-txt span {
    font-weight: 600;
}

.read-more-state {
display: none;
}

.read-more-target {
opacity: 0;
max-height: 0;
font-size: 0;
transition: .25s ease-in-out;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
opacity: 1;
font-size: inherit;
max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
content: 'Read More';
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.read-more-state:checked ~ .read-more-trigger:before {
content: 'Close';
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: black;
    padding: 22px;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/78309.png) no-repeat center bottom;
}

/* FEATURE BOXES */

.buyer-text {
    background: #0a2538;
    color: white;
    text-align: center;
}

.scd {
    padding: 0 5%;
    display: table;
    min-height: 553px;
    overflow: hidden;
}

.v-align {
    display: table-cell;
    vertical-align: middle;
}

.buyer-photo, .seller-photo {
    padding: 0px;
}

img.buyer-img, img.seller-img {
    width: 100%;
    min-height: 473px;
    object-fit: cover;
}

.seller-text {
    background: #797979;
    color: white;
    text-align: center;
}

.feature-boxes h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

.feature-boxes h1::after {
    width: 55px;
    height: 2px;
    display: block !important;
    background: #797979;
    content: " ";
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.buyer-text p {
    color: #d3dbe8;
}

.get-started-cta {
    border: 2px solid white;
    max-width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    transition: 0.3s ease-in-out;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-started-cta:hover {
    background: white;
    transition: 0.3s ease-in-out;
color: #0a2538;
}

/* TEAM BIO */

.team-bio h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
}

.team-txt {
    padding: 40px 0 50px 0;
    text-align: center;
}

.new-links p {
    color: #2b2b2b;
}

/* AFC BOXES */

.gridd .col-md-4.col-sm-6 {
  margin: 0px;
  padding: 3px;
}

.gridd {
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.gridd figure {
  overflow: hidden;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.gridd figure img {
  display: block;
  max-width: 100%;
  opacity: 0.8;
  width: 100%;
}

.gridd figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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%;
}

.gridd figure figcaption p {
    color: #fff!important;
    border: 2px solid #fff!important;
    background: transparent;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gridd figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.gridd figure h2 {
    text-transform: uppercase;
    padding-top: 18%;
    padding-bottom: 20px;
    text-align: center;
    line-height: 28px;
    font-size: 21px !important;
    font-weight: 500;
    letter-spacing: 1px;
}

.gridd figure h2 span {
  font-weight: 800;
}

.gridd figure h2,
.gridd figure p {
  margin: 0;
}

.gridd figure p {
    font-size: 15px;
    width: 174px;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gridd figure figcaption a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.gridd figure figcaption, .gridd figure figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  /*background: -webkit-linear-gradient(180deg, #a5a5a5 0%, #6f6f6f 40%, #494949 100%);*/
  /*background: linear-gradient(180deg, #a5a5a5 0%, #6f6f6f 40%, #494949 100%);*/
  background: #000;
}

figure.effect-oscar img {
  opacity: 0.6;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  padding: 35px;
  background-color: rgba(58,52,42,0.2);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
border: 3px solid white;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: medium none;
  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);
  text-align: center;
}

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: 1;
  background: #000;
}

.effect-oscar figcaption > div > a{
color: #fff; 
text-decoration: none;
visibility: visible;
}

.effect-oscar:hover figcaption > div > a {
    display: block !important;
}

.pdesk {
  background: transparent;
  padding: 15px 10px;
  border: 2px solid #fff;
  color: white;
  width: 188px;
  margin-left: auto !important;
  margin-right: auto !important;
}

p.pdesk.editable {
    color: white;
}

.gridd>.col-md-4:first-child > figure {
    background: #282424;
}

h1.form-hdg {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h1.form-hdg::after {
width: 55px;
    height: 2px;
    display: block !important;
    background: #797979;
    content: " ";
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.contact-form p {
    color: #d3dbe8;
}

.col-md-6.form-txt {
    background: url(https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/136595.png) no-repeat right center #0a2538;
    color: white;
    text-align: center;
    background-size: contain;
}

.cxt {
    padding: 0 5%;
    display: table;
    min-height: 815px;
    overflow: hidden;
}
.col-md-6.c-form {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/76150.jpg) center center no-repeat;
    height: initial;
    background-size: cover;
}

/* FOOTER */

.m-address {
    float: left;
    margin-right: 20px;
    text-align: left !important;
}

img.mrt-logo {
    margin-bottom: 35px;
    width: 100%;
    max-width: 341px;
    float: left;
}


span.m-phone {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/76155.png) no-repeat left center;
    padding-left: 30px;
    float: left;
    margin-right: 20px;
}

a.m-email {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/maryroyteam.myubertor.com/content/image/76154.png) no-repeat left center;
    padding-left: 30px;
    float: left;
    margin-right: 20px;
}

.m-footer-links {
    margin-top: 30px;
}

.brokerage-logo {
    text-align: right;
}

.m-social {
    text-align: right;
    margin-top: 31px;
}

.m-social img {
    margin: 0px 7px;
}

.m-footer a {
    color: #000;
}

.m-footer-links a {
    display: block;
}

a#footer_sitemap, a#footer_privacy_policy {
    color: #000;
}

.m-footer a:hover {
    color: #6d0000;
}

footer {
    display: none;
}

.sitemapriv {
    float: left;
}

.uber-logo {
    float: right;
}

section.feature-boxes {
    margin-bottom: 3px;
}

section.cta-boxes {
    margin-left: 3px;
    margin-right: 3px;
}

/* BUYING - FIT TO BUY */

.m-video {
 width: 100%;
 max-width: 560px;
 margin: 0 auto;
 margin-top: 35px;
}
.m-info li {
 list-style: square !important;
}

/* BUYING - BUYER TIPS */

.m-btn {
    border: 2px solid #0a2538;
    max-width: 160px;
    padding: 10px 0;
    transition: 0.3s ease-in-out;
    color: #0a2538;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.m-btn:hover {
    background: #0a2538;
}

.m-btn a {
    color: #0a2538;
    padding: 14px 0;
}

.m-btn a:hover {
    color: #fff;
    padding: 14px 0;
}

hr.style-two {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px dotted #ccc;
}

/* INNER PAGE BANNERS */

.inner-banner {
 width: 100%;
 margin-top: 115px;
}

.inner-banner h1 {
font-size: 32px;
text-align: center;
color: white;
}

.mid-align {
padding: 0 5%;
 display: table;
 overflow: hidden;
height: 396px;
}

/*BYRON - FEATURED LISTINGS */

.custom-featured-image {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#newFeaturedListing {
  padding: 70px 70px;
}
.custom-featured-info {
  background: #e5e9f0;
  margin: -170px auto 0;
  max-width: 1170px;
  padding: 40px 80px;
}
.custom-primary-info, .custom-secondary-info {
  float: left;
}
.custom-primary-info h3, .custom-secondary-info h3 {
  color: #242523;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
text-transform: uppercase;
}
.custom-primary-info p, .custom-secondary-info p {
  color: #383838;
  font-size: 16px;
  font-style: italic;
}
.custom-primary-info {
  width: 70%;
}
.custom-secondary-info {
  width: 30%;
}

#myCustomSlidingListings .carousel-inner + .container {
  background: red;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0;
}
#myCustomSlidingListings .carousel-inner + .container > .carousel-control {
  top: -300px;
}
#myCustomSlidingListings .carousel-inner + .container > .carousel-control.left {
  width: 160px;
  background: none;
}
#myCustomSlidingListings .carousel-inner + .container > .carousel-control.right {
  background: none;
  width: 160px;
}
#myCustomSlidingListings .carousel-inner + .container > .carousel-control.left span {
  left: 15%;
}
#myCustomSlidingListings .carousel-inner + .container > .carousel-control.right span {
  right: 15%;
}
#custom_feature_listings {
  display: none;
}

/*jx-custom banner css*/
.slider1,.slider2,.slider3,.slider4{
  position:absolute;
  width:100%;
  height:100%;
}
.slider1{
  background-image:url(https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/59-min_149575.jpg);
 background-repeat:no-repeat;
  background-size:cover;
  animation: fade2 20s infinite;
}
.slider2{
  background-image:url (https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/60-min_149576.jpg);
 background-repeat:no-repeat;
  background-size:100%;
  animation: fade3 40s infinite;
}

.slider3{
  background-image:url(https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/139672.png);
 background-repeat:no-repeat;
  background-size:100%;
  animation: fade3 40s infinite;
}
.slider4{
  background-image:urlhttps://storage.ubertor.com/maryroyteam.myubertor.com/content/image/112576.jpg);
 background-repeat:no-repeat;
  background-size:100%;
  animation: fade3 40s infinite;
}

a.enter-here-btn {
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    border: 2px solid #000;
    padding: 14px 15px;
    font-size: 24px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s ease-in;
    background: #000;
    display: block;
    max-width: 941px;
}
@keyframes fade1{
  0%{
    opacity:1;
  }
 25%{
    opacity:0;
  }
75%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
@keyframes fade2{
    0%{
    opacity:0;
  }
 25%{
    opacity:1;
  }
75%{
    opacity:0;
  }
  100%{
    opacity:0;
  }

}
@keyframes fade3{
  0%{
    opacity:0;
  }
 25%{
    opacity:0;
  }
75%{
    opacity:1;
  }
  100%{
    opacity:0;
  }
 
}
@keyframes fadeNew{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
 
}
.banner-container{
  position:relative;
  margin-bottom:50px;
  height:100vh;
}
.inside-banner{
  position:absolute;
  top:50%;
  left:50%;      transform:translate(-50%,-50%);
  text-align:center;
}
.inside-banner h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
}
.inside-banner p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 18px;
}
.line{
  border: 1px solid #fff;
   width: 80px;
    margin: 0 auto;
}
.inside-banner a {
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    border: 2px solid #fff;
    padding: 14px 15px;
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
transition: 0.3s ease-in;
}

.inside-banner a:hover {
    background: #0a2538;
    border: 2px solid #0a2538;
}
.header-meta ul{
  display:none;
}
.icon-social a span{
  background-color:#fff;
  color:#0a2538;
  width:initial;
  height:initial;
}
.icon-social .fa{
  font-size: larger;
}
.nav-collapse{
  width:300px;
  right:0;
  position:absolute;
  background:red;
  z-index:99999999;
}
.nav-collapse .container{
  width:100%;
}
#main_menu.nav li{
  float:none;
  width:100%;
}

.top-navbar {
    z-index: 999999999;
    padding-top: 20px;
    border-radius: 0;
    border: none;
    padding-bottom: 20px;
    position: fixed;
    background: #fff;
    width: 100%;
}
nav.navbar.top-navbar {
    box-shadow: 0px 0px 10px #999;
}
.banner-container{
  margin-top:120px;
}
.smap-uber {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}

h2.hdg32 {
    font-size: 32px;
}

@media (min-width: 768px){
.nav-collapse {
    display: block;
    visibility: hidden;
    margin-top: 17px;
}
}
.top-navbar .container{
  width:100%;
  max-width:100%;
}
.icon-social a span{
  border-radius:0;
  display:block;
  
}
.header-meta .icon-social a{
  margin-right:15px;
}

.navbar-header .realtor_heading_title{
  display:none;
}
.header-meta .side_content{
  display:inline-block;
}
.navbar-toggle{
  display:initial;
 float:none;
  border:1px solid #fff;
}

#hf_header-right{
  text-align:right;
}

.top-navbar .nav-collapse{
  background:#fff;
  margin-top:20px;
  padding:20px 0;
}
.menu-tab .title-menu{
  margin-right: 5px;
  font-style:normal;
  font-family: 'Droid Sans',sans-serif;
      color: #000;
}
.navbar .header-meta{
  width:50%;
}
.icon-social .header-phone{
  font-style:normal;
  font-family: 'Droid Sans',sans-serif;
  color:#000;
  margin-right:15px;
}
.navbar-toggle .icon-bar{
  background:#0a2538;
}
@media (max-width:768px){
  .navbar .header-meta{
    width:100%;
  }
  .navbar-logo img{
    max-width:250px;
  }
  .banner-container {
    margin-top: 170px;
}
  .navbar-logo{
    float:none;
  }
  .top-navbar .container{
    text-align:center;
  }
}

h2.n-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

/* END */

/* ---------------- MEDIA QUERY ---------------- */

@media only screen and (max-width: 991px) {

.changeorder {
    flex-direction: column;
    display: flex;
}

.first-div.scd {
    order: 2;
}

.second-div {
    order: 1;
}

.v-align {
    text-align: center;
}
#newFeaturedListing {
    padding: 3px 6px;
}
section.contact-form {
    margin-top: 3px !important;
}
.smap-uber {
margin: 15px 30px 15px 50px;
}
.cxt {
    min-height: 500px;
}
.blue-contact {
    width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.brokerage-logo, .m-social {
    text-align: left;
}
}

@media only screen and (max-width: 767px) {

.m-footer {
    text-align: center;
}

.m-address, span.m-phone, a.m-email {
    float: none;
}
.m-address {
    text-align: center !important;
}
.brokerage-logo, .m-social {
    text-align: center;
}
.team-bio img {
    height: 275px;
    object-fit: cover;
}
img.mrt-logo {
    float: none;
}
}

/* ABOUT CARD */


.agent-card {
    box-shadow: 0px 2px 12px #cccccc;
    text-align: center;
    margin-bottom: 20px;
    transition: all .25s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
}

.agent-card h1 {
    font-size: 26px;
    font-family: 'Arapey', serif;
    color: black;
    text-align: center;
}

.agent-card h1::after {
display: none !important;
}

img#a-pic {
    width: 45%;
    margin-top: 20px;
}

#viewprofile {
border: 2px solid #0a2538;
    padding: 5px 10px;
    color: white;
    transition: 0.3s ease-out;
    display: block;
background: #0a2538;
}

#viewprofile:hover {
border: 2px solid #6d0000;
    background: #6d0000;
    display: block;
color: white;
}

.agent-card:hover {
    transform: scale(1.05);
    background: #f7f7f7;
}

.agent-card i.fa.fa-facebook-f, .agent-card i.fa.fa-linkedin, .agent-card i.fa.fa-envelope {
    font-size: 20px;
    padding-right: 5px;
    color: #d4d4d4;
    padding-left: 5px;
    margin-bottom: 20px;
}

.agent-card i.fa.fa-facebook-f:hover, .agent-card i.fa.fa-linkedin:hover, .agent-card i.fa.fa-envelope:hover {
    color: #0a2538;
}

/* AGENT INFO PAGE */

.realtor-info img {
    margin-top: 30px;
}

.realtor-info i.fa.fa-facebook-f, .realtor-info  i.fa.fa-linkedin, .realtor-info  i.fa.fa-envelope {
    font-size: 20px;
    padding-right: 5px;
    color: #d4d4d4;
    padding-left: 5px;
    margin-bottom: 20px;
}

.realtor-info  i.fa.fa-facebook-f:hover, .realtor-info  i.fa.fa-linkedin:hover, .realtor-info  i.fa.fa-envelope:hover {
    color: #0a2538;
}

.realtor-info h1 {
    text-align: left;
}

.realtor-info h1::after {
display: none !important;
}

.realtor-info h2 {
    margin: 0 0 20px 0;
}

.realtor-info p {
    text-align: justify;
}

/* RESOURCE PAGES */

.r-card {
    box-shadow: 0px 2px 12px #e8e8e8;
    margin-bottom: 20px;
    transition: all .25s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    min-height: 300px;
    padding: 25px;
    text-align: center;
}

.rsource h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border: medium none;
    border-bottom: 1px dotted #ccc;
}

.r-card h2 {
    color: #0a2538;
    padding: 0 0 10px 0;
    font-size: 20px;
    letter-spacing: 3px;
    border: medium none;
    border-bottom: 1px dotted #cccccc;
    font-weight: 600;
}

.r-card ul {
    padding: 0;
}

/*BYRON - NAV MENU*/
#main_menu li:hover .dropdown-menu {
  display: block !important;
  width: 100%;
}
#main_menu li.active>a, #main_menu li.sel>a, #main_menu li:hover>a{
  background: #0a2538;
}
#main_menu a {
  text-transform: capitalize;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.top-navbar .nav-collapse {
  height: 100vh;
  padding: 40px 25px;
overflow-y: auto; 
  padding-bottom: 300px;
}
.custom-featured-info {
  position: relative;
}
.featuredBadge {
    position: absolute;
    top: 11px;
    transform: translate(-79px, -87px);
    background: #233065;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sub-arrow {
  margin-left: 5px;
}
/*BYRON - FOOTER CONTACT FORM*/
#wufooContainer {
  max-width: 630px;
  margin: 130px auto;
  background: rgba(9,13,27, 0.43);
}
/*
.col-md-6.c-form, .col-md-6.form-txt.cxt {
  min-height: initial;
  height: initial;
}

body.mary_roy_team .form-txt .v-align {
  margin: 242.6px auto;
  display: block;
}
*/
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file{
  border: 0px;
}
section.contact-form {
    display: block;
    background: #0a2538;
    float: left;
    margin-top: 70px;
}
section.contact-form:after {
  content: '';
  display: table;
  clear: both;
}
/*
@media screen and (max-width: 1800px) {
body.mary_roy_team .form-txt .v-align {
    margin: 100px auto;
  }
}
*/
@media screen and (max-width: 992px) {
  section.contact-form {
  display: initial;
  background: none;
}
section.contact-form:after {
  content: '';
  display: initial;
  clear: initial;
}
.col-md-6.c-form, .col-md-6.form-txt.cxt{
    float: left;
    width: 100%;
  }
}
#wufooContainer {
  max-width: 690px;
  padding: 20px 30px;
}
#wufooContainer .form-control {
  border-radius: 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}
#wufooContainer .lead-form input[type=submit] {
  background: transparent;
  border-radius: 0px;
  text-shadow: none;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
}
#wufooContainer h2 {
  color: #e5e9f0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
}
#wufooContainer label{
  color: #fff !important;
  font-size: 14px;
}

body.mary_roy_team #hf_footer-before .side_content:first-child {
  display: none;
}

/*BYRON POPUP FORM*/
body.mary_roy .lead-form {
 display: none;
}
body.mary_roy .inner-modal-container .lead-form {
  display: block;
}
.agent-card img {
  max-width: 150px;
}
.popup-div {
  position: fixed;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  overflow-y: auto;
}
.popup-div .inner-modal-container
{
  margin: 150px auto;
  max-width: 650px;
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999999999;
 overflow-y: auto;
}
.popup-div .inner-modal-container img {
  max-width: 150px;
  margin-right: 20px;
}
.popup-div .inner-modal-container {
  display: block;
}
.popup-div .inner-modal-container:after {
  content: '';
  display: table;
  clear: both;
}
.inner-modal-container img, .inner-modal-container .right-info {
  float: left;
}
.inner-modal-container .agent-info {
    float: right;
    margin: 10px 0;
    text-align: justify;
}
.close-popup {
  cursor: pointer;
}
.inner-modal-container .right-info h3 {
  margin-bottom: 0px;
}
body.mary_roy_team #hf_footer-before .side_content:first-child {
  display: none;
}
.form-popup-container {
  float: left;
  width: 100%;
}
#viewprofile {
  background: #0a2538;
}

/* ALEX 0212 */
/* blog */
.sidebar-title {
    background: #23386f;
}
.post_heading a {
    text-decoration: none;
    color: #23386f;
    font-weight: 700;
    font-size: 24px;
}

/* contact */
.contact .col-md-6 {
    text-align: center;
}
.cms_content p {
    color: #242523;
}
.col-md-6.contact.Name.form-group, .col-md-6.contact.Email.form-group {
    text-align: left;
}
.lead-form {
    text-align: left !important;
}
.lead-form label {
    color: #242523;
    font-weight: 400;
}
.contact #form_protection>div, body.contact #contact #form_protection, body.contact #contact .form-group, body.contact #contact .submit-btn {
    padding-left: 0;
    width: 100%;
}
.contact .lead-form .half input {
    width: 100%;
}

/* LISTINGS PAGE */

.multiple-listing-view .nav-pills>li.active>a, .multiple-listing-view .nav-pills>li.active>a:focus, .multiple-listing-view .nav-pills>li.active>a:hover, .multiple-listing-view .nav-pills>li>a:focus, .multiple-listing-view .nav-pills>li>a:hover {
    background: #fff;
    color: #0a2538;
}

#listing_group .multiple-listing-view .listing_provided_by, #listing_group .multiple-listing-view ul.info li {
    box-shadow: none;
}

.multiple-listing-view .row .info li {
   font-weight: 500;
}

.agent_one {
    display: none;
}

/* INNER PAGE FORM */

.lead-form input[type=submit] {
    border: 2px solid #0a2538;
    max-width: 160px;
    transition: 0.3s ease-in-out;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background-image: none;
    border-radius: 0px;
}

.home .lead-form input[type=submit] {
    border: 2px solid #fff;
}

.lead-form input[type=submit]:hover, .lead-form input[type=submit]:focus {
    background-color: #0a2538;
    background-position: 0 -15px;
    border-color: #0a2538;
    color: white;
}

.home .lead-form input[type=submit]:hover {
    background-color: #0a2538 !important;
    border-color: #0a2538;
}

body.custom_page .main-content li {
    list-style: square;
    padding-left: 0;
}

.r-card li {
    list-style: none !important;
}

.custom_page .content_form .form-group {
    clear: none;
}

.form-group {
    margin-bottom: 5px;
}

img.tile-bnr {
    /*max-width: 709px;*/
    width: 100%;
}

.blue-contact {
    background: #0a2538;
    background: url(https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/136595.png) no-repeat right center #0a2538;
}

.blue-contact h3, .blue-contact h4, .blue-contact p {
    color: white;
}

/* END ALEX 0212 */

/*BYRON - BANNER HOME PAGE*/


#myHomeBanner {
    height: auto;
    padding-top: 120px;
    text-align: center;
    margin-bottom: 50px;
}

#myHomeBanner .item {
  height: 100vh;
  margin: 0;
}
#myHomeBanner .carousel-inner .item:first-child {
  background-image:url(https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/59-min_149575.jpg);
background-size: cover;
  background-position: center center;
}



#myHomeBanner .carousel-inner .item:nth-child(2) {
     background-image:url(https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/60-min_149576.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
#myHomeBanner .carousel-inner .item,
#myHomeBanner .carousel-inner .active.left,
#myHomeBanner .carousel-inner .active.right {
  opacity: 0;
}
#myHomeBanner .carousel-inner .active,
#myHomeBanner .carousel-inner .next.left,
#myHomeBanner .carousel-inner .prev.right {
  opacity: 1;
}
#myHomeBanner .carousel-inner .next,
#myHomeBanner .carousel-inner .prev,
#myHomeBanner .carousel-inner .active.left,
#myHomeBanner .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width:767px) {
#myHomeBanner {
    padding-top: 185px;
}
}



/* #myHomeBanner .carousel-inner .item:nth-child(3) {
    background-image: url(http://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/145555.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0a2538;
} */

/*oldbg-----https://storage.ubertor.com/maryroyteam.myubertor.com/content/image/112574.jpg---*/
/*#myHomeBanner .carousel-inner .item:nth-child(5) {
    background-image: url(https://storage.ubertor.com/maryroyteam.myubertor.com/content/image/112575.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #621212;
}*/


/*jx brokerage logo*/
@media (min-width:768px){
.m-footer .brokerage-logo img{
      max-width: 350px!important;
    margin-right: -10px!important;
  }
}

/*--gil--meet the team h1 adjustment--*/
@media (min-width:768px){
.meet_the_team .inner-banner h1 {
    /*margin-top: 266px;*/
    margin-top: 450px;
    text-shadow: 0 2px 5px black;
}
}


.meet_the_team .mid-align {
    padding: 0 5%;
    display: table;
    overflow: hidden;
    height: 800px;
}

/*jx - iframe vid*/
.home .iframe-wrap{
  margin-bottom:50px;
}
.events .iframe-wrap{
  margin-top:50px;
}
@media (max-width: 768px){
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}


.selling .lead-form, .buying .lead-form {
    display: none;
}
#video-home-section {
  background: #0a2538;
  color: #fff;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  display: none;
}
#myHomeBanner {
  margin-bottom: 0;
}
#new-active-video iframe {
  width: 100% !important;
  height: 700px !Important;
  object-fit: cover;
  display: block;

}
#video-home-section  > div {
  padding: 0px 50px;
  text-align: center;
}
#video-home-section  > div a {
  border: 2px solid white;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  transition: 0.3s ease-in-out;
  color: white;
  text-decoration: none;
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 40px;
  margin-top: 30px;
}


@media screen and (max-width: 992px) {
  #video-home-section {
    grid-template-columns: repeat(1, 1fr);
     display: none;
  }
}
#video-banner-frame {
  width: 100%;
  display: block;
  height: 800px;
}

#bottom-footer-team img {
  width: 100%;
}

.svc-1 {
    background: url(https://store24-ubertor-com.s3.amazonaws.com/maryroyteam.myubertor.com/content/image/137106.jpg) no-repeat center center;
  background-size: cover;
}


.event-cta {
    border: 2px solid #0a2539;
    max-width: 200px;
    padding: 15px 0;
    transition: 0.3s ease-in-out;
    color: #0a2539;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.item-badge, .uber-badge {
    display: initial !important;
}

/*jx valentines page*/
.valentines_contest .navbar.top-navbar{
   position:relative; 
}

.valentines_contest .main-content .col-content{
    padding:60px 0;
}
.valentines_contest .lead-form .submit-btn{
    padding-left:0;
}