/* ==========================================================================
GLOBAL STYLES
========================================================================== */
html, body { height: 100%; }
body { background: #1c0304; font-family: 'Montserrat', sans-serif; color: #1c0304; font-size: 15px; line-height: 24px; -webkit-font-smoothing: antialiased; -webkit-animation-name: initial; }

/* Spacing Section Margin and Padding */
.p20 { padding: 20px 0; }
.p30 { padding: 30px 0; }
.p40 { padding: 40px 0; }
.p50 { padding: 50px 0; }
.p60 { padding: 60px 0; }
.p80 { padding: 80px 0; }
.m60 { margin: 50px 0; }
.m80 { margin: 80px 0; }

/* Video Embed */
.fluid-video { display: block; width: 100%; height: 0; padding-bottom: 56.25%; /* 16/9 format */ overflow: hidden; position: relative; margin-bottom: 10px; }
.fluid-video iframe, .fluid-video embed, .fluid-video object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

.row-custom { margin-left:0; margin-right:0; }
.row-custom [class*="col-"] { padding-left:0; padding-right:0; }

/* ==========================================================================
Typography
========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #ff1e29; font-family: 'Montserrat', sans-serif; }
h1 { font-size: 34px; letter-spacing: 1.7px; font-weight: 300; margin: 0 0 20px 0; }
h2 { font-weight: 300; font-size: 24px; letter-spacing: 1.2px; margin: 20px 0; }
h3 { font-weight: 400; font-size: 20px; letter-spacing: 1px; }
h4 { font-weight: 400; font-size: 18px; }
h5 { font-weight: 400; font-size: 16px; }
h6 { font-weight: 400; font-size: 14px; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

@media only screen and (max-width: 992px) { h1 { font-weight: 400; font-size: 22px; }
  h2 { font-weight: 400; font-size: 20px; }
  h3 { font-weight: 400; font-size: 18px; } }

/* Paragraphs */
p { margin: 0 0 15px 0; }

/* Links */
a { color: #ff1e29; text-decoration: none; }
a:hover, a:focus { outline: none; text-decoration: none; color: #666; }

/* 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; }

/* Sticky Footer */
.sticky-footer { min-height: 100%; height: auto !important; height: 100%; }

/* Responsive Embed */
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }
.embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; }

/* ==========================================================================
Target Body
========================================================================== */
body.int .body-contents:before { padding-top: 135px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; display: block; content: " "; }
body.int .body-contents.mb:before { padding-top: 118px; }

@media only screen and (min-width: 993px) and (max-width: 1199px) { body.int .body-contents:before { padding-top: 115px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; display: block; content: " "; }
  body.int .body-contents.mb:before { padding-top: 115px; } }
@media only screen and (max-width: 992px) { body.int .header { position: relative; }
  body.int .body-contents:before { display: none !important; } }
/* =================================================================
/* ==========================================================================
Main Header
========================================================================== */
.header { position: absolute; left: 0; right: 0; }
.header .top-nav { position: relative; z-index: 9; background: #ff1e29; color: #fff; }
.header .top-nav a { color: #fff; }
.header .top-nav ul { list-style: none; padding: 0; margin: 0; }
.header .top-nav ul li { font-size: 14px; float: left; margin-right: 15px; }
.header .top-nav ul li a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header .top-nav .quick-info ul li { margin-top: 10px; }
.header .top-nav .quick-info ul li i { margin-right: 5px; }
.header .top-nav .social-nav { margin: 0 20px 0 0; float: right; }
.header .top-nav .social-nav li a { text-align: center; display: block; padding: 0; line-height: 45px; width: 35px; font-size: 17px; }
.header .top-nav .my-account { float: right; margin: 10px 0; -webkit-border-radius: 4px; border-radius: 4px; background-clip: padding-box; background: #fff; }
.header .top-nav .my-account ul li { color: #ff1e29; position: relative; margin: 0; }
.header .top-nav .my-account ul li:after { font-size: 10px; position: absolute; top: 1px; right: 0; content: '|'; }
.header .top-nav .my-account ul li a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; color: #ff1e29; padding: 0 15px; font-size: 12px; font-weight: bold; display: inline-block; }
.header .top-nav .my-account ul li a:hover { color: #666; }
.header .top-nav .my-account ul li:last-child { border: 0; }
.header .top-nav .my-account ul li:last-child:after { content: none; }

/* Admin Button */
#myrsol_adminblock { position: static; background: none; }
#myrsol_adminblock a { color: #ff1e29; padding: 1px 15px 0 15px; text-transform: none; }
#myrsol_adminblock a:hover { color: #666; }

/* Social Icons */
#social-links { list-style: none; padding: 0; margin: 0; }
#social-links li { float: left; margin: 0; }
#social-links li a { color: #fff; }
#social-links li a:hover { color: #fff; }
#social-links li a.nav-twitter:hover { background: #55acee; }
#social-links li a.nav-facebook:hover { background: #3b5998; }
#social-links li a.nav-googleplus:hover { background: #dd4b39; }
#social-links li a.nav-pinterest:hover { background: #cb2027; }
#social-links li a.nav-youtube:hover { background: #bb0000; }
#social-links li a.nav-linkedin:hover { background: #007bb6; }
#social-links li a.nav-instagram:hover { background: #517fa4; }

@media only screen and (max-width: 767px) { .header .top-nav { max-height: 300px; overflow-y: scroll; -webkit-overflow-scrolling: touch; position: fixed; top: 50px; background: #fff; color: #222; width: 100%; border-width: 0 2px 2px 2px; border-style: solid; border-color: #ff1e29; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); z-index: 999; }
  .header .top-nav.open-nav { -webkit-transform: translate3d(15%, 0, 0); -moz-transform: translate3d(15%, 0, 0); -ms-transform: translate3d(15%, 0, 0); -o-transform: translate3d(15%, 0, 0); transform: translate3d(15%, 0, 0); }
  .header .top-nav a { color: #222; }
  .header .top-nav .container-fluid { margin: 0; padding: 0; }
  .header .top-nav .container-fluid .row { margin: 0; }
  .header .top-nav .container-fluid .row .col-md-8, .header .top-nav .container-fluid .row .col-md-4, .header .top-nav .container-fluid .row .col-md-6 { padding: 0; }
  .header .top-nav ul { float: none !important; }
  .header .top-nav ul li { margin: 0 !important; float: none !important; border-width: 0 0 1px 0; border-style: solid; border-color: #eee; font-weight: bold; }
  .header .top-nav ul li a { font-weight: bold !important; color: #222 !important; display: block !important; border: 0 !important; padding: 10px 20px !important; margin: 0 !important; }
  .header .top-nav ul li a:hover { background: none !important; color: #ff1e29 !important; }
  .header .top-nav ul li #myrsol_adminblock { background: #f4f4f4; }
  .header .top-nav .quick-info { margin: 0; float: none; }
  .header .top-nav .quick-info ul li { padding: 10px 20px; }
  .header .top-nav .quick-info ul li a { padding: 0 !important; display: inline-block !important; }
  .header .top-nav .quick-info ul li.realtor { background: #ff1e29; color: #fff; }
  .header .top-nav .my-account { float: none; margin: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; background: none; }
  .header .top-nav .my-account ul li:after { display: none; } }
/* ==========================================================================
Main Navigation Menu
========================================================================== */
/* SmartMenus Bootstrap 3 */
/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow { position: static; margin-top: 0; margin-right: 0; margin-left: 6px; display: inline-block; width: 0; height: 0; overflow: hidden; vertical-align: middle; border-top: 4px solid; border-right: 4px dashed transparent; border-bottom: 4px dashed transparent; border-left: 4px dashed transparent; }
.navbar-fixed-bottom .sub-arrow { margin-top: -5px; border-top: 4px dashed transparent; border-bottom: 4px solid; }
.navbar-nav ul .sub-arrow { position: absolute; right: 0; margin-top: 6px; margin-right: 15px; border-top: 4px dashed transparent; border-bottom: 4px dashed transparent; border-left: 4px solid; }
.navbar-nav ul a.has-submenu { padding-right: 30px; }
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px dashed transparent; border-right: 7px dashed transparent; border-bottom: 7px solid; border-left: 7px dashed transparent; }
.navbar-nav span.scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px dashed transparent; border-bottom: 7px dashed transparent; border-left: 7px dashed transparent; }
.navbar-nav .collapsible ul .dropdown-menu > li > a, .navbar-nav .collapsible ul .dropdown-menu .dropdown-header { padding-left: 35px; }
.navbar-nav .collapsible ul ul .dropdown-menu > li > a, .navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header { padding-left: 45px; }
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header { padding-left: 55px; }
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header { padding-left: 65px; }
.navbar-nav .dropdown-menu > li > a { white-space: normal; }
.navbar-nav ul.sm-nowrap > li > a { white-space: nowrap; }
.navbar-right ul.dropdown-menu { left: 0; right: auto; }
.navbar-nav .collapsible ul { display: none; position: static !important; top: auto !important; left: auto !important; margin-left: 0 !important; margin-top: 0 !important; width: auto !important; min-width: 0 !important; max-width: none !important; }
.navbar-nav .collapsible ul.sm-nowrap > li > a { white-space: normal; }
.navbar-nav .collapsible iframe { display: none; }

/* Main Nav */
.site-nav { position: absolute; left: 0; right: 0; border-radius: 0; background-clip: padding-box; border: 0; margin: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 12; min-height: 90px; background-color: #fff; background-color: rgba(255, 255, 255, 1); box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.site-nav.nav-fade { position: fixed !important; top: 0; z-index: 9900; -webkit-transform: translateZ(0); transform: translateZ(0); min-height: 70px; }
.site-nav.nav-fade .navbar-header .navbar-brand { display: block; height: 70px; padding: 10px 15px; }
.site-nav.nav-fade .navbar-header .navbar-brand img { height: 50px; }
.site-nav.nav-fade #nav { margin-top: 20px; }
.site-nav.nav-fade #nav > li > a { margin-top: 0; }
.site-nav .navbar-header { margin-right: 20px; }
.site-nav .navbar-header .navbar-brand { padding: 10px 15px; display: block; height: 90px; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.site-nav .navbar-header .navbar-brand img { height: 70px; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav ul ul { display: none; }
.site-nav .nav .open > a { background: none !important; color: #ff1e29 !important; }
.site-nav .nav .open > a:before { width: 100% !important; border-color: #ff1e29 !important; }
.site-nav .nav .open .open > a { background: #ff1e29 !important; color: #fff !important; }
.site-nav .tabdrop b { display: none; }
.site-nav .tabdrop.open ul { display: block !important; position: absolute; }
.site-nav .tabdrop.open ul:before { display: none; }
.site-nav #nav { float: right; margin-top: 30px; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.site-nav #nav > li { float: left; margin: 0 15px; }
.site-nav #nav > li > a { position: relative; text-transform: uppercase; line-height: 20px; display: block; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; font-size: 14px; padding: 5px 0; color: #000; }
.site-nav #nav > li > a:before { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: auto; right: 0; bottom: 0; left: 0; border-width: 0 0 3px 0; border-style: solid; border-color: #1c0304; margin: 0 auto; width: 0; content: ''; }
.site-nav #nav > li > a:hover, .site-nav #nav > li > a:focus { background: none !important; }
.site-nav #nav > li > a:hover:before, .site-nav #nav > li > a:focus:before { width: 100%; }
.site-nav #nav li a.has-submenu:after { position: relative; font-family: FontAwesome; display: inline-block; content: "\f107"; font-size: 14px; margin-left: 8px; vertical-align: top; }
.site-nav #nav li li a.has-submenu { padding-right: 40px !important; }
.site-nav #nav li li a.has-submenu:after { position: absolute; right: 20px; top: 7px; }
.site-nav #nav li .dropdown-menu { border: 0; margin: 0; border: 0; border-radius: 0; background-clip: padding-box; }
.site-nav #nav li .dropdown-menu > li > a { color: #000; font-size: 15px; padding: 8px 20px; }
.site-nav #nav li .dropdown-menu > li > a:hover { color: #ff1e29; }
.site-nav #nav .sub-arrow { display: none; }

/* Flexnav Base Styles */
.flexnav { -webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; -webkit-transform-style: preserve-3d; overflow: hidden; margin: 0 auto; width: 100%; max-height: 0; }
.flexnav.opacity { opacity: 0; }
.flexnav.flexnav-show { max-height: 2000px; opacity: 1; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.flexnav li { font-size: 100%; position: relative; overflow: hidden; }
.flexnav li a { position: relative; display: block; padding: .96em; z-index: 2; overflow: hidden; color: #222; background: #a6a6a2; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.flexnav li ul { width: 100%; }
.flexnav li ul li { font-size: 100%; position: relative; overflow: hidden; }
.flexnav li ul.flexnav-show li { overflow: visible; }
.flexnav li ul li a { display: block; background: #b2b2af; }
.flexnav ul li ul li a { background: #bfbfbc; }
.flexnav ul li ul li ul li a { background: #cbcbc9; }
.flexnav .touch-button { position: absolute; z-index: 999; top: 0; right: 0; width: 50px; height: 50px; display: inline-block; background: #acaca1; background: rgba(0, 0, 0, 0.075); text-align: center; }
.flexnav .touch-button:hover { cursor: pointer; }
.flexnav .touch-button .navicon { position: relative; top: 1.4em; font-size: 12px; color: #666; }

@media all and (min-width: 992px) { .flexnav { overflow: visible; }
  .flexnav.opacity { opacity: 1; }
  .flexnav li { position: relative; list-style: none; float: left; display: block; background-color: #a6a6a2; overflow: visible; width: 20%; }
  .flexnav li a { border-left: 1px solid #acaca1; border-bottom: none; }
  .flexnav li > ul { position: absolute; top: auto; left: 0; }
  .flexnav li > ul li { width: 100%; }
  .flexnav li ul li > ul { margin-left: 100%; top: 0; }
  .flexnav li ul li a { border-bottom: none; }
  .flexnav li ul.open { display: block; opacity: 1; visibility: visible; z-index: 1; }
  .flexnav li ul.open li { overflow: visible; max-height: 100px; }
  .flexnav li ul.open ul.open { margin-left: 100%; top: 0; } }
.oldie .flexnav { overflow: visible; }
.oldie .flexnav.one-page { top: 0; right: auto; max-width: 1080px; }
.oldie .flexnav li { position: relative; list-style: none; float: left; display: block; background-color: #a6a6a2; width: 20%; min-height: 50px; overflow: visible; }
.oldie .flexnav li:hover > ul { display: block; width: 100%; overflow: visible; }
.oldie .flexnav li:hover > ul li { width: 100%; float: none; }
.oldie .flexnav li a { border-left: 1px solid #acaca1; border-bottom: none; overflow: visible; }
.oldie .flexnav li > ul { background: #acaca1; position: absolute; top: auto; left: 0; display: none; z-index: 1; overflow: visible; }
.oldie .flexnav li ul li ul { top: 0; }
.oldie .flexnav li ul li a { border-bottom: none; }
.oldie .flexnav li ul.open { display: block; width: 100%; overflow: visible; }
.oldie .flexnav li ul.open li { width: 100%; }
.oldie .flexnav li ul.open ul.open { margin-left: 100%; top: 0; display: block; width: 100%; overflow: visible; }
.oldie .flexnav ul li:hover ul { margin-left: 100%; top: 0; }
.oldie.ie7 .flexnav li { width: 19.9%; }
@media only screen and (max-width: 992px) { body { padding-top: 50px; }
  .nav-wrap-open { overflow: hidden !important; }
  .nav-wrap-open .site-nav { border-color: #eee !important; }
  .site-nav { background: none; position: fixed; display: block; top: 0; left: 0; right: 0; z-index: 9; height: 50px; min-height: 0; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; border-bottom: 1px solid #fff !important; }
  .site-nav.nav-fade { background: none; min-height: 50px; }
  .site-nav.nav-fade .navbar-header { background: #fff; }
  .site-nav.nav-fade .navbar-header .navbar-brand { padding: 10px 50px !important; height: 50px; display: inline-block; float: none; }
  .site-nav.nav-fade .navbar-header .navbar-brand img { height: 30px; display: block; margin: 0 auto; }
  .site-nav .container-fluid { padding-left: 0; padding-right: 0; height: 100%; }
  .site-nav .navbar-header { margin-right: 0; margin-left: 0; background: #fff; color: #222; border-bottom: 0; width: 100%; position: relative; z-index: 2; }
  .site-nav .navbar-header .wrap-logo { position: absolute; width: 100%; text-align: center; z-index: 3; }
  .site-nav .navbar-header .navbar-brand { padding: 5px 50px !important; height: 50px; display: inline-block; float: none; }
  .site-nav .navbar-header .navbar-brand img { height: 40px; display: block; margin: 0 auto; }
  .site-nav .navbar-header .navbar-toggle { -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; padding: 13px 10px; margin: 0; border: 0; position: relative; width: 60px; height: 50px; float: left; z-index: 4; color: #666; }
  .site-nav .navbar-header .navbar-toggle.open { background: #f4f4f4; color: #ff1e29; }
  .site-nav .navbar-header .navbar-toggle.open:after { content: '\f00d'; }
  .site-nav .navbar-header .navbar-toggle:after { text-align: center; font-family: FontAwesome; content: '\f0c9'; font-size: 22px; }
  .site-nav .navbar-header .search-prop-link { line-height: 28px; }
  .site-nav .navbar-header .button-nav { text-align: center; display: block; position: relative; background: none; padding: 10px; margin: 0; border: 0; width: 60px; height: 50px; z-index: 4; color: #666; font-size: 20px; }
  .site-nav .navbar-header .button-nav svg { margin-top: 2px; height: 26px; width: 26px; fill: #666; }
  .site-nav .navbar-header .button-nav.open { background: #f4f4f4; color: #ff1e29; }
  .site-nav .navbar-header .button-nav.open svg { fill: #ff1e29; }
  .site-nav .navbar-header .button-nav:focus, .site-nav .navbar-header .button-nav:hover { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; outline: none; }
  .navbar-mobile { position: fixed; top: 50px; left: -100%; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); bottom: 0; height: 100%; width: 100%; z-index: 9999; }
  .navbar-mobile.nav-slide { left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .navbar-mobile.nav-slide .overlay { opacity: 0.85; filter: alpha(opacity=85); }
  .navbar-mobile.nav-slide .wrap { left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .navbar-mobile.slide-delay { left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .navbar-mobile .wrap { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; overflow-y: scroll; -webkit-overflow-scrolling: touch; background: #fff; display: block; top: 50px; left: -91%; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); width: 91%; height: 100%; z-index: 9; padding-bottom: 50px; }
  .navbar-mobile .overlay { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin: 0; background: #ff1e29; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; border: 0; margin: 0; width: 100%; }
  .navbar-mobile ul { list-style: none; margin: 0; padding: 0; float: left !important; }
  .navbar-mobile ul ul li a { background: #f4f4f4 !important; }
  .navbar-mobile ul li.item-with-ul > a { padding-right: 60px; }
  .navbar-mobile ul li a { padding: 12px 20px; background: #fff; border-color: #eee; font-size: 16px; }
  .navbar-mobile ul li span.touch-button { width: 60px !important; height: 49px !important; background: none; border-width: 0 0 0 1px; border-style: solid; border-color: #eee; }
  .navbar-mobile ul li span.touch-button:after { font-size: 14px; line-height: 26px; -webkit-border-radius: 4px; border-radius: 4px; background-clip: padding-box; display: block; padding: 2px 0; margin: 9px auto; height: 30px; width: 30px; font-family: FontAwesome; content: "\f067"; color: #fff; background: #ff1e29; }
  .navbar-mobile ul li span.touch-button.active:after { content: '\f068'; background-color: #ff1e29; background-color: rgba(37, 42, 43, 0.8); }
  .navbar-mobile ul li span.touch-button i { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .site-nav .navbar-header .navbar-brand { margin-left: 0px; }
  .navbar-mobile .wrap { left: -80%; width: 80%; }
  /* Show Mobile Navbar on Tablet View */
  .navbar-header { float: none; }
  .navbar-toggle { display: block; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .site-nav { min-height: 70px; }
  .site-nav .col-md-3 { width: 20%; }
  .site-nav .col-md-9 { width: 80%; }
  .site-nav .navbar-header { margin-right: 20px; }
  .site-nav .navbar-header .navbar-brand { display: block; height: 70px; padding: 5px 15px; }
  .site-nav .navbar-header .navbar-brand img { height: 60px; }
  .site-nav #nav { margin-top: 20px; }
  .site-nav #nav > li { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; margin: 0 8px; }
  .site-nav #nav > li > a { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; margin-top: 0; } }
/* ==========================================================================
Homepage Banner
========================================================================== */
/* Banner */
.banner { position: relative; height: 800px; }
.banner:hover .carousel a.previous-control, .banner:hover .carousel a.next-control { opacity: 1; filter: alpha(opacity=100); }
.banner .carousel { height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.banner .carousel .carousel-inner { height: 100%; }
.banner .carousel .carousel-inner .item { height: 100%; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.banner .carousel a.previous-control, .banner .carousel a.next-control { opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); position: absolute; top: 47%; right: auto; bottom: auto; left: auto; z-index: 7; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; display: inline-block; font-size: 30px; text-align: center; height: 58px; width: 58px; color: #fff; border: 3px solid #fff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
.banner .carousel a.previous-control i, .banner .carousel a.next-control i { line-height: 52px; text-align: center; }
.banner .carousel a.previous-control:hover, .banner .carousel a.next-control:hover { background: #fff; color: #222; }
.banner .carousel a.previous-control:active:hover, .banner .carousel a.next-control:active:hover { background-color: #ff1e29; background-color: rgba(37, 42, 43, 0.8); color: #fff; }
.banner .carousel a.previous-control.next-control, .banner .carousel a.next-control.next-control { right: 2%; }
.banner .carousel a.previous-control.previous-control, .banner .carousel a.next-control.previous-control { left: 2%; }
.banner .carousel-fade { background: #fff; }
.banner .carousel-fade .carousel-inner .item { opacity: 0; filter: alpha(opacity=0); -moz-transition-property: opacity; -o-transition-property: opacity; -webkit-transition-property: opacity; transition-property: opacity; }
.banner .carousel-fade .carousel-inner .active { opacity: 1; filter: alpha(opacity=100); }
.banner .carousel-fade .carousel-inner .active.left, .banner .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; filter: alpha(opacity=0); z-index: 1; }
.banner .carousel-fade .carousel-inner .next.left, .banner .carousel-fade .carousel-inner .prev.right { opacity: 1; filter: alpha(opacity=100); }
.banner .carousel-fade .carousel-control { z-index: 2; }
.banner .banner-text { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; }
.banner .banner-text .container-fluid { height: 100%; }
.banner .banner-text .text-container { height: 100%; color: #fff; }
.banner .banner-text .text-container .t-contents { position: relative; text-align: center; display: block; margin: 0 auto; width: 100%; }
.banner .banner-text .text-container span { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); display: block; margin-bottom: 5px; font-weight: bold; text-transform: uppercase; font-size: 45px; letter-spacing: 3px; line-height: 55px; }
.banner .banner-text .text-container p { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: bold; margin: 0; font-size: 16px; letter-spacing: 1.6px; }
.banner .banner-text .text-container ul { text-align: center; list-style: none; margin: 20px 0 0 0; padding: 0; *zoom: 1; }
.banner .banner-text .text-container ul:before, .banner .banner-text .text-container ul:after { content: " "; display: table; }
.banner .banner-text .text-container ul:after { clear: both; }
.banner .banner-text .text-container ul li { display: inline; margin-right: 2px; }
.banner .banner-text .text-container ul li a { -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); padding: 8px 14px; text-align: center; display: inline-block; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; font-size: 14px; color: #fff; background-color: #ff1e29; background-color: rgba(255,30,41, 0.5); border: 2px solid #fff; }
.banner .banner-text .text-container ul li a:hover { background: #fff; color: #1c0304; }
.banner .wrap-qs { position: absolute; top: auto; right: 0; bottom: 0; left: 0; z-index: 4; }
.banner .banner-quick-search { background-color: #fff; background-color: rgba(255, 255, 255, 0.3); }
.banner .banner-quick-search .wrapper { position: relative; padding: 20px 0 0 0; *zoom: 1; }
.banner .banner-quick-search .wrapper:before, .banner .banner-quick-search .wrapper:after { content: " "; display: table; }
.banner .banner-quick-search .wrapper:after { clear: both; }
.banner .banner-quick-search .wrapper .row { margin-left: -10px; margin-right: -10px; }
.banner .banner-quick-search .wrapper .col-xs-1, .banner .banner-quick-search .wrapper .col-sm-1, .banner .banner-quick-search .wrapper .col-md-1, .banner .banner-quick-search .wrapper .col-lg-1, .banner .banner-quick-search .wrapper .col-xs-2, .banner .banner-quick-search .wrapper .col-sm-2, .banner .banner-quick-search .wrapper .col-md-2, .banner .banner-quick-search .wrapper .col-lg-2, .banner .banner-quick-search .wrapper .col-xs-3, .banner .banner-quick-search .wrapper .col-sm-3, .banner .banner-quick-search .wrapper .col-md-3, .banner .banner-quick-search .wrapper .col-lg-3, .banner .banner-quick-search .wrapper .col-xs-4, .banner .banner-quick-search .wrapper .col-sm-4, .banner .banner-quick-search .wrapper .col-md-4, .banner .banner-quick-search .wrapper .col-lg-4, .banner .banner-quick-search .wrapper .col-xs-5, .banner .banner-quick-search .wrapper .col-sm-5, .banner .banner-quick-search .wrapper .col-md-5, .banner .banner-quick-search .wrapper .col-lg-5, .banner .banner-quick-search .wrapper .col-xs-6, .banner .banner-quick-search .wrapper .col-sm-6, .banner .banner-quick-search .wrapper .col-md-6, .banner .banner-quick-search .wrapper .col-lg-6, .banner .banner-quick-search .wrapper .col-xs-7, .banner .banner-quick-search .wrapper .col-sm-7, .banner .banner-quick-search .wrapper .col-md-7, .banner .banner-quick-search .wrapper .col-lg-7, .banner .banner-quick-search .wrapper .col-xs-8, .banner .banner-quick-search .wrapper .col-sm-8, .banner .banner-quick-search .wrapper .col-md-8, .banner .banner-quick-search .wrapper .col-lg-8, .banner .banner-quick-search .wrapper .col-xs-9, .banner .banner-quick-search .wrapper .col-sm-9, .banner .banner-quick-search .wrapper .col-md-9, .banner .banner-quick-search .wrapper .col-lg-9, .banner .banner-quick-search .wrapper .col-xs-10, .banner .banner-quick-search .wrapper .col-sm-10, .banner .banner-quick-search .wrapper .col-md-10, .banner .banner-quick-search .wrapper .col-lg-10, .banner .banner-quick-search .wrapper .col-xs-11, .banner .banner-quick-search .wrapper .col-sm-11, .banner .banner-quick-search .wrapper .col-md-11, .banner .banner-quick-search .wrapper .col-lg-11, .banner .banner-quick-search .wrapper .col-xs-12, .banner .banner-quick-search .wrapper .col-sm-12, .banner .banner-quick-search .wrapper .col-md-12, .banner .banner-quick-search .wrapper .col-lg-12 { padding-left: 10px; padding-right: 10px; }
.banner .banner-quick-search #quicksearch_select .form-group { float: left; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; background: #fff; position: relative; margin-bottom: 20px; width: 100%; }
.banner .banner-quick-search #quicksearch_select .form-group:after { position: absolute; font-family: FontAwesome; color: #222; top: 8px; right: 14px; content: "\f0dc"; font-size: 12px; }
.banner .banner-quick-search #quicksearch_select .form-group select { text-transform: uppercase; position: relative; z-index: 1; width: 100% !important; height: 40px; border: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; -moz-appearance: none; -webkit-appearance: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: none; color: #222; outline: none; }
.banner .banner-quick-search #quicksearch_select .form-group select option { text-transform: none; color: #222; background-color: #fff; }
.banner .banner-quick-search #quicksearch_select .form-group select::-ms-expand { display: none; }
.banner .banner-quick-search #quicksearch_select .form-links { float: left; position: relative; min-height: 1px; width: 7%; text-align: center; padding-left: 10px; padding-right: 10px; }
.banner .banner-quick-search #quicksearch_select .form-links a { color: #fff; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn-advanced { display: none; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn { display: block; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; padding: 5px 0; height: 40px; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn i { font-size: 28px; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn span { display: none; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn:hover, .banner .banner-quick-search #quicksearch_select .qsearch-btn:active { background: #ff1e29; }

@media only screen and (max-width: 767px) { .banner { height: auto; }
  .banner .carousel { position: relative; height: 200px; }
  .banner .carousel .carousel-inner { height: 100%; }
  .banner .carousel .carousel-inner .item { height: 100%; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; background-position: center center; }
  .banner .banner-text { height: 200px; position: absolute; top: 0; right: 0; bottom: auto; left: 0; z-index: 9; }
  .banner .banner-text .text-container { height: 100%; color: #fff; }
  .banner .banner-text .text-container span { font-size: 20px; letter-spacing: 1px; line-height: 20px; }
  .banner .banner-text .text-container p { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: bold; margin: 0; line-height: 18px; font-size: 14px; letter-spacing: 0.7px; }
  .banner .banner-text .text-container ul { text-align: center; list-style: none; margin: 20px 0 0 0; padding: 0; *zoom: 1; }
  .banner .banner-text .text-container ul:before, .banner .banner-text .text-container ul:after { content: " "; display: table; }
  .banner .banner-text .text-container ul:after { clear: both; }
  .banner .banner-text .text-container ul li a { padding: 2px 8px; margin-bottom: 6px; font-size: 12px; border: 1px solid #fff; }
  .banner .wrap-qs { position: relative; }
  .banner .banner-quick-search { position: relative; background: #f4f4f4; }
  .banner .banner-quick-search .wrapper { padding: 20px 0; }
  .banner .banner-quick-search #quicksearch_select select:focus, .banner .banner-quick-search #quicksearch_select select:hover { font-size: 16px; }
  .banner .banner-quick-search #quicksearch_select .form-group { margin-bottom: 15px; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul { position: absolute; top: 0px; left: -15px; right: -15px; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul li { width: 100%; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul li i { display: none; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul li:after { display: none; }
  .banner .banner-quick-search #quicksearch_select .form-links { text-align: center; width: 50%; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn-advanced { line-height: 40px; display: block; font-weight: bold; font-size: 13px; height: 40px; color: #222 !important; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn-advanced:hover { color: #ff1e29 !important; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn { width: 100%; display: block; background: #ff1e29; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; font-size: 14px; padding: 8px 0; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn span { display: inline-block; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn i { font-size: inherit; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .banner { height: 100%; }
  .banner .banner-quick-search .wrapper .col-sm-2 { width: 18.666667%; }
  .banner .banner-quick-search .form-links { width: 12.333333% !important; } }
@media only screen and (min-width: 993px) and (max-width: 1100px) { .banner { height: 100%; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .banner .banner-quick-search .wrapper .col-md-2 { width: 15.5%; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) { .banner .banner-quick-search .wrapper .col-lg-2 { width: 15.5%; } }
@media only screen and (min-width: 1500px) { .banner .banner-quick-search .wrapper .col-lg-2 { width: 15.5%; } }
@media all and (transform-3d), (-webkit-transform-3d) { .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left { opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
/* ==========================================================================
Featured Properties
========================================================================== */
.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; }

.featured-properties .title { position: relative; }
.featured-properties h2 { text-transform: uppercase; width: 100%; text-align: center; margin-top: 0; font-size: 32px; color: #ff1e29; }
.featured-properties a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.featured-properties .slick-arrow { position: absolute; z-index: 1; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); border: 0; color: #ff1e29; font-size: 30px; padding: 0 15px; background: none; outline: none; }
.featured-properties .slick-arrow:hover { color: #fff; }
.featured-properties .slick-arrow.slick-prev { left: 10%; }
.featured-properties .slick-arrow.slick-next { right: 10%; }
.featured-properties .glider-controls { font-weight: bold; }
.featured-properties .glider-controls a { position: absolute; top: 0; right: auto; bottom: auto; left: auto; text-decoration: none; font-size: 30px; text-transform: uppercase; display: inline-block; padding: 0 15px; color: #ff1e29; float: left; cursor: pointer; }
.featured-properties .glider-controls a:hover { color: #fff; }
.featured-properties .glider-controls a.next-button-slick { margin-left: 10%; left: 0; }
.featured-properties .glider-controls a.prev-button-slick { right: 0; margin-right: 10%; }
.featured-properties .featured-properties-slider { margin-left: -15px; margin-right: -15px; }
.featured-properties .item { outline: none; }
.featured-properties .prop-wrap { position: relative; margin: 15px; border-radius: 5px; background-clip: padding-box; overflow: hidden; }
.featured-properties .prop-wrap:hover .glider-pic a { -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); filter: blur(3px); }
.featured-properties .prop-wrap:hover .glider-content { opacity: 1; filter: alpha(opacity=100); }
.featured-properties .prop-wrap a { position: relative; }
.featured-properties .prop-wrap .glider-pic { position: relative; overflow: hidden; }
.featured-properties .prop-wrap .glider-pic a { background-size:cover; background-position:center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1; filter: alpha(opacity=100); display: block; padding-bottom: 70%; width: 100%; }
.featured-properties .prop-wrap .glider-pic a img { position:absolute; top:50%; left:0; right:0; transform: translate(0, -50%); }
.featured-properties .prop-wrap .glider-content { border-radius: 5px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; filter: alpha(opacity=0); background-color: #222; background-color: rgba(34, 34, 34, 0.6); position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; *zoom: 1; font-size: 14px; color: #fff; padding: 20px 40px; }
.featured-properties .prop-wrap .glider-content:before, .featured-properties .prop-wrap .glider-content:after { content: " "; display: table; }
.featured-properties .prop-wrap .glider-content:after { clear: both; }
.featured-properties .prop-wrap .glider-content .price { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding-bottom: 10px; margin-bottom: 10px; font-weight: bold; border-bottom: 1px solid #fff; font-family: 'Montserrat', sans-serif; font-size: 30px; letter-spacing: 1.5px; }
.featured-properties .prop-wrap .glider-content .address { font-size: 12px; letter-spacing: 0.6px; }
.featured-properties .prop-wrap .glider-content .area { line-height: 32px; font-size: 20px; letter-spacing: 0.5px; }
.featured-properties .prop-wrap .glider-content .lowbig { text-transform: capitalize; display: block; font-size: 14px; font-weight: 400; }
.featured-properties .prop-wrap .glider-content .lowbig ul { list-style: none; padding: 0; margin: 0; }
.featured-properties .prop-wrap .glider-content .lowbig ul li { display: inline-block; font-size: 16px; letter-spacing: 0.8px; margin-right: 5px; }
.featured-properties .prop-wrap .glider-content .lowbig ul li:after { content: '|'; padding-left: 10px; }
.featured-properties .prop-wrap .glider-content .lowbig ul li:last-child:after { display: none; }
.featured-properties .prop-wrap .glider-content .ftr-vd { border-radius: 5px; background-clip: padding-box; border: 1px solid #fff; padding: 3px 14px; margin-top: 20px; display: inline-block; text-indent: 0; color: #fff; }
.featured-properties .prop-wrap .glider-content .ftr-vd:hover { color: #222; background: #fff; border-color: #fff; }

@media only screen and (max-width: 767px) { .featured-properties .title h2 { font-size: 20px; }
  .featured-properties .glider-controls { display: none; }
  .featured-properties .featured-properties-slider { margin-left: -3px; margin-right: -3px; }
  .featured-properties .prop-wrap { margin: 0 3px; }
  .featured-properties .prop-wrap .glider-content { font-size: 14px; padding: 5px; line-height: 20px; }
  .featured-properties .prop-wrap .glider-content .price { padding: 0; margin: 0; font-size: 14px; border: 0; }
  .featured-properties .prop-wrap .glider-content .area, .featured-properties .prop-wrap .glider-content .address { display: none; }
  .featured-properties .prop-wrap .glider-content .lowbig ul li { font-size: 12px; }
  .featured-properties .prop-wrap .glider-content .ftr-vd { padding: 2px 8px; margin-top: 5px; font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .featured-properties .title h2 { font-size: 20px; }
  .featured-properties .featured-properties-slider { margin-left: -10px; margin-right: -10px; }
  .featured-properties .prop-wrap { margin: 10px; }
  .featured-properties .prop-wrap .glider-pic a { height: 180px; }
  .featured-properties .prop-wrap .glider-content { font-size: 14px; padding: 10px; }
  .featured-properties .prop-wrap .glider-content .price { padding: 0; margin: 0; font-size: 14px; border: 0; }
  .featured-properties .prop-wrap .glider-content .area { font-size: 16px; line-height: 20px; }
  .featured-properties .prop-wrap .glider-content .address { display: none; }
  .featured-properties .prop-wrap .glider-content .lowbig ul li { font-size: 12px; }
  .featured-properties .prop-wrap .glider-content .ftr-vd { margin-top: 10px; font-size: 12px; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .featured-properties .prop-wrap { margin-bottom: 10px; }
  .featured-properties .prop-wrap .glider-pic a { height: 250px; }
  .featured-properties .prop-wrap .glider-content { font-size: 14px; padding-bottom: 30px; }
  .featured-properties .prop-wrap .glider-content .price { padding: 6px 10px; font-size: 16px; }
  .featured-properties .prop-wrap .glider-content .area { font-size: 16px; }
  .featured-properties .prop-wrap .glider-content .address { line-height: 20px; }
  .featured-properties .prop-wrap .glider-content .lowbig { position: relative; border: 0; font-size: 12px; margin: 5px 0 10px 0; padding: 0; width: 100%; }
  .featured-properties .prop-wrap .glider-content .ftr-vd { margin-top: 10px; font-size: 12px; } }

/* ==========================================================================
Community Links
========================================================================== */
.community-links { background: #1c0304; color: #fff; text-align: center; }
.community-links h2 { text-transform: uppercase; margin: 0 0 10px 0; font-size: 32px; color: #fff; }
.community-links p { color: #ccc; }
.community-links ul { *zoom: 1; list-style: none; margin: 30px 0 0 0; padding: 0; }
.community-links ul:before, .community-links ul:after { content: " "; display: table; }
.community-links ul:after { clear: both; }
.community-links ul li { text-align: center; display: block; width: 25%; float: left; position: relative; }
.community-links ul li a { position: relative; color: #fff; font-size: 14px; display: inline-block; padding: 5px 10px; z-index: 3; }
.community-links ul li a:before { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: auto; right: 0; bottom: 0; left: 0; border-bottom: 1px solid #fff; margin: 0 auto; width: 0; content: ''; }
.community-links ul li a:hover, .community-links ul li a:focus { background: none !important; }
.community-links ul li a:hover:before, .community-links ul li a:focus:before { width: 100%; }

@media only screen and (max-width: 767px) { .community-links ul li { width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .community-links ul li { width: 33.33333%; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .community-links ul li { width: 33.33333%; } }
/* ==========================================================================
Property Types List
========================================================================== */
.property-types-list h3 { display: block; margin: 0 0 3px 0; padding: 14px 20px; font-weight: 700; text-transform: uppercase; background: #ff1e29; color: #fff; font-size: 16px; }
.property-types-list .bx-wrapper { border-width: 0 0 2px 0; border-color: #ff1e29; border-style: solid; }
.property-types-list ul { list-style: none; margin: 0; padding: 0; }
.property-types-list ul li a { color: #000; display: block; padding: 12px 20px; font-size: 15px; background: #fff; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.property-types-list ul li a:after { float: right; font-family: FontAwesome; content: "\f105"; }
.property-types-list ul li a:hover { background-color: #fff; color: #ff1e29; }
.property-types-list ul li a span { float: right; width: 35px; text-align: center; }
.property-types-list .bx-controls-direction { margin-top: 3px; }
.property-types-list .bx-controls-direction a { color:#ff1e29; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; display: inline-block; text-align: center; padding: 8px 20px; font-size: 14px; font-weight: 700; }
.property-types-list .bx-controls-direction a.bx-prev { float: left; }
.property-types-list .bx-controls-direction a.bx-prev:after { font-family: FontAwesome; content: "\f0d8"; margin-left: 5px; }
.property-types-list .bx-controls-direction a.bx-next { float: right; }
.property-types-list .bx-controls-direction a.bx-next:after { font-family: FontAwesome; content: "\f0d7"; margin-left: 5px; }

@media only screen and (max-width: 992px) { .property-types-list { margin-top: 40px; } }
/* ==========================================================================
Body Contents
========================================================================== */
.body-contents { position: relative; }
.body-contents .contents a:hover { opacity: 0.8; filter: alpha(opacity=80); }

.home-contents { -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); position: relative; z-index: 1; }
.home-contents .home-body .read-more { display: inline-block; margin-bottom: 25px; }
.home-contents .home-body .read-more a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; bottom: 0; left: 15px; display: inline-block; text-transform: uppercase; }
.home-contents .home-body .read-more a:after { font-family: FontAwesome; content: "\f101"; margin-left: 5px; }

.content-main {
  padding: 40px;
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .content-main {
    margin-left:-15px;
    margin-right:-15px;
  }
}
@media only screen and (max-width: 767px) {
  .content-main {
    padding:30px 15px;
  }
}

/* ==========================================================================
Sidebar
========================================================================== */
.sb-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; height: 100%; }

.sb { height: 100%; }
.sb .row { height: 100%; }
.sb .sidebar-bg-wrap { height: 100%; }
.sb .sidebar-bg-wrap .sidebar-bg { height: 100%; width: 4px; background: #e9e9e9; }

.sidebar { position: relative; margin-top:20px; }
.sidebar h3 { margin: 0 0 20px 0; text-transform: uppercase; font-weight: bold; color: #222; }
.sidebar a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.sidebar ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget { *zoom: 1; padding: 20px; background:#fff; margin-bottom:20px; }
.sidebar .widget:before, .sidebar .widget:after { content: " "; display: table; }
.sidebar .widget:after { clear: both; }
.sidebar .q-search { padding-right: 20px !important; background: #e9e9e9; position: relative; }
.sidebar .q-search .row { margin-left: -10px; margin-right: -10px; }
.sidebar .q-search .col-xs-1, .sidebar .q-search .col-sm-1, .sidebar .q-search .col-md-1, .sidebar .q-search .col-lg-1, .sidebar .q-search .col-xs-2, .sidebar .q-search .col-sm-2, .sidebar .q-search .col-md-2, .sidebar .q-search .col-lg-2, .sidebar .q-search .col-xs-3, .sidebar .q-search .col-sm-3, .sidebar .q-search .col-md-3, .sidebar .q-search .col-lg-3, .sidebar .q-search .col-xs-4, .sidebar .q-search .col-sm-4, .sidebar .q-search .col-md-4, .sidebar .q-search .col-lg-4, .sidebar .q-search .col-xs-5, .sidebar .q-search .col-sm-5, .sidebar .q-search .col-md-5, .sidebar .q-search .col-lg-5, .sidebar .q-search .col-xs-6, .sidebar .q-search .col-sm-6, .sidebar .q-search .col-md-6, .sidebar .q-search .col-lg-6, .sidebar .q-search .col-xs-7, .sidebar .q-search .col-sm-7, .sidebar .q-search .col-md-7, .sidebar .q-search .col-lg-7, .sidebar .q-search .col-xs-8, .sidebar .q-search .col-sm-8, .sidebar .q-search .col-md-8, .sidebar .q-search .col-lg-8, .sidebar .q-search .col-xs-9, .sidebar .q-search .col-sm-9, .sidebar .q-search .col-md-9, .sidebar .q-search .col-lg-9, .sidebar .q-search .col-xs-10, .sidebar .q-search .col-sm-10, .sidebar .q-search .col-md-10, .sidebar .q-search .col-lg-10, .sidebar .q-search .col-xs-11, .sidebar .q-search .col-sm-11, .sidebar .q-search .col-md-11, .sidebar .q-search .col-lg-11, .sidebar .q-search .col-xs-12, .sidebar .q-search .col-sm-12, .sidebar .q-search .col-md-12, .sidebar .q-search .col-lg-12 { padding-left: 10px; padding-right: 10px; }
.sidebar #quicksearch_select { position: relative; *zoom: 1; }
.sidebar #quicksearch_select:before, .sidebar #quicksearch_select:after { content: " "; display: table; }
.sidebar #quicksearch_select:after { clear: both; }
.sidebar #quicksearch_select .form-group { float: left; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; background: #fff; position: relative; margin-bottom: 20px; width: 100%; }
.sidebar #quicksearch_select .form-group:after { position: absolute; font-family: FontAwesome; color: #222; top: 8px; right: 14px; content: "\f0dc"; font-size: 12px; }
.sidebar #quicksearch_select .form-group select { text-transform: uppercase; position: relative; z-index: 1; width: 100% !important; height: 40px; border: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; -moz-appearance: none; -webkit-appearance: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: none; color: #222; outline: none; }
.sidebar #quicksearch_select .form-group select option { text-transform: none; color: #222; background-color: #fff; }
.sidebar #quicksearch_select .form-group select::-ms-expand { display: none; }
.sidebar #quicksearch_select .form-links { text-align: center; position: relative; min-height: 1px; width: 100%; }
.sidebar #quicksearch_select .form-links a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.sidebar #quicksearch_select .qsearch-btn-advanced { text-align: center; margin-bottom: -10px; padding: 5px 0; display: block; font-weight: bold; font-size: 13px; color: #222 !important; }
.sidebar #quicksearch_select .qsearch-btn-advanced:hover { color: #ff1e29 !important; }
.sidebar #quicksearch_select .qsearch-btn { display: block; width: 100%; background: #ff1e29; color: #fff; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; padding: 8px 0; text-align: center; font-size: 16px; }
.sidebar #quicksearch_select .qsearch-btn span { display: inline-block; }
.sidebar #quicksearch_select .qsearch-btn:hover { opacity: 0.8; filter: alpha(opacity=80); }
.sidebar #quicksearch_select .qsearch-btn:active { background: #666; }
.sidebar .bar-links { padding: 0; }
.sidebar .bar-links .wrap { position: relative; }
.sidebar .bar-links a { display: block; padding: 20px; }
.sidebar .bar-links a:hover { background: #ff1e29; color: #fff; }
.sidebar .bar-links a:hover svg { fill: #fff; }
.sidebar .bar-links a:hover .title { color: #fff; }
.sidebar .bar-links a:hover .title span { color: #fff; }
.sidebar .bar-links .icon { float: left; margin-right: 10px; margin-top: 5px; position: absolute; top: 0; left: 10px; opacity: 0.1; filter: alpha(opacity=10); }
.sidebar .bar-links .icon svg { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; display: block; fill: #666; height: 70px; width: 70px; }
.sidebar .bar-links .title { line-height: 20px; color: #ff1e29; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.sidebar .bar-links .title span { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; font-size: 14px; text-transform: uppercase; color: #666; }
.sidebar .image-links { padding: 0; }
.sidebar .image-links .wrap { position: relative; overflow: hidden; }
.sidebar .image-links .wrap:hover .title { background-color: #ff1e29; background-color: rgba(255,30,41, 0.5); }
.sidebar .image-links .wrap .pic { -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; background-position: center; background-position: center center; width: 100%; padding-bottom: 45.971014492%; }
.sidebar .image-links .wrap img { max-width: 100%; }
.sidebar .image-links .wrap .title { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: auto; right: 0; bottom: 15px; left: 0; color: #fff; font-weight: bold; font-size: 14px; padding: 10px 20px; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(left, rgba(255,30,41, 0.75) 0%, rgba(255,30,41, 0.6) 50%, rgba(255,30,41, 0.2) 75%, transparent 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,30,41, 0.75)), color-stop(50%, rgba(255,30,41, 0.6)), color-stop(75%, rgba(255,30,41, 0.2)), color-stop(100%, transparent)); background: -webkit-linear-gradient(left, rgba(255,30,41, 0.75) 0%, rgba(255,30,41, 0.6) 50%, rgba(255,30,41, 0.2) 75%, transparent 100%); background: -o-linear-gradient(left, rgba(255,30,41, 0.75) 0%, rgba(255,30,41, 0.6) 50%, rgba(255,30,41, 0.2) 75%, transparent 100%); background: -ms-linear-gradient(left, rgba(255,30,41, 0.75) 0%, rgba(255,30,41, 0.6) 50%, rgba(255,30,41, 0.2) 75%, transparent 100%); background: linear-gradient(to right, rgba(255,30,41, 0.75) 0%, rgba(255,30,41, 0.6) 50%, rgba(255,30,41, 0.2) 75%, rgba(255,30,41, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=1 ); }
.sidebar .accordion { padding: 0; }
.sidebar .accordion .panel-group { margin: 0; }
.sidebar .accordion .panel { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; margin: 0; border: 0; background: #fff; border-top: 1px solid #ddd; }
.sidebar .accordion .panel:first-child { border: 0; }
.sidebar .accordion .panel-heading { padding: 0; background: #eee; border: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; }
.sidebar .accordion h4 a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; position: relative; display: block; color: #fff; background: #ff1e29; padding: 15px 20px; font-size: 16px; }
.sidebar .accordion h4 a:after { position: absolute; right: 12px; font-family: FontAwesome; content: "\f106"; }
.sidebar .accordion h4 a.collapsed { background: #f4f4f4; color: #666; }
.sidebar .accordion h4 a.collapsed:after { content: "\f107"; }
.sidebar .accordion h4 a:hover { color: #fff; background-color: #ff1e29; }
.sidebar .accordion .panel-body { border: 0 !important; font-size: 14px; }
.sidebar .accordion .panel-body a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; color: #ff1e29; }
.sidebar .accordion .panel-body a:hover { color: #ff1e29; }
.sidebar .accordion .panel-body a strong { font-weight: 400; color: #ff1e29; }
.sidebar .accordion .panel-body .recent-posts p { line-height: 18px; }
.sidebar .accordion .panel-body ul { list-style: none; padding: 0; margin: 0; }
.sidebar .accordion .panel-body ul li { padding: 3px 0; }
.sidebar .accordion .panel-body ul li a { display: inline-block; color: #666; line-height: 20px; }
.sidebar .accordion .panel-body ul li a:before { font-family: FontAwesome; content: "\f105"; margin-right: 5px; }
.sidebar .accordion .panel-body ul li:first-child a { padding-top: 0; }
.sidebar .accordion .panel-body ul li:last-child { border-bottom: 0; }
.sidebar .accordion .panel-body ul li:last-child a { padding-bottom: 0; }

@media only screen and (max-width: 767px) { .sidebar { -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -ms-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; height: 0; opacity: 0; filter: alpha(opacity=0); overflow: hidden; }
  .sidebar.open { opacity: 1; filter: alpha(opacity=100); display: block !important; height: 100% !important; }
  .sidebar #quicksearch_select select:focus, .sidebar #quicksearch_select select:hover { font-size: 16px; } }
@media only screen and (max-width: 992px) { .sidebar .widget { padding-right: 0; }
  .sidebar .bar-links a { padding-right: 0; }
  .sidebar .image-links .wrap .title { padding: 6px 20px; font-size: 12px; }
  .sidebar .accordion .panel-heading .panel-title a { font-size: 14px; }
  .sidebar .accordion .panel-body { padding-right: 0; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .sidebar .widget { padding-right: 0; }
  .sidebar .bar-links a { padding-right: 0; }
  .sidebar .accordion .panel-body { padding-right: 0; } }
.modal-account .modal-sm { min-width: 400px; }
.modal-account .modal-content { -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; }
.modal-account .modal-content .modal-header { background: #ff1e29; }
.modal-account .modal-content .modal-header .close { opacity: 0.4; filter: alpha(opacity=40); color: #fff; text-shadow: none; }
.modal-account .modal-content .modal-header h4 { text-align: center; display: block; margin: 0; padding: 4px 0; font-weight: normal; color: #fff; font-size: 15px; text-transform: uppercase; }
.modal-account .modal-content .modal-header h4 i { margin-right: 5px; }
.modal-account .modal-content .modal-body { padding: 20px; background: #f4f4f4; }
.modal-account .modal-content a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.modal-account .modal-content #QuickUserLogin br { display: none; }
.modal-account .modal-content #QuickUserLogin label[for="LoginUsername"], .modal-account .modal-content #QuickUserLogin label[for="LoginPassword"] { display: none; }
.modal-account .modal-content #QuickUserLogin p { *zoom: 1; float: none !important; margin: 0 0 10px 0 !important; }
.modal-account .modal-content #QuickUserLogin p:before, .modal-account .modal-content #QuickUserLogin p:after { content: " "; display: table; }
.modal-account .modal-content #QuickUserLogin p:after { clear: both; }
.modal-account .modal-content #QuickUserLogin p.qul_password { margin-bottom: 20px !important; }
.modal-account .modal-content #QuickUserLogin #LoginUsername, .modal-account .modal-content #QuickUserLogin #LoginPassword { -webkit-border-radius: 3px; border-radius: 3px; background-clip: padding-box; border-width: 1px; border-style: solid; border-color: #ccc; min-width: 100%; height: 45px; padding-left: 10px; font-size: 16px; font-family: 'Montserrat', sans-serif; }
.modal-account .modal-content #QuickUserLogin ::-webkit-input-placeholder { color: #777; }
.modal-account .modal-content #QuickUserLogin :-moz-placeholder { color: #777; }
.modal-account .modal-content #QuickUserLogin ::-moz-placeholder { color: #777; }
.modal-account .modal-content #QuickUserLogin :-ms-input-placeholder { color: #777; }
.modal-account .modal-content #QuickUserLogin input[type="submit"] { -webkit-border-radius: 3px; border-radius: 3px; background-clip: padding-box; width: 100%; border: 0; color: #fff; background: #ff1e29; padding: 8px 5px; }
.modal-account .modal-content #QuickUserLogin input[type="submit"]:hover { background: #ff1e29; }
.modal-account .modal-content #QuickUserLogin input[type="checkbox"] { float: left; margin: 2px 0 0 0; }
.modal-account .modal-content #QuickUserLogin label[for="LoginCookie"] { float: left; line-height: 18px; padding-left: 5px; font-size: 12px; margin: 0; }
.modal-account .modal-content #QuickUserLogin .profile-links { -webkit-border-radius: 3px; border-radius: 3px; background-clip: padding-box; display: inline-block; float: left; font-size: 14px; font-family: 'Montserrat', sans-serif; margin-right: 8px; border-width: 1px; border-style: solid; border-color: #ccc; padding: 2px 12px; color: #222; }
.modal-account .modal-content #QuickUserLogin .profile-links:hover { border-color: #ff1e29; background: #ff1e29; color: #fff; }
.modal-account .modal-content .profile-box .profile-welcome { white-space: nowrap; color: #ff1e29; font-weight: bold; }
.modal-account .modal-content .profile-box ul { list-style: none; margin: 10px -10px 0 0; padding: 0; min-width: 250px !important; font-family: 'Montserrat', sans-serif; list-style: none; }
.modal-account .modal-content .profile-box ul li a { display: block; padding: 3px 0; }

@media only screen and (max-width: 767px) { .modal-account .modal-sm { min-width: 0; max-width: 100% !important; } }
/* ==========================================================================
Footer
========================================================================== */
.footer { color: #fff; background: #222; }
.footer a { color: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.footer a:hover { color: #ff1e29; }
.footer .ftr-btm { background: #250405; font-size: 14px; }
.footer .ftr-btm .box { margin: 60px 0; border-left: 1px solid rgba(255,255,255,0.3); }
.footer .ftr-btm .box:first-child { border-left: 0; }
.footer .ftr-btm .box:nth-child(2) { border-left: 0; }
.footer .ftr-btm p { margin-bottom: 20px; }
.footer .ftr-btm p:last-child { margin: 0; }
.footer .ftr-btm h4 { text-transform: uppercase; font-weight: bold; color: #fff; margin: 0 0 15px 0; font-size: 16px; }
.footer .ftr-btm ul { list-style: none; padding: 0; margin: 0; *zoom: 1; }
.footer .ftr-btm ul:before, .footer .ftr-btm ul:after { content: " "; display: table; }
.footer .ftr-btm ul:after { clear: both; }
.footer .ftr-btm ul li { margin: 0 0 2px 0; padding: 0 10px 0 15px; position: relative; width: 50%; float: left; }
.footer .ftr-btm ul li a:before { position: absolute; font-family: FontAwesome; color: #fff; left: 0; content: "\f105"; font-size: 12px; }
.footer .logo img { display: block; max-width: 100%; margin-bottom: 20px; max-height: 100px; }
.footer .contact { text-align: center; }
.footer .contact i { font-size: 42px; margin-bottom: 20px; }
.footer #social-links { *zoom: 1; float: right; }
.footer #social-links:before, .footer #social-links:after { content: " "; display: table; }
.footer #social-links:after { clear: both; }
.footer #social-links li a { -webkit-border-radius: 40px; border-radius: 40px; background-clip: padding-box; font-size: 18px; display: block; text-align: center; padding: 0; width: 40px; line-height: 40px; margin: 0 8px 8px 0; background: #250405; }
.footer .new-listings ul { list-style: none; padding: 0; margin: 0; }
.footer .new-listings ul li { float: left; width: 33.33333%; text-align: center; position: relative; }
.footer .new-listings ul li a { padding: 5px 0; font-size: 14px; display: block; }
.footer .new-listings ul li a:after { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: auto; right: 0; bottom: 0; left: auto; width: 10px; height: 10px; border-right: 1px solid #999; border-bottom: 1px solid #999; content: ''; }
.footer .new-listings ul li a:hover:after { height: 100%; width: 100%; }
.footer .new-listings ul li a span { margin: 5px 0; display: block; font-size: 20px; }
.footer .copyright { position: relative; text-align: left; background: #1c0304; color: #666; font-size: 12px; line-height: 18px; }
.footer .copyright p { margin: 0; }
.footer .copyright a { color: #666; }
.footer .copyright a.scrollup { margin: 0 auto; text-align: center; display: inline-block; position: absolute; top: -25px; right: 0; bottom: auto; left: 0; -webkit-border-radius: 30px; border-radius: 30px; background-clip: padding-box; background: #1c0304; border: 3px solid #250405; height: 50px; width: 50px; line-height: 44px; font-size: 16px; }
.footer .copyright a.scrollup:hover { background: #250405; border-color:#1c0304; }
.footer .copyright a.tinyminute { font-weight: bold; font-size: 12px; }
.footer .copyright a:hover { color: #ccc; }
.footer .copyright a:hover.myrsol { color: #8dc63f; }
.footer .copyright a:hover.tinyminute { color: #ffb62d; }

@media only screen and (max-width: 767px) { .footer .ftr-btm .box { margin: 30px 0; border: 0; }
  .footer .ftr-btm .contact { text-align: left; }
  .footer .ftr-btm .contact i { display: none; }
  .footer #social-links { margin-top: 20px; float: left; } }
@media only screen and (max-width: 992px) { .footer .copyright a.scrollup { margin: 0 auto; text-align: center; display: inline-block; position: absolute; top: -20px; right: 0; bottom: auto; left: 0; -webkit-border-radius: 30px; border-radius: 30px; background-clip: padding-box; background: #222; border: 3px solid #333; height: 40px; width: 40px; line-height: 34px; font-size: 12px; }
  .footer .copyright a.scrollup:hover { background: #444; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .footer .ftr-btm .box { margin: 30px 0; }
  .footer .ftr-btm .box:nth-child(3) { border-left: 0; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .footer .ftr-btm .box { margin: 40px 0; }
  .footer .ftr-btm ul li { width: 100%; } }
.designer { content: "Layout Designed & Coded by http://tinyminute.com/"; }

.container-fluid-full { margin-left: 15px; margin-right: 15px; }

.csstransforms3d { display: none; }

@media only screen and (max-width: 767px) { body { font-size: 14px; }
  .p30 { padding: 30px 0; }
  .p40 { padding: 30px 0; }
  .p50 { padding: 30px 0; }
  .p60 { padding: 30px 0; }
  .p80 { padding: 80px 0; }
  .m60 { margin: 50px 0; }
  .m80 { margin: 80px 0; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { body { font-size: 14px; }
  .p60 { padding: 40px 0; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .p30 { padding: 30px 0; }
  .p40 { padding: 30px 0; }
  .p50 { padding: 30px 0; }
  .p60 { padding: 40px 0; }
  .p80 { padding: 80px 0; }
  .m60 { margin: 50px 0; }
  .m80 { margin: 80px 0; } }
/* Wide Desktops */
@media only screen and (min-width: 1500px) { .container { width: 1500px; }
  .container-fluid { max-width: 1500px; } }

.modal { z-index: 9999; }
.grid_view .listings-wrap .myrsol-idx-summary { background: none; }
#listings .listings-wrap .myrsol-idx-summary h3 { text-transform: none; font-family: 'Montserrat', sans-serif; letter-spacing: 0; }
.listings_view .details-onecol-grouped h4 { border-bottom: 1px solid #999; margin-bottom: 10px; display: inline-block; }
/* Myrsol Map & Royal Slider Layer Fix */
.maplayout .maplayout-left, #mapWrap, .rsThumbs { z-index: 7; }
.grid_view .has-ribbon:after, .grid_view .has-ribbon:before { z-index: 9; }

.listings_view .myrsol-idx-details .myrsol-idx-stat span { font-size:14px; }

/* ==========================================================================
Custom Listings
========================================================================== */
/* Price Label */
.listings_view .myrsol-idx-price:before,
.listings-wrap .summary-price-wrapper .s-price:before { content:'Plan Purchase Price: '; }

/* Address */
#listings .listings-wrap .myrsol-idx-summary h3 { display:none; }

/* Title / Property Type / Status / Map Link */
.listings-wrap .summary-details .s-cut { margin-bottom:10px; }
.listings-wrap .summary-details .s-cut .text-muted,
.listings-wrap .summary-details .s-cut .text-info { display:none; }

.listings_view ul.myrsol-view-list-a li:nth-child(1),
.listings_view ul.myrsol-view-list-a li:nth-child(2),
.listings_view ul.myrsol-view-list-a li:nth-child(3) { display: none; }

/* availability - remove this if displaying the above 3 items */
.listings_view ul.myrsol-view-list-a li:nth-child(4) { border-left: 0px; padding-left: 5px; }

/* Age, Year Built, Acres */
.myrsol-idx-details .myrsol-idx-stat:nth-of-type(4),
.myrsol-idx-details .myrsol-idx-stat:nth-of-type(5),
.myrsol-idx-details .myrsol-idx-stat:nth-of-type(6) { display:none; }

/* Schedule a Showing */
.myrsol-idx-cta-btns div:first-of-type { width:100%; }
.myrsol-idx-cta-btns div:last-of-type { display:none; }

/* Mortgage Calculator */
#mortgage-embed { display:none; }

/* Map */
.listings_view .listings_tabs { display:none; }

/* Remove hr last */
.listings_view .remarks hr:last-child { display:none; }

/* ==========================================================================
li spacing in content area - RG
========================================================================== */
.content-main li {padding-bottom:10px;}

/* ==========================================================================
li bold in certain content area - RG
========================================================================== */
#font-weight-bold {font-weight:bold; padding-top:15px;}
#font-weight-bold-red {font-weight:100; color:#ff1e29; font-size:18px;}
.font-normal {font-weight:100; color:#1c0304; font-size:15px;}
.font-weight-normal {font-weight:100;}

#customlist {
  /* delete default counter */
  list-style-type: none;
  padding:0;
  /* create custom counter and set it to 0 */
  counter-reset: elementcounter;
}

#customlist>li:before {
  /* print out "Element " followed by the current counter value */
  content: "Option " counter(elementcounter) ": ";
  /* increment counter */
  counter-increment: elementcounter;
}


/* ==========================================================================
hide map button  - RG
========================================================================== */
.myrsol-listing-btns .btn-group [data-type="map"] {display: none;}

/* ==========================================================================

Hide Modify Search Criteria on Custom Listings Index Page - RG
========================================================================== */
.custom-listings-index a.btn-link {display: none;}



