@charset "UTF-8";
/*
Theme Name: Realty
Theme URI: http://themetrail.com/themes/realty/
Author: ThemeTrail
Author URI: http://themetrail.com
Description: Premium Real Estate WordPress Theme.
License:
License URI:
Tags: light, responsive-layout, custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain: tt
*/
/*------------------------------
        General Styles
------------------------------*/
html {
    height: 100%;
    font-size: 62.5%;
    margin: 0 !important;
    background-color: #7bb7d6;
}

header.navbar .container .navbar-brand {
    float: left;
}

header.navbar {
    border-bottom: 1px solid #ededed !important;
}

body {
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #f8f8f8;
    word-wrap: break-word;
    transition: all 0.5s;
    overflow-x: hidden;
}

a {
    color: #43becc;
    text-decoration: none;
    transition: all 0.2s;
}

a:hover, a:focus {
    color: #666;
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a i {
    transition: all 0s;
}

i {
    transition: all 0.2s;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s;
}

figure img {
    transition: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
    font-family: "century-gothic" !important;
    font-weight: 400;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: capitalize !important;
    -webkit-font-smoothing: antialiased;
    color:#7bb7d6 !important;
}

h1 {
    font-size: 2.1em;
    margin-bottom: 0.4em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.4em;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0.4em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.4em;
}

article h1, article h2, article h3, article h4, article h5, article h6, #main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
    margin-top: 1em;
}

article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child, #main-content h1:first-child, #main-content h2:first-child, #main-content h3:first-child, #main-content h4:first-child, #main-content h5:first-child, #main-content h6:first-child {
    margin-top: 0;
}

p, pre {
    margin: 0 0 1em;
}

p:empty, pre:empty {
    margin: 0;
}

.lead {
    line-height: inherit;
    color: #999;
}

.text-muted {
    color: #999;
}

.text-success {
    color: #5fc566;
}

.text-info {
    color: #309dd4;
}

.text-warning {
    color: #ffc12b;
}

.center-text {
    text-align: center;
}

.text-danger {
    color: #fa726c;
}

.alert {
    margin-bottom: 1em;
    border: none;
    border-radius: 0;
}

.alert .close {
    top: 2px;
}

.alert a {
    text-decoration: underline;
}

.alert-success {
    color: #5fc566;
    border-left: 3px solid #5fc566;
    background-color: #edf9ee;
}

.alert-success a {
    color: #5fc566;
}

.alert-info {
    color: #309dd4;
    border-left: 3px solid #309dd4;
    background-color: #eaf5fb;
}

.alert-info a {
    color: #309dd4;
}

.alert-warning {
    color: #ffc12b;
    border-left: 3px solid #ffc12b;
    background-color: #fff5de;
}

.alert-warning a {
    color: #ffc12b;
}

.alert-danger, .acf-error-message, .acf-field .acf-error-message {
    color: #fa726c;
    border-left: 3px solid #fa726c;
    background-color: #fee8e7;
}

.alert-danger p, .acf-error-message p, .acf-field .acf-error-message p {
    color: #fa726c !important;
}

.alert-danger:after, .acf-error-message:after, .acf-field .acf-error-message:after {
    border-top-color: #fee8e7;
}

.alert-danger a, .acf-error-message a, .acf-field .acf-error-message a {
    color: #fa726c;
}

hr {
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e6e6e6;
}

table {
    margin-bottom: 30px;
}

td, th {
    padding: 0 1em 0 0;
    line-height: 2;
}

dt, dd {
    line-height: inherit;
}

dd {
    margin-left: 1em;
}

pre {
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 0.9em;
    color: #666;
    border: none;
    border-radius: 0;
    background-color: #f8f8f8;
}

ul {
    margin-bottom: 1em;
    padding-left: 20px;
    list-style-type: square;
    line-height: 2;
}

#main-content li, .ninja-forms-form-wrap li {
    list-style-image: url("lib/images/bullet.gif") !important;

}

#main-content .wpb_wrapper li  {
    line-height: 20px;
    padding-bottom: 11px;

}


#main-content label {
    color: #666 !important;
}

ol {
    margin-bottom: 1em;
    padding-left: 20px;
    list-style-type: upper-roman;
    line-height: 2;
}

.form-group {
    margin-bottom: 15px;
}

.input-group-addon {
    color: #666;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background-color: transparent;
}

select:not(.attachment-filters) {
    position: relative;
}

select:not(.attachment-filters).form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

select:not(.attachment-filters)::after {
    font-family: FontAwesome;
    content: "\F107";
    position: absolute;
    right: 14px;
    top: 14px;
    line-height: 1;
}

.btn, .btn:focus, input[type="submit"], input.dsidx-contact-form-submit, .more-link, .acf-button {
    outline: none !important;
    padding: 1em;
    font-size: 1em;
    font-weight: 700;
    color: #fff !important;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background-color: #666a61;
    transition: all 0.2s;
}

.btn:hover, .btn:focus:hover, input[type="submit"]:hover, input.dsidx-contact-form-submit:hover, .more-link:hover, .acf-button:hover {
    background-color: #666a61;
}

.btn:hover a, .btn:focus:hover a, input[type="submit"]:hover a, input.dsidx-contact-form-submit:hover a, .more-link:hover a, .acf-button:hover a {
    color: #fff;
}

.btn a, .btn:focus a, input[type="submit"] a, input.dsidx-contact-form-submit a, .more-link a, .acf-button a {
    color: #fff;
}

.btn-primary, .btn-primary:focus, input[type="submit"], input.dsidx-contact-form-submit, .more-link, .acf-button.blue {
    background-color: #43becc;
}

.btn-primary:hover, .btn-primary:focus:hover, input[type="submit"]:hover, input.dsidx-contact-form-submit:hover, .more-link:hover, .acf-button.blue:hover {
    background-color: #4c4f49;
}

button.btn-primary:hover, button.btn-primary:focus:hover, button.more-link:hover, button.acf-button.blue:hover {
    background-color: #43becc;
}

.btn-xs, .btn-xs:focus {
    padding: 0.5em;
    font-size: 0.8em;
}

.btn-sm, .btn-sm:focus {
    padding: 0.75em;
    font-size: 0.9em;
}

.btn-lg, .btn-lg:focus {
    padding: 1.5em;
}

.more-link {
    display: inline-block;
    margin-bottom: 1em;
}

input, input[type=submit], input:focus, textarea, .form-control, .form-control:focus, .chosen-container.chosen-container-single .chosen-single, select:not(.attachment-filters) {
    outline: none;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
    font-size: 1em;
    color: #666;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    box-shadow: none;
    background: transparent;
    transition: all 0.2s;
}

input[type=checkbox] {
    height: auto;
    margin-right: 0.5em;
    -webkit-appearance: checkbox;
}

input[type=radio] {
    height: auto;
    margin-right: 0.5em;
    -webkit-appearance: radio;
}

input[type=submit] {
    border-color: transparent !important;
}

input[type=file] {
    height: auto;
    margin-right: 5px;
    padding: 0;
    line-height: 1;
    border: none;
}

input:hover, .form-control:hover {
    border-color: #ddd;
}

input:focus, .form-control:focus, input:active, .form-control:active {
    border-color: #43becc;
}

textarea {
    outline: none;
    height: auto;
    line-height: inherit;
    border-radius: 0;
    -webkit-appearance: none;
}

textarea.form-control, textarea.form-control:focus {
    height: auto;
    padding: 5px 10px;
    line-height: 1.7;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 1em 0;
    width: 100% !important;
    vertical-align: top;
}

.input .form-control {
    position: absolute;
    z-index: 100;
    width: 100%;
    margin-top: 24px;
    padding: 0 15px;
    border: none;
}

.input.textarea textarea {
    min-height: 190px;
}

.input.textarea .form-control {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
}

.input.textarea .input-label {
    min-height: 220px;
}

.input.textarea .input-label::before {
    height: 220px;
}

.input .input-label {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    font-weight: 700;
    line-height: 40px;
    background-color: #f8f8f8;
}

.input .input-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    max-height: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    transition: border-width 0.3s, border-color 0.3s;
}

.input .input-label span {
    transition: transform 0.3s, color 0.3s;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    -moz-transition: transform 0.3s, color 0.3s;
    -ms-transition: transform 0.3s, color 0.3s;
    -o-transition: transform 0.3s, color 0.3s;
    text-rendering: geometricPrecision;
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
}

.input .input-span {
    position: relative;
    display: block;
    width: 100%;
    transition: transform 0.3s, color 0.3s;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    -moz-transition: transform 0.3s, color 0.3s;
    -ms-transition: transform 0.3s, color 0.3s;
    -o-transition: transform 0.3s, color 0.3s;
}

.input input.error .input-label {
    display: none;
}

.input label.error {
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    left: 2px;
    padding: 0.25em 0.75em;
    background-color: #f8f8f8;
}

.input.input--filled label.error {
    background-color: #fff;
}

.input.input--filled .input-label, .input .form-control:focus + .input-label {
    background-color: #fff;
}

html body.single-property  {
    background-color: #fff !important;

}


.input.input--filled .input-label span, .input .form-control:focus + .input-label span {
    -webkit-transform: translate3d(-2px, -5px, 0);
    transform: translate3d(-2px, -5px, 0);
    transform: scale3d(0.75, 0.75, 1);
    -webkit-transform: translate3d(-2px, -5px, 0);
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: translate3d(-2px, -5px, 0);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: translate3d(-2px, -5px, 0);
    -ms-transform: scale3d(0.75, 0.75, 1);
    -o-transform: translate3d(-2px, -5px, 0);
    -o-transform: scale3d(0.75, 0.75, 1);
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

label {
    font-weight: 400;
    color: #999;
}

blockquote {
    margin: 1em 0;
    padding: 0;
    font-family: Georgia, "Cambria", "Times New Roman", Times, serif;
    font-size: 1em;
    border: none;
}

blockquote p {
    font-size: 1.3em;
    color: #999;
}

blockquote cite {
    font-size: 0.9em;
}

cite {
    display: block;
    margin-top: 0.5em;
    color: #ccc;
}

cite:before {
    content: "- ";
}

.nav-tabs > li > a {
    color: #999;
    margin-right: 5px;
    line-height: 1;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    color: #fff;
    background-color: #43becc;
}

.nav-tabs li.active a {
    color: #666;
}

.tab-pane {
    padding: 25px 0 0;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 0;
    font-size: 1em;
    font-weight: 300;
    opacity: 0;
    font-weight: normal;
    text-transform: none;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top {
    margin-top: -2px;
}

.tooltip.right {
    margin-left: 2px;
}

.tooltip.bottom {
    margin-top: 2px;
}

.tooltip.left {
    margin-left: -2px;
}

.tooltip-inner {
    max-width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    border-radius: 0;
    background-color: #f8f8f8;
}

.tooltip.top .tooltip-arrow {
    top: auto !important;
    bottom: 0 !important;
    border-top-color: #f8f8f8;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #f8f8f8;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f8f8f8;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #f8f8f8;
}

.primary-tooltips .tooltip-inner {
    color: #fff;
    background-color: #43becc;
}

.primary-tooltips .tooltip.top .tooltip-arrow {
    border-top-color: #43becc;
}

.primary-tooltips .tooltip.left .tooltip-arrow {
    border-left-color: #43becc;
}

.primary-tooltips .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #43becc;
}

.primary-tooltips .tooltip.right .tooltip-arrow {
    border-right-color: #43becc;
}

.arrow-up, .arrow-right, .arrow-down, .arrow-left {
    position: relative;
    width: 0;
    height: 0;
    border: 20px solid transparent;
}

.arrow-up {
    border-bottom-color: #43becc;
}

.arrow-down {
    border-top-color: #43becc;
}

.arrow-right {
    border-left-color: #43becc;
}

.arrow-left {
    border-right-color: #43becc;
}

.thumbnail  {
    margin: 0;
    padding: 0;
    line-height: inherit;
    border: 0;
    border-radius: 0;
    background-color: inherit;
}

.panel-group .panel {
    border-color: #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}

.panel-group .panel .panel-heading {
    overflow: hidden;
    background-color: #f8f8f8;
}

.panel-group .panel .panel-heading .panel-title {
    float: left;
}

.panel-group .panel .panel-heading .details {
    float: right;
}

.panel-group .panel .panel-heading .details span {
    display: inline-block;
    margin-left: 1em;
}

.panel-group .panel .panel-heading:hover {
    cursor: pointer;
}

.panel-group .panel + .panel {
    margin-top: 1em;
}

.panel-group .panel .panel-body {
    border-top: none !important;
}

.social i, .social-transparent i {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px 10px 0;
    font-size: 1em;
    text-align: center;
    color: #fff;
}

.social i:before, .social-transparent i:before {
    position: relative;
    z-index: 1;
    transition: all 0.25s;
}

.social i:after, .social-transparent i:after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.25s;
}

.social i:hover:after, .social-transparent i:hover:after {
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social i.fa-lg, .social-transparent i.fa-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.33em;
}

.social i.fa-2x, .social-transparent i.fa-2x {
    width: 50px;
    height: 50px;
    font-size: 2em;
    line-height: 50px;
}

.social i.fa-3x, .social-transparent i.fa-3x {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 3em;
}

.social i.fa-4x, .social-transparent i.fa-4x {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 4em;
}

.social i.fa-5x, .social-transparent i.fa-5x {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 5em;
}

.social .fa-adn:after {
    box-shadow: inset 0 0 0 20px #d87a68;
}

.social .fa-android:after {
    box-shadow: inset 0 0 0 20px #a4c639;
}

.social .fa-apple:after {
    box-shadow: inset 0 0 0 20px #ccc;
}

.social .fa-bitbucket:after {
    box-shadow: inset 0 0 0 20px #225588;
}

.social .fa-bitbucket-sign:after {
    box-shadow: inset 0 0 0 20px #225588;
}

.social .fa-bitcoin:after {
    box-shadow: inset 0 0 0 20px #ff9922;
}

.social .fa-btc:after {
    box-shadow: inset 0 0 0 20px #ff9922;
}

.social .fa-css3:after {
    box-shadow: inset 0 0 0 20px #00bbff;
}

.social .fa-dribbble:after {
    box-shadow: inset 0 0 0 20px #ea4c89;
}

.social .fa-dropbox:after {
    box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social .fa-dropbox:after {
    box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social .fa-facebook:after {
    box-shadow: inset 0 0 0 20px #3b5998;
}

.social .fa-facebook-sign:after {
    box-shadow: inset 0 0 0 20px #3b5998;
}

.social .fa-flickr:after {
    box-shadow: inset 0 0 0 20px #ff0084;
}

.social .fa-foursquare:after {
    box-shadow: inset 0 0 0 20px #25a0ca;
}

.social .fa-github:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-github-alt:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-github-sign:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-gittip:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social .fa-google-plus:after {
    box-shadow: inset 0 0 0 20px #d23e2b;
}

.social .fa-google-plus-sign:after {
    box-shadow: inset 0 0 0 20px #d23e2b;
}

.social .fa-html5:after {
    box-shadow: inset 0 0 0 20px #ec6231;
}

.social .fa-instagram:after {
    box-shadow: inset 0 0 0 20px #4E433C;
}

.social .fa-linkedin:after {
    box-shadow: inset 0 0 0 20px #4875B4;
}

.social .fa-linkedin-sign:after {
    box-shadow: inset 0 0 0 20px #4875B4;
}

.social .fa-linux:after {
    box-shadow: inset 0 0 0 20px #ffbb00;
}

.social .fa-maxcdn:after {
    box-shadow: inset 0 0 0 20px #ffaa22;
}

.social .fa-pinterest:after {
    box-shadow: inset 0 0 0 20px #c91a22;
}

.social .fa-pinterest-sign:after {
    box-shadow: inset 0 0 0 20px #c91a22;
}

.social .fa-renren:after {
    box-shadow: inset 0 0 0 20px #0066aa;
}

.social .fa-rss:after {
    box-shadow: inset 0 0 0 20px #ee802f;
}

.social .fa-skype:after {
    box-shadow: inset 0 0 0 20px #42c7f2;
}

.social .fa-stackexchange:after {
    box-shadow: inset 0 0 0 20px #2266aa;
}

.social .fa-trello:after {
    box-shadow: inset 0 0 0 20px #226688;
}

.social .fa-tumblr:after {
    box-shadow: inset 0 0 0 20px #2B4964;
}

.social .fa-tumblr-sign:after {
    box-shadow: inset 0 0 0 20px #2B4964;
}

.social .fa-twitter:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .fa-twitter-sign:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .fa-twitter-sign:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .fa-vk:after {
    box-shadow: inset 0 0 0 20px #557799;
}

.social .fa-weibo:after {
    box-shadow: inset 0 0 0 20px #dd3333;
}

.social .fa-windows:after {
    box-shadow: inset 0 0 0 20px #00aaee;
}

.social .fa-xing:after {
    box-shadow: inset 0 0 0 20px #126567;
}

.social .fa-xing-sign:after {
    box-shadow: inset 0 0 0 20px #126567;
}

.social .fa-youtube:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social .fa-youtube-play:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social .fa-youtube-sign:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social-transparent i {
    font-size: 1.1em;
}

.social-transparent i:after {
    box-shadow: inset 0 0 0 20px #d4d6d8;
}

.social-transparent .fa-adn:hover:after {
    box-shadow: inset 0 0 0 20px #d87a68;
}

.social-transparent .fa-android:hover:after {
    box-shadow: inset 0 0 0 20px #a4c639;
}

.social-transparent .fa-apple:hover:after {
    box-shadow: inset 0 0 0 20px #ccc;
}

.social-transparent .fa-bitbucket:hover:after {
    box-shadow: inset 0 0 0 20px #225588;
}

.social-transparent .fa-bitbucket-sign:hover:after {
    box-shadow: inset 0 0 0 20px #225588;
}

.social-transparent .fa-bitcoin:hover:after {
    box-shadow: inset 0 0 0 20px #ff9922;
}

.social-transparent .fa-btc:hover:after {
    box-shadow: inset 0 0 0 20px #ff9922;
}

.social-transparent .fa-css3:hover:after {
    box-shadow: inset 0 0 0 20px #00bbff;
}

.social-transparent .fa-dribbble:hover:after {
    box-shadow: inset 0 0 0 20px #ea4c89;
}

.social-transparent .fa-dropbox:hover:after {
    box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social-transparent .fa-dropbox:hover:after {
    box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social-transparent .fa-facebook:hover:after {
    box-shadow: inset 0 0 0 20px #3b5998;
}

.social-transparent .fa-facebook-sign:hover:after {
    box-shadow: inset 0 0 0 20px #3b5998;
}

.social-transparent .fa-flickr:hover:after {
    box-shadow: inset 0 0 0 20px #ff0084;
}

.social-transparent .fa-foursquare:hover:after {
    box-shadow: inset 0 0 0 20px #25a0ca;
}

.social-transparent .fa-github:hover:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social-transparent .fa-github-alt:hover:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social-transparent .fa-github-sign:hover:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social-transparent .fa-gittip:hover:after {
    box-shadow: inset 0 0 0 20px #171515;
}

.social-transparent .fa-google-plus:hover:after {
    box-shadow: inset 0 0 0 20px #d23e2b;
}

.social-transparent .fa-google-plus-sign:hover:after {
    box-shadow: inset 0 0 0 20px #d23e2b;
}

.social-transparent .fa-html5:hover:after {
    box-shadow: inset 0 0 0 20px #ec6231;
}

.social-transparent .fa-instagram:hover:after {
    box-shadow: inset 0 0 0 20px #4E433C;
}

.social-transparent .fa-linkedin:hover:after {
    box-shadow: inset 0 0 0 20px #4875B4;
}

.social-transparent .fa-linkedin-sign:hover:after {
    box-shadow: inset 0 0 0 20px #4875B4;
}

.social-transparent .fa-linux:hover:after {
    box-shadow: inset 0 0 0 20px #ffbb00;
}

.social-transparent .fa-maxcdn:hover:after {
    box-shadow: inset 0 0 0 20px #ffaa22;
}

.social-transparent .fa-pinterest:hover:after {
    box-shadow: inset 0 0 0 20px #c91a22;
}

.social-transparent .fa-pinterest-sign:hover:after {
    box-shadow: inset 0 0 0 20px #c91a22;
}

.social-transparent .fa-renren:hover:after {
    box-shadow: inset 0 0 0 20px #0066aa;
}

.social-transparent .fa-rss:hover:after {
    box-shadow: inset 0 0 0 20px #ee802f;
}

.social-transparent .fa-skype:hover:after {
    box-shadow: inset 0 0 0 20px #42c7f2;
}

.social-transparent .fa-stackexchange:hover:after {
    box-shadow: inset 0 0 0 20px #2266aa;
}

.social-transparent .fa-trello:hover:after {
    box-shadow: inset 0 0 0 20px #226688;
}

.social-transparent .fa-tumblr:hover:after {
    box-shadow: inset 0 0 0 20px #2B4964;
}

.social-transparent .fa-tumblr-sign:hover:after {
    box-shadow: inset 0 0 0 20px #2B4964;
}

.social-transparent .fa-twitter:hover:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social-transparent .fa-twitter-sign:hover:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social-transparent .fa-twitter-sign:hover:after {
    box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social-transparent .fa-vk:hover:after {
    box-shadow: inset 0 0 0 20px #557799;
}

.social-transparent .fa-weibo:hover:after {
    box-shadow: inset 0 0 0 20px #dd3333;
}

.social-transparent .fa-windows:hover:after {
    box-shadow: inset 0 0 0 20px #00aaee;
}

.social-transparent .fa-xing:hover:after {
    box-shadow: inset 0 0 0 20px #126567;
}

.social-transparent .fa-xing-sign:hover:after {
    box-shadow: inset 0 0 0 20px #126567;
}

.social-transparent .fa-youtube:hover:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social-transparent .fa-youtube-play:hover:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.social-transparent .fa-youtube-sign:hover:after {
    box-shadow: inset 0 0 0 20px #c4302b;
}

.fa-mobile {
    font-size: 1.4em;
}

.section-title {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    text-transform: uppercase;
    color: #999;
}

.section-title::after {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    margin-top: -1px;
    margin-left: 1em;
    content: "";
    height: 2px;
    width: 9999px;
    background-color: #e6e6e6;
}

.section-title.text-center span {
    padding-left: 1em;
    padding-right: 1em;
}

.section-title.text-right span {
    padding-left: 1em;
    padding-right: 0;
}

.section-title.style2 {
    overflow: visible;
}

.section-title.style2::after {
    opacity: 0.2;
    top: auto;
    bottom: -0.4em;
    height: 3px;
    width: 50px;
    margin-left: 0;
    margin-right: 0;
    background-color: #999;
}

.section-title.style2 span {
    padding-left: 0;
    padding-right: 0;
}

.section-title.style2.text-center::after {
    left: 50%;
    margin-left: -25px;
}

.section-title.style2.text-right::after {
    left: auto;
    right: 0;
}

.section-title span {
    position: relative;
    display: inline-block;
    padding-right: 1em;
    overflow: hidden;
    line-height: 1;
}

.section-title span::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
}

.close {
    text-shadow: none;
    transition: all 0.2s;
}

.modal {
    z-index: 1050;
}

.modal .modal-dialog {
    width: 75%;
    max-width: 800px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.modal .modal-dialog .modal-content {
    padding: 30px;
    border: none;
    border-radius: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 15px;
    padding: 0;
    border: none;
}

.modal .modal-dialog .modal-body {
    padding: 0;
}

.modal .modal-dialog .modal-body .property-search-form {
    margin: 0;
    padding: 0;
}

.modal .modal-dialog .modal-body .property-search-form .form-group {
    width: 100%;
}
.pum-theme-lightbox .pum-content + .pum-close {
    height: 30px;
    width: 30px;
    left: auto;
    right: -24px;
    bottom: auto;
    top: -24px;
    padding: 0px;
    color: #ffffff;
    font-family: inherit;
    font-size: 24px;
    line-height: 26px;
    border: 0px solid #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 125, 183, 212, 1.00 );
}

/*Forms*/
.btn-blue {
    background-color: #7bb7d6;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    padding: 0 10px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #4990b4; 
    color: #ffffff;
}
.btn-ar {
    width: 100%;
}
.popmake .nf-field-container {
    margin-bottom: 0;
}
.subs-form {
    background-color: #acd2e5;
    max-width: 340px;
}
.subs-form .nf-before-form-content,.subs-form .nf-after-form-content {
    display: none;
}
.subs-form .nf-after-field {
    position: absolute;
    bottom: -25px;
}
#footer .subs-form .nf-error-msg {
    color: #f90000 !important;
}
.subs-form .submit-container {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.subs-form .nf-form-content {
    position: relative;
}
.subs-form .ninja-forms-field {
    border: 0 !important;
    height: 30px;
    background-color: #ffffff;
    color: #333333 !important;
}
.subs-form .submit-wrap input[type="submit"] {
    background-color: #acd2e5 !important;
    height: 30px;
    line-height: 28px !important;
    border: 0;
    border-left: 1px #e2e2e2 solid !important;
}
.subs-form .nf-response-msg {
    font-weight: bold;
    top: -13px;
    position: relative;
    padding: 0 0 0 40px;
}
.subs-form input::-webkit-input-placeholder {
    color: #666666 !important;
}
.subs-form input:-moz-placeholder { 
   color: #666666 !important; 
}

.subs-form input::-moz-placeholder { 
   color: #666666 !important;
}

.subs-form input:-ms-input-placeholder {  
   color: #666666 !important;
}

#footer .subs-form .nf-response-msg p{
    color: #333 !important;
}


.pum-close .fa.fa-times {
    top: -2px;
    position: relative;
}
.popmake-content .nf-field-element textarea {
    height: 100px;
}

.nf-form-cont .list-select-wrap div div {
    display: inherit;
}
.nf-form-cont a.chosen-single span {
    color: inherit;
}
body #main-content .nf-form-cont .chosen-container.chosen-container-single .chosen-single{
    line-height: 37px;
}
.nf-field-element p {
    line-height: 1.4;
}
div#nf-field-55-wrap {
    margin: 0 !important;
    line-height: 1;
}
.pum iframe#player {
    margin: 0 auto;
    display: table;
}
body .pum .pum-container {
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .modal .modal-dialog .modal-body .property-search-form .form-group {
        width: 50%;
    }
}

.modal .modal-dialog .modal-body .section-title {
    width: 100%;
}

.modal .modal-dialog .modal-body .section-title span {
    background-color: #fff;
}

#login-modal.modal .modal-dialog {
    max-width: 400px;
}

#login-modal.modal .modal-dialog .modal-title {
    margin-bottom: 0.5em;
}

