









    

  

   





    .section-gray {
        background-color: #f9f9f9;
    }

.section-smoke {
    background-color: #f7f5f4;
}

    .section-blur {
        color: #fff;
        background: url('/images/bg-blur.webp');
        background-color: #000;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

    .banner { /* home page hero */
        min-height: 600px;
    }


.page-title-xl {
    padding: 350px 0 250px;
}

    .page-title-none {
        height: 105px;
        padding: 0;
        background: #456677;
    }
    /* Testimonials */
    .testimonials h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .testimonials blockquote {
        background: #fff;
        background-clip: padding-box;
        font-size: 16px;
        padding: 15px;
        margin-bottom: 40px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        border-radius: 8px;
    }

        .testimonials blockquote .quotation-mark {
            position: relative;
            top: 25px;
            font-size: 60px;
            color: #dc733b;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-style: normal;
            line-height: 0px;
        }


        .testimonials blockquote.with-figure {
            margin-left: 110px;
            position: relative;
        }

            .testimonials blockquote.with-figure figure {
                position: absolute;
                left: -100px;
                top: 5px;
            }

                .testimonials blockquote.with-figure figure img {
                    width: 80px;
                    height: 80px;
                }

        .testimonials blockquote cite {
            display: block;
            font-size: 14px;
            color: #888;
            margin: 10px 0 0 0px;
        }

    .testimonials .tagline {
        display: block;
        text-align: center;
        font-weight: 300;
        color: #444;
        font-size: 20px;
        margin-bottom: 20px;
    }
    /* Pricing */
    .pricing {
        position: relative;
        z-index: 10;
    }

        .pricing .item {
            padding: 0;
            margin-bottom: 30px;
            margin-top: 50px;
            background-clip: padding-box;
        }

            .pricing .item.best-buy {
                z-index: 11;
                position: relative;
                margin-top: 0px;
            }

                .pricing .item.best-buy .item-inner {
                    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
                    border-radius: 8px;
                }

                    .pricing .item.best-buy .item-inner:hover {
                        box-shadow: 0 .5rem 1rem rgba(0,0,0,.2) !important;
                    }

                .pricing .item.best-buy .heading {
                    padding-top: 45px;
                }

                .pricing .item.best-buy .content {
                    padding-bottom: 45px;
                }

            .pricing .item .item-inner {
                background: #fff;
                background-clip: padding-box;
                position: relative;
                border: 1px solid #eeeeee;
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
                border-radius: 8px;
            }

                .pricing .item .item-inner:hover {
                    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2) !important;
                }

            .pricing .item .heading {
                margin-top: 0;
                padding: 30px 15px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }

                .pricing .item .heading .title {
                    margin-bottom: 30px;
                    padding-bottom: 30px;
                    font-weight: 700;
                    font-size: 36px;
                    border-bottom: 1px dashed #eeeeee;
                    color: #555;
                }

            .pricing .item .content {
                padding: 30px 15px;
                padding-top: 0;
                font-size: 16px;
            }

            .pricing .item .price-figure {
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                margin: 0 auto;
            }

                .pricing .item .price-figure .number {
                    font-size: 42px;
                    font-weight: bold;
                }

                .pricing .item .price-figure .currency {
                    top: -12px;
                    right: 2px;
                    position: relative;
                    font-family: arial, sans-serif;
                    color: #666666;
                    font-size: 18px;
                }

            .pricing .item .ribbon {
                position: absolute;
                top: -6px;
                right: -6px;
                width: 110px;
                height: 110px;
                overflow: hidden;
            }

                .pricing .item .ribbon .text {
                    position: relative;
                    left: -8px;
                    top: 18px;
                    width: 158px;
                    padding: 10px 10px;
                    font-size: 15px;
                    font-weight: bold;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff;
                    background-color: #5d80a1;
                    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
                    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
                    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
                    -o-transform: rotate(45deg) translate3d(0, 0, 0);
                }

                    .pricing .item .ribbon .text:before,
                    .pricing .item .ribbon .text:after {
                        content: '';
                        position: absolute;
                        bottom: -5px;
                        border-top: 5px solid #2e4050;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                    }

                    .pricing .item .ribbon .text:before {
                        left: 0;
                    }

                    .pricing .item .ribbon .text:after {
                        right: 0;
                    }

            .pricing .item .feature-list {
                margin-bottom: 30px;
            }

                .pricing .item .feature-list li {
                    border-bottom: 1px solid #f3f3f3;
                    padding: 10px;
                }

                    .pricing .item .feature-list li .fa {
                        margin-right: 5px;
                        color: #4a6781;
                    }

                    .pricing .item .feature-list li.disabled {
                        color: #999999;
                    }

                        .pricing .item .feature-list li.disabled .fa {
                            color: #999999;
                        }
    /* Icon Card (for bonuses) */
    .icon-card {
        text-align: center;
    }

    .icon-card-content {
        color: #555;
        background-color: #fff;
        padding: 30px 20px 20px 20px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        transition: box-shadow .5s;
        border: 0;
        border-radius: 8px;
        overflow: hidden;
    }

        .icon-card-content h3 {
            font-size: 22px;
        }

.icon-card-icon {
    background: linear-gradient(37deg, rgb(220, 115, 59) 1%, rgb(180, 84, 37) 100%) !important;
    color: #ffffff;
    height: 23px;
    width: 23px;
    float: none;
    position: relative;
    left: 50%;
    top: 26px;
    margin: 0 0 0 -26px;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 24px;
    line-height: 24px;
}
    /* Photo grid */
    img {
        max-width: 100%;
    }

    .photo-grid__container {
        width: 100%;
    }
    /*.photo-grid__container--inline {
        padding-top: 0
    }*/

    .photo-grid {
        display: flex;
        height: 512px;
        border-radius: 4px;
        overflow: hidden
    }

    .photo-grid__photo-wrapper {
        display: flex;
        cursor: pointer;
        border-radius: 0;
        position: relative
    }

        .photo-grid__photo-wrapper > a {
            flex-grow: 1;
            display: flex;
        }

        .photo-grid__photo-wrapper, .photo-grid__photo-wrapper:before {
            width: 100%;
            height: 100%;
            transition: border-radius .25s,box-shadow .25s
        }

            .photo-grid__photo-wrapper:before {
                content: "";
                position: absolute;
                box-shadow: inset 0 0 0 0 #fff;
                pointer-events: none
            }

            .photo-grid__photo-wrapper img {
                transition: border-radius .25s,box-shadow .25s
            }

            .photo-grid__label:hover ~ .photo-grid__photo-wrapper, .photo-grid__label:hover ~ .photo-grid__photo-wrapper img, .photo-grid__photo-wrapper:hover, .photo-grid__photo-wrapper:hover img {
                border-radius: 10px
            }

                .photo-grid__label:hover ~ .photo-grid__photo-wrapper:before, .photo-grid__photo-wrapper:hover:before {
                    box-shadow: inset 0 0 0 2px #fff;
                    border-radius: 8px
                }

    .photo-grid__photo {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center;
        height: 0
    }

    .photo-grid__hero {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 66.66667%
    }

    .photo-grid__photos {
        flex: 1;
        margin-left: 8px;
        display: flex;
        flex-direction: column;
        height: 512px
    }

    .photo-grid__photo-secondary {
        margin-bottom: 8px;
        display: flex;
        position: relative;
        flex: 0 0 auto
    }

        .photo-grid__photo-secondary:before {
            content: "";
            float: left;
            padding-top: calc(504px - (100% - 16px)/3);
            width: 100%
        }

        .photo-grid__photo-secondary .photo-grid__photo-container {
            flex: 1;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

    .photo-grid__photo-tertiary {
        display: flex;
        justify-content: space-between;
        flex: 1
    }

        .photo-grid__photo-tertiary .photo-grid__photo-container {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc((100% - 16px)/3);
            position: relative;
            overflow: hidden
        }

            .photo-grid__photo-tertiary .photo-grid__photo-container:before {
                float: left;
                padding-top: 100%;
                content: ""
            }

            .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(4) {
                display: none
            }

    .photo-grid__label {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
        word-break: break-word;
        padding: 8px;
        display: none;
        user-select: none;
        pointer-events: none;
        cursor: pointer;
        transition: border-radius .25s,box-shadow .25s;
        box-shadow: inset 0 0 0 0 #fff
    }

        .photo-grid__label:hover {
            border-radius: 8px;
            box-shadow: inset 0 0 0 2px #fff
        }

            .photo-grid__label:hover ~ .photo-grid__photo-wrapper {
                border-radius: 10px
            }

    @media (min-width:1200px) {
        .photo-grid__hero {
            max-width: 66.66667%
        }

        .photo-grid__photos {
            max-width: calc(33.33333% - 8px)
        }

        .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(3) .photo-grid__label {
            display: flex
        }

        .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(3) .photo-grid__photo-wrapper {
            filter: blur(1px)
        }
    }

    @media (min-width:1200px) and (max-width:1659px) {
        .photo-grid__photo-secondary:before {
            padding-top: calc(504px - (100% - 8px)/2)
        }

        .photo-grid__photo-tertiary .photo-grid__photo-container {
            flex-basis: calc((100% - 8px)/2)
        }

            .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(2) .photo-grid__label {
                display: flex
            }

            .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(2) .photo-grid__photo-wrapper {
                filter: blur(1px)
            }

            .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(3) {
                display: none
            }
    }

    @media (min-width:768px) and (max-width:1199px) {

        .photo-grid {
            flex-direction: column
        }

        .photo-grid__hero {
            margin-bottom: 4px;
            position: relative;
            flex-basis: auto
        }

            .photo-grid__hero .photo-grid__photo-wrapper {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                flex: 1
            }

            .photo-grid__hero:before {
                content: "";
                float: left;
                padding-top: calc(508px - (100% - 12px)/4)
            }

        .photo-grid__photos {
            flex-direction: row;
            height: auto;
            flex: 1;
            margin-left: 0
        }

        .photo-grid__photo-secondary {
            flex-basis: calc(25% - 3px);
            margin-right: 4px;
            margin-bottom: 0
        }

            .photo-grid__photo-secondary:before {
                display: none
            }

        .photo-grid__photo-tertiary {
            max-width: calc(75% + 3px)
        }

            .photo-grid__photo-tertiary .photo-grid__photo-container {
                flex-basis: calc((100% - 8px)/3)
            }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(3) .photo-grid__label {
            display: flex
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .photo-grid__hero:before {
            padding-top: calc(508px - (100% - 16px)/5)
        }

        .photo-grid__photo-secondary {
            flex-basis: calc(20% - 3.2px)
        }

        .photo-grid__photo-tertiary {
            max-width: calc(80% + 3.2px)
        }

            .photo-grid__photo-tertiary .photo-grid__photo-container {
                flex-basis: calc((100% - 12px)/4)
            }

                .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(3), .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(4) {
                    display: block
                }

                    .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(4) .photo-grid__label {
                        display: flex
                    }

                    .photo-grid__photo-tertiary .photo-grid__photo-container:nth-child(4) .photo-grid__photo-wrapper {
                        filter: blur(1px)
                    }
    }
    /* Horizontal Image gallery (Used on legacy plan pages and trailer type (e.g. bumber pull) pages */
    .image-gallery {
        display: table; /* Allow the centering to work */
        margin: 0 auto;
    }

        .image-gallery ul li {
            display: inline;
        }

            .image-gallery ul li img {
                margin: 0 0 4px 0;
            }

        .image-gallery h3 {
            text-align: center;
        }
    /* 'Featured in' horizontal logo list */
    .press-list a img {
        margin: 0 auto;
        opacity: 0.6;
    }

    .press-list a:hover img {
        opacity: 1;
    }
    /***************Property Listing ****************/

    .property-listing-header h1 {
        font-size: 38px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .property-listing-header p {
        font-size: 20px;
        margin-bottom: 10px;
        color: #8C939A;
    }

    .property-listing-header .badge {
        font-size: 40%;
        vertical-align: middle;
        margin-top: -0.5em;
    }

    .listing-actions {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

        .listing-actions a {
            font-size: 18px;
        }


    .listing-details-section {
        padding: 32px 0 32px 0;
        border-top: 1px solid #eee;
    }

        .listing-details-section.top {
            padding: 0 0 32px 0;
            border-top: none;
        }

        .listing-details-section h2 {
            margin-bottom: 5px;
        }

        .listing-details-section .spec-list-item {
            margin: 10px 0 10px 0;
        }

    .listing-price {
        font-size: 26px;
        line-height: 1.5;
        color: #000;
        font-family: "Noto Sans", sans-serif;
        font-weight: 700;
    }
    /************* Map Button (found in listing search) **************/
    .btn-map {
        background-image: url('/images/marketplace/btn-map.webp');
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding: 20px;
    }

        .btn-map .fa-map-marker {
            color: #d92228;
            font-size: 24px;
        }

        .btn-map .btn-map-text {
            display: block;
            color: #3C404E;
            font-size: 14px;
            font-weight: 600;
        }
    /*****************************************************************************************************************/
    /*html {
    height: 100%;
}

body {
    font-size: 17px;
    color: #555;
    height: 100%;
    background-color: #212529;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #555;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 30px;
}

    h2 a {
        color: #E76E34;
    }

        h2 a:hover {
            color: #E76E34;
            text-decoration: underline;
        }

h3 {
    font-size: 26px;
}

h4 {
    color: #E76E34;
}

h5 {
    font-weight: bold;
}

a {
    color: #E76E34;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.vertical-align {
    align-items: center;
}
*/
    /* Brand Bar */
    /*.brand-bar {
    position: relative;
    z-index: 1030;
    background-color: #2d2d2d;
    color: #eee;
    font-size: 14px;
    display: flex;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    border-bottom: 1px solid #555;
    height: 39px;
    overflow-x: auto;
    overflow-y: hidden;
}

.brand-bar .container {
    padding-left: 0;
    padding-right: 0;
}

    .brand-bar .container ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-flex;
        flex-wrap: nowrap;
    }

        .brand-bar .container ul li {
            position: relative;
            padding: 8px 12px 8px 12px;
            flex-shrink: 0;
            margin: 0;
        }

.brand-bar .container.container ul li:hover {
    background-color: #494949;
    text-decoration: none;
}

.brand-bar .container ul li a, .brand-bar ul li a:hover {
    text-decoration: none;
}

.brand-bar .container ul li.selected {
    background-color: #494949;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.brand-bar .container ul li.selected:after {
    border-width: 7px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    border-color: transparent;
    border-style: solid;
    border-top-width: 0 !important;
    border-bottom-color: inherit;
    -webkit-transform: translate(-13px,-1px);
    transform: translate(-7px,-1px);
}


.brand-bar .container ul li a {
    color: #aaa;
}

@media (max-width: 380px) {
    .brand-bar {
        font-size: 12px;
    }
}*/
    /* Standard Navigation */
    /*.navbar {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0px;
    background-color: #343a40;
    width: 100%;
    z-index: 50;
}

.navbar-brand {
    display: inline-block;
    padding: 0;
    background-repeat: no-repeat;
    width: 132px;
    height: 65px;
    margin: 20px 0 20px 0;
}

.navbar-collapse {
    width: auto;
}

.navbar-thb .navbar-brand {
    background-image: url("/images/logo-white.png");
}

.navbar .navbar-nav > li.nav-item > a,
.navbar .navbar-nav > li.nav-item > a:focus {
    display: block;
    color: #f9f9f9;
    font-weight: 400;
    font-size: 17px;
    background: none;
    text-decoration: none;
    padding: 40px 20px 40px 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.navbar .navbar-nav > li.current > a,
.navbar .navbar-nav > li.open > a,
.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus,
.navbar .navbar-nav > li:hover > a,
.navbar .navbar-nav > li:focus > a,
.navbar .navbar-nav > li:focus > a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
}


.navbar .navbar-nav li.dropdown > ul.dropdown-menu {
    color: #eee;
    background-color: #333;
    padding: 0;
}

.navbar .navbar-nav li.dropdown > ul.dropdown-menu > li {
    border-bottom: 1px #444 solid;
}

    .navbar .navbar-nav li.dropdown > ul.dropdown-menu > li > a {
        color: #eee;
        padding: 20px 20px 20px 20px;
        text-align: left;
        background-color: #232323;
    }

        .navbar .navbar-nav li.dropdown > ul.dropdown-menu > li > a:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }*/
    /* Clear Navigation */
    /*.navbar.clear-header {
    position: absolute;
    background: #000000;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #7e7e7e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-thb.clear-header .navbar-brand {
    background-image: url("/images/logo-white.png");
}

.navbar.clear-header .navbar-nav > li.nav-item > a,
.navbar.clear-header .navbar-nav > li.nav-item > a:focus {
    color: #f9f9f9;
}

.navbar.clear-header .navbar-nav > li.current > a,
.navbar.clear-header .navbar-nav > li.open > a,
.navbar.clear-header .navbar-nav > li.open > a:hover,
.navbar.clear-header .navbar-nav > li.open > a:focus,
.navbar.clear-header .navbar-nav > li:hover > a,
.navbar.clear-header .navbar-nav > li:focus > a,
.navbar.clear-header .navbar-nav > li:focus > a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
    }

    .navbar .navbar-nav li.nav-item {
        background-color: #333;
        margin: 0;
        text-align: center;
        border-bottom: 1px #444 solid;
    }

    .navbar li.navbar-nav .nav-item a {
        color: #ddd;
        background-color: #333;
        padding: 20px 0;
        display: inline-block;
        width: 100%;
    }

    .navbar .navbar-nav .nav-item.current > a,
    .navbar .navbar-nav .nav-item.open > a,
    .navbar .navbar-nav .nav-item.open > a:hover,
    .navbar .navbar-nav .nav-item.open > a:focus,
    .navbar .navbar-nav .nav-item:hover > a,
    .navbar .navbar-nav .nav-item:focus > a,
    .navbar .navbar-nav .nav-item:focus > a {
        color: #fff;
        background-color: #444;
    }
}


.header {
    background-color: #456677;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
}


#title-content {
    z-index: 100;
    padding: 160px 0 85px 0;
    text-align: center;
}

    #title-content h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
        text-align: center;
        font-size: 60px;
        margin: 0px;
        padding: 0px;
    }

    #title-content h2 {
        font-family: var(--bs-font-sans-serif);
        font-weight: 300;
        color: #eee;
        text-shadow: 0px 0px 7px #666;
        text-align: center;
        font-size: 24px;
        margin-top: 10px;
        padding: 0;
        line-height: 130%;
    }



footer {
    background-color: #343a40;
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #1f1f1f;
    color: #eee;
    font-size: 15px;
}

    footer .footer-header {
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #868e96;
    }

    footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    footer a {
        color: #eee;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
            color: #fff;
        }

    footer hr {
        color: #727f8d;
    }

    footer .footer-section  {
        margin: 30px 0 30px 0;
    }*/
    /* Social icons*/
    /*.social-icons {
    margin: 0 auto;
    width: 136px;
}

    .social-icons a.social-icon {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        line-height: 40px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        background-color: #A8A8A8;
        color: #fff;
        font-size: 26px;
        margin: 1px;
    }

        .social-icons a.social-icon.social-icon-facebook:hover {
            background-color: #3B5998;
        }

        .social-icons a.social-icon.social-icon-twitter:hover {
            background-color: #55ACEE;
        }

        .social-icons a.social-icon.social-icon-pintrest:hover {
            background-color: #cb2027;
        }


.caption {
    background: #eee;
    margin-bottom: 1.625em;
    padding: 10px;
}

    .caption .caption-text {
        margin-bottom: 0;
        padding: 8px 0 0 0;
        position: relative;
        text-align: center;
        color: #666;
        font-size: 14px;
        font-style: italic;
    }

.badge {
    font-family: arial;
}



a:hover, a:focus {
    text-decoration: none;
}

p {
    margin-bottom: 1.4285em;
}

.p1 {
    margin-bottom: 8px;
}

.p2 {
    margin-bottom: 15px;
}

.p3 {
    margin-bottom: 30px;
}

.p4 {
    margin-bottom: 40px;
}

.p5 {
    margin-bottom: 50px;
}

.img-indent-r {
    float: right;
    margin: 0 0 0 40px;
}

.row-image {
    width: 100%;
    margin-bottom: 20px;
}

.padding-top {
    padding-top: 5px;
}

a.border {
    border: 10px solid #ddd;
    display: inline-block;
    background-color: #cacaca;
}

    a.border:hover {
        border: 10px solid #bbb;
    }

b {
    color: #040404;
}

figure a {
    display: inline-block;
}

         .list-3 li a:hover {
            color: #ff8e00;
        }

.list-3 li {
    padding: 0 0 8px 5px;
}

.line {
    background: #cacaca;
    height: 1px;
    overflow: hidden;
}

.price {
    font-size: 22px;
    font-weight: bold;
    color: #900;
}

cite {
    color: #8b8b8b;
}*/
    /* Custom select color */
    /*::selection {
    background: #bbb;
    color: #fff;*/ /* Safari */
    /*}*/
    /* Information box */
    /*p.icon {
    float: left;
    padding: 0 !important;
    margin: 0;
}

fieldset legend {
    display: none;
}

a.btn {
    text-decoration: none;
}*/
    /* Override bootstrap danger button */
    /*.btn-danger {
    background-color: #e76e34;
    border-color: #cb602e;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus {
        background-color: rgb(228, 91, 27);
        border-color: #cb602e;
    }*/
    /* Big Button */
    /*.big-button {
    background-color: #E76E34;
    padding: 20px;
    display: block;
    border: 6px solid #ddd;
    text-align: center;
    border-radius: 4px;
}

a.big-button:hover {
    border: 6px solid #bbb;
}

.big-button h3 {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 1px #444;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 36px;
    margin-top: 10px;
}

.big-button h4 {
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 1px #444;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 32px;
    margin-top: 10px;
}

.big-button-disabled {
    background-color: #ccc;
}

    .big-button-disabled h3 {
        margin: 25px 0 10px 0;
        font-size: 20px;
        color: #444;
        text-shadow: none;
    }

    .big-button-disabled h4 {
        color: #444;
        text-shadow: none;
        margin-bottom: 18px;
    }*/
    /* MVC3 validation */
    .validation-summary-valid {
        display: none;
    }

    .field-validation-valid {
        display: none;
    }

    .field-validation-error {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        padding-left: 5px;
        color: #b94a48;
    }

    .input-validation-error {
        color: #b94a48;
        border-color: #ee5f5b;
    }

        .input-validation-error:focus {
            border-color: #e9322d;
            -webkit-box-shadow: 0 0 6px #f8b9b7;
            -moz-box-shadow: 0 0 6px #f8b9b7;
            box-shadow: 0 0 6px #f8b9b7;
        }
    /* End MVC3 validation */



    .required:after {
        content: " ";
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #f27b77;
        margin-bottom: 3px;
        margin-left: 4px;
    }




    div.navigation a.prev {
        background-image: url('/images/arrow-left.png');
    }

    div.navigation a.next {
        background-image: url('/images/arrow-right.png');
    }
    /* Form */
    .detailItem {
        border-bottom: 1px #ddd solid;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .detailLabel {
        float: left;
        color: #888;
    }

    .detailValue {
        margin-left: 150px;
    }
    /*.section-wrapper {
        color: #555;
        padding: 60px 0 60px 0;
        background: #FFF;
    }

    .section-wrapper-sm {
        padding: 10px 0 10px 0;
    }

    .section-wrapper-md {
        padding: 30px 0 30px 0;
    }

    .section-wrapper-header {
        padding: 130px 0 20px 0;
        text-align: center;
        text-shadow: 0px 0px 7px #444;
    }

    .section-wrapper-smoke {
        color: #555;
        background: #F7F5F4;
        border-top: 1px solid rgba( 232, 229, 224, 0.1 );
        border-bottom: 1px solid rgba( 232, 229, 224, 0.1 );
    }

    .section-wrapper-blue {
        color: #333;
        background: #456677;
        border-top: 1px solid rgba( 232, 229, 224, 0.1 );
        border-bottom: 1px solid rgba( 232, 229, 224, 0.1 );
    }

        .section-wrapper-blue h1 {
            color: #fff;
        }

    .section-wrapper-blur {
        color: #fff;
        background: url('/images/bg-blur.webp');
        background-color: #000;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

        .section-wrapper-blur h2 {
            color: #fff;
        }

    .section-wrapper-center-title h2 {
        margin-bottom: 40px;
        text-align: center;
    }

    .section-wrapper > div > div > div > h2,
    .section-wrapper > div > div > div > div > h2,
    .section-wrapper > div > div > div > h3 {
        margin-top: 0;
    }*/
    /*.more-info {
        margin-top: 15px;
    }*/
    /* Home Page */
    /*.home-header {
        min-height: 426px;
        overflow: hidden;
        position: relative;
        background-color: transparent;
    }



        .home-header video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            -ms-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            background: url('/images/home-header.webp') no-repeat;
            background-size: cover;
        }*/
    /* Turn off the video on smaller screens */
    /*@media (max-width: 800px) {
        .home-header {
            background: url('/images/home-header.webp');
            background-color: #000;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: center center;
            background-size: cover;
        }

            .home-header video {
                display: none;
            }
    }

    .home-header #title-content {
        margin: auto 0;
        padding: 160px 0 120px 0;
        text-align: center;
        vertical-align: middle;
        position: relative;
        z-index: 5;
    }

        .home-header #title-content h1 {
            font-family: 'BenchNine', sans-serif;
            text-shadow: 0 1px 1px #444;
            text-shadow: 0 1px 1px rgba(0,0,0,.5);
            margin: 0 auto;
            margin-bottom: -25px;
            color: white;
            font-size: 140px;
            text-transform: uppercase;
        }

        .home-header #title-content > span {
            font-size: 28px;
            font-weight: 300;
            text-shadow: 0 1px 1px #888;
            text-shadow: 0 1px 1px rgba(0,0,0,.5);
            margin: 0 auto;
            margin-bottom: 10px;
            color: white;
            display: block;
        }

    @media (min-width: 550px) {

        .home-header #title-content h1 {
            font-size: 150px;
        }

        .home-header #title-content > span {
            font-size: 28px;
        }
    }

    @media (min-width: 768px) {

        .home-header #title-content h1 {
            font-size: 160px;
        }

        .home-header #title-content > span {
            font-size: 30px;
        }
    }

    @media (min-width: 992px) {

        .home-header #title-content h1 {
            font-size: 160px;
        }

        .home-header #title-content > span {
            font-size: 30px;
        }
    }

    @media (min-width: 1200px) {

        .home-header #title-content h1 {
            font-size: 160px;
        }

        .home-header #title-content > span {
            font-size: 30px;
        }
    }*/

    .callouts {
        text-align: center;
    }

        .callouts h2 {
            margin-bottom: 40px;
        }

        .callouts h3 {
            color: #E76E34;
            margin: 30px 0 20px 0;
        }

    .our-story .figure img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    /* start here page */
    /*.start-here-header {
        background: #000 url('/images/bg-home.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }*/
    /* knowledge base page */
    /*.knowledge-base-header {
        background: #000 url('/images/bg-wood.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 250px;
    }*/
    /* school page */
    /*.school-header {
        background: #000 url('/images/bg-classroom.jpg') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 250px;
    }*/
    /* blog page */
    /*.blog-header {
        background: #000 url('/images/bg-home.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 250px;
    }*/

    /* Plan pages */
.plan-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 15px;
    margin-top: -120px;
    margin-bottom: 60px;
    margin-left: 50px;
    margin-right: 50px;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

        .plan-header h1 {
            text-align: center;
            font-size: 60px;
            margin: 0 0 10px 0;
        }

        .plan-header h2 {
            font-family: var(--bs-font-sans-serif);
            text-align: center;
            font-size: 24px;
            margin: 0 0 5px 0;
        }


    #plan-page .table {
        font-size: 14px;
    }

    .plan-header-tiny-living {
        background: #17110B url('/images/plansbg-tiny-living.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 600px;
    }

    .plan-header-the-element {
        background: #17110B url('/images/plansbg-the-element.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 600px;
    }

    .plan-header-tiny-retirement {
        background: #17110B url('/images/plansbg-tiny-retirement.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 600px;
    }

    .plan-header-tiny-studio {
        background: #17110B url('/images/plansbg-tiny-studio.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 600px;
    }

    .plan-header-simple-living {
        background: #17110B url('/images/plansbg-simple-living.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 600px;
    }

    .plan-header-backyard-studio {
        background: #17110B url('/images/plansbg-backyard-studio.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 600px;
    }

    .plan-header-modern-dog-house {
        background: #17110B url('/images/plansbg-doghouse.webp') no-repeat center 0;
        background-size: cover;
        background-position: bottom;
    }

    .plan-header-tiny-playhouse {
        background: #17110B url('/images/plansbg-tiny-playhouse.webp') no-repeat center 0;
        background-size: cover;
        background-position: bottom;
    }
    /* Misc Header */
    /* Videos page */

    .video-header {
        background: #000 url('/images/bg-workshops-hands-on.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }

    .video-content-wrap {
        max-width: 1000px;
        margin: 0 auto;
    }

    .video-content {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-content iframe, .video-content embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .video-controls {
        text-align: center;
        margin-top: 20px;
    }
    /* Book Header */
    .book-header2 {
        background: #000 url('/images/bg-book.webp') no-repeat center 0;
        background-size: cover;
        min-height: 586px;
    }

        .book-header2 #book {
            width: 342px;
            height: 502px;
            background: url('/images/tiny-house-book-3d2.webp') no-repeat;
            text-indent: -9999px;
            position: absolute;
            left: 40px;
            top: 156px;
            z-index: 10;
        }

    @media (min-width: 550px) {
        .book-header2 #book {
            left: 100px;
        }
    }

    @media (min-width: 768px) {
        .book-header2 #book {
            left: 40px;
        }
    }

    @media (min-width: 992px) {
        .book-header2 #book {
            left: 80px;
        }
    }

    @media (min-width: 1200px) {
        .book-header2 #book {
            left: 120px;
        }
    }

    .book-header2 #title-content {
        padding-top: 216px;
    }

        .book-header2 #title-content h2 {
            color: #fff;
            text-shadow: 0 1px 1px #444;
            text-shadow: 0 1px 1px rgba(0,0,0,.5);
            text-align: left;
            font-size: 50px;
            margin-bottom: 12px;
        }

        .book-header2 #title-content h3 {
            font-family: "Poppins", sans-serif;
            color: #eee;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.7em;
        }
    /* Book Introduction */
    .book-introduction {
        text-align: left;
        padding-top: 100px;
        border-top: 1px solid black;
        position: relative;
    }

        .book-introduction h2 {
            text-align: center;
            margin-bottom: 40px;
        }

        .book-introduction h4 {
            font-size: 18px;
        }

        .book-introduction .pricing {
            float: right;
            text-align: center;
            margin: 0 0 20px 30px;
        }

            .book-introduction .pricing a {
                display: block;
                background: #fd631e;
                color: #fff;
                width: 150px;
                height: 150px;
                padding: 35px 0;
                -webkit-border-radius: 75px;
                -moz-border-radius: 75px;
                border-radius: 75px;
                font-size: 60px;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: normal;
                line-height: 80px;
            }

                .book-introduction .pricing a:hover {
                    background: #fe5509;
                }

        .book-introduction .description {
            text-align: left;
        }
    /* what you'll learn '*/
    .what-youll-learn h2 {
        margin-bottom: 40px;
        text-align: center;
    }
    /* Feature List */
    .feature-group h3 {
        font-size: 20px;
    }
    /* Press home page */
    .press-header {
        background: #000 url('/images/bg-press.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }
    /* Workshop home page */
    .workshop-header {
        background: #000 url('/images/bg-workshops-hands-on.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }
    /* Workshop details */
    .workshop-detail-header {
        background: #000 url('/images/bg-workshops-hands-on-detail.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }
    /* Blog details */
    .blog-detail-header {
        background: #000 url('/images/bg-wood.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }
    /* Trailer page */
    .trailer-header-misc {
        background: #000 url('/images/bg-tiny-house-trailer.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        min-height: 350px;
    }


    .trailer-header {
        min-height: 426px;
        overflow: hidden;
        position: relative;
        background-color: transparent;
    }



        .trailer-header video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            -ms-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            background: url('/images/bg-tiny-house-trailer.webp') no-repeat;
            background-size: cover;
        }
    /* Turn off the video on smaller screens */
    @media (max-width: 800px) {
        .trailer-header {
            background: url('/images/bg-tiny-house-trailer.webp');
            background-color: #000;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: center center;
            background-size: cover;
        }

            .trailer-header video {
                display: none;
            }
    }

    /*.trailer-packages h2 {
        margin-bottom: 20px;
    }

    #trailer-page ul {
        padding: 0;
    }

    #trailer-page .features h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    #trailer-page .features .table-note {
        display: block;
        font-weight: normal;
        font-size: 14px;
    }

    #trailer-page .faq h2 {
        text-align: center;
        margin-bottom: 20px;
    }*/

    

    /*.trailer-locations {
        background: #fff url('/images/map-trailers-blank.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
        padding: 90px 0 90px 0;
        text-align: center;
    }

        #trailer-page .trailer-locations h2 {
            display: inline;
            text-align: center;
            background-color: #ffffff;
            background-color: rgba(255, 255, 255, 0.85);
            margin: 0 0 20px 0;
            padding: 10px 20px 10px 20px;
            line-height: 2em;
        }


    #trailer-page .trailer-location-info {
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 10px 20px 10px 20px;
        text-align: center;
    }*/
    /* Trailer Convert Button */
    
    
    a.convert-button {
        position: fixed;
        bottom: 10px;
        right: 140px;
        z-index: 999998;
    }

        a.convert-button:hover {
            background-color: rgb(228, 91, 27) !important;
        }

    a.contact-us-button {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 999998;
    }

        a.contact-us-button:hover {
            background-color: rgb(228, 91, 27) !important;
        }


    /* Houses page */

    .houses-header {
        background: #000 url('/images/bg-house.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }
    /* plans page */

    #plans-page .plans-header {
        background: #000 url('/images/bg-tiny-house-plans.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }


    #plans-page .plans-include h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .plans-include ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    /* Trailer Quote Header */
    .trailer2-header {
        background: #000 url('/images/bg-trailers.webp') no-repeat center 0;
        background-size: cover;
        background-position: center;
    }

        .trailer2-header #title-content {
            padding: 80px 0 80px 0
        }




    .wizard h1 {
        margin-bottom: 0px;
    }

    .wizard h2 {
        margin-top: 30px;
        font-size: 28px;
    }

        .wizard h2 span.section-number {
            font-size: 20px;
            background: #5d859a;
            border-radius: 0.8em;
            -moz-border-radius: 0.8em;
            -webkit-border-radius: 0.8em;
            display: inline-block;
            font-weight: bold;
            color: #fff;
            line-height: 30px;
            padding-bottom: 2px;
            width: 32px;
            margin-right: 5px;
            text-align: center;
            box-shadow: 0px 0px 2px #777;
        }

        .wizard h2 span.section-description {
            height: 32px;
            vertical-align: middle;
        }


    .wizard .row.selection-buttons {
        margin-right: -5px;
        margin-left: -5px;
    }

        .wizard .row.selection-buttons > [class^="col-"],
        .wizard .row.selection-buttons > [class*=" col-"] {
            padding-right: 5px;
            padding-left: 5px;
        }


    .wizard .selection-buttons .selection-button {
        padding: 12px 6px;
        text-align: center;
        border: 1px solid #d6d6d6;
        display: block;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        word-wrap: break-word;
        margin: 0 0 10px 0;
        font-size: 18px;
        float: left;
        background-color: #fff;
    }

        .wizard .selection-buttons .selection-button:hover {
            border: 1px solid #888;
        }

        .wizard .selection-buttons .selection-button .button-label {
            color: #444;
        }

        .wizard .selection-buttons .selection-button.active {
            border: 1px solid #777;
            -moz-box-shadow: 0 0 7px #777;
            -webkit-box-shadow: 0 0 7px #777;
            box-shadow: 0px 0px 7px #777;
        }

    .wizard .slide {
        position: absolute;
        top: 0;
        left: 0;
    }

    .wizard .slider {
        width: 100%;
        height: 400px;
        max-height: 435px;
        overflow: hidden;
        position: relative;
        background: #CCCCCA;
        border: 1px solid #bbb;
    }

    #select-plans.wizard .slider {
        height: 390px;
    }

    .wizard .slider img {
        width: 100%;
    }

    .wizard .help-buttons {
        margin-left: 5px;
        color: #999;
    }

        .wizard .help-buttons a {
            color: #999;
            text-decoration: underline;
        }

            .wizard .help-buttons a:hover {
                text-decoration: underline;
            }
    /*.help-block {
    color: red;
    font-size: 14px;
}*/
    /* Loading spinner */
    .wizard #loading {
        z-index: 5000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url('/images/loading.gif');
        background-repeat: no-repeat;
        background-position: center;
        /*this is commented since it happens so fast we dont' want to flicker the screen'
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: .4;*/
    }
    /* Form */

    .page-alert {
        padding: 15px 0 15px 0;
        text-align: center;
        z-index: 999;
    }

    .page-alert-info {
        color: #31708f;
        background-color: #d9edf7;
    }

    .page-alert-danger {
        color: #a94442;
        background-color: #f2dede;
    }


    .article_nav_container .bullet_list > li {
        padding: 4px 0 5px;
    }



    .faq-article {
        margin-bottom: 20px;
        border-bottom: 1px dotted #d3d3d3;
        padding-bottom: 20px;
    }

        .faq-article ul li {
            padding: 4px 0 5px;
        }
    /* Bootstrap 3 pagination required for my version of mvc paged list */

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 0;
        border-radius: 4px;
    }

        .pagination > li {
            display: inline;
        }

            .pagination > li > a,
            .pagination > li > span {
                position: relative;
                float: left;
                padding: 6px 12px;
                margin-left: -1px;
                line-height: 1.42857143;
                color: #337ab7;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd;
            }

            .pagination > li:first-child > a,
            .pagination > li:first-child > span {
                margin-left: 0;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }

            .pagination > li:last-child > a,
            .pagination > li:last-child > span {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
            }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                z-index: 3;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd;
            }

        .pagination > .active > a,
        .pagination > .active > span,
        .pagination > .active > a:hover,
        .pagination > .active > span:hover,
        .pagination > .active > a:focus,
        .pagination > .active > span:focus {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #337ab7;
            border-color: #337ab7;
        }

        .pagination > .disabled > span,
        .pagination > .disabled > span:hover,
        .pagination > .disabled > span:focus,
        .pagination > .disabled > a,
        .pagination > .disabled > a:hover,
        .pagination > .disabled > a:focus {
            color: #777;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd;
        }

    .pagination-lg > li > a,
    .pagination-lg > li > span {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
    }

    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .pagination-sm > li > a,
    .pagination-sm > li > span {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    /* End MVC 3 pagination */


    /* Card */
.card {
    margin: 0px 10px 40px 10px;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transition: box-shadow .5s;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25) !important;
}

