body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #363636;
    padding-top: 65px;
    top: 0 !important;
    margin: 0;
    background-color: #fff;
    line-height:1.42857143;
}
*::before, *::after {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: var(--main-btn-color);
    text-decoration: none;
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
header {
    height: 105px;
    background-color: var(--main-bg-color);
}
header .container {
    position: relative;
}
header.dynamic nav .menu-button {
    padding-top: 13px;
    padding-right: 52px;
    position: relative;
}
header.dynamic nav .menu-button .bar {
    background-color: #c2c2c2;
    display: block;
    height: 3px;
    opacity: 1;
    position: relative;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 20px;
    border-radius: 2px;
}
header.dynamic nav .menu-button .bar:nth-child(2) {
    margin: 3px 0;
}
header.dynamic nav .menu-button .toggle-text {
    position: absolute;
    right: 0;
    top: 0;
}
.home.translucent-header header:not(.reduced) {
    background-color: transparent;
    box-shadow: none;
}
.home.translucent-header header:not(.reduced) nav .menu-button {
    color: #fff;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1015;
}
header .logo {
    height: 50px;
    line-height: 90px;
    margin-top: 30px;
    text-align: left;
    left: 15px;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1017;
}
header .logo img {
    vertical-align: middle;
    max-height: 100%;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
/* header .logo img {
    width: 75px;
} */
header nav {
    margin-top: 55px;
}
header nav > ul {
    display: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 0 5px;
    overflow-y: auto;
    max-height: 500px;
}
header nav>ul>li {
    display: inline-block;
    position: relative;
}
header nav .menu-button {
    display: block;
    color: #c2c2c2;
    font-size: 14px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: right;
    font-family: 'Montserrat',Verdana,sans-serif;
    text-transform: uppercase;
}
header .sub-nav>li {
    list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
section.featured {
    padding-bottom: 10px;
    min-height: 550px;
}
section.padding {
    padding: 60px 0;
}
strong {
    font-weight: 500;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-effect {
    margin: 0 0 0 10px;
    border-radius: 0;
    border: none;
    font-family: 'Montserrat',Verdana,sans-serif;
    font-size: 13px;
    background-color: var(--main-btn-color);
    color: #000000;
    padding: 12px 30px 11px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    transition: background-color 0.3s ease;
}
.btn-effect:hover {
    color: #000000;
    background-color: #a8c0c0;
    text-decoration: none;
}
.btn-effect::after {
    content: '->';
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: calc(100% - 45px);
    margin-top: -10px;
    transition: all 0.3s ease;
}
.dark-banner {
    background-color: var(--main-bg-color);
    color: #c2c2c2;
    text-align: center;
    padding: 25px 0;
    font-size: 17px;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
/* Menu */
.more-menu-overlay {
    opacity: 0;
    overflow-y: auto;
    top: 105px;
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1015;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.more-menu-overlay .more-menu-overlay-wrap {
    padding: 30px 0;
}
.more-menu-overlay .col-main {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
}
.more-menu-overlay .col-main .links {
    margin-bottom: 20px;
    margin-top: 13px;
}
.more-menu-overlay .col-main .links ul {
    padding: 0;
}
.more-menu-overlay .col-main .links ul>li {
    list-style: none;
    padding-bottom: 25px;
    padding-right: 10px;
}
.more-menu-overlay .col-main .links ul>li>a {
    font-size: 22px;
    text-decoration: none;
    line-height: 34px;
    color: #000000;
    font-weight: 500;
}
body.more-overlay-open .more-menu-overlay {
    opacity: 1;
    height: calc(100% - 105px);
}
header .sub-nav>li.phone-link>a {
    float: right;
}
header.dynamic .sub-nav {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
}
header .sub-nav {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}
header.dynamic .dynamic-nav-container .sub-nav {
    white-space: nowrap;
}
/* Featured */
.featured .tabs {  
    margin: 0 auto 10px;
    padding: 0;
    width: 950px;
    text-align: center;
    display: table;
}
.featured .tabs li {
    width: 20%;
    list-style: none;
    border-bottom: 1px solid #dedede;
    display: table-cell;
}
.featured .tabs li.active {
    border-bottom: 1px solid var(--main-btn-color);
}
.featured .tabs li a {
    font-size: 13px;
    color: #6f6f6f;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    text-decoration: none !important;
    font-weight: 400;
}
.featured .tabs li.active a {
    font-size: 13px;
    color: var(--main-btn-color);
}
.featured .container-fluid {
    margin: 50px auto;
    max-width: 1920px;
}
.home h2 {
    font-size: 38px;
    color: #363636;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 300;
}
.home-quick-search h1 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat',Verdana,sans-serif;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
.home.translucent-header {
    padding-top: 0;
    background-color: transparent;
}
.home.translucent-header .home-quick-search {
    padding-top: 200px;
    height: 880px;
    box-sizing: content-box;
    margin-top: 0;
}
.home-quick-search .hero-video {
    display: none;
}
.home-quick-search .search {
    font-size: 14px;
    max-width: 1000px;
    margin: 0 auto;
}
.home-quick-search .listings-count {
    color: #fff;
    font-family: 'Montserrat',Verdana,sans-serif;
    font-size: 17px;
    text-align: center;
    margin: 10px 0 20px;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
.r-tabs .r-tabs-accordion-title {
    display: block;
}
.r-tabs .r-tabs-accordion-title.active a {
    padding: 0 20px;
    background-color: #b7cbcb;
    color: #fff;
}
.r-tabs .r-tabs-accordion-title a {
    display: block;
    padding: 0 20px;
    background-color: #f5f5f5;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.r-tabs .r-tabs-nav {
    display: none;
}
.search .form {
    z-index: 500;
}
/* Communities */
.communities .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    background-color: var(--main-bg-color);
    color: #c2c2c2;
}
.communities .img {
    display: none;
}
.communities .items {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 70px;
}
.communities h2 {
    font-size: 38px;
    color: #c2c2c2;
    text-align: left;
    margin: 0 0 30px 0;
    font-weight: 300;
}
.communities .items ul {
    margin: 0;
    padding: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.communities .items li {
    list-style: none;
    display: block;
    line-height: 45px;
}
.communities .items li a {
    color: rgba(194, 194, 194, 0.7);
    font-size: 17px;
}
.communities .items li a:hover {
    color: #c6d6d6;
    font-size: 17px;
}
/* Stats */
/* Blog */
.blog-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.blog h2 {
    margin-bottom: 45px;
}
.blog .item-wrap {
    padding: 0 15px;
    width: 100%;
}
.blog .item {
    border: 1px solid #dedede;
    margin-bottom: 30px;
}
.blog .item .img a {
    display: block;
    height: 250px;
}
.blog .item .img a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog .item .info {
    padding: 20px 15px;
}
.blog .item .info .tag {
    font-size: 13px;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}
.blog .item .info .blog-title {
    height: 90px;
    overflow: hidden;
    overflow-wrap: break-word;
}
.blog .item .info .blog-title a {
    font-size: 29px;
    color: #b7cbcb;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block !important;
}
.blog .container-fluid {
    max-width: 1920px;
}
.blog .view-all {
    margin-top: 10px;
}
.text-center {
    text-align: center;
}
/* ABOUT */
.about {
    font-weight: 400;
}
.about .box {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 25px;
    margin: -145px auto 100px;
    background-color: #fff;
    -webkit-box-shadow: -35px -40px 40px -60px rgba(0,0,0,0.5), 35px -40px 40px -60px rgba(0,0,0,0.5);
    box-shadow: -35px -40px 40px -60px rgba(0,0,0,0.5), 35px -40px 40px -60px rgba(0,0,0,0.5);
}
.about h1 {
    font-size: 38px;
    color: #363636;
    text-align: left;
    margin: 0 0 30px 0;
    font-weight: 300;
}
/* Footer */
footer {
    background-color: var(--main-bg-color);
    color: #c2c2c2;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    padding: 130px 0 0;
    text-align: center;
}
footer.no-logo {
    padding-top: 60px;
}
footer .footer-content h3 {
    color: #c6d6d6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
footer .footer-content ul {
    margin: 0;
    padding: 0;
}
footer .footer-content ul li {
    list-style: none;
}
footer .footer-content a {
    color: rgba(194,194,194,0.7);
    transition: color 0.3s ease;
}
footer .footer-content .social i {
    width: 25px;
}
footer .container .copyright {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 10px 0 0;
    padding: 25px 0 25px 0;
    color: rgba(194,194,194,0.7);
    font-size: 12px;
}
footer .container .copyright div a {
    color: rgba(194,194,194,0.7);
}
/* Widgets */
.IDX-showcaseCell {
    color: #6f6f6f;
    width: 100% !important;
    min-width: 100% !important;
}
.IDX-showcaseAddress.IDX-showcaseAddressElement {
    color: #6f6f6f !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.IDX-showcaseContainer {
    border: solid 1px #dedede !important;
    height: 318px !important;
    min-height: 318px !important;
    font-size: 13px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top:10px !important;
}
.tab_content a {
    margin: 0 0 0 10px;
    border-radius: 0;
    border: none;
    font-family: 'Montserrat',Verdana,sans-serif;
    font-size: 13px;
    background-color: var(--main-btn-color);
    color: #000000;
    padding: 12px 30px 11px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    transition: background-color 0.3s ease;
}
.IDX-showcaseContainer a {
    margin: 0;
}
.IDX-showcaseContainer .IDX-showcasePhoto {
    height: 200px !important;
    object-fit: cover !important;
}
.IDX-showcaseContainer .IDX-showcaseLink {
    background-color: #fff;
    padding-top: 200px !important;
}
.IDX-showcaseContainer div {
    display: block;
}
.IDX-showcaseBeds, .IDX-showcaseBaths {
    display: inline-block !important;
    text-transform: uppercase;
    border: solid 1px #dedede !important;
    border-bottom: none !important;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
}
.IDX-showcaseBeds {
    border-left: none !important;
    border-right: none !important;
    left: 0;
}
.IDX-showcaseBaths {
    border-right: none !important;
    border-left: none !important;
    right: 0;
}
.IDX-showcasePrice {
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    padding-right: 20px;
    color: #363636 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.IDX-showcaseCityStateZip {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    float: left;
    max-width: 50% !important;
    word-break: break-word !important;
    padding-top: 0px !important;
}
/* Dropdown menu */
header nav>ul>li::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #b7cbcb;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease;
}
.dynamic-menu-item:hover {
    background-color: var(--main-bg-color);
    border-top: 3px solid #fff;
}
.menu-item {
    position: relative;
}
.dropdown {
    display: none;
    z-index: 1017;
    background-color: var(--main-bg-color);
    padding-left: 0;
}
.dropdown li {
    list-style: none;
    padding: 0 20px;
    color: #c2c2c2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}
.dropdown li:hover {
    background-color: #686868;
}
.menu-item:hover .dropdown {
    display: table;
}
/*Dropdown mobile */
.collapse {
    display: none;
}
.collapse:focus {
    display: block;
}
.more-menu-overlay .col-main .links .collapse>li a, .more-menu-overlay .col-main .links .collapsing>li a {
    color: #b7cbcb;
}
.more-menu-overlay .col-main .links .collapse>li a, .more-menu-overlay .col-main .links .collapsing>li a, .more-menu-overlay .col-main .links .collapse>li.title, .more-menu-overlay .col-main .links .collapsing>li.title {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    header.logo {
        width: 250px;
    }
    header .logo img {
        max-width: 80%!important;
    }
    .IDX-showcaseContainer {
        font-size: 12px!important;
    }
    header.fixed {
        height: 100px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    header.logo {
        height: 90px;
        line-height: 90px;
        margin-top: 30px;
        text-align: left;
        left: 15px;
    }
    .dark-banner {
        padding: 15px 0;
    }
    /* Communities */
    .communities .items ul {
        margin: 0;
        padding: 0;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .IDX-showcaseCell {
        color: #6f6f6f;
        width: 50% !important;
        min-width: 50% !important;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
    header.logo {
        height: 90px;
        line-height: 90px;
        margin-top: 30px;
        text-align: left;
        left: 15px;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    footer .container .copyright {
        flex-direction: row;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
    .container::before {
        content: ' ';
        display: table;
    }
    .container::after {
        clear: both;
    }
    header {
        height: 65px;
        background-color: var(--main-bg-color);
        position: relative;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
        box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
    }
    header nav > ul {
        display: block;
        margin: 0 0 0 285px;
        padding: 0;
        float: left;
    }
    header nav > ul > li {
        display: inline-block;
        position: relative;
    }
    header nav>ul>li>a {
        font-size: 16px;
        padding: 0 13px;
        display: inline-block;
        height: 65px;
        line-height: 65px;
    }
    header nav .menu-button {
        display: none;
    }
    header.dynamic .dynamic-nav-container {
        display: table;
        width: 100%;
    }
    header.dynamic .dynamic-nav-container nav {
        padding-right: 20px;
        transition: all 0.3s ease;
        width: 100%;
        white-space: nowrap;
    }
    header.dynamic.reduced .dynamic-nav-container nav {
        padding-left: 211.64px;
    }
    header.dynamic .dynamic-nav-container>* {
        display: table-cell;
        vertical-align: middle;
    }
    header.dynamic nav {
        padding-left: 285px;
    }
    header.dynamic nav > ul {
        margin: 0;
    }
    header .logo { 
        height: 30px;
        margin-top: 0;
        line-height: 60px;
    }
    header .sub-nav {
        width: auto;
    }
    header .sub-nav>li {
        width:auto;
    }
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home .fade-in {
        position: relative;
        opacity: 0;
        -webkit-animation: fadein 0.75s;
        -moz-animation: fadein 0.75s;
        -ms-animation: fadein 0.75s;
        -o-animation: fadein 0.75s;
        animation: fadein 0.75s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .home .fade-in .key-1 {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
    .home .fade-in.key-2 {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
    .home .fade-in.key-3 {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
    .home-quick-search {
        position: relative;
    }
    .home-quick-search h1 {
        margin: 0;
        color: #fff;
        font-family: 'Montserrat',Verdana,sans-serif;
        font-size: 54px;
        text-align: center;
        text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
    }
    .home-quick-search .hero-video {
        display: block;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .home.translucent-header .home-quick-search .hero-video--iframe {
        height: 625px;
    }
    .home-quick-search .hero-video--iframe div {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .home.translucent-header header:not(.reduced) {
        background-color: transparent;
        box-shadow: none;
    }
    .home.translucent-header .home-quick-search::before {
        background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
        content: "";
        display: block;
        width: 100%;
        height: 250px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .home-quick-search .hero-video--iframe div {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .home-quick-search .hero-video--iframe iframe {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    .home-quick-search .listings-count, .home-quick-search h1 {
        z-index: 1;
    }
    .home-quick-search.no-bg {
        background-image: none;
        background-color: #000;
    }
    .home.translucent-header .home-quick-search {
        padding-top: 245px;
        height: 625px;
        margin-top: -65px;
    }
    .home.translucent-header header:not(.reduced) nav>ul>li>a {
        color: #fff;
    }
    .r-tabs .r-tabs-nav {
        display: table;
    }
    .r-tabs .r-tabs-accordion-title {
        display: none;
    }
    .r-tabs .r-tabs-panel {
        display: none;
        position: relative;
        padding: 0;
    }
    @-webkit-keyframes fadein {
        from {
            opacity:0;
            top:20px;
        }

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

        to {
            opacity:1;
         top:0;
        }
    }
    @-o-keyframes fadein {
        from {
            opacity:0;
         top:20px;
        }
        to {
            opacity:1;
         top:0;
        }
    }
    @keyframes fadein {
        from {
            opacity:0;
            top:20px;
        }
        to {
            opacity:1;
            top:0;
        }
    }
    .col-md-2 {
        width: 16.66666667%;
        float: left;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
    .col-md-6 {
        width: 50%;
        float: left;
    }
    .col-md-8 {
        width: 66.66666667%;
        float: left;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    /* Communities */
    .communities .items {
        padding: 70px 100px 50px;
    }
    .communities .items ul {
        margin: 0;
        padding: 0;
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .communities .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    /* Stats */
    /* Blog */
    .blog-items {
        flex-direction: row;
    }
    .blog .item-wrap {
        padding: 0 15px;
        width: 25%;
        float: left;
    }
    /* About */
    .about .box {
        width: 880px;
        margin: -145px auto 100px;
        background-color: #fff;
        padding: 40px 55px;
        -webkit-box-shadow: -35px -40px 40px -60px rgba(0,0,0,0.5), 35px -40px 40px -60px rgba(0,0,0,0.5);
        box-shadow: -35px -40px 40px -60px rgba(0,0,0,0.5), 35px -40px 40px -60px rgba(0,0,0,0.5);
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .col-lg-4 {
        width: 33.333333%;
        float: left;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    /* About */
    .about .box {
        width: 1140px;
    }
    .home-quick-search .hero-video--iframe iframe {
        top: 0;
    }
    .IDX-showcaseCell {
        color: #6f6f6f;
        width: 25% !important;
        min-width: 25% !important;
    }
}
/* Desktop */
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical>.btn-group::before, .btn-group-vertical>.btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.link-effect a {
    transition: color 0.3s ease;
    position: relative;
}
.link-effect a:hover {
    text-decoration: none;
    position: relative;
}
.link-effect a::after {
    content: "";
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #b7cbcb;
    left: 0;
}
.link-effect a:hover::after {
    width: 100%;
}
/* stats*/
.chart {
    background-color: #f5f5f5;
}
.chart .box {
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px -10px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    min-height: 264px;
}
.chart .box .header.padding {
    padding: 0 15px;
}
.chart .box .header {
    font-weight: 500;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
}
.stats {
    padding: 0 15px;
}
.stats .item:first-child {
    border-top: none;
}
.stats .item {
    border-top: 1px solid #dedede;
    line-height: 52px;
    display: block;
    position: relative;
}
.stats .item .name {
    width: 70%;
    float: left;
    display: block;
    color: #363636;
}
.stats .item .number {
    width: 30%;
    float: left;
    text-align: right;
    display: block;
}
.stats .item .number span {
    color: #c2c2c2;
    background-color: var(--main-bg-color);
    display: inline-block;
    padding: 0 10px;
    border-radius: 12px;
    line-height: 24px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.stats .item:after {
    content: '';
    display: block;
    clear: both;
}
/* cards */
.bg-gray-100 {
    background: #f8f9fa!important;
}
.border-0 {
    border: 0!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: .3em;
    text-transform: uppercase;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.cards a.text-dark.text-decoration-none {
    font-size: 1.25em;
}
.cards .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.hover-animate {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.hover-animate:focus, .hover-animate:hover {
    -webkit-transform: translate3d(0,-2px,5px);
    -moz-transform: translate3d(0,-2px,5px);
    transform: translate3d(0,-2px,5px);
}
.idx-card-img-container {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
}
.idx-card-img-container-sub {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}
.idx-card-img {
    visibility: visible;
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.pb-6, .py-6 {
    padding-bottom: 6rem!important;
}
.pt-6, .py-6 {
    padding-top: 6rem!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.subtitle {
    margin-bottom: 0;
    letter-spacing: .2em;
}
.text-dark {
    color: #212529!important;
}
.text-decoration-none {
    text-decoration: none!important;
}
.text-muted {
    color: #6c757d!important;
}
/* TABS */
.tab_content {
    padding: 20px;
}
/* Small devices (phones, 769px and down) */
@media only screen and (min-width: 426px) and (max-width: 769px) {
    .col-md-3, .col-sm-6 {
        width: 25% !important;
    }
    footer .container .copyright {
        display: block;
    }
}
/* Tablets vertical mode 770px - 991px */
@media only screen and (min-width: 770px) and (max-width: 991px) {
    .col-md-3, .col-sm-6 {
        width: 25% !important;
    }
    footer .container .copyright {
        display: block;
    }
}
/* 426px - 767px */
@media only screen and (min-width: 426px) and (max-width: 767px) {
    footer .container .footer-content .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/* Posts Template */
.posts-container {
    display: flex;
    flex-direction: column;
}
.post-entry {
    display: flex;
    flex-direction: row;
    align-self: center;
    padding: 30px;
    justify-content: center;
}
.post-information {
    padding-left: 10px;
}
.post-entry .btn-effect {
    margin-left: 0;
    margin-top: 20px;
}
.post-entry h2 {
    text-align: inherit;
}
@media (max-width: 769px){
    .post-entry {
        flex-wrap: wrap;
    }
    .post-entry img {
        width: 250px;
    }
    .post-entry .view-all {
        text-align: center;
        margin-top: 20px;
    }
}