#login-modal.modal .modal-dialog .modal-body {
    margin: 1em 0;
}

#loginform label {
    display: block;
}

#loginform input[type=text], #loginform input[type=password] {
    width: 100%;
}

#loginform #rememberme {
    height: auto;
}

/*------------------------------
        Elements
------------------------------*/
#main-content {
    margin-bottom: 0px;
    background-color: #fff;
}

.single-property #main-content {
    margin-bottom: 0px;
    background-color: #f2f2f2 !important;
}

#main-content section {
    margin-bottom: 50px;
}

#main-content section:last-child {
    margin-bottom: 0;
}

#main-content .section-title span {
    background-color: #fff;
}

#main-content .section-title span::after {
    background-color: transparent;
}

#main-content #property-items {
    margin-bottom: 0;
}

#main-content .testimonial-item .arrow-left {
    border-right-color: #f8f8f8;
}

#main-content .testimonial-item .content {
    background-color: #f8f8f8;
}

.content-box {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.home .content-box {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
}

.content-box section {
    margin-bottom: 50px;
}

.content-box section:last-child {
    margin-bottom: 0;
}

.content-box .section-title span {
    background-color: #fff;
}

.content-box .section-title span::after {
    background-color: transparent;
}

#pagination {
    text-align: center;
}

#pagination ul {
    display: inline-block;
}

#pagination .page-numbers {
    padding: 0;
    list-style: none;
    text-align: center;
}

#pagination .page-numbers li {
    width: auto !important;
    float: left;
    margin: 0 2px;
    line-height: 1;
    clear: none;
}

#pagination .page-numbers li a, #pagination .page-numbers li span, #pagination .page-numbers li i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #999999;
    background-color: #f8f8f8;
}

#pagination .page-numbers li a:hover, #pagination .page-numbers li span:hover, #pagination .page-numbers li i:hover {
    color: #fff;
    background-color: #4c4f49;
}

#pagination .page-numbers li a i, #pagination .page-numbers li span i, #pagination .page-numbers li i i {
    margin: 0;
    padding: 0;
    line-height: 38px;
}

#pagination .page-numbers li a.next, #pagination .page-numbers li a.prev, #pagination .page-numbers li span.next, #pagination .page-numbers li span.prev, #pagination .page-numbers li i.next, #pagination .page-numbers li i.prev {
    background: #ebebeb;
}

#pagination .page-numbers li a.next:hover, #pagination .page-numbers li a.prev:hover, #pagination .page-numbers li span.next:hover, #pagination .page-numbers li span.prev:hover, #pagination .page-numbers li i.next:hover, #pagination .page-numbers li i.prev:hover {
    background-color: #4c4f49;
}

#pagination .page-numbers li a.next i, #pagination .page-numbers li a.prev i, #pagination .page-numbers li span.next i, #pagination .page-numbers li span.prev i, #pagination .page-numbers li i.next i, #pagination .page-numbers li i.prev i {
    background-color: transparent;
}

#pagination .page-numbers li .current {
    color: #fff;
    background-color: #43becc;
}

#pagination .page-numbers li .current:hover {
    background-color: #43becc;
}

.page-title {
    font-size: 2em;
    font-weight: 300;
    color: #999;
}

#page-banner {
    position: relative;
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 80px 0;
    text-align: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#page-banner .overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#page-banner .container {
    position: relative;
    z-index: 1;
}

#page-banner .banner-title {
    display: inline-block;
    padding: 0 20px;
    font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
}


#nf_submit_17 input#ninja_forms_field_22, #nf_submit_17 input#ninja_forms_field_22:focus {
    background-color: #7db7d4 !important;

}



@media (min-width: 768px) {
    #page-banner .banner-title {
        font-size: 3em;
    }
}

#page-banner .banner-title:after {
    opacity: 0.8;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 4px;
    content: "";
    background-color: #43becc;
}

.sidebar-widget-user-pages {
    background-color: #f8f8f8;
}

.sidebar-widget-user-pages.user-menu {
    line-height: 3;
}

.sidebar-widget-user-pages.user-menu a {
    display: block;
    padding: 0 30px;
    color: inherit;
}

.sidebar-widget-user-pages.user-menu i {
    opacity: 0.25;
    margin-right: 5px;
}

.sidebar-widget-user-pages.user-menu .active, .sidebar-widget-user-pages.user-menu li:hover {
    background-color: #43becc;
}

.sidebar-widget-user-pages.user-menu .active a, .sidebar-widget-user-pages.user-menu li:hover a {
    color: #fff;
}

.sidebar-widget-user-pages.user-menu .active a i, .sidebar-widget-user-pages.user-menu li:hover a i {
    opacity: 0.75;
}

#sidebar, #footer {
    list-style: none;
    padding: 0;
    line-height: inherit;
}

#sidebar .widget, #footer .widget {
    margin-bottom: 50px;
}

#sidebar .widget form, #footer .widget form {
    padding: 0;
    font-size: 0.8em;
    box-shadow: none;
    border: none;
}

/*------------------------------
        Google Map
------------------------------*/
.map-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.map-wrapper a {
    color: #666;
}

.map-wrapper .loading, .map-wrapper .map-overlay-no-results {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    line-height: 68px;
    text-align: center;
    opacity: 0.9;
    border-radius: 2px;
    background-color: #fff;
}

.map-wrapper .loading i, .map-wrapper .map-overlay-no-results i {
    font-size: 30px;
}

.map-wrapper .map-overlay-no-results {
    display: none;
    width: 250px;
    margin-left: -125px;
    font-size: 0.9em;
    line-height: 60px;
}

.map-wrapper .map-controls {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    text-align: right;
}

.map-wrapper .map-controls .control {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    opacity: 0.9;
    border-radius: 2px;
    background-color: #f8f8f8;
    transition: background-color 0.2s;
}

.map-wrapper .map-controls .control:hover {
    opacity: 1;
    color: #fff;
    background-color: #43becc;
}

.map-wrapper .map-controls .control.active {
    opacity: 1;
    color: #fff;
    background-color: #43becc;
}

.map-wrapper .map-controls .control.active:hover {
    background-color: #c5c5c5;
}

.map-wrapper .map-controls i {
    line-height: 30px;
    text-align: center;
}

.map-wrapper .map-controls .current-location i {
    margin: 0 5px 0 0;
}

.map-wrapper .map-controls .map-type {
    position: relative;
}

.map-wrapper .map-controls .map-type ul {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
}

.map-wrapper .map-controls .map-type ul li {
    margin-top: 2px;
    padding: 3px 10px;
    font-size: 12px;
    text-align: left;
    color: #666;
    background-color: #f8f8f8;
}

.map-wrapper .map-controls .map-type:hover ul {
    display: block;
}

.map-wrapper .map-controls .map-type:hover ul li:hover, .map-wrapper .map-controls .map-type:hover ul li.active {
    color: #fff;
    background-color: #c5c5c5;
}

.google-map {
    position: relative;
    height: 400px;
    min-height: 400px !important;
    width: 100%;
}

.google-map img {
    max-width: none;
    display: inline;
}

.google-map .cluster img {
    max-width: 100%;
    max-height: 100%;
}

.google-map .cluster > div {
    position: relative;
    width: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.google-map label {
    width: auto;
    display: inline;
}

.google-map .infoBox {
    width: 300px;
}

.google-map .infoBox img[src*="close.png"] {
    position: absolute !important;
    z-index: 1001;
    width: 32px;
    height: 32px;
    margin: 0;
    top: -2px;
    right: -2px;
    opacity: 0.6;
    background-color: #fff;
    transition: all 0.2s;
}

.google-map .infoBox img[src*="close.png"]:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.google-map .map-marker-container {
    position: relative;
    max-width: 300px;
    font-size: 14px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}

.google-map .map-marker-container .arrow-down {
    position: absolute;
    bottom: -28px;
    left: 20px;
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.9);
    border-width: 14px;
}

.google-map .map-marker-container .content {
    padding: 10px 15px;
}

.google-map .map-marker-container .content .title {
    margin-bottom: 0;
    transition: all 0.2s;
    visibility: inherit;
}

.google-map .map-marker-container a:hover .title {
    color: #666;
}

.google-map .map-marker-container img {
    width: 100%;
    height: auto;
}

.google-map .title {
    color: #43becc;
}

a.view-on-google-maps-link {
    display: block;
    opacity: 0.4;
    margin-top: 1em;
    font-size: 0.8em;
    text-align: right;
    line-height: 1;
    color: #666;
}

a.view-on-google-maps-link:hover {
    opacity: 0.8;
}

.map-no-properties-found {
    padding: 30px 0;
}

/*------------------------------
        Header
------------------------------*/
@media (max-width: 767px) {
    body.show-nav {
        left: -75%;
    }
}

header.navbar {
    position: static;
    margin: 0;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-align: center;
    background-color: #333;
    transition: all 0.4s;
}

@media (min-width: 768px) {
    header.navbar {
        text-align: left;
    }
}

header.navbar #login-bar-header {
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {
    header.navbar #login-bar-header {
        text-align: right;
    }
}

header.navbar #login-bar-header span {
    display: inline-block;
}

header.navbar #login-bar-header a {
    display: inline-block;
    padding: 0 1em;
    line-height: 2.5;
    color: #eee;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.1);
}

header.navbar #login-bar-header a:hover {
    opacity: 1;
}

header.navbar #login-bar-header a .desktop {
    display: none;
}

@media (min-width: 768px) {
    header.navbar #login-bar-header a .desktop {
        display: block;
    }
    header.navbar #login-bar-header a .mobile {
        display: none;
    }
}

header.navbar #login-bar-header .badge {
    margin-left: 5px;
    padding: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
}

header.navbar .container .navbar-collapse {
    max-height: none;
    margin-top: 25px;
    padding: 0;
    border: none;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    background-color: #333;
}

header.navbar .container .navbar-collapse.in {
    overflow-y: visible;
}

@media (max-width: 767px) {
    header.navbar .container .navbar-collapse {
        position: absolute;
        z-index: 1001;
        top: 0;
        left: 100%;
        width: 75%;
        height: 100% !important;
        margin: 0;
        text-align: left;
    }
}

header.navbar .navbar-header {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
    line-height: 1;
}

@media (min-width: 768px) {
    header.navbar .navbar-header {
        padding: 25px 0 0;
    }
}

header.navbar .navbar-header .navbar-toggle {
    position: absolute;
    right: 15px;
    margin: 3px 0 0 30px;
    padding: 0;
    border: none;
    border-radius: 0;
}

@media (min-width: 768px) {
    header.navbar .navbar-header .navbar-toggle {
        position: relative;
    }
}

header.navbar .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

header.navbar .navbar-header .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    margin: 0 0 5px;
    border-radius: 0;
    background-color: #ccc;
    transition: all 0.3s;
}

header.navbar .navbar-header .navbar-contact-details {
    margin: 25px 0;
}

@media (min-width: 768px) {
    header.navbar .navbar-header .navbar-contact-details {
        margin: 0;
        text-align: right;
    }
}

header.navbar .container .navbar-brand {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    header.navbar .container .navbar-brand {
        float: left;
    }
}

header.navbar .container .navbar-brand a {
    font-weight: 300;
    opacity: 1;
}

header.navbar .container .navbar-brand a span {
    font-size: 2em;
}

header.navbar .container .navbar-brand img {
    opacity: 0;
    height: auto;
}

header.navbar .container .navbar-brand .tagline {
    margin: 1em 0;
    opacity: 0.8;
    font-size: 0.8em;
}

header.navbar.nav-right .navbar-header {
    padding: 0px 0 0;
    border: none;
}

header.navbar.nav-right .container .navbar-brand {
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    header.navbar.nav-right .container .navbar-brand {
        padding-bottom: 0;
    }
    header.navbar.nav-right .container .navbar-brand a {
        min-height: 80px;
        line-height: 80px;
    }
}

header.navbar.nav-right .navbar-collapse {
    margin-top: 0;
    border: none;
}

@media (min-width: 768px) {
    header.navbar.nav-right .navbar-nav, header.navbar.nav-right nav > div {
        float: left;
        padding-left: 23px;
        padding-top: 2px;
    }

    header.navbar.nav-right .navbar-nav > ul, header.navbar.nav-right nav > div > ul {
        margin-top: 26px;
    }
}

header.navbar.nav-right .navbar-nav > ul > li > a, header.navbar.nav-right nav > div > ul > li > a {
    margin-top: 0px;
    line-height: 70px;
}

header.navbar.nav-right .navbar-nav > ul > li > a::after, header.navbar.nav-right nav > div > ul > li > a::after {
    line-height: 70px !important;
}

@media (min-width: 768px) {
    header.navbar.nav-right .navbar-contact-details {
        clear: both;
        float: right;
        line-height: inherit;
    }
}

header.navbar.nav-right .navbar-contact-details div {
    margin: 0 !important;
    display: inline-block;
    font-size: 1em !important;
    opacity: 0.5 !important;
    line-height: 2.5;
    text-align: left;
}

header.navbar.nav-right .navbar-contact-details div.separator {
    padding: 0 5px;
}

header.navbar .navbar-phone-number {
    font-size: 1.3em;
}

header.navbar .navbar-email {
    margin-top: 5px;
    font-size: 1em;
    opacity: 0.5;
}

header.navbar .navbar-email a {
    color: inherit;
}

header.navbar .navbar-nav, header.navbar nav > div {
    float: none;
    margin: 0;
    font-weight: 300;
}

header.navbar .navbar-nav > ul, header.navbar nav > div > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.navbar .navbar-nav > ul > li, header.navbar nav > div > ul > li {
    position: relative;
    line-height: 1;
    margin-right: 1px;
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li, header.navbar nav > div > ul > li {
        float: left;
    }
}

header.navbar .navbar-nav > ul > li a, header.navbar nav > div > ul > li a {
    position: relative;
    display: block;
    padding-left: 15px;
    line-height: 50px;
}



@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li a, header.navbar nav > div > ul > li a {
        color: #777;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 0;
        padding-left: 7px;
        padding-right: 6px;
        padding-top: 0;
    }

    header.navbar .navbar-nav > ul > li.current-menu-item a, header.navbar nav > div > ul > li.current_page_item a, header.navbar .navbar-nav > ul > li.current-menu-parent a, header.navbar nav > div > ul > li.current-menu-parent a  {
        color: #7bb7d6;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 0;
        padding-left: 7px;
        padding-right: 6px;
        padding-top: 0;
    }


}

