/*** SITE COLORS -->

Background :

    primary { background-color: #f0f0f0 }
    accent { background-color: #cccccc }

Text :

    primary { color: #333333 }
    sub text { color: #888888 }
    1nd accent { color: #6ea833 }
    2nd accent { color: #dbed94 }

Border :

    primary { border-color: #e0e0e0 }

*/


/***** ----- GENERAL STYLE ----- *****/

/* USER */
.name {
    overflow: hidden;
    position: relative;
    font-size: 1.5vw;
    font-family: 'sol-700';
    text-transform: capitalize;
    padding-right: .2vw;
    display: inline-block;
}

/* SIGNUP / REGISTER */
.ext-2 {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    /* LEFT */
    .ext-2 .left {
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 45%;
        height: 100%;
    }
    
        /* realtor login */
        .ext-2 .left .inner {
            overflow-y: auto;
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #333333;
            background-image: url('../img/ext2-img');
            background-size: cover;
            background-repeat: no-repeat;
            text-align: center;
            padding: 4vw;
            padding-right: 7.3vw;
            transition: all 0.4s;
            float: left;
        }

        .ext-2 .left .logo {
            width: 55%;
        }

        /* article login */
        .ext-2 .inner-2 {
            display: table;
            text-align: center;
            border-spacing: 6vw;
        }
        .ext-2 .inner-2-bg {
            background-color: #444 !important;
            background-image: url('../article/img/login-bg') !important;
            background-repeat: repeat-x;
            animation: animatedBackground 50s linear infinite alternate;
        }
            @keyframes animatedBackground {
                from {
                background-position: 0 0;
                }
                to {
                background-position: 100% 0;
                }
            }
        .ext-2 .left .data {
            overflow: hidden;
            position: relative;
            background-color: #ffffff;
            border-radius: 2vw;
            border-collapse: separate;
            display: table-cell;
            vertical-align: middle;
            padding: 0vw 2vw;
            box-shadow: rgba(14, 30, 37, 0.2) 0px 2px 4px 0px, rgba(14, 30, 37, 0.1) 0px 2px 16px 0px;
        }
            .ext-2 .left .con {
                overflow: hidden;
                position: relative;
                width: 100%;
                text-align: center;
                padding: 4vw 0vw;
                float: left;
            }
            .ext-2 .left .headshot {
                overflow: visible;
                position: relative;
                margin: 0 auto;
                height: 13vw;
                width: 13vw;
                background-color: #f0f0f0;
                background-size: 100% auto;
                background-position: center center;
                background-repeat: no-repeat;
                border: .35vw solid #f0f0f0;
                border-radius: 100%;
            }
                .ext-2 .left .headshot div {
                    overflow: hidden;
                    position: absolute;
                    margin-top: -.1vw;
                    margin-left: -1.1vw;
                    width: 4.5vw;
                    height: 4.5vw;
                    background-color: #f0f0f0;
                    background-size: cover;
                    border: .35vw solid #f0f0f0;
                    border-radius: 100%;
                }
            .ext-2 .left .text {
                overflow: hidden;
                position: relative;
                margin-top: 1vw;
                width: 100%;
                text-transform: capitalize;
                float: left;
            }
            .ext-2 .left .name {
                color: #444444;
                font-size: 1.8vw;
                font-family: 'sol-700';
                padding: 0;
                display: inline-block;
            }
            .ext-2 .left .comp {
                overflow: hidden;
                position: relative;
                margin-top: -.1vw;
                width: 100%;
                font-size: 1.15vw;
                font-family: 'sol-500';
                color: #6ea833;
                float: left;
            }

        .ext-2 .left .bio {
            overflow: hidden;
            position: relative;
            margin-top: 1vw;
            width: 100%;
            color: #777777;
            font-size: 1.3vw;
            float: left;
        }
            .ext-2 .left .bio:before {
                content: "\f10d";
                font-family: 'FontAwesome';
                font-style: normal;
                font-weight: normal;
                padding-right: .5vw;
            }
            .ext-2 .left .bio:after {
                content: "\f10e";
                font-family: 'FontAwesome';
                font-style: normal;
                font-weight: normal;
                padding-left: .5vw;
            }
    
    /* RIGHT */
    .ext-2 .right {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 55.1%;
        height: 100%;
        display: table;
        z-index: 2;
    }

        /* inner */
        .ext-2 .right .inner {
            overflow: hidden;
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #f0f0f0;
            color: #444444;
            border-collapse: separate;
            display: table-cell;
            vertical-align: middle;
            padding: 6vw 7vw;
        }

        /* text */
        .ext-2 .right .title {
            margin-top: 0vw;
            font-size: 1.7vw;
        }
        .ext-2 .right .sub-text {
            margin-top: .7vw;
            margin-left: .2vw;
            color: #777777;
            font-size: 1.4vw;
        }
            .ext-2 .right .sub-text span {
                font-family: 'sol-500';
                text-transform: capitalize;
            }

        /* back */
        .ext-2 .right .back {
            overflow: hidden;
            padding-bottom: 1.8vw;display: block;
        }
        .ext-2 .right .back i {
            overflow:hidden;
            position: relative;
            width: 4vw;
            height: 4vw;
            background: #e5e5e5;
            color: #444444;
            font-size: 1.5vw;
            text-align: center;
            border-radius: 100%;
            padding-top: 1.3vw;
            transition: 0.4s;
            cursor: pointer;
            float: left;
        }
            .ext-2 .right .back i:hover {
                color: #ffffff;
                background: #444444;
            }

        /* form */
        .ext-2 .right .form {
            overflow: visible;
            position: relative;
            margin-top: .7vw;
            width: 100%;
            float: left;
        }
        .ext-2 .right .form button {
            position: relative;
            width: 100%;
            margin-top: 1.5vw;
            font-size: 1.5vw;
            text-transform: capitalize;
            padding: 1.7vw 0vw;
            float: left;
        }
        .ext-2 .right .form .w-mixed {
            padding-bottom: .2vw;
        }
        .ext-2 .right .form .w-mixed .w-100 {
            margin-left: 1.1vw;
            width: calc(100% - 1.1vw);
        }
            
        /* options */
        .ext-2 .right .form .option {
            overflow: visible;
            position: relative;
            margin-top: 1vw;
            width: calc(100% + 1vw);
            margin-left: -1vw;
            float: left;
        }
            .ext-2 .right .form .option .opt-select {
                overflow: hidden;
                position: relative;
                margin-left: 1vw;
                width: calc(50% - 1vw);
                background: #ffffff;
                border-radius: 1vw;
                border: 1px solid #e0e0e0;
                padding: 1.5vw 2vw;
                padding-bottom: 1.8vw;
                transition: all 0.3s;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                float: left
            }
            .ext-2 .right .form .option .opt-text {
                overflow: hidden;
                position: relative;
                margin-top: .35vw;
                margin-left: 3vw;
                font-size: 1.2vw;
                font-family: 'sol-400';
                text-transform: capitalize;
            }
            .ext-2 .right .form .option .selected {
                outline: none;
                border: 1px solid #6ea834;
                box-shadow: 0 0 5px rgba(110, 168, 52, 1);
            }

        /* form insert*/
        .ext-2 .right .insert {
            overflow: visible;
            position: relative;
            margin-top: 2vw;
            width: 100%;
            padding: 0.2vw;
            padding-bottom: .5vw;
            font-size: 1.1vw;
            float: left;
        }   
            .ext-2 .right .insert a {
                text-decoration: underline;
            }
            .ext-2 .right .logged .txt {
                position: relative;
                margin-top: .4vw;
                margin-left: 1vw;
                float:left;
            }
                .ext-2 .right .insert .logged {
                    float: left;
                }
                .ext-2 .right .insert a:nth-of-type(1) span {
                    overflow: hidden;
                    position: relative;
                    font-family: 'sol-400';
                    float: left;
                }
                .ext-2 .right .insert a:nth-of-type(2) span {
                    overflow: hidden;
                    position: relative;
                    margin-top: -.4vw;
                    font-size: .85vw;
                    font-family: 'sol-400';
                    border-radius: 500px;
                    padding: .5vw 1.2vw;
                    float: right;
                }

            /* toggle */
            .ext-2 .right .form .hide {
                display: none;
            }

        /* links */
        .ext-2 .right .links {
            overflow: hidden;
            position: relative;
            margin-top: 5vw;
            width: 100%;
            color: #888888;
            font-size: 1.15vw;
            border-top: 1px solid #e0e0e0;
            padding-top: 1.5vw;
            float: left;
        }
            .ext-2 .right .links div:nth-child(1) {
                float: left;
            }
            .ext-2 .right .links div:nth-child(2) {
                float: right;
            }
                .ext-2 .right .links div:nth-child(2) a {
                    margin-left: .7vw;
                }
                    .ext-2 .right .links div:nth-child(2) a:hover {
                        color: #333333;
                        cursor: pointer;
                    }
        
        /* under button text */
        .ext-2 .right .ft-text {
            overflow: hidden;
            position: relative;
            margin-top: 1.7vw;
            width: 100%;
            font-size: 1.2vw;
            text-align: center;
            float: left;
        }
            .ext-2 .right .ft-text span {
                color: #6ea833;
                font-family: 'sol-400';
                text-decoration: underline;
            }

        /* padding for blur */
        .ext-2 :is( .title, .sub-text, .form, .link-text ) {
            padding: 0vw .1vw;
        }


/* EXTERNAL PAGE SECTIONS */
.ext {
    overflow: hidden;
    position: relative;
    margin-top: 6.2vw;
    width: 100%;
    float: left;
}

/* TEXT */
.ext .label {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
}
    .ext .label span {
        overflow: hidden;
        position: relative;
        font-size: 1.1vw;
        font-family: 'sol-700';
        color: #6ea833;
        letter-spacing: .40rem;
        text-transform: uppercase;
    }

.ext .sm-label, .ext-2 .sm-label {
    overflow: hidden;
    position: relative;
    margin-top: 2.5vw;
    width: 100%;
    font-size: 1vw;
    font-family: 'sol-400';
    padding-bottom: .5vw;
    text-transform: capitalize;
    float: left;
}
    
.ext .title, .ext-2 .title {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 1.2vw;
    color: #444444;
    font-size: 2vw;
    line-height: 1.25;
    font-family: 'sol-500';
    text-transform: capitalize;
    float: left;
}
    .ext .mtitle, .ext-2 .mtitle {
        display: none;
    }

.ext .sub-text, .ext-2 .sub-text {
    overflow: hidden;
    position: relative;
    margin-top: .5vw;
    width: 100%;
    font-size: 1.6vw;
    line-height: 1.3;
    color: #777777;
    float: left;
}
    .ext .sub-text a, .ext-2 .sub-text a {
        color: #6ea833;
    }
    .ext :is(.msub, .msub-2), .ext-2 .msub {
        display: none;
    }

.ext .heading {
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    margin-top: 10px; 
    font-size: 22px; 
    font-weight: 500; 
    float: left;  
}


/* TIP */
.ext-2 .tip {
    overflow: hidden;
    position: absolute;
    right: 0px;
    width: 4vw;
    height: 100%;
    background-image: url('../img/ext-2-tip.png');
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
.ext .tip {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 4vw;
    margin-top: -3.9vw;
    background-image: url('../img/section-tip.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 100% auto;
    float: left;
    z-index: 2;
}
    .ext .tip-2 {
        background-image: url('../img/section-tip-2.png');
    }
    .ext .tip-3 {
        background-image: url('../img/section-tip-3.png');
    }
    .ext .tip-4 {
        background-image: url('../img/section-tip-4.png');
    }


/* EXTERNAL PAGE SECTIONS */
.ext .section {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    float: left;
}
    .ext .section .inner {
        overflow: hidden; 
        position: relative;
        margin: 0 auto;
        width: 80%;
        color: #444444;
        padding: 5vw 0px;
    }

    /* section: LEFT */
    .ext .inner .left {
        overflow: hidden;
        position: relative;
        left: 0px;
        width: 50%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        padding-right: 20px;
    }

    /* section: RIGHT */
    .ext .inner .right {
        overflow: hidden;
        position: relative;
        right: 0px;
        width: 50%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
    }

    /* section: TAB */
    .ext .section-tab {
        overflow: visible;
        position: relative;
        width: 100%;
        background-color: #ffffff;
        scroll-margin-top: 7vw;
        padding-bottom: 2.5vw;
        float: left;
        z-index: 20;
    }
        .ext .section-tab .inner {
            overflow: hidden; 
            position: relative;
            margin: 0 auto;
            width: 80%;
            color: #444444;
            padding: 5vw 0px;
        }

        /* tab */
        .ext .section-tab .tab {
            overflow: hidden; 
            position: relative; 
            margin-top: -36px;
            width: 100%;
            z-index: 10;
        }
        .ext .section-tab .tab div {
            overflow: hidden; 
            text-align: center;
            text-transform: uppercase;
            background:#ffffff;
            border: 1px solid #e5e5e5;
            border-bottom: none !important; 
        }
            .ext .section-tab .tab div span {
                font-family: 'sol-400';
                font-size: 12px; 
            }
            .ext .section-tab .tab div i {
                font-size: 15px; 
            }
            .ext .section-tab .tab .left {
                margin-left: 20px;
                background:#f0f0f0;
                float: left;
            }
            .ext .section-tab .tab .right {
                margin-right: 20px;
                float: right;
            }
            .ext .section-tab .tab .ico {
                font-size: 15px;
                cursor: pointer;
                border-radius: 8px 8px 0px 0px;
                padding: 12px 25px 5px 25px; 
            }
                .ext .section-tab .tab .ico:hover {
                    color: #6ea833;
                }
        
    /* section: BREADCRUMB */
    .ext .section-crumb {
        overflow: hidden;
        position: relative;
        width: 100%;
        background-color: #6ea833;
        padding-bottom: 3.5vw;
        float: left;
    }
        .ext .section-crumb .inner {
            overflow: hidden; 
            position: relative;
            margin: 0 auto;
            width: 80%;
            color: #ffffff;
            padding: 7vw 0px;
        }

    /* title */
    .ext .section-crumb .hd-label {
        overflow: hidden;
        position: relative;
        width: 100%;
        float: left;
    }
        .ext .section-crumb .hd-label span {
            font-size: 1.3vw;
            font-family: 'sol-800';
            color: #ffffff;
            letter-spacing: .50rem;
            text-transform: uppercase;
        }

    .ext .section-crumb .hd-title {
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-top: 1vw;
        font-size: 2.8vw;
        font-family: 'sol-700';
        line-height: 1.1;
        text-transform: uppercase;
        float: left;
    }    
    
    .ext .mhd-sub {
        display: none;
    }

    .ext .section-crumb :is(.hd-sub, .mhd-sub) {
        overflow: hidden;
        position: relative;
        margin-top: 1vw;
        width: 100%;
        font-size: 1.5vw;
        font-family: 'sol-500';
        text-transform: capitalize;
        float: left;
    }
        .ext .section-crumb :is(.hd-sub i, .mhd-sub i) {
            font-size: 1.2vw;
            padding: 0px .5vw;
        }

        .ext .section-crumb :is(.hd-sub span, .mhd-sub span) {
            font-family: 'sol-300';
        }

    /* background */
    .ext .section-crumb .ocean { 
        position: absolute;
        bottom:0;
        left:0;
        width:100%;
        height: 5%;
        background: #6ea833;
    }
        .ext .section-crumb .wave {
            background: url(../img/grn-wave.svg) repeat-x; 
            position: absolute;
            top: -198px;
            width: 6400px;
            height: 198px;
            animation: crumb-wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
            transform: translate3d(0, 0, 0);
        }
        .ext .section-crumb .wave:nth-of-type(2) {
            top: -175px;
            animation: crumb-wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, crumb-swell 7s ease -1.25s infinite;
            opacity: 1;
        }
    
            @keyframes crumb-wave {
                0% {
                margin-left: 0;
                }
                100% {
                margin-left: -1600px;
                }
            }
            
            @keyframes crumb-swell {
                0%, 100% {
                transform: translate3d(0,-25px,0);
                }
                50% {
                transform: translate3d(0,5px,0);
                }
            }

    /* section: BANNER */
    .ext .section-ban {
        overflow: hidden; 
        position: relative;
        margin: 0 auto;
        width: 100%;
        color: #ffffff;
        text-align:center;
        background: rgb(110,168,51); 
        background: linear-gradient(0deg, rgba(110,168,51,1) 45%, rgba(178,227,129,1) 100%); 
        color: #ffffff;
        border:0;
        padding: 20px 0px;
    }

/* CATEGORIES */
.credit {
    background: #66cccc;
    color: #ffffff;
}
    .credit b:before {
        font-weight: normal;
        content: "Credit Hacks";
    }
    .credit .desc:before {
        content: "Credit tips aim to educate, inform, and inspire you on the road to a brighter financial future!";
    }
.finance {
    background: #ff9966;
    color: #ffffff;
}
    .finance b:before {
        font-weight: normal;
        content: "Financial";
    }
    .finance .desc:before {
        content: "Tips for managing your money to better align with your overall financial goals.";
    }
.food {
    background: #cc3333;
    color: #ffffff;
}
    .food b:before {
        font-weight: normal;
        content: "Food & Recipes";
    }
    .food .desc:before {
        content: "Explore the top food trends that are delicious, creative, healthy and simple to prepare!";
    }
.season {
    background: #ffcc66;
    color: #ffffff;
}
    .season b:before {
        font-weight: normal;
        content: "Seasonal";
    }
    .season .desc:before {
        content: "Stay joyful througout the seasons with daily activity ideas, receipes and places to see!";
    }
.repair {
    background: #66cc66;
    color: #ffffff;
}
    .repair b:before {
        font-weight: normal;
        content: "Home Repair";
    }
    .repair .desc:before {
        content: "Become a do it yoursel expert with tips and tricks on how to fix and maintain your home.";
    }
.decor {
    background: #9999cc;
    color: #ffffff;
}
    .decor b:before {
        font-weight: normal;
        content: "Home & Decor";
    }
    .decor .desc:before {
        content: "Best interior design tips and tricks filled with the latest trends and home decor inspiration.";
    }
.buy {
    background: #386685;
    color: #ffffff;
}
    .buy b:before {
        font-weight: normal;
        content: "Buy & Sell";
    }
    .buy .desc:before {
        content: "Discover home buying & selling tips that will give you the knowledge to help you close the deal.";
    }
.home {
    background: #cc9966;
    color: #ffffff;
}
    .home b:before {
        font-weight: normal;
        content: "New Home";
    }
    .home .desc:before {
        content: "Tips and guides on everything you need to know and do after moving into your new home.";
    }
.market {
    background: #339966;
    color: #ffffff;
}
    .market b:before {
        font-weight: normal;
        content: "Market Trends";
    }
    .market .desc:before {
        content: "Stay informed with changes in the demand, supply, and prices of properties in today's market.";
    }
.life {
    background: #b48181;
    color: #ffffff;
}
    .life b:before {
        font-weight: normal;
        content: "Life & Culture";
    }
    .life .desc:before {
        content: "Give your readers ideas for places to visit, things to do and new ways of living.";
    }

/* SOCIAL MEDIA BUTTONS */
.fa-x-twitter {
    color: #ffffff;
    background-color: #444444;
}
.fa-linkedin-in {
    color: #ffffff;
    background-color: #2197BD;
}
.fa-facebook-f {
    color: #ffffff;
    background-color: #415d94;
}
.fa-instagram {
    color: #ffffff;
    background-color: #eb475f; 
}
.fa-youtube {
    color: #ffffff;
    background-color: #cd201f;
}
.fa-tiktok {
    color: #ffffff;
    background-color: #000000;
}
.fa-pinterest-p {
    color: #ffffff;
    background-color: #e60023;
}
.fa-link {
    color: #ffffff;
    background-color: #ff5700;
}
.fa-reddit {
    color: #ffffff;
    background-color: #ff5700;
}
.fa-evernote {
    color: #ffffff;
    background-color: #00A82D;
}
.fa-get-pocket {
    color: #ffffff;
    background-color: #ee4056;
}
.fa-envelope {
    color: #ffffff;
    background-color: #d33535;
}

/* SLIDERS */
.slick-dots {
    position: relative;
    width: calc(100% - 15px);
    margin-top: .5vw;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
    .slick-dots button {
        margin-left: 12px;
        width: 1vw;
        height: 1vw;
        background-color: #ccc;
        font-size: 0px;
        border: none;
        text-align: center;
        border-radius: 500px;
        padding: 0px !important;
        transition: 0.6s;
        cursor: pointer;
    }
        .slick-dots button:hover {
            background-color: #6ea833;
        }
    .slick-dots .slick-active button {
        width: 1.7vw;
        background-color: #6ea833;
        transition: width 0.6s;
    }































        
/*** ----- BREAKPOINTS ----- ***/

/* Tablet */
@media screen and (min-device-width: 650px)
and (max-device-width: 1024px) {


}

/* Mobile */
@media screen and (max-width: 750px) {

    /** EXT-2 **/
    .ext-2 .left {
        display: none;
    }
    
    /* RIGHT */
    .ext-2 .right {
        overflow: hidden;
        position: relative;
        margin-top: 119px;
        width: 100%;
        height: auto;
        display: block;
        z-index: 1;
    }
    .ext-2 .right .inner {
        display: block;
        padding: 30px 20px;
        padding-bottom: 60px;
    }
    
        /* form */
        .ext-2 .right .form {
            margin-top: 5px;
        }
        .ext-2 .right .form button {
            margin-top: 25px;
            width: 100%;
            font-size: 18px;
            border-radius: 15px;
            text-transform: capitalize;
            padding: 25px 0px;
        }
        .ext-2 .right .form .btn-black {
            margin-top: 15px !important;
        }
                
        /* options */
        .ext-2 .right .form .option {
            margin-top: 0px;
            width: 100%;
            margin-left: 0px;
            float: left;
        }
        .ext-2 .right .form .option .opt-select {
            margin-top: 20px;
            margin-left: 0px;
            width: 100%;
            border-radius: 15px;
            padding: 35px 30px;
        }
        .ext-2 .right .form .option .input-radio {
            margin-top: 0px;
          }
        .ext-2 .right .form .option .opt-text {
            margin-top: 3px;
            margin-left: 45px;
            font-size: 20px;
        }
    
        /* insert*/
        .ext-2 .right .insert {
            overflow: visible;
            margin-top: 20px;
            padding-bottom: 20px;
            font-size: 18px;
        }   
        .ext-2 .right .logged .txt {
            margin-top: -31px;
            margin-left: 50px;
        }

        /* text */
        .ext-2 :is(.mtitle, .msub) {
            text-align: left !important;
        }

        /* footer links */
        .ext-2 .right .links {
            margin-top: 30px;
            color: #888888;
            font-size: 18px;
            padding-top: 30px;
        }
            .ext-2 .right .links div:nth-child(1) {
                text-align: center;
                width: 100%;
            }
            .ext-2 .right .links div:nth-child(2) {
                display: none;
            }
        .ext-2 .right .ft-text {
            margin-top: 30px;
            font-size: 19px;
        }
        .ext-2 :is( .title, .sub-text, .form, .link-text ) {
            padding: 0px;
        }

    /** EXT **/
    .ext {
        overflow: hidden;
        position: relative;
        margin-top: 119px;
    }
        .ext .inner .left {
            width: 100%;
            height: 100%;
            display: table-cell;
            vertical-align: middle;
            padding: 0px;
            float: left;
        }
        .ext .inner .right {
            width: 100%;
            height: 100%;
            display: table-cell;
            vertical-align: middle;
            padding: 0px;
            float: left;
        }

        /* tab */
        .ext .section-tab {
            padding-bottom: 0px;
        }
        .ext .section-tab .inner {
            margin: 0;
            width: 100%;
            padding: 50px 20px;
            float: left;
        }

        /* crumb */
        .ext .section-crumb {
            padding-bottom: 30px;
        }
        .ext .section-crumb .inner {
            width: 100%;
            padding: 25px 20px;
            float: left;
        }
    
        /* title */
        .ext .section-crumb .hd-label span {
            display: none;
        }
        .ext .section-crumb .hd-title {
            margin-top: 0px;
            font-size: 47px;
            font-family: 'sol-700';
        }
        .ext .hd-sub {
            display: none;
        }
        .ext .section-crumb .mhd-sub {
            margin-top: 20px;
            font-size: 25px;
            font-family: 'sol-300';
            line-height: 1.2;
            display: block;
        }
            .ext .section-crumb .mhd-sub i {
                font-size: 1.2vw;
                padding: 0px .5vw;
            }

    /** TEXT **/
    .ext .label span {
        font-size: 16px;
    }
    .ext .title, .ext-2 .title {
        display: none;
    }
        .ext .mtitle, .ext-2 .mtitle {
            overflow: hidden;
            position: relative;
            width: 100%;
            margin-top: 10px;
            color: #444444;
            font-size: 29px;
            text-align: center;
            line-height: 1.15;
            font-family: 'sol-500';
            text-transform: capitalize;
            float: left;
            display: block;
        }
    .ext .sub-text, .ext-2 .sub-text {
        display: none;
    }
        .ext .msub, .ext-2 .msub {
            overflow: hidden;
            position: relative;
            width: 100%;
            margin-top: 10px;
            font-size: 22px;
            color: #777777;
            text-align: center;
            line-height: 1.2;
            display: block;
            float: left;
        }
        .ext .msub-2, .ext-2 .msub-2 {
            overflow: hidden;
            position: relative;
            width: 100%;
            margin-top: 20px;
            font-size: 22px;
            color: #777777;
            text-align: left;
            line-height: 1.4;
            display: block;
            float: left;
        }
    .ext .heading {
        overflow: hidden; 
        position: relative; 
        width: 100%; 
        margin-top: 10px; 
        font-size: 22px; 
        font-weight: 500; 
        float: left;  
    }
    .ext .sm-label, .ext-2 .sm-label {
        margin-top: 30px;
        width: 100%;
        font-size: 20px;
        font-family: 'sol-500';
        padding: 4px;
    }

    /** TIP **/
    .ext .section-tab .tip {
        height: 60px;
        margin-top: -60px;
        background-size: auto 100%;
    } 

    /** SLICK SLIDER **/
    .slick-dots {
        width: 100%;
        margin-top: 25px !important;
    }
        .slick-dots button {
            width: 15px;
            height: 15px;
        }
        .slick-active button {
            width: 30px;
        }

}