/*
@font-face{
    font-family: 'Merriweather Sans';
    src: url(https://nickwolter.com/fl2/assets/fonts/Merriweather-Sans/MerriweatherSans-Light.ttf);
    font-weight: 300;
}

@font-face{
    font-family: 'Merriweather Sans';
    src: url(https://nickwolter.com/fl2/assets/fonts/Merriweather-Sans/MerriweatherSans-Regular.ttf);
    font-weight: 400;
}

@font-face{
    font-family: 'Merriweather Sans';
    src: url(https://nickwolter.com/fl2/assets/fonts/Merriweather-Sans/MerriweatherSans-Medium.ttf);
    font-weight: 500;
}

@font-face{
    font-family: 'Merriweather Sans';
    src: url(https://nickwolter.com/fl2/assets/fonts/Merriweather-Sans/MerriweatherSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face{
    font-family: 'Merriweather Sans';
    src: url(https://nickwolter.com/fl2/assets/fonts/Merriweather-Sans/MerriweatherSans-Bold.ttf);
    font-weight: 700;
}

@font-face{
    font-family: 'Merriweather Sans';
    src: url(https://nickwolter.com/fl2/assets/fonts/Merriweather-Sans/MerriweatherSans-ExtraBold.ttf);
    font-weight: 300;
}
*/
@font-face{
    font-family: 'Roboto';
    src: url(/fl2/assets/fonts/roboto/Roboto-Thin.ttf);
    font-weight: 100;
}

@font-face{
    font-family: 'Roboto';
    src: url(/fl2/assets/fonts/roboto/Roboto-Light.ttf);
    font-weight: 300;
}