header.navbar .navbar-nav > ul > li.menu-item-has-children, header.navbar .navbar-nav > ul > li.menu-item-language, header.navbar nav > div > ul > li.menu-item-has-children, header.navbar nav > div > ul > li.menu-item-language {
    position: relative;
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li.menu-item-has-children:hover .sub-menu, header.navbar .navbar-nav > ul > li.menu-item-language:hover .sub-menu, header.navbar nav > div > ul > li.menu-item-has-children:hover .sub-menu, header.navbar nav > div > ul > li.menu-item-language:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

header.navbar .navbar-nav > ul > li.menu-item-has-children .sub-menu.show, header.navbar .navbar-nav > ul > li.menu-item-language .sub-menu.show, header.navbar nav > div > ul > li.menu-item-has-children .sub-menu.show, header.navbar nav > div > ul > li.menu-item-language .sub-menu.show {
    height: auto;
    display: block;
    visibility: visible;
    opacity: 1;
}

header.navbar .navbar-nav > ul > li.menu-item-has-children > a, header.navbar .navbar-nav > ul > li.menu-item-language > a, header.navbar nav > div > ul > li.menu-item-has-children > a, header.navbar nav > div > ul > li.menu-item-language > a {
    opacity: 1;
}

header.navbar .navbar-nav > ul > li.menu-item-has-children a, header.navbar .navbar-nav > ul > li.menu-item-language a, header.navbar nav > div > ul > li.menu-item-has-children a, header.navbar nav > div > ul > li.menu-item-language a {
    padding-right: 10px;
}

header.navbar .navbar-nav > ul > li.menu-item-has-children a::after, header.navbar .navbar-nav > ul > li.menu-item-language a::after, header.navbar nav > div > ul > li.menu-item-has-children a::after, header.navbar nav > div > ul > li.menu-item-language a::after {
    position: absolute;
    top: 0;
    right: 6px;
    font-family: FontAwesome;
    line-height: 70px;
    color: #666666;
    transition: all 0.2s;
}

header.navbar .navbar-nav > ul > li a:hover {
    color: #81bada;

}

header.navbar .navbar-nav > ul > li .sub-menu, header.navbar nav > div > ul > li .sub-menu {
    height: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    padding: 0;
    font-size: 0.9em;
    background-color: #fff;
    transition: all 0.2s;
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li .sub-menu, header.navbar nav > div > ul > li .sub-menu {
        height: auto;
        width: auto;
        min-width: 100%;
        z-index: 1001;
        position: absolute;
        top: 90%;
        left: -20px;
        margin: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

header.navbar .navbar-nav > ul > li .sub-menu li, header.navbar nav > div > ul > li .sub-menu li {
    min-width: 100% !important;
    white-space: nowrap;
    transition: all 0.2s;
}

header.navbar .navbar-nav > ul > li .sub-menu li a, header.navbar nav > div > ul > li .sub-menu li a {
    display: block;
    height: auto;
    line-height: 50px;
    color: #666;
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li .sub-menu li a, header.navbar nav > div > ul > li .sub-menu li a {
        padding: 0 30px;
    }
}

header.navbar .navbar-nav > ul > li .sub-menu li a::after, header.navbar nav > div > ul > li .sub-menu li a::after {
    display: none;
}

header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children {
    position: relative;
}

header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children > a, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children > a {
    opacity: 1;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children > a, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children > a {
        text-transform: none;
    }
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children a, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children a {
        padding-right: 40px;
    }
    header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children a::after, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children a::after {
        display: block;
        position: absolute;
        top: 0;
        right: 18px;
        font-family: FontAwesome;
        line-height: 50px;
        content: "\F105";
        transition: all 0.2s;
    }
}

header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children:hover .sub-menu, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children:hover .sub-menu, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children:hover .sub-menu {
        top: 0;
    }
}

header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children:hover a::after, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children:hover a::after {
    color: #fff;
}

header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children .sub-menu, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children .sub-menu {
    transition: all 0.2s;
}

@media (min-width: 768px) {
    header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children .sub-menu, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children .sub-menu {
        position: absolute;
        width: auto;
        min-width: 100%;
        z-index: 1001;
        position: absolute;
        top: -10%;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        font-size: 1em;
    }
}

header.navbar .navbar-nav > ul > li .sub-menu li.menu-item-has-children .sub-menu a::after, header.navbar nav > div > ul > li .sub-menu li.menu-item-has-children .sub-menu a::after {
    display: none;
}

.sub-menu li:hover, .sub-menu li.current-menu-item {
    background-color: #43becc;
}

.sub-menu li:hover > a, .sub-menu li.current-menu-item > a {
    color: #fff !important;
}

.sub-menu li:hover > a::after, .sub-menu li.current-menu-item > a::after {
    opacity: 0.8;
}

.header-margin {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .header-margin {
        margin-top: 50px;
        text-align: left;
    }
}

/* Theme Option: Header > Enable Fixed/Scrolling Header
-------------------------*/
@media (max-width: 767px) {
    .fixed-header {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .fixed-header.admin-bar header.navbar {
        top: 32px;
    }
    .fixed-header header.navbar {
        position: fixed;
        z-index: 1049;
        width: 100%;
        top: 0;
    }
    .fixed-header header.navbar.mini {
        opacity: 0.98;
    }
    .fixed-header header.navbar.mini .navbar-header {
        border: none;
    }
    .fixed-header header.navbar.mini .navbar-nav {
        transition: all 0.5s;
        height: 0 !important;
    }
    .fixed-header header.navbar.mini.nav-right .navbar-header {
        padding: 0;
    }
    .fixed-header header.navbar.mini.nav-right .navbar-nav {
        height: auto !important;
    }
    .fixed-header #property-layout-full-width {
        margin-top: -50px !important;
    }
}

/*------------------------------
        Footer
------------------------------*/
#footer {
    margin: 0px auto 0;
    text-align: center;
    background-color: #7bb7d6;
    margin-top: 25px;
}

.social-transparent {
    display:none;

}

.footer-search {
    padding-bottom: 29px;
    padding-top: 14px;
}

@media (min-width: 768px) {
    #footer {
        text-align: left;
    }
}

#footer #footer-top {
    padding-top: 0px;
}

#footer #footer-bottom {
    padding: 30px 0;
    font-size: 0.9em;
    color: #999;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.04);
}

#footer #footer-bottom a {
    color: #999;
}

#footer #footer-bottom .social,
#footer #footer-bottom .social-transparent {
    margin: 0;
}

@media (min-width: 768px) {
    #footer #footer-bottom .social,
    #footer #footer-bottom .social-transparent {
        text-align: right;
    }
}

#footer #footer-bottom .social .fa-angle-up:before,
#footer #footer-bottom .social-transparent .fa-angle-up:before {
    position: relative;
    top: -1px;
}

#footer #footer-bottom #property-search-button {
    outline: none;
}

#footer .title {
    font-size: 1.3em;
}

#footer #copyright {
    opacity: 0.6;
}

#footer ul.menu-footer {
    display: block;
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: inherit;
    text-transform: uppercase;
}

#footer ul.menu-footer li {
    display: inline-block;
    margin: 0 15px;
}

@media (min-width: 768px) {
    #footer ul.menu-footer li {
        margin-right: 30px;
    }
}

#footer p {
    color: #ededed;
    font-size: 12px;
    padding-top: 25px;
}

/*------------------------------
        Widgets
------------------------------*/
.widget {
    margin-bottom: 50px;
}

.widget a {
    color: #666;
}

.widget b {
    font-weight: inherit;
}

.widget form {
    padding: 0;
    font-size: 0.8em;
    box-shadow: none;
    border: none;
}

.widget table {
    width: 100%;
    margin: 0;
}

.widget table caption {
    margin-bottom: 1em;
    text-transform: uppercase;
}

.widget table tfoot {
    margin-top: 0.5em;
}

.widget table tfoot a {
    display: inline-block;
    padding-top: 10px;
    color: #999;
}

.widget .empty-title .widget-title {
    display: none;
}

.widget .widget-thumbnail {
    position: relative;
    z-index: 2;
    background: #fff;
}

.widget .widget-thumbnail a:hover img {
    opacity: 0.6;
}

.widget .owl-carousel, .widget .owl-controls {
    margin-bottom: 0;
}

.widget .owl-nav {
    margin-top: 20px !important;
    font-size: 40px;
    line-height: 40px;
}

.widget .agent-details {
    padding: 0;
    box-shadow: none !important;
}

.widget .wpcf7 p {
    margin-bottom: 0.5em;
}

.widget .wpcf7 input[type="submit"] {
    margin-top: 0.5em;
}

.widget .wpcf7 textarea, .widget .wpcf7 input:not([type="submit"]) {
    border: 1px solid #ddd;
}

.widget .wpcf7 textarea:focus, .widget .wpcf7 input:not([type="submit"]):focus {
    border-color: #43becc;
}

.widget .wpcf7 textarea {
    max-height: 100px;
}

.widget-container {
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0 0 #f3f3f3;
}

.widget-container a {
    color: #666;
}

.widget-content- {
    padding: 25px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0 0 #f3f3f3;
    background-color: #fff;
}

.widget-text {
    padding: 25px;
    background-color: #fff;
}

.widget-text .title {
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.widget-text .property-price {
    font-size: 1.1em;
    line-height: 1;
    color: #999;
}

.widget_agent_properties .widget-content, .widget_agents .widget-content, .widget_featured_properties .widget-content, .widget_latest_posts .widget-content, .widget_single_property .widget-content, .widget_testimonials .widget-content, .widget_latest_tweets_widget .widget-content {
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.widget_agent_properties .widget-thumbnail img, .widget_agents .widget-thumbnail img, .widget_featured_properties .widget-thumbnail img, .widget_latest_posts .widget-thumbnail img, .widget_single_property .widget-thumbnail img, .widget_testimonials .widget-thumbnail img, .widget_latest_tweets_widget .widget-thumbnail img {
    width: 100%;
}

.widget_property_listing .property-meta > div {
    width: 100%;
}

.widget_property_listing .price-tag {
    float: none;
}

.widget_property_map .widget-content {
    padding: 0;
    border: none;
}

#sidebar .widget_property_search [class^="col-"], #footer .widget_property_search [class^="col-"], #sidebar .widget_custom_property_search_form [class^="col-"], #footer .widget_custom_property_search_form [class^="col-"], #sidebar .widget_membership_packages [class^="col-"], #footer .widget_membership_packages [class^="col-"] {
    width: 100%;
}

#sidebar .widget_property_search .property-search-form, #footer .widget_property_search .property-search-form, #sidebar .widget_custom_property_search_form .property-search-form, #footer .widget_custom_property_search_form .property-search-form, #sidebar .widget_membership_packages .property-search-form, #footer .widget_membership_packages .property-search-form {
    margin-bottom: 0;
}

.widget_testimonials blockquote {
    position: relative;
    margin: 0;
}

.widget_testimonials blockquote p {
    font-size: 1em;
}

.widget_testimonials blockquote cite {
    font-size: 1em;
}

.widget_latest_posts .widget-text p {
    font-size: 0.9em;
}

#wp-calendar {
    text-align: center;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar #prev {
    text-align: left;
}

#wp-calendar th {
    text-align: center;
}

.widget_search input[type="submit"] {
    font-size: 0.9em;
}

.widget_search label {
    display: block;
    margin: 0;
}

.widget_search input {
    width: 100%;
}

/*------------------------------
        Blog
------------------------------*/
.blog header.navbar {
    margin-bottom: 50px;
}

.blog .blog-index-content {
    background-color: transparent;
}

.entry-header {
    font-size: 1.6em;
}

.entry-header .header-media img {
    width: 100%;
}

.entry-header .header-content {
    padding: 20px 30px;
    font-size: 1.2em;
    color: #fff;
    background-color: #43becc;
}

.entry-header .header-content a {
    color: #fff;
}

.entry-header .entry-title {
    margin: 0;
    display: inline-block;
    font-size: 1em;
    color: #fff;
}

.entry-header .header-meta {
    opacity: 0.5;
    float: left;
    margin-right: 0.5em;
    text-transform: uppercase;
}

.entry-header .header-meta > div {
    display: inline-block;
}

.entry-header .header-meta .day {
    font-weight: 700;
}

.entry-content, .entry-summary {
    padding: 30px;
}

article {
    margin-bottom: 50px;
    background-color: #fff;
}

article .section-title span {
    background-color: #fff;
}

article .section-title span::after {
    background-color: transparent;
}

.page-links {
    padding-top: 1em;
    border-top: 2px solid #e6e6e6;
}

.page-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f8f8f8;
}

.page-links a:hover {
    color: #fff;
    background-color: #4c4f49;
}

.page-links span {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.page-links .page-links-title {
    width: auto;
    text-transform: uppercase;
}

#share-post {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e6e6e6;
}

/*------------------------------
        Comments
------------------------------*/
#comments {
    margin-top: 100px;
}

#comments .title {
    margin-bottom: 50px;
    padding-bottom: 1em;
    border-bottom: 2px solid #e6e6e6;
}

.comment-list {
    margin-bottom: 100px;
    padding: 0;
    counter-reset: li;
}

.comment-list ul {
    margin: 40px 0 0 85px;
    padding: 0;
}

.comment-list li {
    position: relative;
    list-style: none;
}

.comment-list li:before {
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 1.5em;
    line-height: 65px;
    content: "0" counter(li);
    counter-increment: li;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .comment-list li:before {
        display: none;
    }
}

.comment-list li li:before {
    display: none;
}

.comment-list .bypostauthor {
    /*
                  > .comment-body {
                          padding-top: 20px;
                          border-top: 2px solid @color-primary;
                  }
    */
}

.comment-list .comment-body {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #fff;
}

.comment-list .comment-avatar {
    float: left;
    margin: 0 20px 0 0;
}

.comment-list .comment-avatar img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

.comment-list .comment-avatar img:hover {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0%);
}

.comment-list .comment-author .fn {
    margin: 0;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1;
}

.comment-list .comment-author .fn a {
    border-bottom: 1px solid #e6e6e6;
}

.comment-list .comment-meta {
    display: inline-block;
    margin: 10px 0;
    color: #999;
}

.comment-list .comment-meta a {
    color: #999;
}

.comment-list .comment-content {
    overflow: hidden;
    clear: both;
    position: relative;
    margin: 0 0 0 85px;
}

#respond {
    padding: 30px;
    background-color: #fff;
}

#respond #reply-title {
    margin-bottom: 0;
    text-align: right;
}

#respond a#cancel-comment-reply-link {
    display: block;
    margin-bottom: 2em;
    font-size: 0.9em;
    text-transform: none;
}

#commentform .form-group {
    margin-bottom: 30px;
}

#commentform input {
    width: 100%;
    margin-bottom: 1em;
}

#commentform textarea {
    margin-top: 30px;
}

#commentform #submit {
    width: auto;
}

#commentform p.form-submit {
    margin-bottom: 0;
}

/*------------------------------
        Custom Post Type: Agent
------------------------------*/
.agent-thumbnail {
    width: 100%;
}

.agent-details {
    position: relative;
    padding: 20px;
    background-color: #fff;
}

.agent-details .title {
    margin-bottom: 0.5em;
}

.agent-details .contact {
    font-size: 0.9em;
    color: #999;
    line-height: 2;
}

.agent-details .contact i {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

.agent-details .contact a {
    color: inherit !important;
}

.agent-details .social, .agent-details .social-transparent {
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.agent-details .social i, .agent-details .social-transparent i {
    margin: 0 5px;
}

/*------------------------------
        Custom Post Type: Testimonial
------------------------------*/
body.single-testimonial .testimonial-item .content blockquote p, body.single-testimonial .testimonial-item .content blockquote cite {
    font-size: 1.3em;
}

.testimonial-item .arrow-left {
    position: absolute;
    top: 15px;
    left: -40px;
    border-right-color: #fff;
    border-width: 30px;
}

.testimonial-item .content {
    position: relative;
    padding: 20px 25px;
    font-size: 1em;
    color: #999;
    background-color: #fff;
}

.testimonial-item .content blockquote {
    margin: 0;
    text-align: left;
}

.testimonial-item .content blockquote p, .testimonial-item .content blockquote cite {
    font-size: 1em;
}

/*------------------------------
        Default WordPress Styles
------------------------------*/
.sticky .entry-header {
    border-top: 4px solid #43becc;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Alignment */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
    margin: 0.5em 1.5em 0.5em 0;
}

.wp-caption.alignleft {
    margin: 0.5em 1em 0.5em 0;
}

blockquote.alignright,
img.alignright {
    margin: 0.5em 0 0.5em 1.5em;
}

.wp-caption.alignright {
    margin: 0.5em -0.5em 0.5em 1em;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1em;
    width: 50%;
}

.entry-content blockquote.alignleft p,
.entry-content blockquote.alignright p {
    margin-bottom: 1em;
}

.wp-caption {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.alignnone .wp-caption-text {
    margin-right: 0;
}

.wp-caption-text {
    box-sizing: border-box;
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    padding: 8px 10px;
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

.wp-caption:hover .wp-caption-text, .gallery-item:hover .gallery-caption {
    bottom: 0;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

/* More WP classes */
/* WP Gallery */
[id^="gallery-"] {
    margin: 0 -10px !important;
}

[id^="gallery-"].gallery {
    margin-bottom: 20px;
}

[id^="gallery-"].gallery .gallery-item {
    box-sizing: border-box;
    float: left;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}

[id^="gallery-"].gallery .gallery-item img {
    width: 100% !important;
    border: none !important;
}

[id^="gallery-"].gallery .gallery-item img:hover {
    opacity: 0.8;
}

[id^="gallery-"] br {
    display: none;
}

[id^="gallery-"]:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*
.gallery-columns-1 .gallery-item {
        max-width: 100%;
}

.gallery-columns-2 .gallery-item {
        max-width: 48%;
        max-width: -webkit-calc(50% - 4px);
        max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
        max-width: 32%;
        max-width: -webkit-calc(33.3% - 4px);
        max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
        max-width: 23%;
        max-width: -webkit-calc(25% - 4px);
        max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
        max-width: 19%;
        max-width: -webkit-calc(20% - 4px);
        max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
        max-width: 15%;
        max-width: -webkit-calc(16.7% - 4px);
        max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
        max-width: 13%;
        max-width: -webkit-calc(14.28% - 4px);
        max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
        max-width: 11%;
        max-width: -webkit-calc(12.5% - 4px);
        max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
        max-width: 9%;
        max-width: -webkit-calc(11.1% - 4px);
        max-width:         calc(11.1% - 4px);
}
*/
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    box-sizing: border-box;
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    padding: 8px 10px;
    position: absolute;
    bottom: -50%;
    left: 10px;
    right: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*------------------------------
        Property: Listing
------------------------------*/



#property-items {
    position: relative;
    margin-bottom: 50px;

}

#property-item {
    background-color: #e9e9e9 !important;
}

#property-items li.col-md-6:nth-child(2n+3) {
    clear: both;
}

#property-items li.col-lg-4:nth-child(2n+3) {
    clear: none;
}

@media (min-width: 1200px) {
    #property-items li.col-lg-4:nth-child(3n+4) {
        clear: both;
    }
    #property-items li.col-lg-4 .property-item .title {
        font-size: 1.4em;
        line-height: 16px;
    }

    .term-50 #property-items li.col-lg-4 .property-item .title {
        font-size: 17px;
        line-height: 1.2;
    }
    #property-items li.col-lg-4 .property-item .property-content .property-meta > div {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #property-items li.col-lg-4 .property-price {
        line-height: 20px !important;
    }
}

#property-items li.col-lg-3:nth-child(2n+3) {
    clear: none;
}

@media (min-width: 1200px) {
    #property-items li.col-lg-3 {
        font-size: 0.9em;
    }
    #property-items li.col-lg-3:nth-child(4n+5) {
        clear: both;
    }
    #property-items li.col-lg-3 .property-item .title {
        font-size: 1.3em;
    }
    #property-items li.col-lg-3 .property-item .property-content .property-meta > div {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #property-items li.col-lg-3 .property-price {
        line-height: 50px !important;
    }
}

#property-items.list li {
    width: 100%;
    font-size: 1em;
}

#property-items.list li .property-item {
    overflow: hidden;
}

@media (min-width: 992px) {
    #property-items.list li .property-item {
        background-color: #fff;
    }
    #property-items.list li .property-item .property-thumbnail {
        float: left;
        width: 40%;
    }
    #property-items.list li .property-item .title {
        font-size: 1.4em;
    }
    #property-items.list li .property-item .property-content {
        float: left;
        width: 60%;
    }
    #property-items.list li .property-item .property-content .property-price {
        position: absolute;
        bottom: 0;
        left: 40%;
        right: 0;
    }
}

