@import url(font-awesome.min.old.css);
* {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    width: 100%;
    padding: 0;
    margin: 0;
} 

.pd-i-0{
    padding: 0px!important;
}

.pd-0{
    padding: 0px;
}

.mt-0{
    margin-top: 0!important;
}

.mb-0 {
    margin-bottom: 0;
}
.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-20 {
    margin-top: 20px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mb-15 {
    margin-bottom: 15px!important;
}
.mb-12 {
    margin-bottom: 12px!important;
}
.ml-0 {
    margin-left: 0;
}
.ml-2 {
    margin-left: 2px;
}
.ml-4 {
    margin-left: 4px;
}
.ml-6 {
    margin-left: 6px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-10 {
    margin-left: 10px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.btn-default{
  background-color: transparent;
  border-color: rgba(255,255,255,.5);
  color: rgba(255,255,255,.5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, 
.btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
button:focus, input:focus, textarea:focus {
  outline: 0;
}
body.fixed {
    position: fixed;
    left: 0;
    right: 0;
}
body.fixed:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #092c4c;
    opacity: .5;
    z-index: 1023;
}
body {
    height: 100%;
    min-height: 100%;
    max-width: 1920px;
    margin: auto !important;
    font-family: 'Open Sans', sans-serif;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    color: #74777c;
    background-color: #fff;
    font-size: 14px;
}
a{
    color: #1b8644;
}
a:hover, button:hover {
    outline: 0;
    text-decoration: none;
}
li, p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}
li, p, ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: inherit;
  font-family: 'Open Sans',sans-serif;
  color: #90c8c2;
  font-weight: 500;
  margin: 0;
  text-transform: inherit;
}
div.site-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
}
.wideContainer {
    width: 90%;
    margin: 0 auto;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.container-md {
    max-width: 1090px;
}
.cta-btn, .cta-outline {
    text-decoration: none;
    float: none;
    background: #1b8644;
    border-radius: 30px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 13px 32px;
    height: auto;
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #1b8644;
    transition: all .4s ease-in-out;
}
.cta-outline:focus, .cta-outline:hover {
    color: #fff;
    background: #1b8644;
    border-color: #1b8644;
}
html body .green-btn {
    border-color: #004886;
    background: #004886;
    color: #fff;
}
.cta-btn:focus, .cta-btn:hover {
    color: #fff;
    background: #004886;
    border-color: #004886;
}
.green-btn:focus, .green-btn:hover {
    background: #1b8644;
    border-color: #1b8644;
}
.border-bottom-1 {
    border-bottom: 1px solid #eee;
}
.owl-controls .owl-buttons div {
    font-size: 20px;
}
.owl-controls .owl-buttons {
    height: 71px;
}
.nav-mobile {
    z-index: 50;
}
.tm-15 {
    margin-top: 15px;
}
.lm-0 {
    margin-left: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.text-underline{
    text-decoration: underline;
}
/*Header CSS*/
#verificationCodeEntry {
    text-align: center;
    margin-top: 60px;
}
#verificationCodeEntry input {
    width: 40px;
    font-size: 30px !important;
    border: none;
    border-bottom: 2px solid #74777c;
    margin-right: 10px;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    padding-left: 2px;
    padding-right: 2px;
}
.resendCodeContainer {
    padding-top: 40px;
}
#resendCode:hover {
    text-decoration: underline;
}
#verificationErrors {
    text-align: center;
    padding-top: 20px;
}
.header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    position: -webkit-sticky; 
    top: 0;
    z-index: 99999;
}
#top-bar {
    width: 100%;
    font-size: 13px;
    line-height: 32px;
    background-color: #f1f3f6;
    position: relative;
    z-index: 1020;
    min-height: unset;
}
#top-bar a {
    color: #74777c;
}
#top-bar a:focus, #top-bar a:hover {
    color: #1b8644;
    text-decoration: none;
}
ul#top-buttons {
    float: right;
}
.header .navbar {
    max-width: 1310px;
    padding: 10px 15px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    float: none;
    align-items: center;
    border-radius: 0;
    flex-wrap: nowrap;
}

.left-header {
    display: flex;
    flex: 0 0 50%;
    max-width: 0;
    align-items: center;
}
.toggle-block {
    height: 15px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    display: inherit;
    align-items: center;
    margin-right: 0;
}
.toggle-btn {
    width: 20px;
    height: 20px;
    margin: 6px 0;
    display: block;
    position: relative;
    border-radius: 4px;
    margin-right: 3px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/menu-icon.png);
}
span.toggle-name {
    color: #004886;
    pointer-events: none;
}
.center-header {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header .navbar-brand {
    padding: 0;
    height: auto;
    width: auto;
}
div#navbarSupportedContent {
    position: absolute;
    right: 15px;
}
.header .navbar-collapse {
    max-width: max-content;
    padding-left: 0;
    flex: 0 0 50%;
    margin-left: 0;
    padding-right: 0;
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
}
.header .navbar-nav {
    float: none;
    display: flex;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: auto;
    align-items: center;
}
.header .navbar .nav-item:first-child {
    margin-left: 0;
}
.header .navbar-toggler.open .navbar-toggler-icon, 
.toggle-block.open .toggle-btn {
    height: 0;
    background: 0 0;
}
.header .navbar-toggler.open .navbar-toggler-icon:before, 
.toggle-block.open .toggle-btn:before {
    transform: rotate(-45deg);
    top: 0;
} 
.header .navbar-toggler.open .navbar-toggler-icon:after, 
.toggle-block.open .toggle-btn:after {
    transform: rotate(45deg);
    top: 0;
}                                
.toggle-block.open .toggle-btn {
    background-image: url(../images/close.png);
    height: 20px;
    background-position: center;
    background-size: contain;
}
.burger-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    z-index: 999998;
    margin-left: -436px;
    overflow-y: auto;
    width: 100%;
    /* max-width: 580px; */
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}
.burger-menu::-webkit-scrollbar {
    width: 0;
}
.burger-menu::-webkit-scrollbar-thumb {
    background-color: #004886;
    background-color: transparent;
    border-radius: 8px;
}
.burger-menu::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 8px;
}
@-moz-document url-prefix() {
    .burger-menu {
        scrollbar-width: none;
    }
}
.burger-menu::-webkit-scrollbar-thumb:hover {
    background: #1b8644;
    background-color: transparent;
}
.burger-menu .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    margin: 10px 0;
}
.burger-menu .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
}
.burger-menu .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #004886;
    border-radius: 8px;
}
.burger-menu .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #1b8644;
}
.burger-menu ul li a.open, 
.burger-menu ul li a:hover, 
.burger-menu ul li.active a {
    color: #e64c7f;
}
.burger-menu.open {
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}
.burger-menu ul {
    background: #fff;
    padding: 40px;
    max-width: 340px;
    min-height: 100%;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
}
.burger-menu ul li {
    position: relative;
    margin-bottom: 10px;
}
.burger-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #092c4c;
    display: block;
    position: relative;
}
.header .navbar .nav-item a:hover {
    color: #1b8644;
}
.burger-menu ul hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.burger-menu .white-space {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 230px;
}
.burger-menu .dropdown-menu, .burger-menu .sub-menu {
    top: 0;
    margin-left: 45px;
    margin-top: 0;
    position: absolute;
    left: 100%;
    background: #ffff;
    padding: 20px 20px 10px;
    width: 220px;
    z-index: 1;
    height: auto;
    border-radius: 7px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    max-height: 340px;
    overflow: auto;
}
.burger-menu .dropdown-menu.dropdown-bt {
    top: -100px;
}
.burger-menu .dropdown-menu .active>a, 
.burger-menu .dropdown-menu .active>a:focus, 
.burger-menu .dropdown-menu .active>a:hover {
    color: #e44076;
    background-color: transparent;
}
.burger-menu .sub-menu li, .burger-menu .submenu-list {
    margin-bottom: 16px;
}
.burger-menu .sub-menu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.burger-menu .caret {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../images/drop-down-icon.svg) center no-repeat;
    height: 10px;
    width: 10px;
    border: 0;
}
#signInDialogForm {
    padding: 0;
}
.alPopup-form {
    position: relative;
    max-width: 552px;
    background: #fff;
    padding: 70px 70px;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    margin: auto;
}
.alPopup-form .close-btn, .filter-list .close-btn {
    background: url(../images/close-btn.svg) center no-repeat;
    background-size: 20px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
}
.alPopup-form .signUpDialogLoginOption {
    vertical-align: top;
    text-align: right;
    margin-top: 13px;
    position: absolute;
    top: -3px;
    right: 45px;
}
.alPopup-form .togglePostSignUp:hover, 
.alPopup-form .toggleSignUp:hover,
.alPopup-form .toggleLogIn:hover {
    color: #1b8644 ;
}
.alPopup-form .signUpDialogFormTitle2, .alPopup-form .signUpDialogFormTitleBar1 {
    margin: 0;
    padding: 0;
}
.alPopup-form .site-title {
    margin-bottom: 24px;
}
.alPopup-form #contactLandlordTitle.site-title {
    text-align: center;
}
.alPopup-form .signUpInput {
    margin: 0;
    max-width: 100%;
    position: relative;
    margin-bottom: 24px;
}
.alPopup-form #resendCode {
    color: #1b8644;
    cursor: pointer;
}
.alPopup-form .signUpInput i {
    margin: 10px 0 0 10px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 7px;
}
.alPopup-form .signUpInput input {
    height: auto;
    float: none;
    padding: 16px 24px;
}
.alPopup-form .signUpInput textarea:focus {
    color: #092c4c !important;
}
.alPopup-form #AcceptTerms, .alPopup-form #agreeTerms {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    border-radius: 4px;
}
.alPopup-form #signUpTerms {
    text-align: right;
    float: left;
    width: 18px;
    position: relative;
}
.alPopup-form #signUpDisclaimer {
    text-align: left;
    float: left;
    width: calc(100% - 18px);
    padding-right: 0;
    padding-left: 15px;
}
.alPopup-form .cta-btn {
    width: 100%;
    max-width: 216px;
    font-family: 'Open Sans', sans-serif;
}
.alPopup-form .orDivider {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 15px 0 !important;
}
.alPopup-form .orDivider span {
    background: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 10px 25px;
}
.alPopup-form .orDivider:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e0e0e0;
    left: 0;
    bottom: 14px;
}
.alPopup-form .signUpDisclaimerContainer {
    padding-top: 0;
}
.alPopup-form .signUpSubmission .cta-btn {
    margin-top: 0;
}
.alPopup-form .thankYou-btn .cta-btn {
    width: 100%;
    margin-right: 0;
    max-width: 280px;
}
.ui-widget-overlay {
    background: #092c4c !important;
    z-index: 1000000 !important;
    opacity: .5 !important;
}
.ui-widget.ui-widget-content {
    border: 0 !important;
    background: #e0e0e0;
    height: 4px;
    flex: 0 0 100%;
    margin: 28px 10px 25px;
}
.ui-widget.ui-widget-content {
    z-index: 1000001;
    background: 0 0;
}
#signUpTerms .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.signUpDialogFormTitle, .signUpDialogFormTitle2 {
    margin: 10px 0;
    color: #00687d;
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: 700;
}
.signUpDialogFormTitle2 {
  text-align: center;
  margin-top: 18px;
}
.error {
  color: #d31e00 !important;
  font-size: 90% !important;
  display: block !important;
}
.signUpDialogFormTitle {
    margin: 10px 0 5px 0;
}
.form-label-group {
    position: relative;
}

.al-form .group-form-block input, 
.al-form .group-form-block select, 
.form-control, .schedule-input .chzn-single {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 14px 24px;
    height: auto;
    margin: 0;
}

.form-label-group label {
    opacity: 0;
    color: #828282;
    position: absolute;
    pointer-events: none;
    left: 24px;
    top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.form-label-group label.error {
    position: absolute;
    bottom: -28px !important;
    top: auto !important;
    left: 5px;
}

#contactLandlordErrors, #contactLandlordErrors2, #listingErrors, #loginErrors, #registrationErrors, #applicationErrors {
    color: red;
    margin-bottom: 22px;
}

#contactLandlordErrors, #listingErrors, #loginErrors, #registrationErrors, #applicationErrors {
    margin: 11px 0 11px 0;
}

.verificationNotice {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.small-text {
    font-weight: 400;
    font-size: 13px;
}

.small-text a {
    color: #90c8c2;
}

.small-text a:hover {
    text-decoration: underline !important;
}

.signUpSubmission {
    text-align: center;
    margin-bottom: 10px;
}

.orDivider {
    text-align: center;
    padding: 15px 0 5px 0;
    color: #74777c;
}

.socialLogin {
    text-align: center;
    margin-top: 15px;
}

#googleLogin #gSignIn {
    border: 1px solid #004886;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 237px;
    margin: auto;
    width: 100%;
    padding: 2px 15px;
    transition: all .4s ease-in-out;
}
#googleLogin #gSignIn:hover{
    background-color: #004886;
}
#googleLogin #gSignIn:hover .abcRioButtonContents {
  color: #fff;
}
#googleLogin .abcRioButton.abcRioButtonLightBlue {
    width: auto !important;
    background: 0 0;
    box-shadow: none;
}

#googleLogin .abcRioButtonContents {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    color: #004886;
    line-height: 40px !important;
}

#googleLogin .abcRioButtonSvg {
    height: 23px;
    width: 23px;
}

#forgotPasswordContainer {
    margin-top: 15px;
    text-align: center;
}
#forgotPassword:hover{
    color: #1b8644;
}
#forgotPasswordError {
    text-align: center;
    color: #d31e00;
}
.ui-dialog-titlebar {
    display: none !important;
}
/*.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.signupDialog {
    width: 100% !important;
    left: auto !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    box-shadow: none !important;
    background: 0 0;
}*/
.ui-dialog.ui-widget-content{
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin-right: 0;
  margin-left: 0;
  box-shadow: none !important;
  position: fixed;
  background: rgb(9 44 76 / 50%) !important;
  z-index: 1000000 !important;
  margin-top: 0 !important;
  padding: 30px 0;
  overflow: auto;
  border-radius: 0 !important;
}
.ui-widget-overlay{
    display: none;
}
body.ui-dialog-open{
    overflow: hidden;
}
.alPopup-form.signup-switch {
    max-width: 944px;
}

.alPopup-form.signup-switch .site-title {
    margin-bottom: 0;
}

.center {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.signUpDialogFormOptionBox {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
}

.signUpDialogFormOptionBoxFirst {
    margin-top: 35px;
}

.signup-switch .signUpDialogFormOptionBox {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 24px 24px 24px 0;
    margin-left: 60px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.signUpDialogFormOptionBox:hover {
    border-color: #1b8644;
}

.signup-switch .signUpDialogContent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.signup-switch .signUpDialogFormLabel {
    width: calc(100% - 62px);
    padding: 0;
    padding-left: 24px;
}

.signup-switch .signUpDialogPhoto {
    padding: 0;
    text-align: right;
    height: 122px;
    width: 122px;
    overflow: hidden;
    margin-left: -60px;
    border-radius: 50%
}
.signup-switch .signUpDialogPhoto img {
    width: 100%
}
.signup-switch .signUpDialogFormLabel h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 8px;
}
#header #welcome {
    float: right;
}

#header {
    z-index: 100 !important;
}
/*Header CSS End*/

/*Header-form*/

.abcRioButtonContentWrapper {
  height: 100%;
  width: 100%;
}
/*Header Forms End*/
#footer-top {
    padding-top: 30px;
}
.footer {
    background: #f2f3f5;
    padding: 30px 0 25px;
}

.footer .footer-logo {
    display: inline-block;
}

.footer-links li:last-child {
    border-bottom: 0;
}

.f-inner h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #004886;
    margin-bottom: 12px;
}

.footer .f-inner address, .footer .f-inner ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #092c4c;
    /* text-transform: uppercase; */
}

.footer .f-inner ul li a:focus, .footer .f-inner ul li a:hover {
    color: #004886;
}

.footer .f-inner ul li.active a {
    color: #1b8644;
}

.f-inner li.item {
    border: 0;
}

.footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #282828;
}

footer.footer .f-inner ul li, footer.footer .f-inner ul li a {
    line-height: 20px;
}

footer.footer .f-inner address {
    line-height: 23px;
    margin-bottom: 0;
}
.footer-bottom {
  margin-top: 20px;
}
#location-slider address {
    text-transform: uppercase !important;
}

#updateMessage {
  position: fixed;
  width: 350px;
  display: none;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  background:#1b8644fa;
  text-align: center;
  padding: 21px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  z-index: 10000;
  transform: translateX(-50%);
  box-shadow: 1px 3px 15px 7px rgb(9 44 76 / 20%);
  border: 2px solid #fff;
}

#mapOverloadMessage {
    position: fixed;
    width: 350px;
    display: none;
    border-radius: 6px;
    top: 300px;
    left: 40%;
    background: #000;
    text-align: center;
    padding: 10px 0;
    color: #eee;
    font-size: 14px;
    z-index: 10001;
}

#consent-popup {
    display: inherit;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background-color: #1b8644;
    opacity: 1;
    z-index: 99999;
    width: 100%;
    text-align: center;
}

#consent-popup p {
    color: #fff !important;
    font-size: 1.4rem;
}

#consent-popup a {
    color: #fff !important;
    font-size: 1.4rem;
}

#consent-popup .consent-btn-container {
    text-align: center;
}

#consent-popup button {
    color: #fff;
    border-color: #fff;
    border-width: 1px;
    margin-top: 16px;
    border-radius: 30px;
    background-color: transparent;
}
#consent-popup button:hover{
    background-color: transparent;
}
#consent-popup a, #consent-popup a:active, #consent-popup a:focus, #consent-popup a:hover {
    text-decoration: underline !important;
    outline: 0;
}

#consent-popup-accept {
    outline: 0;
}

#consent-popup.hide-consent {
    opacity: 0;
    z-index: -1;
}
#propertyStatistics {
    display: none;
    width: 60%;
    height: 500px;
    position: fixed;
    top: 50px;
    left: 20%;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    z-index: 10005;
}

#propertyStatisticsTitleBar {
    border-bottom: 1px solid #000;
    color: #90c8c2;
    background-color: #e4e4e4;
    font-size: 15pt;
    padding-left: 20px;
    overflow: hidden;
}

#propertyStatisticsTitleBar .closeButton {
    border-left: 1px solid #000;
    padding: 8px 10px 5px 10px;
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #acacac;
    background-color: red;
    text-shadow: 0 1px 0 #fff;
}

#propertyStatisticsTitleBar .closeButton:hover {
    color: #000;
    cursor: pointer;
}

.home_search_button {
    font-weight: 700;
}

.searchButtonContainerHome {
    display: inline-block;
}

.searchButtonContainer {
    text-align: center;
    padding-top: 20px;
    clear: both;
}

.searchButtonContainerNew {
    text-align: center;
    clear: both;
}

.agency-detail-agents li {
    padding-bottom: 10px !important;
}

.socialWrapper {
    margin-top: -5px;
    margin-bottom: 0;
}

.tosp {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.login .recover-pass {
    border-bottom: none;
}

.login {
    min-height: 510px;
    overflow: visible;
}

#partners.row {
    position: relative;
}

#partners {
    margin-bottom: 50px;
}

.logos .logo {
    display: inline-block;
    margin-bottom: 7px;
    position: relative;
}

.logos .logo a {
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8;
    padding: 10px 60px;
}

.colored-bg .testimonials .item .text, .dark-bg .testimonials .item .text {
    border: 0 !important;
}

.homeInfo {
    margin-top: 19px;
}

.homeIntroText {
    margin-top: 12px;
    font-size: 1.25em;
}

.homeIntroText a {
    font-size: .85em;
}

.homeIntroTitle {
    margin-top: 7px;
    color: #90c8c2;
}

.homeCityLinks {
    margin: 0 auto 10px;
    clear: both;
}

.homeCityLinks a {
    text-decoration: none;
}

.homeCityLinks .col-md-2, .homeCityLinks .col-sm-4, .homeCityLinks .col-xs-6 {
    padding-left: 2px;
    padding-right: 2px;
}

.social-networks {
    margin: 0 20px 5px;
}

#homeSocialLinks {
    position: relative;
    height: 40px;
}

#homeSocialLinks .social-networks {
    position: absolute;
    right: 0;
    background: #fff;
    margin: 0;
    padding: 0 20px;
}

#homeSocialLinks hr {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%
}

.cityTile {
    color: #000;
    font-size: 1.2em;
    margin: 0 10px 20px 10px;
    border: 1px solid #008eb8;
    border-radius: 10px;
    text-align: center;
    padding: 12px 0;
}

.homeCityLinks a :hover {
    background: #f0f0f6;
}

.alText {
    font-size: 1.25em;
}

.upperOnly {
    text-transform: uppercase;
}


.firstUpperOnly {
    text-transform: capitalize;
}

#accountTypeBlock {
    width: 100%;
    margin: 10px auto 0 auto;
    font-weight: 400;
    text-align: center;
    z-index: -1;
}

#accountTypeBlock input {
    margin-left: 15px;
}

#RegistrationForm {
    padding-top: 10px;
    padding-bottom: 0;
}

.RegistrationLoginContainer {
    margin-top: 0;
    padding: 20px 50px;
}

#Bathrooms_chzn.chzn-container-single .chzn-single abbr:before, #Bedrooms_chzn.chzn-container-single .chzn-single abbr:before, #LeaseTermId_chzn.chzn-container-single .chzn-single abbr:before {
    display: none;
}

.searchSort {
    width: 180px;
}

#searchByIdContainer {
    border-top-color: rgba(0, 0, 0, .2);
    max-height: 700px;
    position: relative;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .2);
    text-align: left !important;
    padding-left: 0 !important;
}

#searchByIdContainer form {
    margin-top: 28px;
}

#searchByIdContainer.open {
    border-top-color: rgba(0, 0, 0, .2);
    background-color: #f1f3f6;
}

#searchByIdContainer .btn {
    height: 39px;
    margin: 0 10px 15px 10px;
}

#searchByIdContainer .form-control {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#searchByIdContainer .cont {
    overflow: hidden;
    max-height: 1px;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -ms-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
}

.grid-style1 .item .price {
    padding-right: 10px !important;
    padding-top: 4px !important;
}

.grid-style1 .item .price span {
    font-size: 15pt !important;
}

.form-control-medium {
    width: 415px;
    display: inline-block;
    margin: 0 10px;
}

.form-control-medium .chzn-container, .form-control-medium .form-control {
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
}

.form-control-smaller {
    width: 155px;
    display: inline-block;
    margin: 0 10px;
}

.form-control-smaller .chzn-container, .form-control-smaller .form-control {
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
}

#similarListings .searchGridTitle a {
    color: #000;
}

#similarListings .searchGridTitle a:hover {
    text-decoration: underline;
}

#mapSearchButton {
    width: 32px;
    height: 32px;
    font-size: 20px;
    padding: 6px 5px 6px 7px;
    background-color: #f1f3f6;
    color: #74777c;
    border-radius: 5px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 80;
}


#home-advanced-search {
    clear: both;
    display: none;
}

#heroImageSection {
    position: relative;
    text-align: center;
    overflow: hidden;
}

#heroImageSection img {
    position: relative;
    width: 100%
}

#home-search-section .intro {
    vertical-align: middle;
    text-align: center;
    width: 30%;
    display: none;
}

#home-search-section {
    width: 100%;
    background-image: url(../unused/HeroImage2020.v1.jpg);
    background-size: cover !important;
    background-position: center !important;
}

.homeStats {
    font-weight: 700;
    color: #ff7686;
}

#feature-accordion .panel-title {
    cursor: pointer;
}

#home-search-section .intro h1 {
    display: inline-block;
    max-width: 280px;
    font-size: 18pt;
    padding-top: 140px;
}

.btn-feature {
    height: 25px;
    line-height: 22px;
    float: right;
    display: inline-table;
    margin: 2px;
    padding: 0 12px;
}

.btn-full-width {
    width: 100%;
    padding: 6px;
}

.btn-bigger {
    height: 50px;
    text-transform: none;
    font-size: 1.1em;
    padding: 0 24px;
}

.featureControl {
    float: right;
    height: 25px;
    margin: 2px;
    padding: 0 12px;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.checkBox {
    background-image: url(/images/green1.png);
    width: 31px;
}

.xBox {
    background-image: url(/images/red1.png);
    width: 25px;
}

.checkBoxSelected, .xBoxSelected {
    cursor: default !important;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.selectAll {
    float: right;
    height: 25px !important;
    line-height: 12px;
}

.selectAllContainer {
    margin-top: -15px;
    margin-bottom: 5px;
    overflow: hidden;
}

.features-list-item {
    min-width: 290px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 2px;
    border-radius: 4px;
}

.features-list-item-title {
    padding: 6px 0 0 2px;
    float: left;
}

textarea {
    resize: none;
}

textarea#Description {
    height: 225px;
    margin-top: 20px;
}

.largeTextArea {
    height: 200px;
}

#agentTypeBlock {
    width: 100%;
    margin: 0 auto 10px auto;
    font-weight: 400;
    text-align: center;
    z-index: -1;
}

#agentCheckBox {
    margin-left: 10px;
}

.descriptionTitle, .photosTitle {
    margin-top: 0;
    float: left;
    font-size: 20px;
    color: #266e8f;
}

.photosTitleDisclaimer {
    margin-left: 9px;
    margin-top: 5px;
    float: left;
}

.photoUploadFrame h3 {
    margin-bottom: 10px;
}

#PhotoInput {
    padding-top: 9px;
}

#PhotoError, #PropertyErrors, #noPhotoError {
    color: red;
    margin-bottom: 10px;
}

#cityError {
    color: red;
    float: left;
    margin-left: 15px;
}

.propertySuiteInput {
    margin-top: 0 !important;
}

#cityLookupErrorIcon {
    font-size: 30px;
    color: red;
    float: left;
    margin-left: 18px;
}

#cityLookupSuccessIcon {
    font-size: 30px;
    color: #0f0;
    float: left;
    margin-left: 18px;
}
.postListing-group #cityLookupErrorIcon {
  font-size: 20px;
  margin-left: 0;
}
.postListing-group #cityError {
  margin-left: 5px;
  line-height: 30px;
}
.propertySuiteInputLabel {
    margin-top: 9px;
}

#SuiteNumber {
    width: 100%
}

.previewPhotoContainer {
    margin: 5px 0 0 0;
    border-radius: 6px;
}

.previewPhoto {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.previewPhoto img {
    position: relative;
}

.previewPhotoDescription {
    height: 110px;
    border: 1px solid silver;
    padding: 3px 3px 0 3px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 0;
}

textarea.photoDescription {
    height: 102px;
}

textarea.photoDescription:focus {
    background-color: rgba(255, 102, 3, .25);
    color: #000;
}

.propertyPhotoIcon {
    position: absolute;
    top: 4px;
    background-color: #fff;
    border-radius: 1em;
    padding: .01em .25em .01em .3em;
    cursor: pointer;
}

.deletePhoto {
    right: 4px;
}

.primaryPhotoOff {
    left: 4px;
}

.deletePhoto:hover, .primaryPhotoOff:hover {
    color: #000;
}

.primaryPhotoOn {
    left: 4px;
    color: #ff6c03;
    cursor: default;
    padding-right: .3em;
}

#doneAddingPhotos {
    margin-top: 10px;
}

#map-canvas, #property-map-canvas, #propertyMapBox {
    height: 400px;
    margin: 0;
    padding: 0,
}

#propertyMapBox {
    border: 1px solid #000;
}

#landingMapContainerTitle {
    margin-top: 10px;
    font-size: 18px;
}

#homeSearchText {
    position: relative;
    display: inline;
    font-size: 18px;
    top: -5px;
}

.homeSearchForm {
    text-align: right !important;
}

#HomeCityProv {
    width: 100%
}

#landingMapImage {
    cursor: pointer;
}

#landingMapContainer {
    position: relative;
    height: 270px;
    margin-bottom: 30px;
}

#landing-map-canvas {
    height: 250px;
    margin: 10px 0 20px 0;
    padding: 0;
}

#map-canvas img {
    max-width: none;
}

.propertyPreviewMap {
    margin: 20px 0 10px 0 !important;
}

#progressbox {
    border: 1px solid #92c8da;
    padding: 1px;
    position: relative;
    width: 100%;
    border-radius: 3px;
    margin: 0;
    display: none;
    text-align: left;
}

#progressbar {
    height: 21px;
    border-radius: 3px;
    background-color: #77e0fa;
    width: 1%
}

#ListingForm .narrowLabel {
    width: 95px;
}

#ListingForm .chzn-container, #ListingForm .chzn-single {
    width: 100% !important;
    display: inline-block;
}

#ListingForm #Title {
    width: 450px !important;
}

.feature-subtitle {
    margin: 15px 0 0 0;
    padding: 0 !important;
}

.featuresProgress {
    float: right;
    font-size: .85em;
}

.featureSectionComplete {
    color: #21a117;
}

.sectionSelected {
    font-size: .9em;
}

#allFeaturesProgress {
    font-size: 1.2em;
    margin: -35px 55px 0 0;
}

.parallax-thin {
    padding: 10px 0 !important;
}

.parallax-thin .breadcrumb {
    margin-bottom: 0;
    padding: 8px 15px;
}

.applyingEmail, .applyingName, .applyingPhone {
    color: red;
    font-size: .75em;
}

#contactLandlordErrors, #contactLandlordErrors2, #loginErrors, #registrationErrors, #applicationErrors {
    color: red;
    margin-bottom: 22px;
}

#contactLandlordErrors, #listingErrors, #loginErrors, #registrationErrors, #applicationErrors {
    color: red;
    margin: 11px 0 11px 0;
}

#PropertyInstructions {
    margin-bottom: 22px;
}

.topNavBlock {
    margin: -35px 0 15px;
}

.navbar {
    margin-right: 0;
}

.navbar-nav>li>a {
    line-height: 40px;
    margin-top: 30px;
}

#navBarCity {
    width: 400px;
    display: inline-flex;
    margin: 0 0 0 100px;
}

#navBarCity input {
    margin-bottom: 0 !important;
    margin-top: 5px;
}

.favoriteMapMarker {
    background-image: url(/images/markers/alove.png) !important;
    height: 16px !important;
    width: 12px !important;
}

.searchMapLoading {
    cursor: wait !important;
}

#searchMapSideBarListingsWaiting {
    text-align: center;
    display: none;
}

#searchMapSideBarListingsWaiting img {
    width: 75px;
}

.searchMapLeanHeader .navbar-nav li a {
    margin-top: 5px !important;
}

header::after {
    background-color: rgba(255, 255, 255, 0) !important;
}

.searchMapLeanHeader {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}

.searchMapLeanHeader .navLogo {
    float: left;
}

.searchMapLeanHeader .nav-logo img {
    height: auto;
}

#searchMapSideBar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#searchMapSideBar .carousel-inner {
    height: 480px;
}

.searchMapListItem {
    padding-left: 7px !important;
}

#searchMapListingCountContainer {
    float: right;
    margin: 5px 10px 0 0;
    font-size: 1.5em;
}

#searchMapListingCountWaiting {
    text-align: center;
    display: none;
}

#searchMapListingCountWaiting img {
    width: 15px;
}

.rateCurrency {
    font-size: .7em;
}

.postHighlight {
    background-color: #f1f3f6;
}

#PropertyForm .col-sm-2, #PropertyForm .col-sm-4, .listingFormField {
    margin-top: 0;
}

.addSpace {
    margin-top: 15px;
}

.addSmallSpace {
    margin-top: 5px;
}

.slider-title-dark {
    color: grey !important;
    border-color: grey !important;
}

.psTitle {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 2px;
}

.psContent {
    padding-left: 20px;
}

#websiteSecurity:hover {
    content: url(/images/website_security_hover.jpg);
}

#audienceDriven:hover {
    content: url(/images/audience_driven_hover.jpg);
}

#intelligentDesign:hover {
    content: url(/images/intelligent_design_hover.jpg);
}

#socialResponsibility:hover {
    content: url(/images/social_responsibility_hover.jpg);
}

.homeAddListing {
    margin-right: 20px;
    float: left;
}

.customOL {
    counter-reset: item;
    list-style-type: none;
}

.customOL li::before {
    display: inline-block;
    content: "("counter(item, lower-roman) ")";
    counter-increment: item;
    width: 2em;
}

.contacts .infoWindowContacts {
    width: 250px !important;
}

.contacts .infoWindowContacts h3 {
    font-size: 12pt;
}

.contacts .infoWindowContacts .description {
    font-size: 12px;
}

.contacts .infoWindowContacts img {
    margin-right: 10px;
}

#receiptCorpInfo {
    font-weight: 700;
}

.receiptGroup {
    margin-top: 12px;
}

#receiptSummary {
    width: 100%
}

#paymentSuccessThanks {
    /*margin: 10px 0;*/
    font-size: 16px;
}

#paymentSuccessActionsContainer, #paymentSuccessImageContainer {
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 12px;
}

#paymentSuccessImageContainer .col-sm-6 {
    padding: 0;
}

#paymentSuccessImageContainer .paymentSuccessImageHolder:first-child {
    margin-right: 5px;
}

.paymentSuccessImageHolder {
    height: 300px;
}

#paymentSuccessActionsContainer {
    padding-top: 0;
    padding-bottom: 0;
}

.rsAmounts {
    text-align: right;
}

.rsTotals {
    font-weight: 700;
}

.ppTotal td {
    border-top: 1px solid #333;
    padding-top: 10px;
}

.property-agent-info .info {
    display: inline-table;
}

#property-detail-thumbs {
    margin-bottom: 0 !important;
}

.propertyFeaturesContainer {
    margin-top: 5px;
}

.propertyFeatureContainer label {
    font-size: 1.25em;
}

.propertyFeatureContainer .btn {
    padding-right: 5px !important;
}

.propertyFeatureContainer {
    float: left;
    margin-right: 50px;
}

#PropertyDescriptionForm .jqte {
    margin-top: 10px;
    margin-bottom: 20px;
}

.additionalPropertyDescription {
    clear: both;
    padding-top: 20px;
}

.propertySourceContainer {
    margin-top: 12px;
    float: right;
}

.propertyFeatureCategory {
    margin-bottom: 15px;
    color: #74777c;
    font-size: 14px;
    font-weight: 700;
}

.propertyFeatureItem {
    float: left;
    color: #74777c;
    width: 210px;
    border-radius: 5px;
    background-color: #f1f3f6;
    margin-bottom: 5px;
    padding: 4px 0;
    font-size: 14px;
}

.propertyFeatureItem a {
    color: #74777c;
}

.listingLengthButton {
    display: inline-block;
}

.listingLengthButton {
    width: 300px;
}

#saveListingButtonContainer {
    text-align: center;
}

#saveDraftButton {
    margin-left: 15px;
}

.listingButtons {
    height: 50px;
    width: 250px;
    color: rgba(255, 255, 255, .7) !important;
    background: #ff7686 !important;
    margin: 0 15px;
}

#saveDraftButton:active, #saveDraftButton:hover, #saveListingButton:active, #saveListingButton:hover, .listingButtons:active, .listingButtons:hover {
    color: #fff !important;
}

.blogPostTagButton:hover, .listingLengthButton:hover, .propertyFeatureItemButton:hover, .propertyTypeButton:hover {
    border-color: #90c8c2;
}

.listingLengthButtonSelected .listingLengthButtonSelectedIcon, .propertyFeatureItemButtonSelected .propertyFeatureItemButtonSelectedIcon, .propertyTypeButtonSelected .propertyTypeButtonSelectedIcon {
    display: inline;
}

.listingLengthButtonSelectedIcon, .propertyFeatureItemButtonSelectedIcon, .propertyTypeButtonSelectedIcon {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 5px;
    top: 5px;
    display: none;
    background-color: #90c8c2;
    color: #fff;
    border-radius: 9px;
    padding: 2px;
}

#propertyDetailsUpperMain {
    margin-top: 0;
    padding-top: 0 !important;
}

#propertyDetailsLowerMain {
    padding-top: 10px !important;
}

#propertyDetailsTitle {
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
    color: #ff7686;
}

#propertyDetailsPrice {
    background-color: #ff6c03;
    color: #4e5b6c;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    padding: 15px 0;
    border-radius: 6px;
}

#propertyDetailsDescriptionTitle {
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    text-align: left;
    color: #0f192a;
}

#propertyDetailsDescriptionTitle.section-title:after, #propertyDetailsDescriptionTitle.section-title:before {
    width: 0;
}

#addressMapTitle {
    margin-top: 20px !important;
    margin-bottom: -13px !important;
    text-align: left;
    color: #ff7686;
}

#addressMapTitle.section-title:after, #addressMapTitle.section-title:before {
    width: 0;
}

#contactLandlordForm #Message, #contactLandlordForm1 #Message {
    resize: none;
    height: 100px !important;
    min-height: 80px !important;
}

ul.contactLandlord {
    margin-bottom: 10px !important;
}

#contactLandlord {
    width: 80%
}

#contactPhoneNumber {
    color: #0f192a;
    font-size: 1.2em;
    line-height: 35px;
}

#propertyDetailsLowerMain .amenities, #propertyDetailsUpperMain .amenities {
    width: 100%
}

.amenities #propertyId {
    text-align: center;
}

.propertyDetailAddress {
    padding: 0 0 10px 0;
    font-weight: 700;
    font-size: 18px;
}

.propertyDetailAddressIdText {
    float: left;
    margin-top: 3px;
}

.propertySearchResultLinks {
    margin-top: 12px;
    margin-left: 0 !important;
    text-align: center;
    float: left;
    width: 50%
}

.searchPhoto {
    border-radius: 8px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #74777c;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.list-style .searchPhoto {
    height: 250px;
}

.searchPhoto:hover {
    opacity: 70%
}

#propertyDetailsBackClose {
    float: left;
    margin-top: -6px;
}

#propertyDetailsUpperMain .propertyDetailsLinks {
    margin-left: 0;
    float: right;
    width: 185px;
}

.propertyDetailsLinks:hover {
    cursor: pointer;
}

.propertyDetailsLinkContainer {
    margin-top: 15px;
}

.propertyLinksContainer {
    overflow: auto;
    margin-bottom: 15px;
}

.propertyDetailsLinks {
    margin-top: 13px;
    text-align: center;
    float: right;
    padding: 0 25px;
}

.propertySearchResultLinks:hover {
    background-color: #eee;
    cursor: pointer;
}

.searchDescription {
    clear: both;
    display: none;
}

#propertySearchMain {
    padding-bottom: 0;
}

.recentlyViewedListing .info, .searchResultList .info {
    padding-top: 5px !important;
}

.searchFilterTitle {
    color: #4d4f52;
    font-size: 1.4em;
}

#basicSearchForm {
    font-style: normal !important;
}

.searchCheckboxGroup .button-checkbox .btn {
    padding: 0;
    height: 22px;
    line-height: 15px;
    /*margin-top: -10px;*/
    font-size: 20px;
}

#basicSearchForm .cityInput {
    padding: 0 12px;
    margin-bottom: 0;
    height: 24px;
}

.searchSectionTitle {
    color: #4d4f52;
    font-size: 1.2em;
    padding-bottom: 5px;
    text-align: center;
}

.propertyTypeLabel {
    text-align: left;
    padding: 10px 0;
}

.searchCheckboxGroup .col-sm-12 {
    padding-left: 15px;
    margin-bottom: 5px;
}

#mapSearchFormContainer {
    background-color: #f1f3f6;
    text-align: center;
}

#mapSearchFormContainer li, #mapSearchFormContainer span {
    text-align: left;
}

.list-style .searchResultList {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.list-style .searchMapListItem {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.list-style .item .searchImage {
    width: 35%;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.listingId {
    float: right;
}

.listingAddress, .listingAge, .listingId {
    color: #121212;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}

.listingAddress {
    font-size: 13px;
}

.searchMapListItem .listingAge {
    float: right;
}

.listingTypeFrame {
    overflow: hidden;
}

.listingTypeBlock {
    overflow: hidden;
    display: inline-block;
}

.listingTypeItem {
    overflow: hidden;
}

.listingTypeItem input {
    width: 20px !important;
    float: left;
    margin: 4px 10px 4px 4px !important;
    padding: 0 !important;
}

.listingTypeItem label {
    float: left;
    font-weight: 400;
    width: 180px !important;
}

#listingTypeLabel {
    width: 140px;
    float: left;
    font-weight: 700;
    margin: 26px 0 6px 0;
}

.promoCodeBlock {
    margin: 10px 0;
}

.noBottomBorder {
    border-bottom: unset !important;
    margin-bottom: 0 !important;
}

.searchResultList .amenities {
    margin-top: -5px !important;
    margin-bottom: 10px !important;
    float: left;
}

.searchResultFeatured {
    font-size: 14px;
    color: #74777c;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 3px;
}

.searchResultFeatured span {
    background-color: #f1f3f6;
    padding: 2px 5px;
    border-radius: 5px;
}

.serachMapWrap {
    padding-left: 0;
}

#searchMap {
    padding-left: 0 !important;
}

.searchMapListItem {
    padding-top: 5px;
}

.searchMapListItem .amenities {
    width: 100% !important;
    background: 0 0 !important;
    margin-bottom: 0 !important;
}

.searchMapListItem .amenities li {
    float: left;
}

.searchMapListItem h2 {
    font-size: 24px;
}

.searchMapListItem .info {
    margin-top: 5px !important;
    margin-left: 0 !important;
}

.searchMapListItem h3 {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.searchMapListItem:hover {
    background-color: #f8f8f8;
}

.searchResultMoreInfo {
    float: right;
}

.searchGroup .chzn-container {
    margin-bottom: 0;
}

#searchMapSideBarScrollable .searchGroup {
    border-bottom: none;
}

#searchMapSideBarScrollable #searchFilterFormGroup {
    border-bottom: 1px solid #e4e4e4;
}

#searchMapSideBarListingPreview, #searchMapSideBarScrollable {
    overflow: scroll;
    overflow-x: hidden;
}

.previewListingDescription {
    text-align: justify;
}

.previewListingDescription {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.previewListingDescription .readMore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
}

.readMore a {
    background: #e0e0e0;
    color: #0f192a;
    padding: 5px 25px;
}

.searchAddressContainer {
    margin-top: 10px;
    margin-bottom: 15px;
}

.featuredListing {
    position: absolute;
    bottom: -4px;
    right: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #999;
    background-color: #f1f3f6;
    padding: 5px;
    border-radius: 5px;
}

.userFavoriteSelected, .userFavoriteSelected:hover {
    color: #c42927;
    border-color: #c42927;
}

.userFavoriteSelected .fa-heart {
    color: #c42927 !important;
}

div.userFavorite {
    margin-left: 25px;
}

.mapDetailLink {
    margin-top: 6px;
    width: 100%;
    text-align: center !important;
}

.mapDetailLink:hover, .userFavorite:hover {
    color: #f23030;
}

.userFavoriteSelected:hover {
    color: #c42927;
}

.view-mode a {
    color: #adb2b6;
}

.item .favoriteOverlay {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 11;
    color: #cb1d1d;
    font-size: 1.2em;
    background-color: #fff;
    padding: 1px 4px;
    border-radius: 13px;
}

.item .isFavorite {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
    color: #cb1d1d;
    font-size: 1.5em;
    background-color: #fff;
}

.list-style .searchGridTitle {
    font-size: .8em !important;
    display: none;
}

.searchGridTitle a, .searchListTitle a {
    font-size: .7em !important;
}

.grid-style1 .searchListTitle {
    display: none;
}

.grid-style1 .searchDescription {
    display: none;
}

.listViewOnly {
    display: none;
}

.list-style .listViewOnly {
    display: inline;
}

.gridViewOnly {
    display: none;
}

.grid-style1 .gridViewOnly {
    display: inline;
}

.grid-style1 .item .amenities li {
    margin-right: 5px;
}

.searchTitleContainer {
    height: 20px;
    overflow: hidden;
}

.searchTitleContainer a {
    font-size: 13px;
    color: #000;
}

.propertyListingTable th {
    text-align: center !important;
    font-weight: 400;
}

.propertyListingTable {
    color: #000;
    font-size: 12px;
    text-align: center !important;
}

.reportListing {
    float: right;
}

.property-title {
    font-size: 18pt;
}

.bannerSubtitle {
    font-size: 12px !important;
    line-height: normal !important;
}

.openReceiptLink {
    cursor: pointer;
}

#myPropertyImageBlock {
    padding: 0 !important;
}

.myPropertiesBlock {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: 15px !important;
}

.myPropertiesLinks:hover {
    text-decoration: underline;
    cursor: pointer;
}

.myPropertiesLinks {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 13px;
    color: #000;
}

.myPropertiesLinksContainer {
    overflow: hidden;
}

.myPropertyRow {
    border-top: 1px solid #ddd;
    margin: 0 !important;
    padding: 15px 0;
}

.myPropertyRowAddress {
    color: #000;
    font-style: normal !important;
    font-size: 14px;
    padding-left: 10px;
}

.myPropertyRowDetail {
    float: left;
    padding: 0 25px 0 10px;
    width: 175px;
}

.descriptionTitle {
    margin-top: 22px;
    float: left;
}

.descriptionTitleDisclaimer {
    margin-top: 28px;
    margin-left: 10px;
    float: left;
}

#featuresSelectAll {
    margin: 25px 0 0 16px;
    float: left;
    font-size: 13px;
    color: #74777c;
    text-decoration: underline;
}

.homePost {
    padding-top: 22px;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #f1f3f6;
    overflow: visible;
}

.homePost p {
    padding-top: 9px;
}

.myProfileIntro {
    border: 1px solid #4e5b6c;
    border-radius: 5px;
    padding: 12px;
    background: #fff;
    margin: 15px 0;
    font-size: smaller;
}

.myProfileIntro img {
    height: 45px;
}

#helpfulSection h5 {
    margin-top: 15px;
}

#helpfulSection label {
    width: 250px;
}

#PackageForm label {
    width: 200px;
}

#PackageForm .chzn-container, #PackageForm .chzn-single, #ProfileForm .chzn-container, #ProfileForm .chzn-single {
    width: 250px !important;
    display: inline-block;
}

#ProfileForm .chzn-container {
    margin-bottom: 5px;
}

.profileButton {
    display: inline-block;
    color: #74777c;
    width: 150px;
    border-radius: 5px;
    background-color: #f1f3f6;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 0;
    font-size: 14px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.profileButton:hover {
    border-color: #90c8c2;
}

.profileButtonSelected .profileButtonSelectedIcon {
    display: inline;
}

.profileButtonSelectedIcon {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 5px;
    top: 5px;
    display: none;
    background-color: #90c8c2;
    color: #fff;
    border-radius: 9px;
    padding: 2px;
}

#applicationTabs .ui-widget-header, #mainTabs, #mainTabs .ui-widget-header {
    background: 0 0;
    border: none !important;
}

#mainTabs.ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

#applicationTabs .ui-state-default a, #applicationTabs .ui-state-default a:link, #applicationTabs .ui-state-default a:visited, #mainTabs .ui-state-default a, #mainTabs .ui-state-default a:link, #mainTabs .ui-state-default a:visited {
    color: #90c8c2;
}

#applicationTabs .ui-state-active a, #applicationTabs .ui-state-active a:link, #applicationTabs .ui-state-active a:visited, #mainTabs .ui-state-active a, #mainTabs .ui-state-active a:link, #mainTabs .ui-state-active a:visited {
    color: #ff7686;
    background-color: #f6f6f6;
}

#applicationTabs .ui-state-active, #applicationTabs .ui-state-hover, #mainTabs .ui-state-active, #mainTabs .ui-state-default, #mainTabs .ui-state-hover {
    border-color: #000 !important;
    background: 0 0 !important;
}

.ui-state-hover a {
    color: #0016b0 !important;
}

.ui-state-hover a:hover {
    color: #fff !important;
    background: #90c8c2;
}

.ui-state-active a:hover {
    color: #000 !important;
    background: #f6f6f6 !important;
}

#MyProfile {
    padding: 0 !important;
}

#MyFavorites, #MyPackages, #MyProperties, #MyRecent, #MyReports, #profileTab {
    padding: 0;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #000;
}

.noFavorites {
    padding: 25px;
}

.careerssig {
    font-size: 42px;
}

table.tablesorter {
    margin: 10px 0 15px;
    font-size: 1em;
    width: 100%;
    text-align: center;
}

#favoritesTable.tablesorter, #listingsTable.tablesorter, #recentlyViewedTable.tablesorter, #userListingsTable.tablesorter {
    margin-top: 0;
    margin-bottom: 0;
    border-collapse: collapse;
}

#favoritesTable td, #listingsTable td, #recentlyViewedTable td {
    border-right: 1px solid #74777c;
}

#favoritesTable th, #listingsTable th, #recentlyViewedTable th {
    border-bottom: 1px solid #000;
    border-right: 1px solid #74777c;
    padding: 10px 0;
    font-weight: 400;
}

table.tablesorter tfoot tr th, table.tablesorter thead tr th {
    background-color: #e6eeee;
    border: 1px solid #fff;
    font-size: 1em;
    padding: 4px;
    text-align: center;
}

table.tablesorter thead tr .header {
    background-image: url(/images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.tablesorter tbody tr:hover td {
    background-color: #ddd;
}

table.tablesorter tbody td {
    color: #3d3d3d;
    padding: 4px;
    background-color: #fff;
    vertical-align: top;
}

table.tablesorter .highlightRow td {
    background-color: #ee9;
}

.noRightBorder {
    border-right: none !important;
}

#blogPostsTable .chzn-container {
    margin-bottom: 0;
}

#blogPostsTable .chzn-single {
    background-color: #fff;
}

table.tablesorter tbody tr.odd td {
    background-color: #f0f0f6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

#blogPostsTable a:active, #blogPostsTable a:link, #blogPostsTable a:visited {
    color: inherit;
}

table.tablesorter a:active, table.tablesorter a:link, table.tablesorter a:visited {
    color: #f23030;
}

table.tablesorter td.addressColumn {
    text-align: left;
}

.homeSideBarListing {
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 15px;
}

.photoDescription {
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
}

.sectionTitle {
    margin-top: 0;
}

.reportTextArea {
    height: 100px !important;
}

.reportFormContainer {
    margin-bottom: 20px;
}

.reportImage {
    width: 400px !important;
}

#advancedSearch {
    text-align: center;
    margin-top: 25px;
}

#searchByMap {
    float: right;
    margin: 17px 10px 0 0;
    font-size: 14pt;
}

.homeRecent .amenities {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.recentlyViewedListing {
    border: none !important;
}

#recentlyViewedListings {
    margin: 0;
    padding: 0;
}

#recentlyViewedListings .container {
    background: #fff;
    border-radius: 8px;
}

#recentlyViewedListings h2, .homeCityLinks h2 {
    color: #ff7686;
    font-size: 20px;
    text-transform: none;
    margin: 10px 0 10px 14px;
    text-align: left;
}

.homeCityLinks h2 {
    margin-top: 5px;
}

#recentlyViewedListings h5 {
    color: #0a2b1d;
    font-size: 1.25em;
    margin-bottom: 7px;
}

#recentlyViewedListings .grid-style1 .item {
    border-bottom: none;
    margin-bottom: 12px;
}

.listingLink {
    text-align: center;
    padding: 13px 10px;
    margin: 10px 0 0;
    background-color: #fff;
    border-color: #e4e4e4;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.listingLink:hover {
    background: #f0f0f6;
    color: #000;
    cursor: pointer;
}

.bannerSubtitle {
    font-size: 10px;
}

#search-map {
    height: 600px;
    margin: 0;
    padding: 0;
}

#mapResultsCountContainer {
    float: right;
}

.infoWindowDetails {
    float: left !important;
    width: 250px;
    padding: 10px 0 0 10px;
}

.infoWindowDetails .listingId {
    float: left;
}

.infoWindowDetails .propertyDetailsLinks {
    float: left;
    padding: 0;
    margin: 0;
}

.infoWindowSearchNarrow .infoWindowDetails {
    width: 100px !important;
}

.infoWindowSearchNarrow .infoWindowTitle {
    padding-bottom: 1px !important;
    word-wrap: normal;
}

.infoWindowTitle h5 {
    color: #ff7686;
    height: 17px;
    overflow: hidden;
    margin-bottom: 6px;
}

.infoWindowSearchNarrow .infoWindowTitle h5 {
    width: 210px !important;
}

.infoWindowLink {
    position: absolute;
    right: 0;
    bottom: 0;
}

.infoWindowImage img {
    float: left;
    margin: 0;
    width: 100px;
    height: 100px !important;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.infoWindowSearch .property-topinfo {
    background: #fff;
    width: 220px;
}

.infoWindowSearch {
    position: relative;
    color: #74777c;
    width: 350px;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.35;
    white-space: nowrap;
}

.infoWindowSearchNarrow {
    width: 212px !important;
}

.infoWindowSearchMulti {
    margin-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.infoWindowClusterNarrow hr {
    margin: 6px 0 14px 0 !important;
    padding: 0 !important;
    border-color: #000;
}

.infoWindowCluster {
    max-height: 252px;
}

.infoWindowAmenitiesContainer {
    width: 100%;
    overflow: auto;
}

.infoWindowAmenities, .infoWindowAmenitiesNarrow {
    margin-left: 0;
    padding: 0;
    float: left;
}

.infoWindowAmenities li {
    list-style-type: none;
    float: left;
    width: 65px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.infoWindowAmenitiesNarrow li {
    list-style-type: none;
    width: 100px;
    border: 1px solid #666;
    background-color: #eee;
    color: #000;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 6px;
    text-align: center;
}

.infoWindowAmenities li i {
    margin-top: -5px;
    font-size: 20px;
}

.infoWindowAmenities .price {
    padding-top: 7px;
    padding-bottom: 3px;
}

.btn-wide {
    margin-bottom: 4px;
    width: 140px;
}

.btn-max {
    width: 100%
}

.btnContainer {
    overflow: hidden;
}

.propertyBasicDetails {
    padding-bottom: 15px;
}

.openContactLandlordDialog {
    color: #000;
    width: 100%
}

.hidePreview, .moreDetailsLink, .toggleUserFavorite {
    color: #000;
    width: 100%;
    text-transform: none;
    padding: 0;
}

.hidePreview:hover, .moreDetailsLink:hover, .toggleUserFavorite:hover {
    color: #adb2b6;
}

.mapSearchForm form {
    margin-top: 10px !important;
}

.mapSearchForm .form-group {
    margin-bottom: 10px;
}

.mapSearchForm .chzn-container {
    margin-bottom: 0;
}

.searchMapFooter {
    padding: 6px 0 0 0 !important;
}

.searchMapFooterMobile {
    font-size: 9px;
}

#packagesTitle {
    margin-top: 0;
    padding-top: 0;
}

.pricing .item header h2 {
    font-size: 16pt;
}

.pricing .item .price {
    font-weight: 700;
}

.pricing .item>ul>li {
    padding: 7px;
    font-size: 10pt;
}

.pricing h3 {
    text-align: left;
    margin-bottom: 20px;
    float: left;
}

.packageLink {
    font-weight: 700;
    font-size: 12pt;
}

.pricing {
    margin-top: 0;
}

.pricingSubtitle {
    padding: 2px 0 10px 4px;
    float: left;
}

#packagesSection {
    padding-top: 30px;
    padding-bottom: 0;
}

.packagesDescription {
    margin-top: -20px;
    margin-bottom: 35px;
}

.packagePurchaseTitle {
    margin: 25px 0 35px 0;
}

.packagePurchaseSubtitle {
    margin-bottom: 8px;
    color: #74777c;
    font-weight: 700;
}

#purchasePackageInstructions ul {
    margin-bottom: 30px;
}

#PackageForm {
    margin-bottom: 40px;
}

.packageDescriptions li {
    margin-bottom: 7px;
}

.navTo, .scrollTo {
    margin-right: 20px;
}

.packageCredits {
    margin-bottom: 5px;
    margin-left: 13px;
}

.packageCredits a {
    margin: 0 0 0 20px;
}

.packageBlockLink {
    font-weight: 700;
}

.listingPackGrid {
    width: 100%;
    margin-bottom: 25px;
}

.listingPackGrid td, .listingPackGrid th {
    width: 20%;
    border: 1px solid #999;
    text-align: center;
}

.listingPackGridLink {
    color: #90c8c2;
}

.listingPackGridLink:hover {
    color: #fff;
    background-color: #90c8c2;
    cursor: pointer;
}

.homeGrid {
    display: inline-table;
}

.homeGridPhoto {
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
}

.homeGrid h3 {
    text-align: center;
    padding-bottom: 2px !important;
    margin-bottom: 3px !important;
    cursor: pointer;
}

.homeGrid a {
    text-decoration: none !important;
}

.homeGrid a p {
    color: #74777c !important;
}

.homeGridLink {
    text-align: center;
    color: #90c8c2;
    cursor: pointer;
}

.homeGridLink:hover {
    text-decoration: underline;
}

#homeLinkBlock {
    padding: 0 0 20px 0;
}

#homeLinkBlockTitle {
    text-transform: unset;
    color: #90c8c2;
    margin-bottom: 10px;
    margin-left: 9px;
}

#homeLinkBlock .item {
    width: 222px;
    margin-left: 10px;
    margin-top: 0;
    float: left;
}

#homeLinkBlock a h2 {
    text-align: left;
}

#homeLinkBlock a {
    font-size: 14px;
    text-align: center;
    color: #74777c;
    cursor: pointer;
}

#homeLinkBlock a:hover {
    text-decoration: underline;
}

#homeLinkBlock h1 {
    font-size: 15pt;
    text-transform: none;
}

#nav-mobile-search {
    background-color: #90c8c2;
    border: 0;
    color: #fff;
    font-size: 28px;
    width: 40px;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 29px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.shrink #nav-mobile-search {
    margin-top: 9px;
}

.scamAvoidance h4 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.scamAvoidance li {
    margin-bottom: 10px;
}

td.addressColumn a:link, td.addressColumn a:visited {
    color: #000;
}

.locationBuildingName {
    font-size: 18px;
    margin-bottom: 10px;
}

#mobileMapSearchFormContainer .dropUp .chzn-container .chzn-drop {
    border-bottom: 0 !important;
    border-top: 1px solid #aaa !important;
    top: auto !important;
    bottom: 40px !important;
}

#contactUsPageForm.main {
    padding-top: 0;
    padding-bottom: 30px;
}

#contactUsPageForm .section-title {
    margin-bottom: 20px !important;
    margin-top: 35px !important;
}

.contacts form {
    margin-top: 20px;
}

.contacts form textarea {
    height: 120px !important;
}

#basicSearchForm .addSpace {
    margin-top: 13px;
    margin-bottom: 5px;
}

#updateSearchMap {
    width: 100%
}

.showMapLink {
    text-align: center;
}

#applicationTabs {
    background: #fff;
    margin-bottom: 15px;
}

.rentalApplicationLink {
    color: #90c8c2;
    cursor: pointer;
}

.rentalApplicationLink:hover {
    text-decoration: underline;
}

.rentalApplicationLongAnswer label {
    width: 100% !important;
}

.rentalApplicationLongAnswer textarea {
    width: 100%;
    height: 70px;
}

#RentalForm input {
    width: 250px;
    display: inline-block;
    margin-right: 10px;
}

#RentalForm label {
    width: 200px;
    word-wrap: normal;
}

#creditInformation label {
    width: 600px;
}

.mobileLogo {
    width: 100%
}

.mobileContactButton {
    margin: 10px !important;
}

#RentalForm .chzn-container, #RentalForm .chzn-single {
    width: 250px !important;
    display: inline-block;
}

.rentalApplicationButton {
    display: inline-block;
    color: #74777c;
    width: 130px;
    border-radius: 5px;
    background-color: #f1f3f6;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 0;
    font-size: 14px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.rentalApplicationButton:hover {
    border-color: #90c8c2;
}

.rentalApplicationButtonSelected .rentalApplicationButtonSelectedIcon {
    display: inline;
}

.rentalApplicationButtonSelectedIcon {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 5px;
    top: 5px;
    display: none;
    background-color: #90c8c2;
    color: #fff;
    border-radius: 9px;
    padding: 2px;
}

.applicationSignatureInfo {
    border: 1px solid #444;
    border-radius: 6px;
    margin: 15px 0;
    padding: 15px;
}

.signatureNameBlock {
    padding-top: 15px;
    padding-bottom: 10px;
}

.editPropertyListingBlockTitle {
    font-weight: 500;
    font-size: 15pt;
    text-transform: none;
    color: #ff7686;
    margin-right: 20px;
}

#editPropertyListingBlock {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.mvvBlock h4 {
    margin-bottom: 10px;
}

.mvvBlock div {
    margin-bottom: 25px;
}

.mvvBlock ol {
    margin-top: 10px;
    list-style: upper-roman;
}

.mvvBlock li {
    margin-bottom: 15px;
}

.mvvBlock span {
    color: #ff7686;
}

.partnerBlock h3 {
    margin-bottom: 10px;
}

.partnerBlock div {
    margin-bottom: 15px;
}

.partnerBlock a {
    font-size: 1.5em;
}

#rentLinxAmenities {
    margin-bottom: 20px;
    overflow: hidden;
}

#rentLinxAmenities li {
    width: 275px;
    float: left;
}

#rentLinxAmenitiesLarge {
    clear: both;
    padding-top: 20px;
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
}

#companySearchResults {
    min-height: 300px;
}

#sortCompanyDirection {
    margin-top: 25px;
}

#companySearchPagination li, #searchPagination li {
    cursor: pointer;
}

#companySearchPagination li.active, #searchPagination li.active {
    cursor: default;
}

#companySearchPagination li.disabled, #searchPagination li.disabled {
    cursor: default;
    color: #e0e8ff;
}

#companySearchResults .pagination ul>li {
    font-size: 10pt;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#searchPagination.pagination {
    margin-top: 0;
    border-top: 0;
}

.pagination ul li.active {
    background-color: #1b8644;
    color: #313330;
}

#searchSummary {
    text-align: center;
}

.landingBannerContainer hr {
    border-top-color: #000;
    margin-top: 0;
    margin-bottom: 5px;
}

.landingBanner {
    background-color: #f1f3f6;
    color: #000;
}

.landingBannerTitle {
    float: left;
    font-size: 1.2em;
    text-transform: uppercase;
}

.landingBannerStats {
    padding-top: 2px;
    float: right;
}

#propertySearchLanding, #propertySearchMain {
    padding-top: 0 !important;
}

#propertySearchLanding #listing-header, #propertySearchMain #listing-header {
    margin-top: 20px;
}

#listing-header {
    margin-bottom: 0;
    margin-top: 15px;
}

#cityRadioButtons {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.citySelector {
    display: block;
}

.citySelector input {
    margin-left: 10px;
}

.citySelector label {
    margin-left: 10px;
}

#searchCompanyNameButton {
    float: left;
    margin: 2px 0 0 10px;
}

#searchCompanyName {
    width: 70%;
    float: left;
}

.pmCountry {
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 9px 0;
    margin: 15px 0 0 0;
    text-align: center;
    cursor: pointer;
}

.selectedCountry {
    background-color: #ff7686;
    cursor: not-allowed;
}

.fixedSearch {
    position: fixed;
    top: 100px;
    xwidth: 29%
}

h3.adminTitle {
    color: #74777c;
    padding: 10px 0 5px 0;
}

.adminMain {
    margin-top: 15px;
}

.adminMain label {
    color: #444;
}

#cityContentForm .jqte, #provinceContentForm .jqte {
    margin: 0 0 10px 0;
}

#PreviewEditorContainer .jqte_editor, #PreviewEditorContainer .jqte_source {
    height: 253px !important;
}

#PreviewEditorContainer {
    padding: 0 15px;
}

#cityContentFormContainer, #citySelectorContainer, #provinceContentFormContainer, #provinceSelectorContainer, .blogContentFormContainer {
    padding: 10px 0 25px 0;
    border: 1px solid #74777c;
    border-radius: 6px;
    margin-bottom: 15px;
}

.blogPostTagButton:focus, 
.lifeStyleButton:focus,
.lifeStyleButton:hover,
.blogPostTagButton:hover, 
.listingLengthButton:focus, 
.listingLengthButton:hover, .propertyFeatureItemButton:focus, .propertyFeatureItemButton:hover, .propertyTypeButton:focus, .propertyTypeButton:hover {
    color: #004886;
    border-color: #004886;
    background: rgba(143, 193, 188, .1);
}

.listingLengthButtonSelected, .propertyFeatureItemButtonSelected, .propertyTypeButtonSelected {
    color: #004886;
    border-color: #004886;
    background: rgba(143, 193, 188, .1);
}

#homeBlogPreviewParallax {
    padding: 20px 0 0 0;
}

#homeBlogPreview h1, #homeBlogPreview h2, #homeBlogPreview h3, #homeBlogPreview h4, #homeBlogPreview h5 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    margin-top: 10px;
}

#homeBlogPreview, #homeBlogPreviewPhoto {
    height: 270px;
}

#homeBlogPreview {
    margin: 10px 0 10px 0;
}

.homeBlogPreviewInner {
    display: table-cell;
    vertical-align: middle;
    height: 270px;
}

#homeBlogPreviewTitle {
    text-align: center;
    font-size: 18px !important;
    padding-bottom: 5px;
}

.blogPreviewSectionTitle {
    font-size: 18px !important;
    color: #74777c;
    padding-bottom: 5px;
}

#homeBlogPreviewContent {
    padding: 10px 20px;
    color: #000;
    text-align: left;
}

#homeBlogPreviewLink {
    margin-top: 10px;
    text-align: center;
}

#homeBlogPreviewLink:hover {
    opacity: .75;
}

#homeBlogPreviewLink button {
    background-color: #008db7;
    color: #fff;
    border: 1px solid #008db7;
    border-radius: 3px;
    padding: 8px 0;
    width: 240px;
    font-size: 16px !important;
}

#homeBlogPreviewContainer {
    padding: 10px 0 5px 0;
    border: 1px inset #74777c;
    border-radius: 6px;
    margin-bottom: 20px;
}

#homeBlogPreviewContainerFrame #homeBlogPreviewContainer {
    border: none;
}

.blogPreviewPhotoContainer, .blogPreviewSettingsContainer {
    padding: 10px 0 5px 0;
    border: 1px inset #74777c;
    border-radius: 6px;
    margin-bottom: 15px;
}

.blogPreviewPhotoMain {
    float: left;
    height: 250px;
    width: 350px;
    margin: 15px;
    background-size: cover !important;
    background-position: center !important;
}

.blogPreviewPhoto2, .blogPreviewPhoto3 {
    float: left;
    width: 230px;
    height: 135px;
    background-size: cover !important;
    background-position: center !important;
}

.blogPreviewPhoto3 {
    margin-top: 15px;
}

.blogPreviewPhotoContainer {
    padding: 10px;
}

.info-blog {
    overflow: hidden;
}

.blogPreviewContentContainer h5 {
    margin-top: 10px;
    color: #333;
}

.blogPreviewContent {
    padding: 3px 10px;
    background-color: #f1f3f6;
}

.blogPreviewPhotos img {
    width: 100%
}

.recentBlogPosts .image {
    height: 150px;
}

#cityContentFormContainer h4, #citySelectorContainer h4, #provinceContentFormContainer h4, #provinceSelectorContainer h4, .blogContentFormContainer h4 {
    padding-bottom: 10px;
}

#cityContentForm textarea, #provinceContentForm textarea {
    height: 180px;
}

.cityContentRow, .provinceContentRow {
    margin-bottom: 20px;
}

#blogHeader {
    position: relative;
    text-align: center;
    padding: 0;
    overflow: hidden;
    background-position: center center;
    height: 380px;
}

#blogHeader .img {
    height: 380px;
    float: left;
    width: 100%;
    background-image: url(../images/blogHeader1.png);
    background-position: center;
    background-repeat: no-repeat;
}

#blog-listing .col-md-6 .image img {
    max-height: 270px;
    object-fit: cover;
}

#blog-listing .col-md-4 .image {
    border-radius: 12px 12px 0 0;
}

#blog-listing .col-md-4 .image img {
    max-height: 230px;
    min-height: 230px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

#blogFilters .buttonSelected {
    background-color: #90c8c2;
}

#blogFilters button:hover {
    border-color: #90c8c2;
}

.blogEditSection {
    margin-bottom: 20px;
}

.blogEditSection .jqte {
    margin: 0;
}

.blogPhotoPreview {
    height: 125px;
}

.blogPhotoSubmit, .deleteBlogPhoto {
    margin-top: 28px !important;
}

.blogPhotoUploadStatus {
    margin-top: 23px !important;
}

#blogPostList {
    min-height: 500px;
}

.blog-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #ff7686;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/*.blog-bottom-info {
    background-color: #fff;
}*/

.blogDetail {
    padding-top: 0;
    font-size: 20px;
}

.blogContentPreview p {
    margin-bottom: 0;
}

.blog-main-image img {
    width: 100%
}

.hashTag {
    text-align: right;
    color: #000;
}

.blogTopHeading {
    margin-top: 20px !important;
}

.blogShare {
    float: right;
    margin-left: 20px;
}

#blogMapSearch {
    padding: 15px 40px 15px 40px;
    font-size: 1em;
    height: auto;
    margin-bottom: 105px;
}

#blog-listing.grid-style1 .item {
    border-bottom-width: 0;
    margin-bottom: 0;
}

#blog-listing hr {
    margin: 15px 0 0 0;
}

.blog-bottom-info {
    border-width: 0;
    margin-bottom: 0;
}

.sectionBlogPhoto {
    width: 100%
}

#locationDetails {
    padding-bottom: 20px;
}

.page-title {
    text-transform: capitalize;
}

#listingDetailsTitle {
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 10px;
}

#listingDetailsTitle .page-title {
    color: #74777c;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.property-topinfo {
    background-color: #fff;
}

#showMeMore {
    margin-top: 8px;
    margin-bottom: 12px;
    background-color: #90c8c2;
}

.rentedPageTitle {
    margin-bottom: 10px;
    text-transform: none;
}

.expiredListingMessage {
    font-size: 1.25em;
}

.pageTitle {
    padding-top: 10px;
    margin-bottom: 5px;
}

.infoPageTitle {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #ff7686;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}

.infoPageTitleAlt {
    color: #90c8c2 !important;
}

#locationDetails h1 {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 5px;
}

#locationDetails h2 {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 25px;
    text-transform: uppercase;
}

#locationDetails h3 {
    text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.landingCityList h2 {
    padding-top: 5px !important;
}

.locationStatistics td, .locationStatistics th {
    padding: 12px;
    text-align: center;
}
.locationStatistics td{
    font-weight: 400;
}
.locationStatistics th {
    text-transform: capitalize;
    border-bottom: 1px solid #4d4f52;
}

.locationStatistics .rowTitle {
    text-align: left;
    padding-right: 30px;
}

.locationStatistics .rowCount {
    border-left: 1px solid #4d4f52;
}

.locationStatistics {
    border: 1px solid #4d4f52;
    border-collapse: collapse;
    margin: 5px 0 5px 0;
    width: 100%
}

.timeStampContainer {
    text-align: right;
    padding-right: 10px;
    color: #999;
    font-style: italic;
}

.timeStamp {
    text-transform: uppercase;
}

.cityLink a, .provinceLink a {
    color: #000;
    text-decoration: underline;
}

.cityLink, .provinceLink {
    margin-top: 7px !important;
}

.footer-links li a {
    padding: 7px 10px 7px 10px;
}

#footer-top .block {
    padding-bottom: 10px;
}

#footer-top h3 {
    margin-bottom: 10px;
}

.footer-links li a:after {
    content: "";
    content: ""
}

.footer-links li {
    border-top: 0;
}

.footer-links h5 {
    margin: 10px 0;
}

.footer-links div {
    margin-bottom: 4px;
}

.sidebar {
    padding-top: 0;
    padding-bottom: 10px;
    overflow: hidden;
}

.searchOption {
    float: left;
    width: 50px;
    color: #fff;
    text-align: center;
    background-color: #90c8c2;
    border: 1px solid #a1d9d3;
    border-radius: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 3px;
    margin-top: 4px;
    cursor: pointer;
}

.searchGroup {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.searchGroup .col-sm-2 {
    text-align: right;
    padding-right: 0 !important;
}

.noBorder {
    border: 0 !important;
}

.noBottomPadding {
    padding-bottom: 0 !important;
}

#cityPicker {
    margin-top: 5px !important;
}

#HeaderCityProv {
    width: 320px;
}

.landingPageSearchGroup label, .searchGroup label {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 3px;
}

.bedBathGroup label {
    margin-left: 20px;
    width: 50px;
    text-align: left;
    float: left;
}

#CityProv, #HeaderCityProv {
    margin-bottom: 0;
}

.CityProvLabel {
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
}

.searchOptions .button-checkbox {
    display: none !important;
}

.searchOptionSelected {
    background-color: #ff7686;
    border: 1px solid #ff8797;
    color: #fff;
}

.searchOptionSelected:hover {
    border-color: #a1d9d3 !important;
    color: inherit !important;
}

.searchOption:hover {
    border-color: #ff8797;
    color: #000;
}

#PriceSlider.ui-slider-horizontal {
    height: .4em !important;
    background-color: #00f;
}

#PriceSlider.ui-widget.ui-widget-content {
    border: 3px solid #90c8c2 !important;
}

#PriceSlider.ui-button, #PriceSlider.ui-state-default, #PriceSlider.ui-widget-content .ui-state-default, #PriceSlider.ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    background: #90c8c2 !important;
}

#PriceSlider.ui-slider-horizontal .ui-slider-handle {
    top: -8px !important;
}

#MinimumPriceDisplay {
    padding-left: 0;
}

#MaximumPriceDisplay {
    padding-right: 0;
}

#MaximumPrice, #MinimumPrice {
    width: 100px;
    text-align: center;
    display: inline-block;
}

#updateSearch {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#property-listing {
    padding-top: 12px;
}

#searchFilterFormGroup {
    overflow: hidden;
    padding-bottom: 10px;
}

#propertySearchSideBar #searchFilterFormGroup {
    margin-bottom: 0;
}

#searchFilterFormGroup label {
    text-transform: capitalize;
}

.nonChosenDropdown .chzn-container {
    width: 150px !important;
}

.nonChosenDropdown .chzn-container div, .nonChosenDropdown .chzn-container span {
    line-height: 21px !important;
}

.nonChosenDropdown .chzn-container b {
    font-size: 1em;
}

.nonChosenDropdown a.chzn-single {
    height: 21px;
}

#rentedPropertyContainer {
    padding: 50px 0 100px 0;
}

#rentedPropertyContainer p {
    color: #0a2b1d;
    text-align: center;
    padding-bottom: 15px;
}

.searchRentLimit {
    margin-bottom: 1px;
}

.panel-group .panel .panel-headings {
    padding: 0;
}

.panel-group .panel-headings {
    border-bottom: 0;
}

.panel-headings {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-group .panel .panel-headings .panel-title>a {
    color: #90c8c2;
    background-color: transparent;
    padding: 15px 55px 15px 50px;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.panel-group .panel .panel-headings .panel-title>a:hover {
    text-decoration: none;
}

.panel-group .panel .panel-headings .panel-title>a:hover:before {
    color: #90c8c2;
    border-color: #90c8c2;
}

.panel-group .panel .panel-headings .panel-title>a.collapsed:before {
    content: "\f078";
    border: 1px solid #adb2b6;
    color: #adb2b6;
    line-height: 29px;
}

.panel-group .panel .panel-headings .panel-title>a:hover:before {
    color: #90c8c2;
    border-color: #90c8c2;
}

.panel-group .panel .panel-headings .panel-title>a:before {
    content: "\f077";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 29px;
    border: 1px solid #90c8c2;
    color: #90c8c2;
    font-size: 14pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: 'Open Sans', sans-serif;
}

#moreDetailsBlock .panel-body {
    padding: 0 !important;
}

#moreDetails .panel {
    border-color: transparent !important;
    padding-top: 0;
    margin: 0;
}

.mainLean {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mainLeaner {
    padding-top: 0 !important;
}

#landingHeader {
    border-bottom: 1px solid #e4e4e4;
}

.listingDisclaimer {
    text-align: center;
    font-size: .9em;
    padding-top: 15px;
    padding-bottom: 10px;
}

.noPropertiesMessage {
    font-size: 1.25em;
}

#footer #copyright {
    line-height: normal !important;
}

.gridViewLink {
    padding: 5px 0;
}

.propertyDetailsSideBarAmenities {
    width: 100%;
    float: left;
    margin: 0 auto 7px;
    text-align: left;
    position: relative;
}

.propertyDetailsSideBarAmenities .amenities {
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 6px 10px;
    margin: 11px 0 0;
    background-color: #fff;
    border-color: #e4e4e4;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px 8px 0 0;
}

.propertyDetailsSideBarAmenities .amenities li {
    display: inline-block;
    width: 30%;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-right: 1px solid #e4e4e4;
    color: #74777c;
}

.propertyDetailsSideBarAmenities .amenities li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.propertyDetailsSideBarAmenities li .fa {
    color: #adb2b6;
    font-size: 18px;
}

.propertyDetailsSideBarAmenities li [class*=" icon-"], .propertyDetailsSideBarAmenities li [class^=icon-] {
    color: #adb2b6;
    font-size: 18px;
    margin-right: 2px;
    margin-top: -3px;
}

.propertyDetailsSideBarAmenitiesX {
    margin-top: 0;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#contactLandlordModalLogo, #signupModalLogo {
    padding: 25px 0 15px;
    text-align: center;
}

#landlordListingLinkContainer {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #4d4f52;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

#landlordListingLinkContainer:hover {
    color: #00f;
    text-decoration: underline;
}

.landlordListingLinkFrame {
    clear: both;
    min-height: 75px;
    padding-top: 15px;
}

.contactButton {
    width: 225px !important;
    margin: 0 10px;
}

#contactLandlordForm1 #Message1 {
    /*padding-top: 13px;*/
    padding-bottom: 13px;
    min-height: 138px;
}

#contactLandlordForm2 #Message2 {
    resize: none;
    max-width: 100%;
    line-height: 21px;
    color: #282828;
    height: calc(100% - 24px);
}

#contactLandlordForm2 label {
    font-weight: 400;
}

.fullSize {
    padding: 0 !important;
}

.fullSize {
    vertical-align: middle;
}

.fullSize label {
    margin: 10px 0 0 0;
}

.contactOptions .contactOption {
    margin-top: 23px;
}

#contactLandlord2 {
    margin-top: 10px;
}

#propertyDetailsSocialWrapper {
    background-color: #fff;
    border-radius: 8px;
}

#propertyDetailsDescription {
    display: none;
}

.hiddenLowerMain {
    display: none;
}

.liveDataWarning {
    background-color: red;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
}

.devDataWarning {
    margin: 10px 100px 10px;
    background-color: #add8e6;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
}

#landlordReportContent {
    border-left: 1px solid #74777c;
}

#landlordReportContainer {
    margin-left: 0;
}

#landlordReportContent, #landlordReportMenu {
    padding: 15px 0 0 10px;
}

.undecorated {
    color: #fff;
}

.undecorated:hover {
    text-decoration: none;
}

.newsFeedEntryRow {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}

.newsFeedEntryRow h4 {
    margin-bottom: 10px;
}

.newsFeedEntry {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 7px;
    height: 100px;
    position: relative;
}

.newsFeedEntry a {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#searchFilterGridLink, #toggleAdvancedSearchFields, #updateSearchResults {
    margin: 5px auto;
    width: 80%;
    text-transform: none;
    font-size: 15px;
}

.searchMapFilterButtons {
    width: 45% !important;
    margin-left: 15px !important;
}

#searchFilterGridLink, #toggleAdvancedSearchFields {
    color: #74777c;
    background: #f0f0f6;
    border-color: #f0f0f6;
}

#searchFilterGridLink:hover, #toggleAdvancedSearchFields:hover {
    color: #000;
}

#searchMapSideBar #toggleAdvancedSearchFields {
    width: 250px;
    float: left;
    margin-left: 35px;
}

#updateSearchResults2 {
    width: 100%;
    font-size: 15px;
    text-transform: none;
}

#updateSearchResults2Container {
    margin: 0;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.centerContent {
    text-align: center;
}

h1.headerBreadCrumb {
    padding: 8px 0;
    font-size: 1em;
    color: #74777c;
}

.countryQty {
    font-size: .65em;
    color: #333;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200px;
}

.roundedWhiteBox {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding-top: 15px;
    margin: 0 15px 10px;
    overflow: hidden;
}

#rentedPropertyPhotoContainer {
    padding-right: 0;
}

#rentedPropertyPhotoContainer div {
    height: 390px;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 15px;
}

#rentedPropertyMapHolder {
    margin: 0 !important;
    overflow: hidden;
}

#rentedPropertyMapBox {
    margin: 0;
    height: 390px;
    padding: 0;
    border: none;
}

.swiper-container {
    width: 100%;
    height: 530px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}
.thumb-hiddens.gallery-top{
    height:100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

div.swiper-button-next, div.swiper-button-prev {
    color: #1b8644;
}

.sideNavLogo img {
    margin-top: 10px;
}

.profileMenu h1 a {
    color: #5ba1cf;
}

#myAccountContainer {
    overflow: hidden;
    width: 1310px;
}
#myAccountContainer .myBasicProfile .form-control {
  height: auto;
}
.myAccountWelcome {
    padding: 6px 0 4px 0;
    color: #00a8ff;
    font-style: italic;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.myAccountHeader {
    display: none;
    background-color: #266e8f;
    color: #fff;
    font-size: 24px;
    border-radius: 25px;
    padding: 5px 20px;
}

.editListingForm {
    padding-bottom: 20px !important;
}

.editListingForm h3, .myAccountSectionHeader {
    font-size: 20px;
    font-weight: 700;
    color: #266e8f;
    margin-bottom: 20px;
}

.myAccountSubSectionHeader {
    font-size: 16px;
    font-weight: 700;
    color: #68c6e6;
    margin-bottom: 20px;
}

.myAccountSectionBlock {
    text-align: center;
    border-radius: 25px;
    border: 1px solid #74777c;
    padding: 35px 20px 25px 20px;
    margin: 20px 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.myAccountSectionBlock:hover {
    border-color: #000;
    background-color: #f5f5f5;
}

.myAccountIntro {
    padding: 20px;
}

.myAccountIntro p {
    color: #266e8f;
    font-weight: 700;
    margin-bottom: 16px;
}

.myAccountSectionBlock .shortcutDescriptor {
    color: #266e8f;
    font-weight: 700;
    font-size: 1.2em;
}

.myBasicProfile label {
    text-align: right;
    padding-right: 7px;
}

.passwordInputs i {
    margin: 10px 0 0 10px;
    font-size: 20px;
}

.passwordInputs i:hover {
    cursor: pointer;
    color: #68c6e6;
}

#getInsuranceQuote:hover, #savePasswordChange:hover, #saveProfileChanges:hover {
    color: #fff;
}

#savedProfileChanges {
    display: none;
    float: left;
    margin: 18px 0 0 20px;
}

#newConfirmPasswordMessage, #newPasswordMessage {
    padding-top: 30px;
}

#securityMessage {
    color: #68c6e6;
}

#profileErrors {
    padding-top: 10px;
    font-size: 12px;
    font-style: italic;
}

.vertical_nav__minify .menu--header, .vertical_nav__minify .menu--progress {
    display: none;
}

.sub_menu--link__active {
    color: #000;
    background: #ddd;
}

#userFavoritesTable, #userListingsTable, #userRecentsTable, #listings {
    width: 100% !important;
}
.governance--page  .aplv-committee tbody{
    background-color: #fff;
}
#userFavoritesTable th, #userListingsTable th, #userRecentsTable th {
    padding-top: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #abcdef;
    text-align: center;
    color: #000;
    font-weight: unset;
}

#userFavoritesTable tr, #userListingsTable tr, #userRecentsTable tr {
    border-bottom: 1px solid #e0e0e0;
}

#userListingsTable thead tr th {
    border-bottom: inherit;
}

#userFavoritesTable td, #userListingsTable td, #userRecentsTable td {
    padding: 12px 0;
    font-size: .9em;
    text-align: center;
}

#userFavoritesTable .normalHeight, #userRecentsTable .normalHeight {
    height: unset;
}

.leftAlign {
    text-align: left !important;
}

.ui-dialog {
    border-radius: 20px !important;
}

.signUpDialogFormTitleBar1 {
    padding-top: 25px;
}

#signUpDialogForm {
    padding: 10px 30px 20px;
}

.signUpDialogFormSubtitle {
    font-size: 16px;
    padding-bottom: 5px;
    color: #000;
}

.signUpDialogFormLabel {
    color: #00687d;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.signUpDialogFormTitle p, .signUpDialogFormTitle2 p {
    margin: 5px 0 !important;
}

.signUpDialogFormSubtitle p {
    margin: 0 !important;
}

.signUpDialogContent {
    padding: 18px;
}

.signUpDialogPhoto {
    padding: 10px;
    text-align: right;
}

.signUpDialogPhoto img {
    width: 125px;
}

.signUpDialogDescriptor {
    color: #acacac;
}

.loginLink {
    color: #74777c;
    float: right;
    font-size: .9em;
    margin-top: 3px;
}

.loginLinkIcon {
    font-size: 20px;
    float: right;
    margin-right: 6px;
}

#loginButton i, #modalLogin i {
    margin-right: 10px;
}

.signUpIntro {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.signUpUserType {
    margin: 10px 0;
}

.signUpEmailOptIn input, .signUpUserType input {
    height: 20px;
    width: 20px;
}

.signUpEmailOptIn label, .signUpUserType label {
    margin-left: 18px;
    color: #74777c;
    font-weight: 400;
}

#signUpVerificationDetails {
    text-align: center;
    margin-top: 80px;
}

.signUpForm input.inputError, .signUpForm select.inputError {
    border-color: #d01d33 !important;
}

.editListingForm label {
    font-weight: 400 !important;
    color: #000;
}

#signUpNamesInfo {
    color: #74777c;
}

.signUpInput {
    margin-top: 18px;
    padding-left: 75px;
    overflow: hidden;
}

.signUpInput i, .signUpInput input {
    float: left;
}

.signUpInput i {
    margin: 10px 0 0 10px;
    font-size: 20px;
}

.signUpInput i:hover {
    cursor: pointer;
    color: #68c6e6;
}

#passwordsMatch {
    color: #0f0;
}

#signUpEmail, .signUpEmailOptIn {
    margin-top: 20px;
    margin-bottom: 8px;
}

.password-meter {
    width: 208px;
    height: 12px;
    border-radius: 6px;
    margin: 10px;
    padding: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    clear: left;
}

.password-strength {
    margin: 0;
    padding: 0;
    height: 10px;
    border-radius: 5px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.accountConsent, .confirmPasswordIcon {
    font-size: 24px;
}

.accountConsent, .confirmPasswordIconPass {
    color: #b6ff00;
}

.confirmPasswordIconFail {
    color: #ff6a00;
}

#gSignIn {
    display: inline-block;
    border: 2px solid #e4e4e4;
    border-radius: 3px;
}

.abcRioButtonLightBlue {
    color: #000 !important;
}

.signUpSubmission button:hover {
    opacity: .75;
}

.signUpSubmission button.disabled {
    opacity: .35;
    cursor: not-allowed;
}

.applyNow button {
    padding: 0 !important;
}

#userListingsTable i, .removeFavorite, .viewFavorite {
    font-size: 18px;
    color: #68c6e6;
}

.applyNow button {
    background-color: #fff;
    color: #68c6e6;
    border-radius: 20px;
    border: 1px solid #68c6e6;
    width: 90%;
    font-size: 14px !important;
    margin: 0 !important;
    position: relative;
}

#createPassword {
    width: 75%
}

.signUpDisclaimerContainer {
    padding-top: 15px;
}

#signUpDisclaimer {
    text-align: left;
    float: left;
    width: 75%;
    padding-right: 55px;
}

#signUpTerms {
    text-align: right;
    float: left;
    width: 25%
}

.signUpLogo {
    width: 100%;
    padding: 10px 30px 0 30px;
}

#signUpDisclaimer a {
    text-decoration: underline;
}

#AcceptTerms, #agreeTerms {
    height: 25px;
    width: 25px;
    margin-right: 14px;
}

/*.togglePostSignUp, .toggleSignUp {
    color: #68c6e6 !important;
}
*/
.thankYouDialog {
    background: 0 0 !important;
    border: none !important;
}

.signupDialog {
    z-index: 25000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.signUpDialogThankYou {
    z-index: 25001;
    border-radius: 10px;
    height: 500px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 30px;
}

.thankYou-btn {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.signUpDialogThankYouTenant {
    background: url(/images/tenantSignupComplete.png);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
}

.signUpDialogThankYouLandlord {
    background-repeat: no-repeat;
    background-size: cover;
}

.signUpDialogThankYouTenant .navTo {
    margin-right: 47px;
    font-weight: 700;
}

.signUpDialogThankYou button {
    text-transform: none;
    margin-top: 15px;
    width: 100%;
    max-width: 280px;
    flex: 0 0 100%
}

.btn-double {
    height: unset;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

#accountConsentBox {
    float: left;
    padding-top: 16px;
    text-align: center;
    width: 20%
}

#accountConsentButton {
    float: left;
    padding-top: 10px;
    width: 25%
}

.signUpSeparator {
    text-align: center;
    padding: 10px 0;
}

.listingFilters label {
    margin-top: 10px;
}

.subscriptionPromo {
    text-align: center;
}

.subscriptionPromo h3 {
    color: #68c6e6;
    margin-bottom: 15px;
}

.superscript {
    height: 48px;
}

.priceLarge {
    font-size: 48px;
}

.priceDetails {
    color: #68c6e6;
    vertical-align: top;
    height: 60px;
}

.subscriptionDetails {
    color: #c0c6d2;
}

.actionContainer {
    padding: 0 20px;
    border: 1px solid #c0c6d2;
    border-radius: 15px;
}

#actionsLeftContainer {
    width: 250px;
    float: left;
    margin-right: 15px;
}

#toggleFavoritesContainer, #toggleRecentsContainer {
    margin-top: 0;
    float: left;
    color: #68c6e6;
    cursor: pointer;
}

#toggleFavoritesContainer:hover, #toggleRecentsContainer:hover {
    text-decoration: underline;
}
.listingFilters #toggleFavoritesContainer:hover{
    text-decoration: none;
}
#actionsRightContainer {
    width: 250px;
    float: right;
}

#actionsRightContainerLarge {
    width: 350px;
    float: right;
}

#actionsRightContainerLarge label {
    margin-top: 10px;
    float: left;
}

#actionsRightContainer div {
    display: block;
}

#applyNowMulti {
    margin-top: 5px;
    float: left;
}

.applyNowOptionContainer input {
    float: right;
    color: #000;
}

.applyNowOptionContainer label {
    margin: 0 0 0 20px;
}

.propertyTileUnselectable {
    opacity: .25;
}

.propertyTileSelectable {
    border-radius: 4px;
}

.propertyTileSelectable:hover {
    border: 3px solid green;
    opacity: .75;
    cursor: pointer;
}

div.propertyTileSelectable *, div.propertyTileUnselectable * {
    pointer-events: none;
}

.propertyTileSelected {
    border: 3px solid green !important;
}

.grid-style3 .item .amenities {
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 6px 10px;
    margin: 18px 0 0;
    background-color: #fff;
    border-color: #e4e4e4;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.grid-style3 .item .amenities li {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-right: 1px solid #e4e4e4;
}

.grid-style3 .item .amenities li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.grid-style3 .item .amenities .fa {
    color: #d3d3d3;
    font-size: 14px;
}

.grid-style3 .item .amenities li [class*=" icon-"], .grid-style3 .item .amenities li [class^=icon-] {
    color: #d3d3d3;
    float: left;
    font-size: 18px;
    margin-right: 2px;
    margin-top: -3px;
}

.grid-style3 .item>.amenities {
    margin: 0;
    border-width: 1px;
    border-radius: 4px;
}

.grid-style3 .carousel {
    background: 0 0;
}

.grid-style3 .carousel-inner {
    border-radius: 4px;
}

.grid-style3 .carousel-inner .item {
    height: 165px;
}

.grid-style3 .carousel a.left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.grid-style3 .carousel a.right {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.grid-style3 .item .price, .grid-style3 .item .tag {
    position: absolute;
    top: 10px;
    left: 9px;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.grid-style1 .item .tag span, .grid-style3 .item .price span {
    display: block;
    font-size: 16pt;
    margin-top: -4px;
}

.propertyTile {
    margin-bottom: 30px;
}

.propertyTileInner {
    border: 3px solid transparent;
}

.propertyTileAddress {
    margin: 7px 0 6px;
    height: 19px;
    overflow: hidden;
    font-weight: 700;
}

.UserFavoritesTiles .propertyTileAddress {
    text-align: left;
    font-weight: 400;
}

.propertyTileAddress a {
    color: #0a2b1d;
}

.actionsApplyNow {
    margin: 0;
    background-color: #008db7;
    color: #e0e0e0;
    border-radius: 20px;
    border: 1px solid #008db7;
    font-size: 14px !important;
    text-transform: none;
    line-height: 26px;
    height: auto;
    padding: 0 8px;
}

.propertyTileDetails {
    overflow: hidden;
    margin-bottom: 7px;
}

.propertyTileButton, .propertyTileText {
    text-align: right;
    width: 48%;
    float: left;
}

.propertyTileText {
    text-align: left;
    color: #000;
}

.propertyTileUnfavorite {
    position: absolute;
    font-size: 20px;
    right: -6px;
    bottom: -16px;
    color: red;
    cursor: pointer;
}

.previewApplyNow {
    color: #00a8ff !important;
    width: auto !important;
    float: right;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 14px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.slider.round {
    border-radius: 14px;
}

.slider.round:before {
    border-radius: 50%
}

.myAccountContentContainer {
    margin-top: 10px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
}

.myACCLessPadding {
    padding: 15px;
}

.myAccountContentContainer h4 {
    color: #5ba1cf;
    margin-bottom: 20px;
}

.myAccountContentContainer p {
    margin-top: 25px;
}

.myAccountContentContainer h5 {
    color: #000;
    margin-bottom: 10px;
}

.insuranceDetails {
    margin: 30px;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 12px;
    font-style: italic;
}

#moreHomeowner, #moreTenant {
    cursor: pointer;
}

a:focus {
    outline: 0;
}

body {
    padding: 0;
    height: 100%;
    color: #74777c;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

::selection {
    background: #1b8644;
    color: #fff;
}

::-moz-selection {
    background: #1b8644;
    color: #fff;
}

.color {
    color: #90c8c2;
}

iframe[src="about:blank"] {
    display: none;
}

#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    z-index: 99;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}

#wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: 0 0;
    content: '';
    z-index: 1002;
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
}

#wrapper.open {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

#wrapper.open::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.darker-text {
    color: #4d4f52;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #adb2b6;
}

.form-control-large, .form-control-small {
    width: 345px;
    display: inline-block;
    margin: 0 10px;
}

.form-control-large .chzn-container, .form-control-large .form-control, .form-control-small .chzn-container, .form-control-small .form-control {
    width: 100%
}

.form-control-small {
    width: 188px;
}

.colored .form-control {
    color: #fff;
    border: none;
    background-color: rgba(255, 255, 255, .1);
}

.colored .form-control::-webkit-input-placeholder {
    color: #fff;
}

.colored .form-control:-moz-placeholder {
    color: #fff;
}

.colored .form-control::-moz-placeholder {
    color: #fff;
}

.colored .form-control:-ms-input-placeholder {
    color: #fff;
}

.invalid {
    border-color: #f23030 !important;
}

.btn {
    font-size: 13px;
    height: 35px;
    line-height: 32px;
    padding: 0 16px;
    border-width: 2px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.btn i {
    margin-right: 5px;
}

.btn-default, .btn-default-color, .btn-fullcolor {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-fullcolor.active, .btn-fullcolor:active, .btn-fullcolor:hover, .open .dropdown-toggle.btn-fullcolor {
    color: #fff;
}

.btn-group-lg>.btn, .btn-lg {
    border-width: 2px;
    height: 45px;
    line-height: 43px;
    font-size: 14px;
}

.btn-danger, .btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger[disabled] {
    color: #fff !important;
    background-color: #da4f49 !important;
    border-color: #c72f29;
}

.btn-success, .btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-success[disabled] {
    color: #fff !important;
    background-color: #5bb75b !important;
    border-color: #449b44;
}

.animate-fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-top {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-bottom {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-left {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-right {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animation-fade {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.animation-from-bottom, .animation-from-top {
    -webkit-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -moz-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -o-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.animation-from-left, .animation-from-right {
    -webkit-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -moz-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -o-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.section-highlight, .section-title {
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%
}

.section-highlight:after, .section-highlight:before, .section-title:after, .section-title:before {
    content: " ";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #90c8c2;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.section-highlight:after, .section-title:after {
    bottom: 0;
}

.section-highlight {
    text-transform: none;
    font-size: 24pt;
    margin-top: 10px;
}

.section-highlight:after, .section-highlight:before {
    background-color: #74777c;
}

.page-title {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.text-highlight {
    background-color: #90c8c2;
    color: #fff;
    padding: 20px 15px;
    font-size: 20pt;
    line-height: 22pt;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

.text-highlight strong {
    font-weight: 500;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-controls .owl-buttons {
    position: absolute;
    top: 10px;
    right: -5px;
    background: #90c8c2;
    height: 57px;
    width: 33px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.owl-controls .owl-buttons:before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: -6px;
    border-color: transparent transparent transparent #70221e;
    border-style: solid;
    border-width: 0 0 6px 7px;
    height: 0;
    width: 0;
}

.owl-controls .owl-buttons div {
    color: #fff;
    zoom: 1;
    font-size: 12px;
    padding: 8px 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.owl-controls .owl-buttons div.owl-prev {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.owl-controls .owl-buttons div.owl-prev:before {
    content: "\f053"
}

.owl-controls .owl-buttons div.owl-next {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.owl-controls .owl-buttons div.owl-next:before {
    content: "\f054"
}

.owl-controls .owl-buttons div.owl-next:hover, .owl-controls .owl-buttons div.owl-prev:hover {
    background: rgba(255, 255, 255, .15);
}

.owl-controls.clickable .owl-buttons div:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 8px;
    background: #bfc4c8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    background: #90c8c2;
}

.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

.carousel-style1 .item {
    margin: 0 auto 35px;
    text-align: left;
    position: relative;
}

.carousel-style1 .item .image {
    width: 100%;
    max-height: 236px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: background-size .3s ease-out;
    -moz-transition: background-size .3s ease-out;
    -ms-transition: background-size .3s ease-out;
    -o-transition: background-size .3s ease-out;
    transition: background-size .3s ease-out;
}

.carousel-style1 .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.carousel-style1 .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.carousel-style1 .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%
}

.carousel-style1 .item .image .info {
    text-align: left;
}

.carousel-style1 .item .image .info h3 {
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px;
}

.carousel-style1 .item .image .info .location {
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c;
}

.carousel-style1 .item:hover .image {
    background-size: auto 120%
}

.carousel-style1 .item:hover .image img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.carousel-style1 .item:hover .image>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.carousel-style1 .item .price {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.carousel-style1 .item .price:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.carousel-style1 .item .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.carousel-style1 .item .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
}

.carousel-style1 .item .amenities {
    width: 100%;
    list-style: none;
    padding: 6px 10px;
    margin: 0;
    background-color: #fff;
    border-color: #e4e4e4;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    text-align: center;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.carousel-style1 .item .amenities li {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-right: 1px solid #e4e4e4;
    color: #74777c;
}

.carousel-style1 .item .amenities li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.carousel-style1 .item .amenities li .fa {
    color: #adb2b6;
    font-size: 18px;
}

.carousel-style1 .item .amenities li [class*=" icon-"], .carousel-style1 .item .amenities li [class^=icon-] {
    color: #adb2b6;
    float: left;
    font-size: 20px;
    margin-right: 3px;
    margin-top: -3px;
}

.carousel-style1 .item.disabled {
    display: none;
}

.fullwidthsingle .item, .latest-news-slider .item {
    margin: 0 6px;
    text-align: left;
    position: relative;
}

.fullwidthsingle .item .image, .latest-news-slider .item .image {
    width: 65%;
    height: 354px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullwidthsingle .item .image a, .latest-news-slider .item .image a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.fullwidthsingle .item .image img, .latest-news-slider .item .image img {
    width: 100%
}

.fullwidthsingle .price, .latest-news-slider .price {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.fullwidthsingle .price:before, .latest-news-slider .price:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #70221e transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.fullwidthsingle .price i, .latest-news-slider .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.fullwidthsingle .price span, .latest-news-slider .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
}

.fullwidthsingle .info, .latest-news-slider .info {
    position: relative;
    width: 35%;
    height: 354px;
    background-color: #90c8c2;
    padding: 30px 40px 60px;
    display: inline-block;
    float: left;
    color: #fff;
}

.fullwidthsingle .info h3, .latest-news-slider .info h3 {
    color: #fff;
    padding: 0;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 21pt;
}

.fullwidthsingle .info h3 a, .latest-news-slider .info h3 a {
    color: #fff;
}

.fullwidthsingle .info p, .latest-news-slider .info p {
    margin-bottom: 20px;
}

.fullwidthsingle .owl-fade-out, .latest-news-slider .owl-fade-out {
    z-index: 0;
    -webkit-animation: fadeOut2 .7s both ease;
    -moz-animation: fadeOut2 .7s both ease;
    animation: fadeOut2 .7s both ease;
}

.fullwidthsingle .owl-fade-in, .latest-news-slider .owl-fade-in {
    z-index: 1;
}

@-webkit-keyframes fadeOut2 {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut2 {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut2 {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.latest-news-slider .item .image {
    width: 55%;
    height: 354px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.latest-news-slider .item .image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 1;
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.latest-news-slider .item .image a span.btn {
    position: relative;
    top: 100%;
    margin-top: -17px;
}

.latest-news-slider .item .image:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.latest-news-slider .item .image:hover a span.btn {
    top: 50%
}

.latest-news-slider .item .tag {
    position: absolute;
    top: 10px;
    left: -6px;
    background-color: #90c8c2;
    color: #fff;
    padding: 14px 18px;
    z-index: 10;
    font-size: 17px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.latest-news-slider .item .tag:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.latest-news-slider .item .info {
    position: relative;
    width: 45%;
    height: 354px;
    background-color: #90c8c2;
    padding: 22px;
    display: inline-block;
    float: left;
    color: #fff;
}

.latest-news-slider .item .top-info {
    padding: 0 0 14px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: 13px;
    float: right;
    width: 100%
}

.latest-news-slider .item .top-info li {
    display: inline-block;
    margin-right: 14px;
}

.latest-news-slider .item .top-info li:last-child {
    margin-right: 0;
}

.latest-news-slider .item .top-info li i {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    margin-right: 5px;
}

.fullwidthsingle2 .item {
    margin: 0 0 0 5px;
    text-align: left;
    position: relative;
}

.fullwidthsingle2 .item .image {
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullwidthsingle2 .item .image a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.fullwidthsingle2 .item .image img {
    width: 100%
}

.fullwidthsingle2 .price {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.fullwidthsingle2 .price:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -5px;
    border-color: transparent #70221e transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.fullwidthsingle2 .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.fullwidthsingle2 .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
}

.fullwidthsingle2 .info {
    position: relative;
    padding: 20px 15px 10px;
    display: inline-block;
    float: left;
    border: 1px solid #e4e4e4;
}

.fullwidthsingle2 .info .item-title {
    padding-left: 0;
}

.fullwidthsingle2 .info h3 {
    color: #4d4f52;
    padding: 0;
    text-transform: none;
    display: block;
}

.fullwidthsingle2 .info h3 a {
    color: #4d4f52;
}

.fullwidthsingle2 .info h3 a:hover {
    color: #90c8c2;
    text-decoration: none;
}

.fullwidthsingle2 .info .location {
    font-style: italic;
    display: block;
    color: #74777c;
    margin-bottom: 10px;
}

.fullwidthsingle2 .amenities {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0 0 20px;
}

.fullwidthsingle2 .amenities li {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #74777c;
}

.fullwidthsingle2 .amenities li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.fullwidthsingle2 .amenities li i {
    color: #adb2b6;
    font-size: 18px;
}

.fullwidthsingle2 .info .description {
    border-top: 1px solid #e4e4e4;
    display: inline-block;
}

.fullwidthsingle2 .info .description p {
    margin-bottom: 20px;
    padding: 20px 0 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: -40px;
    text-align: left;
    background-color: transparent;
}

.breadcrumb>li+li:before {
    color: #fff;
    padding: 0;
}

.tooltip-inner {
    white-space: nowrap;
    background-color: #fff;
    color: #74777c;
    border: 1px solid #e3e3e3;
    font-family: 'Open Sans', sans-serif;
}

.tooltip.in {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e3e3e3;
}

.tooltip.top .tooltip-arrow:after {
    content: "";
    position: absolute;
    left: -5px;
    border-color: transparent;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    margin-top: -6px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e3e3e3;
}

.tooltip.bottom .tooltip-arrow:after {
    content: "";
    position: absolute;
    border-color: transparent;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
    left: 50%;
    margin-left: -5px;
    top: 1px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #e3e3e3;
}

.tooltip.right .tooltip-arrow:after {
    content: "";
    position: absolute;
    border-color: transparent;
    height: 0;
    width: 0;
    border-style: solid;
    border-right-color: #fff;
    border-width: 5px 5px 5px 0;
    left: 1px;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #e3e3e3;
}

.tooltip.left .tooltip-arrow:after {
    content: "";
    position: absolute;
    left: -6px;
    border-color: transparent;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.chzn-container {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 100% !important;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e3e5;
    color: #74777c;
}

.chzn-container.chzn-with-drop .chzn-drop {
    left: 0;
}

.chzn-container a {
    cursor: pointer;
}

.chzn-container-single .chzn-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    height: 41px;
    background-color: rgba(255, 255, 255, .1);
    background-clip: padding-box;
    color: #74777c;
    text-decoration: none;
    white-space: nowrap;
    line-height: 41px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chzn-container-single .chzn-default {
    color: #74777c;
}

.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chzn-container-single .chzn-single-with-deselect span {
    margin-right: 60px;
}

.chzn-container-single .chzn-single abbr {
    position: absolute;
    top: 13px;
    right: 48px;
    display: block;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.chzn-container-single .chzn-single abbr:before {
    content: "\f00d"
}

.chzn-container-single .chzn-single abbr:hover {
    transform: scale(1.2);
}

.chzn-container-single .chzn-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 100%
}

.chzn-container-single .chzn-single div:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 80%;
    margin-top: 10%;
    border-left: 1px solid #e4e4e4;
}

.chzn-container-single .chzn-single div b {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
}

.chzn-container-single .chzn-single div b:before {
    content: "\f078"
}

.chzn-container-single .chzn-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chzn-container-single .chzn-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid rgba(116, 119, 124, .5);
    background-color: #fff;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chzn-container-single .chzn-search:before {
    content: "\f002";
    position: absolute;
    top: 9px;
    right: 10px;
    color: #74777c;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chzn-container-single .chzn-drop {
    border-radius: 4px;
    background-clip: padding-box;
}

.chzn-container-single.chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px;
}

.chzn-container .chzn-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 4px 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chzn-container .chzn-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.chzn-container .chzn-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chzn-container .chzn-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chzn-container .chzn-results li.highlighted {
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #004886;
}

.chzn-container .chzn-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}

.chzn-container .chzn-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}

.chzn-container .chzn-results li.group-option {
    padding-left: 15px;
}

.chzn-container .chzn-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chzn-container-multi .chzn-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid #e3e3e3;
    background-color: transparent;
    cursor: text;
}

.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}

.chzn-container-multi .chzn-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chzn-container-multi .chzn-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 5px;
    height: auto;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #74777c;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chzn-container-multi .chzn-choices li.search-field .default {
    color: #74777c;
}

.chzn-container-multi .chzn-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 28px 0 14px;
    border: 1px solid #e3e3e3;
    background-color: rgba(255, 255, 255, .5);
    color: #74777c;
    line-height: 30px;
    cursor: default;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 8px;
    right: 12px;
    display: block;
    width: 12px;
    height: 12px;
    color: #74777c;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    content: "\f00d"
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    text-decoration: none;
    transform: scale(1.2);
}

.chzn-container-multi .chzn-choices li.search-choice-disabled {
    color: #adb2b6;
}

.chzn-container-multi .chzn-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chzn-container-multi .chzn-drop {
    margin-top: -30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chzn-container-active .chzn-single {
    -webkit-transition: border-color .3s ease-out;
    -moz-transition: border-color .3s ease-out;
    -ms-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    border-color: #adb2b6;
}

.chzn-container-active.chzn-with-drop .chzn-single div {
    border-left: none;
    background: 0 0;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 2px;
}

.chzn-disabled {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    cursor: default;
}

.chzn-disabled .chzn-single {
    cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
}

.chzn-rtl {
    text-align: right;
}

.chzn-rtl .chzn-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chzn-rtl .chzn-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chzn-rtl .chzn-single-with-deselect span {
    margin-left: 38px;
}

.chzn-rtl .chzn-single div {
    right: auto;
    left: 3px;
}

.chzn-rtl .chzn-single abbr {
    right: auto;
    left: 26px;
}

.chzn-rtl .chzn-choices li {
    float: right;
}

.chzn-rtl .chzn-choices li.search-field input[type=text] {
    direction: rtl;
}

.chzn-rtl .chzn-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chzn-rtl .chzn-drop, .chzn-rtl.chzn-container-single-nosearch .chzn-search {
    left: 9999px;
}

.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chzn-rtl .chzn-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
    border-right: none;
}

.chzn-rtl .chzn-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(chzn-sprite.png) no-repeat -30px -20px;
    background: url(chzn-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}

.chzn-rtl.chzn-container-single .chzn-single div b {
    background-position: 6px 2px;
}

.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
    background-position: -12px 2px;
}

.colored .chzn-container .chzn-drop {
    background-color: #fff;
    color: #74777c;
}

.colored .chzn-container-single .chzn-single {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border: none;
    text-decoration: none;
}

.colored .chzn-container-single .chzn-default {
    color: #fff;
    text-decoration: none !important;
}

.colored .chzn-container-single .chzn-single div:after {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.colored .chzn-container-single:hover .chzn-single div b {
    color: inherit;
}

.colored .chzn-container-single .chzn-search input[type=text] {
    border: 1px solid rgba(116, 119, 124, .5);
    background-color: #fff;
}

.colored .chzn-container-single .chzn-search:before {
    color: #74777c;
}

.colored .chzn-container .chzn-results li.disabled-result {
    color: #ccc;
}

.colored .chzn-container .chzn-results li.highlighted {
    background-color: rgba(223, 74, 67, .9);
    color: #fff;
}

.colored .chzn-container-multi .chzn-choices {
    border-color: rgba(255, 255, 255, .5);
}

.colored .chzn-container-multi .chzn-choices li.search-field input[type=text] {
    background: 0 0 !important;
    color: #fff;
}

.colored .chzn-container-multi .chzn-choices li.search-field .default {
    color: #fff;
}

.colored .chzn-container-multi .chzn-choices li.search-choice {
    border: none;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.colored .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    color: #fff;
    text-decoration: none;
}

.colored .chzn-container-multi .chzn-drop .result-selected {
    color: #ccc;
}

.colored .chzn-container-active .chzn-choices li.search-field input[type=text] {
    color: #fff !important;
}

.tp-bullets {
    bottom: 30px !important;
}

.tp-bullets.simplebullets.round .bullet {
    background: #adb2b6;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

.tp-bullets.simplebullets.navbar .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background: #90c8c2;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tparrows {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 18pt;
    top: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.tp-leftarrow.default, .tp-rightarrow.default {
    background: rgba(255, 255, 255, .5);
}

.tp-leftarrow.default:after {
    content: "\f053";
    margin-right: 2px;
}

.tp-rightarrow.default:after {
    content: "\f054";
    margin-left: 4px;
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
    background: #90c8c2;
}

#recaptcha_widget {
    text-align: center;
    margin-bottom: 25px;
}

.recaptcha_only_if_incorrect {
    color: #c42927;
    display: none;
}

.recaptcha_switch_audio {
    display: none !important;
}

#recaptcha_image {
    width: 100% !important;
    height: auto !important;
    text-align: center;
}

#recaptcha_challenge_image {
    max-width: 357px !important;
    width: 100%;
    height: auto;
}

.recaptcha_only_if_image {
    display: block;
    margin: 10px 0;
}

.recaptcha_only_if_image a {
    margin-left: 5px;
}

#header {
    width: 100%;
    position: relative;
    z-index: 1001;
}

#header:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(255, 255, 255, .3);
    z-index: 10;
}

#top-buttons, #top-info {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-buttons li, #top-info li {
    display: inline-block;
    margin-left: 25px;
}

#top-buttons {
    float: right;
}

#top-buttons .divider {
    position: relative;
    border-left: 1px solid #74777c;
    width: 1px;
    height: 22px;
    overflow: hidden;
    margin-bottom: -6px;
}

.language-switcher {
    display: inline-block;
    position: relative;
}

.language-switcher span {
    padding-right: 30px;
    position: relative;
}

.language-switcher span:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    border-right: 3px solid transparent;
    border-top: 3px solid;
    margin-left: 10px;
    border-left: 4px solid transparent;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.language-switcher ul {
    position: absolute;
    left: -15px;
    top: 33px;
    padding: 0 30px;
    margin: 0;
    z-index: 999;
    background-color: #f1f3f6;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -ms-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
}

.language-switcher ul li {
    margin: 0 !important;
    display: block !important;
}

.language-switcher ul li a {
    line-height: 33px;
    display: inline-block;
    width: 100%
}

.language-switcher:hover {
    color: #90c8c2;
}

.language-switcher:hover ul {
    max-height: 250px;
}

#nav-section {
    min-height: 102px;
    min-width: 320px;
    padding: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#nav-section.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#nav-section.stuck:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e3e3e3;
    z-index: 10;
}

#nav-section.shrink {
    min-height: 61px;
}

#nav-section.shrink .nav-logo img {
    height: 45px;
}

#nav-section.shrink .navbar-nav>li>a {
    line-height: 61px;
}

#nav-section.shrink .sb-search {
    margin-top: 15px;
}

.sb-search {
    position: relative;
    margin-top: 37px;
    width: 0%;
    min-width: 30px;
    height: 30px;
    float: right;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 0 0 0 28px;
    font-family: inherit;
    color: #74777c;
    font-size: 13px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sb-search-open .sb-search-input {
    padding: 0 14px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #74777c;
}

.sb-search-input:-moz-placeholder {
    color: #74777c;
}

.sb-search-input::-moz-placeholder {
    color: #74777c;
}

.sb-search-input:-ms-input-placeholder {
    color: #74777c;
}

.sb-icon-search, .sb-search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1;
}

.sb-icon-search {
    color: #74777c;
    z-index: 90;
    font-size: 15px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sb-icon-search:hover {
    color: #90c8c2;
}

.no-js .sb-search, .sb-search.sb-search-open {
    width: 170px;
}

.no-js .sb-search .sb-icon-search, .sb-search.sb-search-open .sb-icon-search {
    color: #90c8c2;
    z-index: 11;
}

.no-js .sb-search .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
    z-index: 90;
}

.navbar {
    float: right;
    margin: 0 30px 0 0;
    min-height: 0;
    border: none;
}

.nav-logo {
    float: left;
    margin: 8px 0;
}

.nav-logo img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navbar-nav>li>a {
    padding: 0 15px;
    display: block;
    color: #74777c;
    line-height: 102px;
    /* text-transform: uppercase; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover, .navbar-nav>li>a.active {
    background-color: transparent;
    color: #90c8c2;
}

.navbar-nav>li.dropdown>a .caret {
    border-right: 3px solid transparent;
    border-top: 3px solid;
    margin-left: 10px;
}

.navbar-nav .dropdown-menu {
    background-color: #f1f3f6;
    text-align: center;
    padding: 0;
    border: none;
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .176);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.navbar-nav .dropdown-menu:hover, .navbar-nav .open>.dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu>li>a {
    display: block;
    line-height: 46px;
    padding: 0 15px 0 25px;
    border-left: 0 solid #fff;
    text-align: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.navbar-nav .dropdown-menu>li>a.active, .navbar-nav .dropdown-menu>li>a:focus, .navbar-nav .dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #90c8c2;
    border-left: 4px solid #90c8c2;
}

.navbar-nav .dropdown-submenu {
    position: relative;
}

.navbar-nav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    max-height: 0;
    overflow: hidden;
}

.navbar-nav .dropdown-submenu:hover>.dropdown-menu {
    max-height: 500px;
    overflow: visible;
}

.navbar-nav .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #74777c;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px;
}

.navbar-nav .dropdown-submenu:hover>a:after {
    border-left-color: #90c8c2;
}

.navbar-nav .dropdown-submenu .pull-left {
    float: none;
}

.navbar-nav .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

#nav-mobile-btn {
    background-color: #90c8c2;
    border: 0;
    color: #fff;
    font-size: 28px;
    width: 40px;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    float: right;
    margin-top: 29px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#nav-mobile-btn:active, #nav-mobile-btn:hover {
    background-color: #b6261f;
}

.shrink #nav-mobile-btn {
    margin-top: 9px;
}

.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #f7f8fa;
    padding: 15px;
    overflow: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-mobile>i {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav-mobile>i:active, .nav-mobile>i:hover {
    color: #4f5154;
    background-color: #f1f3f6;
}

.nav-mobile h2 {
    text-align: center;
    margin: 10px 0 25px;
    color: #4d4f52;
}

.nav-mobile h2 i {
    margin-right: 10px;
}

.nav-mobile a {
    color: #74777c;
}

.nav-mobile a:hover {
    color: #90c8c2;
    text-decoration: none;
}

.nav-mobile a:focus {
    text-decoration: none;
}

.nav-mobile ul {
    list-style: none;
}

.nav-mobile>ul {
    padding: 0;
}

.nav-mobile>ul li {
    margin-bottom: 10px;
}

.nav-mobile>ul li>a {
    margin-bottom: 10px;
    display: block;
}

.nav-mobile>ul>li {
    margin-bottom: 20px;
    padding-left: 10px;
}

.nav-mobile>ul ul {
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, .08);
}

.nav-mobile::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    display: none;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.nav-mobile.open {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-mobile.open::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
}

#home-search-section {
    position: relative;
    text-align: center;
    padding: 0;
    overflow: hidden;
    background-position: center center;
    height: 350px;
}

#home-search-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    xbackground-color: #90c8c2;
}

.slider-title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 60px;
}

#home-search-section .slider-subtitle, .slider-subtitle {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
}

#home-search-section .slider-subtitle {
    color: #74777c;
}

#home-search-section .img {
    height: 350px;
    float: left;
    width: 60%;
    background-image: url(../images/Culada_Twitter_Hero_Image_v2_Corbel.png);
    background-position: center;
}

#home-search-section .intro {
    height: 350px;
    float: left;
    background-color: #90c8c2;
    width: 40%;
    color: #fff;
}

#home-search-section .intro h1 {
    padding-top: 90px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

#home-search-section .intro p {
    padding-top: 30px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    clear: both;
}

#home-search-buttons {
    margin-top: 70px;
}

#home-search-buttons .btn {
    border-width: 1px;
    line-height: 21px;
}

#home-search-buttons>.btn {
    margin: 0 5px;
}

#home-search-buttons .input-group {
    margin: 18px 0 22px;
}

#home-search-buttons .form-control {
    background-color: rgba(21, 22, 23, .75);
    height: 60px;
    border-color: rgba(21, 22, 23, .8);
    color: #fff;
}

#home-search-buttons .form-control:focus {
    border-color: #90c8c2;
}

#home-search-buttons .input-group .btn-default {
    border: none;
    background-color: #90c8c2;
    height: 60px;
    color: rgba(255, 255, 255, .7);
    width: 80px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#home-search-buttons .input-group .btn-default:hover {
    width: 100px;
    padding-left: 30px;
    color: #fff;
}

#home-search-buttons .input-group .btn-default .fa {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#home-search-buttons .input-group .btn-default:hover .fa {
    left: 12px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.advanced-search {
    font-style: italic;
    color: rgba(255, 255, 255, .35);
}

.action-box {
    background-color: #90c8c2;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: #fff;
    position: relative;
}

.action-box h2 {
    color: #fff;
    text-transform: none;
    margin-bottom: 26px;
}

.action-box h3 {
    color: #fff;
    text-transform: uppercase;
}

.action-box p {
    margin: 0;
}

.action-box #newsletter {
    padding: 0;
    margin-top: 5px !important;
}

.action-box .input-group {
    margin-top: 0 !important;
}

.action-box .social-networks {
    float: none !important;
    text-align: center;
}

.parallax {
    position: relative;
    text-align: center;
    padding: 30px 0 65px 0;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-position: center center;
}

.parallax .section-title {
    color: #4d4f52;
    margin-top: 0;
}

.pattern-bg {
    position: relative;
    xbackground-image: url(../images/patterns/pattern9.jpg);
    width: 100%;
    height: 200%;
    background-repeat: repeat;
}

.pattern-bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f3f6;
    z-index: 0;
    -webkit-opacity: .82;
    -moz-opacity: .82;
    opacity: .82;
}

.pattern-bg .section-title:after, .pattern-bg .section-title:before {
    background-color: #4d4f52;
}

.pattern-bg.colored-bg:before {
    background-color: #1b8644;
}
.pattern-bg.colored-bg h3.adminTitle {
    color: #fff;
}
.pattern-bg.colored-bg .container {
    position: relative;
    z-index: 10;
}

.pattern-bgh {
    position: relative;
    background-image: url(../images/patterns/pattern9.jpg);
    width: 100%;
    height: 200%;
    background-repeat: repeat;
}

.pattern-bgh:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f3f6;
    z-index: 0;
    -webkit-opacity: .82;
    -moz-opacity: .82;
    opacity: .82;
}

.pattern-bgh .section-title:after, .pattern-bgh .section-title:before {
    background-color: #4d4f52;
}

.pattern-bgh.colored-bg:before {
    background-color: #90c8c2;
}

.pattern-bgh.colored-bg .container {
    position: relative;
    z-index: 10;
}

.colored-bg, .dark-bg {
    border: none;
    color: #fff;
}

.colored-bg:before, .dark-bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202326;
    -webkit-opacity: .82;
    -moz-opacity: .82;
    opacity: .82;
}

.colored-bg .section-title, .dark-bg .section-title {
    color: #fff;
}

.colored-bg .section-title:after, .colored-bg .section-title:before, .dark-bg .section-title:after, .dark-bg .section-title:before {
    background-color: #fff;
}

.colored-bg .testimonials .item .text, .dark-bg .testimonials .item .text {
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: transparent;
    color: #fff;
}

.colored-bg .testimonials .item .text:before, .dark-bg .testimonials .item .text:before {
    display: none;
    border-color: transparent rgba(255, 255, 255, .2) transparent transparent;
}

.colored-bg .testimonials .item .text:after, .dark-bg .testimonials .item .text:after {
    display: none;
    border-color: transparent rgba(32, 35, 38, .82) transparent transparent;
}

.colored-bg .testimonials .item .author, .dark-bg .testimonials .item .author {
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
}

.colored-bg .testimonials .item .author img, .dark-bg .testimonials .item .author img {
    border-right: none;
}

.colored-bg .owl-controls .owl-page span, .dark-bg .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .5);
}

.colored-bg .owl-controls .owl-page.active span, .colored-bg .owl-controls.clickable .owl-page:hover span, .dark-bg .owl-controls .owl-page.active span, .dark-bg .owl-controls.clickable .owl-page:hover span {
    background: none repeat scroll 0 0 #fff;
}

.action-box:before, .colored-bg:before {
    xbackground-color: rgba(223, 74, 67, .82);
    background-color: #90c8c2;
}

.action-box #newsletter, .colored-bg #newsletter {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.action-box #newsletter h1, .action-box #newsletter h2, .colored-bg #newsletter h1, .colored-bg #newsletter h2 {
    color: #fff;
}

.action-box #newsletter .form-control, .colored-bg #newsletter .form-control {
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.action-box #newsletter .form-control:focus, .colored-bg #newsletter .form-control:focus {
    border-color: rgba(255, 255, 255, .2);
}

.action-box #newsletter .form-control::-webkit-input-placeholder, .colored-bg #newsletter .form-control::-webkit-input-placeholder {
    color: #fff;
}

.action-box #newsletter .form-control:-moz-placeholder, .colored-bg #newsletter .form-control:-moz-placeholder {
    color: #fff;
}

.action-box #newsletter .form-control::-moz-placeholder, .colored-bg #newsletter .form-control::-moz-placeholder {
    color: #fff;
}

.action-box #newsletter .form-control:-ms-input-placeholder, .colored-bg #newsletter .form-control:-ms-input-placeholder {
    color: #fff;
}

.dark-bg {
    color: #fff;
}

.gray-bg {
    background-color: #f1f3f6;
    padding: 90px 0 60px 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.gray-bg .section-title {
    color: #4d4f52;
    margin-top: 0;
}

.gray-bg .section-title:after, .gray-bg .section-title:before {
    background-color: #4d4f52;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
}

#new-properties-slider .item {
    width: 270px;
}

.colored, .gray {
    position: relative;
}

.gray .chzn-container-single .chzn-single {
    background-color: rgba(255, 255, 255, .5);
}

.content.colored:before, .content.gray:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3%;
    height: 100%;
    background-color: #90c8c2;
}

.content.gray:before {
    background-color: #f1f3f6;
}

.content-divider {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    height: 4px;
}

.feature {
    display: inline-block;
    padding: 2% 0;
    text-align: center;
    margin-bottom: 60px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.feature i {
    display: inline-block;
    font-size: 32pt;
    cursor: default;
    margin-bottom: 35px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: relative;
    z-index: 1;
    color: #90c8c2;
    border: 4px solid #90c8c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.feature i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #90c8c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
    -moz-transition: -moz-transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s;
}

.feature i:before {
    speak: none;
    font-size: 32pt;
    line-height: 86px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.no-touch .feature:hover i {
    color: #fff;
}

.feature i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.no-touch .feature:hover i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.feature h3 {
    width: 90%;
    margin: 0 auto 20px;
    color: #4d4f52;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.feature:hover h3 {
    color: #90c8c2;
}

.feature p {
    width: 90%;
    margin: 0 auto 30px;
}

#property-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
}

.property-gallery .item {
    margin: 0 2px;
    position: relative;
    overflow: hidden;
}

.property-gallery .item img {
    width: 100%
}

.property-gallery .item:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.property-gallery .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.property-gallery .item:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.property-gallery .item a span.btn {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 2;
    bottom: -32px;
    margin-bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border-width: 1px;
    padding: 0;
    font-size: 16pt;
}

.property-gallery .item:hover a span.btn {
    bottom: 50%
}

.property-gallery .item img, .property-gallery a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.property-gallery2 {
    text-align: center;
}

.property-gallery2 .item {
    margin: -1px;
    position: relative;
    overflow: hidden;
    width: 246px;
    height: 236px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.property-gallery2 .item h1.section-title {
    font-size: 17pt;
    margin-top: 40px;
    margin-bottom: 25px;
}

.property-gallery2 .item p.section-text {
    padding: 0 20px;
}

.property-gallery2 .item img {
    width: 100%;
    height: 100%
}

.property-gallery2 .item:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.property-gallery2 .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 1;
    text-align: left;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.property-gallery2 .item:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.property-gallery2 .item a h3 {
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px;
}

.property-gallery2 .item a .location {
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c;
}

.property-gallery2 .item img, .property-gallery2 a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar .latest-news {
    list-style: none;
    display: inline-block;
    padding: 0;
    clear: both;
}

.sidebar .latest-news>li {
    display: inline-block;
    margin-bottom: 26px;
    width: 100%
}

.sidebar .latest-news>li .image {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 3%
}

.sidebar .latest-news>li .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar .latest-news>li .image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
}

.sidebar .latest-news>li .top-info {
    border-bottom: 1px solid #e4e4e4;
    color: #adb2b6;
    font-size: 13px;
    float: right;
    width: 67%;
    margin: 5px 0 8px;
    padding: 0 0 2px;
}

.sidebar .latest-news>li .top-info li {
    display: inline-block;
    margin-right: 14px;
}

.sidebar .latest-news>li .top-info li:last-child {
    margin-right: 0;
}

.sidebar .latest-news>li .top-info li i {
    margin-right: 5px;
}

.sidebar .latest-news>li h3 {
    margin-bottom: 15px;
}

.sidebar .latest-news>li h3 a {
    color: #4d4f52;
}

.sidebar .latest-news>li h3 a:hover {
    color: #90c8c2;
    text-decoration: none;
}

.sidebar.colored .latest-news .top-info {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.sidebar.colored .latest-news h3 a {
    text-decoration: none;
}

.sidebar.colored .latest-news h3 a:hover {
    color: #fff;
    text-decoration: underline;
}

.sidebar {
    padding-top: 55px;
    padding-bottom: 80px;
}

.sidebar img {
    max-width: 100%
}

#find_agents img {
    width: 100%;
    margin-bottom: 10px;
}

#find_agents .form-actions {
    text-align: center;
    margin-top: 20px;
}

.agency-detail-agents {
    list-style: none;
    padding: 0;
}

.agency-detail-agents li {
    display: inline-block;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.agency-detail-agents li:last-child {
    margin-bottom: 0;
}

.agency-detail-agents li img {
    width: 90px;
    height: 90px;
    float: left;
    margin: 0 15px 15px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.agency-detail-agents li .info {
    float: right;
    width: 64%;
    text-align: left;
}

.agency-detail-agents li h3 {
    color: #4d4f52;
}

.agency-detail-agents li a {
    color: #adb2b6;
}

.agency-detail-agents li a:hover, .agency-detail-agents li:hover h3 {
    color: #90c8c2;
}

.agency-detail-agents li .location {
    display: block;
    font-style: italic;
    font-size: 10pt;
    color: #4d4f52;
    margin-bottom: 15px;
}

.agency-detail-agents li:after, .agency-detail-agents li:before {
    content: " ";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.agency-detail-agents li:after {
    bottom: 0;
}

.mapborder {
    border: 4px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px;
    width: 100%
}

#map_agency {
    width: 100%;
    height: 250px;
}

.gmap {
    min-height: 150px;
}

.gmap img {
    max-width: none !important;
}

.infoWindow {
    color: #74777c;
    width: 280px;
    line-height: normal !important;
}

.infoWindow img {
    float: left;
    max-width: 140px !important;
    max-height: 100px !important;
    margin: 10px 10px 10px 0;
}

.infoWindow .description {
    padding: 10px 0;
}

.infoWindowAgency, .infoWindowContacts {
    color: #74777c;
    width: 170px;
    overflow: visible !important;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.infoWindowAgency:before, .infoWindowContacts:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: -7px;
    left: 50%;
    margin-left: -10px;
    z-index: -1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.infoWindowAgency:after, .infoWindowContacts:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    z-index: 99;
}

.infoWindowAgency img, .infoWindowContacts img {
    float: left;
    max-width: 150px !important;
    margin: 10px 0;
}

.infoWindowAgency .description, .infoWindowContacts .description {
    padding: 10px 0;
}

.testimonials .item {
    margin: 0 1px;
}

.testimonials .item .text {
    border: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    text-align: center;
    padding: 65px 20px;
    font-style: italic;
    font-size: 14px;
    background-color: #f8f9fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.testimonials .item .text:before {
    position: absolute;
    left: 21px;
    bottom: -29px;
    width: 0;
    height: 0;
    border-style: inset solid solid inset;
    border-width: 0 60px 28px 0;
    border-color: transparent rgba(0, 0, 0, .07) transparent transparent;
    line-height: 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.testimonials .item .text:after {
    position: absolute;
    left: 19px;
    bottom: -27px;
    width: 0;
    height: 0;
    border-style: inset solid solid inset;
    border-width: 0 60px 28px 0;
    border-color: transparent #f8f9fb transparent transparent;
    line-height: 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.testimonials .item .text p:after, .testimonials .item .text p:before {
    font-family: Raleway, sans-serif;
    font-size: 52pt;
    position: absolute;
}

.testimonials .item .text p:before {
    content: "\201C";
    left: 5px;
    top: 0;
}

.testimonials .item .text p:after {
    bottom: -38px;
    content: "\201D";
    right: 34px;
}

.testimonials .item .author {
    width: 90%;
    margin-left: 5%;
    margin-top: 48px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.testimonials .item .author img {
    float: left;
    width: 61px;
    padding: 0;
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.testimonials .item .author div {
    display: inline-block;
    padding: 9px 0;
    margin: 0 0 0 15px;
    font-size: 15pt;
    line-height: 20px;
}

.testimonials .item .author div span {
    font-style: italic;
    font-size: 14px;
}

#newsletter {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

#newsletter h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15pt;
}

#newsletter h2 span {
    font-weight: 900;
    font-size: 28pt;
}

#newsletter .input-group {
    margin-top: 25px;
}

#newsletter .form-control {
    background-color: rgba(0, 0, 0, .05);
    border-color: transparent;
    height: 35px;
    box-shadow: none;
}

#newsletter .form-control:focus {
    border-color: rgba(0, 0, 0, .1);
}

#newsletter .form-control::-webkit-input-placeholder {
    color: #adb3b6;
}

#newsletter .form-control:-moz-placeholder {
    color: #adb3b6;
}

#newsletter .form-control::-moz-placeholder {
    color: #adb3b6;
}

#newsletter .form-control:-ms-input-placeholder {
    color: #adb3b6;
}

.sidebar.colored {
    background-color: #90c8c2;
    color: #fff;
}

.sidebar.colored a {
    color: #fff;
    text-decoration: underline;
}

.sidebar.colored .section-title {
    color: #fff;
}

.sidebar.colored .section-title:after, .sidebar.colored .section-title:before {
    background-color: #fff;
}

.sidebar.colored .owl-controls .owl-page span {
    background: #fff;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.sidebar.colored .owl-controls .owl-page.active span, .sidebar.colored .owl-controls.clickable .owl-page:hover span {
    background: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.sidebar.colored .mapborder {
    border: 4px solid rgba(255, 255, 255, .2);
    margin-bottom: 10px;
    width: 100%
}

.sidebar.colored .testimonials .item .text {
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: transparent;
}

.sidebar.colored .testimonials .item .text:before {
    border-color: transparent rgba(255, 255, 255, .2) transparent transparent;
}

.sidebar.colored .testimonials .item .text:after {
    border-color: transparent #90c8c2 transparent transparent;
}

.sidebar.colored .testimonials .item .author {
    border: 1px solid rgba(255, 255, 255, .1);
}

.sidebar.colored .testimonials .item .author img {
    border-right: none;
}

.sidebar.colored #newsletter {
    border: 1px solid rgba(255, 255, 255, .2);
}

.sidebar.colored #newsletter .form-control {
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.sidebar.colored #newsletter .form-control:focus {
    border-color: rgba(255, 255, 255, .2);
}

.sidebar.colored #newsletter .form-control::-webkit-input-placeholder {
    color: #fff;
}

.sidebar.colored #newsletter .form-control:-moz-placeholder {
    color: #fff;
}

.sidebar.colored #newsletter .form-control::-moz-placeholder {
    color: #fff;
}

.sidebar.colored #newsletter .form-control:-ms-input-placeholder {
    color: #fff;
}

.sidebar.gray {
    background-color: #f1f3f6;
}

.sidebar.gray .section-title {
    color: #4d4f52;
}

.sidebar.gray .section-title:after, .sidebar.gray .section-title:before {
    background-color: #4d4f52;
}

#partners {
    text-align: center;
}

#partners .item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .5);
    margin: 4px;
    padding: 30px 15px;
    vertical-align: middle;
}

#partners .item img {
    max-width: 100%
}

.sidebar #partners .item {
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #dadbdf;
    padding: 6px 15px;
}

.revslider-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.revslider {
    width: 100%;
    position: relative;
}

a.tp-caption.btn-default, a.tp-caption.btn-lg {
    color: #fff;
    height: auto !important;
}

#advanced-search, #contacts-overlay, #home-advanced-search, #map-property-filter {
    position: relative;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
}

#advanced-search .container, #contacts-overlay .container, #home-advanced-search .container, #map-property-filter .container {
    overflow: hidden;
    max-height: 1px;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -ms-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
}

#advanced-search form, #contacts-overlay form, #home-advanced-search form, #map-property-filter form {
    margin-top: 28px;
}

#advanced-search .chzn-container, #advanced-search .form-control, #contacts-overlay .chzn-container, #contacts-overlay .form-control, #home-advanced-search .chzn-container, #home-advanced-search .form-control, #map-property-filter .chzn-container, #map-property-filter .form-control {
    text-align: left;
}

#advanced-search .form-control, #contacts-overlay .form-control, #home-advanced-search .form-control, #map-property-filter .form-control {
    display: inline-block;
    vertical-align: middle;
}

#advanced-search .btn, #contacts-overlay .btn, #home-advanced-search .btn, #map-property-filter .btn {
    height: 39px;
    margin: 0 10px 15px 10px;
}

#advanced-search #opensearch, #contacts-overlay #opensearch, #home-advanced-search #opensearch, #map-property-filter #opensearch {
    position: absolute;
    width: 68px;
    height: 24px;
    top: -23px;
    left: 50%;
    margin-left: -34px;
    background-color: #fff;
    color: #74777c;
    z-index: 99;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

#advanced-search #opensearch:after, #contacts-overlay #opensearch:after, #home-advanced-search #opensearch:after, #map-property-filter #opensearch:after {
    content: "\f002";
    display: inline-block;
    font-size: 12pt;
    text-align: center;
    padding-top: 3px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#advanced-search.open, #contacts-overlay.open, #home-advanced-search.open, #map-property-filter.open {
    border-top-color: rgba(0, 0, 0, .2);
}

#advanced-search.open .container, #contacts-overlay.open .container, #home-advanced-search.open .container, #map-property-filter.open .container {
    max-height: 700px;
}

#home-advanced-search.open {
    background-color: #f1f3f6;
}

#advanced-search.open #opensearch:after, #contacts-overlay.open #opensearch:after, #home-advanced-search.open #opensearch:after, #map-property-filter.open #opensearch:after {
    content: "\f002"
}

#advanced-search .container {
    overflow: visible;
    max-height: none;
}

#advanced-search.gray, #home-advanced-search.gray {
    background-color: #f1f3f6;
}

#advanced-search.gray #opensearch, #home-advanced-search.gray #opensearch {
    background-color: #f1f3f6;
}

#home-grid {
    width: 100%;
    height: 481px;
    overflow: hidden;
}

#home-grid:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(255, 255, 255, .3);
}

#home-grid .free-wall {
    width: 100%;
    height: 100%
}

#home-grid .free-wall .item {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
    float: left;
    overflow: hidden;
    height: 240px;
}

#home-grid .free-wall .item img {
    height: 100%;
    width: 100%;
    visibility: hidden;
}

#home-grid .free-wall .item .price {
    position: absolute;
    top: 10px;
    left: 9px;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#home-grid .free-wall .item .price i {
    margin-right: 8px;
}

#home-grid .free-wall .item .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
}

#home-grid .free-wall .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    padding: 12px;
    z-index: 9;
    visibility: hidden;
    text-decoration: none;
    display: block;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#home-grid .free-wall .item:hover .info {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#home-grid .free-wall .item .info h3 {
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px;
}

#home-grid .free-wall .item .info h3:hover {
    text-decoration: none;
}

#home-grid .free-wall .item .info .location {
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c;
}

#home-grid .free-wall .item[data-state=init] {
    display: none;
}

#home-grid .free-wall .item[data-state=start] {
    display: block;
    animation: start .5s;
    -webkit-animation: start .5s;
}

#home-grid .free-wall .item[data-state=move] {
    transition: top .5s, left .5s, width .5s, height .5s;
    -webkit-transition: top .5s, left .5s, width .5s, height .5s;
}

@keyframes start {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

#home-grid-latest-properties {
    background-image: url(http://placehold.it/1920x800);
}

.home3-hero {
    padding: 90px 0;
}

.home3-hero h2 {
    font-size: 28pt;
    text-transform: none;
    margin-bottom: 30px;
}

.home3-hero p {
    margin-bottom: 30px;
}

.home3-hero #map_agency {
    height: 273px;
}

#agents, #testimonials {
    margin-bottom: 60px;
}

#home-map {
    background-color: #dedede;
}

#properties_map {
    width: 100%;
    height: 650px;
}

#contacts-overlay, #map-property-filter {
    background-color: transparent;
    border: none;
    color: #74777c;
    position: relative;
}

#contacts-overlay .container, #map-property-filter .container {
    max-height: none;
    overflow: visible;
}

#contacts-overlay .row .col-sm-12, #map-property-filter .row .col-sm-12 {
    background-color: rgba(255, 255, 255, .7);
    float: right;
    margin-top: -200px;
    z-index: 99;
}

#contacts-overlay .form-control, #map-property-filter .form-control {
    background-color: #fff;
}

#contacts-overlay .chzn-container-single .chzn-single, #map-property-filter .chzn-container-single .chzn-single {
    background-color: #fff;
}

#contacts-overlay #contacts-overlay-close, #contacts-overlay #filter-close, #map-property-filter #contacts-overlay-close, #map-property-filter #filter-close {
    position: absolute;
    top: 5px;
    right: 12px;
    content: "\f068";
    font-size: 18pt;
    cursor: pointer;
}

.property-large-buttons {
    list-style: none;
    margin-bottom: 35px;
    margin-top: 15px;
    padding: 0;
}

.property-large-buttons li {
    position: relative;
    height: 360px;
    width: 32.3333%;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 .5% 20px .5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.property-large-buttons li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 243, 246, .82);
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.property-large-buttons li:hover:before {
    background-color: rgba(223, 74, 67, .8200000000000001);
}

.property-large-buttons li i {
    position: relative;
    font-size: 44pt;
    margin-top: 130px;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.property-large-buttons li:hover i {
    color: #fff;
    margin-top: 65px;
}

.property-large-buttons li h4 {
    position: relative;
    font-size: 25pt;
    color: #74777c;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.property-large-buttons li:hover h4 {
    color: #fff;
}

.property-large-buttons li a {
    position: relative;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: -40px;
}

.property-large-buttons li:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 110px;
}

.property-large-buttons #residential {
    background-image: url(http://placehold.it/253x361);
}

.property-large-buttons #commercial {
    background-image: url(http://placehold.it/253x361);
}

.property-large-buttons #land {
    background-image: url(http://placehold.it/253x361);
}

.contact-us {
    list-style: none;
    padding: 15px 40px;
    background-color: #f7f8fa;
    border: 1px solid #dadbdf;
    overflow: hidden;
    margin-bottom: 25px;
}

.contact-us li {
    margin: 6px 0;
    display: block;
    position: relative;
    padding: 5px 0 0 40px;
    min-height: 30px;
}

.contact-us li div {
    display: inline-block;
    width: 100%
}

.contact-us li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    color: #fff;
    background-color: #74777c;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-us li a {
    color: #74777c;
}

.contact-us li a:hover {
    color: #90c8c2;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 1px solid #e3e3e3;
}

.nav-tabs.nav-justified>li>a, .nav-tabs>li>a {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0;
    color: #4d4f52;
    margin-bottom: 0 !important;
    background-color: #f8f9fb;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    background-color: #f8f9fb;
    text-decoration: none;
    border: 1px solid #e3e3e3;
}

.nav-tabs>li.disabled>a {
    color: #999;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    color: #90c8c2;
    cursor: default;
}

.nav-tabs.tabs-left, .nav-tabs.tabs-right {
    width: 25%
}

.nav-tabs.tabs-left>li, .nav-tabs.tabs-right>li {
    float: none;
}

.nav-tabs.tabs-left>li>a, .nav-tabs.tabs-right>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.nav-tabs.tabs-left {
    float: left;
}

.nav-tabs.tabs-left>li>a {
    margin-right: -1px;
}

.nav-tabs.tabs-left>li.active>a, .nav-tabs.tabs-left>li.active>a:focus, .nav-tabs.tabs-left>li.active>a:hover {
    border: 1px solid #e3e3e3;
    border-right: 1px solid #fff;
}

.nav-tabs.tabs-right {
    float: right;
}

.nav-tabs.tabs-right>li>a {
    margin-left: -1px;
}

.nav-tabs.tabs-right>li.active>a, .nav-tabs.tabs-right>li.active>a:focus, .nav-tabs.tabs-right>li.active>a:hover {
    border: 1px solid #e3e3e3;
    border-left: 1px solid #fff;
}

.tab-content {
    margin-bottom: 40px;
}

.tab-content>.active {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 25px 15px;
}

.tab-content h4 {
    margin-bottom: 15px;
}

.tab-content img {
    max-width: 100%;
    margin: 10px 0;
    display: block;
}

.tab-content.tabs-left, .tab-content.tabs-right {
    border-top: 1px solid #e3e3e3;
    float: left;
    width: 75%
}

.tab-content.tabs-right {
    float: right;
}

.gray .sidebar .nav-tabs>li>a, .sidebar.gray .nav-tabs>li>a {
    background-color: transparent;
}

.gray .sidebar .nav-tabs>li>a:focus, .gray .sidebar .nav-tabs>li>a:hover, .sidebar.gray .nav-tabs>li>a:focus, .sidebar.gray .nav-tabs>li>a:hover {
    background-color: transparent;
}

.gray .sidebar .nav-tabs.nav-justified>.active>a, .gray .sidebar .nav-tabs.nav-justified>.active>a:focus, .gray .sidebar .nav-tabs.nav-justified>.active>a:hover, .gray .sidebar .nav-tabs>li.active>a, .gray .sidebar .nav-tabs>li.active>a:focus, .gray .sidebar .nav-tabs>li.active>a:hover, .sidebar.gray .nav-tabs.nav-justified>.active>a, .sidebar.gray .nav-tabs.nav-justified>.active>a:focus, .sidebar.gray .nav-tabs.nav-justified>.active>a:hover, .sidebar.gray .nav-tabs>li.active>a, .sidebar.gray .nav-tabs>li.active>a:focus, .sidebar.gray .nav-tabs>li.active>a:hover {
    background-color: #f8f9fb;
    border-bottom: 1px solid #f8f9fa;
}

.gray .sidebar .tab-content>.active, .sidebar.gray .tab-content>.active {
    background-color: #f8f9fb;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    margin-bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.panel-group .panel .panel-heading {
    padding: 0;
}

.panel-group .panel .panel-heading .panel-title>a {
    color: #90c8c2;
    background-color: transparent;
    padding: 15px 55px 15px 15px;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: 'Open Sans', sans-serif;
}

.panel-group .panel .panel-heading .panel-title>a:after {
    content: "\f077";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 29px;
    border: 1px solid #90c8c2;
    color: #90c8c2;
    font-size: 14pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    xfont-family: 'Open Sans', sans-serif;
}

.panel-group .panel .panel-heading .panel-title>a.collapsed {
    color: #74777c;
    background-color: #f1f3f6;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.panel-group .panel .panel-heading .panel-title>a.collapsed:after {
    content: "\f078";
    border: 1px solid #adb2b6;
    color: #adb2b6;
    line-height: 29px;
}

.panel-group .panel .panel-heading .panel-title>a:focus {
    text-decoration: none;
    xfont-family: 'Open Sans', sans-serif;
}

.panel-group .panel .panel-heading .panel-title>a:hover {
    text-decoration: none;
    color: #90c8c2;
    xfont-family: 'Open Sans', sans-serif;
}

.panel-group .panel .panel-heading .panel-title>a:hover:after {
    color: #90c8c2;
    border-color: #90c8c2;
    xfont-family: 'Open Sans', sans-serif;
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
    border-top: none;
    background-color: #f1f3f6;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: 'Open Sans', sans-serif;
}

.panel-group .panel .panel-heading+.panel-collapse.collapsing .panel-body, .panel-group .panel .panel-heading+.panel-collapse.in .panel-body {
    background-color: #fff;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.gray .sidebar .panel-group, .sidebar.gray .panel-group {
    border: 1px solid #e3e3e3;
    margin-top: 0;
}

.gray .sidebar .panel-group .panel, .sidebar.gray .panel-group .panel {
    border: none;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.gray .sidebar .panel-group .panel .panel-heading .panel-title>a, .sidebar.gray .panel-group .panel .panel-heading .panel-title>a {
    color: #90c8c2;
    background-color: #f8f9fb;
}

.gray .sidebar .panel-group .panel .panel-heading .panel-title>a.collapsed, .sidebar.gray .panel-group .panel .panel-heading .panel-title>a.collapsed {
    color: #4d4f52;
    background-color: transparent;
}

.gray .sidebar .panel-group .panel .panel-heading+.panel-collapse .panel-body, .sidebar.gray .panel-group .panel .panel-heading+.panel-collapse .panel-body {
    border-top: none;
    background-color: transparent;
}

.gray .sidebar .panel-group .panel .panel-heading+.panel-collapse.collapsing .panel-body, .gray .sidebar .panel-group .panel .panel-heading+.panel-collapse.in .panel-body, .sidebar.gray .panel-group .panel .panel-heading+.panel-collapse.collapsing .panel-body, .sidebar.gray .panel-group .panel .panel-heading+.panel-collapse.in .panel-body {
    background-color: #f8f9fb;
}

.gray .sidebar .panel-group .panel+.panel, .sidebar.gray .panel-group .panel+.panel {
    border-top: 1px solid #e3e3e3;
}

#countup {
    background-image: url(http://placehold.it/1920x800);
}

.funfacts {
    text-align: center;
    color: #adb2b6;
    margin-bottom: 45px;
}

.funfacts>div {
    display: inline-block;
    margin: 0 40px;
}

.funfacts span {
    color: #fff;
    display: block;
    font-size: 43pt;
    font-weight: 700;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 35px 0 40px;
}

.features-list li {
    padding: 2px 0 0 30px;
    position: relative;
    min-height: 24px;
    margin-bottom: 18px;
}

.features-list li i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    font-size: 18pt;
    color: #4d4f52;
}

.twitter {
    text-align: center;
}

.twitter .item {
    margin-bottom: 20px;
}

.twitter .item header {
    margin-bottom: 20px;
}

.twitter .item header h3 {
    display: inline-block;
    font-size: 21pt;
    font-weight: 700;
    margin-right: 5px;
}

.twitter .item .text a {
    font-style: italic;
}

.colored-bg .twitter .item {
    color: #fff;
}

.colored-bg .twitter .item header h3 {
    color: #fff;
}

.colored-bg .twitter .item header a {
    color: #fff;
}

.colored-bg .twitter .item .text a {
    color: #4d4f52;
}

#about-img {
    width: 100%
}

.services {
    list-style: none;
    display: inline-block;
    padding: 0;
    clear: both;
}

.services>li {
    display: inline-block;
    margin-bottom: 26px;
}

.services>li h3 {
    margin-bottom: 15px;
    color: #4d4f52;
}

.services>li p a {
    font-style: italic;
}

.property-large-buttons2 {
    list-style: none;
    margin-bottom: 35px;
    margin-top: 15px;
    padding: 0;
}

.property-large-buttons2 li {
    position: relative;
    height: 270px;
    width: 25%;
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0 1% 20px 1%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.property-large-buttons2 li:hover {
    border: 1px solid #fff;
}

.property-large-buttons2 li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.property-large-buttons2 li:hover:before {
    -webkit-opacity: .05;
    -moz-opacity: .05;
    opacity: .05;
}

.property-large-buttons2 li i {
    position: relative;
    font-size: 44pt;
    margin-top: 80px;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.property-large-buttons2 li:hover i {
    color: #fff;
    margin-top: 45px;
}

.property-large-buttons2 li h4 {
    position: relative;
    font-size: 25pt;
    color: #fff;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.property-large-buttons2 li a {
    position: relative;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: -30px;
}

.property-large-buttons2 li:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 40px;
}

.agency-detail, .agency-detail .map, .agent-detail .map {
    height: 347px;
}

.agency-detail .info header, .agent-detail .info header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.agency-detail .info header h2, .agent-detail .info header h2 {
    text-transform: none;
    font-size: 24pt;
    color: #4d4f52;
    font-weight: 500;
    margin-bottom: 25px;
}

.agency-detail .info header h2 small, .agent-detail .info header h2 small {
    display: block;
    font-size: 11pt;
    font-style: italic;
    color: #4d4f52;
    margin-top: 5px;
}

.agency-detail .info .contact-us, .agent-detail .info .contact-us {
    background-color: transparent;
    border: none;
    margin-bottom: 25px;
    padding: 0;
}

.agency-detail .info .contact-us li, .agent-detail .info .contact-us li {
    margin: 0 0 5px 0;
    padding: 0 0 0 35px;
    min-height: 20px;
}

.agency-detail .info .contact-us li i, .agent-detail .info .contact-us li i {
    background-color: transparent;
    border-radius: 4px;
    color: #adb2b6;
    font-size: 13pt;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.agency-detail .info .contact-us li a, .agent-detail .info .contact-us li a {
    color: #4d4f52;
}

.agency-detail .info .contact-us li a:hover, .agent-detail .info .contact-us li a:hover {
    color: #90c8c2;
}

.agency-detail .info .social-networks, .agent-detail .info .social-networks {
    float: none;
}

.agent-detail .image {
    padding: 0;
}

.agent-detail .image img {
    width: 100%
}

.assigned {
    list-style: none;
    padding: 0;
    color: #90c8c2;
    font-weight: 700;
}

.form-style {
    background-color: #f1f3f6;
    padding: 40px 25px;
}

.form-style .form-control {
    background-color: #f7f8fa;
    margin-bottom: 20px;
}

.form-style textarea.form-control {
    min-height: 120px;
}

#listing-header {
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

#listing-header .form-control-small {
    margin-left: 0;
    float: left;
}

.sort, .view-mode {
    float: right;
    margin-left: 15px;
    height: 41px;
    margin-bottom: 15px;
    display: inline-block;
}

.sort span, .view-mode span {
    display: inline-block;
    float: left;
    line-height: 39px;
}

.sort ul, .view-mode ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    border: 1px solid #e4e4e4;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sort ul li, .view-mode ul li {
    display: inline-block;
    float: left;
    height: 39px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 19pt;
    padding: 0 10px;
    line-height: 39px;
    color: #adb2b6;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.sort ul li+li, .view-mode ul li+li {
    border-left: 1px solid #e4e4e4;
}

.sort ul li.active, .sort ul li:hover, .view-mode ul li.active, .view-mode ul li:hover {
    background-color: #f1f3f6;
}

.sort {
    float: left;
}

.sort ul {
    margin-left: 0;
}

.sort ul>li {
    padding: 0;
}

.sort ul>li i {
    font-size: 14px;
    color: #74777c;
    width: 38px;
    height: 39px;
    float: left;
    line-height: 39px;
}

.agencies-grid, .agencies-list, .agents-grid, .agents-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%
}

.agencies-grid .item, .agencies-grid>li, .agencies-list .item, .agencies-list>li, .agents-grid .item, .agents-grid>li, .agents-list .item, .agents-list>li {
    margin: 20px 0;
    text-align: center;
}

.agencies-grid .item .map, .agencies-grid>li .map, .agencies-list .item .map, .agencies-list>li .map, .agents-grid .item .map, .agents-grid>li .map, .agents-list .item .map, .agents-list>li .map {
    height: 256px;
    width: 100%;
    float: left;
}

.agencies-grid .item .tag, .agencies-grid>li .tag, .agencies-list .item .tag, .agencies-list>li .tag, .agents-grid .item .tag, .agents-grid>li .tag, .agents-list .item .tag, .agents-list>li .tag {
    position: absolute;
    top: 10px;
    left: 9px;
    background-color: #90c8c2;
    color: #fff;
    padding: 7px 9px;
    z-index: 10;
    font-size: 10pt;
    text-transform: uppercase;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.agencies-grid .item .tag:before, .agencies-grid>li .tag:before, .agencies-list .item .tag:before, .agencies-list>li .tag:before, .agents-grid .item .tag:before, .agents-grid>li .tag:before, .agents-list .item .tag:before, .agents-list>li .tag:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.agencies-grid .item .tag i, .agencies-grid>li .tag i, .agencies-list .item .tag i, .agencies-list>li .tag i, .agents-grid .item .tag i, .agents-grid>li .tag i, .agents-list .item .tag i, .agents-list>li .tag i {
    display: block;
    font-size: 17px;
}

.agencies-grid .item .info, .agencies-grid>li .info, .agencies-list .item .info, .agencies-list>li .info, .agents-grid .item .info, .agents-grid>li .info, .agents-list .item .info, .agents-list>li .info {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    float: left;
    margin-left: 0;
}

.agencies-grid .item .info h2, .agencies-grid>li .info h2, .agencies-list .item .info h2, .agencies-list>li .info h2, .agents-grid .item .info h2, .agents-grid>li .info h2, .agents-list .item .info h2, .agents-list>li .info h2 {
    text-transform: none;
    color: #4d4f52;
    font-weight: 500;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.agencies-grid .item .info h2 small, .agencies-grid>li .info h2 small, .agencies-list .item .info h2 small, .agencies-list>li .info h2 small, .agents-grid .item .info h2 small, .agents-grid>li .info h2 small, .agents-list .item .info h2 small, .agents-list>li .info h2 small {
    display: block;
    font-size: 9pt;
    font-style: italic;
    color: #4d4f52;
    margin-top: 5px;
}

.agencies-grid .item .info .contact-us, .agencies-grid>li .info .contact-us, .agencies-list .item .info .contact-us, .agencies-list>li .info .contact-us, .agents-grid .item .info .contact-us, .agents-grid>li .info .contact-us, .agents-list .item .info .contact-us, .agents-list>li .info .contact-us {
    background-color: transparent;
    border: none;
    margin-bottom: 25px;
    padding: 0;
    display: inline-block;
    margin-top: 15px;
}

.agencies-grid .item .info .contact-us li, .agencies-grid>li .info .contact-us li, .agencies-list .item .info .contact-us li, .agencies-list>li .info .contact-us li, .agents-grid .item .info .contact-us li, .agents-grid>li .info .contact-us li, .agents-list .item .info .contact-us li, .agents-list>li .info .contact-us li {
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
    min-height: 20px;
    font-size: 10pt;
}

.agencies-grid .item .info .contact-us li i, .agencies-grid>li .info .contact-us li i, .agencies-list .item .info .contact-us li i, .agencies-list>li .info .contact-us li i, .agents-grid .item .info .contact-us li i, .agents-grid>li .info .contact-us li i, .agents-list .item .info .contact-us li i, .agents-list>li .info .contact-us li i {
    background-color: transparent;
    border-radius: 4px;
    color: #adb2b6;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: auto;
}

.agencies-grid .item .info .contact-us li a, .agencies-grid>li .info .contact-us li a, .agencies-list .item .info .contact-us li a, .agencies-list>li .info .contact-us li a, .agents-grid .item .info .contact-us li a, .agents-grid>li .info .contact-us li a, .agents-list .item .info .contact-us li a, .agents-list>li .info .contact-us li a {
    color: #4d4f52;
}

.agencies-grid .item .info .contact-us li a:hover, .agencies-grid>li .info .contact-us li a:hover, .agencies-list .item .info .contact-us li a:hover, .agencies-list>li .info .contact-us li a:hover, .agents-grid .item .info .contact-us li a:hover, .agents-grid>li .info .contact-us li a:hover, .agents-list .item .info .contact-us li a:hover, .agents-list>li .info .contact-us li a:hover {
    color: #90c8c2;
}

.agencies-grid .item .info .contact-us li a:hover i, .agencies-grid>li .info .contact-us li a:hover i, .agencies-list .item .info .contact-us li a:hover i, .agencies-list>li .info .contact-us li a:hover i, .agents-grid .item .info .contact-us li a:hover i, .agents-grid>li .info .contact-us li a:hover i, .agents-list .item .info .contact-us li a:hover i, .agents-list>li .info .contact-us li a:hover i {
    color: #90c8c2;
}

.agencies-list .item, .agencies-list>li {
    width: 100%;
    text-align: left;
}

.agencies-list .item .map, .agencies-list>li .map {
    width: 35%
}

.agencies-list .item .info, .agencies-list>li .info {
    width: 60%;
    margin-left: 3%
}

.agencies-list .item .info .contact-us, .agencies-list>li .info .contact-us {
    display: block;
    margin-top: 0;
}

.agents-grid .item .image, .agents-grid>li .image, .agents-list .item .image, .agents-list>li .image {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.agents-grid .item .image img, .agents-grid>li .image img, .agents-list .item .image img, .agents-list>li .image img {
    width: 100%
}

.agents-grid .item .image a, .agents-grid>li .image a, .agents-list .item .image a, .agents-list>li .image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 1;
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.agents-grid .item .image a span.btn, .agents-grid>li .image a span.btn, .agents-list .item .image a span.btn, .agents-list>li .image a span.btn {
    position: relative;
    top: 100%;
    margin-top: -17px;
}

.agents-grid .item .image:hover a, .agents-grid>li .image:hover a, .agents-list .item .image:hover a, .agents-list>li .image:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.agents-grid .item .image:hover a span.btn, .agents-grid>li .image:hover a span.btn, .agents-list .item .image:hover a span.btn, .agents-list>li .image:hover a span.btn {
    top: 50%
}

.agents-grid .item .info .social-networks, .agents-grid>li .info .social-networks, .agents-list .item .info .social-networks, .agents-list>li .info .social-networks {
    float: none;
}

.agents-list .item, .agents-list>li {
    width: 100%;
    text-align: left;
}

.agents-list .item .image, .agents-list>li .image {
    width: 35%
}

.agents-list .item .image img, .agents-list>li .image img {
    height: 100%
}

.agents-list .item .info, .agents-list>li .info {
    width: 60%;
    margin-left: 3%
}

.agents-list .item .info .contact-us, .agents-list>li .info .contact-us {
    display: block;
    margin-top: 0;
}

.pagination {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.pagination ul>li {
    display: inline-block;
    width: 48px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    float: left;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    font-size: 12pt;
    border: 1px solid #e4e4e4;
}

.pagination ul>li a {
    display: block;
    width: 48px;
    height: 43px;
    color: #74777c;
}

.pagination ul>li a:focus, .pagination ul>li a:hover {
    text-decoration: none;
}

.pagination ul li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.pagination ul li:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination ul li.active, .pagination ul li:hover {
    background-color: #f1f3f6;
}

.property-title {
    text-transform: none;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 54px;
}

.property-title small {
    display: block;
    xfont-style: italic;
    xcolor: #4d4f52;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 4px;
}

.property-topinfo .amenities li .fa {
    color: #adb2b6;
    font-size: 18px;
}

.property-topinfo .amenities li [class*=" icon-"], .property-topinfo .amenities li [class^=icon-] {
    color: #adb2b6;
    float: left;
    font-size: 18px;
    margin-right: 3px;
    margin-top: -3px;
}

.property-topinfo #property-id {
    float: right;
    line-height: 54px;
    margin-right: 20px;
}

.property-topinfo:after, .property-topinfo:before {
    content: " ";
    display: table;
}

.property-topinfo:after {
    clear: both;
}

#property-detail-wrapper {
    position: relative;
}

#property-detail-wrapper.style1 .price {
    position: absolute;
    top: 24px;
    left: -5px;
    z-index: 10;
    color: #fff;
    padding: 9px 20px 9px 24px;
    background-color: #1b8644;
    border-radius: 1px;
}

#property-detail-wrapper.style1 .price:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #1b8644;
    border-bottom: 20px solid #1b8644;
    border-right: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
}

#property-detail-wrapper.style1 .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

#property-detail-wrapper.style1 .price {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
}

#property-detail-large {
    margin-bottom: 5px;
}

#property-detail-large .item {
    background: #fff;
    padding: 0;
    margin: 0 1px;
}

#property-detail-large .item img {
    width: 100%
}

#property-detail-large .item .price {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#property-detail-large .item .price:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

#property-detail-large .item .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

#property-detail-large .item .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
}

#property-detail-thumbs {
    margin-bottom: 80px;
}

#property-detail-thumbs .item {
    height: 128px;
    margin: 0 1px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#property-detail-thumbs .item img {
    width: 100%
}

#property-detail-thumbs .item:after {
    content: " ";
    background-color: #fff;
    border: 0;
    display: block;
    height: 100%;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#property-detail-thumbs .item:hover:after, #property-detail-thumbs .synced .item:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.property-amenities-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-amenities-list>li {
    margin: 10px 5px;
}

.property-amenities-list>li.disabled:before, .property-amenities-list>li.enabled:before {
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #90c8c2;
    margin-right: 8px;
}

.property-amenities-list>li.disabled:before {
    content: "\f00d";
    color: #adb2b6;
}

.property-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-features>li {
    position: relative;
    padding: 20px 20px 20px 70px;
    min-height: 60px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 15px;
}

.property-features>li i {
    position: absolute;
    color: #90c8c2;
    font-size: 30pt;
    float: left;
    top: 5px;
    left: 20px;
}

.property-features>li i.fa {
    top: 9px;
}

#property_location {
    height: 285px;
    margin-bottom: 40px;
}

.share-wraper {
    border: 1px solid #e3e3e3;
    margin-bottom: 40px;
    padding: 0 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.share-wraper h5 {
    display: inline-block;
    margin-right: 15px;
    margin: 8px 15px 8px 0;
}

.share-wraper .social-networks {
    float: none;
    display: inline-block;
    margin: 8px 0 !important;
}

.share-wraper .social-networks li a {
    font-size: 12pt;
    height: 27px;
    line-height: 24px;
    width: 27px;
}

.share-wraper .print-button {
    float: right;
    font-size: 15pt;
    padding-left: 20px;
    border-left: 1px solid #e3e3e3;
    color: #adb2b6;
    margin: 8px 0 !important;
}

.share-wraper .print-button:hover {
    color: #4d4f52;
}

.property-agent-info:after, .property-agent-info:before {
    content: " ";
    display: table;
}

.property-agent-info:after {
    clear: both;
}

.grid-style1 .item .image, .grid-style2 .item .image, .list-style .item .image {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-style1 .item .blog-box .image {
    height: 200px;
}

.grid-style1 .item .blog-box .image img {
    object-fit: cover;
    height: 100%
}

.grid-style1 .item .image img, .grid-style2 .item .image img, .list-style .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-style1 .item .image>a, .grid-style2 .item .image>a, .list-style .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(9, 44%, 76%, 50%);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-style1 .item .image>a .btn, .grid-style2 .item .image>a .btn, .list-style .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%
}

.grid-style1 .item .image>a h3, .grid-style2 .item .image>a h3, .list-style .item .image>a h3 {
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px;
}

.grid-style1 .item .image>a .location, .grid-style2 .item .image>a .location, .list-style .item .image>a .location {
    text-align: left;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c;
}

.grid-style1 .item .image:hover img, .grid-style2 .item .image:hover img, .list-style .item .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.grid-style1 .item .image:hover>a, .grid-style2 .item .image:hover>a, .list-style .item .image:hover>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.grid-style1 .item .image:hover>a .btn, .grid-style2 .item .image:hover>a .btn, .list-style .item .image:hover>a .btn {
    top: 50%
}

.grid-style1 .item .image-large, .grid-style2 .item .image-large, .list-style .item .image-large {
    height: 255px;
}

.grid-style1 .item .price, .grid-style1 .item .tag, .grid-style2 .item .price, .grid-style2 .item .tag, .list-style .item .price, .list-style .item .tag {
    position: absolute;
    top: 10px;
    left: 9px;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.grid-style1 .item .price:before, .grid-style1 .item .tag:before, .grid-style2 .item .price:before, .grid-style2 .item .tag:before, .list-style .item .price:before, .list-style .item .tag:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.grid-style1 .item .price i, .grid-style1 .item .tag i, .grid-style2 .item .price i, .grid-style2 .item .tag i, .list-style .item .price i, .list-style .item .tag i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.grid-style1 .item .price span, .grid-style1 .item .tag span, .grid-style2 .item .price span, .grid-style2 .item .tag span, .list-style .item .price span, .list-style .item .tag span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
    line-height: 1.4;
}

.grid-style1 .item .tag, .grid-style2 .item .tag, .list-style .item .tag {
    padding: 14px 18px;
    font-size: 17px;
}

.grid-style1 .item .tag i, .grid-style2 .item .tag i, .list-style .item .tag i {
    margin-right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.grid-style1 .item>.info, .grid-style1 .item>.info-blog, .grid-style2 .item>.info, .grid-style2 .item>.info-blog, .list-style .item>.info, .list-style .item>.info-blog {
    padding: 20px 0 0;
}

.grid-style1 .item>.info h3, .grid-style1 .item>.info-blog h3, .grid-style2 .item>.info h3, .grid-style2 .item>.info-blog h3, .list-style .item>.info h3, .list-style .item>.info-blog h3 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.grid-style1 .item>.info h3 small, .grid-style1 .item>.info-blog h3 small, .grid-style2 .item>.info h3 small, .grid-style2 .item>.info-blog h3 small, .list-style .item>.info h3 small, .list-style .item>.info-blog h3 small {
    display: block;
    font-style: italic;
    margin-top: 4px;
}

.grid-style1 .item>.info-blog h3, .grid-style2 .item>.info-blog h3, .list-style .item>.info-blog h3 {
    border-bottom: none;
    padding-bottom: 0;
}

.grid-style1 .item .amenities, .grid-style2 .item .amenities, .list-style .item .amenities {
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 6px 10px;
    margin: 18px 0 0;
    background-color: #fff;
    border-color: #e4e4e4;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grid-style1 .item .amenities li, .grid-style2 .item .amenities li, .list-style .item .amenities li {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-right: 1px solid #e4e4e4;
    color: #74777c;
}

.grid-style1 .item .amenities li:last-child, .grid-style2 .item .amenities li:last-child, .list-style .item .amenities li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.grid-style1 .item .amenities li .fa, .grid-style2 .item .amenities li .fa, .list-style .item .amenities li .fa {
    color: #adb2b6;
    font-size: 18px;
}

.grid-style1 .item .amenities li [class*=" icon-"], .grid-style1 .item .amenities li [class^=icon-], .grid-style2 .item .amenities li [class*=" icon-"], .grid-style2 .item .amenities li [class^=icon-], .list-style .item .amenities li [class*=" icon-"], .list-style .item .amenities li [class^=icon-] {
    color: #adb2b6;
    float: left;
    font-size: 18px;
    margin-right: 2px;
    margin-top: -3px;
}

.grid-style1 .item>.amenities, .grid-style2 .item>.amenities, .list-style .item>.amenities {
    margin-top: 0;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.grid-style1 .item .top-info, .grid-style2 .item .top-info, .list-style .item .top-info {
    padding: 0 0 14px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #e4e4e4;
    color: #adb2b6;
    font-size: 13px;
}

.grid-style1 .item .top-info li, .grid-style2 .item .top-info li, .list-style .item .top-info li {
    display: inline-block;
    margin-right: 14px;
}

.grid-style1 .item .top-info li:last-child, .grid-style2 .item .top-info li:last-child, .list-style .item .top-info li:last-child {
    margin-right: 0;
}

.grid-style1 .item .top-info li i, .grid-style2 .item .top-info li i, .list-style .item .top-info li i {
    margin-right: 5px;
}

.grid-style1 .item.disabled, .grid-style2 .item.disabled, .list-style .item.disabled {
    display: none;
}

.list-style .item {
    width: 100%;
    float: left;
}

.list-style .item .image {
    width: 35%;
    float: left;
}

.list-style .item .image img {
    height: 100%
}

.list-style .item .info, .list-style .item .info-blog {
    width: 60%;
    margin-left: 3%;
    float: left;
}

.list-style .item .info .amenities, .list-style .item .info-blog .amenities {
    display: inline-block;
    width: auto;
}

.list-style.latest-news .item .image {
    width: 44%
}

.list-style.latest-news .item .info, .list-style.latest-news .item .info-blog {
    width: 53%
}

.icon-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.icon-list li {
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 58px;
    margin: 8px 4px;
    font-size: 30pt;
    color: #adb2b6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.icon-list li:hover {
    color: #74777c;
    border: 1px solid #74777c;
}

.pricing {
    margin-top: 60px;
    text-align: center;
}

.pricing .item {
    margin-bottom: 40px;
}

.pricing .item header {
    padding: 18px 0;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.pricing .item header h2 {
    text-transform: none;
    font-size: 21pt;
    margin-bottom: 5px;
}

.pricing .item header h2 i {
    color: #adb2b6;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.pricing .item header h2 i:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.pricing .item header .price {
    font-weight: 700;
    font-size: 24pt;
    color: #90c8c2;
}

.pricing .item header .price small {
    color: #adb2b6;
    font-weight: 300;
    font-size: 11pt;
    display: block;
    margin-top: -2px;
}

.pricing .item>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing .item>ul>li {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 15px;
    font-size: 12pt;
}

.pricing .item>ul>li i {
    color: #adb2b6;
    margin-left: 5px;
}

.pricing .item>ul>li:nth-child(odd) {
    background-color: #f1f3f6;
}

.pricing .item>ul li.disabled {
    text-decoration: line-through;
    color: #adb2b6;
}

.pricing .item .btn {
    width: 100%;
    line-height: 68px;
    height: 68px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.pricing .item .btn-default-color {
    border: 1px solid #90c8c2;
    color: #90c8c2;
}

.pricing .item .btn-default-color:hover {
    background-color: #90c8c2;
    color: #fff;
}

.pricing .item .btn-default {
    border: 1px solid #4d4f52;
    color: #4d4f52;
}

.pricing .item .btn-default:hover {
    background-color: #4d4f52;
    color: #fff;
}

.pricing .item.featured header, .pricing .item:hover header {
    background-color: #90c8c2;
}

.pricing .item.featured header .price, .pricing .item.featured header .price small, .pricing .item.featured header h2, .pricing .item:hover header .price, .pricing .item:hover header .price small, .pricing .item:hover header h2 {
    color: #fff;
}

.pricing .item.featured header h2 i, .pricing .item:hover header h2 i {
    color: #fff;
}

.gray-bg .pricing {
    margin-top: 0;
}

.pricing.style2 .item header .price, .pricing.style2 .item header h2 {
    color: #4d4f52;
}

.pricing.style2 .item>ul>li:nth-child(odd) {
    background-color: #f7f8fa;
}

.pricing.style2 .item.featured header, .pricing.style2 .item:hover header {
    background-color: #4d4f52;
}

.pricing.style2 .item.featured header .price, .pricing.style2 .item.featured header .price small, .pricing.style2 .item.featured header h2, .pricing.style2 .item:hover header .price, .pricing.style2 .item:hover header .price small, .pricing.style2 .item:hover header h2 {
    color: #fff;
}

.pricing.style2 .item.featured header h2 i, .pricing.style2 .item:hover header h2 i {
    color: #fff;
}

.pricing.style3 .item {
    display: inline-block;
}

.pricing.style3 .item header {
    width: 30%;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.pricing.style3 .item header h2 {
    margin-bottom: 4px;
}

.pricing.style3 .item>ul {
    width: 50%;
    float: left;
}

.pricing.style3 .item>ul>li {
    border: 1px solid #e3e3e3;
    border-left: none;
    float: left;
    width: 50%;
    padding: 22px;
}

.pricing.style3 .item>ul>li:nth-child(odd) {
    background-color: transparent;
}

.pricing.style3 .item>.btn {
    width: 20%;
    float: left;
    height: 138px;
    line-height: 138px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.pricing.style4 {
    margin-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pricing.style4 .item {
    margin-bottom: 0;
}

.pricing.style4 .item.right>a {
    text-align: center;
    float: right;
}

.pricing.style4 .item>a {
    float: left;
    padding: 20px;
    border: 1px solid #e3e3e3;
    min-width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.pricing.style4 .item>a h2 {
    text-transform: none;
    font-size: 21pt;
    margin-bottom: 5px;
    color: #fff;
}

.pricing.style4 .item>a h2 i {
    color: #adb2b6;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.pricing.style4 .item>a h2 i:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.pricing.style4 .item>a .price {
    font-weight: 700;
    font-size: 24pt;
    color: #fff;
}

.pricing.style4 .item>a .price small {
    color: #fff;
    font-weight: 300;
    font-size: 11pt;
    display: block;
    margin-top: -2px;
}

.pricing.style4 .item:hover>a {
    background-color: transparent;
    text-decoration: none;
}

.pricing.style4 .item.featured>a, .pricing.style4 .item>a:hover {
    background-color: rgba(255, 255, 255, .2);
}

#pricing-free {
    background-image: url(http://placehold.it/1920x300);
}

#pricing-standard {
    background-image: url(http://placehold.it/1920x300);
}

#pricing-premium {
    background-image: url(http://placehold.it/1920x300);
}

.e404>div {
    font-size: 74pt;
    color: #90c8c2;
    text-align: center;
    float: left;
}

.e404>div strong {
    font-size: 140pt;
    display: block;
    margin-bottom: -80px;
}

.e404 i {
    float: right;
    font-size: 170pt;
    color: #90c8c2;
    margin-top: 72px;
}

#e404-side {
    margin-top: 72px;
}

#e404-side h3 {
    font-size: 26pt;
}

.blog-title {
    text-transform: none;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 54px;
}

.blog-main-image {
    position: relative;
}

.blog-main-image img {
    max-width: 100%
}

.blog-main-image .tag {
    position: absolute;
    top: 10px;
    left: -6px;
    background-color: #90c8c2;
    color: #fff;
    padding: 14px 18px;
    z-index: 10;
    font-size: 17px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.blog-main-image .tag:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.blog-main-image .tag i {
    margin-right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.blog-bottom-info #post-author {
    float: right;
    line-height: 54px;
    margin-right: 20px;
}

.blog-bottom-info #post-author i {
    font-size: 15pt;
    color: #adb2b6;
    margin-right: 5px;
}

.blog-bottom-info:after, .blog-bottom-info:before {
    content: " ";
    display: table;
}

.blog-bottom-info:after {
    clear: both;
}

.post-content img {
    max-width: 100%
}

.post-content img.right {
    float: right;
    margin-left: 15px;
}

.post-content img.left {
    float: left;
    margin-right: 15px;
}

.post-content .highlight-bold {
    font-weight: 700;
    font-size: 12pt;
    position: relative;
    margin-bottom: 40px;
}

.post-content .highlight-color {
    font-size: 21pt;
    color: #90c8c2;
    line-height: 1.3;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
}

.post-content .divider {
    position: relative;
    display: block;
    padding: 40px 0 0;
    margin: 0 0 40px;
}

.post-content .divider:after, .post-content .divider:before {
    content: " ";
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #4d4f52;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.post-content .divider:after {
    bottom: -1px;
}

.post-content .quote {
    font-size: 19pt;
    font-weight: 300;
    line-height: 21pt;
    margin: 40px 0;
    padding: 30px 40px;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: Raleway, sans-serif;
}

.post-content .quote:after, .post-content .quote:before {
    color: #acacac;
    font-size: 48pt;
    font-weight: 700;
    position: absolute;
}

.post-content .quote:before {
    content: "\201C";
    left: 30px;
    top: 10px;
}

.post-content .quote:after {
    bottom: -16px;
    content: "\201D";
    right: 30px;
}

.post-content .quote span {
    color: #90c8c2;
}

.comments {
    margin-bottom: 20px;
    padding: 40px;
    background-color: #f1f3f6;
}

.comments>ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 0;
}

.comments>ul>li {
    width: 100%;
    float: left;
}

.comments>ul>li img {
    border: 1px solid #e3e3e3;
    width: 12%
}

.comments>ul>li ul {
    float: left;
    width: 100%;
    padding-left: 15%;
    list-style: none;
}

.comments .comment {
    float: right;
    position: relative;
    width: 85%;
    padding: 18px;
    background-color: #f7f8fa;
    margin-bottom: 35px;
    border: 1px solid #e3e3e3;
}

.comments .comment:after, .comments .comment:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -8px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #f7f8fa transparent transparent;
}

.comments .comment:before {
    z-index: 9;
    left: -10px;
    border-color: transparent #e3e3e3 transparent transparent;
}

.comments .comment h3 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    font-weight: 300;
}

.comments .comment h3 small {
    display: block;
    font-size: 9pt;
    margin: 5px 0 10px;
}

.comments .comment .btn {
    float: right;
    margin-bottom: 14px;
}

.comments-form {
    padding-left: 13%
}

.comments-form h3 {
    font-weight: 300;
}

.comments-form p {
    color: #adb2b6;
}

.comments-form .form-style {
    padding: 0;
    margin-top: 20px;
    display: inline-block;
    background-color: transparent;
}

.categories {
    list-style: none;
    padding: 0 15px;
}

.categories li {
    margin: 8px 0;
}

.categories li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.categories li a {
    color: #74777c;
    padding-top: 8px;
    display: inline-block;
}

.categories li a span {
    color: #adb2b6;
}

.categories li a:hover {
    color: #90c8c2;
    text-decoration: none;
}

.categories li a:hover span {
    color: #90c8c2;
}

.categories li:hover:before {
    color: #90c8c2;
}

.categories li+li {
    border-top: 1px solid #e3e3e3;
}

.blog-accordion.panel-group {
    border: none !important;
    margin-bottom: 0 !important;
}

.blog-accordion.panel-group .panel .panel-heading .panel-title>a {
    background-color: transparent !important;
}

.blog-accordion.panel-group .panel .panel-heading .panel-title>a:after {
    display: none !important;
}

.blog-accordion.panel-group .panel .panel-heading+.panel-collapse.collapsing .panel-body, .blog-accordion.panel-group .panel .panel-heading+.panel-collapse.in .panel-body {
    background-color: transparent !important;
}

.blog-accordion.panel-group .panel .panel-body {
    padding-top: 0;
}

.blog-accordion.panel-group .panel .panel-body ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}

.blog-accordion.panel-group .panel .panel-body ul li {
    margin: 8px 0;
}

.blog-accordion.panel-group .panel .panel-body ul li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.blog-accordion.panel-group .panel .panel-body ul li a {
    color: #74777c;
}

.blog-accordion.panel-group .panel .panel-body ul li a:hover {
    color: #90c8c2;
    text-decoration: none;
}

.blog-accordion.panel-group .panel .panel-body ul li:hover:before {
    color: #90c8c2;
}

.tags {
    list-style: none;
    margin: 0;
}

.tags li {
    display: inline-block;
    margin: 3px 1px;
}

.tags li a {
    color: #74777c;
    display: block;
    padding: 6px 9px;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.tags li a:hover {
    background-color: rgba(255, 255, 255, .8);
    text-decoration: none;
}

.login {
    background-color: #f1f3f6;
    padding: 40px 50px;
    margin-top: 20px;
}

.login h1 {
    text-transform: none;
    color: #4d4f52;
    font-size: 24pt;
    line-height: 1.3;
}

.login .form-style {
    padding-left: 0;
    padding-right: 0;
}

.login .form-style .checkbox {
    background-color: #ebecf0;
    margin-bottom: 25px;
    padding: 14px 14px 14px 55px;
    font-size: 10pt;
}

.login .form-style .checkbox input[type=checkbox] {
    margin-left: -35px;
}

.login .form-style .checkbox .button-checkbox {
    float: left;
    margin-left: -35px;
}

.login .form-style .checkbox .button-checkbox .btn {
    color: #adb2b6;
    padding: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-size: 14pt;
}

.login .form-style .checkbox .button-checkbox .btn .fa-check-square-o {
    color: #74777c;
}

.login .btn {
    width: 100%
}

.login .recover-pass {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 25px 40px;
}

.login .recover-pass a {
    color: #74777c;
    margin-bottom: 25px;
    display: block;
}

.login-info {
    padding-top: 40px;
}

.login-info h1 {
    text-transform: none;
    margin-bottom: 20px;
}

.login-info p {
    margin-bottom: 50px;
}

.contacts {
    position: relative;
}

.contacts:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.contacts .main {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.contacts form {
    margin-top: 35px;
}

.contacts form .btn {
    margin-top: 20px;
}

#contacts_map {
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: #e3e3e3;
}

#contacts-overlay {
    position: absolute;
    left: 15px;
    bottom: 90px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .7);
    padding: 20px 15px 10px;
}

#contacts-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#contacts-overlay ul li {
    text-align: left;
    margin: 5px 10px;
    font-weight: 700;
    min-height: 30px;
    padding-left: 45px;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
}

#contacts-overlay ul li i {
    width: 30px;
    height: 30px;
    background-color: #90c8c2;
    color: #fff;
    line-height: 30px;
    font-size: 13pt;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#contacts-overlay ul li a {
    color: #74777c;
    xfont-style: italic;
    font-weight: 700;
}
.bottom-rental-text {
    text-align: center;
    margin-top: 30px;
}

.careers-footer .bottom-rental-text {
    text-align: center;
    margin-top: 0;
    padding: 10px 0 40px;
}
#footer {
    background-color: #f1f3f6;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

#footer #copyright {
    background-color: #d3d8de;
    padding: 24px 0;
    line-height: 33px;
}

#footer #copyright a {
    color: #4d4f52;
}

#footer #copyright a:hover {
    color: #90c8c2;
    text-decoration: none;
}

#footer-top {
    padding-top: 50px;
}

#footer-top h3 {
    color: #4d4f52;
    margin-bottom: 25px;
}

#footer-top .block {
    padding-bottom: 50px;
}

#footer-top a {
    color: #74777c;
}

#footer-top a:hover {
    color: #90c8c2;
    text-decoration: none;
}

#footer-top img {
    max-width: 100%
}

.footer-contacts {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.footer-contacts li {
    margin-bottom: 25px;
    padding: 5px 0 0 35px;
    min-height: 30px;
    display: block;
    position: relative;
}

.footer-contacts li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #74777c;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    border-top: 1px solid #e2e3e7;
    position: relative;
}

.footer-links li a {
    display: inline-block;
    width: 100%;
    padding: 14px 10px 14px 0;
    position: relative;
}

.footer-links li a:after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-listings {
    list-style: none;
    padding: 0;
}

.footer-listings li {
    min-height: 58px;
    display: block;
    margin-bottom: 2px;
    width: 100%;
    position: relative;
    padding: 4px 42px 0 64px;
}

.footer-listings li .image {
    width: 58px;
    height: 58px;
    overflow: hidden;
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.footer-listings li .image img {
    height: 100%
}

.footer-listings li a {
    line-height: 8px;
    z-index: 1;
    display: inline;
    width: 100%;
    min-height: 58px;
    vertical-align: middle;
}

.footer-listings li a span {
    position: absolute;
    right: 0;
    top: 10px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #74777c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer-listings li li:hover>p a {
    color: #90c8c2 !important;
}

.footer-listings li li:hover>p a span {
    border-color: #90c8c2;
}

.social-networks {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

.social-networks li {
    display: inline-block;
    margin-left: 3px;
}

.social-networks li a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin: 0;
    padding: 0;
    border: 1px solid #4d4f52;
    color: #4d4f52;
    font-size: 14pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.social-networks li a:hover {
    color: #4d4f52 !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.action-box .social-networks, .colored .social-networks, .colored-bg .social-networks {
    margin-top: 5px;
}

.action-box .social-networks li a, .colored .social-networks li a, .colored-bg .social-networks li a {
    border: 1px solid #fff;
    color: #fff;
}

.action-box .social-networks li a:hover, .colored .social-networks li a:hover, .colored-bg .social-networks li a:hover {
    color: #fff !important;
}

div.cozy .pp_next:hover, div.cozy .pp_previous:hover {
    cursor: pointer;
}

div.cozy .pp_expand {
    font-family: FontAwesome;
    cursor: pointer;
}

div.cozy .pp_expand:before {
    content: "\f0b2";
    color: #fff;
}

div.cozy .pp_contract {
    font-family: FontAwesome;
    cursor: pointer;
}

div.cozy .pp_contract:before {
    content: "\f066";
    color: #fff;
}

div.cozy .pp_close {
    font-family: FontAwesome;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

div.cozy .pp_close:before {
    content: "\f00d";
    color: #fff;
}

div.cozy .pp_description {
    margin-right: 60px;
    color: #fff;
    font-weight: 700;
    text-indent: 10px;
}

div.cozy .pp_nav .pp_play {
    font-family: FontAwesome;
    height: 15px;
    width: 14px;
}

div.cozy .pp_nav .pp_play:before {
    content: "\f04b";
    color: #fff;
}

div.cozy .pp_nav .pp_pause {
    font-family: FontAwesome;
    height: 15px;
    width: 14px;
}

div.cozy .pp_nav .pp_pause:before {
    content: "\f04c";
    color: #fff;
}

div.cozy .pp_arrow_previous {
    font-family: FontAwesome;
}

div.cozy .pp_arrow_previous:before {
    content: "\f053";
    color: #fff;
}

div.cozy .pp_arrow_next {
    font-family: FontAwesome;
}

div.cozy .pp_arrow_next:before {
    content: "\f054";
    color: #fff;
}

div.cozy .pp_loaderIcon {
    background: url(../img/progress.gif) center center no-repeat;
}

div.pp_pic_holder a:focus {
    outline: 0;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    padding: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0 0 0 10px;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 0 10px 0 0;
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}

.pp_nav .pp_pause, .pp_nav .pp_play {
    float: left;
    margin: 2px 5px 0 10px;
}

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin: 3px 5px 0 0;
    overflow: hidden;
    width: 9px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px !important;
}

a.pp_next, a.pp_previous {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-family: FontAwesome;
    line-height: 40px;
    font-size: 18pt;
    text-align: center;
    background-color: #90c8c2;
    top: 50%;
    position: relative;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.pp_next {
    float: right;
    padding: 0 0 0 13px;
    margin-right: 10px;
}

a.pp_next:before {
    content: "\f054";
    color: #fff;
}

a.pp_previous {
    float: left;
    padding: 0 0 0 10px;
    margin-left: 10px;
}

a.pp_previous:before {
    content: "\f053";
    color: #fff;
}

.pp_content:hover a.pp_next, .pp_content:hover a.pp_previous {
    opacity: 1;
}

a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 12px;
    z-index: 20000;
    overflow: hidden;
    text-decoration: none;
}

a.pp_close {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    line-height: 22px;
    font-size: 18pt;
    overflow: hidden;
}

.pp_loaderIcon {
    display: block;
    height: 31px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 31px;
    margin: -15px 0 0 -15px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.cozy .pp_details {
    position: relative;
    background-color: #90c8c2;
}

div.cozy .pp_gallery a.pp_arrow_next, div.cozy .pp_gallery a.pp_arrow_previous {
    margin-top: 8px !important;
}

div.cozy .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.cozy .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.cozy .currentTextHolder, div.dark_square .currentTextHolder {
    color: #fff;
}

div.cozy #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

.pp_bottom, .pp_top {
    height: 20px;
    position: relative;
}

* html .pp_bottom, * html .pp_top {
    padding: 0 20px;
}

.pp_bottom .pp_left, .pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle, .pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right, .pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
    display: none;
}

#template-settings {
    position: fixed;
    width: 185px;
    top: 85px;
    left: -188px;
    background-color: #f7f8fa;
    z-index: 2000;
    padding: 12px 10px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

#template-settings>i {
    position: absolute;
    top: 0;
    right: -36px;
    cursor: pointer;
    background-color: #f7f8fa;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-size: 20pt;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .3);
}

#template-settings h4 {
    color: #ababab;
    font-weight: 700;
    margin-bottom: 5px;
}

#template-settings input, #template-settings select {
    margin-bottom: 20px;
}

#template-settings input {
    width: 149px;
}

#template-settings select {
    width: 150px;
    height: 28px;
    padding: 4px 0 0 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ababab;
    color: #ababab;
    font-size: 9pt;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#template-settings>div {
    font-size: 9pt;
}

.settings-pattern {
    margin-bottom: 20px;
}

.settings-pattern span {
    cursor: pointer;
    margin: 1px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.settings-pattern .selected {
    border: 1px solid #747474;
}

.pattern1_icon {
    background-image: url(../images/patterns/pattern1.jpg);
}

.pattern2_icon {
    background-image: url(../images/patterns/pattern2.jpg);
}

.pattern3_icon {
    background-image: url(../images/patterns/pattern3.jpg);
}

.pattern4_icon {
    background-image: url(../images/patterns/pattern4.jpg);
}

.pattern5_icon {
    background-image: url(../images/patterns/pattern5.jpg);
}

.pattern6_icon {
    background-image: url(../images/patterns/pattern6.jpg);
}

.pattern7_icon {
    background-image: url(../images/patterns/pattern7.jpg);
}

.pattern8_icon {
    background-image: url(../images/patterns/pattern8.jpg);
}

.pattern9_icon {
    background-image: url(../images/patterns/pattern9.jpg);
}

.plans-wrapper {
    max-width: 1040px;
    margin: 0 auto;
}

.nav-logo {
    height: 85px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-logo img {
    height: 85px;
    width: auto;
}

#nav-section.shrink .nav-logo {
    height: 45px;
}

#nav-section.shrink .nav-logo img {
    height: 45px;
    width: auto;
}

#home-advanced-search .container {
    overflow: visible;
}

.grid-style2 .item, .list-style2 .item {
    margin: 0 auto 43px;
    text-align: left;
    position: relative;
}

.grid-style2 .item .image, .list-style2 .item .image {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-style2 .item .image img, .list-style2 .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-style2 .item .image>a, .list-style2 .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-style2 .item .image>a .btn, .list-style2 .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%
}

.grid-style2 .item .image>a h3, .list-style2 .item .image>a h3 {
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px;
}

.grid-style2 .item .image>a .location, .list-style2 .item .image>a .location {
    text-align: left;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c;
}

.grid-style2 .item .image:hover img, .list-style2 .item .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.grid-style2 .item .image:hover>a, .list-style2 .item .image:hover>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.grid-style2 .item .image:hover>a .btn, .list-style2 .item .image:hover>a .btn {
    top: 50%
}

.grid-style2 .item .image-large, .list-style2 .item .image-large {
    height: 255px;
}

.grid-style2 .item .price, .grid-style2 .item .tag, .list-style2 .item .price, .list-style2 .item .tag {
    position: absolute;
    top: 0;
    left: 15px;
    margin-bottom: -20px;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.grid-style2 .item .price:before, .grid-style2 .item .tag:before, .list-style2 .item .price:before, .list-style2 .item .tag:before {
    display: none;
}

.grid-style2 .item .price i, .grid-style2 .item .tag i, .list-style2 .item .price i, .list-style2 .item .tag i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.grid-style2 .item .price span, .grid-style2 .item .tag span, .list-style2 .item .price span, .list-style2 .item .tag span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
    line-height: 1.4;
}

.grid-style2 .item .tag, .list-style2 .item .tag {
    padding: 14px 18px;
    font-size: 17px;
}

.grid-style2 .item .tag i, .list-style2 .item .tag i {
    margin-right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.grid-style2 .item>.info, .grid-style2 .item>.info-blog, .list-style2 .item>.info, .list-style2 .item>.info-blog {
    padding: 20px 0 0;
    position: relative;
}

.grid-style2 .item>.info h3, .grid-style2 .item>.info-blog h3, .list-style2 .item>.info h3, .list-style2 .item>.info-blog h3 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.grid-style2 .item>.info h3 a, .grid-style2 .item>.info-blog h3 a, .list-style2 .item>.info h3 a, .list-style2 .item>.info-blog h3 a {
    color: #4d4f52;
}

.grid-style2 .item>.info h3 a:hover, .grid-style2 .item>.info-blog h3 a:hover, .list-style2 .item>.info h3 a:hover, .list-style2 .item>.info-blog h3 a:hover {
    text-decoration: none;
    color: #90c8c2;
}

.grid-style2 .item>.info h3 small, .grid-style2 .item>.info-blog h3 small, .list-style2 .item>.info h3 small, .list-style2 .item>.info-blog h3 small {
    display: block;
    font-style: italic;
    margin-top: 4px;
}

.grid-style2 .item>.info-blog h3, .list-style2 .item>.info-blog h3 {
    border-bottom: none;
    padding-bottom: 0;
}

.grid-style2 .item .amenities, .list-style2 .item .amenities {
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 6px 10px;
    margin: 18px 0 0;
    background-color: #fff;
    border-color: #e4e4e4;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grid-style2 .item .amenities li, .list-style2 .item .amenities li {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-right: 1px solid #e4e4e4;
    color: #74777c;
}

.grid-style2 .item .amenities li:last-child, .list-style2 .item .amenities li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.grid-style2 .item .amenities li .fa, .list-style2 .item .amenities li .fa {
    color: #adb2b6;
    font-size: 18px;
}

.grid-style2 .item .amenities li [class*=" icon-"], .grid-style2 .item .amenities li [class^=icon-], .list-style2 .item .amenities li [class*=" icon-"], .list-style2 .item .amenities li [class^=icon-] {
    color: #adb2b6;
    float: left;
    font-size: 18px;
    margin-right: 2px;
    margin-top: -3px;
}

.grid-style2 .item>.amenities, .list-style2 .item>.amenities {
    margin-top: 0;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.grid-style2 .item .top-info, .list-style2 .item .top-info {
    padding: 10px 15px;
    margin: 18px 0 15px;
    border: 1px solid #e4e4e4;
    color: #adb2b6;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grid-style2 .item .top-info li, .list-style2 .item .top-info li {
    display: inline-block;
    margin-right: 14px;
}

.grid-style2 .item .top-info li:last-child, .list-style2 .item .top-info li:last-child {
    margin-right: 0;
}

.grid-style2 .item .top-info li i, .list-style2 .item .top-info li i {
    margin-right: 5px;
}

.grid-style2 .item.disabled, .list-style2 .item.disabled {
    display: none;
}

.list-style2 .item {
    width: 100%;
    float: left;
}

.list-style2 .item .image {
    width: 35%;
    float: left;
}

.list-style2 .item .image img {
    height: 100%
}

.list-style2 .item .info, .list-style2 .item .info-blog {
    width: 60%;
    margin-left: 3%;
    float: left;
    padding: 0;
}

.list-style2 .item .info .amenities, .list-style2 .item .info-blog .amenities {
    display: inline-block;
    width: auto;
}

.list-style2 .item .price, .list-style2 .item .tag {
    position: absolute;
}

.list-style2.latest-news .item .image {
    width: 44%
}

.list-style2.latest-news .item .info, .list-style2.latest-news .item .info-blog {
    width: 53%
}

.carousel-style2 .item {
    margin: 0 auto 35px;
    text-align: left;
    position: relative;
}

.carousel-style2 .item .image {
    width: 100%;
    max-height: 236px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: background-size .3s ease-out;
    -moz-transition: background-size .3s ease-out;
    -ms-transition: background-size .3s ease-out;
    -o-transition: background-size .3s ease-out;
    transition: background-size .3s ease-out;
}

.carousel-style2 .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.carousel-style2 .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.carousel-style2 .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%
}

.carousel-style2 .item .image .info {
    text-align: left;
}

.carousel-style2 .item .image .info h3 {
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px;
}

.carousel-style2 .item .image .info .location {
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c;
}

.carousel-style2 .item:hover .image {
    background-size: auto 120%
}

.carousel-style2 .item:hover .image img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.carousel-style2 .item:hover .image>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.carousel-style2 .item .price {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.carousel-style2 .item .price:before {
    display: none;
}

.carousel-style2 .item .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.carousel-style2 .item .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
}

.carousel-style2 .item .amenities {
    width: 100%;
    list-style: none;
    padding: 6px 10px;
    margin: 0;
    background-color: #fff;
    border-color: #e4e4e4;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    text-align: center;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.carousel-style2 .item .amenities li {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-right: 1px solid #e4e4e4;
    color: #74777c;
}

.carousel-style2 .item .amenities li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.carousel-style2 .item .amenities li .fa {
    color: #adb2b6;
    font-size: 18px;
}

.carousel-style2 .item .amenities li [class*=" icon-"], .carousel-style2 .item .amenities li [class^=icon-] {
    color: #adb2b6;
    float: left;
    font-size: 20px;
    margin-right: 3px;
    margin-top: -3px;
}

.carousel-style2 .item.disabled {
    display: none;
}

.property-gallery.style2 .owl-controls .owl-buttons, .property-gallery2.style2 .owl-controls .owl-buttons {
    background: none repeat scroll 0 0 #90c8c2;
    border-radius: 0;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}

.property-gallery.style2 .owl-controls .owl-buttons:before, .property-gallery2.style2 .owl-controls .owl-buttons:before {
    display: none;
}

.fullwidthsingle.style2 .price, .fullwidthsingle2.style2 .price, .latest-news-slider.style2 .price {
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fullwidthsingle.style2 .price:before, .fullwidthsingle2.style2 .price:before, .latest-news-slider.style2 .price:before {
    display: none;
}

.fullwidthsingle.style2 .tag, .fullwidthsingle2.style2 .tag, .latest-news-slider.style2 .tag {
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fullwidthsingle.style2 .tag:before, .fullwidthsingle2.style2 .tag:before, .latest-news-slider.style2 .tag:before {
    display: none;
}

.fullwidthsingle.style2 .owl-controls .owl-buttons, .fullwidthsingle2.style2 .owl-controls .owl-buttons, .latest-news-slider.style2 .owl-controls .owl-buttons {
    background: none repeat scroll 0 0 #90c8c2;
    border-radius: 0;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}

.fullwidthsingle.style2 .owl-controls .owl-buttons:before, .fullwidthsingle2.style2 .owl-controls .owl-buttons:before, .latest-news-slider.style2 .owl-controls .owl-buttons:before {
    display: none;
}

#property-detail-wrapper.style2 .price {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #90c8c2;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#property-detail-wrapper.style2 .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

#property-detail-wrapper.style2 .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
}

.agencies-grid.style2 .item .tag, .agencies-grid.style2>li .tag, .agencies-list.style2 .item .tag, .agencies-list.style2>li .tag, .agents-grid.style2 .item .tag, .agents-grid.style2>li .tag, .agents-list.style2 .item .tag, .agents-list.style2>li .tag {
    top: 0;
    left: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

.agencies-grid.style2 .item .tag:before, .agencies-grid.style2>li .tag:before, .agencies-list.style2 .item .tag:before, .agencies-list.style2>li .tag:before, .agents-grid.style2 .item .tag:before, .agents-grid.style2>li .tag:before, .agents-list.style2 .item .tag:before, .agents-list.style2>li .tag:before {
    display: none;
}

.blog-main-image.style2 .tag {
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blog-main-image.style2 .tag:before {
    display: none;
}
.align-center {
  align-items: center;
}
.justify-center {
    justify-content: center;
  }
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.infoWindowContacts h3 {
    font-size: 10pt;
}

#recentlyViewedListings h2, .homeCityLinks h2 {
    flex: 0 0 100%
}

.addSmallSpace {
    margin-top: 5px;
    flex: 0 0 100%
}

.postListing-inner.clearfix.addSmallSpace {
    margin: 20px 0;
}

#myAccountFrame .header {
    border: 0;
    box-shadow: 0 4px 6px rgba(89, 89, 89, .05);
}

.header-srch #HeaderCityProv {
    min-width: 300px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #004886;
    background: #fff;
    border: 1px solid #004886;
    border-radius: 30px;
    padding: 11px 14px;
    display: inline-block;
    text-decoration: none;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer;
}
#sortBy_chzn a {
  text-transform: inherit;
}
.header-srch .chzn-single, .header-srch .search-map-filter-toggle {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0;
    color: #004886;
    padding: 10px 0;
    margin: 0;
    display: inline;
    height: auto;
    text-transform: inherit;
    text-align: center;
    background: 0 0;
    padding: 9px 10px !important;
    border: 0 solid #004886;
    position: relative;
    padding-right: 15px !important;
}

.search-map-filter-toggle-v1 {
    cursor: pointer;
    color: #1b8644;
}

.header-srch .search-map-filter-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    font-weight: 300 !important;
    font-size: 10px;
    position: absolute;
    right: 0;
}

.filter-list.header-srch.hide-filters .search-map-filter-toggle:after {
    display: none;
}

.header-srch {
    line-height: 1;
    margin-right: 15px;
}

.left-header .header-srch {
    margin-right: 0;
}

.header-srch.header-sort {
    margin-right: auto;
}

.header-srch #sortBy_chzn .chzn-drop {
    top: 40px;
}

.head-btn.searchSort .chzn-container-single .chzn-single div, .header-srch .chzn-container-single .chzn-single div {
    top: 2px;
    right: 7px;
    display: flex;
    align-items: center;
    z-index: 1;
    font-size: 10px;
}

.head-btn.searchSort .chzn-container-single .chzn-single div {
    top: 0;
    right: 15px;
}

.header-srch .chzn-container-single .chzn-single span {
    margin-right: 10px;
}

.header-srch .chzn-single {
    display: inline-block !important;
}

.header-srch .search-map-filter-toggle:hover {
    color: #1b8644;
}

.filter-bar.search-map-filter-bar {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.filter-bar.search-map-filter-bar.filter-hide {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.filter-bar.search-map-filter-bar .filter-list.search-box {
    /* display: none; */
}

.filter-bar.search-map-filter-bar .filter-list-block {
    justify-content: center;
}

.w-100 {
    width: 100% !important;
}

.filter-hide {
    display: none;
}

.mr-auto {
    margin-left: auto;
}

.ml-auto {
    margin-left: auto;
}

.head-btn.searchSort {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1;
    width: unset;
}

.head-btn.searchSort #sortBy_chzn {
    width: auto !important;
}

.head-btn.searchSort .chzn-container-single .chzn-single span {
    margin: 0;
}

.header .navbar .nav-item a:hover {
    color: #1b8644;
}

.header .navbar .user-link {
    position: relative;
}

.header .navbar .user-img {
    position: relative;
}

.header .user-img .online-indicator {
    height: 8px;
    width: 8px;
    position: absolute;
    background: #1b8644;
    border-radius: 50%;
    border: 1px solid #ffff;
    right: 13px;
}

.header .navbar .user-img img, .user-img img {
    height: 32px;
    width: 32px;
    margin-right: 10px;
    border-radius: 50%
}

.header .navbar .user-link a {
    color: #092c4c;
}

.header .navbar .user-link .btn {
    padding: 0;
    color: #004886;
    font-size: 14px;
    margin-left: 20px;
    background: 0 0;
}

.header .navbar .user-link .btn:hover {
    color: #1b8644;
}

.header .navbar .user-link .dropdown-menu.dropdown-box {
    width: 234px;
    background: #fff;
    padding: 24px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgb(89 89 89 / 15%);
    top: 100%;
    margin-top: 12px;
}

.header .navbar .user-link .dropdown-box ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    list-style: none;
}

.header .navbar .user-link .dropdown-box ul li {
    text-align: left;
    width: 100% !important;
    padding: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}
.burger-menu.open {
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}
.burger-menu ul {
  background: #fff;
  padding: 40px;
  max-width: 340px;
  min-height: 100%;
  box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
}
.burger-menu ul li {
  position: relative;
  margin-bottom: 10px;
}
.burger-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #092c4c;
  display: block;
  position: relative;
}
.burger-menu ul .separator, .user-link .dropdown-box ul .separator {
    background: #e0e0e0;
    width: 100%;
    height: 1px;
    margin: 12px 0 5px !important;
}
.myAccountSectionBlock .logout-icon {
    background: url(../images/logout-icon.svg) center no-repeat;
    background-size: 12px;
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header .navbar .user-link .dropdown-box ul li:hover {
    border-color: transparent;
    background-color: transparent;
}

.header .navbar .user-link .dropdown-box ul li a, .header .navbar .user-link .dropdown-box ul li span {
    padding: 12px 0;
    display: block;
    color: #092c4c;
    cursor: pointer;
    border-radius: 0;
    background: 0 0;
}

.header .navbar .user-link .dropdown-box ul li a:hover {
    color: #1b8644;
}

.header .dashboardLinks li a, .header .dashboardLinks li span {
    font-size: 14px;
    font-weight: 400;
}

.header .navbar .user-link .dropdown-box ul .active a, .header .navbar .user-link .dropdown-box ul .active a:hover .header .navbar .user-link .dropdown-box ul li a:hover, .header .navbar .user-link .dropdown-box ul .active span, .header .navbar .user-link .dropdown-box ul .active span:hover, .header .navbar .user-link .dropdown-box ul li span:hover {
    color: #1b8644;
    background: 0 0;
}

.header .navbar .nav-item .heart-icon:before {
    content: "";
    background: url(../images/heart-icon.svg) 0 0 no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 8px;
    background-size: 100%;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.header .navbar .nav-item .heart-icon:hover:before {
    background: url(../images/color-heart-icon.svg) center no-repeat;
    background-size: 15px;
}

.header .navbar .post-btn a {
    color: #004886;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px;
    margin-left: 20px;
    padding-right: 0;
}

.header .navbar .post-btn a:hover {
    color: #1b8644;
}

.header .navbar-toggler {
    display: none;
}

.cropper-container {
    max-height: 50vh;
}

.filter-bar {
    z-index: 101;
    padding: 24px 0 14px;
    position: relative;
    box-shadow: 0 4px 6px rgb(89 89 89 / 5%);
    background-color: #fff;
}

.filterList-mobile, .filterList-outer {
    display: flex;
    flex-wrap: wrap;
}

.search-wrap {
    justify-content: center;
}

.filterList-outer {
    width: calc(100% - 300px);
}

.filterList-mobile, .width-100 {
    width: 100%
}

.filter-list {
    margin-right: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.advance-filter, .amenities-filter-box, .property-type-filter-box {
    width: 100%;
    max-width: fit-content;
}
.advance-filter.price-filter-box{
    max-width: 140px;
}
.dropdown-box {
    top: 100%;
    margin-top: 10px;
    z-index: 1;
    z-index: 9;
    width: 440px;
    padding: 40px 40px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(89, 89, 89, .05);
}
.search-map-filter-bar .filter-list{
    position: relative !important;
}
.search-map-filter-bar .filter-list .dropdown-box{
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: unset !important;
    width: max-content;
}
.dropdown-box .filter-drop-titile, .dropdown-box h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #092c4c;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
}

.dropdown-box ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 2;
    list-style: none;
}

.dropdown-box ul li label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #4f4f4f;
    margin-bottom: 18px;
}

.dropdown-box label {
    position: relative;
    cursor: pointer;
    padding-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropbox-close {
    cursor: pointer;
}

.dropdown-box label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.dropdown-box .icon:before {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #828282;
    box-sizing: border-box;
    display: inline-block;
}

.dropdown-box .icon:before {
    content: '';
    background: url(../images/check-icon.svg) center no-repeat;
}

.dropdown-box .fa-check-square-o:before {
    content: '';
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-color: #1b8644;
    border-color: #1b8644;
}

.dropdown-box label:hover input~.checkmark {
    background: #1b8644;
    border-color: #1b8644;
}

.dropdown-box label input:checked~.checkmark {
    background: #1b8644;
    border-color: #1b8644;
}

.dropdown-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.dropdown-box label input:checked~.checkmark:after {
    display: block;
}

.dropdown-box label .checkmark:after {
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background: url(../images/check-icon.svg) center no-repeat;
    background-size: 10px;
}

.dropdown-footer {
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.dropdown-footer .listing-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    color: #4f4f4f;
}

.dropdown-footer .done-btn, .dropdown-footer .done-outline-btn, .dropdown-footer .done-outline-btn-custom {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #1b8644;
    border-radius: 30px;
    padding: 10px 24px;
    display: inline-block;
    border: 1px solid #1b8644;
}

.dropdown-footer .done-outline-btn, .dropdown-footer .done-outline-btn-custom {
    border: 1px solid #1b8644;
    background: 0 0;
    color: #1b8644;
    margin-left: auto;
    margin-right: 10px;
}

.filter-bar .dropdown-footer .done-outline-btn, .filter-bar .dropdown-footer .done-outline-btn-custom {
    margin-right: 0;
}

.dropdown-footer .done-outline-btn:hover , .dropdown-footer .done-outline-btn-custom:hover {
    background: #1b8644;
    color: #fff;
}

.dropdown-footer .done-btn:hover {
    color: #fff;
    background: #004886;
    border-color: #004886;
}

.cta-outline.done-outline-btn.clear-all-filter {
    color: #000;
}

.cta-outline.done-outline-btn.clear-all-filter:hover {
    color: #fff;
}

.serach-property-sec .col-md-6 {
    padding: 0;
}

.map-block {
    height: 100%
}

.map-block iframe {
    width: 100%;
    height: 100%
}

#searchMap .mapboxgl-ctrl-top-right {
    top: 50px;
}

.map-search-block {
    padding: 10px 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    right: -4px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.map-search-block .close-icon, .map-search-block .toggle-search-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(89, 89, 89, .05);
    background: #fff url(../images/close-icon.svg) center no-repeat;
    background-size: 14px;
    cursor: pointer;
    margin-right: 0;
}


.map-search-block .back-to-grid .close-icon, .map-search-block .view_list_custom .close-icon{
    width: 100%;
    background-position: 9px 50%;
    padding: 10px;
    border-radius: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    height: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background-size: 10px;
}
.map-search-block .back-to-grid .close-icon, .map-search-block .done-outline-btn .close-icon{
    width: 100%;
    background-position: 9px 50%;
    padding: 10px;
    border-radius: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    height: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background-size: 10px;
}
.map-search-block .toggle-search-icon {
    background: #fff url(../images/search-icon.svg) center no-repeat;
    background-size: 16px;
}
.flatpickr-calendar.animate.open {
  z-index: 9999999 !important;
}
.more-detail-trigger {
    cursor: pointer;
}

.search-btn {
    margin-left: 32px;
    padding: 8px 24px 8px 8px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(89, 89, 89, .05);
}

.search-btn label {
    font-size: 16px;
    line-height: 22px;
    color: #092c4c;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
    width: auto;
    position: relative;
    cursor: pointer;
    padding: 0;
}

.search-btn .slider.round:before {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.search-btn label input:checked~.slider {
    background: #1b8644;
    border-color: #1b8644;
}

.search-btn label .slider {
    background: #e6e4e0;
    border-color: #e6e4e0;
    display: inline-block;
    border-radius: 20px;
    height: 24px;
    width: 44px;
}

.search-btn .switch .btn.btn-link span, .search-btn .switch .button-checkbox.bootstrap-checkbox {
    display: none;
}

.search-btn label input:checked~.slider:before {
    right: 2px;
    left: auto;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.search-btn .label-text {
    padding-left: 60px;
}

.search-btn .checkbox .icon:before {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #828282;
    box-sizing: border-box;
    display: inline-block;
}

.search-btn .checkbox .icon:before {
    content: '';
    background: url(../images/check-icon.svg) center no-repeat;
}

.search-btn .checkbox .fa-check-square-o:before {
    content: '';
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-color: #1b8644;
    border-color: #1b8644;
}

.search-btn .checkbox .btn {
    font-size: inherit;
    height: auto;
    line-height: 1;
    padding: 0;
    border-width: 0;
}

.search-btn .checkbox .label-text {
    padding-left: 12px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.property-block .property-block-list {
    padding: 20px 0;
}

.property-block-list .list-style .property-details-box {
    padding: 10px 24px !important;
    border: 0 !important;
    background: #fff;
    flex-wrap: wrap;
    float: none;
}

.property-block-list .list-style .property-details-box .property-img a {
    display: block;
}

.property-block-list .list-style .property-details-box:hover .property-img a {
    opacity: .7;
}

.property-arrow span {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../images/arrow-white.svg) center no-repeat;
    background-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.property-arrow .property-arrow-left {
    left: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.property-arrow .property-arrow-right {
    right: 5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.property-dots {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    text-align: center;
}

.property-dots span {
    height: 4px;
    width: 4px;
    opacity: .5;
    margin: 0 1px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

.property-dots span.active {
    opacity: 1;
}

.grid-view-sec .property-block-list .property-details-box.active, .grid-view-sec .property-block-list .property-details-box:hover {
    background: 0 0;
}

.property-block-heading {
    padding: 0 24px 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 720px;
}
.listing-col .property-block-heading {
    padding: 0 24px 15px;
}
.property-block-heading .head-info {
    max-width: calc(100% - 360px);
    max-width: 100%;
    width: 100%;
}

.property-block-heading .head-info h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}

.property-block-heading .head-info h1, .property-block-heading .head-info h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #bdbdbd;
    display: inline-block;
}

.property-block-heading .head-info p.main {
    padding: unset;
}

.property-block-heading .head-btn {
    text-align: right;
    max-width: 350px;
    flex: 0 0 350px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.search-map-filter-toggle {
    background-image: url(../images/filter-icon.png);
    width: 32px !important;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    border: none;
    border-radius: 0;
    font-size: 0;
    transition: none;
    cursor: pointer;
}
#searchMapSideBarScrollable .chzn-container-single .chzn-single{
    background-color: transparent;
}
.sort-filter-wrap {
  display: flex;
  align-items: center;
}
.sort-filter-wrap .search-map-filter-toggle-v1 {
    background-image: url(../images/filter-icon.png);
    width: 25px !important;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    border: none;
    border-radius: 0;
    font-size: 0;
    transition: none;
}
.sort-filter-wrap .search-map-filter-toggle-v1.open {
    /* background-image: url(../images/close-icon.svg); */
    /* background-size: auto;
    width: 25px!important;
    height: 25px;
    background-color: transparent;
    background-position: center;
    position: relative; */
}
.property-block-heading .sort-filter-wrap .head-btn {
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
}
.head-searchmap-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.property-block-heading .head-btn .chzn-container {
    margin: 0;
    width: auto !important;
}

.property-block-heading .head-btn a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: right;
    color: #4f4f4f;
    margin-left: 5px;
    border: 0;
    padding: 0;
    height: auto;
    border-radius: 0;
}

#switchToGridView {
    flex: 0 0 100%
}

.property-block-heading .sort-by-label {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #4f4f4f;
}

.property-block-heading .head-btn .chzn-single-with-drop {
    color: #1b8644;
}

.property-block-heading .head-btn .grid-btn:before {
    content: "";
    background: url(../images/grid-icon.svg) center no-repeat;
    background-size: 100%;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    border: 0;
    margin-top: -2px;
}

.property-block-heading .head-btn .chzn-container-single .chzn-single-with-drop b:before {
    transform: rotate(180deg);
}

.postListing-group .chzn-single b:before, .property-block-heading .head-btn .chzn-container-single .chzn-single b:before, .property-block-heading .head-btn .sort-btn:after, .schedule-input .chzn-single b:before {
    content: "";
    background: url(../images/drop-down-icon.svg) center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
    border: 0;
}

.postListing-group .chzn-single b:before, .schedule-input .chzn-single b:before {
    content: '' !important;
}

.postListing-group .chzn-single b, .schedule-input .chzn-single b {
    line-height: 50px !important;
}

.property-block-heading .chzn-container-single .chzn-single span {
    margin-right: 26px;
}

.chzn-container-single .chzn-single div b {
    text-align: right;
}

.property-img {
    width: 100%;
    max-width: 190px;
    position: relative;
}

.property-img i.heart-icon {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 24px;
    position: absolute;
}

.property-img img {
    max-width: 100%;
    border-radius: 4px;
}

.list-style .property-img img {
    width: 100%;
    height: 114px;
    object-fit: cover;
}

.property-details {
    width: calc(100% - 190px);
    padding-left: 15px;
    max-width: 472px;
}

.price-text {
    display: block;
    color: #828282!important;
}

.property-block-list .price-text, 
.property-block-list address, 
.property-block-list h3 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif !important;
}
.property-block-list .price-text{
    margin-bottom: 0;
    line-height: 16px;
}
.property-block-list .price-text {
    /* font-weight: 700; */
}

.property-block-list h3 a {
    color: #428bca;
}

.property-block-list address a {
    color: #000;
}

.property-block-list address a:hover, .property-block-list h3 a:hover {
    color: #1b8644;
}

.property-block-list .listingLinkView {
    cursor: pointer;
    position: relative;
}

.srchMap-list {
    flex: 0 0 100%;
    max-width: 692px;
    padding: 15px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    position: relative;
    transition: all .4s ease-in-out;
}

.property-block-list .price-text span {
    font-weight: 400;
}

.property-block-list .price-text .rateCurrency {
    /* font-weight: 700; */
    font-size: inherit;
}

.property-details-box .info-box ul {
    /*flex: 0 0 75%;
    max-width: 75%;*/
    flex-wrap: wrap;
    align-items: center;
}
/*.info-box.d-flex {
  margin-top: 15px;
}*/
.listing-col .info-box{
  margin-top: 5px;
}  
.listing-col .property-block-list h3{
    line-height: 16px;
    margin-bottom: 0;
}
#searchMapSideBarListings .property-details-box .info-box ul {
    flex: 0 0 100%;
    max-width: 100%;
    /*margin-bottom: 10px;*/
}
.property-details-box .info-box ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #828282;
    display: inherit;
    margin-right: 10px;
}
.property-details-box .info-box ul li:last-child{
    margin-right: 0;
}
/*.property-details-box .info-box ul li:nth-child(2n+1) {
    max-width: 35%;
    flex: 0 0 35%
}*/

.bhk-details ul li i, .porpertyDetails-block .icon-bathrooms, 
.porpertyDetails-block .icon-bedrooms, 
.property-details-box .info-box ul li i {
    width: 14px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
    /*margin-top: 4px;*/
}
.property-details-box .info-box ul li i {
     margin-right: 2px;
}
.bhk-details ul li .bed-icon, .porpertyDetails-block .icon-bedrooms, .property-details-box .info-box ul li .bed-icon {
    background: url(../images/bed-icon.svg) 0 0 no-repeat;
}

.bhk-details ul li .condo-icon, .property-details-box .info-box ul li .condo-icon {
    background: url(../images/condo-icon.svg) 0 0 no-repeat;
}

.bhk-details ul li .bath-icon, .mappopup_features i.bath-icon, .porpertyDetails-block .icon-bathrooms, .property-details-box .info-box ul li .bath-icon {
    background: url(../images/bath-icon.svg) 0 0 no-repeat;
}

.bhk-details ul li .celendar-icon, .property-details-box .info-box ul li .celendar-icon {
    background: url(../images/celendar-icon.svg) 0 0 no-repeat;
}

.porpertyDetails-block .icon-bathrooms:before, .porpertyDetails-block .icon-bedrooms:before {
    content: ""
}

.porpertyDetails-block .icon-bathrooms, .porpertyDetails-block .icon-bedrooms {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 0 !important;
    background-size: 100% !important;
    margin-right: 10px !important;
}

.email-btn {
    margin-top: auto;
    margin-left: auto;
}

.email-btn a {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #1b8644;
    padding: 8px 20px;
    border-radius: 2px;
    text-decoration: none;
    border: 1px solid #1b8644;
    border-radius: 1px;
}

.email-btn .applyNowLink {
    color: #1b8644 !important;
}

.email-btn a:hover,
.email-btn a:focus {
    color: #fff !important;
    background: #1b8644;
}

.email-btn .listingId {
    float: none;
}

.email-btn .heart-icon, .property-img .heart-icon {
    background: url(../images/gray-heart-icon.svg) center no-repeat;
    background-size: 100%;
    height: 20px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    cursor: pointer;
}

.email-exist-error {
    font-size: 13px;
    color: red;
}
div.email-exist-error a {
  color: #90c8c2;
}
.signUpSubmission .mailing-list-box {
    text-align: left;
    padding-left: 20px;
}

.signUpSubmission .mailing-list-box label {
    font-weight: 400;
    font-size: 13px;
}

.signUpSubmission .disclaimer-section a {
    color: #90c8c2;
}
.signUpSubmission .disclaimer-section a:hover {
    color: #1b8644;
}
.signUpSubmission .disclaimer-section {
    margin: 12px 0 12px 20px;
    font-size: 13px;
}

.signUpSubmission .mailing-list-box input#mailing-list {
    margin-left: -20px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.property-details-box.active .email-btn .heart-icon {
    background: url(../images/color-heart-icon.svg) center no-repeat;
    background-size: 100%
}

.heart-icon.active {
    background: url(../images/color-heart-icon.svg) center no-repeat !important;
    /* background-size: 100% !important; */
}

.pac-container.pac-logo {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(89, 89, 89, .05);
    border-radius: 4px;
    margin-top: 10px;
    padding: 15px 0 0;
}

.pac-container .pac-item {
    border: 0;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.pac-item:focus, .pac-item:hover {
    background: rgba(143, 193, 188, .1);
}

.pac-container .pac-item .pac-icon {
    display: none;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    height: 24px;
    width: 24px;
    border: 2px solid #1b8644;
    border-radius: 50%;
    top: -10px;
    background: #fff;
    cursor: pointer;
}

.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: 0;
    background: #1b8644;
}

.filter-list .ui-widget.ui-widget-content {
    background: #e0e0e0;
}

.filter-list.header-srch.hide-filters button {
    color: #1b8644;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #1b8644;
}

.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {
    height: auto;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    overflow: unset;
}

.price-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.price-slider .price-box {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 16px;
    flex: 0 0 50%;
    max-width: 144px;
}

.price-slider .dvider {
    content: "";
    width: 24px;
    height: 2px;
    background: #4f4f4f;
    border-radius: 2px;
}

.price-slider .price-box label {
    display: block;
    margin: 0;
    float: none !important;
    width: 100% !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: left;
    text-transform: inherit;
}

.price-slider .price-box input {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left !important;
    padding: 0;
    width: 100%;
    border: 0;
    color: #4f4f4f;
    box-shadow: none;
    border-radius: 0;
}

.price-slider .price-box input:focus {
    color: #4f4f4f;
}

.rented-text {
    color: #1b8644 !important;
}

.grid-view-sec .property-block-heading {
    margin: 0;
    max-width: 100%;
    padding: 0 0 16px;
    justify-content: space-between;
}

.grid-view-sec .property-block-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.property-block-list .comingSoon-block {
  margin: 0 10px;
}
.grid-view-sec .property-details-box {
    flex: 0 0 25%;
    max-width: 25%;
    flex-wrap: wrap;
    padding: 0 12px;
    margin-bottom: 30px;
    border-bottom: none !important;
}

#similarListings .grid-view-sec .property-details-box {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.grid-view-sec .property-details-box .propertyDetailsOuter {
    /* height: 100%; */
    width: 100%;
    padding: 15px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    background-color: #fff;
    align-items: self-start;
    display: flex;
    flex-direction: column;
}

.grid-view-sec .property-img {
    /* flex: 0 0 100%; */
    max-width: 100%;
    /* background-color: #000; */
}

.grid-view-sec .property-img a {
    display: block;
}

.grid-view-sec .property-img a:hover {
    opacity: .6;
}

.grid-view-sec .property-img img {
    width: 100%
}

.grid-view-sec .property-details {
    width: 100%;
    height: 100%;
    /* flex: 0 0 100%; */
    padding-left: 0;
    padding-top: 16px;
    position: relative;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.grid-view-sec .property-details-box.active {
    background: #fff;
}

.grid-view-sec .property-details-box .info-box ul {
    flex: 0 0 100%;
    max-width: 100%;
}
.grid-view-sec .property-details-box .info-box ul li {
    margin-bottom: 0;
    margin-top: 8px;
}
.grid-view-sec .property-block {
    padding: 24px 0 40px;
}

.grid-view-sec .email-btn {
    position: absolute;
    right: 0;
    top: 18px;
}

#similarListingsContainer .grid-view-sec .email-btn {
    top: 8px;
}

.grid-view-sec .email-btn a {
    padding: 2px 14px;
}

.grid-view-sec .property-block-list .price-text {
    display: block;
    margin-bottom: 15px;
}

.grid-view-sec .property-block-heading .head-btn .map-btn:before {
    content: "";
    background: url(../images/map-icon.svg) center no-repeat;
    background-size: 100%;
    height: 12px;
    width: 12px;
    display: none;
}

.grid-view-sec .map-block {
    display: none;
}

.searchMapMarker {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: #1b8644;
    border-radius: 50%;
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.viewedMapMarker {
    background: #1b8644;
}

.activeMarker {
    z-index: 10000;
    background: #fff;
    border: 2px solid #1b8644;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.selectedMapMarker {
    z-index: 100;
    width: 16px;
    height: 16px;
    background: #1b8644;
    position: relative;
}

.selectedMapMarker:after {
    content: "1";
    display: block !important;
    text-align: center;
    border: 2px solid #1b8644;
    background: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.grid-view-sec .property-block-heading .head-btn {
    margin: 0;
    max-width: initial;
    flex: 0 0 360px;
}

.grid-view-sec .property-img img {
    height: 196px;
    object-fit: cover;
}

.grid-view-sec .property-block-heading .head-btn {
    margin: 0;
}

.pagination-block {
    padding: 15px 0 0;
    margin: 0;
}

.pagination {
    margin: 0;
    padding-bottom: 0;
}

.pagination ul>li {
    border: 0;
}

.pagination-block .pagination li a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #004886;
    border-radius: 2px;
    border: 0;
    padding: 9px 12px;
    margin: 0 4px;
}

.pagination-block .left-arrow a, .pagination-block .right-arrow a {
    background-color: #f2f3f5;
    background-image: url(../images/pagination-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    padding: 16px 26px !important;
}

.pagination ul li.active {
    background-color: #90c8c2 !important;
    color: #fff !important;
    border-radius: 2px;
}

#companySearchPagination li.disabled, #searchPagination li.disabled {
    cursor: default;
    color: #004886;
    background: #f2f3f5;
    font-weight: 300;
}

#searchSummary {
    text-align: center;
    width: 100%
}

.pagination ul:first-child li.href a, .pagination ul:last-child li.href a {
    color: #004886;
    background: #f2f3f5;
    font-weight: 300;
}

.searchResultMessageBar {
    text-align: center;
    padding-top: 11px;
    font-size: .9em;
    padding: 0;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 17px;
}

.gridview-content-sec {
    padding: 32px 0;
    border-top: 1px solid #e0e0e0;
}
.gridview-content-sec .gridview-text-block p {
  text-align: justify;
}
/*.gridview-content-sec p:empty {
  margin: 0;
}*/
.gridview-content-sec .renting-block h5,
.gridview-content-sec .renting-block h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.gridview-content-sec .container {
    max-width: 1170px;
}

.gridview-text-block, .gridview-text-block li, .gridview-text-block p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}
.gridview-content-sec .gridview-text-block p {
    line-height: 23px !important;
}
.sort-by-label {
    margin-left: 15px;
}

gridview-text-block img {
    width: 100%
}

.gridview-text-block p span {
    font-family: 'Open Sans', sans-serif !important;
}

.gridview-text-block p span a span {
    color: #1b8644 !important;
}

.gridview-text-block p~p {
    margin-top: 20px;
}

.gridview-content-sec h4 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    /*font-family: Inter, sans-serif !important;*/
}

.apartment-block {
    padding: 40px 0;
}

.apartment-block table {
    width: 100%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.apartment-block table th {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 18px 24px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.apartment-block table.locationStatistics th
{
    font-weight: 400;
    background-color: #428bca;
    color: #fff;
}
.apartment-block table td {
    font-size: 14px;
    line-height: 23px;
    color: #004886;
    padding: 15px 24px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.apartment-block table td a {
    color: #004886;
    text-align: left;
    min-width: 70px;
    display: inline-block;
}

.apartment-block table td:last-child {
    border: 0;
}

.apartment-block table td:nth-child(2) {
    color: #092c4c;
}

.apartment-block table td:first-child {
    text-align: left;
}

.renting-block {
    max-width: 100%;
    margin: auto;
}

.gridview-text-block h2, .gridview-text-block h3, .renting-block h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #004886;
    margin-bottom: 16px;
}

.gridview-text-block h2:first-child {
    /* font-size: 18px;
    color: #000; */
}

.gridview-text-block ul {
    margin: 15px 0;
}

.gridview-text-block img {
    width: 100%
}

.gridview-text-block li {
    margin: 6px 0;
    list-style: disc;
    margin-left: 20px;
}

.gridview-text-block h2, .gridview-text-block h3 {
    margin-top: 20px;
}

.gridview-content-sec .renting-block p,
.gridview-content-sec .renting-block p span {
    font-size: 14px;
    line-height: 23px !important;
    font-weight: 400;
    text-align: justify;
    color: #000;
    font-family: 'Open Sans',sans-serif !important;
}

.renting-block-content {
    margin-top: 30px;
}
.gridview-text-block p a{
    text-decoration: underline;
    color: #428bca;
}
.gridview-content-sec .gridview-text-block p a.cta-btn{
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
}
.gridview-content-sec .cityLink a{
    color: #428bca;
}
.gridview-content-sec .landingCityList h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 20px;
}
#sortBy_chzn .chzn-drop {
    width: 180px;
    top: 20px;
}

#sortBy_chzn .chzn-drop .chzn-results {
    padding: 0;
    margin: 0;
    text-align: left;
}

#sortBy_chzn .chzn-drop .chzn-results li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 8px 15px;
    color: #4f4f4f;
    border-radius: 0;
}

.chzn-container-single .chzn-single div:after {
    display: none;
}

#sortBy_chzn .chzn-drop .chzn-results .highlighted {
    color: #fff;
    background: #004886;
}

.homeCityLinks h2 {
    flex: 0 0 100%
}

.noPropertiesMessage {
    width: 100%
}

.wrapper {
    margin-left: 0;
    padding: 0;
}

.vertical_nav {
    display: none;
}

#myAccountContainer .myAccountContentContainer {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding-bottom: 0;
}

#myAccountContainer #userFavoritesTable th, #myAccountContainer #userListingsTable th, #myAccountContainer #userRecentsTable th {
    margin-bottom: 10px;
    background-color: #808692;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 18px 16px;
    border: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Open Sans', sans-serif !important;
}

#myAccountContainer #userFavoritesTable th:after, #myAccountContainer #userListingsTable th:after, #myAccountContainer #userRecentsTable th:after {
    content: "";
    width: 10px;
    height: 16px;
    position: absolute;
    margin-left: 5px;
}

#myAccountContainer #userFavoritesTable th.arrow-up:after, #myAccountContainer #userListingsTable th.arrow-up:after, #myAccountContainer #userRecentsTable th.arrow-up:after {
    background: url(../images/arrow-white.svg) center no-repeat;
    transform: rotate(180deg);
    margin-top: -1px;
}

#myAccountContainer #userFavoritesTable th.arrow-down:after, #myAccountContainer #userListingsTable th.arrow-down:after, #myAccountContainer #userRecentsTable th.arrow-down:after {
    background: url(../images/arrow-white.svg) center no-repeat;
}

#myAccountContainer #userFavoritesTable th.arrow-both:after, #myAccountContainer #userListingsTable th.arrow-both:after, #myAccountContainer #userRecentsTable th.arrow-both:after {
    background: url(../images/arrow-white.svg) center no-repeat;
}

#myAccountContainer #userFavoritesTable tr, #myAccountContainer #userListingsTable tr, #myAccountContainer #userRecentsTable tr {
    background: #808692;
    border-bottom: 1px solid #f2f3f5;
}

#myAccountContainer table.tablesorter a:active, #myAccountContainer table.tablesorter a:link, #myAccountContainer table.tablesorter a:visited {
    color: #1b8644;
}

#myAccountContainer #userFavoritesTable td, #myAccountContainer #userListingsTable td, #myAccountContainer #userRecentsTable td {
    padding: 14px 15px;
    color: #4f4f4f;
    font-size: 14px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

.listingStatusLabel, .listingStatusSelector {
    padding: 2px 10px;
    border-radius: 4px;
    text-align: center;
}

.featuredStatusLabel, .featuredStatusSelector {
    padding: 2px 10px;
    border-radius: 4px;
    text-align: center;
}

#myAccountContainer #userListingsTable i, #myAccountContainer .removeFavorite, #myAccountContainer .viewFavorite, .property-details .restoreListing i {
    font-size: 18px;
    color: #004886;
}

#myAccountContainer .tablesorter tbody tr:hover td {
    background-color: #f4f9f8;
}

#myAccountContainer #userFavoritesTable td .table-icon, #myAccountContainer #userListingsTable td .table-icon, .property-details .table-icon {
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    background-size: 24px;
    background-position: center;
}
.printlisting--icon .fa-print{
    font-size: 20px;
    color: #90c8c2;
}
#myAccountContainer #userFavoritesTable td .edit-icon, #myAccountContainer #userListingsTable td .edit-icon, .property-details .edit-icon {
    background-image: url(../images/edit-icon.svg);
}

#myAccountContainer #userFavoritesTable td .view-icon, #myAccountContainer #userListingsTable td .view-icon, .property-details .view-icon {
    background-image: url(../images/view-icon.svg);
}

#myAccountContainer #userFavoritesTable td .copy-icon, #myAccountContainer #userListingsTable td .copy-icon, .property-details .copy-icon {
    background-image: url(../images/copy-icon.svg);
}

#myAccountContainer #userFavoritesTable td .delete-icon, #myAccountContainer #userListingsTable td .delete-icon, .property-details .delete-icon {
    background-image: url(../images/delete-icon.svg);
}

#myAccountContainer #userFavoritesTable td .table-icon, #myAccountContainer #userListingsTable td .table-icon {
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    background-size: 24px;
    background-position: center;
}

#myAccountContainer #userFavoritesTable td .edit-icon, #myAccountContainer #userListingsTable td .edit-icon {
    background-image: url(../images/edit-icon.svg);
}

#myAccountContainer #userFavoritesTable td .view-icon, #myAccountContainer #userListingsTable td .view-icon {
    background-image: url(../images/view-icon.svg);
}

#myAccountContainer #userFavoritesTable td .copy-icon, #myAccountContainer #userListingsTable td .copy-icon {
    background-image: url(../images/copy-icon.svg);
}

#myAccountContainer #userFavoritesTable td .delete-icon, #myAccountContainer #userListingsTable td .delete-icon {
    background-image: url(../images/delete-icon.svg);
}

.email-btn.userListing-icon {
    top: 15px;
}

.grid-view-sec .userListing-icon a {
    border: 0;
    padding: 1px 3px;
    display: inline-block;
    vertical-align: middle;
}

.grid-view-sec .userListing-icon a:hover {
    color: #fff !important;
    background: 0 0;
}

.group-form-block {
    position: relative;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.group-form-block.password-block.myAccountSection {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.group-form-block:after {
    content: "";
    height: 100%;
    top: 0;
    width: 1px;
    right: -7px;
    position: absolute;
    background: #e0e0e0;
}

.group-form-block.password-block:after {
    display: none;
}

.group-form-block.password-block .group-form, .group-form-block.password-block .save-btn {
    margin-left: auto !important;
    flex: 0 0 100%;
    max-width: 320px;
    position: relative;
}

.group-form-block .group-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 14px;
    padding-bottom: 10px;
    position: relative;
}

.group-form-block .group-form label.error {
    font-size: 12px !important;
    font-weight: 500;
    color: #eb5757 !important;
    position: absolute;
    bottom: -18px;
}

.al-form .group-form-block label, .al-form label {
    width: 100%;
    color: #004886;
    text-align: left;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.al-form .group-form-block input:focus, .al-form .group-form-block select:focus, .schedule-input .chzn-single:focus {
    color: #092c4c !important;
    border-color: #004886 !important;
}

.al-form .group-form-block select option {
    color: #092c4c;
    padding: 12px 24px;
}

.al-form .group-form-block .save-btn {
    text-align: center;
    max-width: 320px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 27px;
}

.al-form .group-form-block .cta-btn {
    float: none;
    height: auto;
    width: auto;
    margin: 0;
    text-transform: inherit;
}

.al-form .group-form-block .cta-btn:hover {
    color: #fff;
    background: #004886;
    border-color: #004886;
}

.al-form .group-form-block .btn-outline-primary {
    background: 0 0;
    color: #1b8644;
    margin-right: 10px;
    border: 1px solid #1b8644;
}

.al-form .group-form-block .btn-outline-primary:hover {
    color: #fff;
    background: #1b8644;
    border-color: #1b8644;
}

.al-form .passwordInputs i {
    margin: 10px 0 0 10px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 32px;
    color: #092c4c;
}

.row.back-to-results {
    padding: 0 20px;
}

.row.back-to-results .col-md-4 {
    padding: 0 5px;
}

.back-to-box {
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
    float: right;
}

.al-form .passwordInputs i:hover {
    color: #1b8644;
}

.al-form .group-form-block input::-webkit-input-placeholder {
    color: #4f4f4f;
}

.al-form .group-form-block input::-moz-placeholder {
    color: #4f4f4f;
}

.al-form .group-form-block input:-ms-input-placeholder {
    color: #4f4f4f;
}

.al-form .group-form-block input:-moz-placeholder {
    color: #4f4f4f;
}

.breadcrumb {
    margin: 0;
    display: flex;
    align-items: center;
}

.blog-bottom-info li+li:before, .breadcrumb>li+li:before {
    background: url(../images/right-arrow.svg) center no-repeat;
    display: inline-block;
    height: 13px;
    width: 20px;
    content: "";
    vertical-align: middle;
}

.blog-bottom-info a, .blog-bottom-info li, .breadcrumb li, .breadcrumb li a {
    font-size: 14px;
    line-height: 1.2;
    color: #4f4f4f;
    display: inline-block;
    vertical-align: middle;
}
.myAccount-header .breadcrumb li,
.myAccount-header .breadcrumb li a {
    font-size: 12px;
    vertical-align: unset;
}
.myAccount-header .breadcrumb>li+li:before {
  height: 8px;
  width: 16px;
}
.blog-bottom-info a:hover, .breadcrumb li a:hover {
    color: #1b8644;
}

.myAccount-header {
    padding:20px 0 25px 0;
}

#userListingGrid .property-block, #userListingGrid .property-block-list {
    padding: 0;
}

.myAccount-header .row {
    align-items: center;
    width: 100%;
}

.myAccount-header .listingFilters {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.myAccount-header .filter-status, .myAccount-header .toggleFavoritesView, .myAccount-header .toggleRecentsView {
    margin-bottom: 0;
    margin-left: 8px;
    color: #4f4f4f;
    font-size: 14px !important;
    line-height: 20px;
    text-align: right;
    width: auto;
    border: 0;
    padding: 0;
    padding-right: 18px;
    background: url(../images/drop-down-icon.svg) 100% center no-repeat;
    box-shadow: none;
}

.myAccount-header .filter-status {
    margin: 0;
    height: auto;
    margin-left: 0;
    cursor: pointer;
    padding: 5px 15px 5px 5px;
    text-align: center;
}
.myAccount-header .filter-status option{
    text-align: left;
}
.toggleLogIn.cursor-pointer {
    color: #00f;
}

.toggleLogIn.cursor-pointer:hover {
    text-decoration: underline;
}

.myAccount-header .listingFilters .grid-icon, .myAccount-header .listingFilters .list-icon {
    background: url(../images/list-icon.svg) 0 center no-repeat;
    height: 17px;
    width: 16px;
    display: inline-block;
    background-size: 16px;
    margin-left: auto;
    margin-right: 6px;
}

.myAccount-header .listingFilters .list-icon {
    vertical-align: middle;
    margin-top: -2px;
}

.toggleListView {
    cursor: pointer;
}

.toggleListView:hover {
    color: #092c4c;
    text-decoration: underline;
}

.myAccount-header .listingFilters .grid-icon {
    background: url(../images/grid-icon.svg) 0 center no-repeat;
}

#myFavoriteListings .property-block, #myFavoriteListings .property-block-list, #myRecentlyViewed .property-block, #myRecentlyViewed .property-block-list {
    padding: 0;
}

.myAccount-header .toggleRecentsView {
    background: 0 0;
}

.myAccount-header #toggleRecentsContainer, .myAccount-header .toggleFavoritesView, .toggleRecentsView {
    background: 0 0;
    display: flex;
    align-items: center;
}

.myAccount-header #actionsLeftContainer {
    border: 0;
    margin-left: 8px;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 20px;
}

.myAccount-header .toggleSwitch {
    display: flex;
    align-items: center;
}

.myAccount-header .slider.round {
    border-radius: 14px;
    height: 16px;
    width: 28px;
}

.myAccount-header input:checked+.slider {
    background-color: #1b8644;
}

.myAccount-header .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 1px;
    bottom: 2.5px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.myAccount-header .listingFilters label {
    margin-top: 10px;
    position: relative;
    top: 2px;
    margin-top: 0;
    margin-right: 6px;
}

.ui-tooltip.ui-widget.ui-widget-content {
    background: #fff;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 25px;
    box-shadow: 0 4px 6px rgb(89 89 89 / 5%);
    border-radius: 16px;
    border: 0 !important;
}

.signUpInput {
    margin-top: 18px;
    padding-left: 0 !important;
    overflow: hidden;
    max-width: 340px;
    margin: 18px auto;
}

.signUpInput input {
    width: 100%;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #bdbdbd;
    padding: 12px 24px;
}

.squareImg-1, .squareImg-2, .squareImg-3 {
    height: 80px;
    width: 80px;
    border-radius: 12px;
}

.squareImg-1 {
    background: url(../images/square-1.png) center no-repeat;
}

.squareImg-2 {
    background: url(../images/square-2.png) center no-repeat;
}

.squareImg-3 {
    background: url(../images/square-3.png) center no-repeat;
}

.activeList-sec {
    padding: 100px 0;
}

.activeList-sec .order-2 {
    order: 2;
}

.toggle-fav.toggle-fav-btn {
    margin-bottom: 15px;
    display: block;
}

.back-to-box .toggle-fav.toggle-fav-btn {
    margin: 0;
    text-align: center;
}

.recentVideo-sec {
    padding: 100px 0;
    padding-top: 0 !important;
    position: relative;
}

.recentVideo-sec .container {
    position: relative;
}

.recentVideo-sec iframe, .recentVideo-sec video {
    width: 100%;
    height: 520px;
    vertical-align: middle;
    object-fit: cover;
}

.recentVideo-img {
    background: #fff;
    background: #f2f3f5;
    border-radius: 12px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin: 10px 10px;
    overflow: hidden;
}

.recentVideo-sec .owl-dots {
    display: none;
}

.recentVideo-img img {
    border-radius: 12px;
}

.recentVideo-contant {
    margin-left: -115px;
    padding: 50px 100px;
    margin-top: 60px;
}

.recentVideoThumb-block {
    position: absolute;
    width: 41.66666667%;
    right: 0;
    bottom: 10px;
    padding-right: 20px;
}

.recentVideoThumb-block .owl-dots, .recentVideoThumb-block .owl-nav {
    display: none !important;
}

.activeList-img .dashed-line {
    left: -30px;
    bottom: -40px;
    top: 70px;
    right: 310px;
    border-color: #004886;
    border-radius: 30px 40%
}

.recentVideo-box {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.recentVideo-box .pinkFrame {
    position: absolute;
    right: 82px;
    top: -28px;
}

.recentVideo-img .play-btn {
    background: url(../images/play-icon.png) center no-repeat;
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.recentVideo-img video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}

.recentVideo-thumb {
    padding: 45px 45px;
    background: url(../images/recentVideo-img1.jpg) 0 0 no-repeat;
    display: inline-block;
    background-size: cover;
    max-width: 200px;
    text-align: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(9, 44, 76, .08);
}

.recentVideo-thumb:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #092c4c;
    opacity: .5;
}

.recentVideo-thumb h4 {
    z-index: 1;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
}

.recentVideo-thumb~.recentVideo-thumb {
    margin-left: 15px;
}

#recentVideo .owl-nav {
    position: absolute;
    right: 0;
    bottom: 75px;
    display: none;
}

#recentVideo .owl-nav span {
    font-size: 0;
    background: url(../images/right-arrow.svg) center no-repeat !important;
    height: 14px;
    width: 10px;
    opacity: .4;
    background-size: 15px !important;
    display: inline-block;
}

#recentVideo .owl-nav .owl-prev span {
    transform: rotate(180deg);
    margin-right: 20px;
}

#recentVideo .owl-nav botton {
    bottom: 0;
}

.startsSearch-sec {
    padding: 100px 0;
}

.startsSearch-sec .row {
    margin: 0 -7.5px;
}

.startsSearch-sec .col-md-3 {
    padding: 0 7.5px;
}

.startsSearch-sec .startsSearch-header {
    margin-bottom: 40px;
}

.startsSearch-sec .startsSearch-header .site-title {
    margin-bottom: 8px;
}

#searchMapSideBar .carousel-inner {
    height: auto !important;
}

.mappopup_main.multiple-listings::-webkit-scrollbar {
    width: 13px;
}

#searchMapSideBarScrollable::-webkit-scrollbar, ::-webkit-scrollbar-track {
    width: 10px;
}

.messanger .chat-sec::-webkit-scrollbar, .messanger .chat-sec::-webkit-scrollbar-track {
    width: 10px;
}

.msg-screen .msg-app::-webkit-scrollbar, 
.msg-screen .msg-app::-webkit-scrollbar-track,
.msg-screen .property-section::-webkit-scrollbar, 
.msg-screen .property-section::-webkit-scrollbar-track  {
    width: 10px;
}

#searchMapSideBarScrollable::-webkit-scrollbar-track, 
.mappopup_main.multiple-listings::-webkit-scrollbar-track, 
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.messanger .chat-sec::-webkit-scrollbar-track,
.msg-screen .msg-app::-webkit-scrollbar-track,
.msg-screen .property-section::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
}

#searchMapSideBarScrollable::-webkit-scrollbar-thumb, 
.mappopup_main.multiple-listings::-webkit-scrollbar-thumb, 
::-webkit-scrollbar-thumb {
    background: #004886;
    border-radius: 8px;
}

.messanger .chat-sec::-webkit-scrollbar-thumb,
.msg-screen .property-section::-webkit-scrollbar-thumb,
.msg-screen .msg-app::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 8px;
}

#searchMapSideBarScrollable::-webkit-scrollbar-thumb:hover, 
.mappopup_main.multiple-listings::-webkit-scrollbar-thumb:hover,
.msg-screen .msg-app::-webkit-scrollbar-thumb:hover,
.messanger .chat-sec::-webkit-scrollbar-thumb:hover,
 
::-webkit-scrollbar-thumb:hover {
    background: #1b8644;
}

#searchMapSideBar .carousel-inner .item img {
    width: 100%
}

.myAccountSectionBlock i {
    font-size: 80px;
    color: #00a8ff;
}

header.header.clearfix {
    display: none;
}

.f-inner .owl-dots {
    display: none;
}

.aboutUs-sec {
    padding: 100px 0 0;
}

.aboutUs-heading {
    text-align: center;
    max-width: 840px;
    margin: auto;
}

.aboutUs-img img {
    width: 100%;
    margin-top: 40px;
    border-radius: 12px;
}

.aboutSec-block {
    padding: 100px 0 0;
}

.aboutSec-img {
    position: relative;
}

.aboutSec-img img {
    max-width: 100%;
    border-radius: 12px;
}

.aboutSec-img .chat-icon {
    position: absolute;
    height: 90px;
    width: 90px;
    background: url(../images/chat-icon.png) center no-repeat;
    bottom: -30px;
    right: -100px;
    background-size: 100%
}

.aboutSec-content {
    max-width: 414px;
    margin-left: auto;
}

.aboutSec-block .order-2 {
    order: 2;
}

.aboutSec-block .order-1 .aboutSec-content {
    max-width: 414px;
    margin: 0;
}

.aboutSec-block .email-icon {
    background: url(../images/emailGreen-icon.svg) center no-repeat;
    background-size: 100%;
    top: 85px;
    left: -40px;
    position: absolute;
}

.aboutSec-block .heart-icon {
    background: url(../images/heart-round.svg) center no-repeat;
    background-size: 70px;
    top: -35px;
    right: -35px;
    position: absolute;
}
.aboutSec-block .heart-icon {
    background-size: 30px;
    top: -8px;
    right: -40px;
}
.email-icon, .graphicImg, .heart-icon {
    height: 92px;
    width: 92px;
    display: inline-block;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.graphicImg {
    height: 64px;
    width: 64px;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(9, 44, 76, .08);
}
.about-map {
    position: absolute;
    background: url(../images/about-map.png) 0 0 no-repeat;
    background-size: 100%;
    height: 105px;
    width: 105px;
    top: 50%;
    right: -68px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    box-shadow: 0 4px 15px rgba(9, 44, 76, .08);
}

.bhk-details {
    padding: 15px 24px;
    background: #fff;
    border: 5px solid #fff;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    position: absolute;
    left: -105px;
    bottom: 34px;
    width: 300px;
}

.bhk-details ul {
    display: flex;
    flex-wrap: wrap;
}

.bhk-details ul li:nth-child(2n+1) {
    flex: 0 0 35%
}

.bhk-details ul li:nth-child(2n+2) {
    flex: 0 0 65%
}

.bhk-details ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #828282;
}

.alcontent-sec {
    padding: 100px 0;
}
.termsofservice--page,
.privacypolicy--page,
.equalOpportunityHousing--page,
.trademarks--page,
.rent-affordability-calculator--page,
.blog--page,
.faqBoston--page,
.faqAustin--page,
.faqchicago--page,
.faqseattle--page,
.faqNewYork--page,
.faqHouston--page,
.faqtenant--page,
.faqlandlord--page,
.propertyDetails--page,
.propertyDetails--page .porpertyDetails-slider .propertyDetailsSideBar,
.myAccount--page,
.blogDetail--page,
.scamAvoidance--page {
    background-color: #f8f8f8;
}
.shadded-box {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
  background-color: #fff;
  width: 100%;
}
.dashboard-page .shadded-box {
    padding-bottom: 15px
}
.padding-wrap {
  padding: 0 12px;
}
.shadded-box.property-block-heading{
  padding: 20px;
}
.shadded-box.property-block-heading button{
  margin-right: 10px;
}
.shadded-box.property-block-heading .head-info{
    display: inherit;
    align-items: center;
}
.shadded-box.property-block-heading .head-btn {
  flex: unset;
}

.blog--page .shadded-box {
    padding-bottom: 20px;
}

.scamAvoidance--page .alcontent-sec,
.trademarks--page .alcontent-sec,
.privacypolicy--page .alcontent-sec,
.termsofservice--page .alcontent-sec,
.equalOpportunityHousing--page .alcontent-sec,
.trademarks--page .alcontent-sec{
    padding: 60px 0 40px;
}
.alcontent-block {
    margin-bottom: 30px;
}

.alcontent-block p {
    text-align: left;
}
.justify-content p{
    text-align: justify;
}
.alcontent-block:last-child {
    margin-bottom: 0;
}

.careers-content ul {
    padding-left: 15px;
}

.careers-content p {
    text-align: justify;
}

.alcontent-block p~p, .alcontent-block ul, .careers-content p~p {
    margin-top: 20px;
}

.alcontent-block ul {
    padding-left: 30px;
}

.alcontent-block ul li {
    list-style: disc;
    margin-top: 8px;
    text-align: justify;
}

.alcontent-block.position-details ul {
    padding: 0;
}

.alcontent-block.position-details ul li {
    list-style: none;
}

.alcontent-block.position-details ul li strong {
    width: 20%;
    display: inline-block;
}

.alcontent-block a, .careers-content a {
    color: #1b8644;
}

.alcontent-block a:hover, .careers-content a:hover {
    text-decoration: underline;
    color: #1b8644 !important;
}

.careers-content .regard-msg {
    text-align: right;
    padding-top: 10px;
}

.openPositions-sec {
    padding: 60px 0 0;
}

.openPositions-block {
    display: flex;
    align-items: center;
}

.openPositions-img {
    max-width: 92px;
}

.openPositions-img img {
    border-radius: 12px;
}

.openPositions-content {
    padding: 10px 15px;
    max-width: calc(100% - 92px);
}

.openPositions-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 3px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.openPositions-block:hover h4 {
    color: #1b8644;
}

.careers-sec {
    padding: 60px 0;
}

.careers-img img {
    max-width: 100%;
    border-radius: 12px;
}

.contectUs-sec {
    padding: 60px 0 40px;
}

.contectUs-sec .contact-form {
    margin-top: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.w-100 {
    width: 100% !important;
}

.contectUs-sec .contact-form input, .contectUs-sec .contact-form textarea {
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 11px 24px;
    line-height: 24px;
    color: #bdbdbd;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 3px;
}

.contectUs-sec .contact-form textarea {
    height: 105px;
}

.contectUs-sec .contact-form input:focus {
    color: #092c4c;
}

.contectUs-sec .contact-form .submit_form {
    width: 100%;
    margin-top: 16px;
    max-width: 240px;
}

.contactUs-img img {
    max-width: 100%;
    border-radius: 12px;
}

.ourOffice-sec {
    padding: 0 0 60px;
}

.ourOffice-row~.ourOffice-row {
    margin-top: 30px;
}

.ourOffice-sec .row {
    margin: 0 -8px;
}

.ourOffice-sec .col {
    flex-grow: 1;
    padding: 0 8px;
    width: 100%;
    max-width: 20%
}

.ourOffice-sec .col-md-2 {
    padding: 0 8px;
}

.ourOffice-sec strong {
    display: block;
    margin-bottom: 2px;
}

.contacts-map-block {
    position: relative;
    padding-bottom: 40px;
}

.contacts-map-block #contacts_map {
    height: 618px;
    width: 100%;
    border-radius: 12px;
    position: relative !important;
    background-color: #e3e3e3;
}

.faq-sec {
    padding: 100px 0;
}
.faq-sec.faq-page-padding{
    padding: 50px 0 40px;
}
.faq-block {
    max-width: 848px;
    margin: auto;
}

.faq-content {
    margin-top: 65px;
}
div.investors-faq{
    margin-top: 0;
    margin-bottom: 40px;
}
.faq-content .panel-group {
    margin: 0;
}

.faq-content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    margin: 30px 0 20px;
}

.faq-content .panel-group .panel {
    border: 0;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #f2f3f5;
    background: 0 0;
}

.faq-content .panel-group .panel .panel-heading .panel-title>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #4f4f4f;
    padding: 16px 25px;
    background-color: #fff;
}

.faq-content .panel-group .panel .panel-heading .panel-title>a.collapsed {
    color: #4f4f4f;
    font-weight: 400;
}

.faq-content .panel-group .panel .panel-heading .panel-title>a:hover {
    color: #1b8644;
}

.panel-group .panel .panel-heading .panel-title>a:after {
    content: "";
    border: 0;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    background: url(../images/drop-down-icon.svg) center no-repeat;
}

.faq-content .panel-group .panel .panel-heading .panel-title>a.collapsed:after {
    content: "";
    border: 0;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    background: url(../images/drop-down-icon.svg) center no-repeat;
}

.faq-content .panel-body, .faq-content .panel-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    padding: 15px 25px;
    color: #4f4f4f;
}

.faq-content .panel-body p {
    padding: 0;
}

.faq-content .panel-body p~p {
    margin-top: 20px;
}

.faq-btn {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    /*align-items: center;*/
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(9, 44, 76, .08);
}

.faq-header-box {
    margin-bottom: 40px;
}

.faq-btn.active h4, .faq-btn.active p, .faq-link.active p {
    color: #1b8644;
}

.faq-btn-block .row {
    margin: 0 -8px;
}

.faq-btn-block .col-md-6 {
    padding: 0 8px;
}

.faq-btn:hover h4 {
    color: #1b8644;
}

.faq-img {
    max-width: 164px;
    width: 100%;
}

.faq-img img {
    width: 100%;
}

.faq-btn-title {
    padding: 10px 15px;
    max-width: calc(100% - 164px);
    display: inherit;
    align-items: center;
}
.faq-btn-title p{
    font-size: 16px;
    line-height: 20px;
}
.faq-btn-title h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    font-family: Montserrat, sans-serif;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.previewListingDescription.col-sm-12 p {
    text-align: justify;
    text-align: left;
}

.previewListingDescription.col-sm-12 p a {
    color: #282828;
}

.propertyBasicDetails a {
    color: #000;
    text-decoration: none !important;
}

.propertyBasicDetails a:hover {
    color: #1b8644;
}

.ContactLandlordModalContainer.alPopup-form .form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #eb5757;
}

#signUpTerms input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#signUpTerms .checkmark {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #828282;
    box-sizing: border-box;
    left: 2px;
    top: 0;
}

#signUpTerms:hover input~.checkmark {
    background-color: #ccc;
}

#signUpTerms input:checked~.checkmark {
    background-color: #1b8644;
    border-color: #1b8644;
    background-image: url(../images/check-icon.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

#contactLandlordDialogForm {
    background: 0 0;
}

#reportFrListingDialogForm {
    display: none;
}

.postListing-sec .row {
    margin: 0 -8px;
}

.postListing-sec .col-sm-12, .postListing-sec .col-sm-3, .postListing-sec .col-sm-4, .postListing-sec .col-sm-5, .postListing-sec .col-sm-6, .postListing-sec .col-sm-9 {
    padding: 0 8px;
}

.listingLengthButton, 
.lifeStyleButton ,
.paymentSuccessAction, 
.postListing-sec .postListing-group .chzn-single, 
.postListing-sec .postListing-group input, .propertyFeatureItemButton, .propertyFeatureItemContainer .propertyFeatureItem, .propertyTypeButton {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #828282;
    padding: 16px 24px;
    text-align: left;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 3px;
    height: auto;
    cursor: pointer;
}

.propertyFeaturesContainer.property-features .propertyFeatureItemContainer {
    margin: 0;
    padding: 0;
}

.propertyFeatureBlock {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.propertyFeatureBlock .propertyFeatureItem {
    padding: 10px 5px;
    margin: 0 !important;
}

.propertyFeatureBlock .propertyFeatureItem {
    flex: 0 0 25%;
    max-width: 25%
}

.propertyFeaturesContainer.property-features .propertyFeatureItem {
    background: 0 0;
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
    padding: 11px 8px;
    padding-top: 0;
}

.propertyFeaturesContainer.property-features .propertyFeatureItem a {
    width: 100%
}

.postListing-sec .postListing-group .chzn-single:focus, .postListing-sec .postListing-group input:focus, .propertyFeatureItemButton:focus, .propertyTypeButton:focus {
    background: rgba(143, 193, 188, .1);
}

.postListing-block .site-title span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

.postListing-sec .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    text-align: center;
    font-size: 30px;
    color: #004886;
    cursor: pointer;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(143, 193, 188, .1);
    border: 1px dashed #004886;
    box-sizing: border-box;
}

.postListing-sec .fileuploader {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 10px 0;
    background: 0 0;
    line-height: normal;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 3px;
}

.postListing-group.form-label-group textarea:not(:placeholder-shown), .postListing-group.form-label-group>input:not(:placeholder-shown) {
    padding: 25px 24px 7px;
}

.postListing-group {
    margin-bottom: 24px;
}

.paymentSuccessAction:hover, .propertyFeatureItemButton.propertyFeatureItemButtonSelected, .propertyTypeButton.propertyTypeButtonSelected, .lifeStyleButtonSelected {
    background: rgba(143, 193, 188, .1);
    border: 1px solid #004886;
    color: #004886;
}

#ProfileForm h4 {
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #004886;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.accountUpload-img {
    margin-bottom: 30px;
}

.accountUpload-img a {
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #004886;
    font-weight: 700;
    line-height: 24px;
}

#ProfileForm .form-group {
    margin-bottom: 20px;
}

.signUpInput {
    overflow: unset !important;
}

#modal_change_photo, #change_company_modal {
    z-index: 999999;
}

.modal-backdrop.in {
    z-index: 99999;
    background: #092c4c;
}

.postListing-block {
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    padding: 20px;
    background-color: #fff;
}

.postListing-btns {
    border-radius: 0;
    box-shadow: unset;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}
#editPropertyContainer .panel-group .panel {
    overflow: visible;
}

#moreDetailsBlock .postListing-block {
    margin-bottom: 20px;
}
.postListing-block .estimate-report-wrap{
    width: 100%;
}
.listingLengthButton, .lifeStyleButton,
.postListing-inner .propertyTypeContainer .propertyTypeButton, .propertyFeatureItemContainer .propertyFeatureItemButton {
    text-align: center;
    border-radius: 0;
}

#PropertyDescriptionForm .jqte {
    border: 1px solid #e0e0e0;
    box-shadow: none;
    margin-bottom: 0;
}

#PropertyDescriptionForm .jqte_editor, #PropertyDescriptionForm .jqte_source {
    min-height: 230px;
}

.blogPostTagButton, .propertyFeatureItemButton, .propertyTypeButton {
    text-align: center;
}

.leaseLengthContainer, .propertyFeatureItemContainer, .propertyTypeContainer, .lifeStyleContainer  {
    margin: 0 -8px 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.blogPostTagButton, 
.listingLengthButton, 
.propertyFeatureItemButton, 
.lifeStyleButton  ,
.propertyTypeButton {
    width: calc(16.666% - 16px);
    margin: 0 8px 16px;
    cursor: pointer;
    position: relative;
}

.listingLengthButton {
    width: 25%
}

#saveListingButtonContainer {
    text-align: center;
}

#saveListingButtonContainer .cta-btn {
    margin-top: 0;
    font-weight: 400;
}

.porpertyDetails-sec {
    padding: 30px 0 0;
}

.porpertyDetails-slider .site-title {
    margin: 10px 0 15px;
}

.porpertyDetails-slider h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}

.porpertyDetails-slider #contactLandlordTitle {
    margin-top: 0;
    text-align: center;
}

.porpertyDetails-slider .row {
    margin: 0;
}

.porpertyDetails-slider .col-sm-12, .porpertyDetails-slider .col-sm-4, .porpertyDetails-slider .col-sm-8 {
    padding: 0;
}

.porpertyDetails-slider .propertyDetailsSideBar {
    display: flex;
    background: #fff;
}

.porpertyDetails-slider .propertyDetailsSideBar .contactLandlordContainer {
    top: 0;
    border: 0;
    z-index: 1020;
    margin-bottom: 0;
    padding: 35px 50px;
    position: sticky;
    position: -webkit-sticky;
    background: rgba(143, 193, 188, .1);
}

.porpertyDetails-slider .form-style {
    background: rgba(143, 193, 188, 0);
}

#contactLandlordForm1 .form-label-group {
    margin-bottom: 8px;
}

#contactLandlordForm1 .form-label-group input, #contactLandlordForm1 textarea {
    max-width: 100%;
    color: #282828;
}

#contactLandlordForm1 #displayPhoneNumber {
    margin-top: 8px;
    color: #004886;
    border-color: #004886;
}

#contactLandlordForm1 #displayPhoneNumber:hover {
    color: #fff;
    background: #004886;
}

#contactLandlordForm1 #contactLandlordButtonContainer button, #contactLandlordForm1 #displayPhoneNumber, .displayPhoneNumber.cta-btn {
    width: 100%;
    max-width: 240px;
}
.schedule-a-viewing .form-label-group {
    margin-bottom: 8px;
}
.schedule-a-viewing .form-label-group:last-child {
  margin-bottom: 0;
}
form.schedule-a-viewing .row{
    align-items: center;
}

.schedule-a-viewing .form-label-group input, .schedule-a-viewing textarea {
    max-width: 100%;
    color: #282828;
}

.schedule-a-viewing #displayPhoneNumber {
    margin-top: 8px;
    color: #004886;
    border-color: #004886;
}

.schedule-a-viewing #displayPhoneNumber:hover {
    color: #fff;
    background: #004886;
}

.schedule-a-viewing #contactLandlordButtonContainer button, 
.schedule-a-viewing #displayPhoneNumber{
    width: 100%;
    max-width: 240px;
}

.displayPhoneNumber.cta-btn {
    margin-top: 8px;
}

#contactLandlordForm1 #contactLandlordButtonContainer button {
    margin-top: 15px;
}
.schedule-a-viewing #contactLandlordButtonContainer button {
    margin-top: 0;
}
.porpertyDetails-block {
    padding-right: 15px;
}

.porpertyDetails-block #prePropertyDetailsLowerMain {
    margin: 30px 0 10px;
}

.porpertyDetails-block .property-topinfo ul {
    display: flex;
    flex-wrap: wrap;
}

.porpertyArchive-sec .property-topinfo ul li, .porpertyDetails-block .property-topinfo ul li {
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0;
    color: #282828;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 14px 25px;
    margin-bottom: -1px;
    margin-left: -1px;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.porpertyDetails-block .property-topinfo ul li:last-child {
    margin-right: 0;
}

.porpertyDetails-block p {
    text-align: justify;
    text-align: left;
}

.schedule-input {
    margin-bottom: 24px;
}

.schedule-input .chzn-single, .schedule-input input {
    max-width: 100%
}

.contactOptions #contactLandlord2 {
    max-width: 212px;
    width: 100%;
    margin: 0;
}

.locator-icon {
    background: url(../images/locator-icon.svg) center no-repeat;
    height: 16px;
    width: 11px;
    display: inline-block;
    background-size: 100%;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

#lowerContactLandlordContainer {
    padding: 50px 0;
}
/*
.similar-property #similarListings, .similar-property #similarListings h3 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}
*/
.similar-property #similarListings {
    margin-top: 30px;
}

.similar-property .grid-view-sec .property-block {
    padding: 0;
    margin: 0;
}

#mapHolder {
    padding: 0 !important;
}

#propertyFeaturesFrame {
    padding: 30px 0 10px;
}

#propertySearchSideBar {
    position: relative;
}
.filter-bar .filter-container{
    max-width: 1310px;
}
.col-md-12.propertyFeatureCategoryContainer, .propertyFeatureCategoryContainer.feature-block {
    display: flex;
    flex-wrap: wrap;
}

.propertyFeatureCategoryContainer.feature-block~.propertyFeatureCategoryContainer.feature-block {
    margin-top: 30px;
}

.propertyFeatureCategory {
    flex: 0 0 100%;
    margin: 20px 0 15px;
}

.propertyFeatureItem {
    margin-right: 12px;
    margin-bottom: 10px;
}

.propertyFeatureItem a,
.propertyFeatureItem span {
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #4f4f4f;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 11px 24px;
    display: inline-block;
    text-decoration: none;
    margin: 0 !important;
    cursor: pointer;
}
.propertyFeatureItem span{
    width:100%;
}
.propertyFeatureItem a:hover {
    color: #004886;
    border-color: #004886;
    background: rgba(143, 193, 188, .1);
}

.porpertyDetails-slider #propertyDetailsUpperMain {
    margin: 0;
}

.porpertyDetails-block #propertyDetailsLowerMain .propertyFeatureItem, .porpertyDetails-block .propertyFeatureItem {
    background: 0 0;
    width: auto;
}

.testimonial-sec.blog-testimonial .testimonial-contant p {
    font-size: 14px;
    line-height: 24px;
}

#blog-listing .read-btn, .blog-testimonial .testimonial-contant .read-btn {
    display: flex;
    color: #1b8644;
    margin-top: 20px;
    text-align: right;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

#blog-listing .read-btn:after, .blog-testimonial .testimonial-contant .read-btn:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    background: url(../images/right-arrow-red.svg) center no-repeat;
    height: 16px;
    width: 16px;
}

#blog-listing .read-btn:hover, .blog-testimonial .testimonial-contant .read-btn:hover {
    margin-right: 8px;
}

.blog-testimonial .owl-nav {
    display: none;
}

.blog-sec {
    padding: 40px 0;
}

#blogFilters {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

#blogFilters .blogFilters-btn {
    margin-right: 16px;
    flex: 0 0 200px;
}

#blogFilters .blogFilters-btn button {
    width: 100%;
    color: #004886;
    border: 1px solid #004886;
    border-radius: 30px;
    padding: 13px 24px;
    background: 0 0;
}

#blogFilters .blogFilters-btn .buttonSelected, #blogFilters .blogFilters-btn button:hover {
    color: #1b8644;
    border-color: #1b8644;
}

#blog-listing .blog-box {
    overflow: hidden;
    height: calc(100% - 30px);
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
}

#blog-listing.blog-listings-page .blog-box {
    overflow: hidden;
    height: calc(100% - 30px);
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
}

#blog-listing.blog-listings-page .blog-box .info-blog {
    padding: 32px 32px 50px;
}

#owlHomeBlog #blog-listing .blog-box {
    position: relative;
}

#owlHomeBlog .read-btn {
    bottom: 68px !important;
    height: auto !important;
}

#owlHomeBlog .read-btn:after {
    position: relative;
    top: 4px;
}

#blog-listing .blog-box .info-blog {
    padding: 32px 32px;
}

#blog-listing .read-btn {
    position: absolute;
    bottom: 58px;
    right: 36px;
}

.apartment-site-logo {
    max-width: 250px;
}

.blog-bottom-info {
    width: 100%;
    text-align: left;
    margin: 0;
    clear: both;
    padding: 30px 0 40px;
    display: flex;
    align-items: center;
}

.blog-bottom-info ul {
    display: flex;
    align-items: center;
}

.blogShare-block {
    margin-left: auto;
}

.blogDetail .post-content p~p {
    margin-top: 20px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    color: #000;
}

.post-content img {
    border-radius: 12px;
}

.blogTopHeading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #282828;
}

.blogDetail h2 {
    text-transform: capitalize;
    margin-top: 40px;
}

.locationAddressTitle {
    margin-bottom: 20px;
}
.locationAddressTitle p{
    font-size: 24px;
}
.ui-datepicker-group {
    background: #f1f1f1;
}

#passwordsMatch {
    display: none;
}

.show-mobile {
    display: none !important;
}

.porpertyArchive-sec {
    padding: 30px 0;
}

.porpertyArchive-sec #propertyDetailsUpperMainRented {
    width: 100%
}

.porpertyArchive-sec .property-topinfo ul {
    display: flex;
    flex-wrap: wrap;
}

#prePropertyDetailsLowerMainArchive {
    margin: 15px 0 0 0;
}

.porpertyArchive-sec .site-title.rentedPageTitle {
    margin: 0;
}

.paymentSuccess-sec {
    padding: 30px 0 10px;
}

#paymentSuccessActions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.paymentSuccessAction {
    width: calc(20% - 16px);
    margin: 0 8px 16px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.listingId {
    margin-right: 5px;
}

.back-to-box i.fa.fa-heart {
    color: #1b8644;
}

.toggle-fav.toggle-fav-btn .fa-heart {
    color: #1b8644 !important;
}

.blog-details {
    padding-bottom: 10px;
}

#contactLandlordErrors1 {
    color: red;
    padding: 2px;
    text-align: center;
}
#contactLandlordErrors {
    text-align: center;
}

.sortBy-box {
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.banner-404 .banner-img img {
    max-width: 100%;
    margin-left: auto;
    border-radius: 160px 50px;
    box-shadow: 0 5px 15px rgb(9 44 76 / 8%);
}

.recentlyview-404 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
}

.recentlyview-404 .grid-view-sec .property-block {
    padding-bottom: 0;
}

.myAccountSectionBlock img.img-responsive {
    max-height: 75px;
    margin: auto;
}

.flatpickr-calendar {
    z-index: 1000000 !important;
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #1b8644;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #1b8644;
}

.my-account-loader {
    height: 40vh;
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25vh;
}

.from_date[readonly], .to_date[readonly] {
    background-color: #fff !important;
}

.head-btn.searchSort #sortBy_chzn .chzn-drop {
    top: 40px;
    margin-left: 0;
}

.sub-menu-hide {
    opacity: 0;
}

.no-cursor {
    cursor: default !important;
}

.burger-menu .dropdown-box {
    padding-top: 15px;
}

.burger-menu .dropdown-sidebar-heading {
    font-size: 12pt;
    margin-bottom: 15px;
    display: block;
}

.text-green {
    color: #004886;
}

.text-pink {
    color: #1b8644;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    cursor: url(../images/cursor.png), move;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery-top {
    height: 80%;
    width: 100%
}

div.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4;
    background-size: cover;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.close-button {
    display: none;
    height: 45px;
    width: 45px;
    color: #fff;
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    opacity: .75;
}

.close-button:before {
    content: '×'
}

.close-button:active, .close-button:hover {
    opacity: 1;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161418;
    z-index: 9999999999;
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain!important;
}

.fullscreen .gallery-top .swiper-slide {
    cursor: default;
    background-size: contain;
    text-align: center;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.fullscreen .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fullscreen .close-button {
    display: block;
}

.fullscreen .gallery-top {
    height: 100%
}

.fullscreen .gallery-thumbs {
    background-color: #000;
    height: 20%;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 10;
    padding: 10px 0;
    transition: opacity .3s ease-in-out;
    transition-delay: .5s;
}

.fullscreen .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen .gallery-thumbs:hover {
    opacity: 1;
    transition-delay: 0s;
}

.gallery-thumbs .swiper-slide {
    overflow: hidden;
}

.my-account {
    display: flex;
}

.acc-sidebar {
    width: 100%;
    max-width: 190px;
    filter: drop-shadow(0 0 40px rgba(120, 164, 186, .12));
    background-color: #fff;
    padding: 50px 20px;
}

.my-acc-icon {
    background-image: url(../images/account/account-icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 38px;
    width: 40px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    transition: all .4s ease-in-out;
}

.dashboard-list li a:hover .my-acc-icon, .dashboard-list li.active .my-acc-icon {
    background-image: url(../images/account/account-icons-active.png);
}

.dashboard-icon {
    background-position: 0 0;
    width: 41px;
}

.messages-icon {
    background-position: -41px 0;
}

.viewed-icon {
    background-position: -80px 0;
}

.favorite-icon {
    background-position: -123px 0;
}

.map-icon {
    background-position: -168px 0;
}

.listing-icon {
    background-position: -211px 0;
}

.my-listing-icon {
    background-position: -251px 0;
    width: 35px;
}

.subscription-icon {
    background-position: -292px 0;
}

.dashboard-list li {
    margin-bottom: 20px;
}

.dashboard-list li:last-child {
    margin-bottom: 0;
}

.dashboard-list li a {
    text-align: center;
    padding: 15px 10px;
    display: inherit;
    transition: all .4s ease-in-out;
    border-radius: 12px;
}

.dashboard-list li a:hover, .dashboard-list li.active a {
    background-color: #1b8644;
    display: inherit;
    color: #fff;
}

.dashboard-list li p {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    line-height: 20px;
    transition: all .4s ease-in-out;
}

.dashboard-list li a:hover p, .dashboard-list li.active a p {
    color: #fff;
}
.dashboard-list .logout-icon {
    background: url(../images/icons/log-out-gray.png) center no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}
.logout-list:hover .logout-icon {
    background-image: url(../images/icons/log-out-white.png);
}
.sec-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: Montserrat, sans-serif;
    color: grey;
    margin-bottom: 35px;
}

.acc-right-sec {
    /*padding: 50px 20px;*/
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.ashboard-page {
    background-color: #f7fffe;
}

.order-online-sec {
    padding: 30px 30px 30px;
}

ul.order-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.order-list li {
    width: 100%;
    max-width: 32%;
    display: inline-flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 12px;
    /* filter: drop-shadow(0 0 30px rgba(143, 193, 188, .4)); */
    background-image: linear-gradient(40deg, #47adff 0, #6ac8ff 100%);
}
.order-list li:nth-child(3n){
    margin-right: 0;
}

.order-list li a {
    width: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
}

.order-list li:first-child {
    background-image: linear-gradient(40deg, #47adff 0, #6ac8ff 100%);
}

.order-list li:nth-child(3n) {
    background-image: linear-gradient(40deg, #a377fa 0, #c2a4fb 100%);
}

.order-list li:nth-child(2n) {
    background-image: linear-gradient(40deg, #4cc3b7 0, #71d7cf 100%);
}

.order-list li:nth-child(4n) {
    background-image: linear-gradient(40deg, #ff7854 0, #ffa57e 100%);
    margin-right: 0;
}

.order-list li p {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    /* width: calc(100% - 70px); */
    display: inline-block;
}

.order-list li i {
    display: inline-block;
    margin-right: 0;
}

.order-list-icon {
    background-image: url(../images/account/order-icons.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 54px;
    height: 68px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    transition: all .4s ease-in-out;
    background-size: cover;
}

.id-icon {
    background-position: 1px 0;
    width: 70px;
}

.credit-icon {
    background-position: -69px 0;
    width: 68px;
}

.record-check-icon {
    background-position: -146px 0;
    width: 66px;
}

.bank-icon {
    background-position: -209px 0;
    width: 76px;
}

.right-sidebar {
    border-radius: 12px;
    filter: drop-shadow(0 0 30px rgba(143, 193, 188, .2));
    background-color: #fff;
    padding: 30px 15px 30px;
    margin-left: 20px;
    width: 100%;
    max-width: 200px;
    display: flex;
    flex-wrap: wrap;
}

.sidebar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.disclaimer-text {
    font-size: 12px;
    line-height: 20px;
    color: grey;
    margin-top: 30px;
}

.landlord-btn {
    border-top: 1px solid #b5b5b5;
    padding-top: 50px;
    margin-top: 0;
}

.right-sidebar .cta-btn {
    margin-top: 0;
}

.profile-icon {
    width: 107px;
    height: 107px;
    background-image: url(../images/account/profile.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    border-radius: 50%
}

.my-profile {
    width: 100%
}

.right-sidebar .sec-title {
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    font-family: Montserrat, sans-serif;
}

.upgrade-profile {
    margin: 0 0 50px;
}

.WalkScores {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.score-name {
    padding-right: 10px;
    width: 100%;
    align-items: center;
    display: inherit;
}

.score-web-credit {
    margin-top: 10px;
    font-size: 14px;
}

.score-sec-wrap {
    display: flex;
    margin: 0 -5px;
}

.score-wrap {
    width: 100%
}

.score-visible {
    padding: 0 5px;
}

.score-box {
    display: inline-flex;
    align-items: flex-start;
    border: 2px solid #e6e9f0;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 10px 15px rgb(9 44 76 / 8%);
    flex-wrap: wrap;
    background-color: #fff;
}

.score-box .score-count {
    justify-content: flex-end;
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}

.score-box span.description {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.score-box .score-lable, .score-box .total-score {
    margin-top: 5px;
    display: inline-block;
}

.score-box span.obtain-score {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    margin-bottom: 5px;
    max-width: 60px;
}

.score-box .total-score {
    text-align: right;
}

span.score-text {
    font-size: 30px;
}

.WalkScores span {
    display: block;
    line-height: 1;
    width: 100%
}

.scores-text {
    padding: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 700;
    color: #000;
    width: 100%;
    vertical-align: middle;
}

.progress {
    width: 100%;
    max-width: 130px;
    height: 130px;
    line-height: 130px;
    background: 0 0;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 1px;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 0;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    left: 0;
}

.progress.yellow .progress-bar {
    border-color: #1b8644;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.thumbs_down-icon {
    background: url(../images/account/thumbs-down.png) center no-repeat;
    background-size: cover;
    font-size: 0;
    height: 20px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    cursor: pointer;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.dashboard-box {
    border-radius: 12px;
    filter: drop-shadow(0 0 30px rgba(143, 193, 188, .2));
    background-color: #fff;
}

.messaging {
    padding: 30px 30px 10px;
    margin-top: 30px;
}

.message-wrap {
    padding: 20px;
    width: 100%;
    max-width: 31%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    cursor: pointer;
}

.message-wrap:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 14px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: none;
}

.message-wrap:nth-child(3n) {
    margin-right: 0;
}
.message-wrap .btn-group{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.message-wrap  .caret {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    border-style: solid;
    border-color: #9c9c9c;
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    padding: 3px;
}
.message-wrap .btn-group>.btn:first-child {
    float: right;
    border: none;
    padding: 5px 10px;
    height: unset;
    line-height: 1;
    box-shadow: none;
    background: transparent;
}
.message-wrap .open>.dropdown-menu {
  display: block;
  right: 5px;
  left: unset;
}
.message-wrap  .dropdown-menu>li>a {
  font-size: 14px;
  padding: 3px 10px;
}
.person-details, .support-details {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%
}

.pin-icon{
    background-image: url(../images/account/pin.png);
}
.message-archive-icon{
    background-image: url(../images/account/delete.png);
}
.block-icon{
    background-image: url(../images/account/banned.png);
}
.message-archive-icon,
.pin-icon,
.block-icon{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
}
.support-details {
    justify-content: flex-end;
}

span.person-image {
    width: 40px;
    height: 37px;
    border-radius: 100%;
    background-color: transparent;
    display: inherit;
    margin-right: 10px;
    position: relative;
}

span.person-image img {
    border-radius: 100%
}
.msg-person-wrap {
  width: 100%;
}
.msg-person-wrap .owner-name,
.msg-person-wrap .location,
.message-wrap .feature-wrap span,
.property-section .room-details span{
    font-size: 12px;
}
.message-wrap .feature-wrap span i,
.property-section .room-details span i{
    vertical-align: sub;
}
.prop-address--wrap{
    display: flex;
    align-items: flex-start;
}
.prop-address--wrap  span {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}
.prop-address {
    width: 100%;
    display: flex;
    align-items: center;
}
.prop-address .location{
    width: 100%;
    padding-right: 10px;
}
.prop-address span.unread-message{
    min-width: 25px;
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.person-name {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.person-name .owner-name{
    font-weight: 700;
}
.room-details span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    display: inline-block;
}

.room-details span:last-child {
    margin-right: 0;
}
.icon--wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.icon--wrap .unread-message {
  position: absolute;
  top: -5px;
  right: -5px;
}
li.active .icon--wrap .unread-message,
li a:hover .icon--wrap .unread-message {
  background-color: white;
  color: #1b8644;
}

span.location {
    display: block;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}
.prop-address--wrap span.location {
  margin-bottom: 0;
}
span.location a:hover{
    color: #1b8644;
}
i.loc-icon {
    width: 16px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/account/location.png);
    background-size: contain;
}

i.bed-icon {
    width: 43px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/account/bed.png);
    background-size: contain;
}

i.tub-icon {
    width: 38px;
    height: 31px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/account/Tub.png);
    background-size: contain;
}

.recently-viewed-sec {
    padding: 30px 20px 10px;
}

.favorite-listings-sec {
    margin-top: 30px;
}

.recently-viewed-sec .sec-title {
    padding-left: 10px;
}

.property-name a {
    font-size: 16px;
    color: #000;
    margin: 5px 0;
    display: inline-block;
    line-height: 20px;
}

.recently-viewed-sec .email-btn {
    position: absolute;
    right: 0;
    top: 14px;
}

.recently-viewed-sec .price-text {
    font-weight: 700;
    color: #000;
}

.recently-viewed-sec .lease-freq {
    font-weight: 400;
}

#myRecentlyViewed .property-block-list {
    max-width: 1300px;
}

.grid-view-sec#myRecentlyViewed .property-block-list {
    max-width: 100%
}

.msg-screen {
    display: flex;
}

.msg-app {
    max-width: 28%;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    padding-top: 30px;
    border-bottom: 1px solid #0000001a;
    min-height: 530px;
}

.msg-screen .room-details span {
    margin-right: 7px;
}

.msg-screen .room-details i.bed-icon {
    width: 19px;
    height: 14px;
    margin-right: 5px;
}

.msg-screen .room-details i.tub-icon {
    width: 17px;
    height: 14px;
    margin-right: 5px;
}

.msg-app .message-wrap {
    max-width: 90%;
    border: none;
    padding: 10px;
    margin-bottom: 0;
    filter: unset;
    box-shadow: none;
    border-radius: 7px;
    padding-top: 20px;
    margin-left: 5px;
}

.msg-app .message-wrap:last-child {
    border-bottom: none;
}

div#dynamic-container {
    width: 100%
}

.message-wrap.active {
    background-color: #fff;
    /* box-shadow: 7px 9px 20px 8px rgba(120, 164%, 186%, 12%); */
    box-shadow: 7px 9px 20px 8px #0000001a;
    border-bottom: none;
}

.message-wrap.active:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid  #e91e63;
    width: 0;
    height: 0;
}
button#SendMessage {
    font-size: 0;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    background-image: url(/images/account/send-pink.png);
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-size: contain;
}

.messageTextWrap {
    display: flex;
    align-items: center;
    width: 100%
}

.ribbon {
    width: 97px;
    height: 34%;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 91px;
    padding: 3px 0;
    background-color: #1b8644;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-left {
    top: 0;
    left: 0;
    height: 43%;
    width: 47px;
}
.ribbon-top-right {
    top: 0;
    right: 0;
    left: 0;
    width: 45px;
    height: 33%;
}
.ribbon-top-left span {
    right: -13px;
    top: 5px;
    transform: rotate(-45deg);
}
.ribbon-top-right span {
  right: -15px;
  top: 7px;
  transform: rotate(-43deg);
  font-weight: bold;
}
.proprty-tags span {
    color: #000;
    background-color: rgba(143, 193, 188, .1);
    padding: 10px;
    border-radius: 4px;
    font-weight: 700;
    margin-right: 10px;
}

.proprty-tags span:empty {
    display: none;
}

.property-section .proprty-tags {
    padding: 10px 0;
    border-bottom: 1px solid #b5b5b5;
}

.proprty-tags span:last-child {
    margin-right: 0;
}

.proprty-tags {
    padding: 10px 0 20px;
    margin-bottom: 20px;
}

.property-section .room-details span {
    border-right: 1px solid #b5b5b5;
    padding-right: 10px;
    margin-right: 10px;
}

.property-section .room-details span:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.property-section .property-name {
    font-size: 16px;
    font-weight: 0;
    display: block;
}

.address--block {
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
.page-myAccount .navbar-nav{
    margin-right: 10px;
}
.page-myAccount .header .navbar .nav-item a {
  padding-left: 15px;
}
.nav-link,
.submenu-list{
    position: relative;
}
.nav-link span.unread-message{
    position: absolute;
    top: 4px;
    right: -17px;
}
.property-section .address--block .property-name {
  color: #428bca;
  /*border-bottom: 1px solid #000;*/
  width: 100%;
}
.property-section .address--block {
  margin-bottom: 10px;
}
.address--block:hover .property-name{
    color: #1b8644;
    border-color: #1b8644;
}
.fa-close-btn.message--close-icon {
  position: absolute;
  right: 4px;
  top: 4px;
}
.move-in {
    font-weight: 700;
    padding: 10px 0;
    display: inline-block;
}

.prop-details {
    padding: 0 20px 20px;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.prop-details .listingId{
    width: 100%;
    margin-right: 0;
}
.message-timestamp {
    background-color: rgba(143, 193, 188, .1);
    width: max-content;
    margin: 0 auto;
    padding: .7rem 1rem;
    border-radius: .357rem;
    margin-bottom: 10px;
    box-shadow: 0 5px 4px rgb(120 164 186 / 12%);
    line-height: 1;
}
.support-details .message-timestamp,
.person-details .message-timestamp {
    background-color: transparent;
    width: max-content;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 10px;
    margin-left: 3px;
    line-height: 1;
    min-width: 46px;
}
.time-status-wrap {
  margin-right: 5px;
  text-align: right;
}
.msg-app-head {
    display: none;
}

.chat-head {
    display: none;
}

.messages-image-gallery.image-gallery {
    padding:10px 20px;
    padding-right: 0;
}

.messages-image-gallery.image-gallery h1 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.messanger {
    border-left: 1px solid #0000001a;
    border-right: 1px solid #0000001a;
    width: 100%;
    max-width: 37%;
    height: 100%;
    position: relative;
    /*margin-bottom: 40px;*/
}
.messanger.hide-propertysection {
  max-width: calc(100% - 30%);
}
span.unread-message {
    background-color: #1b8644;
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    font-size: .786rem;
    justify-content: center;
    line-height: .786;
    min-height: 1.429rem;
    min-width: 1.429rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    align-items: center;
}
.burger-menu span.unread-message{
    position: absolute;
    top: 0;
    margin-left: 2px;
}
.person-img-wrap {
  position: relative;
}
.person-image span.unread-message {
  padding: 3px 6px;
  position: absolute;
  /*right: -4px;
  top: -4px;*/
  left: 0;
  bottom: -4px;
}
.person-name {
  width: 100%;
}
.message-wrap .room-details {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 78px;
  margin-top: 0;
  justify-content: flex-start;
}
.property-section .send-message-btn {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}

.property-section {
    width: 100%;
    max-width: 35%;
    border-bottom: 1px solid #0000001a;
    padding-top: 30px;
    min-height: 530px;
    overflow-y: auto;
    padding-right: 5px;
}

.chat-sec {
    padding: 0 20px;
    width: 100%;
    overflow-y: auto;
    height: 100vh;
    min-height: 480px;
    padding-top: 30px;
}

.chat-date, span.report-text {
    text-align: right;
    width: 100%;
    display: inherit;
    margin-bottom: 5px;
    font-size: 12px;
    color: #dad2d2;
    font-weight: 700;
}

span.report-text {
    padding-right: 20px;
    margin-bottom: 10px;
}

.chat-date {
    text-align: center;
}

.person-msg {
    width: max-content;
    background-color: rgba(143, 193, 188, .1);
    padding: .7rem 1rem;
    border-radius: .357rem;
    color: #000;
    box-shadow: 4px 4px 4px rgba(120, 164%, 186%, 12%);
    /* word-break: break-all; */
}

.support-msg {
    width: max-content;
    background-color: #1b8644;
    padding: .7rem 1rem;
    border-radius: .357rem;
    display: inline-block;
    float: right;
    color: #fff;
    word-break: break-all;
    box-shadow: 4px 4px 4px rgba(227, 54%, 111%, 12%);
    display: flex;
    align-items: flex-end;
}
.person-msg{
     display: flex;
    align-items: flex-end;
}
.msg-content{
    /*width: calc(100% - 45px);*/
    padding-right: 5px;
    word-break: break-word;
    font-size: 12px;
}
.support-msg .msg-content a {
    color: #fff;
    text-decoration: underline;
}
.person-msg .msg-content a {
    color: #428bca;
    text-decoration: underline;
}
.person-msg .message-timestamp,
.support-msg .message-timestamp {
  background-color: transparent;
  width: 45px;
  margin: 0;
  padding: 0;
  border-radius: 0.357rem;
  line-height: 1;
  box-shadow: none;
  font-size: 10px;
  display: inline-block;
  margin-left: auto;
  vertical-align: bottom;
  color: #fff;
}
/*.support-msg .read-timestamp{
    background-image: url(../images/read.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center;
    margin-left: 2px;
    background-repeat: no-repeat;
}*/

.person-msg .message-timestamp{
    color: #000;
}
.my-properties-section {
    margin-bottom: 10px;
}

span.propertyBelongsTo,
.filterStatusTitle {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.filterStatusTitle{
    margin-bottom: 0;
    padding: 5px 0;
}
div.my-account {
    padding-top: 25px;
    padding-bottom: 40px;
}

.pre-msg {
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    padding: 0 20px 5px;
    margin-top: 20px;
}

.pre-msg button {
    border: 1px solid #b5b5b5;
    padding: .7rem 1rem;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    color: #b2b2b2;
    margin-bottom: 10px;
    background: 0 0;
    width: 100%
}

.pre-msg button:last-child {
    margin-right: 0;
}

.pre-msg .active-pre-msg {
    color: #1b8644;
    border: 1px solid #1b8644;
}

.send-msg {
    padding: .7rem 1rem;
    border-bottom: 1px solid #0000001a;
    border-top: 1px solid #0000001a;
}

.send-msg input {
    border: none;
    font-size: 12px;
    width: calc(100% - 32px);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.searchByMap {
    position: relative;
}

li.searchByMap:after {
    content: "";
    border-bottom: 1px solid #b5b5b5;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -7px;
}

.apartment-user-details {
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: right;
    color: #828282;
}

.user-img .user-profile-img {
    margin-right: 0;
}

span.apartment-user-name {
    text-transform: capitalize;
    color: #1b8644;
    display: block;
    font-weight: 600;
}

.blue-text {
    color: #428bca !important;
}
.bold-text {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}
h1.text-center.blog-main-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

p.published-date.text-center {
    font-size: 18px;
    margin-bottom: 20px;
}

.blog-post-wrap {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    margin-bottom: 50px;
    padding: 40px;
    background-color: #fff;
}
.blogDetail--page div#blog-listing {
  margin-bottom: 0;
}
.blog-post-wrap #blogMapSearch {
    margin-bottom: 15px;
    background: #fff;
    color: #1b8644;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 32px;
    line-height: 20px;
}

.blog-post-wrap #blogMapSearch:hover {
    background: #1b8644;
    color: #fff;
    border-color: #1b8644;
}

.mappopup_title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 16px;
    font-family: Montserrat, sans-serif;
}

.mappopup_photo {
    width: 100%;
    max-height: 140px;
}

.mappopup_photo img {
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}

.single-box-listing .mappopup {
    padding: 0;
    border-radius: 12px;
    box-shadow: none;
    margin-bottom: 0;
}

.single-box-listing .mappopup .close-inner-map {
    display: none;
}

.single-box-listing .mappopup .email-btn {
    padding-right: 20px;
}

.mappopup_features ul.listingLinkView li {
    margin-right: 5px;
    display: inherit;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #828282;
}

.mappopup_features ul.listingLinkView li:last-child {
    margin-right: 0;
}

.mappopup_features {
    display: flex;
    align-items: center;
   /* margin-top: 10px;
    border-top: 1px solid #b9bdc0;
    padding-top: 10px;*/
    font-family: 'Open Sans', sans-serif;
}

.bottom_row_popup {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.mappopup_features ul {
    width: 100%;
    justify-content: space-between;
}

.mapboxgl-popup {
    min-width: 280px;
}

.mappopup_add, .mappopup_rate {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
}

.mappopup_rate span {
    font-weight: 700;
}

.contactmap-popup {
    padding: 10px !important;
    border-radius: 10px !important;
}

.mappopup_add {
    font-weight: 400;
    color: #428bca;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
    display: none;
}

.mappopup_add:last-child {
    margin-bottom: 0;
}

.mapboxgl-popup-content {
    padding: 20px;
}

.mappopup_features i {
    width: 24px;
    height: 20px;
    margin-right: 5px;
}

.bottom_row_popup ul {
    width: 100%;
    display: inherit;
}

.bottom_row_popup ul li a {
    padding: 10px 15px;
    border: 1px solid #004886;
    background: #004886;
    color: #fff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

.bottom_row_popup ul li a:hover {
    border: 1px solid #004886;
    background: #fff;
    color: #004886;
}

div.mapboxgl-popup-content {
    border-radius: 0;
    padding: 0;
}

.contacts-map-block div.mapboxgl-popup-content {
    padding: 10px 10px 15px;
    border-radius: 3px;
}

div.single-box-listing {
    border-radius: 18px;
}

.mappopup_main {
    padding: 10px 10px 15px;
}

.mappopup_main.multiple-listings {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mappopup-header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

button.close-inner-map {
    position: unset;
    padding-right: 0;
}

.mappopup {
    padding: 6px 15px 15px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    margin-bottom: 10px;
}

.mappopup:last-child {
    margin-bottom: 0;
}

.bottom_row_popup ul li {
    width: 100%;
    display: inherit;
}

li.detail_page_popup {
    justify-content: flex-end;
    margin-left: 10px;
}

.listing-provided-by {
    margin-top: 10px;
}

.bottom_row_popup ul li a {
    width: 100%;
    text-align: center;
}

.head-btn.searchSort .chzn-container-single .chzn-single div {
    right: 4px;
}

.user_action_box {
    display: inline-flex;
    float: none;
    clear: both;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    width: 100%;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 15px rgb(9 44 76 / 8%);
}

.user_action_box span i {
    margin-right: 0;
}

.user_action_box.WalkScores {
    border: none;
}

span.contact_landlord{
    padding: 0 10px;
    margin: 0 10px;
    border-right: 2px solid #74777c;
    border-left: 2px solid #74777c;
}
span.property_source {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #74777c;
}

.user_action_box span {
    color: #74777c;
    width: 100%;
    max-width: max-content;
}

.user_action_box span a {
    color: #74777c;
}
/*
span.reportlisitng_span {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%
}*/

.user_action_box span:last-child {
    border-right: 0;
    /*max-width: 100%*/
}

.mail-icon {
    background-image: url(../images/account/email.png);
    width: 17px;
}


.flag-icon, .mail-icon {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
.flag-icon {
    width: 15px;
    background-image: url(../images/account/flag.png);
    background-size: contain;
}
.page-searchMap .left-header {
    max-width: 30px;
}

.header .navbar {
    flex-wrap: nowrap;
}
.page-searchMap .header .navbar-collapse {
    max-width: 50%
}

.page-searchMap .searchMap-search {
    margin-left: 50px;
}

/*.page-searchMap .center-header {
    text-align: left;
    width: auto;
}*/

.header .page-searchMap .navbar-collapse {
    max-width: 100%;
    padding-left: 0;
}


.header .navbar .nav-item:first-child a {
    padding-left: 0;
}

.header .navbar .nav-item:last-child a {
    padding-right: 0;
}
.head-btn.searchSort a.chzn-single, .header .navbar .nav-item a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0;
  color: #004886;
  padding: 10px 0;
  padding-left: 30px;
  margin: 0;
  display: inline-block;
  height: auto;
  border: 0;
  /* text-transform: uppercase; */
}
.mappopup_features i {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
}

.mappopup_features i.bed-icon {
    margin-top: 4px;
    background: url(../images/bed-icon.svg) 0 0 no-repeat;
}

/*.page-searchMap div#navbarSupportedContent {
    position: unset;
}*/

div.map-spinner {
    background-color: rgba(0, 0, 0, .5) !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}

div.map-loading {
    display: flex;
}

div#spinner {
    display: block;
    max-width: 100%
}

p.count-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #828282;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.filter-bar {
    padding: 24px 0 24px;
}

.loading::after {
    content: '';
    display: block;
    margin: auto;
    height: 36px;
    width: 36px;
    -webkit-animation: spin .8s infinite cubic-bezier(.45, .05, .55, .95);
    animation: spin .8s infinite cubic-bezier(.45, .05, .55, .95);
    background-image: url(../images/account/spinner.png);
}

.close-property {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding-left: 20px;
    padding-bottom: 20px;
    z-index: 99999;
}
.srchMap-list .close-property {
    z-index: 99;
    }

.mappopup-header .close-property {
    position: unset;
}
.toggle-btn {
    margin-right: 3px;
}
.propertyDetailsOuter {
    position: relative;
}

.toggle-hide {
    cursor: pointer;
}

.propertyDetailsOuter span.toggle-hide {
    position: absolute;
    right: 2px;
    z-index: 9;
    top: 0;
}

.grid-view-sec #propertySearchLanding .property-details-box .propertyDetailsOuter {
    padding-top: 15px;
}
#propertySearchLanding .head-btn.searchSort a.chzn-single {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
#propertySearchLanding #sortBy_chzn{
    vertical-align: text-bottom;
}

.srchMap-list:hover {
    transform: scale(1.03);
}

.acc-sidebar .toggle-block {
    display: none;
}

.mobile-sidebar {
    display: none;
}

.career-info {
    padding-top: 60px;
}
.career-info a:hover{
    color: #1b8644 !important;
    text-decoration: underline;
}
.career-info ul {
    list-style-type: none;
    padding-left: 0;
}

.career-info h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 3px;
}

.career-info ul {
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.career-info li {
    list-style-type: disc;
}

.mapboxgl-popup-close-button {
    font-size: 18px;
    top: 10px !important;
}

.multiple-listing-close-btn {
    top: 2px !important;
}

.mapboxgl-popup-close-button:hover {
    background: 0 0 !important;
}

.fa-close-btn {
    background: url(../images/close-btn.svg) center no-repeat;
    background-size: 20px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-block;
}

.showborder .srchMap-list {
    transform: scale(1.03);
    box-shadow: 0 2px 15px 0 rgb(221 225 228);
    border: 2px solid #1b8644;
}

.ShowPropNo {
    background: #1b8644;
    color: #fff;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    border-radius: 62%;
    font-family: 'Open Sans'
}

.messageNow i.chat-icon, .messageNow span.chat-icon {
    background-repeat: no-repeat;
    height: 19px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    transition: all .4s ease-in-out;
    background-image: url(../images/msg-icon.png);
    background-size: contain;
    margin-left: 2px;
}

.messanger-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 9;
}

.messanger-loader i.fa-spin {
    font-size: 35px;
    color: #fff;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

img.swiper-lazy.swiper-lazy-loaded {
    width: 100%
}

.shadow-box {
    padding: 15px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    margin-top: 40px;
}

.symbol-information-content {
    margin-bottom: 20px;
}

.quote-content .col-sm-3, .symbol-information-content .col-sm-3 {
    margin-bottom: 5px;
}

.business-content {
    background-color: #90c8c2;
    color: #fff;
    padding: 25px 30px;
    width: 100%;
    position: relative;
}

.business-content ul li {
    color: #fff;
    list-style: disc;
    font-size: 18px;
}

.business-box {
    display: flex;
    position: relative;
    height: 100%;
    margin-top: 30px;
}

.business-content:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    background-color: #1b8644;
}

.business-title {
    writing-mode: vertical-rl;
    text-orientation: inherit;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 30px;
    margin: 0;
    font-size: 20px;
    margin-top: 10px;
    padding-top: 20px;
}

.page-block {
    padding-top: 50px;
}

.company-box {
    padding: 10px 15px;
    border: 2px solid #90c8c2;
    position: relative;
}

.company-box:before {
    width: 10px;
    height: 50px;
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    background-color: #90c8c2;
}

.company-header {
    font-size: 20px;
    color: #90c8c2;
    font-weight: 700;
    margin-bottom: 10px;
}

.company-content-info label {
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 5px;
}

.company-content .social-links ul {
    margin-top: 10px;
}

.company-content-info {
    margin-bottom: 10px;
}

.search-icon .map-icon, .searchSort .map-icon, .toggle-map-icon {
    background-image: url(../images/map.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    display: inline-block;
}

.search-icon {
    margin-right: 10px;
}

.mobile-map-filter-container {
    width: 100%
}

.toggle-list-icon {
    background-image: url(../images/list.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    display: inline-block;
}
.search-map-filter-bar .toggle-list-icon{
    background-image: url(../images/color-list-items.png);
    background-size: cover;
}
.company-content-info:last-child {
    margin-bottom: 0;
}

.company-content-info a {
    word-break: break-word;
}

span.fancy---checkbox-box {
    display: inline-block;
}

span.fancy---checkbox-box label {
    padding: 8px 10px;
    color: #1b8644;
    border: 1px solid #bdbdbd;
    border-radius: 25px;
    min-width: 52px;
    font-weight: 400;
    text-align: center;
}

span.fancy---checkbox-box .fancy--checkbox {
    opacity: 0;
    height: 0 !important;
    display: none;
}

input:checked+label {
    background-color: #00488629;
    color: #004886;
    font-weight: 700;
    border-color: #004886;
}

.user_action_box-item {
    width: 100%;
    justify-content: center;
    display: inherit;
}

.user_action_box-item:nth-child(2) {
    text-align: center;
    justify-content: center;
}

.user_action_box-item:nth-child(2) span {
    display: inherit;
    width: auto;
}

span.score-by-text {
    border-right: 2px solid #74777c;
    padding-right: 10px;
    margin-right: 10px;
}
.filter-list-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filter-list {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}
.filter-list .selected {
  color: #004886;
  border-color: #004886;
}
.filter-list.search-box input {
  min-width: 280px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  padding-left: 25px;
}
.filter-list .filter-btn, .filter-list input, .filterList-outer .apply-title {
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #4f4f4f;
  color: #004886;
  text-align: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border: 1px solid #004886;
  border-radius: 30px;
  padding: 11px 10px;
  display: inline-block;
  text-decoration: none;
  width: 100%!important;
  margin: 0!important;
  cursor: pointer;
}
.lifestyle-type-filter-btn {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.filter-list .filter-btn .caret {
  content: "";
  background: url(../images/drop-down-icon.svg) center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  border: 0;
}
.filter-list .cta-outline {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 18px;
  line-height: 1.2;
  border-color: #e0e0e0;
}
.filter-list .apply-btn {
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  border-color: #e0e0e0;
  background-color: #1b8644;
}

.listing--count span.filter-drop-titile, .postListing-inner span.filter-drop-titile {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.listing--count span.fancy---checkbox-box label{
    border-radius: 0;
    color: #828282;
    padding: 14px 10px;
    min-width: 50px;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.listing--count span.fancy---checkbox-box:hover label {
    background-color: #00488629;
    color: #71a7a1;
    font-weight: 700;
    border-color: #004886;
}
.align-end{
  align-items: flex-end;
}
div.post--listing-bed-selection ,
div.post--listing-bath-selection{
    margin-bottom: 0;
}
.postListing-block .postListing-group{
    margin-bottom: 0;
}
.listing--details .postListing-group {
  margin-bottom: 10px;
}
button.toggle-propertySection {
    font-size: 0;
    background-color: #fff;
    padding: 3px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    position: absolute;
    right: -19px;
    top: 10px;
    border: none;
    /*transform: translateY(-50%);*/
    opacity: 0.8;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 9;
}
button.toggle-propertySection.left-toggle-arrow{
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.toggle-property-icon{
    background-image: url(../images/right-double-arrow.png);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    transition: all .4s ease-in-out;
}
button.toggle-propertySection.left-toggle-arrow .toggle-property-icon{
    background-image: url(../images/left-double-arrow.png);
}
button.toggle-propertySection:hover i{
    transform: scale(1.2);
}
/*button.toggle-propertySection.collapsed:hover i {
    transform: scale(1.2) rotate(180deg);
}
button.toggle-propertySection.collapsed i {
    transform: rotate(180deg);
}*/
/* Slider Navigation - More padding to button, hiding when there is no next, prev photo */
.swiper-button-disabled {
    display: none!important;
}
.swiper-button-next {
    padding: 20px;
}
.swiper-button-prev {
    padding: 20px;
}
.landing--title {
  margin-top: 40px;
}
.property-block-heading .head-info h2, .property-block-heading .head-info h1{
    color: #282828;
    margin-right: 30px;
}

.unset--margin-left {
    margin-left: 0px!important;
}
/*.my-acc-wrap {
  padding: 40px 0 20px;
}*/
h1.my-acc-heading {
  color: #000;
  font-size: 23px;
}
.profileMenu {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.dashboard-list li {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  max-width: 23.9%;
  text-align: center;
  box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
  border-radius: 12px;
  margin-right: 1%;
}
.dashboard-list li:nth-child(4n){
    margin-right: 0;
}
.dashboard-list li a {
  padding: 25px;
  width: 100%;
}
.dashboard-list li p {
  font-size: 20px;
  margin-top: 20px;
}
li.searchByMap:after{
    display: none;
}
.my-acc-wrap .my-acc-icon {
  height: 50px;
  width: 50px;
  background-position: center !important;
  background-size: contain;
  display: block;
  transition: none;
}
li a:hover .my-acc-icon{
  background-position: center;
}
.profile-icon {
  background-image: url(../images/profile-icon.png);
}
li.profile-link a:hover .profile-icon,
li.profile-link.active a .profile-icon{
  background-image: url(../images/profile-icon-white.png);
}
.messages-icon {
  background-image: url(../images/live-chat.png);
}
li.chat-link a:hover .messages-icon,
li.chat-link.active a .messages-icon{
  background-image: url(../images/live-chat-white.png);
}
.favorite-icon {
  background-image: url(../images/favorite-listings.png);
}
li.favorite-link a:hover .favorite-icon,
li.favorite-link.active a .favorite-icon{
  background-image: url(../images/favorite-listings-white.png);
}
.viewed-icon {
  background-image: url(../images/recently-viewed.png);
}
li.recent-link a:hover .viewed-icon,
li.recent-link.active a .viewed-icon{
  background-image: url(../images/recently-viewed-white.png);
}
.my-listing-icon {
  background-image: url(../images/listing.png);
}
li.my-listing-link a:hover .my-listing-icon,
li.my-listing-link.active a .my-listing-icon{
  background-image: url(../images/listing-white.png);
}
.subscription-icon {
  background-image: url(../images/subscription.png);
}
li.subscription-link a:hover .subscription-icon,
li.subscription-link.active a .subscription-icon{
  background-image: url(../images/subscription-white.png);
}
.map-icon {
  background-image: url(../images/searchmap.png);
}
li.map-link a:hover .map-icon,
li.map-link.active a .map-icon{
  background-image: url(../images/searchmap-white.png);
}
.listing-icon {
  background-image: url(../images/post-list.png);
}
li.post-listing-link a:hover .listing-icon,
li.post-listing-link.active a .listing-icon{
  background-image: url(../images/post-list-white.png);
}
#myFavoriteListings .property-details-box, 
#myRecentlyViewed .property-details-box {
  flex: 0 0 25%;
  max-width: 25%;
}
.pt-40{
    padding-top: 40px;
} 
.pb-40{
    padding-bottom: 40px;
}
.admin-block-wrap {
  display: flex;
  margin: 0 -15px;
}
.admin-blocks {
  display: inherit;
  padding: 0 15px;
  width: 100%;
  max-width: 288px;
  margin-bottom: 40px;

}
.block-heading {
  width: 100%;
  color: #000;
  display: inherit;
  align-items: center;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
  text-align: center;
  justify-content: center;
  line-height: 28px;
}
.sub-heading{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
.cityContentWrap abbr.search-choice-close:before {
  display: none;
}
.cityContentWrap #citySelectorContainer,
.cityContentWrap #cityContentFormContainer,
.cityContentWrap #provinceSelectorContainer,
.cityContentWrap #provinceContentFormContainer{
    padding: 10px 0 15px;
}
.cityContentWrap .chzn-container-single .chzn-single div b {
  text-align: center;
}
.cityContentWrap form {
  width: 100%;
  margin-bottom: 20px;
}
.cityContentWrap form .chzn-container-single .chzn-single{
    width: 100%;
}
.cityContentWrap form .form-control{
    padding: 14px;
}
.content .cityContentWrap {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.content .cityContentWrap .form-control{
    box-shadow: none;
}
input.btn-fullcolor,
input.btn-wide {
  border-color: #004886;
  background: #004886;
  color: #fff;
  padding: 13px 32px;
  border-radius: 30px;
  height: auto;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
}
input.btn-fullcolor:hover,
input.btn-wide:hover,
input.btn-fullcolor:focus,
input.btn-wide:focus {
  background: #1b8644;
  border-color: #1b8644;
  color: #fff;
}
#listings th{
    text-align: center;
    vertical-align: middle;
}
#userListingsTable th{
    background-color: #808692;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 18px 16px;
    border: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Open Sans', sans-serif !important;
    vertical-align: middle;
}

#companyListingsTable th{
    background-color: #808692;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 18px 16px;
    border: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Open Sans', sans-serif !important;
    vertical-align: middle;
}


#userListingsTable tbody tr:hover td,
.stock-info-wrap table.stock-table tbody tr:hover td {
  background-color: #f4f9f8;
}
#userListingsTable td, 
#userRecentsTable td {
  padding: 14px 15px;
  color: #4f4f4f;
  font-size: 14px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
}
i.table-icon{
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    background-size: 24px;
    background-position: center;
}
i.table-icon.edit-icon {
  background-image: url(../images/edit-icon.svg);
}
i.table-icon.preview-icon {
  background-image: url(../images/preview.png);
}
#userListingsTable .chzn-container-single .chzn-single div b {
  display: none;
}
#userListingsTable .nonChosenDropdown a.chzn-single {
  height: unset;
}
#userListingsTable .chzn-container-single .chzn-single{
    padding: 0;
}
#userListingsTable .chzn-container-single .chzn-single span {
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1 !important;
  height: auto;
  margin-right: 0;
  color: #000;
}
#userListingsTable .nonChosenDropdown .chzn-container {
  width: auto !important;
}
#userListingsTable .chzn-container .chzn-results li{
    font-size: 14px;
}
.cityContentWrap #blogPostList{
    padding-bottom: 20px;
    overflow: hidden;
    overflow-x: auto;
}
.blogEditSection {
  word-break: break-word;
}
.blogContentFormContainer {
  width: 100%;
  display: inline-block;
  padding: 10px 0 15px;
}
.blogContentFormContainer .blogPostTagButton {
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: calc(16.4% - 16px);
  cursor: pointer;
  position: relative;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #828282;
  padding: 16px;
}
.blogContentFormContainer .blogPostTagButton:hover{
    color: #004886;
    border-color: #004886;
    background: rgba(143, 193, 188, .1);
}


.full-screen-gallery {
    position: fixed;
    top: 100%;
    height: 100% !important;
    background: #fff;
    bottom: 0;
    z-index: 99999;
    left: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.show-gallery{
    opacity: 1;
    top: 0;
    visibility: visible;
}
.gallery-image-sec {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.close-gallery {
  position: fixed;
  background-color: #fff;
  width: 100%;
  padding: 15px 10px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.close-gallery button {
    border-radius: 100%;
    border: 2px solid transparent;
    width: 32px;
    height: 25px;
    text-align: center;
    background-color: transparent;
    position: absolute;
    right: 6px;
    top: 10px;
    display: grid !important;
    justify-content: center !important;
    align-items: center;
  }

.image-wrap {
  width: 100%;
  padding-bottom: 10px;
  display: inherit;
}
.image-wrap:last-child {
  padding-bottom: 0;
}
.image-wrap img{
  width: 100%;
  display: inline-block;
}
.single-img-wrap.image-wrap img{
  max-height: 320px;

}
.double-img-wrap.image-wrap img{
  max-height: 160px;
  padding-right: 5px;
  max-width: 50%;
}
.double-img-wrap.image-wrap img:last-child{
  padding-right: 0;
  padding-left: 5px;
}
.archive-icon{
    content: "";
    height: 22px;
    width: 22px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-image: url(../images/download-button.png);
    vertical-align: middle;
    margin-right: 5px;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    transition: all .4s ease-in-out;
}
.back-to-active-chats .archive-icon{
    background-image: url(../images/back-button.png);
}
.archive-button,
.back-to-active-chats{
    border: none;
    font-size: 14px;
    background-color:transparent;
    color: #000;
    text-decoration: none;
    line-height: 1;
    font-weight: 400;
}
.archive-wrap {
  margin-bottom: 10px;
  background-color: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 5px;
}
.message-wrap.arhived {
  position: relative;
}
.msg-app .message-wrap {
  border: 1px solid #0000001a !important;
  margin-bottom: 20px;
}
.msg-app .message-wrap.active {
  border: 2px solid #1b8644 !important;
  transform: scale(1.01);
}
span.restore--chat {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(../images/unarchive.png);
  height: 22px;
  width: 22px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div#messageErrors {
  color: red;
}
.msg-timestamp:after {
  position: relative;
  font-size: 10px;
  color: #74777c;
  margin-right: 2px;
  line-height: 1;
}
.delivered-timestamp:after {
  content: "Delivered";
}
.read-timestamp:after {
  content: "Read";
}
.messages-image-gallery .swiper-wrapper {
  max-height: 200px;
}

.property-section .messages-image-gallery .gallery-top {
  max-height: 180px;
}
.property-section .messages-image-gallery .fullscreen .gallery-top {
  max-height: unset !important;
}
.messages-image-gallery div.gallery-thumbs {
  max-height: 80px;
}
.messages-image-gallery .fullscreen .swiper-wrapper,
.messages-image-gallery .fullscreen div.gallery-thumbs {
  max-height: unset;
}
.banner-image {
  background-position:bottom center;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rent-affordability-calculator--page .banner-image {
    height: 300px;
}
.press-release-wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  /*padding-left: 20px;*/
}
.press-release--page .press-release-wrap {
  border-bottom: none;
}
.press-release {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.press-release:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.press-content {
  width: 100%;
}
.press-link {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 50px;
}
.subscribe-wrap {
  margin-top: 45px;
  margin-bottom: 30px;
}
.press-content a p{
    transition: all .4s ease-in-out;
}
.subscribe-wrap p a:hover,
.faq-body a:hover,
.press-content a:hover p{
    color: #1b8644;
}
.right-arrow{
    background-image: url(../images/right-arrow.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inherit;
    transition: all .4s ease-in-out;
}
.press-link a:hover i{
    transform: scale(1.2);
}
.investor-newsletter input {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 7px;
  border-radius: 6px;
  color: #000;
}
.investor-newsletter button#join-mailing-btn {
  margin-top: 15px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px;
}
.investor-newsletter button#join-mailing-btn:hover{
    background-color: transparent;
    color: #000;
}
.stock-info-wrap{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1p solid #ddd;
}
.stock-info-wrap:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.faq-content h3.faq-title{
    margin-bottom: 5px;
    margin-top: 0;
}
.investors-faq {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.investors-faq:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.aplv-financials-wrap table a:link{
  color: #90c8c2;
}
#userListingsTable.aplv-financials th,
#userListingsTable.aplv-financials td{
    text-align: left;
}
#userListingsTable.aplv-financials th,
#userListingsTable.aplv-committee th,
.stock-info-wrap table.stock-table th{
  background-color: #428bca;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 18px 16px;
  border: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center;
}
.stock-info-wrap table.stock-table th{
    /*background-color: #74777C;*/
    text-align: center;
}
#userListingsTable.aplv-financials tr:nth-child(2n),
#userListingsTable.aplv-committee tr:nth-child(2n),
.stock-info-wrap table.stock-table tr:nth-child(2n) {
  background-color: #fafafa;
}
.stock-info-wrap table.stock-table td {
  padding: 14px 15px;
  color: #4f4f4f;
  font-size: 14px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.depth-by-orders table.stock-table td:first-child,
.depth-by-orders table.stock-table td:last-child,
.last-trades table.stock-table td:last-child,
.last-trades table.stock-table td:nth-child(5){
    text-align: left;
}

span.stock_disclaimer {
  margin-bottom: 20px;
  display: block;
  font-style: italic;
}
.aplv-financials-wrap {
  margin: 30px 0 30px;
  overflow-x: auto;
  width: 100%;
  display: block;
}
.directors-image-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.directors img{
    max-width: 130px;
    max-height: 130px;
    border-radius: 100%;
}
.governance--page {
  background-color: #f8f8f8;
}
.directors {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    border-radius: 10px;
    padding: 30px;
}
.directors-details{
    padding-right: 20px;
    text-align: center;
    width: 220px;
}
.directors-content {
  width: 100%;
}
.directors-content p{
    margin-bottom: 10px;
    text-align: justify;
}
.directors-content p:last-child{
    margin-bottom: 0;
}
.directors h4 {
    font-size: 16px;
}
.directors:last-child{
    margin-right: 0;
}
.directors h4 {
    color: #000;
}
.composition-wrap {
    margin-bottom: 40px;
}
.aplv-committee .pink-dot,
.aplv-committee .black-dot,
.legend .pink-dot,
.legend .black-dot{
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 auto;
}
.aplv-committee .black-dot,
.legend .black-dot{
    background: #000;
}

.legend p {
    display: block;
    margin-bottom: 10px;
}
.legend p span {
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
}
.committee-table-wrap .legend p i{
    vertical-align: text-top;
    margin-right: 5px;
}
.border-none{
    border: none;
}
.committee-table-wrap {
    overflow-x: auto;
}
div.investor-menu{
    display: none;
    margin-right: 20px;
    height: 15px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    align-items: center;
    margin-right: 0;
}
.investor-menu.menu-open .toggle-btn {
    background-image: url(../images/close.png);
    height: 20px;
    background-position: center;
    background-size: contain;
}
.header.investor-header .navbar .nav-item.active a {
    color: #1b8644;
}
.alPopup-form.plans-block-box {
    max-width: 1200px !important;
}
.plans-block.alPopup-form {
    padding: 60px 60px;
}
.plans-box {
    width: 100%;
    margin-top: 30px;
    position: relative;
    border-radius: 6px;
    padding: 60px 23px 30px;
    border: 3px solid #674399;
}

.check-icon {
    background: #fff;
    padding: 0 30px;
    position: absolute;
    border-radius: 0;
    top: -3px;
    left: 50%;
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.check-icon:after {
    content: "";
    height: 44px;
    width: 44px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #674399 url(../images/check-icon.svg) center no-repeat;
    background-size: 16px;
}
.plans-box .cta-btn {
    background: #674399;
    border-color: #674399;
    width: 100%;
    margin-top: 5px;
}

.plans-box .cta-btn:hover {
    color: #674399;
    background: #fff;
}
.stock-quote-table td {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    font-weight: 500;
}
.filling-disclaimer{
    margin-top: 20px;
    margin-bottom: 30px;
}
.filling-disclaimer p{
    margin-bottom: 20px;
    text-align: justify;
}
.filling-disclaimer p.text-center{
    text-align: center;
}
.filling-disclaimer-heading{
    color: #000;
    text-decoration: underline;
    font-size: 20px;
}

.filling-disclaimer p:last-child{
    margin-bottom: 0;
}

.swiper-slide-thumb-active {
    opacity: 1!important;
}
/*#contactLandlordForm1 .form-label-group input:not(:placeholder-shown), */
#contactLandlordForm1 .form-label-group select:not(:placeholder-shown),
/*.schedule-a-viewing .form-label-group input:not(:placeholder-shown),*/ 
.schedule-a-viewing .form-label-group select:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown), 
.form-label-group>input:not(:placeholder-shown), 
.schedule-input.form-label-group input:not(:placeholder-shown)/* ,
.form-label-group input:not(.phone-field)*/{
  color: #092c4c!important;
  padding: 22px 24px 6px;
}
.form-label-group textarea:not(:placeholder-shown)~label, 
.form-label-group>input:not(:placeholder-shown)+label,
#contactLandlordForm1 .form-label-group select:not(:placeholder-shown)+label,
.schedule-a-viewing .form-label-group select:not(:placeholder-shown)+label,
.schedule-a-viewing .form-label-group select:not(:placeholder-shown) ~ label,
.form-label-group>input:not(:placeholder-shown) ~ label {
    top: 5px;
    opacity: 1;
}
.schedule-a-viewing textarea{
    padding-bottom: 13px;
    min-height: 172px;
    /*margin-bottom: 8px;*/
}
.property-img-carousel .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  width: 100%;
  display: block;
}
.property-img-carousel {
  position: relative;
}
.property-img-carousel .owl-nav span{
    box-shadow:0 2px 15px rgba(9, 44, 76, 8%);
    color: #000;
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 16px;
    background-color: #fff;
    border-radius: 100%;
    font-weight: 500;
    transition: all .4s ease-in-out;
}
.property-img-carousel button.owl-next {
  position: absolute;
  right: 3px;
}
.property-img-carousel button.owl-prev {
  position: absolute;
  left: 3px;
}
.property-img-carousel button.disabled{
    display: none;
}
.property-img-item {
  height: 116px;
}
.property-img-item img{
  height: 100%;
  object-fit: cover;
}
.property-img-carousel .owl-nav button:hover span {
  background-color: #1b8644;
  color: #fff;
}
.property-img-carousel .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #fff;
    display: inline-block;
    border-radius: 100%;
    margin: 0 2px;
}
.property-img-carousel .owl-dot.active span {
    background-color: #1b8644;
}
.property-img-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.schedule-sec-wrap{
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 10px 15px rgb(9 44 76 / 8%);
    background: #fff;
}
.estimate-report-wrap {
    background: #fff;
    padding: 20px;
    margin: 20px 0 0;
    box-shadow: 0 10px 15px rgb(9 44 76 / 8%);
    max-width: 100%;
    text-align: center;
    border: 2px solid #e6e9f0;
    border-radius: 4px;
    display: inline-block;
    width: calc(100% - 15px);
}
.estimate-report-wrap a {
    color: #428bca;
    transition: all .4s ease-in-out;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    text-decoration: underline;
}
.estimate-report-wrap a:hover {
    color: #1b8644;
}
h1.estimate-property {
    font-size: 22px;
    margin: 10px 0;
    color: #000;
    font-weight: bold;
    line-height: 28px;
}
.percentile-range {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.percentile-data {
    background-color: #f5f6f8;
    padding: 10px;
    margin-right: 40px;
    position: relative;
}
.percentile-data:after{
    content: "-";
    color: #7a7a7a;
    position: relative;
    right: 0;
}
.percentile-data:after {
    content: "";
    background-color: #7a7a7a;
    position: absolute;
    right: -27px;
    top: 50%;
    width: 15px;
    height: 4px;
    border-radius: 4px;
}
.percentile-data:last-child{
    margin-right: 0;
}
.percentile-data:last-child:after{
    display: none;
}
.percentile-data p {
    font-weight: bold;
    color: #516a80;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
}
.percentile-data span {
    color: #000;
    font-size: 22px;
    display: block;
}
.estimate-bar-wrap {
  margin: 15px auto;
  max-width: 360px;
}
.min-max-range{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.min-range span,.max-range span{
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}
.min-range span.min-price,.max-range span.max-price{
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #516a80;
}
.estimate-bar {
  position: relative;
}
.avg-price {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
}
.avg-price p{
    font-size: 38px;
    font-weight: bold;
}
.avg-price p.price-label {
  font-size: 12px;
  font-weight: bold;
  background-color: #1b8644;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  width: max-content;
  display: inline-block;
  line-height: 1;
  margin-top: 14px;
  text-transform: uppercase;
}
.schedule-sec-wrap .send-message-btn{
    margin-bottom: 15px;
}


span.score-by-text {
    border-right: 2px solid #74777c;
    padding-right: 10px;
    margin-right: 10px;
}
.table-wrapper,
.search-city {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: none;
}
table.porpertyDetails-sec-comp{
    border: 1px solid #b2b2b2;
     table-layout: fixed;
}
.search-city{
    margin-top: 30px;
}
.search-city p{
    margin-bottom: 20px;
}

/*table.porpertyDetails-sec-comp tr td{
    width: 50%;
}*/
/*table.porpertyDetails-sec-comp .propertyFeatureItem a {
  border-radius: 0;
}*/
table.porpertyDetails-sec-comp tr th{
    width: 130px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    background: #F8F8F8;
    border-right: 1px solid #b2b2b2;
    padding: 10px;
    text-align: center;
}
table.porpertyDetails-sec-comp tr{
    border-bottom: 1px solid #b2b2b2;
}
table.porpertyDetails-sec-comp tr:last-child{
    border-bottom: none;
}
table.porpertyDetails-sec-comp tr td{
    padding: 15px;
    border-right: 1px solid #b2b2b2;
    position: relative;
}
table.porpertyDetails-sec-comp tr.image-row td{
    text-align: center;
}
span.removeCompare {
  position: absolute;
  right: 0;
  top: 0;
}
table.porpertyDetails-sec-comp .propertyFeatureItem {
  width: auto;
  background-color: transparent;
}
table.porpertyDetails-sec-comp tr.mobile-row{
    display: none;
}
tr.image-row img{
  max-width: 200px;
}
.search-city input#CompareCityProv {
  padding: 10px;
  width: 100%;
  max-width: 480px;
  color: #004886;
  border-radius: 30px;
  padding: 11px 10px;
  border: 1px solid #004886;
}
.search-city ::placeholder{
    color: #004886;
}
.compareLink  label input {
  display: none;
}
.compareLink .icon:before {
    background: url(../images/check-icon.svg) center no-repeat;
    height: 14px;
    width: 14px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #828282;
    box-sizing: border-box;
    display: inline-block;
    /*vertical-align: middle;*/
}
.compareLink.button-checkbox .btn{
    padding: 0;
    height: 20px;
    line-height: 14px;
    margin-top: -5px;
    font-size: 20px;
    color: transparent;
}
/*.compareLink.button-checkbox{
    vertical-align: middle;
}*/
.compareLink .fa-check-square-o:before {
  content: '';
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: #1b8644;
  border-color: #1b8644;
}
.compareLink-wrap{
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    position: unset;
    padding: 0 !important;
    border: none;
    box-shadow: none;
    width: auto;
}
.compareLink-wrap label{
    margin-bottom: 0;
    font-weight: normal;
}
.propertyCompare {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
  max-width: 200px;
  justify-content: center;
  text-align: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 12px;
}
.propertyCompareName{
    font-size: 12px;
    line-height: 14px;
}
.propertyCompare .fa-close-btn {
  background-size: 18px;
  height: 16px;
  width: 16px;
}
span.div-delete-comapre {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: auto !important;
}
.propertyCompare:last-child{
    margin-right: 0;
}
.compareList {
  position: fixed;
  bottom: 10px;
  z-index: 99;
  right: 10px;
  text-align: right;
  padding: 10px;
}
.compareListActive {
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    background-color: #fff;
}
.compareListActive .compare-list-properties{
    background-color: #fff;
    display: flex;
}
.propertyCompare img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    margin-bottom: 10px;
}
.propertyCompare span{
    width: 100%;
}
.compare-list-properties {
    display: none;
}
.compare--properties-shown {
    display: flex;
}
.compareButton:hover{
    border-color: #004886;
    background: #004886;
}
button.compareButton {
    background: #1b8644;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #1b8644;
    box-shadow: 0px 0px 15px 3px rgb(8 8 8 / 20%);
    border-radius: 20px;
}
.form-group.change-profile {
  max-width: 210px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.UserMessages .property-section a.ViewFulllistings,
.UserMessages .property-section a.SubmitApplication
{
    font-size: 12px;
    line-height: 1;
    padding: 10px 12px;
    border-radius: 0;

}
.UserMessages .property-section a.ViewFulllistings{
    margin-left: auto;
    width: calc(100% - 20px);
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
}
.UserMessages .property-section a.SubmitApplication{
    width: 100%;
    margin-top: 20px;
}
/*My Account Header*/

.myAccount-header-new {
  /*margin-bottom: 30px;*/
  position: relative;
  /*margin-top: 10px;*/
  display: flex;
  align-items: center;
  position: relative;
}
.myAccount-header-new:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0000001a;
  right: 0;
  display: inline-block;
  bottom: 0;
}
.myAccount-header-new .archive-wrap {
  margin-bottom: 0;
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
  max-width: max-content;
}
.myAccount-header-new .archive-wrap label,
.msg-screen .archive-wrap label{
    margin-bottom: 0;
    vertical-align: middle;
}
.myAccount-header-new .archive-wrap input:checked+.slider,
.msg-screen .archive-wrap input:checked+.slider {
  background-color: #1b8644;
}
.myAccount-header-new ul{
   margin-bottom: 0;
   width: 100%;
}
.myAccount-header-new ul li{
    display: table-cell;
}
.myAccount-header-new ul li a{
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    padding: 10px 15px;
    font-weight: bold;
    transition: all .4s ease-in-out;
    display: inherit;
    border: 1px solid #0000001a;
    border-right: none;
    border-bottom: none;
}
.myAccount-header-new ul li:last-child a{
    border-right: 1px solid #0000001a;
}
.myAccount-header-new ul li a:hover,
.myAccount-header-new ul li.active a{
    background-color: #1b8644;
    color: #fff;
    text-decoration: none;
}

/*Renet calculator Page*/
.banner-content {
  text-align: center;
  padding: 0 15px;
}
/* .banner-content h1{
    color: #fff;
    margin-bottom: 20px;
}
.banner-content p{
    color: #fff;
    font-size: 20px;
} */
.rent-calc-wrap {
  display: flex;
  padding: 60px 0 10px;
}
.rent-calc-wrap h2, .rent-calc-wrap h3{
    color: #000;
    margin-bottom: 15px;
}
.right-rent-sec {
  width: 100%;
  max-width: 50%;
  padding-left: 15px;
}
.right-rent-sec h2{
    font-size: 24px;
}
.right-rent-sec p{
    margin-bottom: 30px;
}
.right-rent-sec p:last-child{
    margin-bottom: 0;
}
.left-rent-sec {
  width: 100%;
  max-width: 50%;
  padding-right: 15px;
}
.rent-guidelines {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.guideline {
  background-color: #004886;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.guideline:nth-child(2){
    opacity: 0.8;
}
.guideline:last-child{
    opacity: 0.6;
}
.guideline span{
  width: 100%;
  display: block;
  font-size: 20px;
}
.guideline span.desc{
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0;
}
.guideline span.rent{
    font-size: 16px;
}
.form-fieldsets-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.form-fieldsets-wrapper fieldset{
  width: 100%;
}
.form-fieldsets-wrapper .input{
  padding: 6px;
}
span.calculated-price {
  color: #1b8644;
  font-size: 22px;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.rent-calculator {
  padding: 28px 16px;
  background: #fff;
  border-top: 5px solid #1b8644;
  border-radius: 4px;
  margin-bottom: 30px;
}
.income-percentage-container {
  display: flex;
  align-items: center;
}
p#income-percentage-label {
  margin-right: 10px;
}
.rent-calculator input[type=range] {
  -webkit-appearance: none;
  margin: 14px 0;
  width: 100%;
  background: transparent;
}
.rent-calculator input[type=range]:focus {
  outline: none;
}
.rent-calculator input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #bfbfbf;
  border-radius: 1.3px;
}
.rent-calculator input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #1b8644;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.rent-calculator input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000;
}
.rent-calculator input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: #bfbfbf;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.rent-calculator input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #1b8644;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.rent-calculator input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #bfbfbf;
    border-radius: 1.3px;
}
.rent-calculator input[type=range]::-ms-fill-lower {
  background: #bfbfbf;
  border-radius: 2.6px;
}
.rent-calculator input[type=range]::-ms-fill-upper {
  background: #bfbfbf;
  border-radius: 2.6px;
}
.rent-calculator input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #1b8644;
  cursor: pointer;
}
.rent-calculator input[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
.rent-calculator input[type=range]:focus::-ms-fill-upper {
  background: #fff;
}
span.leading-dollar-sign {
  font-size: 18px;
  font-weight: 400;
}
section.gridview-content-sitemap {
  padding: 60px 0;
}
.gridview-content-sitemap h1,
.province-name{
    color: #000;
    font-weight: bold;
}
.province-name{
    margin-bottom: 30px;
    font-weight: bold;
}
.sitemap-wrap {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
span.sitemap-cat {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  color: #000;
}
.sitemap-wrap:last-child{
   border-bottom: none;
   margin-bottom: 0;
   padding-bottom: 0;
}
.sitemap-wrap a{
    color: #004886;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 7px;
}
.sitemap-wrap a:hover{
    color:#1b8644;
}
.sitemap-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sitemap-col{
    width: 100%;
    max-width: 16.6%;
    padding:0 15px 0 0;
    margin-top: 7px;
}
span.blockLink {
  width: auto;
  text-align: right;
  display: block;
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 5px;
  position: absolute;
  top: 0px;
  background-color: #fff;
  right: 25px;
  z-index: 1;
  padding: 5px 30px;
  padding-right: 0;
}
.pink-text{
    color: #1b8644;
}

.feature-wrap {
  display: flex;
  justify-content: start;
  align-items: flex-end;
  width: calc(100% - 50px);
  margin-left: auto;
}
.message-wrap .feature-wrap span {
  padding-right: 15px;
}
.message-wrap .feature-wrap span:last-child {
  padding-right: 0;
}
.feature-wrap i.bed-icon {
  width: 23px;
  height: 17px;
  margin-right: 3px;
}
.feature-wrap i.tub-icon {
  width: 19px;
  height: 18px;
  margin-right: 3px;
}
.editListing--page,
.landing--page, .country--page, .searchResults--page {
    background-color: #f8f8f8;
}
.thank-you--page, .contact-thank-you--page, .schedule-viewing-thank-you--page, .ask-for-availability-thank-you--page{
    background-color: #f8f8f8;
}

.landing--page .apartment-block table {
  background-color: #fff;
}
.searchMap--page #searchMapSideBarListingPreview, 
.searchMap--page #searchMapSideBarScrollable,
.searchMap--page .property-block-list .list-style .property-details-box {
  background-color: #f8f8f8;
}

.searchMap--page .srchMap-list {
  background-color: #fff;
  align-items: center;
}
.burger-menu ul.myAccount-sidebar {
  padding: 0;
  padding-left: 10px;
  background: transparent;
  box-shadow: none;
}
.propertyFeatureItem-compare {
  padding: 5px 10px;
  border: 1px solid #b2b2b2;
  border-radius: 30px;
  margin: 5px 0 8px;
  width: max-content;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.propertyFeatureItem-compare.propertyFeatureItem-compareEmpty {
  border: navajowhite;
  line-height: 28px;
  min-height: 28px;
}
.porpertyDetails-sec-comp .score-sec-wrap {
  flex-wrap: wrap;
  margin: 0;
}
.porpertyDetails-sec-comp .score-box {
  border: none;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}
.porpertyDetails-sec-comp .border-active .score-box{
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.porpertyDetails-sec-comp .border-active:last-child .score-box{
  border-bottom:none;
}
.score-count{
    display: inherit;
}
.score-count p{
    display: inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #74777c;
}
.porpertyDetails-sec-comp .score-box span.description {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
}
.right-score {
  text-align: right;
}
.porpertyDetails-sec-comp .score-count span {
  font-size: 12px;
  margin-left: 4px;
  line-height: 22px;
  width: max-content;
}
.propertyDetails--page .porpertyDetails-content p + br{
    display: none;
}
.propertyDetails--page .porpertyDetails-content ul,
.propertyDetails--page .porpertyDetails-content ul li{
    list-style-type: inherit;
    list-style-position: inside;
}

.porpertyDetails-content  li{
    list-style-type: inherit;
}

.blockedText, .deleteText,.restoreText {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #0000001a;
    border-top: 1px solid #0000001a;
    color: #BBB;
    height: 50px;
    text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
tr.common-features td {
  align-items: flex-start;
  vertical-align: top;
}

.rental--featured-filter {
    text-decoration: none;
    float: none;
    background: transparent;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #004886;
    padding: 8px 20px;
    height: auto;
    display: inline-block;
    border: 1px solid #004886;
}

.rental--featured-filter:focus, .rental--featured-filter:hover, .rental--featured-filter.active {
    color: #fff;
    background: #004886;
    border-color: #004886;
} 

.feature--map-container {
    display: block;
    width: 100%;
    margin-top: 18px;
}

.header--content-dynamic p {
    margin-bottom: 20px;
}
h3.site-title {
    font-size: 18px!important;
}
.property-meter {
  max-width: 500px;
  width: 100%;
  margin: 70px auto 15px;
  position: relative;
}
.meter-point-wrap {
  position: absolute;
  top: -6px;
  transform: translateX(-50%);
  left: 50%;
}
.meter-point {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: inline-block;
  border: 3px solid #428bca;
  border-radius: 100%;
}
.meter-point-wrap {
  position: absolute;
  top: -6px;
  transform: translateX(-50%);
  left: 50%;
}
span.meter-tooltip {
  position: absolute;
  top: -35px;
  width: max-content;
  background-color: #428bca;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px;
}
.rentStatus-low span.meter-tooltip{
    left: 0;
    transform: unset;
}
.rentStatus-high span.meter-tooltip {
  left: unset;
  transform: unset;
  right: 0;
}
span.meter-tooltip:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #428bca;
}
.rentStatus-high span.meter-tooltip:after {
  left: 100%;
  transform: translateX(-100%);
}
.rentStatus-low span.meter-tooltip:after {
  left: 0;
  transform: translateX(0);
}
.property-price {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.property-price span {
  font-size: 18px;
  /* font-weight: bold; */
}
.meter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.meter-bar span{
  width: 100%;
  display: inline-block;
  height: 8px;
  border-radius: 13px;
}
span.green-bar {
  max-width: 25%;
  background-color: green;
  margin-right: 3px;
}
span.yellow-bar {
  max-width: 50%;
  background-color: yellow;
}
span.red-bar {
  max-width: 25%;
  background-color: red;
  margin-left: 3px;
}

.dropdown-footer .listing-text {
    margin-right: 15px;
}
.prop-detail-wrap .info-box ul li{
    flex: unset !important;
    max-width: unset !important;
    font-size: 12px;
    padding-right: 9px;
    line-height: 1;
    align-items: center;
    margin: 0;
}
.prop-detail-wrap .info-box ul li:last-child{
    padding-right: 0;
}
.property-details-box .prop-detail-wrap .info-box ul li i {
  margin-right: 4px;
  margin-top: 0;
}
.prop-detail-wrap .info-box ul li:nth-child(2n+1) {
  max-width: unset !important;
  flex: unset !important;
}
.property-block-list .prop-detail-wrap .price-text {
  margin-bottom: 0 !important;
  font-size: 12px;
}
.prop-contact-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
  text-align: left;
  width:100%;
}
.prop-contact-btn span{
    float: none;
    display: inherit;
    width: 100%;
}
#searchMapSideBarListings .prop-contact-btn span{
    width: 100%;
    text-align: center;
}
#searchMapSideBarListings .prop-contact-btn span a{
    width: 100%;
}
.property--user-action span {
  max-height: 20px;
  cursor: pointer;
}
.prop-detail-wrap .property--user-action {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.contact-apply-btns {
  display: inherit;
  width: 100%;
}
.prop-detail-wrap .compareLink-wrap {
  display: inherit;
  font-size: 12px;
  position: unset;
  padding: 0 !important;
  border: none;
  box-shadow: none;
  width: max-content;
  float: none;
  margin: 0;
  top: unset;
  background: transparent;
  min-width: unset;
  margin-right: 10px;
}
.prop-detail-wrap i.heart-icon,
.prop-top-btns i.heart-icon {
  position: unset;
  height: 25px;
  background-image: url(../images/gray-heart-icon.svg);
  background-size: auto;
  background-position: center;
  width: 25px;
  cursor: pointer;
}
.prop-top-btns {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}
.property-block-list .prop-detail-wrap .property-details h3{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif !important
}
div.featured-label {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 49px;
  width: 66px;
}
.featured-label span {
  position: absolute;
  right: 15px;
  width: 100%;
  top: 10px;
  transform: rotate(-45deg);
  padding: 3px 0;
  background-color: #1b8644;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  text-align: center;
}
.compare-icon{
    width: 20px;
    height: 20px;
    background-image: url(../images/compare.png);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.compareLink-wrap.active .compare-icon{
    background-image: url(../images/compare-pink.png);
}
.pink-outline-btn{
    background: #fff;
    border:1px solid #1b8644;
    color: #1b8644;
    height: unset;
    line-height: 16px;
    padding: 3px 20px;
    border-radius: 1px;
}
.contact-apply-btns .pink-outline-btn{
    padding: 10px 8px;
    width: 100%;
}
.pink-outline-btn:hover,
.pink-outline-btn:focus{
    background: #1b8644;
    border-color: #1b8644;
    color: #fff;
}
.prop-detail-wrap .fa-close-btn {
  height: 14px;
  width: 17px;
}
.meter-needle-img{
    background-image: url(../images/progress-meter.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 220px;
}
.meter-needle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 40%;
}
i.meter-needle {
    background-image: url(../images/meter-needle.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 104px;
    width: 104px;
    transform: rotate(calc(270deg * calc((16,0deg)/ 100) - 45deg))
}
.needle{
    width: 35px;
    height: 177px;
    display: inline-block;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%) rotate(0deg);
    transform-origin: bottom;
    background-image: url(../images/meter-needle.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.rent-estimate-wrap .property-price {
  justify-content: space-between;
}

.SearchNearBtn {
    color: #fff!important;
    width: auto!important;
    max-width: unset!important;
}

#userListingGrid .property-details-box .info-box ul li {
    /* flex: 0 0 60%;
     max-width: 60%;
     margin-top: 6px;
      margin-right: 0;*/
    flex: unset !important;
    max-width: unset !important;
    font-size: 12px;
    padding-right: 9px;
    line-height: 16px;
    align-items: center;
    margin: 0;
}
#userListingGrid .property-block-list .price-text {
  margin-bottom: 0 !important;
  font-size: 12px;
}
#userListingGrid .property-details-box .info-box ul li i {
  margin-right: 2px;
  margin-top: 0;
}
/*#userListingGrid .property-details-box .info-box ul li:nth-child(2n+1) {
  max-width: 35%;
  flex: 0 0 35%;
}*/

/*#userListingGrid .property-details-box .info-box ul li i {
  margin-right: 8px;
}*/
.map-col {
  width: calc(100% - 594px);
}
.listing-col {
  width: 100%;
  max-width: 594px;
}
div#PropertyErrors:empty {
  display: none;
}
button.advertise--btn {
  width: 100%;
  max-width: 402px;
  font-size: 18px;
}

.gsi--btn {
    display: flex;
    justify-content: center;
}
.flex-wrap{
    display: flex;
}
.profile-wrap img.user-profile-img {
  display: block;
  margin: 0 auto;
}
.user-details-wrap {
  width: 100%;
  display: flex;
  padding-left: 30px;
  flex-wrap: wrap;
}
.user-details-wrap .form-label-group {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
.user-details-wrap .form-label-group label{
  width: 100%;
  max-width: 100% !important;
}
.user-details-wrap .form-label-group:last-child {
  margin-right:0;
}
.myBasicProfile small.error{
    position: absolute;
}
.user-address .form-label-group,
.user-phone .form-label-group {
  width: 100%;
  margin-bottom: 0;
}
.panel-row {
  width: 100%;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.panel-row:last-child {
  margin-bottom: 0;
}
#employement--history-box,
#rent--history-box,
#ref--history-box{
    margin-top: 20px;
}
.user-name,
.user-password ,
.user-address,
.user-phone,
.user-ip
{
  width: 80%;
  display: flex;
}
.user-name label,
.user-password  label,
.user-address label,
.user-phone label,
.user-ip label
{
    display: inherit;
  align-items: center;
}
.user-email{
    width: 100%;
    display: flex;
  align-items: center;
}

.user-ip{
    width: 80%;
    display: flex;
  align-items: center;
}

.panel-row p{
    margin-top: 0;
}
.change-link{
    width: 20%;
}
.panel-row label {
  width: 100%;
  max-width: 160px;
  margin: 0;
  text-align: left;
  color: #000;
}
.change-link {
  width: 20%;
  padding: 0 15px;
}
.panel-row .form-control{
    line-height: 18px;
    padding: 14px 15px;
}
.user-panel-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
}
.user-panel-group:first-child{
    padding-left: 0;
}
.user-panel-group:last-child{
    padding-right: 0;
}
.user-panel-group label{
    margin-bottom: 10px;
    max-width: 100% !important;
}
.emp-check label{
    max-width: 100% !important;
    font-weight: normal;
}
.user-name input{
    margin-right: 10px;
}
.user-name input:last-child{
    margin-right: 0;
}
.emp-check {
  width: 80%;
  padding-left: 30px;
}
.full-width-row{
    width: 100%;
}
.user-panel-group .form-group {
  margin-bottom: 0;
}
button.employer--history-update {
  margin-top: 15px;
}
a.profile-btn, button.profile-btn {
  background-color: transparent;
  border: 2px solid #e0e0e0;
  outline: none;
  padding: 10px 15px;
  line-height: 1;
  font-size: 16px;
  color: #000;
  border-radius: 8px;
  cursor: pointer;
  background: #1b8644;
    border-color: #1b8644;
    color: #fff;
}
a.profile-btn:hover, button.profile-btn:hover,
a.profile-btn:focus, button.profile-btn:focus,
a.profile-btn:active, button.profile-btn:active{
    border-color: #004886;
    background: #004886;
    color: #fff;
}

.profile-bottom-wrap{
    flex-wrap: wrap;
}
.save-changes-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.save-changes-wrap .save-changes-btn{
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    line-height: 20px;
}
.profile-btn-wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.panel-row.panel-bottom-space{
    margin-bottom: 20px;
}
.profile-btn-wrap a{
    display: inline-block;
    margin-right: 15px;
}
.profile-btn-wrap a:last-child{
    margin-right: 0;
}
a.profile-btn.save--application {
  margin-right: 30px;
}
.clear-app-btn {
    float: right;
}
button.profile-btn.reference--history-add,
button.profile-btn.reference--history-update {
  width: 100%;
  padding: 14px 15px;
}
.myBasicProfile .panel-body {
  box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
}
.bin-icon{
   background-image: url(../images/bin.png);
   width: 16px;
   height: 16px;
   display: inline-block;
   background-position: center;
   background-size: contain;
   vertical-align: bottom;
}
.panel-default>.panel-heading {
  font-size: 18px;
}
.postListing-sec .error input{
  border-color: #d31e00;
}
.favorite-similar-listings--page{
    background-color: #f8f8f8;
}
.no-listing-wrap,
.similar-prop-mail {
  margin: 40px 0;
}
.similar-prop-mail .property-block-list {
  padding-bottom: 0 !important;
}
.similar-prop-mail .grid-view-sec .property-details-box {
    flex: 0 0 50%;
    padding: 0;
    max-width: 50%;
    padding-right: 15px;
}
.similar-prop-mail .grid-view-sec .property-details-box:nth-child(2n) {
    padding-right: 0;
}
.similar-prop-mail  .shadded-box {
  max-width: 750px;
  margin: 0 auto;
}
.luck-message{
    margin-top: 25px;
    text-align: center;
}
.similar-prop-mail .property-block-list .prop-detail-wrap .property-details h3 {
  font-size: 14px !important;
  line-height: 20px !important;
}
.newsletter-popup{
    padding: 40px 50px;
}
.newsletter-popup .site-title {
  font-size: 20px;
  line-height: 26px;
}
.newsletter-popup #signUpErrors:empty {
  display: none;
}
.newsletter-popup .bottom-rental-text {
  margin-top: 40px;
}
.bottom-rental-text span.salmon {
  font-style: italic;
}
.newsletter-popup .form-control{
    text-align: center;
    transition: all .4s ease-in-out;
}
.newsletter-popup .form-control:hover{
    background-color: #e0e0e0;
}
.or-divider {
  position: relative;
  padding: 0 0 15px 0;
  text-align: center;
}
.or-divider p{
  position: relative;
}
.or-divider p:before,
.or-divider p:after {
  position: absolute;
  content: "";
  width: 45%;
  height: 2px;
  background-color: #dddcdc;
  top: 50%;
  transform: translateY(-50%);
}
.or-divider p:before {
  left: 0;
}
.or-divider p:after {
  right: 0;
}
.emojionearea.emojionearea-inline,
.emojionearea.focused {
  border: none;
  box-shadow: none !important;
  text-align: center;
}
.emojionearea.emojionearea-inline>.emojionearea-button {
  right: unset;
}
div.emojionearea.emojionearea-inline>.emojionearea-editor {
  left: 24px;
  right: 12px;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  right: unset;
  left: 0;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: unset;
    left: 0;
}
.panel-divider {
    padding: 15px 0;
}
.panel-sub-heading{
    font-size: 18px;
    padding: 0;
}
form#rental--history-form {
    margin-bottom: 15px;
}
.panel-row input[type=checkbox] {
    margin: 0 0 0;
    vertical-align: middle;
}
.panel-row table th{
    background-color: #808692;
    text-align: center;
    color: #fff;
}
.panel-row table td{
    text-align: center;
}
.panel-row table td .edit--icon,
.panel-row table td .trash--icon {
    content: "";
    height: 24px;
    width: 24px;
    font-size: 0;
    display: inline-block;
    background-size: 24px;
    background-position: center;
    background-color: transparent;
    border: none;
}
.panel-row table td .edit--icon {
    background-image: url(../images/edit-icon.svg);
}
.panel-row table td .trash--icon {
  background-image: url(../images/delete-icon.svg);
}
.myBasicProfile{
    width: 100%;
    margin-top: 15px;
}
p.apply-now-text a{
    color: #1b8644;
}
button.apply-now-btn {
    margin-top: 20px;
}
.alPopup-form.apply-now-popup{
    padding: 40px;
}
#applicationErrors:empty{
    display: none;
}

.error-border {
    border: 1px solid #d31e00;
}

.remember-me {
    font-weight: 400;
    margin-top: 10px;
}

.remember-me input {
    margin-right: 3px;
}
.form-label-group .iti.iti--allow-dropdown {
  width: 100%;
}
.msg-app .message-wrap.unread-msg {
    border:1px solid #d31e00 !important;
}

.iti__flag-container{
    max-height: 52px;
}

.ui-widget {
    font-family: 'Open Sans'!important;
}
.plans-wrap{
    display: inherit;
}
.order-list .btn-primary {
  color: #47adff;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}
.order-list .btn-primary:hover {
  color: #fff;
  background-color: #47adff;
  border-color: #fff;
}


#paymentSuccessImageContainer img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.no--chats div {
    border: none;
}

.back-to-active-chats, .archivedProperties {
    cursor: pointer;
}

.footer--row {
    display: flex;
    justify-content: space-between;
}
.footer-col {
  width: 100%;
  max-width: 20%;
  justify-content: center;
  display: inherit;
}
.footer-logo a{
    display: inline-block;
}
.footer-logo{
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.show-mobile-director{
    display: none;
}

/* Search Map UI Updates */
.page-searchMap .center-header
{
    width: auto;
}
.searchMap--page .search-wrap {
    justify-content: flex-end;
}
.search-right{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.search-filter-wrap{
    display: flex;
}
.search-filter-wrap .filter-list.search-box input {
  min-width: 210px;
}

.search-filter-wrap .filter-list {
  min-width: 120px;
}
.search-filter-wrap .filter-list.search-box{
    min-width: unset;
}
.search-filter-wrap  .header-srch {
  margin-right: 10px;
}
.header .navbar .search-menu-wrap .nav-item a{
    padding-left: 15px;
}
.searchMap--page .center-header {
    justify-content: flex-start;
}

.sort-filter-wrap .search-map-filter-toggle-v1 {
    background-color: transparent;
}
.search-menu-toggle.menu-toggled{
    display: none;
}
.show-home-logo{
    display: none;
}

select.error option{
    color: #000;
}

.reportListingWrap{
    display: flex;
    align-items: center;
    padding-bottom: 15px !important;
    justify-content: center;
    gap: 30px;
    /*flex-wrap: wrap;*/
}
.reportListingWrap span{
    max-width: 50%;
}
.reportListingWrap .toggle-fav.toggle-fav-btn {
    margin-bottom: 0;
}
#ReasonforReport{
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;

}
span.SortHeading {
  font-family: 'Open Sans', sans-serif;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.sort-filter-wrap .head-btn.searchSort a.chzn-single {
  padding: 0;
  padding-right: 30px;
}
.sort-filter-wrap {
  margin-top: 10px;
}
.head-searchmap-info {
  flex-wrap: wrap;
}
.head-searchmap-info h1{
  width: 100%;
}
h2#similarListingsTitle {
  margin-bottom: 0;
}
.reportlisitng_span a{
color: #74777c;
}
.toggle-fav:hover{
    color: #90c8c2;
}

.property-details-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.info-box{
    width: 100%;
}
.prop-detail-wrap .info-box ul.propertyBoxFeatures{
    align-items: flex-start;
}
.prop-detail-wrap .info-box ul.propertyBoxFeatures li{
    width: 100%;
    max-width: max-content !important;
    align-items: flex-start;
}


.prop-detail-wrap .info-box ul.propertyBoxFeatures li span{
    width: calc(100% - 12px);
    line-height: 14px;
}
.property-details-box .srchMap-list .info-box ul li,
.property-details-box .srchMap-list .info-box ul li .price-text{
    font-size: 12px;
    padding-right: 9px;
    line-height: 1;
    align-items: center;
    margin: 0;
}
.property-details-box .srchMap-list .info-box ul li{
    margin-top: 8px;
}
.flat--picker-input[readonly] {
    background-color: #fff !important;
}
.iti__flag {
    background-image: url("../images/input-tel/flags.png")!important;
}
.readonlywrapper-target {
  width: 100%;
  margin-top: 20px;
}
.readonlywrapper-target .form-group{
  margin-bottom: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2),

(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/input-tel/flags@2x.png")!important;
    }
}

.qunatity-wrap {
  padding: 10px 15px;
  max-width: max-content;
}
.quantity {
  align-items: center;
  margin: 5px 0 15px;
  border: 1px solid #000;
  width: auto;
  display: inline-flex;
  padding: 0 10px;
  font-weight: bold;
}
.quantity:last-child {
  margin-bottom: 8px;
}
.quantity input{
    margin: 0 5px;
    max-width: 30px;
    text-align: center;
    border: none;
}
.quantity span{
    font-size: 20px;
    cursor: pointer;
}
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity input[type=number]::-moz-outer-spin-button,
.quantity input[type=number]::-moz-inner-spin-button {
  -moz-appearance: none;
  appearance: none;
}

.mapPagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  .mapPagination ul li{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor: pointer;
    color: #74777c;
    margin-right: 5px;
  }
  .mapPagination ul li:hover{
   background-color: #f1f3f6;
  }
  .mapPagination ul li.active.mapPage {
    border-radius: 2px;
      background-color: #90c8c2;
      color: #fff;
  }
  .mapPagination ul li.pagination-arrow{
    border-radius: 2px;
    cursor: default;
    color: #004886;
    background: #f2f3f5;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
  }
  .mapPagination ul li.disabled{
      cursor: not-allowed;
  }
  .prev-arrow{
      margin-right: 2px;
  }
  .next-arrow{
      margin-left: 2px;
  }

  /* Search Map Pagination */

  .search-content-section {
    padding: 10px 24px;
  }

  .search-content-section .content-heading {
    margin-bottom: 40px;
  }

  .search-content-section .content-heading p {
    font-size: 24px;
    line-height: 30px;
  }

  .smap-section {
    margin-bottom: 40px;
  }

  .smap-section .section-heading {
    margin-bottom: 10px;
  }

  .smap-section .section-content p {
    margin-bottom: 5px;
  }

  .smap-breadcrumb {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    border-radius: 0px;
  }

  .smap-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .smap-breadcrumb .breadcrumb-item a {
    color: #428bca;
  }

  .device-mobile .search-text-filter-box {
      width: 100%;
      display: flex !important;
      align-items: center;
      justify-content: center;
  }
  .device-mobile .filter-bar {
      padding: 10px 0 10px;
  }
  .device-mobile  .search-text-box {
      text-align: center;
      width: 100%;
      padding-right: 10px;
  }
   .device-mobile  .mobile--filter-box{
        display:block !important;
   }
  .device-mobile .filterList-outer .apply-title.search-filter-box{
    display: block !important;
    flex: unset;
    max-width: 100px;
    font-size: 0;
    background-image: url(../images/filter-icon.png);
    width: 32px !important;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    border: none;
    border-radius: 0;
    font-size: 0;
    transition: none;
  }
  .device-mobile .filterList-mobile {
/*      flex: 0 0 100%;*/
      margin: 1px 0;
      max-width: 100%;
      padding: 5px 0;
      border: none;
  }
  .device-mobile .apply--filter-bottom {
      background: url(../images/close-btn-white.svg) 2% center no-repeat;
      background-size: auto;
      height: auto;
      cursor: pointer;
      max-width: 100%!important;
      width: 100%!important;
      background-color: #004886;
      color: #fff;
      text-align: center;
      font-size: 16px;
      line-height: 1;
      border-radius: 5px;
      padding: 10px;
      display: inline-block;
      margin-bottom: 15px;
  }
  .device-mobile .filter-bar.search-map-filter-bar .filter-list.search-box {
      width: 100%;
      margin-bottom: 10px;
  }
  .device-mobile .filterList-mobile .filter-list {
    flex: 0 0 33.333%;
    margin: 0;
    padding: 5px 10px;
}
.device-mobile .filter--head {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.device-mobile ul.searchCheckboxGroup {
    margin: 10px 0;
}
.device-mobile ul.searchCheckboxGroup li {
    margin-bottom: 5px;
}
.device-mobile ul.searchCheckboxGroup label {
    font-weight: 400;
}
.device-mobile .listing-count-box {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.device-mobile .filter--box.clear-filter-wrap:empty {
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #eee;
    margin-bottom: 14px;
}
.device-mobile .filterList-mobile .filter-list button {
    text-align: center;
    position: relative;
}
.device-mobile .filterList-mobile {
    display: none;
}
.device-mobile ul.searchCheckboxGroup .icon:before {
    content: '';
    background: url(../images/check-icon.svg) center no-repeat;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid #828282;
    box-sizing: border-box;
    display: inline-block;
}
.device-mobile .serachMapWrap{
    padding: 0;
    width: 100%;
}

.device-mobile .listing-col {
    width: 100%;
    max-width: 100%;
}

.device-mobile .searchMap--page #searchMapSideBarListingPreview, .searchMap--page #searchMapSideBarScrollable, .searchMap--page .property-block-list .list-style .property-details-box {
    justify-content: center;
}

.device-mobile ul.searchCheckboxGroup .fa-check-square-o:before {
    content: '';
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-color: #1b8644;
    border-color: #1b8644;
}

.myAccount-header-new ul li a {
    border: 0px;
    border-right:1px solid #0000001a;
}

.rental-button{
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    background: #1b8644;
    background: -moz-linear-gradient(top,#28af5b 0%,#1b8644 46%,#0e5b2b 89%);
    background: -webkit-linear-gradient(top,#28af5b 0%,#1b8644 46%,#0e5b2b 89%);
    background: linear-gradient(to bottom,#28af5b 0%,#1b8644 46%,#0e5b2b 89%);
}
.rental-button:hover{
    background: -moz-linear-gradient(top,#0e5b2b 11%,#1b8644 83%,#28af5b 100%);
    background: -webkit-linear-gradient(top,#0e5b2b 11%,#1b8644 83%,#28af5b 100%);
    background: linear-gradient(to bottom,#0e5b2b 11%,#1b8644 83%,#28af5b 100%);
}
.rental-button a{
    padding: 12px 20px;
    display:flex;
    align-items: center;
    gap:15px;
    justify-content: start;
    margin-bottom: 15px;
}
.rental-button p,
.rental-button i{
    color:#fff;
}
.rental-button i{
    font-size: 37px;
    line-height: 1;
}
.rental-button p span{
    display:block;
    font-size: 18px;
}

.rental-button p span.rental-number{
    font-size: 21px;
    font-weight: bold;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
    justify-content: space-between;
    margin-top: inherit;
}

.myAccount--page .careers-footer .bottom-rental-text {
    padding-top: 0;
}
.admin-email{
    word-break: break-word;
  }

.form-label-group.field-show-label label{
    top: 5px;
    opacity: 1;
}
.form-label-group.field-show-label input::placeholder{
   font-size: 0;
}
.form-label-group.field-show-label input{
    padding: 25px 24px 7px;
}
.email-row{word-break: break-word;}

.postListing-block .listing-title{
    margin-bottom: 20px;
}
.admin-listing-search{
    display:flex;
    gap:10px;
}
.admin-listing-search .w-100{
    max-width: 20%;
}
.company-menu-field .form-label-group,
.company-menu-field .chzn-container
{
    height:100%;
}
.company-menu-field .chzn-container-single .chzn-single{
    padding: 25px 24px 7px;
    height: 100%;
    line-height: 1;
    width: 100%;
}
.company-menu-field .chzn-container-single .chzn-single div b {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
.company-menu-field .chzn-container-single .chzn-single span {
    margin-right: 0;
}
.CommonDetails-inner {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
}

.company-details{
    padding: 15px 5px;
}

.company-text{
width: 100%;
padding: 0px 15px;
}

table.active-listing-table {
    margin-top: 20px;
    margin-bottom: 20px;
}
.active-listing-table thead{
    background: #1b8644;
    color: #fff;
}
.active-listing-table th ,
.active-listing-table td{
    padding: 4px;
}
@media screen and (max-width: 850px){
    .admin-listing-search {
        flex-wrap: wrap;
    }
    .admin-listing-search .w-100 {
        max-width: 32%;
    }

}

.logged-in-as-box {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.property-managers-conatiner .font-size-small{
    font-size: 13px;
}
/* .rent-col {
    width: 170px;
} */
/* .deposit-col {
    width: 124px;
} */

.grid-row.postListing-inner.clearfix {
    margin-top: 35px;
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 15px;
}

.grid-row.postListing-inner.clearfix::before{
    display: none;
}

.text-overlap-button{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.a-menu-item {
    background-color : #fff;
}
#userListingsTable th, #companyListingsTable th {
        background: #1b8644;
}
.active-tab {
    background: #1b8644;
}

.ql-snow .ql-formats .chzn-container{
    display: none;
}

.ql-container .ql-editor{
    min-height: 230px
}

.priceOptonContainer {
    height: 50px;
    margin-top: 16px;
    width: 100%;
}

.priceOptonContainer .chzn-container-single .chzn-single{
    height: 50px;
    width: 100%;
}

.priceOptonContainer .chzn-container-single .chzn-single div {
    margin-right: 5px;
}

.rental-input-container{
    margin-top: 16px;
}

.text-center{
    text-align: center;
}

.contact-number-section{
    display: inline;  
}

.contact-number-container {
    color: #282828;
}

.contact-number-full > div > a {
    color: #1b8644;
}

.pt-48 {
    padding-top: 48px !important;
} 

.pb-48 {
    padding-bottom: 48px !important;
}
#signUpDetails .iti {
    position: relative;
    display: block;
  }

.phone-filed-edit-listing{
    padding: 14px 5px 16px 90px !important;
}

.phone-filed-edit-listing::placeholder{
    font-size: 14px !important;
 }

 .iti-mobile .iti--container{
    top: 35px !important;
    z-index: 1000001 !important;
    left: 10px !important;
    right: 10px !important;
 }

 .iti-mobile .iti__country{
    padding: 10px 20px 10px 10px !important;
 }

.landing--page .iti--container{
    z-index: 1000001 !important;
} 

@media (max-width: 402px) {
    .landing--page .iti--container{
        top: 353px !important;
    }

    .grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 385px) {
    .landing--page .iti--container{
        top: 373px !important;
    }
}

.cross-button{
    background: url(../images/close-btn.svg) center no-repeat;
    background-size: 20px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 43px;
    right: 18px;
    cursor: pointer;
    position: fixed;
}
.panel-filters-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-heading-bg {
    color: #333;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 3px;
}

#company_id_chosen.chosen-container-single .chosen-single,
#user_id_chosen.chosen-container-single .chosen-single,
#searchSource_chosen.chosen-container-single .chosen-single,
#company_id_properties_chosen.chosen-container-single .chosen-single,
#user_id_fromCompany_chosen .chosen-container-single .chosen-single,
#user_id_fromCompany_chosen  .chosen-single{
    padding: 30px 24px 7px;
    height: unset;
    line-height: 18px;
    width: 100%;
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    background: transparent;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    font-family: 'FontAwesome';
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chosen-container-single .chosen-single div b:before {
    content: "\f107";
    font-size: 16px;
    color: #4f4f4f;
}

.panel-filters .chosen-container {
    min-width: 112px;
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    position: absolute;
    top: 9px;
    right: 10px;
    color: #74777c;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.chosen-container-single .chosen-search input[type=text] {
    padding: 4px 20px 4px 5px !important;
    background: none !important;
}

.chosen-container .chosen-results li {
    font-size: 14px;
}

.listingStatusSelector > * {
    color: black;
    background-color: white;
}

.active-property-class{
    color: white;
    background-color: #74bb77;
    border: none;
}

.inactive-property-class{
    color: white;
    background-color: #bf6260;
    border: none;
}

.booking-col .booking-dots-outer {
    position: relative;
    background: transparent;
    top: unset;
    right: unset;
    width: max-content;
    margin: 0 auto;
    box-shadow: none;
}

.popover-parent {
    position: relative;
}

.booking-dots-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    position: relative;
}

.admin-booking .booking-dots {
    padding: 4px 5px;
}

.trigger-base-price-breakdown {
    cursor: pointer;
}

.booking-dots {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 12px;
}

.booking-dots-wrap span {
    width: 5px;
    height: 5px;
    display: inherit;
    background-color: #000;
    border-radius: 100%;
    padding: 0;
}

.booking-info-options.base-price-breakdown {
    position: absolute;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(9, 44, 76, 0.08);
    top: 100%;
    right: 25px;
    width: max-content;
    top: -11px;
    z-index: 9;
    border: 1px solid #ddd;
    /* padding-right: 19px; */
}

.booking-info-options.base-price-breakdown p {
    padding: 2px 8px;
    transition: all .4s ease-in-out;
    padding-right: 23px;
    font-size: 12px;
    line-height: 14px;
    cursor: default;
}

.booking-info-options.base-price-breakdown ul ul {
    padding: 0 10px;
    border-radius: 0;
}

.booking-info-options.base-price-breakdown ul {
    border-top-right-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}

.reservation-popup.booking-info-options.base-price-breakdown ul {
    padding-bottom: 5px;
}

.admin-booking .booking-info-options.base-price-breakdown {
    right: 0;
}

.booking-info-options .close-popover {
    background-size: 14px;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 91;
}

.booking-info-options ul li {
    font-size: 14px;
}

.admin-booking .booking-info-options ul li a, .admin-booking .booking-info-options ul li {
    font-size: 14px;
}

.booking-info-options ul li {
    padding: 2px 8px;
    transition: all .4s ease-in-out;
    padding-right: 20px;
}
.booking-info-options ul li a, .booking-info-options ul li {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

.booking-info-options ul li {
    padding: 2px 8px;
    transition: all .4s ease-in-out;
    padding-right: 20px;
}

.base-price-breakdown.booking-info-options:before {
    content: "";
    position: absolute;
    right: -7px;
    left: unset;
    top: 17px;
    width: 0;
    height: 0;
    z-index: 0;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: inline;
}

.base-price-breakdown {
    position: absolute;
    background: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(9, 44, 76, 0.08);
    width: 100%;
    max-width: 350px;
    top: 30px;
    z-index: 9;
    border: 1px solid #ddd;
}

.base-price-breakdown .base-price-breakdown-prices {
    max-height: 170px;
    overflow-y: auto;
}

.base-price-breakdown:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -7px;
    width: 0;
    height: 0;
    z-index: 0;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    background: #fff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    display: inline;
}

.base-price-breakdown-prices-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
}

.fraudulent_button{
    padding: 2px 10px;
    border-radius: 4px;
    text-align: center;
    color: white;
    background-color: #bf6260;
    border: none;
    word-wrap: normal;
}

.lisitng-modal .close{
    font-size: 30px;
    margin-top: 0px;
}


.max-w-40{
    max-width: 40% !important;
}

.form-fluid-tab {
  width: 100%;
  height: 35px;
  background: white;
  cursor: pointer;
  position: relative;
  display: flex !important;
  align-items: center !important;
  color: white;
  border-bottom: 1px solid #000;
}

.form-fluid-tab::after {
  content: url("../images/arrow-down.png");
  position: absolute;
  right: 1%;
  transition: 0.4s ease-in-out;
  top: 0px;
}

.form-fluid-tab.open::after {
  top: -4px;
  transform: rotate(180deg);
}


.form-fluid-tab h3 {
  color: white;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
}
.form-fluid-tab i.icon-filter {
  padding-left: 20px;
  font-size: 16px;
}

.custom-form-tab-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-form-tab-text hr{
width: 100%;
display: block;
}

.green{
    color: #1b8644;
    text-decoration-color: green ;
}

.text-decoration-underline{
    text-decoration: underline;
}

.company-name-top{
    display: flex;
    justify-content: space-between;

}

.company-top{
    display: flex;
    max-width: 54%;
    justify-content: space-between;
    align-items: center;
}

.company-details-buttons .cta-btn{
    margin-top: 0px !important;
}

.thank-you-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.gray-background{
    background-color: #f2f3f5;
}

.font-20{
    font-size: 20px;
}

.thank-you-text a{
    text-decoration: underline;
    font-size: 20px;
}

.thank-you-text a:hover{
    text-decoration: underline;
}


div .site-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
}
.editUserSignUp .iti__country{
    padding: 5px 0px 5px 5px !important;
}

.assignUserPopupButton{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
    gap: 12px;;
}

.userProperties{
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.assingnUserPopup{
    position: relative;
    max-width: 1000px;
    background: #fff;
    padding: 70px 70px;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    margin: auto;
    min-height: 500px;
}

.companyProperties{
    max-height: 365px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 8px;
}

.companyProperties li{
    padding: 3px;
}

.companyProperties .active{
    color: #fff; 
   background-color: #1b8644;
}

.userProperties li {
    padding: 3px;
}

.userProperties .active{
    color: #fff; 
    background-color: #1b8644;
 }

.assigUserColHeading{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid;
    width: 100%;
    min-width: 250px;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.company-menu-head{
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.max-w-380{
    max-width: 380px;
}

.assignUserPopupButton button{
    font-size: 20px;
}

.pt-48 {
    padding-top: 48px !important;
} 

.pb-48 {
    padding-bottom: 48px !important;
}

.featured-listings .propertyDetailsOuter {
    box-shadow: 0 5px 12px rgb(9 44 76 / 25%) !important;
    transform: translateY(1%);
}

.featured-listings .owl-item {
    margin-bottom: 15px;
}

#CommonDetailsBelow select{
    padding: 6px !important;
}

.w-40{
    width: 40% !important;
    margin-right: 0px !important;
}

.word-break{
    word-break: break-all;
}

.flex-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.color-black{
    color: #000;
}