@font-face{
    font-family: 'Roboto';
    src: url(/fl2/assets/fonts/roboto/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face{
    font-family: 'Roboto';
    src: url(/fl2/assets/fonts/roboto/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face{
    font-family: 'Roboto';
    src: url(/fl2/assets/fonts/roboto/Roboto-Bold.ttf);
    font-weight: 700;
}

@font-face{
    font-family: 'Roboto';
    src: url(/fl2/assets/fonts/roboto/Roboto-Black.ttf);
    font-weight: 900;
}
*, 
::after, 
::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.clearfix::after,
.row::after,
header::after,
footer::after,
section::after,
.site-inner::after,
.page::after,
.container::after,
.property-description::after,
.row-sub::after,
.msllcidx-details::after,
.search-bar-design form::after,
.msllcidx-row::after,
.search-filter-form::after,
.search-filter-form-center::after,
.search-filter-form .msllcidx-price-range::after {
    clear: both;
    content: " ";
    display: table;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #efefef;
    font-size: 16px;
    color: #001830;
    font-family: 'Merriweather Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.675;
    margin: 0;
    display: block;
    width: 100%;
}

body > div {
    font-size: 16px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    color: #001830;
}

a:hover,
a:focus {
    color: #BB1515;
}

a:focus {
    outline: 0;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3 {
    margin: 0 0 20px;
}

h4,
h5,
h6 {
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    line-height: 1.25;
}

.h1,
.h2,
.h3 {
    display: block;
    font-weight: 600;
}

.h1 {
    font-size: 76px;
}

.h2 {
    font-size: 56px;
}

.h3 {
    font-size: 42px;
}

p {
    margin: 0 0 15px;
    display: block;
    width: 100%;
}

ol, 
ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 0 !important;
    vertical-align: middle;
}

/* FORMS
=========================== */

input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
input[type=date],
input[type=number],
select, 
textarea {
    color: #323232;
    border: 1px solid #dcdcdc;
}

input::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #969696;
}

label,
input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
input[type=date],
input[type=number],
select, 
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    font-family: 'Merriweather Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
}

label {
    font-size: 16px;
    display: block;
}

input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
input[type=date],
input[type=number],
select, 
textarea {
    padding: 12px;
    border-radius: 0;
    border: 1px solid #001830;
    font-size: 16px;
    line-height: 1;
    width: 100%;   
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 14px 24px;
    width: auto;
    background-color: #001830;
    color: #fff;
    border: 1px solid #001830;
    border-radius: 3px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.btn:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"] {
    background-color: #BB1515;
    border: 1px solid #BB1515;
}

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

a.button,
a.btn {
    text-decoration: none;
}

/* TABLES
=========================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

td, 
th {
    height: 40px;
    padding: 0 10px;
    vertical-align: middle !important;
}

td {
    background: #efefef;
    border: 1px solid #dedede;
}

th {  
    background: #001830;
    border: 1px solid #dedede;
    color: #fefefe;
}

/* SCREEN READER TEXT
=========================== */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 15px 23px 14px;
    color: #001830;
    background: #f9f9f9;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* GENERAL
=========================== */
.pull-left {
    float: left;
}

.text-left {
    text-align: left;
}

.all-left {
    float: left;
    text-align: left;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right;
}

.all-right {
    float: right;
    text-align: right;
}

.center {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.msllcidx-hide {
    display: none;
}

.msllcidx-text-right {
    text-align: right;
}

.msllcidx-text-left {
    text-align: left;
}

.msllcidx-text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* CONTENT AREA
========================== */
/*
.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fluid .container,
.fluid.pl-result-grid .container {
    width: 100% !important;
}

@media (min-width: 576px) {
    .container {width: 540px;}
}

@media (min-width: 768px) {
    .container {width: 720px;}
}

@media (min-width: 992px) {
    .container {width: 960px;}

    .content {
        float: left;
        width: calc(100% - 340px);
    }

    .sidebar {
        float: right;
        width: 300px;
    }

    .full-width .content,
    .fluid .content {
        float: none;
        width: 100%;
    }

    .full-width .sidebar,
    .fluid .sidebar {
        display: none;
    }
}

@media (min-width: 1140px) {
    .container {width: 1100px;}

    .content {
        width: calc(100% - 360px);
    }

    .sidebar {
        width: 320px;
    }

    .full-width .content,
    .fluid .content {
        float: none;
        width: 100%;
    }

    .full-width .sidebar,
    .fluid .sidebar {
        display: none;
    }
}

@media (min-width: 1280px) {
    .container {width: 1200px;}

    .standard-width .site-inner .container {
        width: 1200px !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 1400px) {
    .site-inner .container {width: 1280px;}
}

@media (min-width: 1600px) {
    .site-inner .container {width: 1440px;}
}

@media (min-width: 1920px) {
    .site-inner .container {
        width: 1800px;
    }

    .site-inner .fluid .container,
    .fluid.pl-result-grid .site-inner .container {
        max-width: 1800px;
    }
}

@media (max-width: 991px) {
    .sidebar {
        padding-top: 40px;
    }
}
*/
.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

.content-full-width .sidebar,
.full-width-content .sidebar,
.content-fluid .sidebar,
.fluid-content .sidebar {
    display: none !important;
}

@media (min-width: 768px) {
    .content-sidebar .sidebar {
        float: right;
        width: 220px;
    }

    .content-sidebar .content {
        float: left;
        width: calc(100% - 250px);
    }
}

@media (min-width: 1021px) {
    .content-sidebar .sidebar {
        width: 300px;
    }

    .content-sidebar .content {
        width: calc(100% - 340px);
    }
}

@media (min-width: 1250px) {
    .container {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .content-sidebar .content {
        width: calc(100% - 360px);
    }

    .content-sidebar .sidebar {
        width: 320px;
    }
}

.fluid-content .container,
.content-fluid .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 1820px) {
    .fluid.pl-result-grid .container {
        width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* HEADER AREA
=========================== */
.site-header {
    min-height: 0;
    line-height: 0;
    background-color: #fff;
}

.site-header .container {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
}

.home .site-header {
    border-bottom: none;
}

.site-header .wrap {
    padding: 0;
}

.site-header .header-widget-area {
    width: 100%;
}

.header-phone,
.header-social {
    display: inline-block;
}

.header-phone {
    padding-right: 20px;
}

.header-phone a {
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    color: #000;
}

.header-phone a:hover {
    color: #555;
}

.header-social li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}

.header-social li a {
    text-decoration: none;
    padding: 9px;
    background-color: #000;
    border-radius: 36px;
    color: #ffffff;
    display: block;
    line-height: 0;
}

.header-social li a:hover {
    background-color: #555;
}

.header-social img {
    width: 18px;
}

.header-widget-area .widget.header-widget-area-second {
    text-align: center;
}

.main-title,
.main-slogan {
    font-family: "Times New Roman", Sans-serif;
    font-weight: 400;
    line-height: 1;
}

.main-title {
    margin-bottom: 15px;
}

.main-slogan {
    margin-bottom: 0;
}

.main-title span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin-left: -28px;
}

@media only screen and (min-width: 768px) {
    .header-widget-area {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 10px;
        grid-row-gap: 0;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .header-widget-area .widget.header-widget-area-third {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
}
/*
@media only screen and (min-width: 1400px) {
    .header-widget-area {
        grid-column-gap: 40px;
    }
}

@media only screen and (min-width: 1600px) {
    .header-widget-area {
        grid-column-gap: 60px;
    }
}

@media only screen and (min-width: 1900px) {
    .header-widget-area {
        grid-column-gap: 80px;
    }
}

@media only screen and (min-width: 2500px) {
    .header-widget-area {
        grid-column-gap: 120px;
    }
}
*/
@media only screen and (max-width: 767px) {
    .header-widget-area .widget {
        width: 480px;
        max-width: 100%;
        margin: 0 auto 25px;
    }

    .header-widget-area .widget.header-widget-area-third {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .header-widget-area .widget {
        width: 320px;
    }
}

/* NAV
=========================== */
.menu,
.sub-menu {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.menu li {
    list-style: none;
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #000;
    color: #001830;
    display: block;
    padding: 0px 16px;
    line-height: 50px;
    height: 50px;
}

.menu a:hover {
    color: #BB1515;
}

.sub-menu {
    display: none;
}

.menu li:hover .sub-menu {
    display: block;
}

.sub-menu li {
    display: list-item !important;
}

.menu-toggle,
.sub-menu-toggle {
    color: #fff !important;
    background-color: #001830 !important;
    line-height: 1 !important;
    border: none !important;
    padding: 17px 10px !important;
    display: inline-block;
    overflow: hidden;
}

.menu-toggle {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
}

.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.menu-toggle:before,
.menu-toggle.activated:before,
.sub-menu-toggle:before,
.sub-menu-toggle.activated:before {
    color: #fff;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.menu-toggle:before,
.menu-toggle.activated:before {
    padding-right: 10px;
    content: "\f0c9";
    font-size: 20px !important;
    line-height: 16px !important;
}

.sub-menu-toggle:before {
    content: "\f078";
    font-size: 14px !important;
    line-height: 1 !important;
}

.sub-menu-toggle.activated:before {
    content: "\f077";
}

.menu-toggle:focus,
.sub-menu-toggle:focus {
    outline: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    background-color: #192f44 !important;
}

@media only screen and (min-width: 1021px) {
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    .menu li {
        display: inline-block;
        vertical-align: text-top;
    }

    .sub-menu {
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 9;
        text-align: left;
        min-width: 260px;
        background-color: #dcdcdc;
    }

    .lm-have-sub-menu-items .sub-menu {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {
    .menu a {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 1020px) {
    nav {
        display: none;
        position: absolute;
        z-index: 9;
        text-align: left;
        width: calc(100% - 50px);
        left: 25px;
        background: #ccc;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
}

/* NAVIGATION
=========================== */
.nav-primary {
    background-color: #f5f5f5;
    background-color: #fff;
    font-weight: 500;
}

.nav-secondary {
    display: none !important;
}

@media only screen and (min-width: 1021px) {
    .nav-primary {
        text-align: center;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1020px) {
    .nav-primary .menu {
        background-color: #fff;
    }

    .nav-primary.menu-toggle {
        width: 100%;
        background-color: #f5f5f5 !important;
        color: #212121 !important;
        color: #001830 !important;
    }

    .nav-primary.menu-toggle:hover,
    .nav-primary.menu-toggle:focus {
        background-color: #001830 !important;
        background-color: #001830 !important;
        color: #fff !important;
    }

    .nav-primary.menu-toggle:before,
    .nav-primary.menu-toggle.activated:before {
        color: #212121;
        color: #001830;
    }

    .nav-primary.menu-toggle:focus:before,
    .nav-primary.menu-toggle:hover:before, 
    .nav-primary.menu-toggle.activated:hover:before {
        color: #fff;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
}

/* BEFORE FOOTER
=========================== */
#before-footer-1 {
    padding: 60px 0;
    background-color: #fff;
}

#before-footer-1 .widget-wrap {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
}

.contact-details {
    text-align: center;
    /*font-family: 'Jost', sans-serif;*/
}

.contact-details span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-left: -34px;
}

.contact-details h2,
.contact-details h3 {
    line-height: 1;
}

.contact-details h4,
.contact-details h5,
.contact-details h6 {
    line-height: 1.625;
}

#before-footer-1 .button {
    margin: 0;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    #before-footer-1 .widget {
        float: left;
        width: 50%;
        padding: 0 25px;
    }
}

/* FOOTER
========================== */
.footer-widgets {
    padding: 0;
    font-size: 14px;
    background-color: #464646;
    color: #fefefe;
}

.footer-widgets a {
    text-decoration: none;
    color: #fefefe;
}

.footer-widgets h4 {
    color: #fefefe;
}

.footer-widgets .container {
    padding: 40px 0;
}

.fw-first {
    text-align: center;
}

.fw-first .about img {
    border: 2px solid #fff;
}

.fw-first .about h4 {
    padding-top: 10px;
    margin-bottom: 5px;
}

.fw-first ul {
    margin: 0;
    padding: 0;
}

.fw-first li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}

.fw-first li a {
    text-decoration: none;
    padding: 9px;
    background-color: #000;
    border-radius: 36px;
    color: #ffffff;
    display: block;
    line-height: 0;
}

.fw-first li img {
    width: 18px;
}

.fw-second ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fw-second li.menu-item {
    list-style: none;
    float: left;
    width: 50%;
    padding-right: 2%;
    margin-bottom: 10px;
}

.fw-second li.menu-item a:hover,
.fw-second li.menu-item a:active {
    opacity: 0.6;
}

.fw-second .menu li.menu-item:before {
    margin-right: 5px;
    content:url('/fl2/assets/images/icon-white-tr-arrow-right-10.png');
}

.fw-third form input[type=submit] {
    background-color: #C1282D !important;
    margin: 0;
    border: 1px solid #fff;
}

.fw-third form input[type=submit]:hover {
    background-color: #454545 !important;
}

@media only screen and (min-width: 992px) {

    .footer-widgets .one-third {
        padding: 0 1%;
    }   
}

@media only screen and (max-width: 1280px) and (min-width: 992px) {
    .fw-second li {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-widgets {text-align: center;}

    .footer-widgets .one-third {
        margin: 0 auto 40px;
        width: 80%;
    }

    .fw-third p {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    
}

/* SITE FOOTER
=========================== */
.site-footer {
    border: none;
    font-size: inherit;
    padding: 0;
    text-align: center;
    padding: 40px 20px;
    background-color: #001830;
    color: #fff;
}

.site-footer a {
    text-decoration: none;
    color: #eee;
}

.site-footer p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ac {
    background-color: #ccc;
    color: #212121 !important;
    padding: 5px 40px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}

.ac:hover {
    background-color: #434343;
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .copyright-cred-text {
        width: 360px;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* SUB HEADER
========================== */

.search-filter-section {}

.rp-search-bar {
    padding: 30px 0;
}

.msllcidx-hide {
    display: none;
}

.search-bar-design .msllcidx-widget-options {
    display: inline;
}

.search-bar-design .msllcidx-widget-options {
    background: #ECECEC;
    display: inline;
    float: left;
    width: 25%;
}

.search-bar-design .msllcidx-widget-options:hover {
    background: #fafafa;
}

.msllcidx-target {
    padding: 10px 20px;
    float: left;
    width: 100%;
}

.msllcidx-target.msllcidx-active {
    background: #cdcdcd none repeat scroll 0 0;
}

.msllcidx-full.msllcidx-searc-cnt {
    background: #cdcdcd none repeat scroll 0 0;
    margin-top: -3px;
}

.msllcidx-close {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dadada;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.msllcidx-price-range {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.msllcidx-details {
    float: left;
    margin: 15px 1% 0;
    width: 98%;
}

.msllcidx-bed-bath .msllcidx-details {
    margin-top: 45px;
}

.msllcidx-details .msllcidx-sale {
    float: left;
    width: 100%;
}

.msllcidx-details .msllcidx-min,
.msllcidx-details .msllcidx-max {
    float: left;
    width: 35%;
}

.msllcidx-details .msllcidx-tween {
    float: left;
    line-height: 50px;
    text-align: center;
    width: 30%;
}

.msllcidx-searc-cnt .msllcidx-left,
.msllcidx-searc-cnt .msllcidx-right {
    float: left;
    width: 48%;
}

.msllcidx-searc-cnt .msllcidx-search-box {
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.msllcidx-submit-btn {
    float: left;
    width: 100%;
    margin: 0;
}

.msllcidx-submit-btn button {
    border: 0 none;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
}

.msllcidx-search-string.text-input {
    border: 1px solid #dedede;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    line-height: 2;
}

.msllcidx-search-wrp {
    float: left;
    width: 100%;
}

.msllcidx-info-content .msllcidx-brokername {
    padding: 10px;
    background: #4b6797;
    color:#fff;
}

.search-bar-design input {
    padding: 12px;
}

.search-bar-design button {
    padding: 17px 24px;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    background-color: #001830;
    color: #fff;
    border: 1px solid #001830;
    cursor: pointer;
}

.search-bar-design .msllcidx-details button {
    display: inline-block;
    margin-top: 15px;
}

.search-bar-design .msllcidx-target {
    border: 1px solid #d7d7d7;
    text-transform: uppercase;
    line-height: 30px;
    padding: 10px 12px;
    letter-spacing: 2px;
}

.search-bar-design .msllcidx-full.msllcidx-searc-cnt {
    background: #fafafa;
}

.search-bar-design .msllcidx-target.msllcidx-active {
    background: #fafafa;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box {
    font-size: 16px; 
    padding: 15px; 
    border-top: 0;
    border:1px solid #d7d7d7;
    background: #fff;
    z-index: 9; 
    text-align:left;
}

.search-bar-design .msllcidx-close {
    cursor: pointer; 
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 10px;
    border: 1px solid #e9e9e9;
    padding: 10px;
    background: #fff;
    z-index: 7;
}

.search-bar-design .msllcidx-details .msllcidx-min, 
.msllcidx-details .msllcidx-max {
    width: 45%;
}

.search-bar-design .msllcidx-details .msllcidx-tween {
    float: left;
    line-height: 50px;
    text-align: center;
    width: 10%;
    text-transform: lowercase;
}

.search-bar-design .msllcidx-selectbox {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    line-height: 45px;
    height: 44px;
    color: #6f6f6f;
}

.search-bar-design .msllcidx-type {
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.search-bar-design .msllcidx-type .msllcidx-details {
    padding: 10px;
    margin: 0;
}

.search-bar-design .msllcidx-type button {
    margin-top: 10px;
}

.msllcidx-form-button ul {
    margin: 0;
    text-align: right;
}

.msllcidx-form-button ul li {
    list-style-type: none; 
    display: inline-block;
}

.msllcidx-form-button ul li input {
    padding: 10px 24px;
    text-transform: uppercase;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .rp-search-bar {
        width: 100%;
        position: fixed;
        height: 110px;
        background-color: #fff;
        z-index: 1;
    }

    .search-bar-design .msllcidx-search-input {
        float: left;
        width: 35%;
    }

    .search-bar-design .msllcidx-widget-option-wrp {
        float: left;
        width: 65%;
    }
}

@media only screen and (max-width: 991px) {
    .footer-widgets .one-third::after,
    .home .section-2 .one-half::after {
        clear: both;
        content: " ";
        display: table;
    }
}

/* MAIN AREA
========================== */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* SIDEBAR WIDGETS
=========================== */
.sidebar ul {
    padding: 0;
    list-style-type: none;
}

.sidebar li {
    list-style: none;
}

.sidebar .menu-item {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #fff;
}

.sidebar .menu-item a {
    text-decoration: none;
    padding: 12px;
    display: block;
    background-color: #001830 !important;
    color: #fefefe;
    font-size: 16px !important;
}

.sidebar .menu-item a:hover,
.sidebar .menu-item a:active {
    background-color: #222 !important;
}

.sidebar .slick-slider .slick-slide {
    text-align: center;
    margin-bottom: 15px;
}

.sidebar .slick-slider .slick-slide .msllcidx-full {
    background-color: #454545;
    padding: 20px 10px;
}

.sidebar .slick-slider .slick-slide .msllcidx-img-wrp img {
    margin: 0 auto;
}

.sidebar .slick-slider .slick-slide .msllcidx-price,
.sidebar .slick-slider .slick-slide .msllcidx-address,
.sidebar .slick-slider .slick-slide .msllcidx-address2 {
    font-size: 18px !important;
    color: #fefefe !important;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn {
    font-size: 16px !important;
    margin-top: 10px;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn a {
    text-decoration: none;
    padding: 4px 16px;
    font-size: 16px !important;
    background-color: #001830 !important;
    color: #fefefe !important;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn a:hover {
    background-color: #454545 !important;
}

.full-width-details-page-sidebar .msllcidx-widget-nearby-slider .msllcidx-row {
    padding: 10px 0 0;
}

.full-width-details-page-sidebar .msllcidx-widget-nearby-slider .msllcidx-readmore-btn a {
    text-decoration: none;
    padding: 4px 16px;
}

@media only screen and (max-width: 1020px) {

    .sidebar .slick-slider .slick-slide .msllcidx-full {
        background-color: transparent;
    }
}

.page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home {
    padding: 0;
}

.result-section .container {
    padding: 0;
    width: 100%;
}

.home .featured-content .wrap {
    background: url(https://nickwolter.com/fl2/assets/images/LRModernPrimarycolors-min-scaled.jpg) no-repeat; 
    background-size: cover;
    height: 500px;
    background-position: left;
    width: 100%;
    position: relative;
}

.fp-slider .wrap {
    max-width: 100%;
    padding: 0;
}

.newsletter .slidebanner img {
    width: 100%;
}

.newsletter .slidebanner ol {
    margin: 0;
    padding: 0;
}

.newsletter .slidebanner li {
    list-style: none;
    position: static !important;
    line-height: 0;
}

.newsletter .slidebanner .previous,
.newsletter .slidebanner .next,
.newsletter .slidebanner .links {
    display: none !important;
}

.newsletter .section-1,
.home .section-1 {
    padding: 60px 0;
}

.newsletter .section-1 .one-half h3,
.home .section-1 .one-half h3 {
    text-align: center;
}

@media (min-width: 992px) {
    .newsletter .section-1 .one-half,
    .home .section-1 .one-half {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .newsletter .section-1 .one-half h3,
    .home .section-1 .one-half h3 {
        margin-top: 20px;
        font-size: 30px;
    }
}

.home .section-2,
.home .section-3 {
    padding: 80px 0;
}

.recent-home-sales {
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
}

.recent-home-sales a {
    text-decoration: none;
}

.section-4 {
    background: url(https://nickwolter.com/fl2/assets/images/pjimage-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-4 .overlay {
    background: rgba(221, 221, 221, 0.8);
    padding: 80px 0;
}

@media only screen and (min-width: 992px) {
    .home .section-2 .one-half:first-child {
        padding-right: 15px;
    }

    .home .section-2 .one-half:last-child {
        padding-left: 15px;
    }
}

.fp-search-bar {
    padding-top: 220px;
    text-align: center;
}

.fp-search-bar p {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
}

.fp-search-bar input[type=text] {
    width: 340px;
    font-size: 16px;
    line-height: 30px;
    border: none;
}

.fp-search-bar .button {
    font-size: 16px;
    height: 50px;
    text-transform: uppercase;
}

.fp-search-bar .button a {
    text-decoration: none;
    color: #fff;
}

.signup-kits .sidebar {
    display: none;
}

.signup-kits .content {
    margin: 40px auto;
    width: 60%;
    float: none;
}

.signup-kits form .form-group {
    padding-top: 10px;
}

.signup-kits form input {
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .signup-kits form .one-half:first-child {
        margin-right: 5px;
        width: calc(50% - 5px);
    }

    .signup-kits form .one-half:last-child {
        margin-left: 5px;
        width: calc(50% - 5px);
    }
}

/* PROPERTY LISTINGS PAGES 
========================================= */

/* PROPERTY RESULT PAGES 
========================== */
.pl-result {
    word-break: break-word;
}

.pl-result-wrap {

}

.pl-back-to-resposible-page {
    text-align: center;
    padding: 0 0 20px;
}

.pl-back-to-resposible-page .button {
    text-decoration: none;
    display: inline-block;
}

.pl-number-of-items {
    text-align: center;
    /*padding-bottom: 20px;*/
    font-weight: 500;
    font-size: 24px;
    color: #222;
}

.pl-result-property-area {
    padding: 10px;
}

.plr-list-load-more .pl-result-property-area,
.plr-list-static-load-more .pl-result-property-area {
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

/* PL HEADER */
.pl-result-header {
    background-color: #001830;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}

.pl-result-header .one-half.last {
    text-align: right;
}

.pl-result-header span {
    display: block;
}

/* PL PROPERTY AREA */
.pl-result-property-main-area {
    padding: 10px;
}

.pl-result-content-top {
    padding-bottom: 20px;
}

.pl-featured-image {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.pl-featured-image img {
    border: 10px solid #ddd;
}

.pl-quick-link {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.pl-quick-link-buttons {
    text-align: center;
}

.pl-quick-link-buttons .pl-ql-button {
    padding-bottom: 10px;
}

.pl-quick-link-buttons .button {
    display: inline-block;
    min-width: 220px;
    font-size: 14px;
    font-weight: 500;
}

.pl-quick-link-buttons a.button {
    text-decoration: none;
    color: #fff;
}

.pl-result-content-bottom {

}

.pl-remarks {
    padding-bottom: 20px;
    text-align: justify;
}

.pl-details .pl-column {
    float: left;
    width: 50%;
    padding-right: 10px;
}

/* PL FOOTER */
.pl-result-footer {
    padding: 10px;
    font-size: 14px;
}

.pl-meta {
    float: left;
    width: 110px;
}

.pl-courtesy {
    float: left;
    width: calc(100% - 150px);
}

.property-icon {
    float: right;
    text-align: right;
    width: 40px;
}

/* SIDEBAR */
.widget-title {
    text-align: center;
    margin-bottom: 20px;
}

.modal {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 480px;
    padding: 20px;
    background-color: #ededed;
    display: none;
    margin: 0 auto;
    border: 10px solid #001830;
}

.modal-header {
    position: relative;
    padding: 0 0 20px;
}

.modal-header button {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 6px 6px 10px 10px;
    font-size: 22px !important;
    line-height: 12px;
}

.modal-footer {
    margin-top: 15px;
}

.pl-slider-content {
    background-color: #001830;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.pl-slider-content a.button {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: #222;
    border: 1px solid #222;
    margin-top: 15px;
}

/* PROPERTY DETAILS PAGE 
========================== */
.pl-details {
    word-break: break-word;
}

.pl-details-wrap {

}

.pl-details .pl-back-to-resposible-page {
    text-align: left;
    float: left;
    padding: 0;
}

.pl-previous-next {
    float: right;
}

.pl-previous-next a.previous-btn,
.pl-previous-next a.next-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.pl-previous-next .previous-btn {

}

.pl-previous-next .next-btn {
    margin-left: 20px;
}

.pl-details-content {
    padding: 30px 0 0;
    padding: 0;
}

/* PL HEADER */
.pl-details-header {

}

.pl-details-header-top {

}

.pl-details-ht-left {
    float: left;
    width: 120px;
}

.pl-details-ht-middle {
    float: left;
    width: calc(100% - 240px);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.pl-details-ht-right {
    float: right;
    width: 120px;
    text-align: right;
}

.pl-details-header-bottom {
    text-align: center;
    padding: 30px 0;
}

.pl-short-info {
    line-height: 1;
}

.pl-short-info span {
    border-left: 1px solid #ccc;
    display: inline-block;
    padding-left: 8px;
    padding-right: 5px;
}

.pl-short-info span:first-child {
    border-left: none;
}

.pl-short-info span strong {
    display: block;
    padding-bottom: 10px;
}

/* PL PROPERTY AREA */
.pl-details-property-area {
    
}

.pl-details-content-top {
    
}

.pl-details-property-slider {
    padding: 0 0 30px;
}

.pl-details-content-bottom {

}

.pl-ds {
    padding: 0 0 30px;
}

.contant-detail-wrap .column {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contant-detail-wrap .column,
.contant-detail-wrap .column .pl-label,
.contant-detail-wrap .column .pl-value {
    float: left;
    width: 50%;
    padding-right: 2%;
}

.pl-remarks {
    padding-bottom: 20px;
    text-align: justify;
}

.pl-details .pl-column {
    float: left;
    width: 50%;
    padding-right: 10px;
}

/* PL FOOTER */
.pl-details-footer {
    padding: 10px;
    font-size: 14px;
    background-color: #001830;
    color: #fff;
}

.pl-details-super-footer {
    padding: 20px 15px;
}

/* pld2 */
.pld2 .pl-details-header-top {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    padding: 0;
}

.pld2 .pl-details-header-bottom {
    margin: 20px 0;
    background-color: #ddd;
}

.pld2 .pl-details-header-top span {
    display: block;
}

.pld2 .pl-details-ht-left,
.pld2 .pl-details-ht-right {
    width: 50%;
}

.pld2 .pl-details-ht-middle {
    display: none;
}

.pld2 .pl-details-property-slider {
    padding: 0;
}

.pld2 .pl-details-tabs {
    text-align: center;
    padding: 20px 0;
}

.pld2 .pl-details-tabs .button,
.pld2 .pl-details-tabs a.button {
    text-decoration: none;
    display: block;
    width: 100%;
}

.pl-details-photos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pl-details-photos li {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}

.pl-details-photos li img {
    width: 100%;
}

.pld2 #secondary-slider {
    display: none;
}

.pld2 .pl-details-content-bottom .pl-ds.pl-remarks {
    padding-bottom: 30px;
}

.pld2 .pl-details-content-bottom .pl-ds .contant-title-wrap {
    background-color: #001830;
    color: #fff;
    padding: 10px 20px;
}

.pld2 .pl-details-content-bottom .pl-ds .contant-title-wrap h4 {
    font-size: 20px;
    color: #fff;
}

.pld2 .pl-details-content-bottom .pl-ds .contant-detail-wrap {
    border: 1px solid #ddd;
}

.pld2 .pl-details-content-bottom .pl-ds.pl-remarks .contant-detail-wrap {
    padding: 10px 20px;
}

.pld2 .pl-details-content-bottom .pl-ds .contant-detail-wrap .column {
    float: none;
    width: 100%;
    padding: 10px 20px;
}

.pld2 .pl-details-content-bottom .pl-ds .contant-detail-wrap .column:nth-child(even) {
    background: #CCC
}

.pld2 .pl-details-content-bottom .pl-ds .contant-detail-wrap .column:nth-child(odd) {
    background: #FFF
}

.pld2 .pl-details-content-bottom .pl-ds .contant-detail-wrap .column::after {
    clear: both;
    content: " ";
    display: table;
}

.pld2 .pl-details-super-footer {
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.pld2 #pl-details-property-slider-popup {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #000;
    display: none;
    margin: 0 auto;
    border: 10px solid #000;
}

.pl-details-property-slider-popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#secondary-slider2 {
    display: none !important;
}

.pl-details-property-slider-popup .splide--fade>.splide__track>.splide__list {
    padding: 0 20% !important;
    position: relative !important;
    width: 100% !important;
    will-change: unset !important;
}

.pl-details-property-slider-popup .splide--fade>.splide__track>.splide__list>.splide__slide {
    max-width: 100% !important;
    width: auto !important;
    transition: none !important;
}

/* PROPERTY RESULT PAGE - PAGINATION 
===================================== */
.plr-grid-pagination-map-top {
    margin-top: 110px;
    padding-top: 0;
}

.plr-grid-pagination-map-top .pl-result-map {
    width: 100%; 
    height: 380px; 
    margin-bottom: 30px;
}

.pl-result-top,
.pl-result-bottom {
    background-color: #ddd;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
}

.pl-result-record,
.pl-result-pager {text-align: center;}

.pl-result-record {
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.pl-result-pager {
    padding: 10px 0 0;
}

.pl-result-record-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.pl-result-record-center {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
}

.pl-result-record-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.pl-result-record-left a,
.pl-result-record-right a {
    text-decoration: none;
    display: inline-block;
    padding-top: 15px;
}

.pl-result-pager a {
    text-decoration: none;
}

.pl-result-pager .pageselected {
    color: #001830;
}

.pl-result-content.grid-section {
    margin: 30px 0;
    border: 1px solid #ddd;
}

@media (min-width: 768px) {

    .grid-results {
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
}

@media (min-width: 992px) {

    .grid-results {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 0fr;
    }

    .pl-result-grid-left-map-search .grid-results {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 0fr;
    }
}

@media (min-width: 1280px) {

    .pl-result-grid-left-map-search .grid-results {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0fr;
    }
}

@media (max-width: 767px) {

    .grid-results {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.grid-results .pl-featured-image {
    float: none;
    width: 100%;
    padding: 0;
}

.grid-results .pl-featured-image img {
    border: none;
}

.grid-results .pl-result-content-top {
    padding-bottom: 0;
}

.grid-results .pl-details-header {
    background-color: #001830;
    color: #fff;
    padding: 10px;
}

.grid-results .pl-details-header span {
    color: #fff;
    font-weight: 500;
}

.grid-results .pl-details-content {
    padding: 10px;
    border: 1px solid #ddd;
}

.pl-details-header .price {
    float: left;
}

.pl-details-header .status {
    float: right;
    text-align: right;
}

.pl-details-content .property-type {
    font-size: 14px;
    font-weight: 500;
}

.pl-details-content .property-location span {
    display: block;
    font-weight: 500;
}

.pl-details-content .property-description {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pl-details-content .property-description li {
    list-style: none;
    display: inline-block;
    line-height: 1;
}

.pl-details-content .property-description li .list_value {
    padding-right: 5px;
    margin-left: 5px;
    border-right: 1px solid #222;
    display: inline-block;
}

.pl-details-content .view-details {
    padding: 0;
    width: auto;
    background-color: transparent;
    color: #001830;
    font-weight: 500;
    border: none;
    border-radius: 0;
}

.pl-details-content a.view-details {
    text-decoration: none;
}

.pl-details-content .pl-courtesy {
    float: none;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
}

/* PROPERTY RESULT PAGE - PAGINATION 
===================================== */
.plr-column-load-more-map-left {
    margin-top: 60px;
    padding-top: 0;
}

.new-sb-temp {
    margin-top: 40px;
}

.pl-result-box-left-map-search {

}

.pl-result-grid-left-map-search {

}

@media (min-width: 992px) {

    .plr-column-load-more-map-left-ls {
        padding-right: 20px;
    }

    .plr-column-load-more-map-left-rs {
        float: right;
    }

    .pl-result-box-left-map-search .plr-column-load-more-map-left-ls {
        width: calc(100% - 600px);
        max-height: calc(100vh - 120px);
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .pl-result-box-left-map-search .plr-column-load-more-map-left-rs {
        width: 600px;
        max-height: calc(100vh - 120px);
        height: 100%;
        position: relative;
        overflow-y: scroll;
    }
}

/* GRID START */

@media (min-width: 1280px) {
    .pl-result-grid-left-map-search .plr-column-load-more-map-left-inner {
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

}

.pl-result-grid-left-map-search-half {
    width: auto !important;
}

.plr-column-load-more-map-left-ls .pl-result-map {
    width: 100%;
    height: 1280px;
    max-height: 100%;
    margin-bottom: 0;
}

.pl-result-grid-left-map-search-half .pl-result-map {
    height: 100%;
}

.pl-result-content-left {
    float: left;
    width: 40%;
}

.pl-result-content-right {
    float: right;
    width: 60%;
    padding-left: 15px;
}

.column-results .pl-featured-image {
    float: none;
    width: 100%;
    padding: 0;
}

.column-results .pl-featured-image img {
    border: none;
}

.column-results .pl-details-content {
    padding: 10px 0 0;
}

.pl-details-header .one-third {
    text-align: right;
}

/* SEARCH BAR
======================= */

.filters {
    padding-top: 30px;
}

.search-filter-form .colab {
    position: relative;
    z-index: 1;
}

.search-filter-form .msllcidx-target {
    float: none;
}

.search-filter-form .msllcidx-search-box {
    padding: 40px 12px 12px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}

.search-filter-form .msllcidx-price-range {
    font-size: 14px;
    padding-bottom: 12px;
    padding-left: 12px;
    text-transform: none;
    letter-spacing: normal;
}

.msllcidx-price-range select {
    margin-bottom: 10px;
}

.search-filter-form .msllcidx-close {
    cursor: pointer;
    padding: 4px 12px;
    line-height: 16px;
    height: 24px;
    right: 12px;
    top: 6px;
}

.search-filter-form .msllcidx-submit-btn img {
    width: 20px;
}

.search-filter-form .msllcidx-widget-options label {
    border: 1px solid #ddd;
    padding: 12px;
    line-height: 16px;
    height: 44px;
    text-transform: uppercase;
}

.search-filter-form .msllcidx-widget-options label span {
    font-size: 36px;
    float: right;
    height: 18px;
    line-height: 36px;
    display: inline-block;
    vertical-align: text-top;
}

.search-filter-form-left input {
    padding: 12px;
    line-height: 16px;
    height: 44px;
    border: 1px solid #ddd;
    color: #222;
}

.search-filter-form .msllcidx-submit-btn .button,
.search-filter-form .msllcidx-submit-btn .button:hover {
    border-radius: 0;
    padding: 12px;
    line-height: 16px;
    height: 44px;
    text-transform: uppercase;
}

.msllcidx-search-box label {
    padding: 5px 0;
    border-bottom: 1px solid #f9f9f9;
}

@media (min-width: 640px) {
    .search-filter-form-center .colab {
        float: left;
        width: 25%;
    }

    .search-filter-form .msllcidx-search-box {
        position: absolute;
        z-index: 9;
        left: 0;
        top: 44px;
        right: 0;
        width: 100%;
    }
   
}

@media (min-width: 992px) {
    .search-filter-form-left {
        float: left;
        width: 16.666666%;
    }

    .search-filter-form-center {
        float: left;
        width: 66.666666%;
    }

    .search-filter-form-right {
        float: right;
        width: 16.666666%;
    }

}

@media (min-width: 1280px) {
    .search-filter-form-left input {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    
}

@media (max-width: 639px) {
    .search-filter-form-center .colab {
        float: none;
        width: 100%;
    }

    .search-filter-form .msllcidx-search-box {
        position: relative;
    }
}

/* PL SLIDER 
========================== */
@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden
}

.splide,
.splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: #ccc
}

.splide__arrow svg {
    width: 1.2em;
    height: 1.2em
}

.splide__arrow:hover {
    cursor: pointer;
    opacity: .9
}

.splide__arrow:focus {
    outline: none
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: .5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: .7
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus {
    outline: none
}

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid transparent;
    opacity: 0.5;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #001830;
    opacity: 1;
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
    outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide--ttb>.splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    transform: translateY(50%)
}

.splide__autoplay {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .full,
    .one-half,
    .one-third,
    .one-fourth,
    .one-fifth,
    .one-sixth,
    .one-seventh,
    .one-eighth,
    .two-third,
    .two-fifth,
    .two-seventh,
    .three-fourth,
    .three-fifth,
    .three-seventh,
    .three-eighth,
    .four-fifth,
    .four-seventh,
    .five-sixth,
    .five-seventh,
    .five-eighth,
    .six-seventh,
    .seven-eight {
        float: left;
    }

    .full {
        width: 100%;
    }

    .one-half {
        width: 50%;
    }

    .one-third {
        width: 33.333333%;
    }

    .one-fourth {
        width: 25%;
    }

    .one-fifth {
        width: 20%;
    }

    .one-sixth {
        width: 16.666666%;
    }

    .one-seventh {
        width: 14.2857%;
    }

    .one-eighth {
        width: 12.5%;
    }

    .two-third {
        width: 66.666666%;
    }

    .two-fifth {
        width: 40%;
    }

    .two-seventh {
        width: 28.5714%;
    }

    .three-fourth {
        width: 75%;
    }

    .three-fifth {
        width: 60%;
    }

    .three-seventh {
        width: 42.857%;
    }

    .three-eighth {
        width: 37.5%;
    }

    .four-fifth {
        width: 80%;
    }

    .four-seventh {
        width: 57.142857%;
    }

    .five-sixth {
        width: 83.333333%;
    }

    .five-seventh {
        width: 71.42857%;
    }

    .five-eighth {
        width: 62.5%;
    }

    .six-seventh {
        width: 85.714%;
    }

    .seven-eight {
        width: 87.5%;
    }
}

span.detail-info {
    float: right;
}

.search-error-message {
    width: 1020px;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
    background: red;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.right-map-scrollbar::-webkit-scrollbar-thumb {
    background: #001830;
}

.right-map-scrollbar::-webkit-scrollbar {
  width: 15px;
}

.wolter-fixer {
    width: 100%;
    height: calc(100vh - 294px);
    float: left;
}

.pl-result-property-area.selected_result {
    background: #7373731f !important;
}

li.ui-menu-item {
    padding: 10px 10px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

ul.ui-autocomplete {
    padding: 0;
    list-style: none;
    width: 341px;
}

.ui-helper-hidden-accessible{
    display: none;
}

ul.ui-autocomplete {
    z-index: 1;
}

/*For the autocomplete search dropdown Section*/
ul.ui-autocomplete {
    z-index: 1;
    width: 190px !important;
}

.sign-up-section {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 8px #999;
    padding: 40px 10%;
    position: relative;
    margin: 20px 0;
}

.sign-up-section h2 {
    font-size: 3.6rem;
    /*font-family: 'Source Sans Pro', sans-serif !important;*/
}

.sign-up-section h1 {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 4.8rem;
    font-family: 'Crimson Text', serif !important;
}

.sign-up-section p {
    color: #333;
}

.sign-btn {
    padding: 20px 0 0;
}

.sign-btn a.button {
    text-decoration: none;
    background-color: #C1282D;
    color: #fff;
    display: inline-block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 0;
}

.sign-btn a.button:hover {
    background-color: #000;
}

/* NEWSLETTER PAGE
======================= */
.newsletter-page {
    width: 600px;
    max-width: 100%;
    margin: 0 auto !important;
}

.newsletter-page .header {
    position: static;
}

.testimonial-list {
    float: left;
    width: 100%;
    padding: 40px 45px 0;
}

.testimonial-list ul {
    list-style: none;
    margin: 0;
    padding: 00;
}

.testimonial-list ul li.testitmonial-description {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.testimonial-list ul li.testitmonial-description p {
    margin: 0;
}

.testimonial-list ul li.testitmonial-description:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .pl-result-grid .grid-results .pl-featured-image {
        max-height: 240px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 992px) {
    .pl-result-grid .grid-results .pl-featured-image {
        max-height: 200px;
    }
}

@media only screen and (max-width: 1439px) and (min-width: 1280px) {
    .pl-result-grid .grid-results .pl-featured-image {
        max-height: 270px;
    }
}

@media only screen and (max-width: 1679px) and (min-width: 1440px) {
    .pl-result-grid .grid-results .pl-featured-image {
        max-height: 320px;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1680px) {
    .pl-result-grid .grid-results .pl-featured-image {
        max-height: 360px;
    }
}

@media (min-width: 1920px) {
    .pl-result-grid .grid-results .pl-featured-image {
        max-height: 380px;
    }
}

.ll-fade .slideshow-container img {
    display: block;
}

.ll-fade .slideshow-container img.lazy {
    opacity: 0;
}

.ll-fade .slideshow-container img:not(.initial) {
    transition: opacity 1s;
}

.ll-fade .slideshow-container img.initial,
.ll-fade .slideshow-container img.loaded,
.ll-fade .slideshow-container img.error {
    opacity: 1;
}

.ll-fade .slideshow-container img:not([src]) {
    visibility: hidden;
}

.compensation-block {
    padding: 25px 0;
    text-align: center;
}

.compensation {
    font-size: 18px;
    display: block;
    font-weight: 500;
    /*
    min-width: 196px;
    padding: 12px 28px;
    background-color: #98bc29;
    border-color: #98bc29;
    color: #fff;*/
}

.create-data th,
.create-data td,
.update-data th,
.update-data td,
.index-data th,
.index-data td {
    width: 300px;
    max-width: 300px; 
}

.create-data th:nth-child(1),
.create-data td:nth-child(1),
.update-data th:nth-child(1),
.update-data td:nth-child(1),
.index-data th:nth-child(1),
.index-data td:nth-child(1) {
    width: 130px;
    max-width: 130px;
}

.create-data th:nth-child(2),
.create-data td:nth-child(2),
.create-data th:nth-child(4),
.create-data td:nth-child(4),
.update-data th:nth-child(2),
.update-data td:nth-child(2),
.update-data th:nth-child(4),
.update-data td:nth-child(4) {
    width: 130px;
    max-width: 130px;
}

.index-data th:nth-child(3),
.index-data td:nth-child(3) {
    width: 130px;
    max-width: 130px;
}

.index-data th:nth-child(4),
.index-data td:nth-child(4) {
    width: 170px;
    max-width: 170px;
}

.create-data th:nth-child(5),
.create-data td:nth-child(5),
.update-data th:nth-child(5),
.update-data td:nth-child(5) {
    width: 170px;
    max-width: 170px;
}

.sec-header {
    text-align: center;
    padding-bottom: 40px;
}

.sec-header h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.table-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.login-page form {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.login-page form label {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.temporary-disable {
    display: none !important;
}

.pl-result-grid .pl-quick-link-buttons .button {
    text-align: left;
}

.compensation-block {
    min-height: 80px;
}

.content-full-width .content,
.content-full-width .sidebar {
    float: none;
    width: 100%;
}

@media only screen and (max-width: 1139px) and (min-width: 1021px) {
    .main-title {
        font-size: 30px !important;
    }

    .main-slogan {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1140px) {
    .main-title {
        font-size: 32px !important;
    }

    .main-slogan {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 1680px) {
    h1 {
        font-size: 64px !important;
    }

    h2 {
        font-size: 56px !important;
    }

    h3 {
        font-size: 48px !important;
    }

    .main-title {
        margin-bottom: 20px;
    }

    .main-title span {
        font-size: 24px;
        margin-left: -46px;
    }
}

@media only screen and (min-width: 1920px) {
    h1 {
        font-size: 68px !important;
    }

    h2 {
        font-size: 64px !important;
    }

    h3 {
        font-size: 56px !important;
    }

    .main-title {
        margin-bottom: 25px;
    }

    .main-title span {
        margin-left: -54px;
    }
}

@media only screen and (min-width: 2500px) {
    h1 {
        font-size: 76px !important;
    }

    h2 {
        font-size: 72px !important;
    }

    h3 {
        font-size: 64px !important;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .main-title span {
        margin-left: -60px;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 940px) { 
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .fps-buttons .button {
        font-size: 16px !important;
    }

    .main-title span {
        font-size: 16px;
        margin-left: -16px;
    }
}

@media only screen and (max-width: 939px) and (min-width: 768px) {  
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .fps-buttons .button {
        font-size: 16px !important;
    }

    .main-title {
        font-size: 22px !important;
    }

    .main-slogan {
        font-size: 18px !important;
    }

    .main-title span {
        font-size: 16px;
        margin-left: -16px;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .fps-buttons .button {
        font-size: 16px !important;
    }

    .main-title span {
        font-size: 16px;
        margin-left: -22px;
    }
}

.pld2 .pl-super-top-links {
    padding: 25px 0;
}