#property-items .spinner {
    padding: 150px 0;
}

.compare-property {
    display: none;
}

.show-compare .compare-property {
    display: inline-block;
}

.property-item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0 0 #f3f3f3;
    background-color: #e9e9e9 !important;
}

@media (min-width: 1200px) {
    .property-item {
        font-size: 0.9em;
    }
}

.property-item.featured .property-title {
    margin: -1px;
}

.property-item.featured .property-title .title, .property-item.featured .property-title .address {
    color: #fff;
}

.property-item.featured .property-title::after {
    position: absolute;
    z-index: -1;
    opacity: 0.75;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #43becc;
}

.property-item.featured:hover .property-item.featured.title-above-image .property-title::after {
    background-color: transparent;
}

.property-item .property-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0 -1px;
}

.property-item a {
    color: inherit;
}

.property-item img {
    max-width: none;
    width: 100%;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    .property-item img {
        width: calc(100% + 20px);
        -webkit-filter: grayscale(0%);
        filter: none;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

.property-item figcaption {
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .property-item figcaption {
        position: absolute;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .property-item:hover img {
        filter: gray;
        -webkit-filter: grayscale(100%);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .property-item:hover.title-over-image .property-title, .property-item:hover.title-over-image .property-tag, .property-item:hover.title-above-image .tag-right {
        opacity: 0;
    }
}

.property-item:hover .property-excerpt {
    opacity: 1;
}

.property-item:hover .property-excerpt::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.property-item:hover .arrow-right {
    opacity: 0;
}

.property-item .property-title {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}

.property-item .title {
    margin: 0 0 0.25em !important;
    font-size: 1.4em;
    transition: all 0.3s;
}

.property-item .address {
    opacity: 0.6;
    margin: 0 !important;
    font-size: 1.1em;
    text-transform: none;
}

.property-item .subtitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999;
}

.property-item .property-excerpt {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    opacity: 0;
    line-height: 1.7;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}

.property-item .property-excerpt {
    display: block;
    text-align: center !important;
}

@media (min-width: 768px) {
    .property-item .property-excerpt {
        display: block;
    }
}

.property-item .property-excerpt span {
    font-size: 1.4em;
    color: #666;
    text-transform: uppercase;
}

.property-item .property-excerpt::after {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #43becc;
    content: '';
    transition: all 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.property-item .property-excerpt p {
    margin-top: 0.5em;
    font-size: 1.1em;
    color: #999;
}

.property-item .property-content {
    text-align: center;
    background-color: #e9e9e9 !important;

}

.property-item .property-content .property-meta {
    min-height: 85px;
}

.property-item .property-content .property-meta > div {
    width: 50%;
    /*
                                  @media(min-width: 1200px) {
                                          width: 25%;
                                  }
    */
}

.property-item .property-price {
    color: #666;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center !important;
}

@media (min-width: 992px) {
    .property-item .property-price {
        font-size: 1.2em;
    }
}

.property-item .property-price span {
    font-weight: 300;
}

.property-item .property-price i {
    opacity: 0.25;
    line-height: inherit;
    margin-right: 10px;
}

.property-item .property-price i:hover {
    opacity: 0.75;
    cursor: pointer;
}

.property-item .property-price .property-status {
    display: inline-block;
    display: none;
    float: left;
    font-size: 0.8em;
    text-transform: uppercase;
}

.property-item .property-price .price-tag {
    color: #7bb7d6 !important;
    background-color: #e9e9e9;
    padding-bottom: 5px;
}

.property-tag {
    width: auto;
    position: absolute;
    background: #43becc;
    padding: 0 1em;
    color: #fff;
    font-size: 0.8em;
    line-height: 2.5;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.property-tag.tag-left {
    top: 0;
    left: 0;
    width: 60px;
    height: 26px;
    margin-left: -30px;
    line-height: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.property-tag.tag-right {
    bottom: 0;
    right: 0;
    letter-spacing: 0.4px;
}

.property-tag .fa-star {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.property-meta {
    padding: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 2;
    color: #999;
    text-align: center;
}


@media (min-width: 768px) {
    .property-meta {
        text-align: left;
    }
}

.property-meta a {
    color: #999;
}

.property-meta a:hover {
    color: #666;
}

.property-meta a:hover .meta-data {
    cursor: pointer;
}

.property-meta .meta-title {
    display: inline-block;
    width: 20px;
    font-weight: 700;
}

.property-meta > div {
    float: left;
}

.property-meta .meta-data {
    display: inline-block;
}

.property-meta .meta-data:hover {
    cursor: default;
}

.add-to-favorites:hover {
    cursor: pointer;
}

#compare-properties-popup {
    display: none;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#compare-properties-thumbnails ul {
    margin-bottom: 0;
}

#compare-properties-thumbnails li {
    float: left;
    margin-bottom: 30px;
}

#property-comparison-table .comparison-header {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

#property-comparison-table .comparison-data {
    position: relative;
    display: inline-block;
    width: 39%;
    margin-left: 1%;
    vertical-align: top;
}

#property-comparison-table .comparison-data a {
    color: inherit;
}

#property-comparison-table .comparison-data.columns-3 {
    width: 25.66%;
}

#property-comparison-table .comparison-data.columns-4 {
    width: 19%;
}

#property-comparison-table .comparison-data .remove-property-from-comparison {
    opacity: 0.75;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
}

#property-comparison-table .comparison-data .remove-property-from-comparison:hover {
    opacity: 1;
    cursor: pointer;
}

#property-comparison-table .comparison-data .remove-property-from-comparison::before {
    content: "";
}

#property-comparison-table .comparison-main .property-title {
    margin-bottom: 0;
}

#property-comparison-table .comparison-main .property-address {
    font-size: 0.9em;
    color: #999;
}

#property-comparison-table .comparison-attributes {
    margin-top: 30px;
}

#property-comparison-table .comparison-attributes .comparison-row {
    font-size: 0.9em;
    line-height: 2.5;
    border-bottom: 1px solid #e6e6e6;
}

#property-comparison-table .comparison-attributes .comparison-header {
    font-weight: 700;
}

.property-item .property-price {
    position: relative;
    display:block !important;
    text-align: center;
}
.property-video-popup {
    display: none;

}

.property-price .share-unit {
    color: #fff;
    font-size: 22px;
    left: 0;
    position: absolute;
    top: -129px;
    width: 43px;
    z-index: 9999;
}



.property-price .share-unit::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c91a22;
    bottom: -8px;
    content: " ";
    height: 0;
    position: absolute;
    right: 12px;
    width: 0;
}

.property-price .share-unit a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
}

.property-price .share-unit .social-facebook {
    background-color: #3b5998;
}

.property-price .share-unit .social-twitter {
    background-color: #4cc2ff;
}

.property-price .share-unit .social-google {
    background-color: #d23e2b;
}

.property-price .share-unit .social-pinterest {
    background-color: #c91a22;
}

.property-price .share-unit i {
    display: block;
    line-height: 1;
    margin: 0;
    opacity: 1;
}

/*------------------------------
        Property: Search Form
------------------------------*/
.property-search-form {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    padding: 30px 30px 10px;
    font-size: 0.9em;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0 0 #f3f3f3;
}

.property-search-form input:not([type=submit]), .property-search-form select, .property-search-form select:focus, .property-search-form .chosen-container {
    background-color: #fff;
}

.property-search-form .property-search-more {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.property-search-form .property-search-more h6 {
    padding: 1em;
    background-color: #f8f8f8;
}

.property-search-form .property-search-more.show {
    height: auto;
    margin-bottom: 20px;
}

.property-search-form .property-search-more .form-group {
    margin-bottom: 0.5em;
}

.property-search-form .property-search-more input[type="radio"] {
    margin-left: 2px;
}

.property-search-form .property-search-more i {
    display: block;
}

.property-search-form .price-range {
    height: 40px;
}

.property-search-form .price-range label {
    display: block;
    margin: 0;
    height: 22px;
    max-height: 25px;
    line-height: 1;
    color: inherit;
    text-align: center;
}

.property-search-form .price-range-slider.noUi-target, .property-search-form #price-range.noUi-target {
    border-radius: 0;
    border-color: #e6e6e6;
}

.property-search-form .price-range-slider.noUi-horizontal, .property-search-form #price-range.noUi-horizontal {
    height: 15px;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-origin, .property-search-form #price-range.noUi-horizontal .noUi-origin {
    box-shadow: none;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-handle, .property-search-form #price-range.noUi-horizontal .noUi-handle {
    height: 24px;
    width: 24px;
    left: -12px;
    top: -6px;
    cursor: pointer;
    border-radius: 0;
    border-color: #e6e6e6;
    box-shadow: none;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-handle:before, .property-search-form .price-range-slider.noUi-horizontal .noUi-handle:after, .property-search-form #price-range.noUi-horizontal .noUi-handle:before, .property-search-form #price-range.noUi-horizontal .noUi-handle:after {
    top: 6px;
    left: 9px;
    height: 10px;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-handle:after, .property-search-form #price-range.noUi-horizontal .noUi-handle:after {
    left: 12px;
}


/*------------------------------
Page: Single Property
------------------------------*/
.property-header-container {
    padding: 50px 0 0;
    text-align: center;
}

.property-header-container.no-media {
    position: relative;
    margin-bottom: 50px;
    color: #666;
    background: none;
}

.property-header-container.no-media .title, .property-header-container.no-media i, .property-header-container.no-media a {
    color: #666;
}

.property-header-container .container {
    position: relative;
}

@media (min-width: 768px) {
    .property-header-container {
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        text-align: left;
        background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.7));
    }
    .property-header-container.title-style-gradient {
        padding-bottom: 100px;
    }
    .property-header-container.title-style-gradient .title {
        padding: 0;
        color: #fff;
        background-color: transparent;
    }
    .property-header-container.title-style-gradient .meta {
        margin: 0 0 10px 0;
        padding: 0;
        color: #eee;
        background-color: transparent;
    }
}

.property-header .title {
    margin: 0;
}

.property-header .meta {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 0;
}

.property-header a {
    color: inherit;
}

.property-header i {
    opacity: 0.4;
    font-size: 0.8em;
}

.property-header .hide-title {
    display: none;
}

.property-header .status-update {
    display: inline-block;
    padding: 0 1em;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    line-height: 2;
    background-color: #43becc;
}

@media (min-width: 768px) {
    .property-header {
        color: #fff;
    }
    .property-header .title {
        display: inline-block;
        padding: 10px 20px;
        padding-left:0px;
        font-size: 2.8em;
        text-transform: none;
        color: #666;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .property-header .title i {
        vertical-align: text-top;
        font-size: 0.5em;
    }
    .property-header .title i:hover {
        opacity: 0.8;
        cursor: pointer;
    }
    .property-header .hide-title {
        display: inline;
    }
    .property-header .meta {
        display: inline-block;
        font-size: 1.6em;
        color: #999;
    }
    .property-header .clearfix.mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .property-header .title {
        font-size: 3.6em;
        line-height: 44px;
    }


}

.show-title {
    display: none;
    position: absolute;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: 30px;
    margin-left: -20px;
    line-height: 40px;
    font-size: 2em;
    text-align: center;
    color: #fff;
}

#property-layout-full-width, #property-layout-boxed {
    position: relative;
    overflow: hidden;
}

#property-layout-boxed
.property-header-container {
    padding-left: 30px;
    padding-right: 30px;
}

.show-title {
    margin: 0;
}

#property-layout-full-width {
    margin-top: -15px;
}

@media (min-width: 768px) {
    #property-layout-full-width {
        margin-top: -50px;
    }
}

.fit .property-image {
    background-size: contain;
}

.property-image {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 20px;
}

.property-image.zoom {
    cursor: url("lib/images/plus_cursor.png") 25 25, auto;
}

#main-content #property-slider-below .container {
    padding: 30px 30px 0;
}

#main-content #property-slider-below .container #property-thumbnails {
    margin: 0;
}

#property-thumbnails {
    opacity: 0;
    margin: 50px 0 0;
}

#property-thumbnails a {
    display: block;
}

#property-thumbnails .property-video-thumbnail {
    position: relative;
    background-position: 50%;
    background-size: cover;
}

#property-thumbnails .property-video-thumbnail img {
    visibility: hidden;
}

#property-thumbnails .property-video-thumbnail::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\F04b";
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

#property-thumbnails .owl-item {
    opacity: 0.5;
    transition: opacity 0.2s;
}

#property-thumbnails .owl-item.active, #property-thumbnails .owl-item:hover {
    opacity: 1;
    transition: opacity 0.2s;
}

#property-thumbnails .owl-nav {
    font-size: 40px;
    line-height: 40px;
}

#property-thumbnails .owl-nav div {
    margin-top: -20px;
}

#property-thumbnails .owl-nav .owl-prev {
    left: 20px;
}

#property-thumbnails .owl-nav .owl-next {
    right: 20px;
}

.section-title {
    margin-top: 0;
}

.single-property .property-meta {
    font-size: 1em;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
}

.single-property .property-meta > div {
    float: none;
    padding: 0;
}

.single-property .property-meta .meta-title {
    width: 25px;
    margin: 0;
    color: inherit;
}

.single-property .property-meta .meta-data {
    display: inline;
}

#main-content .property-meta {
    margin: 0;
    padding: 15px;
}

#main-content .property-meta > div {
    float: none;
}

#property-features li i.fa-check, #property-features li i.fa-times {
    display: inline-block;
    margin-right: 10px;
}

#property-features li i.fa-check {
    color: #43becc;
}

#property-features li i.fa-question-circle {
    display: inline-block;
    margin-left: 10px;
    color: #999;
}

#property-features li a {
    display: inline-block;
    line-height: 3;
    color: #666;
}

#property-features li a.inactive {
    color: #ccc;
}

#property-features li a.inactive i.fa-question-circle {
    color: #ccc;
}

#attachments a {
    color: inherit;
}

#floor-plan img {
    width: 100%;
}

.map-wrapper {
    margin-bottom: 50px;
}

.social-transparent i {
    margin-bottom: 0;
}

#similar-properties .section-title {
    font-size: 1.8em;
}

#similar-properties #property-items .property-item .property-meta {
    margin: inherit;
    padding: 15px;
    font-size: 0.9em;
}

#similar-properties #property-items .property-item .property-meta > div {
    float: left;
    width: 50%;
}

#property-video {
    margin: -30px -30px 50px;
}

#property-slider-below {
    margin: -30px -30px 0;
}

#property-slider-below .container {
    max-width: 100%;
    padding: 0;
}

.agent {
    text-align: center;
    background-color: #fff;
}

@media (min-width: 768px) {
    .agent {
        text-align: inherit;
    }
}

.agent .title {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 2em;
}

@media (min-width: 768px) {
    .agent .title {
        margin-top: 0;
    }
}

.agent .company-name {
    color: #999;
    font-size: 1.2em;
    font-style: italic;
}

.agent .contact {
    margin-left: 1em;
    line-height: 2;
    color: #999;
}

.agent .contact i {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

.agent .contact a {
    padding-bottom: 1px;
    color: #999;
    border-bottom: 1px solid #ddd;
}

.agent .contact a:hover {
    color: #666;
}

.agent .description {
    margin-top: 30px;
    padding-top: 30px;
    color: #999;
    border-top: 1px solid #e6e6e6;
}

.agent .description .agent-more-link {
    margin: 1em 0 0;
}

.agent .social, .agent .social-transparent {
    text-align: center;
    background-color: #f8f8f8;
}

.agent .social i, .agent .social-transparent i {
    margin: 1em 5px;
}

#contact-form {
    margin-top: 30px;
}

#contact-form input:not([type="submit"]) {
    margin-bottom: 1em;
    padding: 0.25em 0.75em;
}

#contact-form textarea {
    padding: 0.25em 0.75em;
}

form input.error, form textarea.error {
    border-color: #fa726c;
}

form label.error {
    display: block;
    font-size: 0.9em;
    color: #fa726c;
}

#form-errors, #form-success {
    margin-top: 20px;
}

/*------------------------------
        Page: Taxonomy
------------------------------*/
.taxonomy-results .page-title {
    text-transform: capitalize;
}

.taxonomy-results .taxonomy-description {
    margin-bottom: 30px;
    color: #999;
}

/*------------------------------
        Template: Search Results
------------------------------*/
body.page-template-template-property-search-php header.navbar {
    margin-bottom: 0;
}

body.page-template-template-property-search-php .map-wrapper {
    margin-bottom: 0;
}

body.page-template-template-property-search-php .property-search-form, body.page-template-template-property-search-php #sidebar {
    margin-top: 50px;
}

.search-results-header {
    margin-bottom: 0px;
    text-align: center;
}

@media (min-width: 768px) {
    .search-results-header {
        text-align: left;
    }
}

.search-results-header .form-group {
    margin: 0;
}

.search-results-header .page-title {
    font-size: 1.5em;
}

@media (min-width: 768px) {
    .search-results-header .page-title {
        font-size: 2em;
    }
}

.search-results-header .search-results-order {
    float: none;
    display: inline-block;
}

@media (min-width: 768px) {
    .search-results-header .search-results-order {
        float: right;
    }
}

.search-results-header .search-results-order .select {
    background-color: #f3f3f3;
}

.search-results-header .search-results-order .select::after {
    right: 14px;
}

.search-results-header .search-results-order .select select {
    padding-right: 28px;
    border: none;
}

.search-results-header .search-results-view {
    display: none;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .search-results-header .search-results-view {
        display: block;
    }
}

.search-results-header .search-results-view i {
    font-size: 1.2em;
    height: 40px;
    width: 40px;
    color: #ddd;
    line-height: 40px;
    text-align: center;
    background-color: #f3f3f3;
}

.search-results-header .search-results-view i:hover {
    cursor: pointer;
    border-color: #ddd;
}

.search-results-header .search-results-view i.active {
    color: #999;
}

[data-view="list-view"] li {
    width: 100%;
    font-size: 1em;
}

[data-view="list-view"] li .property-item {
    overflow: hidden;
}

@media (min-width: 992px) {
    [data-view="list-view"] li .property-item {
        background-color: #fff;
    }
    [data-view="list-view"] li .property-item .property-thumbnail {
        float: left;
        width: 40%;
    }
    [data-view="list-view"] li .property-item .title {
        font-size: 1.4em;
    }
    [data-view="list-view"] li .property-item .property-content {
        float: left;
        width: 60%;
    }
    [data-view="list-view"] li .property-item .property-content .property-price {
        position: absolute;
        bottom: 0;
        left: 40%;
        right: 0;
    }
}

/*------------------------------
        Template: Contact
------------------------------*/
.page-template-template-contact .map-wrapper {
    margin-top: -50px;
}

.template-contact .contact-detail {
    font-size: 1em;
}

.template-contact .contact-detail i {
    margin-right: 10px;
}

.template-contact .google-map {
    height: 400px;
    margin-bottom: 30px;
}

.template-contact .google-map #map-marker-container, .template-contact .google-map .map-marker-container {
    padding: 15px 20px;
}

.template-contact .google-map #map-marker-container img, .template-contact .google-map .map-marker-container img {
    max-width: 100%;
    margin-bottom: 15px;
}

.template-contact .google-map #map-marker-container .content, .template-contact .google-map .map-marker-container .content {
    padding: 0;
}

.contact-detail {
    font-size: 0.9em;
    color: #999;
}

.contact-detail i {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}


/*------------------------------
        Template: Slideshow
------------------------------*/
.wrapper-out {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.wrapper {
    display: table;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.wrapper .inner {
    display: table-cell;
    vertical-align: middle;
}

.wrapper .inner.bottom {
    vertical-align: bottom;
}

.wrapper .inner.bottom .slideshow-content-link .title {
    font-size: 1.3em !important;
}

@media (min-width: 768px) {
    .wrapper .inner.bottom .slideshow-content-link .title {
        max-width: none !important;
    }
}

#template-slideshow {
    position: relative;
    min-height: 400px !important;
    width: 100%;
    margin-bottom: 50px;
}

#template-slideshow.original {
    height: auto !important;
    min-height: 0 !important;
}

#template-slideshow .slides {
    overflow: hidden;
    opacity: 0;
}

#template-slideshow .slide {
    height: 100%;
    line-height: 1.7;
}

#template-slideshow .slide .owl-lazy {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#template-slideshow .title {
    position: relative;
    display: inline-block;
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 0;
    padding: 15px 20px;
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
    background-color: #43becc;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    #template-slideshow .title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.8em;
    }
}