.card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    background-color: #444;
}

.card .badge {
    padding: 8px 12px 8px 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .card .card-body .card-title {
        font-size: 18px;
        color: #111;
        margin-bottom: .1em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .card .card-body .card-title a {
            color: #555;
            text-decoration: none;
        }

            .card .card-body .card-title a:hover {
                text-decoration: underline;
            }

    .card .card-body .description {
        margin: .3em 0 .5em 0;
        color: #6c6c86;
    }


/* Article card */
.article-card img {
    aspect-ratio: 16/6;
}


    /* Marketplace and Community section */
        .listing-card .card-body {
            list-style: none;
        }

            .listing-card .card-body .card-title {
                font-size: 18px;
                color: #111;
                margin-bottom: .1em;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }



                .listing-card .card-body .card-title a {
                    color: #555;
                    text-decoration: none;
                }

                    .listing-card .card-body .card-title a:hover {
                        text-decoration: underline;
                    }

            .listing-card .card-body .propertyType {
                color: #aeaeaa;
                margin-bottom: .5em;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .listing-card .card-body .price {
                font-size: 100%;
                color: #2e5a7f;
                font-weight: bold;
                margin-bottom: .1em;
            }

                .listing-card .card-body .price .tagline {
                    font-weight: normal;
                    color: #5b8eb9;
                }

            .listing-card .card-body .beds_baths_sqft {
                margin-bottom: .1em;
            }

                .listing-card .card-body .beds_baths_sqft span {
                    margin-right: 10px;
                    padding-left: 6px;
                    border-left: 1px solid #BEBDB8;
                }

                    .listing-card .card-body .beds_baths_sqft span:first-child {
                        padding: 0;
                        border: 0;
                        font-weight: 700;
                    }

            .listing-card .card-body .features {
                color: #aeaeaa;
                margin-bottom: .1em;
            }


            


        .listing-card.listing-card-horizontal img {
            height: 260px;
        }

        .listing-card.featured {
            border: solid 1px #acd5c2;
        }

        /* used in the users account */
        .listing-card .card-button-tray {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 10px;
            background-color: #eee;
        }


    /* Listing skeleton */
    @@keyframes keyframe_skeleton {
        from {
            opacity: 0.6;
        }

        to {
            opacity: 1;
        }
    }

    .skeleton {
        -webkit-animation-direction: alternate !important;
        animation-direction: alternate !important;
        -webkit-animation-duration: 1s !important;
        animation-duration: 1s !important;
        -webkit-animation-fill-mode: forwards !important;
        animation-fill-mode: forwards !important;
        -webkit-animation-iteration-count: infinite !important;
        animation-iteration-count: infinite !important;
        -webkit-animation-name: keyframe_skeleton !important;
        animation-name: keyframe_skeleton !important;
        -webkit-animation-timing-function: ease-in-out !important;
        animation-timing-function: ease-in-out !important;
        background-color: currentColor !important;
        display: inline-block !important;
        position: relative !important;
    }

    .skeleton-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
        background-color: #444;
    }
    /* Disabled adds */
    .da-card {
        display: none;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        border: 0;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .da-card .da-card-body {
            padding: 20px;
        }

