/* ==========================================================================
GLOBAL STYLES
========================================================================== */
html, body { height: 100%; }
body { background: #fff; font-family: 'Source Sans Pro', sans-serif; color: #333; font-size: 16px; line-height: 24px; -webkit-font-smoothing: antialiased; }

@media only screen and (max-width: 767px) { body { font-size: 14px; line-height: 24px; } }
h1, h2, h3, h4, h5, h6 { font-family: 'Source Sans Pro', sans-serif; color: #333; font-weight: 300; }
h1 { margin-top: 0; }

@media only screen and (max-width: 767px) { h1 { font-size: 24px; }
  h2 { font-size: 22px; }
  h3 { font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; } }
a { color: #333; text-decoration: none; }
a:hover { text-decoration: none; color: #2b3c4b; }

p { margin-bottom: 20px; }

.wrapper { min-height: 100%; height: auto !important; height: 100%; }

.btn { -webkit-transition: all 0.1s ease; transition: all 0.1s ease; }

/* Div to act like a table cell */
.table-container { display: table; height: 100%; width: 100%; }
.table-container .table-cell { display: table-cell; vertical-align: middle; }
.table-container .table-cell .center-cell { margin: 0 auto; }

/* ==========================================================================
Header
========================================================================== */
.header { background: rgba(43, 60, 75, 0.9); position: fixed; top: 0; left: 0; right: 0; z-index: 1029; box-shadow: 0 0 1px rgba(255, 255, 255, 0.4); -webkit-transition: top 0.2s ease-in-out; transition: top 0.2s ease-in-out; }
.header .container-fluid { max-width: 100%; }
.header.header-up { top: -80px; }

@media only screen and (max-width: 992px) { .header { height: 50px; border: 0 !important; top: 0 !important; } }

/* ==========================================================================
Banner
========================================================================== */
.banner { position: relative; height: 100%; overflow: hidden; background-color: #394d5d; }
.banner #background-video { background-size: cover; background-position: center center; height: 100%; z-index: 4; }
.banner #background-video:after { position: absolute; content: ''; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); }
.banner #background-video video { margin: inherit !important; }
.banner #background-video .placeholder-image { height: 100%; left: 0; min-height: 100%; min-width: 100%; position: fixed; top: 0; z-index: 2; opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
.banner #background-video .ytplayer-container { bottom: 0; height: 100%; left: 0; min-width: 100%; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 0; }
.banner #background-video .ytplayer-shield { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
.banner #background-video .ytplayer-player { position: absolute; }
.banner #background-video.loaded .ytplayer-container { display: block; }
.banner #background-video.loaded .placeholder-image { opacity: 0; }
.banner .overlay { text-align: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 9; }
.banner .overlay .container-fluid { height: 100%; }
.banner .overlay .wrap { left: 0; right: 0; position: absolute; bottom: 5%; }
.banner .overlay a { display: inline-block; color: #fff; text-decoration: none; }
.banner .overlay a:hover { color: #ffc81f; border-color: #ffc81f; }
.banner .overlay .explore-btn { font-size: 36px; text-transform: uppercase; padding: 25px 30px; border: 3px solid #fff; }
.banner .overlay .video-btn { font-size: 18px; margin: 20px; }
.banner .overlay .scroll-down { border: 2px solid #fff; border-radius: 50%; height: 45px; width: 45px; line-height: 42px; font-size: 34px; margin-top: 200px; }

@media only screen and (max-width: 767px) { .banner .overlay .explore-btn { font-size: 26px; padding: 15px 20px; }
  .banner .overlay .video-btn { margin-bottom: 15%; } }
@media only screen and (max-width: 992px) { .banner #background-video { top: 0 !important; } }
.banner-int { height: 450px; position: relative; background-color: #394d5d; }
.banner-int .background-image { background-position: center center; background-size: cover; height: 100%; }
.banner-int .background-image .filter { background: rgba(0, 0, 0, 0.0); position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

@media only screen and (max-width: 767px) { .banner-int { height: 120px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .banner-int { height: 200px; } }

/* ==========================================================================
Navigation Menu
========================================================================== */
.navbar { border-radius: 0; border: 0; margin: 0; background: none; }
.navbar .navbar-header { position: relative; z-index: 2; }
.navbar .menu-btn { position: relative; float: right; text-align: center; color: #333; width: 40px; height: 40px; font-size: 18px; margin-top: 5px; cursor: pointer; }
.navbar .menu-btn .bar { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: 36%; right: 0; bottom: 0; left: 0; background: #fff; display: block; height: 4px; width: 20px; margin: 0 auto; width: 65%; border-radius: 4px; }
.navbar .menu-btn:after { border-radius: 4px; position: absolute; top: 60%; left: 0; right: 0; content: ''; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: block; height: 4px; width: 65%; margin: 0 auto; background: #fff; }
.navbar .navbar-brand { height: auto; padding-top: 10px; padding-bottom: 10px; }
.navbar .navbar-brand img { min-height: 60px; max-height: 60px; max-width: 100%; }
.navbar .navbar-collapse { padding: 0 15px 0 0; float: right !important; text-align: center; }
.navbar .navbar-collapse ul { display: table; list-style: none; margin: 0 auto; padding: 0; *zoom: 1; }
.navbar .navbar-collapse ul:before, .navbar .navbar-collapse ul:after { content: " "; display: table; }
.navbar .navbar-collapse ul:after { clear: both; }
.navbar .navbar-collapse ul > li { position: relative; display: block; margin-right: 4px; display: inline-block; }
.navbar .navbar-collapse ul > li > a { background: none !important; text-transform: uppercase; line-height: 76px; display: block; text-decoration: none; position: relative; z-index: 3; font-weight: 400; font-size: 18px; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; color: #fff; margin: 0 18px; padding: 0; border-bottom: 4px solid transparent; letter-spacing: 0.5px; }
.navbar .navbar-collapse ul > li > a:hover { color: #ffc81f; background: none; border-color: #ffc81f; }
.navbar .navbar-collapse ul > li > a.has-submenu { border-color: transparent !important; }
.navbar .navbar-collapse ul ul { display: none; }
.navbar .navbar-collapse ul ul li { width: 100%; }
.navbar .navbar-collapse ul ul li a { width: 100%; text-transform: none; border: 0; margin: 0; font-weight: 400; }
.navbar .navbar-nav { margin-top: 20px; float: none; }
.navbar .navbar-nav > li > a { position: relative; z-index: 3; font-weight: 600; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; color: #fff; padding: 12px 16px; }
.navbar .navbar-nav > li > a:hover { color: #ffc81f; }
.navbar .navbar-nav > li.open > a { color: #ffc81f; background: none; }
.navbar .navbar-nav li a { color: #fff; }
.navbar .navbar-nav li ul { padding: 5px; border-radius: none; background: rgba(43, 60, 75, 0.9); border: 0; }
.navbar .navbar-nav li ul li.dropdown { position: relative; }
.navbar .navbar-nav li ul li.dropdown.open > a { background-color: #333; background-color: rgba(51, 51, 51, 0.3); color: #ffc81f !important; }
.navbar .navbar-nav li ul li.dropdown a { border: 0; }
.navbar .navbar-nav li ul li a { border-radius: 0; height: auto; line-height: 34px; padding: 0 10px; font-size: 16px; }
.navbar .navbar-nav li ul li a:hover { background-color: #333; background-color: rgba(51, 51, 51, 0.3); }
.navbar .navbar-nav li ul li:last-child a { border: 0; }
.navbar .contact-info { position: relative; z-index: 2; color: #fff; font-weight: 400; font-size: 14px; padding: 0 15px 0 0; margin-top: 25px; text-transform: uppercase; }
.navbar .contact-info a { color: #fff; }
.navbar .contact-info a.phone { font-size: 24px; }
.navbar .contact-info a:hover { color: #ffc81f; }
.navbar .contact-info ul { position: absolute; list-style: none; margin: 0; padding: 0; left: 0; right: 15px; float: right; text-align: right; }
.navbar .contact-info ul li { display: inline; position: relative; }
.navbar .contact-info ul li:after { position: relative; right: -2px; content: '/'; }
.navbar .contact-info ul li:last-child:after { display: none; }
.navbar .contact-info ul li a { display: inline-block; }

.mobile-menu-open { overflow: hidden !important; }
.mobile-menu-open .header { background: rgba(25, 25, 25, 0.97); }
.mobile-menu-open .mobile-menu.open { background: rgba(25, 25, 25, 0.97); }
.mobile-menu-open .navbar .menu-btn .bar { top: 46%; -webkit-transform: rotate(45deg); transform: rotate(45deg); zoom: 1; }
.mobile-menu-open .navbar .menu-btn:after { top: 46%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); zoom: 1; }

.mobile-menu { padding: 30px 15px 10px 15px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 9999; position: fixed; top: 50px; bottom: 0; left: 0; right: 0; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
.mobile-menu.open { opacity: 1; visibility: visible; background-color: #333; background-color: rgba(51, 51, 51, 0.9); }
.mobile-menu a.mobile-menu-btn-close { text-decoration: none; text-transform: uppercase; display: inline-block; margin-bottom: 20px; color: #fff; font-weight: 600; font-size: 20px; }
.mobile-menu ul { list-style: none; padding: 0; margin-bottom: 20px; }
.mobile-menu ul > li > a { text-transform: uppercase; font-weight: 600; padding: 13px 0; font-size: 22px; }
.mobile-menu ul li { position: relative; }
.mobile-menu ul li .touch-button { cursor: pointer; display: block; text-align: center; padding: 12px 0; position: absolute; top: 0; right: 0; height: 48px; width: 40px; }
.mobile-menu ul li .touch-button.active:after { content: '-'; }
.mobile-menu ul li .touch-button:after { font-size: 26px; color: #fff; content: '+'; }
.mobile-menu ul li .touch-button i { display: none; }
.mobile-menu ul li a { text-align: center; text-decoration: none; display: block; font-size: 22px; letter-spacing: 2px; color: #f4f4f4; }
.mobile-menu ul li li { background-color: #fff; background-color: rgba(255, 255, 255, 0.1); }
.mobile-menu ul li li a { font-size: 14px; padding: 13px 20px; text-transform: none; font-weight: normal; }

@media only screen and (max-width: 992px) { .navbar-right { float: right !important; margin-right: -15px; }
  .navbar { min-height: 45px; border: 0; padding: 0; }
  .navbar .navbar-header { float: left; }
  .navbar .navbar-brand { display: inline-block; height: 50px; padding: 7px 0; }
  .navbar .navbar-brand img { min-height: 35px; max-height: 35px; }
  .navbar .contact-info { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .main-navbar .navbar-collapse.collapse { display: none !important; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .navbar .navbar-brand { height: auto; padding-top: 20px; padding-bottom: 10px; padding-right: 0; }
  .navbar .navbar-brand img { min-height: 40px; max-height: 40px; max-width: 100%; }
  .navbar .navbar-collapse ul > li > a { margin: 0 6px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) { .navbar .navbar-collapse ul > li > a { margin: 0 8px; } }

/* ==========================================================================
Explore
========================================================================== */
.explore { height: 100%; color: #fff; }
.explore.ex1 { border-top: 2px solid #fff; }
.explore.ex2 { height: 50%; }
.explore ul { list-style: none; margin: 0; padding: 0; height: 100%; *zoom: 1; }
.explore ul:before, .explore ul:after { content: " "; display: table; }
.explore ul:after { clear: both; }
.explore ul li { position: relative; display: inline-block; float: left; width: 50%; height: 50%; text-align: center; background: #333; overflow: hidden; }
.explore ul li.full-column { height: 100%; width: 100%; }
.explore ul li .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-position: center center; background-size: cover; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.explore ul li h2 { color: #fff; font-weight: 400; text-transform: uppercase; position: absolute; bottom: 10%; left: 0; right: 0; margin: 0; font-size: 48px; }
.explore ul li .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #ebb100; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; opacity: 0; visibility: hidden; }
.explore ul li:hover .overlay { opacity: 0.7; visibility: visible; }
.explore ul li:hover .image { -webkit-transform: scale(1.05); transform: scale(1.05); }
.explore ul li a { display: block; color: #fff; }

@media only screen and (max-width: 767px) { .explore ul li { width: 100%; }
  .explore ul li h2 { font-size: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .explore { height: auto; }
  .explore ul li { height: auto; padding-bottom: 30%; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .explore { height: auto; }
  .explore.ex2 { height: auto; }
  .explore ul li { height: auto; padding-bottom: 30%; }
  .explore ul li.full-column { height: auto; padding-bottom: 30%; } }

/* ==========================================================================
Modal Full Screen
========================================================================== */
.modal-open .overlay { position: static; }

.modal.fade .modal-dialog { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.modal-fullscreen { background: #191919; z-index: 1050 !important; padding: 0 !important; }
.modal-fullscreen .modal-dialog { position: relative; width: auto; height: 100%; margin: 0 auto !important; }
.modal-fullscreen .modal-dialog .close { position: absolute; z-index: 99; top: 50px; right: 10px; text-shadow: none; color: #fff; opacity: 1; outline: none; font-weight: 300; width: 40px; height: 40px; }
.modal-fullscreen .modal-dialog .close:before { position: absolute; top: 25px; left: 0; content: ''; height: 3px; width: 100%; background: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.modal-fullscreen .modal-dialog .close:after { position: absolute; top: 25px; left: 0; content: ''; height: 3px; width: 100%; background: #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.modal-fullscreen .modal-dialog .close:hover:before, .modal-fullscreen .modal-dialog .close:hover:after { background: #ffc81f; }
.modal-fullscreen .modal-dialog .modal-body { padding: 0; }
.modal-fullscreen .modal-dialog .modal-content { background: none; height: 100%; box-shadow: none; border: 0; }
.modal-fullscreen .modal-dialog .modal-content h4 { text-transform: uppercase; text-align: center; color: #fff; font-weight: 400; font-size: 36px; margin: -66px 0 30px 0; }
.modal-fullscreen .modal-dialog .modal-content video, .modal-fullscreen .modal-dialog .modal-content iframe, .modal-fullscreen .modal-dialog .modal-content #player { position: fixed; width: 100%; height: 100%; }

@media only screen and (max-width: 992px) { .modal-fullscreen .modal-dialog .modal-content h4 { font-size: 20px; } }

/* ==========================================================================
Schedule Now
========================================================================== */
.schedule-now { border-top: 2px solid #fff; padding: 100px 0; background: #616f7e; }
.schedule-now h2 { color: #fff; font-size: 58px; text-transform: uppercase; }
.schedule-now p { color: #fff; font-size: 18px; }
.schedule-now p:empty { display: none; }
.schedule-now .schedule-btn { font-size: 26px; color: #f28d44; text-transform: uppercase; font-weight: 700; }
.schedule-now .schedule-btn:hover { color: #ffc81f; }

@media only screen and (max-width: 992px) { .schedule-now { padding: 0 0 20px 0; }
  .schedule-now h2 { font-size: 28px; }
  .schedule-now p { font-size: 18px; }
  .schedule-now .schedule-btn { font-size: 20px; } }

/* ==========================================================================
Featured Properties
========================================================================== */
.featured-properties { padding: 40px 0 25px 0; }
.featured-properties h2 { text-align: center; text-transform: uppercase; color: #394d5d; margin: 0 0 40px 0; font-size: 48px; font-weight: 300; }
.featured-properties .slick-responsive { margin-bottom: 20px; }
.featured-properties .slick-responsive .slick-list { margin-left: -10px; margin-right: -10px; }
.featured-properties .slick-responsive .slick-slide { outline: none; }
.featured-properties .slick-responsive .item { position: relative; padding: 10px; }
.featured-properties .slick-responsive .prop-wrap { position: relative; }
.featured-properties .slick-responsive .prop-wrap:hover .glider-content ul li { display: none; }
.featured-properties .slick-responsive .prop-wrap:hover .glider-content ul li:last-child { display: inline-block; }
.featured-properties .slick-responsive .glider-pic { position: relative; width: 100%; padding-bottom: 63.1068%; height: 0; overflow: hidden; color: #fff; }
.featured-properties .slick-responsive .glider-pic a { color: #fff; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-decoration: none; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.featured-properties .slick-responsive .glider-pic a:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
.featured-properties .slick-responsive .glider-pic a:hover .overlay:before { visibility: visible; opacity: 0.7; }
.featured-properties .slick-responsive .glider-pic a:hover .overlay .over-text { visibility: visible; opacity: 1; -webkit-transform: scale(1.5); transform: scale(1.5); }
.featured-properties .slick-responsive .glider-pic a .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; }
.featured-properties .slick-responsive .glider-pic a .overlay:before { -webkit-transition: all 0.4s ease; transition: all 0.4s ease; position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; background: #ffc81f; opacity: 0; visibility: hidden; z-index: 9; }
.featured-properties .slick-responsive .glider-pic a .overlay .over-text { -webkit-transition: all 0.4s ease; transition: all 0.4s ease; position: relative; z-index: 10; text-transform: uppercase; font-size: 48px; opacity: 0; visibility: hidden; padding: 5px; }
.featured-properties .slick-responsive .glider-content { background: #f3f3f3; color: #333; font-size: 12px; text-transform: uppercase; padding: 15px; *zoom: 1; text-align: center; }
.featured-properties .slick-responsive .glider-content:before, .featured-properties .slick-responsive .glider-content:after { content: " "; display: table; }
.featured-properties .slick-responsive .glider-content:after { clear: both; }
.featured-properties .slick-responsive .glider-content .street { font-size: 16px; font-weight: 700; }
.featured-properties .slick-responsive .glider-content .area { margin-bottom: 5px; }
.featured-properties .slick-responsive .glider-content .price { font-size: 16px; margin-bottom: 10px; }
.featured-properties .slick-responsive .glider-content ul { list-style: none; padding: 0; margin: 0; }
.featured-properties .slick-responsive .glider-content ul li { display: inline-block; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; background: #e5e5e5; margin: 0 1px 5px 1px; padding: 2px 8px; }
.featured-properties .slick-responsive .glider-content ul li:last-child { display: none; }
.featured-properties .slick-responsive .glider-content ul li a { color: #333; }
.featured-properties .slick-responsive .glider-content ul li.view-listing:hover { background: #616f7e; }
.featured-properties .slick-responsive .glider-content ul li.view-listing:hover a { color: #fff; }
.featured-properties .see-more { text-align: right; font-size: 26px; color: #f28d44; text-transform: uppercase; font-weight: 700; float: right; }
.featured-properties .see-more:hover { color: #ffc81f; }

@media only screen and (max-width: 992px) { .featured-properties { padding: 10px 0 25px 0; }
  .featured-properties h2 { font-size: 26px; margin-top: 20px; }
  .featured-properties .see-more { font-size: 20px; } }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/* ==========================================================================
Quick Search
========================================================================== */
.quick-search { background: #394d5d; padding: 30px 0 0 0; }
.quick-search h3 { text-align: center; color: #fff; margin: 0 0 30px 0; }
.quick-search .search-wrap { background: #dfe1e0; margin-bottom: 30px; padding: 15px 30px; *zoom: 1; }
.quick-search .search-wrap:before, .quick-search .search-wrap:after { content: " "; display: table; }
.quick-search .search-wrap:after { clear: both; }
.quick-search #qs_form { margin-right: -15px; margin-left: -15px; }
.quick-search #qs_form label { text-transform: uppercase; font-weight: 400; letter-spacing: 1px; color: #394d5d; }
.quick-search #qs_form select { border: 0; background: none; box-shadow: none; color: #394d5d; font-size: 16px; }
.quick-search #qs_form .select-wrap { border: 1px solid #394d5d; }
.quick-search .form-group { float: left; padding-left: 15px; padding-right: 15px; }
.quick-search .form-group.s1 { width: 34%; }
.quick-search .form-group.s2 { width: 23%; }
.quick-search .form-group.s3 { width: 23%; }
.quick-search .form-group.last-btns { width: 20%; text-align: center; margin-top: 15px; text-transform: uppercase; }
.quick-search .form-group.last-btns a { display: inline-block; }
.quick-search .form-group.last-btns #qs_submit { font-size: 26px; color: #f28d44; font-weight: 600; }
.quick-search .form-group.last-btns #qs_advanced { color: #394d5d; white-space: nowrap; }

@media only screen and (max-width: 992px) { .quick-search .search-wrap { padding: 10px 15px; }
  .quick-search .form-group { width: 100% !important; }
  .quick-search .form-group.last-btns { margin: 0; }
  .quick-search .form-group.last-btns a { display: block; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .quick-search .search-wrap { padding: 10px 15px; }
  .quick-search .form-group.s1 { width: 100% !important; }
  .quick-search .form-group.s2 { width: 50% !important; }
  .quick-search .form-group.s3 { width: 50% !important; }
  .quick-search .form-group.last-btns { margin: 0; }
  .quick-search .form-group.last-btns a { display: block; } }

/* ==========================================================================
Communities Blog
========================================================================== */
.communities { text-align: center; padding: 40px 0; }
.communities h2 { text-transform: uppercase; color: #394d5d; margin: 0 0 40px 0; font-size: 68px; font-weight: 300; }
.communities p { font-size: 18px; }
.communities .news-posts { margin-top: 20px; text-align: left; margin-right: -15px; margin-left: -15px; }
.communities .news-posts p { float: left; width: 33%; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; font-size: 13px; }
.communities .news-posts p a { text-transform: uppercase; color: #394d5d; }
.communities .news-posts p a.title { font-size: 16px; letter-spacing: 0; line-height: 18px; }
.communities .news-posts p a.title strong { font-weight: 400; }
.communities .news-posts p a.more { color: #333; float: right; display: inline-block; font-size: 13px; letter-spacing: 1.95px; }
.communities .news-posts p a.more i { margin-left: 10px; }
.communities .news-posts p span.author { text-transform: uppercase; color: #eb9681; }
.communities .news-posts p span.text { display: block; margin-bottom: 10px; }
.communities .news-posts p span.text:after { content: '...'; }
.communities .news-posts p span.posted-by { margin-bottom: 20px; position: relative; display: block; color: #6e6e6e; }
.communities .news-posts p span.posted-by:after { position: absolute; bottom: -10px; left: 0; content: ''; height: 2px; width: 35px; background: #e5e5e5; }

@media only screen and (max-width: 767px) { .communities h2 { font-size: 22px; }
  .communities .news-posts p { width: 100%; }
  .communities .news-posts p a.more { float: left; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .communities h2 { font-size: 32px; }
  .communities .news-posts p { width: 100%; }
  .communities .news-posts p a.more { float: left; } }

/* ==========================================================================
About Us
========================================================================== */
.about-us { background: #394d5d; padding: 40px 0; text-align: center; }
.about-us h2 { color: #fff; margin: 0; text-transform: uppercase; font-weight: 300; font-size: 68px; }

@media only screen and (max-width: 992px) { .about-us { padding: 20px 0; }
  .about-us h2 { font-size: 32px; } }

/* ==========================================================================
Our Strongest Asset
========================================================================== */
.strongest-asset { position: relative; background-color: #333; overflow: hidden; padding-bottom: 40%; }
.strongest-asset .overlay { text-align: center; position: absolute; background-color: #333; background-color: rgba(51, 51, 51, 0.3); top: 0; right: 0; bottom: 0; left: 0; z-index: 3; }
.strongest-asset .overlay h2 { position: absolute; z-index: 3; color: #fff; text-transform: uppercase; font-weight: 300; font-size: 68px; bottom: 40px; left: 0; right: 0; }
.strongest-asset .video-background { background: #000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; top: 50%; left: 50%; min-height: 43.75%; padding-top: 56.25%; width: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.strongest-asset .video-foreground, .strongest-asset .video-background iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; pointer-events: none; }

@media only screen and (max-width: 767px) { .strongest-asset { padding: 0; height: 20%; background-attachment: scroll; background-size: cover; background-position: center; background-image: url("/img/sp_layout/about.jpg"); }
  .strongest-asset .overlay h2 { font-size: 26px; font-weight: 400; margin: 0; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .strongest-asset { padding: 0; height: 30%; background-attachment: scroll; background-size: cover; background-position: center; background-image: url("../img/sp_layout/about.jpg"); }
  .strongest-asset .overlay h2 { font-size: 26px; font-weight: 400; margin: 0; } }
@-webkit-keyframes uil-ripple { 0% { width: 0; height: 0; opacity: 0; margin: 0; }
  33% { width: 44%; height: 44%; margin: -22% 0 0 -22%; opacity: 1; }
  100% { width: 88%; height: 88%; margin: -44% 0 0 -44%; opacity: 0; }
  0% { width: 0; height: 0; opacity: 0; margin: 0; }
  33% { width: 44%; height: 44%; margin: -22% 0 0 -22%; opacity: 1; }
  100% { width: 88%; height: 88%; margin: -44% 0 0 -44%; opacity: 0; } }
@-webkit-keyframes uil-ripple { 0% { width: 0; height: 0; opacity: 0; margin: 0; }
  33% { width: 44%; height: 44%; margin: -22% 0 0 -22%; opacity: 1; }
  100% { width: 88%; height: 88%; margin: -44% 0 0 -44%; opacity: 0; } }
@keyframes uil-ripple { 0% { width: 0; height: 0; opacity: 0; margin: 0; }
  33% { width: 44%; height: 44%; margin: -22% 0 0 -22%; opacity: 1; }
  100% { width: 88%; height: 88%; margin: -44% 0 0 -44%; opacity: 0; } }
.uil-ripple-css { background: none; position: absolute; left: 0; right: 0; top: calc(50% - 100px); margin: 0 auto; z-index: 1; width: 200px; height: 200px; }

.uil-ripple-css div { position: absolute; top: 50%; left: 50%; margin: 0; width: 0; height: 0; opacity: 0; border-radius: 50%; border-width: 12px; border-style: solid; -webkit-animation: uil-ripple 2s ease-out infinite; animation: uil-ripple 2s ease-out infinite; }

.uil-ripple-css div:nth-of-type(1) { border-color: #ffc81f; }

.uil-ripple-css div:nth-of-type(2) { border-color: #2b3c4b; -webkit-animation-delay: 1s; animation-delay: 1s; }

/* ==========================================================================
Info Text
========================================================================== */
.info-content { padding: 60px 0; background: #394d5d; color: #fff; text-transform: uppercase; }
.info-content p { font-size: 18px; color: #fff; }
.info-content h3 { font-size: 58px; color: #fff; }

@media only screen and (max-width: 767px) { .info-content { padding: 20px 0; }
  .info-content p { font-size: 14px; }
  .info-content h3 { font-size: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .info-content { padding: 20px 0; }
  .info-content p { font-size: 14px; }
  .info-content h3 { font-size: 32px; } }

/* ==========================================================================
Agents
========================================================================== */
.agents { height: 100%; border-top: 2px solid #fff; color: #fff; }
.agents ul { list-style: none; margin: 0; padding: 0; height: 100%; *zoom: 1; }
.agents ul:before, .agents ul:after { content: " "; display: table; }
.agents ul:after { clear: both; }
.agents ul li { position: relative; display: inline-block; float: left; width: 33.33333%; height: 50%; text-align: center; background: #333; overflow: hidden; }
.agents ul li .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-position: top center; background-size: cover; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.agents ul li h2 { color: #fff; font-weight: 400; text-transform: uppercase; position: absolute; bottom: 10%; left: 0; right: 0; margin: 0; font-size: 38px; }
.agents ul li .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.agents ul li .overlay:before { -webkit-transition: all 0.4s ease; transition: all 0.4s ease; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #ebb100; opacity: 0; visibility: hidden; }
.agents ul li:hover .overlay:before, .agents ul li:hover .overlay .links { opacity: 0.7; visibility: visible; }
.agents ul li:hover .overlay .links { opacity: 1; }
.agents ul li:hover .image { -webkit-transform: scale(1.05); transform: scale(1.05); }
.agents ul li a { display: block; color: #fff; }
.agents ul li .links { position: relative; z-index: 2; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; width: 220px; margin: 0 auto; }
.agents ul li .links a { -webkit-transition: all 0.1s ease; transition: all 0.1s ease; display: block; font-size: 20px; margin: 10px 0; border: 1px solid rgba(255, 255, 255, 0.5); padding: 13px 0; border-radius: 30px; font-weight: 600; outline: none; text-decoration: none; background: rgba(255, 255, 255, 0.1); }
.agents ul li .links a i { margin-right: 5px; }
.agents ul li .links a:hover { color: #333; background: #fff; }

@media only screen and (max-width: 767px) { .agents { height: auto; }
  .agents ul li { padding-bottom: 50%; width: 50%; }
  .agents ul li h2 { font-size: 14px; font-weight: 700; }
  .agents ul li .links { width: 150px; }
  .agents ul li .links a { width: 100%; display: inline-block; font-size: 14px; margin: 5px 0; border: 1px solid #fff; padding: 8px 0; border-radius: 30px; font-weight: 600; outline: none; text-decoration: none; }
  .agents ul li .links a i { margin-right: 5px; }
  .agents ul li .links a:hover { color: #333; background: #fff; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .agents { height: auto; }
  .agents ul li { height: auto; padding-bottom: 30%; width: 50%; }
  .agents ul li h2 { font-size: 20px; font-weight: 700; } }

/* ==========================================================================
Testimonials
========================================================================== */
.testimonials { border-top: 2px solid #fff; position: relative; background: url("../img/sp_layout/testimonials-bg.jpg"); background-position: center center; background-size: cover; color: #fff; text-align: center; }
.testimonials .overlay { background: url("../img/sp_layout/filter.png"); padding: 160px 0; }
.testimonials .quotes blockquote { position: relative; border: 0; margin: 10px 10px 40px 10px; padding: 10px; font-family: 'Roboto', sans-serif; font-weight: 300; }
.testimonials .quotes blockquote:after { position: absolute; top: -10px; left: 0; right: 0; margin: 0 auto; content: ''; height: 2px; width: 50px; background-color: #fff; background-color: rgba(255, 255, 255, 0.1); }
.testimonials .quotes blockquote p { position: relative; text-align: left; font-size: 24px; line-height: 30px; letter-spacing: 2px; margin: 0; }
.testimonials .quotes blockquote p:before { position: relative; top: -5px; display: inline-block; background: url("../img/sp_layout/l-quote.png") left no-repeat; content: ''; margin: 0 15px 0 0; height: 18px; width: 24px; }
.testimonials .quotes blockquote p:after { position: absolute; bottom: 8px; display: inline-block; background: url("../img/sp_layout/r-quote.png") left no-repeat; content: ''; margin: 0 0 0 15px; height: 18px; width: 24px; }
.testimonials .quotes blockquote footer { font-style: italic; font-size: 18px; text-align: right; color: #fff; margin-top: 5px; }
.testimonials .quotes blockquote footer:before { display: none; }
.testimonials .quotes .slick-slide { outline: none; }
.testimonials .quotes .slick-dots { list-style: none; padding: 0; margin: 10px 0 30px 0; }
.testimonials .quotes .slick-dots li { position: relative; display: inline-block; width: 8px; height: 8px; margin: 0 5px; padding: 0; cursor: pointer; }
.testimonials .quotes .slick-dots li.slick-active button { background: #fff; }
.testimonials .quotes .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 8px; height: 8px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background-color: #fff; background-color: rgba(255, 255, 255, 0.4); border-radius: 50%; }
.testimonials .more-btn { text-decoration: none; text-transform: uppercase; display: inline-block; color: #fff; font-size: 18px; background: #d96b09; padding: 5px 10px; font-weight: 600; }
.testimonials .more-btn:hover { opacity: 0.7; }

@media only screen and (max-width: 767px) { .testimonials .overlay { padding: 20px 0; }
  .testimonials .quotes blockquote p { font-size: 14px; line-height: 18px; }
  .testimonials .quotes blockquote p:before { background-size: 50%; }
  .testimonials .quotes blockquote p:after { background-size: 50%; bottom: 1px; }
  .testimonials .quotes blockquote footer { font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .testimonials .overlay { padding: 60px 0; }
  .testimonials .quotes blockquote p { font-size: 20px; }
  .testimonials .quotes blockquote footer { font-size: 18px; } }

/* ==========================================================================
Main Body Contents
========================================================================== */
.content-container .content-area { padding: 60px 0; }
.content-container .content-area .content-main img { max-width: 100%; height: auto; }

@media only screen and (max-width: 767px) { .content-container .content-area { padding: 20px 0; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .content-container .content-area { padding: 30px 0; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .content-container .content-area { padding: 40px 0; } }
/* ==========================================================================
Footer
========================================================================== */
.footer { background: #50504e; }
.footer .contact-us { background: #394d5d; padding: 40px 0; text-align: center; }
.footer .contact-us h3 { color: #fff; margin: 0 0 30px 0; text-transform: uppercase; font-weight: 300; font-size: 52px; }
.footer .contact-us p { color: #fff; font-size: 18px; }
.footer .contact-us p:last-child { margin: 0; }
.footer .gmap { position: relative; height: 400px; }
.footer .gmap #map_canvas_footer { position: absolute; width: 100%; height: 400px; top: 0; bottom: 0; left: 0; right: 0; }
.footer img { height: auto; max-width: 100%; }
.footer .contact-info { padding: 30px 0; color: #fff; }
.footer .contact-info .upper p { text-transform: uppercase; font-size: 18px; margin-bottom: 10px; }
.footer .contact-info .upper span { text-transform: uppercase; font-size: 14px; }
.footer .contact-info .upper span.phone { text-transform: normal; font-size: 22px; font-weight: 600; }
.footer .contact-info .upper span.phone i { margin-right: 10px; }
.footer .contact-info .upper ul { text-transform: uppercase; font-size: 18px; margin: 0 0 5px 0; padding: 0; list-style: none; }
.footer .contact-info .upper ul li { position: relative; display: inline; margin-right: 30px; }
.footer .contact-info .upper ul li:after { position: absolute; content: '|'; right: -20px; }
.footer .contact-info .upper ul li:last-child { margin-right: 0; }
.footer .contact-info .upper ul li:last-child:after { display: none; }
.footer .contact-info a { color: #fff; }
.footer .contact-info a:hover { color: #fff; text-decoration: underline; }
.footer .contact-info .lower { padding-top: 10px; }
.footer .contact-info .lower p { font-size: 14px; }
.footer .contact-info .lower .social ul { list-style: none; padding: 0; margin: 0; text-align: center; }
.footer .contact-info .lower .social ul li { display: inline-block; margin: 0 8px 10px 8px; }
.footer .contact-info .lower .social ul li a { -webkit-transition: all 0.1s ease; transition: all 0.1s ease; border-radius: 50%; display: block; background: #a7a6a5; height: 35px; width: 35px; color: #50504e; font-size: 26px; line-height: 38px; }
.footer .contact-info .lower .social ul li a:hover { background: #2b3c4b; color: #fff; }
.footer .contact-info .lower .social ul li a:hover.facebook { background: #3b5998; }
.footer .contact-info .lower .social ul li a:hover.twitter { background: #55acee; }
.footer .contact-info .lower .social ul li a:hover.instagram { background: #3f729b; }
.footer .contact-info .lower .social ul li a:hover.pinterest { background: #bd081c; }
.footer .contact-info .lower .social ul li a:hover.google-plus { background: #dc4e41; }
.footer .contact-info .lower .social ul li a:hover.youtube { background: #cd201f; }
.footer .contact-info .lower .social ul li a:hover.linkedin { background: #0077b5; }
.footer .contact-info .lower .social ul li a:hover.rss { background: #f26522; }
.footer #myrsol_adminblock { display: inline-block; position: static; background: none; margin-bottom: 10px; }
.footer #myrsol_adminblock a { padding: 6px 12px; display: inline-block; background: red; border-radius: 4px; font-size: 16px; }
.footer #myrsol_adminblock a:hover { background: #d6d6d6; }

@media only screen and (max-width: 767px) { .footer .contact-us { padding: 30px 0; }
  .footer .contact-us h3 { font-size: 32px; margin-bottom: 20px; }
  .footer .gmap { height: 250px; }
  .footer .gmap #map_canvas_footer { height: 250px; }
  .footer .contact-info { padding: 20px 0; }
  .footer .contact-info .upper p { font-size: 14px; }
  .footer .contact-info .upper span.phone { font-size: 16px; }
  .footer .contact-info .upper ul { margin: 15px 0; }
  .footer .contact-info .upper ul li { font-size: 14px; }
  .footer .contact-info .lower { margin-top: 10px; }
  .footer .contact-info .lower .social ul li { float: left; margin: 0 3px 6px 3px; }
  .footer .contact-info .lower .social ul li a { font-size: 20px; height: 30px; width: 30px; line-height: 30px; } }
.container-fluid { max-width: 1170px; }


.datepicker { z-index: 1050 !important; }