@media (min-width: 1200px) {
    #template-slideshow .title {
        max-width: 100%;
        margin-left: 0;
    }
}

#template-slideshow .title a {
    color: #fff;
}

#template-slideshow .title .property-video-popup {
    opacity: 0.75;
    padding-left: 15px;
    font-size: 0.8em;
    vertical-align: super;
}

#template-slideshow .title .property-video-popup:hover {
    opacity: 1;
}

#template-slideshow .description {
    overflow: hidden;
    display: inline-block;
    max-width: 80%;
    margin-left: 10%;
    position: relative;
    padding: 15px 20px 0;
    font-size: 0.9em;
    color: #999;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s;
}

@media (min-width: 768px) {
    #template-slideshow .description {
        padding: 15px 30px;
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    #template-slideshow .description {
        max-width: 60%;
        margin-left: 0;
    }
}

#template-slideshow .description .arrow-right {
    position: absolute;
    top: -30px;
    left: 0;
    border-width: 30px;
    border-left-color: #43becc;
    transition: all 0.3s;
}

#template-slideshow .description .arrow-left {
    position: absolute;
    top: -30px;
    right: 0;
    border-width: 30px;
    border-right-color: #43becc;
    transition: all 0.3s;
}

#template-slideshow .description .property-price {
    float: left;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 50px;
    color: #666;
}

#template-slideshow .description .property-data {
    font-size: 0.9em;
    border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
    #template-slideshow .description .property-data {
        padding-top: 1em;
    }
}

#template-slideshow .description .property-details {
    display: none;
    float: right;
    line-height: 50px;
}

@media (min-width: 768px) {
    #template-slideshow .description .property-details {
        display: inherit;
    }
}

#template-slideshow .description .property-details i {
    margin: 0 5px 0 15px;
}

#template-slideshow .toggle-property-search-more {
    color: #666;
}

#template-slideshow .property-search-more h6 {
    padding: 0;
    font-weight: 700;
    background-color: transparent;
}

#template-slideshow label {
    color: #666;
}

.rtl #template-slideshow .title .property-video-popup {
    padding: 0 15px 0 0;
}

.slideshow-search {
    opacity: 0;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    text-align: center;
    transition: all 0.8s 0.4s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.slideshow-search.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slideshow-search .container {
    opacity: 1 !important;
}

.slideshow-search form {
    display: inline-block;
    height: 200px;
    margin: -100px 0 0;
    padding: 30px;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
    .slideshow-search form {
        width: 80%;
        height: 100px;
        margin: -50px 10% 0;
        text-align: left;
    }
}

.slideshow-search form.property-search-form {
    height: auto;
    padding-bottom: 15px;
    border: none;
}

.slideshow-search form #mini-search-location, .slideshow-search form #mini_search_location_chosen {
    float: left;
    margin-right: 10px;
    margin-bottom: 0.5em;
    background-color: #fff;
}

@media (min-width: 768px) {
    .slideshow-search form #mini-search-location, .slideshow-search form #mini_search_location_chosen {
        width: auto !important;
        min-width: 250px;
        margin-bottom: 0;
    }
}

.slideshow-search form #mini-search-status, .slideshow-search form #mini_search_status_chosen {
    float: left;
    margin-right: 10px;
    background-color: #fff;
    margin-bottom: 0.5em;
}

@media (min-width: 768px) {
    .slideshow-search form #mini-search-status, .slideshow-search form #mini_search_status_chosen {
        width: auto !important;
        margin-bottom: 0;
    }
}

.slideshow-search form select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slideshow-search form .mini-search-form input[type="submit"] {
    width: 100%;
}

@media (min-width: 768px) {
    .slideshow-search form .mini-search-form input[type="submit"] {
        width: auto;
    }
}

#template-slideshow.slideshow-type-custom {
    letter-spacing: -0.5px;
}

#template-slideshow.slideshow-type-custom .title {
    max-width: 100%;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-weight: inherit;
    font-size: 2em;
    background-color: inherit;
}

@media (min-width: 768px) {
    #template-slideshow.slideshow-type-custom .title {
        margin-bottom: 0.3em;
        padding-bottom: 0.3em;
        font-size: 3em;
    }
}

#template-slideshow.slideshow-type-custom .title:after {
    opacity: 0.8;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 4px;
    content: "";
    background-color: #43becc;
    transition: all 0.2s ease-in;
}

#template-slideshow.slideshow-type-custom .description {
    opacity: 0.8;
    max-width: 100%;
    padding: 0;
    font-size: 1.2em;
    color: #fff;
    background-color: transparent;
}

@media (min-width: 768px) {
    #template-slideshow.slideshow-type-custom .description {
        font-size: 1.5em;
    }
}

#template-slideshow.slideshow-type-custom .slide-has-text:after {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.2s ease-in;
    background-color: rgba(0, 0, 0, 0.3);
}

#template-slideshow.slideshow-type-custom a:hover .slide-has-text:after {
    background-color: rgba(0, 0, 0, 0.4);
}

/*------------------------------
        Template: Vertical Map
------------------------------*/
.page-template-template-map-vertical.fixed-header header.navbar.mini.nav-right .navbar-header {
    padding: 25px 0 0;
}

.page-template-template-map-vertical .navbar.mini {
    top: 0 !important;
}

@media (min-width: 768px) {
    .page-template-template-map-vertical .search-result-container {
        position: relative;
        padding-top: 30px;
    }
    .page-template-template-map-vertical .search-result-container.container {
        width: auto;
        max-width: none;
    }
    .page-template-template-map-vertical .map-wrapper {
        margin: -30px -15px 0 0;
    }
    .page-template-template-map-vertical .search-container {
        width: 50%;
    }
    .page-template-template-map-vertical .map-container {
        position: fixed;
        right: 0;
        width: 50%;
    }
}

.page-template-template-map-vertical form {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .page-template-template-map-vertical .page-title {
        text-align: center;
    }
}

/*------------------------------
        Template: Intro
------------------------------*/
.page-template-template-intro-php {
    height: 100%;
}

#intro-background-images, .page-template-template-intro-php .fluid-width-video-wrapper {
    position: absolute !important;
    z-index: -1 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
}

#intro-background-images div, .page-template-template-intro-php .fluid-width-video-wrapper div {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#intro-wrapper {
    min-height: 100%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    #intro-wrapper {
        position: absolute;
        overflow: hidden;
    }
}

#intro-wrapper:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    #intro-wrapper:after {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

#intro-wrapper .wrapper {
    z-index: 2;
}

#intro-wrapper .container {
    padding: 0;
}

@media (min-width: 768px) {
    #intro-wrapper .container {
        padding: inherit;
    }
}

#intro-wrapper .intro-bg-left, #intro-wrapper .intro-bg-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
    margin-bottom: 30px;
    background: transparent;
}

@media (min-width: 768px) {
    #intro-wrapper .intro-bg-left, #intro-wrapper .intro-bg-right {
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

#intro-wrapper .intro-content-left {
    padding: 30px 15px;
    text-align: center;
    color: #fff;
}

#intro-wrapper .intro-content-left .lead {
    color: #fff;
}

#intro-wrapper .intro-content-left .btn {
    border: none;
}

#intro-wrapper .intro-content-left a:hover {
    color: inherit;
}

@media (min-width: 768px) {
    #intro-wrapper .intro-content-left {
        padding: 0 50px;
        text-align: right;
    }
}

#intro-wrapper .intro-content-right {
    position: relative;
}

#intro-wrapper .intro-content-right .intro-title {
    margin: 0;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    #intro-wrapper .intro-content-right .intro-title {
        padding: 0 0 20px;
        text-align: left;
    }
}

#intro-wrapper .intro-content-right .intro-title .title {
    margin: 0;
    color: #fff;
}

@media (min-width: 768px) {
    #intro-wrapper .intro-content-right {
        padding: 0 50px;
    }
}

#intro-wrapper .logo {
    margin-bottom: 30px;
}

#intro-wrapper .property-search-form {
    opacity: 0.95;
    background-color: #fff;
}

#intro-wrapper .property-search-form .form-group {
    width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
    #intro-wrapper .property-search-form .form-group {
        width: 100%;
    }
}

#intro-wrapper div[class^=google-map] {
    height: 300px;
}

#intro-wrapper .intro-search, #intro-wrapper .intro-map {
    position: relative;
    top: 0;
    opacity: 1;
    transition: all 0.8s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 768px) {
    #intro-wrapper .intro-search, #intro-wrapper .intro-map {
        right: auto;
    }
}

#intro-wrapper .intro-search .toggle, #intro-wrapper .intro-map .toggle {
    opacity: 0.8;
    font-size: 14px;
    color: #fff;
}

@media (min-width: 992px) {
    #intro-wrapper .intro-search .toggle, #intro-wrapper .intro-map .toggle {
        position: absolute;
        top: 0;
        right: 0;
    }
}

#intro-wrapper .intro-search .toggle:hover, #intro-wrapper .intro-map .toggle:hover {
    opacity: 1;
}

#intro-wrapper .intro-map {
    position: absolute;
    left: 15px;
    right: 15px;
}

@media (min-width: 768px) {
    #intro-wrapper .intro-map {
        left: 50px;
        right: 15px;
    }
}

#intro-wrapper .intro-map .map-no-properties-found {
    opacity: 0.95;
    background-color: #fff;
}

#intro-wrapper .transform {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#intro-wrapper .social {
    position: relative;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
}

@media (min-width: 768px) {
    #intro-wrapper .social {
        position: absolute;
        z-index: 1;
    }
}

#intro-wrapper .social i {
    margin: 5px;
}

#toggle-intro-wrapper {
    display: none;
    position: fixed;
    z-index: 2;
    bottom: 35px;
    right: 35px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
}

#toggle-intro-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

/*------------------------------
        Template: Property Submit
------------------------------*/
.media-modal .thumbnail img {
    max-width: none;
}

.media-modal input.search {
    height: auto;
    line-height: inherit;
}

#property-submit h1, #property-submit h2, #property-submit h3, #property-submit h4, #property-submit h5, #property-submit h6 {
    margin-top: 0;
    text-transform: none;
}

#property-submit .acf-fields > .acf-field {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

#property-submit .acf-field input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 1em;
}

#property-submit .acf-field input[type=checkbox], #property-submit .acf-field input[type=radio] {
    height: auto;
    line-height: inherit;
}

#property-submit .acf-field .acf-label label {
    margin-bottom: 0.5em;
}

#property-submit .acf-field .acf-label p {
    margin: 0 !important;
    font-size: 0.9em;
    color: #999;
}

#property-submit .acf-field-user .chosen-container, #property-submit .acf-field-taxonomy .chosen-container {
    display: none;
}

#property-submit .acf-taxonomy-field .categorychecklist-holder {
    border-radius: 0;
}

#property-submit .acf-taxonomy-field .categorychecklist-holder li {
    font-size: 1em;
    line-height: inherit;
}

#property-submit .acf-taxonomy-field .categorychecklist-holder li label {
    margin: 0;
    font-weight: 400;
}

#property-submit .acf-gallery .acf-gallery-toolbar {
    height: 64px;
}

#property-submit .acf-gallery .acf-gallery-toolbar .acf-button {
    padding: 15px;
}

#property-submit .acf-button {
    height: auto;
}

#property-submit .acf-error-message {
    margin: 0 0 1em;
    padding: 0;
    border-radius: 0;
}

#property-submit .acf-error-message p {
    margin: 0 !important;
    padding: 15px;
    font-size: inherit !important;
    line-height: inherit;
    text-shadow: none;
}

#property-submit .meta-data {
    margin-bottom: 2em;
    padding: 0 0 0.5em 0;
    text-align: right;
    font-size: 0.9em;
    color: #999;
    border-bottom: 2px solid #e6e6e6;
}

#property-submit label {
    font: 700 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#property-submit #property-features li {
    float: left;
    width: 33%;
}

#property-submit #property_location_chosen li:last-child, #property-submit #property_type_chosen li:last-child, #property-submit #property_status_chosen li:last-child {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
}

#property-submit .other {
    display: none;
    margin: 1em 0 0;
}

#property-submit input[type=file] {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: 1px solid #e6e6e6;
}

#property-submit #property-features, #property-submit #custom-fields {
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid #e6e6e6;
}

#property-submit #property-features li label, #property-submit #custom-fields li label {
    font-family: inherit;
    font-weight: inherit;
}

#property-submit #custom-fields {
    border: none;
}

#property-submit #custom-fields label[for^=property-custom-field_] {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

#property-submit #floor-plan {
    margin: 1em 0;
    padding: 1em 0;
}

#property-submit #floor-plan .row {
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

#property-submit #floor-plan input[type=file] {
    margin: 1em 0 0;
    padding: 0;
    border: none;
}

#property-submit #floor-plan a {
    margin-bottom: 1em;
}

#property-submit #floor-plan img {
    display: block;
}

#property-submit #preview-featured-image {
    max-width: 250px;
    position: relative;
    margin-top: 10px;
}

#property-submit ul.gallery-images {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0;
}

#property-submit ul.gallery-images li {
    position: relative;
    float: left;
    margin: 10px 10px 0 0;
}

#property-submit .map-wrapper {
    margin: 0;
}

#property-submit #contact-information label.default-label {
    font-family: inherit;
    font-weight: inherit;
}

i.delete-uploaded-image {
    opacity: 0.75;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

i.delete-uploaded-image:hover {
    cursor: pointer;
    opacity: 1;
}

/*------------------------------
        Template: Property Submit Listing
------------------------------*/
body.page-template-template-property-submit-listing-php form.paypal-button {
    display: block;
}

body.page-template-template-property-submit-listing-php form.paypal-button button {
    line-height: 1.5;
}

body.page-template-template-property-submit-listing-php .property-search-form input[type="submit"] {
    display: none;
}

/*------------------------------
        Chosen.js
------------------------------*/
.chosen-container {
    font-size: 1em;
}

.chosen-container.chosen-container-active .chosen-single {
    border-color: #43becc;
}

.chosen-container.chosen-container-single {
    position: relative;
}

.chosen-container.chosen-container-single .chosen-single {
    display: block;
}

.chosen-container.chosen-container-single .chosen-single div b {
    display: none;
}

.chosen-container.chosen-container-single .chosen-search {
    padding: 5px 10px;
}

.chosen-container.chosen-container-single .chosen-search input[type="text"] {
    border-color: #e6e6e6;
}

.chosen-container.chosen-container-single::after {
    font-family: FontAwesome;
    content: "\F107";
    position: absolute;
    right: 14px;
    top: 14px;
    line-height: 1;
}

.chosen-container.chosen-container-single:hover {
    cursor: pointer;
    border-color: #ddd;
}

.chosen-container.chosen-container-single.chosen-rtl::after {
    right: auto;
    left: 14px;
}

.chosen-container .chosen-drop {
    border-color: #43becc;
    border-radius: 0;
}

.chosen-container .chosen-results {
    margin: 5px 0;
    padding: 0 10px !important;
    font-size: 0.9em;
}

.chosen-container .chosen-results li {
    padding: 0 5px;
    line-height: 2.2;
}

.chosen-container .chosen-results li.highlighted {
    color: #000;
    background: none;
}

.chosen-container .chosen-results li.group-result {
    color: #4d4d4d;
    text-transform: uppercase;
    background-color: #f8f8f8;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 0;
}

.chosen-container .chosen-results li.group-option:before {
    content: "- ";
}

.chosen-container .chosen-results li.group-option.level2 {
    margin-left: 1em;
}

.chosen-container .chosen-results li.group-option.level3 {
    margin-left: 2em;
}

.chosen-container .chosen-results li.group-option.level4 {
    margin-left: 3em;
}

/*------------------------------
        Contact Form 7
------------------------------*/
div.wpcf7 input:not([type="submit"]), div.wpcf7 textarea {
    width: 100%;
}

div.wpcf7 label {
    margin: 0;
}

div.wpcf7 .required {
    color: #e82c0c;
}

div.wpcf7 img.ajax-loader {
    margin-left: 1em;
}

div.wpcf7 img.wpcf7-captchac {
    float: left;
}

div.wpcf7 input.wpcf7-not-valid, div.wpcf7 textarea.wpcf7-not-valid {
    border-color: #e82c0c;
}

div.wpcf7 .wpcf7-textarea {
    height: 153px;
}

div.wpcf7 span.wpcf7-quiz-label {
    display: block;
}

div.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    color: #e82c0c;
}

div.wpcf7 .wpcf7-response-output {
    margin: 0 0 30px;
    padding: 0;
    font-size: 0.9em;
}

div.wpcf7 .wpcf7-validation-errors {
    color: #e82c0c;
    border: none;
}

div.wpcf7 .wpcf7-mail-sent-ok {
    color: #45BF55;
    border: none;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7 .wpcf7-form-control-wrap {
    display: block !important;
    margin-bottom: 1em;
}

div.wpcf7 br {
    display: none;
}

/*------------------------------
        Datepicker for Bootstrap
------------------------------*/
.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 35px;
    height: 20px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #43becc;
    color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #43becc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #43becc;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #43becc;
    color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #43becc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #43becc;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2001 !important;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 4px 5px;
}

/*------------------------------
        JP Carousel Gallery Plugin
------------------------------*/
#jp-carousel-comment-form-container, div.jp-carousel-buttons a.jp-carousel-commentlink, #jp-carousel-comments-loading {
    display: none !important;
}

.jp-carousel-buttons {
    padding: 0 !important;
}

.jp-carousel-image-meta {
    display: none;
}

.jp-carousel-wrap .jp-carousel-light .jp-carousel-close-hint, .jp-carousel-wrap .jp-carousel-close-hint {
    top: 20px;
}

.jp-carousel-wrap .jp-carousel-light .jp-carousel-close-hint span, .jp-carousel-wrap .jp-carousel-close-hint span {
    float: right;
    font-size: 3em !important;
    color: inherit;
    background: transparent !important;
}

.jp-carousel-info {
    display: none;
}

.jp-carousel-info .jp-carousel-photo-info h2 {
    font-size: 1.5em !important;
}

.jp-carousel-next-button span, .jp-carousel-previous-button span {
    background: none !important;
}

.jp-carousel-next-button, .jp-carousel-previous-button {
    overflow: visible !important;
    text-indent: 0 !important;
    opacity: 0.5;
    transition: all 0.2s;
}

.jp-carousel-next-button:before, .jp-carousel-previous-button:before {
    height: 100px;
    font-family: FontAwesome;
    font-size: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 10px;
    line-height: 1;
    text-align: center;
    color: #666;
    content: "\F104";
}

.jp-carousel-next-button:hover, .jp-carousel-previous-button:hover {
    opacity: 1;
}

.jp-carousel-next-button:before {
    left: auto;
    right: 10px;
    content: "\F105";
}

/* Latest Tweets Widget
https://wordpress.org/plugins/latest-tweets-widget/
-------------------------*/
.widget_latest_tweets_widget .title:empty {
    display: none;
}

.latest-tweets ul {
    list-style: none;
    padding: 0;
}

.latest-tweets ul li {
    padding: 15px;
    background-color: #fff;
}

.latest-tweets ul li .tweet-text {
    overflow: hidden;
}

.latest-tweets ul li .tweet-details {
    margin: 0;
    font-style: italic;
}

.latest-tweets ul li .tweet-details a {
    opacity: 0.5;
    color: inherit;
}

.latest-tweets ul li .tweet-details a:hover {
    opacity: 1;
}

/*------------------------------
        Magnific Popup
------------------------------*/
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
    display: inherit;
    margin: 0;
}

.mfp-wrap .mfp-container .mfp-arrow {
    height: 50px;
    margin-top: -25px;
    font-size: 40px;
    line-height: 1;
    opacity: 1;
}

@media (min-width: 768px) {
    .mfp-wrap .mfp-container .mfp-arrow {
        height: 80px;
        margin-top: -40px;
        font-size: 80px;
    }
}

.mfp-wrap .mfp-container .mfp-arrow-left:before, .mfp-wrap .mfp-container .mfp-arrow-left:after {
    margin-top: 0;
    border: none;
}

.mfp-wrap .mfp-container .mfp-arrow-left:before {
    font-family: FontAwesome;
    content: "\F104";
}

.mfp-wrap .mfp-container .mfp-arrow-right:before, .mfp-wrap .mfp-container .mfp-arrow-right:after {
    margin-top: 0;
    border: none;
}

.mfp-wrap .mfp-container .mfp-arrow-right:before {
    font-family: FontAwesome;
    content: "\F105";
}

/*------------------------------
        Owl Carousel
------------------------------*/
.owl-carousel {
    margin-bottom: 0;
}

.owl-carousel.testimonial .owl-item {
    background-color: transparent;
}

.owl-carousel .owl-item .property-item {
    margin-bottom: 0;
}

.owl-carousel .owl-item .property-item img {
    width: calc(100% + 20px);
}

.owl-carousel .owl-stage-outer {
    margin: -2px;
    padding: 2px;
}

.owl-theme {
    -webkit-tap-highlight-color: transparent;
}

.owl-nav {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}

@media (min-width: 768px) {
    .owl-nav {
        font-size: 60px;
        line-height: 60px;
    }
}

.owl-nav div {
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
    display: block;
    height: 40px;
    margin: -20px 0 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .owl-nav div {
        height: 60px;
        margin: -30px 0 0;
    }
}

.owl-nav .owl-prev {
    left: 30px;
}

.owl-nav .owl-next {
    right: 30px;
}

.owl-nav .disabled {
    opacity: 0.5;
}

.nav-bottom .owl-nav, .widget .owl-nav {
    margin-top: 15px;
    text-align: right;
    color: #fff;
}

.nav-bottom .owl-nav div, .widget .owl-nav div {
    position: static;
    overflow: hidden;
    opacity: 0.8;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-color: #43becc;
}

.nav-bottom .owl-nav div:hover, .widget .owl-nav div:hover {
    opacity: 1;
}

.nav-bottom .owl-nav .disabled, .widget .owl-nav .disabled {
    opacity: 0.5;
}

.owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
}

.owl-theme .owl-dots.disabled {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.2s;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.6);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8);
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-latest-posts article {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.owl-latest-posts .content {
    padding: 0 1em 1em;
}

.owl-latest-posts .title {
    margin: 1em 0 0.5em 0 !important;
}

.owl-latest-posts p {
    font-size: 0.9em;
    color: #999;
}

/*------------------------------
        Slim Jetpack
------------------------------*/
.tiled-gallery-item .tiled-gallery-caption {
    padding: 0.5em 0.25em;
    font-size: 1em;
    color: #666;
}

.tiled-gallery-item {
    transition: all 0.3s;
}

.tiled-gallery-item:hover {
    opacity: 0.8;
}

/*------------------------------
        CSS Spinner - Bounce
        http://tobiasahlin.com/spinkit/
------------------------------*/
.spinner {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    text-align: center;
}

.spinner > div {
    position: relative;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background-color: #999;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1s infinite ease-in-out;
    animation: bouncedelay 1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0;
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/*------------------------------
        Plugin: WordPress Social Login
https://wordpress.org/plugins/wordpress-social-login/
------------------------------*/
.wp-social-login-widget {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #e6e6e6;
}

.wp-social-login-widget .wp-social-login-connect-with {
    color: #999;
}

.wp-social-login-widget .wp-social-login-provider-list {
    margin-top: 0.5em;
    padding: 0;
}

.wp-social-login-widget .wp-social-login-provider-list a {
    display: inline-block;
    margin-right: 3px;
}

/*# sourceMappingURL=style.css.map */


/* New Changes */

.guides-home {
    background-color:#f9f9f9;
    padding: 20px 0;
    display:block;

}


.guides-home .wpb_column- {
    width:100%;
    margin-left:auto;
}

.button {
    background-color: #81bada;
    color: #fff;
    text-align: center;
    width: 153px;
    padding: 9px;
}

.button-exclusive a {
    background-color: #81bada;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 381px;
    padding-bottom: 9px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 9px;
    text-align: center;
}

.button-exclusive a {
    color:#fff !important;

}

.guides-home .button {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    width: 99px;
    padding:6px;
}
.button a {
    color:#fff !important;

}

/* Home Blocks */

.guides-home .block1, .guides-home .block3 {
    margin-top:60px;
    text-align:center;
    text-height:12px;
    line-height:20px;
}

.guides-home h3 {
    margin-bottom:0px;

}

.meet-team p {
    line-height:17px;

}

.meet-team h6 {
    margin-bottom:5px;

}


/* Michelle Block Home */

.home-meet {
    margin-top:50px;
    text-align: center;
    margin-left: -44px;
}

.home-meet h4 {
    margin-bottom: 7px !important;

}

.home-meet .button {
    margin-left: auto;
    margin-right: auto;

}

/* Banner */

.exclusive-listings .flexslider {
    border:none!important;
    border-radius:0px !important;
    box-shadow:none !important;

}


.flex-viewport ul.slides li {
    margin-right: 18px;
    max-height: 218px !important;
}


/* Header */

.navbar-brand-logo {
    font-size: 18px;
    width: 280px;
    float: left;

}

.navbar-brand a {
    width: 100%;

}


.navbar-header {
    padding-bottom: 8px !important;
    padding-top: 22px !important;
    position: relative;
}

.header-block-right {
    position:absolute;
    right:0px;
    top:0px;

}

.navbar-header .aps-social-icon-wrapper {
    float:right;
    display:block;
    clear:both;

}

.login-register {
    float:right;
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
    color:#666666;

}
.login-register a {
    color:#666666 !important;
}

.navbar-phone-number a {
    color: #3e7a99 !important;
    font-size:18px;
    font-weight:bold;
}


/* Feedback Form */

#ninja_forms_field_29_div_wrap {
    margin-bottom: 20px;
    margin-top: 10px;

}

#ninja_forms_field_30_div_wrap, #ninja_forms_field_37_div_wrap, #ninja_forms_field_37_div_wrap, #ninja_forms_field_42_div_wrap,  #ninja_forms_field_46_div_wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}

#ninja_forms_field_22_div_wrap, #ninja_forms_field_45_div_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.feedback-suggestions {
    font-size: 17px;
}

.page-id-1048 .textarea-wrap textarea {
    height: 88px !important;
}

#ninja_forms_field_46_div_wrap {
    font-size: 12px;

}


/* Left Sidebar */

.sidebar-left {
    float: left;
    margin-top: 42px;
}

ul#sidebar {
    border-right-color: #e3e3e3;
    border-right-style: solid;
    border-right-width: 1px;

}
.sidebar-left ul li {
    list-style: none;
}

.sidebar-left ul {
    line-height: 2;
    list-style-type: square;
    padding-left: 0;
}

.sidebar-left ul li.current_page_item a {
    color: #7bb7d6;

}



/* Testimonials */


.quote-bottom {
    background-image: url("lib/images/quote-left2.png") !important;
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    color: #999999;
    font-family: "century-gothic";
    font-size: 31px;
    min-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.quote-bottom .wpb_wrapper {
    background-image: url("lib/images/quote-right2.png");
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
}

.testimonial-title {
    color: #7bb7d6 !important;
    font-family: "century-gothic";
    font-size: 26px;
    line-height: 25px;
}


.sub-title-testimonial {
    font-size: 20px;
    color: #999999;
    font-family: "century-gothic" !important;

}
#testimonial_slider_1_wrap {
    background-image: url("lib/images/quote-right2.png");
    background-position: 399px 166px;
    background-repeat: no-repeat;
    font-size: 16px;
    margin-top: 0;
    min-height: 244px;
    overflow-x: visible !important;
    overflow-y: visible !important;
    width: 459px !important;
}

.testimonial_wrapper {
    width:450px !important;
    margin-left: -45px !important;

}

.testimonial_slider__default .testimonial_slideri {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 450px !important;
    min-height: 225px !important;
}


.testimonial_slider__default .testimonial_quote {
    box-sizing: border-box;
    float: right;
    margin-left: 5px;
    min-height: 32px;
    padding-left: 40px;
    width: 100% !important;
}


.testimonial_slider_set.testimonial_slider {
    width: 100% !important;
    max-width: none !important;
}

.testimonial_quote  {
    background-image: url(lib/images/quote-left2.png) !important;
    background-repeat: no-repeat;
    background-position: left top;	
}

.testimonial_slider__default .testimonial_quote {
    box-sizing: border-box;
    float: right;
    margin-left: 5px;
    min-height: 32px;
    padding-left: 67px !important;
    width: 60%;
    font-size:14px !important;
    line-height: 23px !important;
    padding-left: 81px !important;
    padding-top: 19px !important;
}

/* Footer */

.icon-1-6 img {
    box-shadow: 0 0 0 0;
    color:#ededed;
    font-size: 13px;
    opacity: 1;
    padding-left: 9px;
}

#footer .widget_apsi_widget {
    margin-bottom:20px;
}

.widget_ninja_forms_widget {
    margin-bottom:0px !important;

}

#ninja_forms_field_6_div_wrap {
    width:200px;
}

input#ninja_forms_field_6 {
    border:none !important;
    background-color: #acd2e5;
    color:#ededed;
    height:30px;
    width: 249px !important;

}

input#ninja_forms_field_7 {
    background-color:#acd2e5 !important;
    height:30px;
    line-height: 28px !important;
    border-left: 1px #e2e2e2 solid !important;
}

.footer-right-block .widget_wysiwyg_widgets_widget {
    margin-top:-3px;
    color: #efefef;
    font-size: 13px;
}

.footer-left-block .widget_wysiwyg_widgets_widget {
    color: #efefef;
    font-size: 13px;
    margin-top: 7px;
}

.widget_wysiwyg_widgets_widget a {
    color: #efefef;
}

.bti-lm-col2-2-1  {
    width:300px !important;

}

div[class*="bti-lm-col2-2-"] {
    width: 68% !important;
}

#ninja_forms_form_5_all_fields_wrap .bti-lm-col2-2-2 {
    width:80px !important;

}

/* Sitemap */

.kocujsitemap code {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #c7254e;
    background-color: transparent !important;
}

.kocujsitemap h2 {
    display: none;

}

.kocujsitemap li {
    list-style-type: none;

}

li.kocujsitemap-post a, li.kocujsitemap-unknown a {
    font-size: 19px;
}

li.kocujsitemap-post ul li a, li.kocujsitemap-unknown ul li a {
    font-size: 13px;
}


/* Property Page */

#property-layout-boxed, .property-meta, .single-property #main-content {
    max-width:1270px;
    margin-left:auto;
    margin-right:auto;
}



/* Buyers Guide */

.house-buying {
    background-color:#fafafa;
}

.current-market {
    background-color: #7bb7d6;
    color:#ededed !important;

}

.current-market .button {
    background-color: #8fc8e8;
    color: #ffffff;
    float: left;
    text-align: center;
    width: 153px;
}

.current-market p, .current-market h2  {
    color:#ededed !important;

}

.vc_btn3.vc_btn3-size-md {
    background-color: #81bada !important;
    font-size: 13px !important;
    padding-bottom: 5px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 5px !important;
}


/* Property Page */

.owl-controls {
    display:none;

}

.property-content {
    margin-bottom:0px;

}

#location {
    margin-top:25px;

}

.a2a_kit {
    float:right;
    margin-top:25px;

}


/* Solds */

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}


.grayscale.grayscale-replaced {
    filter: none;
    -webkit-filter: none;
}

.grayscale.grayscale-replaced > svg {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.grayscale.grayscale-replaced.grayscale-off > svg {
    opacity: 1;
}


/* Search Form */  

input.dsidx-resp-submit {
    background-color:#81bada !important;

}

.search-home fieldset {
    min-width: 0;
    width: 100%;
}

.flex-direction-nav a {
    margin-left: -37px;
    opacity: 1;
}

input:focus, .form-control:focus, input:active, .form-control:active, ul#sidebar li.widget .wpcf7 textarea:focus, #footer li.widget .wpcf7 textarea:focus, ul#sidebar li.widget .wpcf7 input:focus:not([type="submit"]), #footer li.widget .wpcf7 input:focus:not([type="submit"]), .chosen-container.chosen-container-active .chosen-single, .chosen-container .chosen-drop {
    border-bottom-color: #81bada !important;
    border-left-color: #81bada !important;
    border-right-color: #81bada !important;
    border-top-color: #81bada !important;
}

.dsidx-resp-search-box fieldset {
    width: 100%;
    margin-top: -12px;
}

.dsidx-resp-search-box input.dsidx-resp-submit {
    background-color: #acd2e5 !important;
}


/* Menu */



/* Team */


.single-teams h1 {
    font-size: 1.956em !important;
    margin-bottom: 0.4em;
    text-align: center;
}


.team-descriptions {
    min-height: 427px;
}


.single-teams .owl-theme .owl-controls .owl-buttons div {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #666 !important;
    font-family: Roboto;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    position: absolute !important;
    top: 74px !important;
}


.single-teams .owl-next {
    float: right;
    font-size: 32px !important;
    margin-right: -2px !important;
    right: 0;
}

.single-teams .owl-prev {
    float: left;
    font-size: 32px !important;
    left: 23px;
    margin-left: -41px !important;
}

.job-description-sm {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
}

.fa-circle::before {
    color: #999;
    content: "";
    font-size: 11px;
    margin-left: 2px;
    vertical-align: middle;
}

.gts_simple_carousel .car_title {
    margin-bottom: 4px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}


.dvteamgrid .dv-member-desc {
    cursor: pointer;
    left: 0;
    overflow-x: visible !important;
    overflow-y: visible !important;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: linear;
}

.dv-panel, .dv-panel p, .dvcv-subtitle, .teamlist-popup, .teamlist-popup p {
    color: #666 !important;
}

.dvteamgrid .dv-member-desc {
    bottom: 1px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.dvteamgrid .dv-member-desc div {
    line-height: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.dv-member-info {
    background-color: rgba(49, 49, 49, 0.01);
    font-size: 14px;
    line-height: 8px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.dv-panel-title {
    background-color: #81bada;
    color: #ffffff;
    font-size: 28px;
    padding-bottom: 4px !important;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 15px;
}

.dv-panel-info {
    background-color: #81bada;
    color: #ffffff;
    font-size: 16px !important;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0 !important;
}

section#property-video {
    display:none !important;

}

/* Banner Home */

.forcefullwidth_wrapper_tp_banner {
    min-height:auto !important;

}



.tp-shape {
    background-color: #7bb7d6 !important;
    height: 100%;
    opacity: 0.7 !important;
    width: 100%;
}

/* Poperty Listing */

#property-items .property-meta {
    display:none !important;

}


/* Property IDX */

#wysiwyg_widgets_widget-7 {
    text-align: center;

}

#wysiwyg_widgets_widget-7 a {
    color: #777;
}

#wysiwyg_widgets_widget-7 {
    border-left: 1px solid #e3e3e3;
}

#wysiwyg_widgets_widget-7 h2 {
    font-size: 25px;
    margin-bottom: 0.4em;
}

button.dropdown-toggle {
    background-color: #cccccc !important;

}

/* About Us */

.dvteamgrid li {
    box-shadow: 2px 2px 1px 0 #f3f3f3;
    float: left;
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: none !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    opacity: 1;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.page-id-0 .sidebar-left {
    float: right;
    margin-top: 42px;
}



/* Main Menu */



#menu-main-menu ul.sub-menu {
    box-shadow: 0 2px 1px 1px #cacaca;
}

.btn-primary, .btn-primary:focus, input[type="submit"], .acf-button.blue, .primary-tooltips .tooltip-inner, .sub-menu li.current-menu-item, .sub-menu li:hover, .property-item .property-excerpt::after, .property-item.featured .property-title::after, #page-banner .banner-title::after, #pagination .page-numbers li .current, #pagination .page-numbers li .current:hover, .map-wrapper .map-controls .control.active, .map-wrapper .map-controls .control:hover, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .noUi-connect, body.single-property #property-status-update span, .more-link, .nav-tabs > li > a:hover, .nav-bottom .owl-nav div, .widget .owl-nav div, .entry-header .header-content, .property-header .status-update, #template-slideshow.slideshow-type-custom .title::after {
    background-color: #7bb7d6 !important;
}


/* Property Single */


/* Property Single - Slider */


.single-property .wpv-filter-previous-link {
    float: left;
    left: -9px;
    position: absolute;
    top: 67px;
    z-index: 1001;
    display: block !important;
}


.single-property .default-left-arrow {
    float: left;
    left: -9px;
    position: absolute;
    top: 67px;
    z-index: 1000;
    display: block !important;
}


.single-property a.wpv-filter-next-link {
    float: right;
    position: absolute;
    right: 0;
    top: 67px;
}

.single-property .default-right-arrow {
    float: right;
    position: absolute;
    right: 0;
    top: 67px;
}

.single-property .property-home-title {
    text-align: center;

}

.single-property .property-home-name {
    text-align: center;

}

.single-property .property-home-price a {
    text-align: center;
    color: #888;
    float: left;
    width: 100%;
    line-height: 12px;

}

.single-property a.wpv-filter-next-link span.fa, .fa-angle-right  {
    color: #666 !important;
    font-size: 45px !important;

}


.single-property a.wpv-filter-previous-link span.fa, .fa-angle-left  {
    color: #666 !important;
    font-size: 45px !important;
    display: block !important;

}

/* Property Single - END Slider */


.property-meta .col-md-3 {
    width: 10%;
    text-align:center;
}

.house-specs {
    font-size:30px;
    color:#7eb9d7;

}

.house-label {
    font-size:14px;
    color:#999;

}

.widget_wysiwyg_widgets_widget {
    float: left;
    clear: both;
    width: 100%;
}

/* Carosuel */

#main-content .exclusive-listings .flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0.3 !important;
}

#main-content .exclusive-listings .flex-direction-nav .flex-prev, #main-content .exclusive-listings .flex-direction-nav .flex-prev {
    left: -40px;
    opacity: 0.3;
}

#main-content .exclusive-listings .flex-direction-nav .flex-next, #main-content .exclusive-listings .flex-direction-nav .flex-next:hover  {
    opacity: 0.3;
    right: -40px;
    text-align: right;
}


/* Lightbox Overlay */

.slb_data {
    display: none !important;

}

div.pp_overlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    left: 0;
    opacity: 0.25 !important;
    position: absolute;
    top: 0;
    z-index: 9500;
}

.single-property .jquery-modal {
    opacity: 0.25 !important;
}

#stOverlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.25;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 89999990;
}

/* Property Description */

ul.property-meta {
    float: left;
    width: 100%;
    clear: both;
    margin-left: -34px !important;
}

.property-meta li {
    display: block;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    width: 107px;
}

.meta-text {
    font-size: 27px;
    color: #7bb7d6;
}

.property-meta li .label-meta {
    color: #999;
    font-size: 16px;
}

.single-property .property-price, .single-property .rental-price {
    color: #999;
    float: right;
    font-size: 31px;
    margin-bottom: 16px;
}

.rental-info {
    float: left;
    clear: both;
}

.rental-type {
    color: #888;
    font-size: 21px;
    margin-bottom: 4px;
}

.rental-length {
    margin-bottom: 25px;
    color: #888;
    font-size: 21px;

}

.pending-sale {
    color: RED;
    font-size: 21px;

}

.emagazine > a {
    color: #fff;
    display: block;
    float: left;
    margin-bottom: 14px;
    padding: 0;
    text-align: center;
}


.st_sharethis_custom {
    background: transparent url("https://www.michelleandcompany.com/wp-content/uploads/2016/09/share-icon.png") no-repeat scroll left top;
    background-size: 79%;
    cursor: pointer;
    display: block !important;
    float: right;
    height: 86px !important;
    margin-left: 3px;
    margin-top: 0;
    padding: 0 16px 0 0;
    width: 80px !important;
}

.single-property h1 {
    font-size: 2.1em;
    margin-bottom: 0 !important;
}

.property-details {
    color: #999;
    float: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0;
    width: 75%;
}

html body.single-property #main-content   {
    background-color: #ffffff !important;

}


.property-title-meta {
    float: left;
    width: 75%;
}

.st_sharethis_large {
    display: block;
    width: 20px !important;
    height: 20px !important;
    float: right;
    margin-left: 5px;
}

.sub-title {
    color: #888;
    font-size: 21px;
    margin-bottom: 9px;
}

.property-image {
    position: relative;
}

.play-button {
    float: left;
    padding-bottom: 12px;
    padding-right: 4px;
    position: unset;
}

.tour-icon {
    float: left;
    padding-right: 4px;
    padding-bottom: 12px;
    clear: left; 

}

.press-icons-big {
    float: left;
    padding-bottom: 12px;
}

.calculator-icon {
    float: left;

}

.appointment-icon {
    float: left;
    padding-bottom: 12px;

}

#location {
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

.single-property #main-content h1 {
    font-size: 31px;
    text-align: left;
    margin-top: 0;
}

.meta-buttons {
    border-left: 1px solid #e3e3e3;
    display: block;
    float: right;
    margin-top: -68px;
    padding-left: 42px;
    padding-top: 20px;
    width: 235px;
}

.single-property .meta-icons {
    clear: none !important;
    float: left;
    margin: 0;
    padding: 0 0px 17px;
    width: 80px !important;
}


.meta-buttons img {
    height: auto;
    max-width: 79% !important;
    transition: all 0.3s ease 0s;
}

.social-icon {
    float: left;
    padding-right: 4px;
    padding-bottom: 17px;
    height: 80px;

}

.CCM-WidgetSignature {
    display: none !important;
}

.CCM-WidgetTitle {
    color: #7bb7d6 !important;
}

#ninja-forms-modal-13 {
    max-width: 358px !important;

}

h2.ninja-forms-form-title {
    font-size: 1.56em;
}

.show-hide {
    float: left !important;
}


/* Property Listings */

.first-title {
    color: #777;
}

.grey-text {
    color: #888;

}


/* Service Providers */

.providers-row {
    border-right: 1px solid #ededed;
    float: left;
    font-size: 14px;
    margin-bottom: 47px;
    margin-right: 10px;
    min-height: 143px;
    width: 25%;
}

.pageation-service {
    float: left;
    clear: both;

}

.page-id-870 #main-content li {
    list-style-image: none !important;
    list-style: none !important;
    padding: 4px;


}

.service-providers {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 400px;
}

.service-provider-block span {
    float: left;
    width: 100%;
    display: block;

}

.page-id-870 #main-content .search-directory {
    float: left;
    margin-bottom: 25px !important;
    margin-top: 18px;
    width: 100% !important;
}

.page-id-870 label {
    color: #999;
    font-weight: 400;
    width: 100%;
}

.page-id-870 #main-content .chosen-container.chosen-container-single {
    clear: both !important;
    float: left;
    position: relative;
    width: 49% !important;
}

.page-id-870 #main-content .search-directory input {
    background-color: #7bb7d6 !important;
    color: #fff !important;
    float: left;
}	

.page-id-870 #main-content .search-directory label {
    color: #7bb7d6 !important;
    font-size: 18px;
    padding-bottom: 3px;
    float: left;
}

.page-id-870 #main-content .search-directory label .text-blue {
    color: #7bb7d6 !important;

}

a.chosen-single span {
    color: #000;
}


/* Closing Costs */

.bottle-animation {
    margin-top: -106px !important;
}


@media screen and (max-width: 1200px) {

    .bottle-animation {
        margin-top: 0px !important;
    }

}


/* Additional Properties */

.owl-controls- {
    display: none !important;

}

.js-wpv-view-layout ul li {
    float: left;
    list-style: none;
}

.single-property .js-wpv-view-layout ul li {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 15px;
    max-width: 249px;
}

.car_thumb {
    height: 150px;
    margin-bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.owl-wrapper:hover > .car_title {
    color: #666 !important;

}

.carousel-hide  {
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    z-index: 100;
    padding-top: 1px;
}

.carousel-hide-wrapper  {
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}

.full-width-carousel {
    position: relative;
    margin: 0;
    /* add back negative margin value */
    padding: 5px 25px;
    /*background: #fff; */
    z-index: 1;
    margin-top: -69px;
    padding-top: 12px;
    margin-bottom: 65px;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


.sh-link.pressrelease-link.sh-show {
    padding-top: 51px;
}

.single-property .pressrelease-link a {
    background-color:#bababa;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 10px;
    padding-bottom: 8px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 263px;
    bottom: -57px;

}

.single-property .pressrelease-content a.search-mls {
    background-color: #bababa;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 276px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    bottom: -57px;
}

a.search-mls {
    background-color: #bababa;
    bottom: -57px;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 276px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 8px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
}


.carousel-hide .owl-theme .owl-controls {
    margin-bottom: 0;
    margin-top: 0 !important;
    position: absolute !important;
    text-align: center !important;
    top: 47px !important;
    width: 100%;
}

.owl-prev {
    float: left;
    margin-left: -41px !important;

}

.owl-next {
    float: right;
    margin-right: -2px !important;

}

.owl-theme .owl-controls .owl-buttons div {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #666 !important;
    font-family: Roboto;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    background-color: none !important;
}

.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent !important;
}

.single-property #location .owl-theme .owl-controls .owl-buttons div {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #666 !important;
    font-family: Roboto;
    margin-top: -156px !important;
    padding: 3px 10px;
}


/* Banner */


#slide-2-layer-8 {	
    color: #000 !important;

}


/* Email Form */

.field-wrap, #ninja_forms_required_items {
    margin-bottom: 6px !important;
}

.ninja-forms-form-wrap label {
    font-weight: normal !important;
}

.ninja-forms-required-items {
    font-size: 11px !important;
}

textarea#ninja_forms_field_17 {
    height: 74px !important;
}

input, input[type="submit"], input:focus, textarea, .form-control, .form-control:focus, .chosen-container.chosen-container-single .chosen-single, select:not(.attachment-filters) {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e6e6e6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e6e6e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    color: #666;
    font-size: 1em;
    line-height: 29px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    font-weight: normal;
}

/* Teams */

.team-column-left {
    float: left;
    width: 40%;

}

.team-column-right {
    float: right;
    width: 60%;

}

.team-column-right h1 {
    padding-left: 18px;
    display: block;

}

.vc_tta.vc_general .vc_tta-tab {
    display: inline-block;
    margin: 0;
    padding: 0;
    min-width: 88px !important;
}


.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    background-color: #7bb7d6 !important;
    color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_active > a {
    background-color: #4e8aa9 !important;
    color: #fff !important;
}


.vc_tta.vc_general .vc_tta-tab > a {
    display: block;
    margin-left: 2px !important;
    margin-right: 2px !important;
    padding-bottom: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 0 !important;
    position: relative;
}

.owl-carousel .item-inner {
    box-shadow: none !important;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}


.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container, .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center !important;
}

a, #map-marker-container .content .title, div[id^="google-map"] .title, body.single-property #property-features li i.fa-check, #sidebar .widget .widget-content table a {
    color: #7bb7d6;
}

.gts_tpl4_car .car_title {
    background-color: #fff !important;
    font-size: 14px !important;
    line-height: 14px !important;
    min-height: 35px !important;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.gts_tpl4_car .car_title:hover {
    color: #666;

}

.team-column-right ul {
    line-height: 1.5;
    list-style-type: square;
}


.owl-theme .owl-controls {
    margin-bottom: 0;
    margin-top: 0 !important;
    position: relative;
    text-align: center !important;
}

.owl-controls {
    clear: both;

}

.job-description {
    color: #999;
    margin-left: 4px;
}

.taxonomy-results {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;

}

.owl-theme .owl-controls {
    bottom: 0 !important;
    height: 20px;
    margin-top: 0 !important;
    position: static !important;
    text-align: center !important;
    width: 100%;
}



/* Press */

.press-items br {
    line-height: 5px;

}

#swipebox-overlay {
    background: #0d0d0d none repeat scroll 0 0;
    opacity: 0.72 !important;
}

#swipebox-overlay .slide img {
    opacity: 1.0 !important;
}

.press-items {
    float: left !important;
    margin-left: 0 !important;
    min-height: 311px;
    text-align: center;
    width: 196px;
}

.press-items img {
    width: 90% !important;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.19);
}

.press-items p {
    line-height: 21px;
    font-family: "century-gothic" !important;

}

.page-id-2607 ul {
    line-height: 2;
    list-style-type: square;
    margin-bottom: 1em;
    padding-left: 0 !important;
}

#main-content li.press-items, #footer li {
    list-style-image: none !important;
    list-style-type: none !important;

}

.page-id-1146 #main-content h2 {
    font-size: 22px;

}

.page-id-1146 #main-content h2 a {
    color: #666666;
    text-transform: none;

} 
.page-id-1146 #main-content ul {
    line-height: 2;
    list-style-type: square;
    margin-bottom: 1em;
    padding-left: 0;
}

.page-id-1146 #main-content ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.page-id-1146 #main-content ul li:last-child {
    border-bottom: none;

}


/* Home */

.home .owl-theme .owl-controls .owl-buttons div {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #666 !important;
    font-family: Roboto;
    font-size: 51px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    font-family: 19px;
    position: absolute !important;
    top: 74px !important;
}

.home .owl-next {
    float: right;
    margin-right: -2px !important;
    position: absolute;
    right: -30px !important ;
}

.home .owl-prev {
    float: left;
    left: -3px;
    margin-left: -41px !important;
    position: absolute;
}

.home .address-street-sm, .home .price-sm {
    text-align: center;

}

.home .address-street-sm {
    color: #7bb7d6 !important;
    margin-top: 5px;
}
.home .price-sm {
    color: #888;
}

/* Community */

#main-content .community h3 {
    font-size: 19px !important;

}


/* Internal */

.page-banner  {
    display: none !important;

}

.page-id-540 #footer, .page-id-583 #footer {
    background-color: #7bb7d6;
    margin: 1px auto 0;
    text-align: center;
}




/* Responsive */


@media screen and (max-width: 1200px) {
    header.navbar .navbar-nav > ul > li a, header.navbar nav > div > ul > li a {
        color: #777;
        font-size: 15px;
        font-weight: 400;
        padding-bottom: 0;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 0;
    }

    .login-register {
        color: #666666;
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
    }

    .navbar-header .aps-social-icon-wrapper {
        clear: both;
        display: block;
        float: inherit;
    }

    header.navbar .container .navbar-brand {
        float: left;
        width: 310px;
    }

    header.navbar.nav-right .navbar-nav, header.navbar.nav-right nav > div {
        float: left;
        padding-left: 20px;
    }

    header.navbar .container .navbar-brand {
        height: auto;
        line-height: 1;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        height: 65px !important;   
    }

    .navbar-brand-logo {
        float: left;
        font-size: 18px;
        padding-top: 15px;
        width: 219px;
    }

    .providers-row {
        border-right-color: #ededed;
        border-right-style: solid;
        border-right-width: 1px;
        float: left;
        margin-bottom: 47px;
        margin-right: 17px;
        width: 49%;
    }

    .single-property .property-details {
        color: #999;
        float: left;
        font-size: 16px;
        line-height: 32px;
        margin-top: 0;
        width: 69%;
    }


    .property-title-meta {
        float: left;
        width: 100%;
    }

    .single-property #main-content h1 {
        font-size: 28px;
        margin-top: 0;
        text-align: left;
    }

    .single-property .property-price {
        color: #999;
        float: right;
        font-size: 28px;
        margin-bottom: 16px;
    }

    header.navbar .navbar-nav > ul > li.menu-item-has-children a, header.navbar .navbar-nav > ul > li.menu-item-language a, header.navbar nav > div > ul > li.menu-item-has-children a, header.navbar nav > div > ul > li.menu-item-language a {
        padding-right: 5px !important;
    }

    header.navbar .navbar-nav > ul > li.current-menu-item a, header.navbar nav > div > ul > li.current_page_item a, header.navbar .navbar-nav > ul > li.current-menu-parent a, header.navbar nav > div > ul > li.current-menu-parent a {
        color: #7bb7d6;
        font-size: 16px !important;
        font-weight: 400;
        padding: 0 6px 0 7px;
    }


    .meta-buttons {
        border-left: 1px solid #e3e3e3;
        clear: both !important;
        display: block;
        float: right;
        margin-top: 0;
        padding-left: 42px;
        padding-top: 20px;
        width: 235px;
    }


}


@media screen and (min-width: 768px) and (max-width: 992px) {

    header.navbar .navbar-nav > ul > li a, header.navbar nav > div > ul > li a {
        color: #777;
        font-size: 17px;
        font-weight: 400;
        padding-bottom: 0;
        padding-left: 9px;
        padding-top: 0;
    }

    header.navbar.nav-right .navbar-nav > ul, header.navbar.nav-right nav > div > ul {
        margin-top: 0;
    }

    .guides-home .block1, .guides-home .block3 {
        line-height: 20px;
        margin-top: 34px !important;
        text-align: center;
    }

    .testimonial_slider__default .testimonial_slideri {
        min-height: 310px !important;
        width: 331px !important;
    }

    #testimonial_slider_1_wrap {
        background-image: url("lib/images/quote-right2.png");
        background-position: 271px 160px;
        background-repeat: no-repeat;
        font-size: 14px;
        margin-top: 0;
        min-height: 283px;
        overflow-x: visible !important;
        overflow-y: visible !important;
        position: relative;
        width: 323px !important;
        z-index: 1000;
    }

    .home-meet {
        display: block;
        margin-left: -31px;
        text-align: center;
        margin-top: 52px;
    }

    .testimonial_wrapper {
        margin-left: -66px !important;
        width: 333px !important;
    }

    .home-meet {
        margin-top: 14px;
        text-align: center !important;
    }

    .home-meet h4 {
        margin-top: 13px;
    }

    #footer .col-sm-4 {
        width: 38.333%;
    }

    #footer .footer-center-block  {
        width: 22% !important;

    }

    #testimonial_wrapper {
        max-width: 280px;

    }

    .button {
        background-color: #81bada;
        color: #fff;
        display: block !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 9px;
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 9px;
        text-align: center;
        width: 153px;
    }

    .home-meet {
        margin-top: 9px;
    }

    .michelle-video {
        margin-top: 50px;

    }

    .single-property .property-details {
        color: #999;
        float: left;
        font-size: 16px;
        line-height: 32px;
        margin-top: 0;
        width: 59%;
    }

    header.navbar .navbar-nav > ul > li.menu-item-has-children a, header.navbar .navbar-nav > ul > li.menu-item-language a, header.navbar nav > div > ul > li.menu-item-has-children a, header.navbar nav > div > ul > li.menu-item-language a {
        padding-right: 11px !important;
    }



}


@media (max-width: 768px) {

    .button {
        background-color: #81bada;
        color: #fff;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 9px;
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 9px;
        text-align: center;
        width: 153px;
    }

    .navbar-brand img[style] {
        height: 80px !important;
    }

    .play-button img.video_lightbox_anchor_image {
        width: 70%;
    }

    .vc_btn3-container {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        text-align: center !important;
    }

    .current-market table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .team-column-left {
        float: left;
        width: 100%;

    }

    .team-column-right {
        float: right;
        width: 100%;

    }

    .press-items {
        float: left !important;
        margin-left: 0 !important;
        text-align: center;
        width: 49%;
    }

    .full-width-carousel {
        border-bottom: none;
        margin: 0 0 65px;
        padding: 12px 25px 5px;
        position: relative;
        z-index: 1;
    }

    .carousel-hide, .carousel-hide-wrapper {
        margin-top: -38px;
    }

    .ml-responsive-table .ml-grid {
        border-bottom: medium none;
        border-top: medium none;
        margin-bottom: 1%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }

    .ml-table {
        left: 0 !important;
        margin-left: 0 !important;
        max-width: 100% !important;
        min-height: 1px !important;
        min-width: inherit !important;
        padding: 11px;
        right: 0 !important;
        width: 98.8% !important;
    }

    .content-box {
        border-bottom: 1px solid #fff;
        padding: 30px 30px !important;
    }

    .single-property .content-box {
        border-bottom: 1px solid #fff;
        padding: 0px 30px !important;
    }

    .single-property .property-details {
        color: #999;
        float: left;
        font-size: 16px;
        line-height: 32px;
        margin-top: 0;
        width: 100%;
    }

    .single-property .meta-buttons {
        border-left: none;
        display: block;
        float: right;
        margin-top: 3px;
        padding-left: 0px;
        padding-top: 20px;
        width: 100%;
    }

    .tour-icon {
        clear: none;
        float: left;
        padding-bottom: 12px;
        padding-right: 4px;
    }

}


@media (max-width: 767px) {


    .sidebar-left {
        display: none;

    }

    .st_sharethis_custom {
        background: transparent url("http://michell9.wwwls17.a2hosted.com/wp-content/uploads/2016/09/share-icon.png") no-repeat scroll left top;
        background-size: 79%;
        cursor: pointer;
        display: block !important;
        float: right;
        height: 86px !important;
        margin-left: 3px;
        margin-top: 0;
        padding: 0 16px 0 0;
        width: 90px !important;
    }

    .navbar-brand-logo {
        float: none;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .header-block-right {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
    }

    .login-register {
        display: none !important;

    }

    header.navbar .navbar-header .navbar-contact-details {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    header.navbar .container .navbar-brand {
        float: left;
        width: 100%;
    }

    .navbar-toggle {
        background-color: transparent;
        float: right;
        position: absolute !important;
        top: 34px !important;
        right: 0px;
        opacity: 1;
        display: none;
    }

    .navbar-toggle {
        opacity: 1 !important;
    }

    #main-content h1 {
        text-align: center;
        font-size: 28px;
    }

    .content-box {
        border-bottom-color: #fff;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
    }

    header.navbar .container .navbar-brand {
        height: 31px !important;
        line-height: 1;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    #ninja_forms_form_5_all_fields_wrap {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .widget-content {
        text-align: center;
    }

    li.widget  {
        text-align: center;
        width: 100%;
    }

    .footer-center-block {
        display: none !important;

    }

    .navbar {
        min-height: 200px;
    }

    #footer .widget {
        margin-bottom: 22px;
    }

    .guides-home .block1, .guides-home .block3 {
        line-height: 20px;
        margin-top: 0px !important;
        text-align: center;
    }

    #main-content .meet-team {
        text-align: center !important;
        width: 100% !important;
    }

    .testimonial_slider {
        line-height: 18px;
        margin-bottom: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
    }

    .guides-home #testimonial_slider_1_wrap {
        background-image: url("lib/images/quote-right2.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        font-size: 16px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0;
        min-height: 244px;
        overflow-x: visible !important;
        overflow-y: visible !important;
        width: 459px !important;
    }

    .guides-home .button {
        width:200px;
        margin-left: auto;
        margin-right: auto;
    }

    .providers-row {
        border-right-color: #ededed;
        border-right-style: solid;
        border-right-width: 1px;
        float: left;
        margin-bottom: 47px;
        margin-right: 17px;
        width: 49%;
    }

    .current-market {
        margin-top: 50px !important;

    }

    .property-item .property-price .price-tag {
        background-color: #e9e9e9;
        color: #7bb7d6 !important;
        line-height: 17px;
        padding-bottom: 20px;
    }

    /* MLS Search */

    .dsidx-resp-area-half.dsidx-quick-resp-price-area {
        width: 100% !important;
    }
    .dsidx-resp-area {
        width: 100% !important;
    }

    .team-descriptions h1 {
        margin-top: 10px !important;
    }


}



@media screen and (min-width: 480px) and (max-width: 767px) {


    .press-items {
        min-height: 480px;
    }

}



.property-image iframe {
    height: 847px !important;

}

.page-id-1149 iframe {
    height: 259px !important;
}

.sold-titles {
    text-align: center;
    font-weight: bold;
    color: #7bb7d6 !important;
}

.dsidx-resp-search-form input {
    background-color: #acd2e5 !important;

}

.dsidx-resp-search-form label {
    color: #fff;

}

.dsidx-resp-search-form .chosen-container {
    background-color: #acd2e5 !important;

}

.dsidx-resp-search-form .text {
    color: #ededed !important;

}

.dsidx-resp-search-form *::-moz-placeholder {
    color: #fff !important;
}

.dsidx-resp-search-form input, .dsidx-resp-search-form input[type="submit"], .dsidx-resp-search-form input:focus, .dsidx-resp-search-form textarea, .dsidx-resp-search-form .form-control, .dsidx-resp-search-form .form-control:focus, .dsidx-resp-search-form .chosen-container.chosen-container-single .chosen-single, .dsidx-resp-search-form select:not(.attachment-filters) {
    color: #ededed;
    font-size: 1em;
    line-height: 29px;
}

.dsidx-resp-search-form *, .dsidx-resp-search-form *::after, .dsidx-resp-search-form *::before, .dsidx-resp-search-form input[type="checkbox"], .dsidx-resp-search-form input[type="radio"] {
    color: #fff !important;
}

.dsidx-resp-search-form .chosen-drop, ul.chosen-results {
    background-color: #7bb7d6 !important;
}


/* Towns */

.town-icons-wrapper {
    margin-right: 45px;
    max-width: 217px;
}

.town-icons {
    margin: 5px !important;

}

.page .town-copy {
    border-right: #e3e3e3 1px solid !important;

}

/* Ninja Forms */

.ninja-forms-req-symbol {
    color: #7bb7d6 !important;
}


/* Property Search */

#ihf-main-search-form-submit {
    border: none !important;
}

#areaPickerExpandAllContainer, #areaPickerExpandAllResults {
    background-color: #7bb7d6;
}


#footer ul, #footer ol {
    margin-bottom: 0 !important;
    margin-top: 0;
}

#footer *, #footer *::before, #footer *::after {
    box-sizing: border-box;
    color: #ededed !important;
}

#footer .chosen-single {
    color: #fff !important;
    line-height: 24px;
    white-space: nowrap;
}

#footer .chosen-single div b {
    background: none !important;
    display: block;
    height: 100%;
    width: 100%;
}

#footer .btn-primary {
    background-color: #999999;
    border-color: transparent !important;
    color: #ffffff;
}

#footer select#ihf-select-bedrooms-homes,  #footer select#ihf-select-baths-homes {
    -webkit-border-radius:0 !important; 
    background-color: #acd2e5 !important;
    border: none !important;

}




/* Mortgage Update */

.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font-family: "open-sans", sans-serif; background: #fff; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table th { padding: 4px 20px; } .datagrid table td { padding: 10px 16px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7BB7D6), color-stop(1, #7BB7D6) );background:-moz-linear-gradient( center top, #7BB7D6 5%, #7BB7D6 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BB7D6', endColorstr='#7BB7D6');background-color:#7BB7D6; color:#FFFFFF; font-size: 13px; font-weight: normal; border-left: 0px solid #0070A8; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #777; font-size: 14px;border-bottom: 1px solid #9ACAD6;font-weight: normal; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }


.mortgage-update-column {
    border-left: 1px solid #ededed;
    margin-left: 19px;
    margin-right: 42px;
    width: 25.333% !important;
}

.page-id-3325 h3 {
    font-size: 23px;
    margin-bottom: 10px !important;
}



/* Towns Sidebar */

#wysiwyg_widgets_widget-7 ul li {
    margin-bottom: 20px;
    margin-bottom: 10px;

}


/* Home Slider */

#wpv-view-layout-1309-CPID26 li {
    float: left;
    margin-right: 18px;
    width: 31.33%;
}

.home .car_thumb {
    height: 219px;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.home a.wpv-filter-previous-link {
    float: left;
    left: -9px;
    position: absolute;
    top: 179px;
    z-index: 1001;
    display: block !important;
}


.home  .default-left-arrow {
    float: left;
    left: -9px;
    position: absolute;
    top: 179px;
    z-index: 1000;
    display: block !important;
}


.home a.wpv-filter-next-link {
    float: right;
    position: absolute;
    right: 0;
    top: 177px;
}

.home .default-right-arrow {
    float: right;
    position: absolute;
    right: 0;
    top: 177px;
}

.home .property-home-title {
    text-align: center;

}

.home .property-home-name {
    text-align: center;

}

.owl-item .address-street-sm, .owl-item .price-sm{text-align: center}

.home .property-home-price a {
    text-align: center;
    color: #888;
    float: left;
    width: 100%;
    line-height: 12px;

}

.home a.wpv-filter-next-link span.fa, .fa-angle-right  {
    color: #666 !important;
    font-size: 45px !important;

}

.home a.wpv-filter-previous-link span.fa, .fa-angle-left  {
    color: #666 !important;
    font-size: 45px !important;
    display: block !important;

}


.owl-theme .owl-controls .owl-buttons div{font-size: 30px}
.owl-next{margin-right: -20px !important;} .owl-prev{margin-left: -30px !important;}
.home .owl-next{right: -20px;}
.owl-carousel .item img{padding: 0 5px}

#buyer-owl-carousel{position: relative;top: -20px;}
#buyer-owl-carousel .owl-carousel .item{margin: 8px 25px 8px 3px;}
#buyer-owl-carousel.owl-theme .owl-controls{bottom: 140px !important; position: relative !important;}
#buyer-owl-carousel .car_title{text-align: center;}
#buyer-owl-carousel .car_thumb{height: 180px;}
#buyer-owl-carousel .owl-next{margin-right: -34px !important;}
/* #buyer-owl-carousel .owl-prev{margin-left: -34px !important;} */

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.term-sold .property-item {cursor: auto;}
.term-sold .property-item .property-price .price-tag{color: #000000 !important;}
.term-sold .price-tag span{color: #7bb7d6; font-weight: 700}
.close-date {text-transform: uppercase; font-size: 1.1em; font-weight: normal}
.close-date span{font-weight: bold; color: #6666}
.term-sold .property-item .property-content{padding: 0; background: #e9e9e9}
.term-sold .property-item .property-excerpt p{color: #666 !important}
.term-sold .property-item .property-title{padding-top: 2px !important;}
.term-sold .property-item .property-excerpt span{font-size: 1.1em}

@media (max-width: 1199px) {
    .car_thumb{height: 121px;}
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{background-color: #acd2e5 !important;}
    .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a{color: #ffffff !important}
    .single-teams .car_thumb{min-height: 260px}
    property-meta: {width: auto}
}

@media (max-width: 420px) {
    .michelle-video{margin-top: 0px;}
    .single-teams .owl-next{margin-right: -20px !important;}
    .single-teams .owl-theme .owl-controls .owl-buttons div{top: 114px !important;}
    .full-width-carousel{margin: 0 4px 65px; padding: 0}
    .owl-carousel .item{margin: 0 !important;padding-right: 0px;}
    .owl-theme .owl-controls .owl-buttons div{padding-top: 10px;padding-right: 0px;position: relative;}
    .pressrelease-link a{width: 166px;bottom: -48px; left: 0}
    a.search-mls{left: 172px;bottom: -32px}
    .home-meet{position: relative; margin: auto;}
    #main-content .meet-team{width: auto !important}
    ul.property-meta{margin: auto !important;}
    .home .wpb_wrapper h2{font-size: 1.5em;}
    .button-exclusive > a {margin-top: -30px;}
    .button-exclusive a{padding: 10px 20px}
    .vc_row-has-fill>.vc_column_container>.vc_column-inner #testimonial_slider_1_wrap{padding-top: 10px}
    .testimonial-block{margin-top: -60px;}
    .carousel-hide .owl-theme .owl-controls{top: 75px !important;}
    .carousel-hide, .carousel-hide-wrapper{margin-bottom: 0px;padding-bottom: 5px;}
    .owl-next{margin-right: -18px !important;} .owl-prev{margin-left: -37px !important;}
    .home .owl-theme .owl-controls .owl-buttons div{right: inherit;}
    .home .owl-theme .owl-controls .owl-buttons div{font-size: 40px; top: 50px !important; padding-right: 3px}
    .play-button{left: 33%;top: 20%;}
    #brochure-block{height: 110px;width: 110px;font-size: 1.2em;padding-top: 40%;}
    .emagazine > a {width: 100%;text-align: center;padding: 10px 50px;}

}

@media (max-width: 380px) {
    .carousel-hide, .carousel-hide-wrapper{}
    a.search-mls{width: 106px}
}

@media (max-width: 321px) {
    .play-button{left: 35%;top: 18%;}
    #brochure-block{height: 80px;width: 80px;font-size: 0.8em;}
    .carousel-hide .owl-theme .owl-controls{top: 50px !important;}
    .pressrelease-link a{width: 145px;bottom: -49px; left: 0}
    a.search-mls{left: 147px; width: 76px; bottom: -49px;}
    .carousel-hide, .carousel-hide-wrapper{}
    .home .owl-theme .owl-controls .owl-buttons div{top: 45px !important; right: inherit;}
}

body.single-idx-wrapper .container .sidebar-left {
    display: none !important;
    float: left;
    margin-top: 42px;
}


/* Forms */

#main-content input, #main-content input[type="submit"], #main-content input:focus, #main-content textarea, #main-content .form-control, #main-content .form-control:focus, #main-content .chosen-container.chosen-container-single .chosen-single, #main-content select:not(.attachment-filters) {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    color: #777;
    font-size: 1em;
    line-height: 29px;
    outline: medium none;
    padding: 0 1em;
    transition: all 0.2s ease 0s;
}


#main-content input#ninja_forms_field_22 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #7bb7d6 !important;
}

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    background-color: #7bb7d6 !important;
    color: #fff;
}


#searchProfile input {
    background-color: #acd2e5 !important;
}

#footer #ihf-main-container .input-text, #footer #ihf-main-container input[type="text"], #footer #ihf-main-container input[type="input"] {
    background-color: #acd2e5 !important;
    border-radius: 0px !important;
    border: none !important;
}

#footer #ihf-main-container .chosen-container-single .chosen-single {
    background: #acd2e5 none repeat scroll 0 0;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #444444;
    display: block;
    height: 34px;
    line-height: 24px;
    overflow: hidden;
    padding: 4px 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

#footer #ihf-main-container .btn-primary {
    background-color: #acd2e5 !important;
    color: #ffffff !important;
}

#footer .ihf-container label, #footer .ihf-widget-label {
    color: #fff !important;
    font-size: 12px;
}

#footer #ihf-main-container .ihf-label-overlay-money {
    color: #fff !important;
    left: 7px;
    position: absolute;
    top: 7px;
    z-index: 1;
}

.chosen-drop ul.chosen-results li {
    color: #fff !important;
}

.chosen-drop ul.chosen-results {
    background-color: #7bb7d6;
}

#ninja_forms_form_19_cont input#ninja_forms_field_52 {
    background-color: #81bada !important;
    font-weight: normal;
}




@media (max-width: 1200px) {

    .home .owl-theme .owl-controls .owl-buttons div {
        top: 22px !important;
    }

    .term-50 .property-price {
        color: #7bb7d6;
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 12px;
        padding-top: 12px;
        padding-bottom: 25px;
    }

    .term-50 .property-item .title {
        font-size: 1.6em;
        margin: 0 0 0.25em !important;
        padding-top: 11px;
        transition: all 0.3s ease 0s;
    }

    .mortgage-update-column {
        border-left: 1px solid #ededed;
        margin-left: 19px;
        margin-right: 10px !important;
        width: 21.333% !important;
    }

}

#menu-item-8955 {
    display: none;
}

@media (max-width: 768px) {

    #menu-item-8955 {
        display: block;
    }

    .term-50 .property-price {
        color: #7bb7d6;
        font-size: 19px;
        line-height: 24px;
        padding-bottom: 12px;
        padding-top: 10px;
    }

    .play-button {
        left: 40%;
        top: 36%;
    }

    .page .town-copy {
        border-right: none !important;
        padding-right: 0px !important;
    }

    .home-meet {
        margin-left: 0;
        margin-top: 50px;
        text-align: center;
    }

    #responsive_menu_pro_button {
        top: 17px !important;
    }

    .home .owl-theme .owl-controls .owl-buttons div {
        top: 39px !important;
    }

    .single-teams .gts_simple_carousel .car_title a {
        font-size: 17px;
        text-decoration: none;
    }

    .single-teams .gts_simple_carousel .car_title {
        text-align: center;

    }

    .single-teams .job-description-sm {
        color: #999;
        font-size: 14px;
        line-height: 16px;
        margin-left: 0;
        text-align: center;
    }

    .single-teams .alignleft {
        float: none !important;
        width: 100%;
    }

    .single-teams .vc_tta.vc_general .vc_tta-panel-title {
        background-color: #7bb7d6 !important;
        line-height: 1;
        margin: 0;
    }

    #buyer-owl-carousel .car_thumb{height: 295px;

    }

    .team-column-left {
        float: left;
        text-align: center;
        width: 100%;
    }

    .page-id-870 #main-content .chosen-container.chosen-container-single {
        clear: both !important;
        float: left;
        position: relative;
        width: 246px !important;
    }

    .press-icons-big {
        clear: none;
        float: left;
        padding-bottom: 12px;
    }


    .social-icon {
        float: left;
        clear: left;

    }

    .social-icon img {

    }

    .tour-icon {
        clear: none;
        float: left;
        padding-bottom: 12px;
        padding-right: 4px;
    }


    .single-property .meta-buttons {
        border-left: medium none;
        display: block;
        float: right;
        margin-top: 3px;
        padding-left: 0;
        padding-top: 0;
        width: 100%;
    }

    .single-property .property-price {
        clear: both;
        color: #999;
        float: left;
        font-size: 28px;
        margin-bottom: 16px;
    }

    .single-property .title-address {
        float: left;
        display: block;
        clear: both;

    }

    .single-property .meta-icons {
        clear: none !important;
        float: left;
        margin: 0;
        padding: 0 0px 17px;
        width: 90px !important;
        height: 80px;
    }


    .single-property .full-width-carousel-bottom .owl-next {
        margin-right: -35px !important;
        margin-top: -16px !important;
    }

    .single-property #location .owl-theme .owl-controls .owl-buttons div {
        background-attachment: scroll;
        background-clip: border-box;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #666 !important;
        font-family: Roboto;
        margin-top: -177px !important;
        padding: 2px 10px;
    }

    .mortgage-update-column {
        border-left: medium none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }


    .mortgage-update-title h3 {
        text-align: center;
    }


    .mortgage-update-column {
        border-left: 1px solid #ededed;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .mortgage-update-column .vc_column-inner {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
        border-top-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 25px !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

}


@media (max-width: 480px) {


    .home .owl-theme .owl-controls .owl-buttons div {
        top: 66px !important;
    }


    .term-50 .property-price {
        color: #7bb7d6;
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 12px;
        padding-top: 10px;
    }

    .press-items {
        float: left !important;
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
    }

    #testimonial_slider_1_wrap {
        background-position: right bottom;
        background-repeat: no-repeat;
        font-size: 16px;
        margin-top: 0;
        min-height: 244px;
        overflow-x: visible !important;
        overflow-y: visible !important;
        width: 251px !important;
    }

    .testimonial_quote {
        background-image: url("lib/images/quote-left2.png") !important;
        background-position: 24px top !important;
        background-repeat: no-repeat;
    }

    .testimonial_wrapper {
        margin-left: -78px !important;
        width: 306px !important;
    }

    .testimonial_slider__default .testimonial_slideri {
        min-height: 310px !important;
        width: 251px !important;
    }

    .providers-row {
        border-right-color: #ededed;
        border-right-style: solid;
        border-right-width: 1px;
        float: left;
        margin-bottom: 47px;
        margin-right: 17px;
        width: 100%;
    }

    .testimonial_slider__default .testimonial_slideri {
        min-height: 310px !important;
        width: 310px !important;
    }

    .michelle-video {
        margin-top: 50px;

    }


    .flex-viewport ul.slides li {
        margin-right: 18px;
        max-height: 157px !important;
    }

    .carousel-hide, .carousel-hide-wrapper {
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

    .pressrelease-content a.search-mls {
        background-color: #7bb7d6;
        bottom: 28px;
        color: #fff;
        display: block;
        font-size: 12px;
        left: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 150px;
    }

    .property-price {
        color: #7bb7d6;
        font-size: 23px;
        line-height: 22px;
        padding-bottom: 12px;
    }

    .property-item .property-excerpt p, .property-item .property-excerpt {
        color: #999;
        font-size: 13px;
        line-height: 16px;
        margin-top: 0.5em;
    }


    a.search-mls {
        bottom: 8px;
        left: 10px;
        margin-bottom: 0;
        width: 100% !important;
    }

    .single-property .pressrelease-link a {
        background-color: #bababa;
        border-radius: 0 0 7px 7px;
        bottom: -68px;
        color: #fff;
        display: block;
        font-size: 12px;
        left: 10px;
        padding: 8px 13px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .carousel-hide, .carousel-hide-wrapper {
        margin-top: -32px;
    }

    .full-width-carousel {
        margin: 0 4px 76px !important;
        padding: 0;
    }



    a.search-mls {
        bottom: 8px;
        clear: both;
        float: left;
        left: 0 !important;
    }

    .full-width-carousel {
        border-bottom: medium none;
        margin: -30px 0 65px;
        padding: 12px 25px 5px;
        position: relative;
        z-index: 1;
    }


    .single-property .property-price {
        clear: both;
        color: #999;
        display: block;
        float: left;
        font-size: 20px;
        margin-bottom: 16px;
        margin-top: 9px;
    }


    .title-address {
        font-size: 20px;
        display: block;
        float: left;
        margin-top: 10px;
    }


    .tour-icon {
        clear: left;
        float: left;
        padding-bottom: 12px;
        padding-right: 4px;
    }


    .single-property .pressrelease-link a {
        left: 0;
    }


    #main-content .property-meta {
        margin: 0;
        padding: 0;
    }

    .owl-next {
        margin-right: -20px !important;
        margin-top: -16px !important;
    }

    .owl-prev {
        margin-right: -20px !important;
        margin-top: -16px !important;
    }


    .home .owl-theme .owl-controls .owl-buttons div {
        font-size: 40px;
        padding-right: 3px;
        top: 63px !important;
    }


    .home-meet {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    .michelle-video {
        margin-top: 15px;
    }

    .providers-row {
        border-right: medium none;
        float: left;
        margin-bottom: 0;
        margin-right: 17px;
        width: 100%;
    }


    .page-id-870 #main-content .search-directory {
        float: left;
        margin-bottom: 25px !important;
        margin-top: 18px;
        width:246px!important;
    }

    .page-id-870 #main-content select {
        width:246px!important;
    }


    /* Bio */

    .gts_simple_carousel .car_title {
        margin: 10px 0 8px;
        text-align: center;
    }

    .job-description-sm {
        color: #999;
        font-size: 12px;
        line-height: 16px;
        margin-left: 0;
        text-align: center;
    }

    /* MLS Search */

    .dsidx-resp-area-half.dsidx-quick-resp-price-area {
        width: 100% !important;
    }
    .dsidx-resp-area {
        width: 100% !important;
    }


}



/* MLS Search */

#ihf-main-container .chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: block;
    height: 100%;
    width: 100%;
}

.ihf-grid-result-price {
    background-color: #7bb7d6 !important;
    border: medium none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-weight: bold;
    margin: -20px -20px 10px;
    padding: 3px 0;
    text-align: center;
}

.ihf-grid-result-container a {
    color: #7bb7d6 !important;
}

.ihf-grid-result-basic-info-container {
    color: #777 !important;
    font-size: 14px;
}

.title-bar-1 a {
    color: #fff !important;
}

#ihf-main-container .btn {
    background-image: none;
    border: medium none !important;
}

#ihf-main-container h4.ihf-address, #ihf-main-container h4.ihf-price {
    font-size: 1.9em !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

#ihf-main-container .title-bar-1 {
    background-color: #ccc;
    border: medium none !important;
    border-radius: 3px;
    color: #000;
    padding: 6px 8px;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

#ihf-main-container a {
    color: #7bb7d6;
    text-decoration: none;
}

span.openHomeText {
    color: #7bb7d6 !important;
}

#ihf-main-container .color-green {
    color: #7bb7d6 !important;
}

#ihf-main-container ul, #ihf-main-container ol {
    margin-bottom: 0;
    margin-top: 0;
}

#ihf-main-container .input-group-addon, #ihf-main-container .input-group-btn, #ihf-main-container .input-group .form-control {
    display: table-cell;
    height: 46px !important;
}

rect.c3-event-rect {
    color: #7bb7d6 !important;
    background-color: #7bb7d6 !important;
}

#ihf-main-container .dropdown-toggle {
    background-color: #fff !important;
    color: #777 !important;
}

#ihf-main-container .nav > li > a:hover {
    color: #fff;
    display: block;
    padding: 10px 15px;
    position: relative;
}

#ihf-main-container .ihf-grid-result-price a {
    color: #fff;
    display: block;
    font-weight: 300 !important;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
    font-family: "century-gothic" !important;
    font-weight: 400;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform:none !important;
    -webkit-font-smoothing: antialiased;
    color:#7bb7d6 !important;
}
/*sold property link*/
.prp_box {
    padding: 8px 0 0 60px;
    background-color: #e9e9e9 !important;
    position: relative;
}
a.sold-prp-link {
    height: 40px;
    width: 40px;
    display: table;
    margin: 0 auto;
    background-image: url(/wp-content/themes/realty/images/blue-e-mag.png);
    background-position: center;
    background-size: cover;
}
.property-excerpt a.sold-prp-link {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.property-item .property-thumbnail {
    margin: 0;
}
.property-item .property-title {
    overflow: visible;
}
.sold-pr-n {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.property-item:hover .sold-pr-n {
    /*    opacity: 0;*/
}


.cnt-frm input[type="text"], .cnt-frm textarea {
    width: 100%;
}
.cnt-frm textarea {
    max-width: 100%;
    height: 120px;
    max-height: 120px;
}
.cnt-frm .gfield {
    margin: 0 0 10px 0;
}
.gform_validation_errors{
    display: none;
}
.gfield_validation_message {
    color: #f90000;
    font-size: 13px;
}
.gform_footer.top_label {
    margin: 20px 0 0 0;
}
@media (max-width: 1000px) {
    .property-excerpt a.sold-prp-link {
        bottom: 50px;
    }
}