.qpreloader {
    position: fixed;
    background-color: #6b64ae;
    background-image: url(/assets/images/preloader.gif?v=2);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.qentery {
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.main-menu {
    position: relative;
    z-index: 9;
    width: auto;
    float: right;
    margin: 0;
    padding: 0
}

    .main-menu a {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .main-menu ul, .main-menu ul li, .main-menu ul li a {
        position: relative;
        margin: 0;
        padding: 0
    }

        .main-menu ul li a {
            display: block;
            padding: 10px
        }

    .main-menu > ul > li > a {
        color: #fff;
        padding: 15px 10px 15px 10px;
        font-size: 14px;
        margin: 0;
        font-weight: 500
    }

    .main-menu > ul > li:hover > a {
        color: #9c9ace
    }

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 100;
    min-height: 100%;
    background-color: #000;
    z-index: 9;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    -moz-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    -ms-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    -o-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    opacity: 0;
    visibility: hidden
}

.layer-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease 0s,transform .3s ease 0s;
    -moz-transition: opacity .3s ease 0s,transform .3s ease 0s;
    -ms-transition: opacity .3s ease 0s,transform .3s ease 0s;
    -o-transition: opacity .3s ease 0s,transform .3s ease 0s;
    transition: opacity .3s ease 0s,transform .3s ease 0s
}

#close_in, #header_menu, .cmn-toggle-switch {
    display: none
}

a.dropdown-toggle.icon-search {
    display: inline-block
}

.ie9 a.show-submenu, .ie9 a.show-submenu-mega {
    background: url(../img/fix_ie_9_menu.png)
}

@media only screen and (min-width: 992px) {
    .main-menu {
        width: auto
    }

        .main-menu a {
            white-space: nowrap
        }

        .main-menu ul li {
            display: inline-block
        }

            .main-menu ul li.submenu:hover > a:after, .main-menu ul li.submenu:hover > a:before {
                bottom: -20px;
                opacity: 0
            }

        .main-menu ul .menu-wrapper, .main-menu ul ul {
            position: absolute;
            display: none;
            z-index: 1;
            height: auto;
            left: 0;
            top: 100%;
            margin: 0;
            padding: 0;
            background: #fff;
            min-width: 190px;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175)
        }

            .main-menu ul ul .menu-wrapper, .main-menu ul ul ul {
                position: absolute;
                border-top: 0;
                display: none;
                z-index: 1;
                height: auto;
                left: 100%;
                top: 0;
                margin: 0;
                padding: 0;
                background: #fff;
                min-width: 170px;
                -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
                box-shadow: 0 6px 12px rgba(0,0,0,.175)
            }

            .main-menu ul ul:before {
                bottom: 100%;
                left: 15%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color: #fff;
                border-width: 7px;
                margin-left: -7px
            }

            .main-menu ul ul ul:before {
                border-width: 0;
                margin-left: 0
            }

            .main-menu ul .menu-wrapper ul {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                border-top: none;
                margin: 0;
                padding: 0
            }

                .main-menu ul .menu-wrapper ul:before {
                    border: 0
                }

        .main-menu ul li:hover > .menu-wrapper, .main-menu ul li:hover > ul {
            display: block;
            padding: 0
        }

        .main-menu ul ul li {
            display: block;
            height: auto;
            padding: 0
        }

            .main-menu ul ul li a {
                font-size: 13px;
                color: #333;
                border-bottom: 1px solid #ededed;
                display: block
            }

            .main-menu ul ul li:last-child a {
                border-bottom: none
            }

            .main-menu ul ul li:hover > a {
                background-color: #f9f9f9;
                color: #9c9ace;
                padding-left: 15px
            }

        .main-menu ul .menu-wrapper ul {
            position: relative;
            display: block
        }

        .main-menu ul .menu-wrapper ul {
            margin-bottom: 15px;
            left: 0
        }

    a#search_bt span {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    #header_menu {
        text-align: center;
        padding: 25px 15px 25px 15px;
        position: relative;
        display: block;
        background-color: #000000
    }

    .main-menu ul li a:hover, a.show-submenu-mega:focus, a.show-submenu-mega:hover, a.show-submenu:focus, a.show-submenu:hover {
        color: #9c9ace !important;
        background-color: #f9f9f9
    }

    .main-menu ul li {
        border-top: none;
        border-bottom: 1px solid #ededed;
        color: #fff
    }

        .main-menu ul li a {
            padding: 10px 15px !important
        }

    .main-menu h3 {
        font-size: 12px;
        line-height: 14px;
        margin: 10px 0 0 0;
        padding: 0 0 15px 15px;
        color: #333;
        text-transform: uppercase
    }

    .megamenu .menu-wrapper > div {
        padding: 0
    }

    .main-menu a, .main-menu li {
        display: block;
        color: #ffffff !important
    }

    .main-menu li {
        position: relative
    }

    .main-menu a:hover {
        color: #9c9ace !important
    }

    .main-menu ul > li {
        padding-bottom: 0
    }

        .main-menu ul > li i {
            float: right
        }

    .main-menu ul li.submenu ul {
        font-size: 13px;
        border-left: 1px solid #ededed;
        margin: 0 0 15px 25px
    }

        .main-menu ul li.submenu ul li {
            font-size: 13px;
            border: 0
        }

    .main-menu {
        overflow: auto;
        left: -100%;
        bottom: 0;
        width: 40%;
        height: 100%;
        opacity: 0;
        position: fixed;
        background-color: #000000;
        transition: all .3s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        z-index: 9999;
        -webkit-box-shadow: 1px 0 5px 0 rgba(50,50,50,.55);
        -moz-box-shadow: 1px 0 5px 0 rgba(50,50,50,.55);
        box-shadow: 1px 0 5px 0 rgba(50,50,50,.55)
    }

        .main-menu.show {
            visibility: visible;
            left: 0;
            opacity: 1
        }

        .main-menu .show-submenu + ul, a.show-submenu-mega + .menu-wrapper {
            display: none;
            visibility: hidden
        }

            .main-menu a.show-submenu + ul.show_normal, a.show-submenu-mega + .menu-wrapper.show_mega {
                display: block;
                visibility: visible
            }

    .cmn-toggle-switch {
        position: relative;
        display: block;
        overflow: visible;
        position: absolute;
        top: 12px;
        left: 15px;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        cursor: pointer
    }

        .cmn-toggle-switch:focus {
            outline: 0
        }

        .cmn-toggle-switch span {
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            height: 2px;
            background: #fff
        }

    header#plain .cmn-toggle-switch span {
        background: #333
    }

    .cmn-toggle-switch span::after, .cmn-toggle-switch span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: ""
    }

    header#plain .cmn-toggle-switch span::after, header#plain .cmn-toggle-switch span::before {
        background: #333
    }

    .cmn-toggle-switch span::before {
        top: -10px
    }

    .cmn-toggle-switch span::after {
        bottom: -10px
    }

    .sticky .cmn-toggle-switch span, .sticky .cmn-toggle-switch span::after, .sticky .cmn-toggle-switch span::before {
        background-color: #ffffff
    }

    .cmn-toggle-switch__htx span::after, .cmn-toggle-switch__htx span::before {
        -webkit-transition-duration: .3s,.3s;
        transition-duration: .3s,.3s;
        -webkit-transition-delay: .3s,0;
        transition-delay: .3s,0
    }

    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top,-webkit-transform;
        transition-property: top,transform
    }

    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom,-webkit-transform;
        transition-property: bottom,transform
    }

    .cmn-toggle-switch__htx.active span {
        background: 0 0 !important
    }

        .cmn-toggle-switch__htx.active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .cmn-toggle-switch__htx.active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .cmn-toggle-switch__htx.active span::after, .cmn-toggle-switch__htx.active span::before {
            -webkit-transition-delay: 0,.3s;
            transition-delay: 0,.3s
        }
}

@media only screen and (max-width: 600px) {
    .main-menu {
        width: 100%
    }

    a#close_in {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 24px;
        height: 24px
    }

    #close_in i {
        color: #fff !important;
        font-size: 24px
    }
}

.chromeframe {
    background: #ddd;
    color: #000;
    padding: .2em;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    width: 100%
}

    .chromeframe a {
        color: #ed1c24
    }

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    --c-glass: #bbbbbc;
    --c-light: #fff;
    --c-dark: #000;
    --c-content: #224;
    --c-action: #0052f5;
    --c-bg: #E8E8E9;
    --glass-reflex-dark: 1;
    --glass-reflex-light: 1;
    --saturation: 150%;
    transition: background 400ms cubic-bezier(1, 0.0, 0.4, 1), color 400ms cubic-bezier(1, 0.0, 0.4, 1);
    background: #000;
    font-size: 14px;
    line-height: 1.5;
    font-family: Verdana,sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    color: #222;
    font-weight: 300
}

    h1.main_title_in {
        border-bottom: 1px solid #ededed;
        text-align: center;
        padding: 15px 15px 30px 15px;
        margin: 0
    }

    h1.main_title, h2.main_title {
        text-align: center;
        margin: 0 0 30px 0;
        padding: 0;
        font-size: 42px;
        color: #f95b4d;
        text-transform: uppercase
    }

        h1.main_title span, h2.main_title span {
            display: block;
            color: #999;
            font-size: 24px;
            text-transform: none
        }

        h1.main_title em, h2.main_title em {
            display: block;
            width: 40px;
            height: 4px;
            background-color: #ededed;
            margin: auto;
            -webkit-border-radius: 5 px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 20px
        }

    h3.main_title {
        text-align: center;
        margin: 0 0 45px 0;
        padding: 0;
        font-size: 36px;
        color: #9c9ace;
        text-transform: uppercase
    }

        h3.main_title span {
            display: block;
            color: #999;
            font-size: 18px;
            text-transform: none
        }

.parallax-window #subheader h1 {
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    font-size: 32px;
    color: #fff
}

.promo_full_wp div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px
}

    .promo_full_wp div h3 span {
        color: #fff;
        display: block;
        text-transform: none;
        font-size: 24px
    }

h3.slide_typo {
    white-space: nowrap;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 2px 7px rgba(0,0,0,.45)
}

.slide_typo_2 {
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 500
}

p {
    margin-bottom: 20px
}

strong {
    font-weight: 500
}

p.lead.styled {
    text-align: center;
    font-size: 18px;
    padding: 0 10%;
    margin-bottom: 45px
}

a {
    color: #9c9ace;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: 0
}

    a:focus, a:hover {
        color: #333;
        text-decoration: none;
        outline: 0
    }

    .btn_full, a.btn_full {
        border: none;
        font-family: inherit;
        font-size: inherit;
        color: #fff;
        width: 100%;
        background: #9c9ace;
        cursor: pointer;
        padding: 12px 20px;
        display: inline-block;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px
    }

        .btn_full:hover, a.btn_full:hover {
            background: #333
        }

    .btn_outline, a.btn_outline {
        border: 2px solid #333;
        font-family: inherit;
        font-size: inherit;
        color: #333;
        width: 100%;
        cursor: pointer;
        padding: 8px 20px;
        display: inline-block;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        font-weight: 600;
        text-transform: none
    }

        .btn_outline:hover, a.btn_outline:hover {
            background: #333;
            color: #fff
        }

    .btn_1, a.btn_1 {
        border: none;
        font-family: inherit;
        font-size: inherit;
        color: #fff;
        background: #9c9ace;
        cursor: pointer;
        padding: 7px 15px;
        display: inline-block;
        outline: 0;
        font-size: 13px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 50%;
        font-weight: 500;
        width: 4rem;
        height: 4rem;
        font-size: 2.2rem;
        margin: 13px;
    }

        .btn_1.tag, a.btn_1.tag {
            border-radius: 13px;
       
            width: auto;
            height: 3rem;
            font-size: 1.8rem;
            margin: 8px;
            padding: 0px 20px 0px 20px !important;
        }


        .btn_1:hover, a.btn_1:hover {
            background-color: #ffffff;
            color: #333 !important;
            -webkit-box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
            -moz-box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
            box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
            scale: 1.3;
        }

    .btn_1_outline, a.btn_1_outline {
        border: none;
        font-family: inherit;
        font-size: inherit;
        color: #9c9ace;
        border: 2px solid #9c9ace;
        cursor: pointer;
        padding: 7px 15px;
        display: inline-block;
        outline: 0;
        font-size: 13px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: 500
    }

        .btn_1_outline:hover, a.btn_1_outline:hover {
            background: #333;
            border: 2px solid #333;
            color: #fff
        }

    .btn_slider, a.btn_slider {
        border: none;
        font-family: inherit;
        font-size: inherit;
        color: #fff;
        background: #9c9ace;
        cursor: pointer;
        padding: 8px 20px;
        display: inline-block;
        outline: 0;
        font-size: 16px;
        -webkit-transition: background .3s !important;
        -moz-transition: background .3s !important;
        transition: background .3s !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: 500
    }

        .btn_slider:hover, a.btn_slider:hover {
            background: #fff;
            color: #9c9ace
        }

    .btn_1.white, a.btn_1.white {
        background: #9c9ace;
        color: #fff
    }

        .btn_1.white a:hover, .btn_1.white:hover, a.btn_1.white:hover {
            background: #fff;
            color: #9c9ace !important
        }

header {
    padding: 5px 10px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 90%);
}

#footerShade {
    position:fixed;
    width:100%;
    height:90px;
    left:0px;
    bottom:0px;
    z-index:1;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 90%);
}
 

    header#plain {
        background: #fff;
        border-bottom: 1px solid #ededed
    }

        header#plain #logo .logo_sticky {
            display: block
        }

        header#plain #logo .logo_normal {
            display: none
        }

    header #logo .logo_sticky {
        display: none
    }

    header.sticky #logo .logo_normal {
        display: none
    }

    header.sticky #logo .logo_sticky {
        display: block
    }

#logo img {
    height: auto;
    width: auto;
    max-width:240px;
}

ul#access_top {
    float: right;
    list-style: none;
    margin: 12px 0 0 0
}

    ul#access_top li {
        display: inline-block;
        margin-left: 5px
    }

        ul#access_top li a {
            display: inline-block;
            padding: 8px 15px 5px 15px;
            text-transform: uppercase;
            line-height: 1;
            background-color: #f6f7f9;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: 500
        }

        ul#access_top li:first-child {
            margin-left: 0
        }

        ul#access_top li a.search-overlay-menu-btn {
            display: inline-block;
            padding: 0 5px 0 0;
            position: relative;
            margin-left: -5px;
            top: 2px;
            background-color: transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-size: 18px;
            color: #fff
        }

            header.sticky ul#access_top li a.search-overlay-menu-btn:hover, ul#access_top li a.search-overlay-menu-btn:hover {
                color: #9c9ace
            }

header.sticky ul#access_top li a.search-overlay-menu-btn {
    color: #444
}

footer {
    background-color: #000000;
    padding: 45px 0 0 0
}

    footer h4 {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding-bottom: 10px;
        font-weight: 500
    }

    footer ul {
        list-style: none;
        padding: 0 0 20px 0
    }

    footer a {
        color: #fff
    }

        footer a:hover {
            color: #fff;
            padding-left: 5px
        }

.footer_pic {
    margin-top: -130px
}

#copy {
    text-align: center;
    font-size: 13px;
    background-color: #080707;
    padding: 15px;
    color: #fff;
    color: rgba(255,255,255,.6);
    padding-bottom:160px;

}

#newsletter_container {
    background-color: #f8f8f8
}

    #newsletter_container h3 {
        font-size: 32px;
        margin: 0 0 20px 0
    }

input.form-control#email_newsletter {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border: 2px solid #ededed;
    height: 49px;
    font-size: 15px;
    padding-left: 20px;
    width: 380px;
    margin-top: -2px;
    margin-right: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    input.form-control#email_newsletter:focus {
        border-color: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #444
    }

#submit-newsletter.btn_1 {
    padding: 14px 35px
}

#social ul {
    margin: 0;
    padding: 0 0 10px 0
}

    #social ul li {
        display: inline-block;
        margin: 0 5px 10px 0
    }

        #social ul li a {
            color: #242e30;
            text-align: center;
            line-height: 35px;
            display: block;
            font-size: 16px;
            width: 35px;
            height: 35px;
            padding: 0;
            background-color: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

            #social ul li a:hover {
                color: #3f9ad6 !important;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

.header-video {
    position: relative;
    overflow: hidden;
    background: #000
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center
}

    #hero_video > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 10%
    }

#sub_content h1 {
    margin: 0 0 0 0 0;
    font-size: 60px;
    font-weight: 300;
    color: #fff
}

#sub_content p {
    font-size: 24px;
    margin: 0;
    padding: 0
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .55
}

iframe {
    height: 100%;
    width: 100%
}

video {
    width: 100%
}

.teaser-video {
    width: 100%;
    height: auto
}

.header-video--media {
    width: 100%;
    height: auto
}

#count {
    background-color: rgba(0,0,0,.25);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    z-index: 99;
    border-top: 1px solid rgba(255,255,255,.15)
}

    #count ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center
    }

        #count ul li {
            display: inline-block;
            text-align: center;
            margin: 0 10px;
            padding-left: 20px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAaCAYAAACdM43SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAChJREFUeNpiPHTokDQDA4M3E5B4A8RbGf///88AAiyHDx8eRlIAAQYARAI+8a/syHUAAAAASUVORK5CYII=);
            background-position: center left;
            background-repeat: no-repeat
        }

            #count ul li:first-child {
                margin-left: 0;
                padding-left: 0;
                background: 0 0
            }

            #count ul li:last-child {
                margin-right: 0
            }

    #count .number {
        width: 60px;
        display: inline;
        margin-right: 5px;
        font-weight: 500;
        text-align: right;
        font-size: 24px
    }

#feat {
    padding: 60px 0 60px 0;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#d4d4d4 100%);
    background: -webkit-linear-gradient(top,#fff 0,#d4d4d4 100%);
    background: linear-gradient(to bottom,#fff 0,#d4d4d4 100%);
    background-repeat: no-repeat;
    background-position: center 200px;
    background-size: cover
}

.box_feat {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 100px
}

    .box_feat#icon_1 {
        background: url(../img/icon_1.svg) no-repeat center top
    }

    .box_feat#icon_2 {
        background: url(../img/icon_2.svg) no-repeat center top
    }

    .box_feat#icon_3 {
        background: url(../img/icon_3.svg) no-repeat center top
    }

#filter_buttons {
    text-align: center;
    margin-bottom: 30px
}

    #filter_buttons button {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #ededed;
        border: 0;
        font-weight: 500;
        padding: 5px 10px;
        min-width: 90px;
        margin: 20px 5px 10px 5px;
        outline: 0;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

        #filter_buttons button:hover {
            background-color: #9c9ace;
            color: #fff
        }

        #filter_buttons button.active {
            background-color: #333;
            color: #fff
        }

.course_container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    margin: 0;
    margin-bottom: 30px;
    position: relative
}

    .course_container figure {
        position: relative;
        overflow: hidden
    }

    .course_container .course_title {
        padding: 25px 20px 20px 20px;
        position: relative
    }

        .course_container .course_title h3 {
            margin: 0;
            font-size: 18px;
            font-weight: 500
        }

    .course_container figure a:hover img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .course_container figure img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

.short_info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/shadow_box.png) repeat-x left bottom;
    width: 100%;
    padding: 12px 10px 12px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

.type {
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%
}

    .type span {
        display: inline-block;
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 3px 15px;
        text-transform: uppercase;
        font-weight: 500
    }

.price, .users {
    font-weight: 500;
    font-size: 18px
}

.price {
    float: left
}

    .price sup {
        font-size: 11px;
        position: relative;
        top: -5px
    }

.users {
    float: right;
    color: #999
}

    .users:before {
        font-family: fontello;
        font-style: normal;
        content: '\ecc2';
        font-size: 14px;
        top: -2px;
        position: relative;
        margin-right: 3px
    }

a.view_all {
    background: #fff;
    color: #9c9ace;
    display: table;
    width: 100%;
    height: 330px;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1)
}

    a.view_all:hover {
        background: #9c9ace;
        color: #fff
    }

    a.view_all span {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

        a.view_all span i {
            font-size: 38px;
            display: block;
            margin-bottom: 5px
        }

.promo_full {
    height: auto;
    background: no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative
}

.promo_full_wp {
    display: table;
    width: 100%;
    height: auto
}

    .promo_full_wp > div {
        display: table-cell;
        padding: 5% 0;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 16px;
        box-sizing: content-box
    }

#testimonials {
    background-color: #92278f;
    color: #fff
}

    #testimonials h3 {
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        margin-top: 0;
        padding-top: 0
    }

#compatib {
    background: url(../img/android_apple.svg) no-repeat 0 0;
    padding-left: 75px;
    height: 29px;
    box-sizing: content-box;
    padding-top: 7px;
    margin-bottom: 20px
}

.box_overlay {
    background-color: rgba(0,0,0,.7);
    padding: 25px 25px 25px 225px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    text-align: left
}

.pic {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 190px;
    height: 80px
}

    .pic h4 {
        position: absolute;
        left: 95px;
        top: 18px;
        color: #fff;
        font-size: 14px;
        font-weight: 500
    }

        .pic h4 small {
            display: block;
            color: #fff;
            margin-top: 3px
        }

    .pic figure {
        width: 80px;
        height: 80px;
        overflow: hidden
    }

        .pic figure img {
            width: 80px;
            height: auto;
            border: 5px solid rgba(0,0,0,.2)
        }

.comment {
    border-left: 1px solid rgba(255,255,255,.5);
    padding-left: 25px;
    font-family: Kalam,cursive;
    font-size: 22px
}

#nav_in {
    background-color: #ededed;
    padding: 12px 0
}

    #nav_in ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #nav_in ul li {
            display: inline;
            margin-right: 5px
        }

ul#course_info {
    background-color: #4088da;
    margin: 0;
    padding: 10px;
    list-style: none;
    color: #fff
}

    ul#course_info li {
        display: inline-block;
        margin-right: 30px
    }

        ul#course_info li:last-child {
            float: right;
            margin-right: 0
        }

.workoutlist {
    margin-bottom: 20px;
    border-bottom: 1px solid#ededed;
    padding-bottom: 20px
}

    .workoutlist h4 {
        margin-top: 20px
    }

        .workoutlist h4 a {
            color: #92278f
        }

            .workoutlist h4 a:hover {
                color: #333
            }

    .workoutlist.last {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 20px
    }

    .workoutlist figure {
        position: relative;
        background-color: #000;
        z-index: 2;
        width: 100%;
        height: 100%
    }

        .workoutlist figure i {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 32px;
            height: 32px;
            margin-left: -16px;
            margin-top: -16px;
            z-index: 5;
            color: #fff;
            font-size: 32px;
            line-height: 1
        }

        .workoutlist figure a img {
            opacity: .8
        }

            .workoutlist figure a img:hover {
                opacity: .6
            }

        .workoutlist figure span {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            padding: 3px 8px 0 8px;
            font-weight: 500;
            font-size: 12px;
            color: #fff;
            background-color: rgba(0,0,0,.7)
        }

        .workoutlist figure em {
            position: absolute;
            bottom: 0;
            right: 5px;
            font-style: normal
        }

            .workoutlist figure em:before {
                font-family: fontello;
                content: "\ebcf";
                color: #6f9
            }

#quote_in {
    font-weight: 300;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #92278f;
    color: #fff;
    padding: 10px 20px 3px 20px;
    line-height: 1
}

#price_in {
    font-weight: 300;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #92278f;
    color: #fff;
    padding: 10px 20px 3px 20px;
    line-height: 1
}

    #price_in sup {
        font-size: 16px
    }

    #price_in .orginal_price {
        font-size: 18px;
        text-decoration: line-through
    }

#features {
    margin-top: 75px
}

    #features.version-2 {
        margin-top: 0
    }

    #features a {
        color: #444;
        border-bottom: 1px dotted #999
    }

    #features ul {
        list-style: none;
        margin: 20px 0 20px 5px;
        padding: 0
    }

        #features ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 30px
        }

            #features ul li i {
                margin-right: 5px;
                font-size: 18px;
                position: absolute;
                top: 1px;
                left: 0
            }

#trainer_col {
    padding: 10px 20px 20px 20px
}

    #trainer_col h4 {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        color: #999;
        margin-top: 0;
        padding-top: 0
    }

    #trainer_col h5.media-heading {
        font-weight: 500;
        font-size: 17px
    }

iframe {
    border: 0
}

form#calculator .form-control {
    color: #fff;
    font-weight: 500
}

form#calculator label {
    color: #fff;
    font-weight: 500
}

form#calculator .form-control::-moz-placeholder {
    color: #fff;
    font-weight: 500;
    opacity: 1
}

form#calculator .form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 500
}

form#calculator .form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500
}

#btn-close-modal {
    text-align: right;
    font-size: 38px;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    opacity: .5
}

    #btn-close-modal:hover {
        opacity: 1
    }

.modal-content-2 h4 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin: 0 0 45px 0
}

.result h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

input[type=radio] {
    display: none
}

    input[type=radio] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../img/check_radio_sheet.png) -38px top no-repeat;
        cursor: pointer
    }

    input[type=radio]:checked + label span {
        background: url(../img/check_radio_sheet.png) -57px top no-repeat
    }

.result {
    background-color: #8dc63f;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    padding: 10px 20px 15px 20px;
    margin-bottom: 30px;
    font-family: "Helvetica Neue",Arial
}

.box_style_3 {
    border: 1px solid #ededed;
    padding: 20px;
    text-align: center;
    min-height: 250px;
    position: relative;
    margin-bottom: 15px;
    background-color: #f9f4f9
}

    .box_style_3 h4 {
        position: absolute;
        bottom: 15px;
        margin: 0;
        padding: 0;
        line-height: 1
    }

    .box_style_3 #count_calories {
        font-size: 38px;
        margin-top: 70px;
        line-height: 1
    }

.calculate_link {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500
}

.team-item-img {
    position: relative
}

    .team-item-img .team-item-detail {
        background: none repeat scroll 0 0 rgba(0,0,0,.8);
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -webkit-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s
    }

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible
}

.team-item-img .team-item-detail .team-item-detail-inner {
    margin: auto;
    padding: 25px
}

.team-item-detail-inner h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.team-item-detail-inner .social {
    margin: 0 0 25px 0;
    padding: 0
}

    .team-item-detail-inner .social li {
        list-style: none;
        display: inline-block;
        margin: 0 5px
    }

        .team-item-detail-inner .social li a {
            color: #fff
        }

            .team-item-detail-inner .social li a:hover {
                color: #9c9ace
            }

.team-item-info {
    padding-top: 15px;
    text-align: center
}

    .team-item-info h4 {
        margin-bottom: 0;
        text-transform: uppercase
    }

#filters_col {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #ededed;
    margin-bottom: 25px
}

    #filters_col label {
        color: #555;
        font-weight: 400;
        font-size: 12px
    }

a#filters_col_bt {
    display: block;
    color: #333;
    position: relative;
    font-size: 16px;
    font-weight: 500
}

    a#filters_col_bt:before {
        font-family: ElegantIcons;
        content: "\66";
        font-size: 26px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 1
    }

.filter_type h6 {
    border-top: 1px solid #ddd;
    margin: 15px 0;
    font-weight: 500;
    padding: 15px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #999
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0
}

    .filter_type ul li {
        margin-bottom: 10px
    }

        .filter_type ul li:last-child {
            margin-bottom: 0
        }

.irs-from, .irs-single, .irs-to {
    font-size: 11px !important;
    background: #92278f !important;
    font-weight: 500
}

    .irs-from:after, .irs-single:after, .irs-to:after {
        border-top-color: #92278f !important
    }

#subheader_cart {
    background-color: #4088da;
    height: 320px;
    width: 100%;
    display: table;
    color: #fff
}

    #subheader_cart #content {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

.bs-wizard {
    width: 90%;
    margin: 50px auto 0
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative
    }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            font-size: 14px;
            font-weight: 500
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 50px;
            height: 50px;
            display: block;
            top: 36px;
            left: 50%;
            margin-top: -5px;
            margin-left: -25px;
            border-radius: 50%;
            border: 2px solid #fff;
            background-color: #4088da
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: '\4e';
                font-family: ElegantIcons;
                border-radius: 50px;
                position: absolute;
                top: 5px;
                left: 10px;
                font-size: 26px;
                color: #fff
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0;
            height: 2px;
            box-shadow: none;
            margin: 34px 0
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0;
                box-shadow: none;
                background: #fff
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #4088da
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none
        }

.table.cart-list th, .table.options_cart th {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.table.cart-list td {
    vertical-align: middle
}

.table.options_cart td {
    vertical-align: middle
}

.table.cart-list td strong {
    font-weight: 500
}

.options i {
    font-size: 22px
}

.thumb_cart {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    float: left
}

    .thumb_cart img {
        width: 80px;
        height: auto
    }

.item_cart {
    display: inline-block;
    margin-top: 32px;
    font-weight: 500
}

#total_cart {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px
}

    .form_title h3 strong {
        background-color: #9c9ace;
        text-align: center;
        width: 40px;
        height: 40px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        line-height: 42px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0
    }

    .form_title h3 {
        margin: 0;
        padding: 0
    }

    .form_title p {
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

.cards {
    margin-top: 28px
}

#confirm {
    text-align: center;
    margin-bottom: 25px
}

    #confirm i {
        font-size: 140px;
        color: #85c99d;
        display: inline-block
    }

.table td.total_confirm {
    font-weight: 500;
    font-size: 18px;
    background-color: #92278f;
    color: #fff
}

.box_style_5 {
    border: 1px solid #ededed;
    background-color: #fff
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul#cat_nav li {
        border-bottom: 1px solid #ededed
    }

        ul#cat_nav li a {
            position: relative;
            color: #555
        }

            ul#cat_nav li a span {
                font-size: 11px;
                color: #999
            }

            ul#cat_nav li a:after {
                font-family: fontello;
                content: "\e89b";
                position: absolute;
                right: 15px;
                top: 15px
            }

        ul#cat_nav li:last-child {
            border-bottom: 0;
            padding-bottom: 0
        }

        ul#cat_nav li a {
            display: block;
            padding: 15px 10px
        }

            ul#cat_nav li a.active, ul#cat_nav li a:hover {
                background: #9c9ace;
                color: #fff
            }

.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ededed
}

.panel-title a {
    display: block;
    color: #444
}

.panel-default > .panel-heading {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #ddd
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-group .panel {
    border-radius: 0
}

.panel-body {
    padding: 30px;
    line-height: 1.6 !important
}

.panel-title a .indicator {
    color: #9c9ace
}

.panel-title a:hover .indicator {
    color: #333
}

.img_wrapper {
    background-color: #000;
    margin: 0;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.img_container a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
}

.img_container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all .4s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .8
}

.img_container {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 0
}

ul.contacts_info {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0
}

    ul.contacts_info li {
        margin-bottom: 15px
    }

        ul.contacts_info li:last-child {
            margin-bottom: 0
        }

#map_contact {
    width: 100%;
    height: 500px
}

.form-control.form-white {
    color: #fff;
    font-size: 16px;
    height: 48px;
    position: relative;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    padding: 15px 20px 15px 10px;
    background: 0 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    box-shadow: 0
}

    .form-control.form-white::-webkit-input-placeholder {
        color: #fff
    }

    .form-control.form-white:-moz-placeholder {
        opacity: 1;
        color: #fff
    }

    .form-control.form-white::-moz-placeholder {
        opacity: 1;
        color: #fff
    }

    .form-control.form-white:-ms-input-placeholder {
        color: #fff
    }

    .form-control.form-white:focus {
        background: rgba(255,255,255,.2);
        -webkit-box-shadow: none;
        box-shadow: none
    }

.login_icon {
    color: #fff;
    font-size: 80px;
    opacity: .5
}

.modal-backdrop {
    z-index: 999999
}

.modal {
    padding: 0 25px !important;
    z-index: 9999999
}

.modal-dialog {
    width: 100%;
    max-width: 560px;
    margin: 0 auto
}

.modal-popup {
    position: relative;
    padding: 45px 30px;
    text-align: center;
    background: #4088da;
    border-radius: 0;
    border: none
}

    .modal-popup a.close-link {
        font-size: 22px;
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff
    }

.popup-form {
    width: 90%;
    max-width: 375px;
    margin: 30px auto
}

    .popup-form .form-control {
        margin: 20px 0
    }

s.checkbox-holder {
    white-space: nowrap
}

.checkbox {
    position: relative;
    display: block
}

.checkbox {
    position: relative
}

    .checkbox label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        border: 2px solid #fff;
        background: 0 0;
        -webkit-transition: background-color .3s;
        transition: background-color .3s
    }

    .checkbox input[type=checkbox]:focus + label:before {
        background: rgba(255,255,255,.2)
    }

    .checkbox label:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        opacity: 0;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .checkbox input[type=checkbox] {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0
    }

        .checkbox input[type=checkbox]:checked + label:after {
            opacity: 1
        }

.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: normal;
    color: #fff
}

.btn.btn-submit {
    width: 100%;
    margin-top: 30px;
    color: #9c9ace;
    padding: 10px;
    background: #fff;
    outline: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px
}

    .btn.btn-submit:focus {
        outline: 0
    }

    .btn.btn-submit:hover {
        color: #fff;
        background: #333
    }

.profile ul {
    text-transform: none;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0
}

    .profile ul li {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0
    }

        .profile ul li:last-child {
            border-bottom: none
        }

ul.social_teacher {
    list-style: none;
    padding: 0;
    margin: 5px 0 15px 0;
    font-size: 16px;
    text-align: center
}

    ul.social_teacher li {
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 45px;
        text-align: center
    }

.indent_title_in {
    position: relative;
    padding-left: 65px;
    margin-bottom: 20px
}

    .indent_title_in i {
        font-size: 40px;
        position: absolute;
        left: 0;
        color: #92278f;
        top: 0
    }

    .indent_title_in h3 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 26px
    }

    .indent_title_in p {
        color: #777;
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: 14px
    }

.wrapper_indent {
    padding-left: 65px
}

ul.list_3 {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.list_3 li {
        margin-bottom: 0;
        position: relative;
        padding-left: 20px
    }

        ul.list_3 li:before {
            font-family: fontello;
            content: "\ea3e";
            position: absolute;
            left: 0;
            top: 0
        }

#trainer_courses thead tr th {
    font-weight: 500 !important
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

[data-loader=circle-side] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #92278f;
    border-top-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2);
    border-radius: 100%
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_20 {
    padding-top: 20px
}

.add_top_60 {
    padding-top: 60px
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

.margin_100_35 {
    padding-top: 100px;
    padding-bottom: 35px
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.nomargin_top {
    margin-top: 0
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.container_styled_1 {
    background: #f9f9f9
}

.box_style_1 {
    box-shadow: 0 2px 3px rgba(0,0,0,.07);
    background-color: #fff
}

.box_style_2 {
    background-color: #f4f4f4;
    padding: 20px;
    position: relative;
    margin-bottom: 25px
}

    .box_style_2 hr {
        margin: 10px -25px 20px -25px;
        border: 0;
        border-top: 2px solid #fff
    }

.box_style_4 {
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd
}

    .box_style_4:after, .box_style_4:before {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 100%;
        left: 50%;
        margin-left: -10px
    }

    .box_style_4:before {
        border-bottom: 10px solid #ccc;
        margin-bottom: 0
    }

    .box_style_4:after {
        border-bottom: 10px solid #fff;
        margin-bottom: -1px;
        z-index: 1
    }

    .box_style_4 i {
        font-size: 52px;
        margin-top: 10px;
        display: inline-block
    }

    .box_style_4 a.phone {
        font-size: 26px;
        display: block;
        margin-bottom: 20px
    }

.box_style_6 {
    box-shadow: 0 2px 3px rgba(0,0,0,.07);
    background-color: #fff;
    padding: 30px 30px 15px 30px
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

    .ribbon span {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79a70a;
        background: linear-gradient(#9bc90d 0,#79a70a 100%);
        box-shadow: 0 3px 10px -5px #000;
        text-shadow: 1px 1px 2px rgba(0,0,0,.25);
        position: absolute;
        top: 19px;
        left: -21px
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79a70a;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79a70a
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #79a70a;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79a70a
        }

    .ribbon.top span {
        background: linear-gradient(#2989d8 0,#1e5799 100%)
    }

        .ribbon.top span::before {
            border-left: 3px solid #1e5799;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #1e5799
        }

        .ribbon.top span::after {
            border-left: 3px solid transparent;
            border-right: 3px solid #1e5799;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #1e5799
        }

.tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.parallax_window_in {
    height: 260px;
    position: relative;
    display: table;
    width: 100%
}

    .parallax_window_in.hp {
        height: 50vh
    }

#sub_content_in {
    display: table-cell;
    padding: 45px 15% 0 15%;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,.6)
}

.parallax_window_in.quote {
    height: auto;
    position: relative;
    display: table;
    width: 100%
}

    .parallax_window_in.quote #sub_content_in {
        display: table-cell;
        padding: 65px 15% 65px 15%;
        vertical-align: middle;
        text-align: center;
        background: rgba(0,0,0,.6)
    }

        .parallax_window_in.quote #sub_content_in h1 {
            font-weight: 200;
            text-transform: none
        }

#sub_content_in h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 0
}

#sub_content_in p {
    color: #fff;
    font-size: 24px;
    font-weight: 300
}

.loader {
    margin-left: 5px;
    position: absolute
}

form#subscribe-plan .loader {
    float: left;
    margin-top: -38px;
    margin-left: 10px;
    color: #fff
}

form#subscribe-plan .error_message {
    padding: 10px 0;
    margin-bottom: 0
}

.error_message {
    color: #f33;
    font-weight: 600;
    margin-bottom: 4px
}

label {
    font-weight: 600
}

.form-control {
    border-radius: 0;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #ededed;
    padding-left: 0;
    box-shadow: none
}

    .form-control:focus {
        border-color: #4088da;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-control::-moz-placeholder {
        color: #b6b6b6;
        font-weight: 500;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #b6b6b6;
        font-weight: 500
    }

    .form-control::-webkit-input-placeholder {
        color: #b6b6b6;
        font-weight: 500
    }

.form-group {
    margin-bottom: 25px
}

.styled-select select {
    background: 0 0;
    width: 115%;
    padding: 0 5px 0 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
    height: 34px;
    margin: 0;
    font-weight: 300;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: none
}

.styled-select {
    width: 100%;
    overflow: hidden;
    line-height: 1;
    height: 34px;
    background: url(../img/arrow_down.svg) no-repeat right center;
    border: none;
    border-bottom: 2px solid #ededed;
    margin-bottom: 15px
}

    .styled-select select::-ms-expand {
        display: none
    }

    .styled-select select:focus {
        outline: 0
    }

.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px
}

#toTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
    z-index: 10;
    border-radius:20px;
}

#toTop1:before {
    font-style: normal;
    font-weight: 400;
    font-family: fontello;
    content: "\e899"
}

.plans {
    margin: 0 auto 50px;
    zoom: 1
}

    .plans:after, .plans:before {
        content: '';
        display: table
    }

    .plans:after {
        clear: both
    }

.plan {
    margin: 0 0 10px 0;
    padding: 20px;
    text-align: center;
    background: #fafafa;
    background-clip: padding-box;
    border: solid #ddd;
    border-width: 1px 0 1px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.col-md-4.plan:first-child {
    margin-right: -30px;
    margin-left: 30px
}

.plan:last-child {
    border-width: 1px
}

.plan-title {
    position: relative;
    margin: -20px -10px 20px;
    padding: 20px;
    line-height: 1;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px dotted #ccc
}

    .plan-title:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 1px
    }

.plan-price {
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background: #4b4b4b;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    text-align: center
}

    .plan-price > span {
        font-size: 12px;
        font-weight: 400;
        color: rgba(255,255,255,.9)
    }

.plan-features {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    text-align: center
}

ul.plan-features {
    padding: 0;
    margin: 0 0 30px 0
}

.plan-features li {
    list-style: none
}

.plan-tall {
    margin: 0;
    background: #fff;
    border-width: 1px;
    border-radius: 4px;
    margin-right: -30px;
    position: relative;
    z-index: 100;
    border: solid #92278f;
    position: relative
}

.ribbon-2 {
    width: 99px;
    height: 97px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
    background: url(../img/ribbon.png) no-repeat 0 0;
    z-index: 101
}

.plan-tall > .plan-title {
    font-size: 18px
}

.plan-tall > .plan-price {
    margin: 0 auto 20px;
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background: #92278f;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    display: inline-block;
    text-align: center
}

.plan-tall > .plan-features {
    font-size: 14px
}

.plan-tall > .plan-button {
    padding: 0 16px;
    line-height: 32px
}

.plan-tall + .plan {
    border-left: 0
}

.question_box h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px
}

.question_box {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px
}

    .question_box:before {
        content: "\74";
        font-family: ElegantIcons;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 30px;
        position: absolute;
        color: #ccc;
        top: -5px;
        left: 0
    }

.search-overlay-menu, .chars-overlay-menu, .tags-overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    -moz-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    -ms-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    -o-transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    transition: transform .3s ease 0s,opacity .3s ease 0s,visibility 0s ease .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999990;
    text-align: center
}

    .search-overlay-menu.open, .chars-overlay-menu.open, .tags-overlay-menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease 0s,transform .3s ease 0s;
        -moz-transition: opacity .3s ease 0s,transform .3s ease 0s;
        -ms-transition: opacity .3s ease 0s,transform .3s ease 0s;
        -o-transition: opacity .3s ease 0s,transform .3s ease 0s;
        transition: opacity .3s ease 0s,transform .3s ease 0s
    }

    .search-overlay-menu form {
        height: 70px;
        position: absolute;
        top: 15%;
        left: 0;
        margin: -35px auto 0;
        width: 60%;
        left: 20%;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s
    }

    .search-overlay-menu.open form {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    .search-overlay-menu input[type=search] {
        height: 100%;
        width: 100%;
        color: #fff;
        background: 0 0;
        border-top: 0 solid transparent;
        border-bottom: 2px solid #909090 !important;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        font-size: 42px;
        font-weight: 300;
        outline: 0;
        padding: 10px 0 10px 0
    }

    .search-overlay-menu form button {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        border: medium none;
        font-size: 3rem;
        position: absolute;
        left: -40px;
        top: 35px;
        color: #c6c6c6;
        outline: 0
    }

    .search-overlay-menu .search-overlay-close, .chars-overlay-menu .chars-overlay-close, .tags-overlay-menu .tags-overlay-close {
        position: absolute;
        top: 5px;
        right: 20px;
        opacity: 1;
        font-size: 40px;
        color: #fff
    }

        .search-overlay-menu .search-overlay-close:hover, .chars-overlay-menu .chars-overlay-close:hover, .tags-overlay-menu .tags-overlay-close:hover {
            color: #9c9ace;
            cursor: pointer
        }

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
    float: right
}

    .switchery > small {
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,.4);
        height: 30px;
        position: absolute;
        top: 0;
        width: 30px
    }

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px
}

    .switchery-small > small {
        height: 20px;
        width: 20px
    }

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

    .switchery-large > small {
        height: 40px;
        width: 40px
    }

.pagination > li > a, .pagination > li > span {
    color: #9c9ace
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #333
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #999;
    border-color: #999
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        display: none
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50px
}

    .owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 2%;
        width: 50px;
        height: 50px
    }

    .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 2%;
        width: 50px;
        height: 50px
    }

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 36px;
        margin: 5px;
        background: rgba(0,0,0,.5);
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-style: normal;
        font-weight: 400;
        font-family: fontello;
        text-align: center;
        line-height: 48px
    }

    .owl-theme .owl-nav .owl-prev:before {
        content: "\e89a";
        left: -2px;
        position: relative
    }

    .owl-theme .owl-nav .owl-next:before {
        content: "\e89b";
        right: -2px;
        position: relative
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: rgba(0,0,0,.8)
    }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity .2s ease;
            -moz-transition: opacity .2s ease;
            -ms-transition: opacity .2s ease;
            -o-transition: opacity .2s ease;
            transition: opacity .2s ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #9c9ace
        }

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1)
}

@media (min-width: 992px) and (max-width:1200px) {
    #sub_content h1 {
        font-size: 50px
    }
}

@media (max-width: 1024px) {
    .promo_full {
        background-attachment: scroll
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    a#view_all {
        height: 288px
    }

    .plan-tall + .plan {
        border: solid #ddd 1px
    }

    .plan-tall {
        margin-right: 0
    }

    .col-md-4.plan:first-child {
        margin-right: 0;
        margin-left: 0;
        border-right: solid #ddd 1px
    }
}

@media (max-width: 991px) {

    .btn_1, a.btn_1 {
        width: 3rem;
        height: 3rem;
        font-size: 25px;
        margin: 3px;
    }
        .btn_1.tag, a.btn_1.tag {
            border-radius: 13px;
            width: auto;
            height: 2rem;
            font-size: 1.2rem;
            margin: 5px;
            padding: 0px 20px 0px 20px !important;
        }

        }

        ul#access_top {
            margin-right: 45px
        }

    #sub_content {
        padding: 0 60px
    }

        #sub_content h1 {
            font-size: 42px
        }

    header {
        padding: 5px 10px 15px 10px
    }
}

@media (max-width: 768px) {
    #sub_content h1 {
        font-size: 42px
    }

    #hero_video {
        background: #333 url(../img/sub_header_home.jpg);
        background-size: cover;
        background-position: center center
    }

    .header-video {
        background: 0 0
    }

    a#view_all {
        height: 100px
    }

    input.form-control#email_newsletter {
        width: 80%;
        margin: auto;
        margin-bottom: 15px
    }

    #feat {
        padding: 60px 0 30px 0;
        background-image: none
    }
}

@media (max-width: 767px) {
    header {
        padding: 5px 0 15px 0
    }

    #logo img {
        height: 108px
    }

    h1.main_title, h2.main_title {
        font-size: 32px
    }

        h1.main_title span, h2.main_title span {
            font-size: 18px
        }

    h3.main_title {
        font-size: 26px;
        margin-bottom: 30px
    }

        h3.main_title span {
            font-size: 16px
        }

    p.lead.styled {
        font-size: 16px
    }

    .promo_full_wp div h3 {
        font-size: 28px
    }

        .promo_full_wp div h3 span {
            font-size: 16px
        }

    #hero_video > div {
        padding: 60px 20px 0 20px
    }

    #hero_video #sub_content .mobile_fix {
        background-color: rgba(0,0,0,.8);
        display: inline-block;
        padding: 15px 20px;
        font-size: 14px
    }

        #hero_video #sub_content .mobile_fix h1 {
            margin: 0;
            font-size: 28px
        }

    footer {
        padding: 30px 0 0 0
    }

    #newsletter_container h3 {
        font-size: 26px;
        margin: 0 0 20px 0
    }

    #sub_content_in {
        padding: 45px 30px 0 30px
    }

    .table.cart-list, .table.cart-list tbody, .table.cart-list td, .table.cart-list th, .table.cart-list thead, .table.cart-list tr {
        display: block;
        border: 0
    }

        .table.cart-list thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

        .table.cart-list tr {
            border: 1px solid #ccc
        }

        .table.cart-list td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%
        }

            .table.cart-list td:before {
                position: absolute;
                top: 12px;
                left: 12px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap
            }

            .table.cart-list td:nth-of-type(1):before {
                content: "Item";
                font-weight: 700;
                color: #111
            }

            .table.cart-list td:nth-of-type(2):before {
                content: "Discount";
                font-weight: 700;
                color: #111
            }

            .table.cart-list td:nth-of-type(3):before {
                content: "Total";
                font-weight: 700;
                color: #111
            }

            .table.cart-list td:nth-of-type(4):before {
                content: "Actions";
                font-weight: 700;
                color: #111
            }

    .thumb_cart {
        display: none
    }

    .item_cart {
        margin-top: 5px
    }

    td.options {
        text-align: left !important
    }

    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .margin_30 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .add_bottom_60 {
        margin-bottom: 30px
    }

    .promo_full_wp, .promo_full_wp > div {
        display: block
    }

    .box_overlay {
        padding: 25px;
        text-align: center
    }

    .pic {
        position: static;
        margin-bottom: 25px;
        width: 100%;
        display: block
    }

        .pic h4 {
            position: static
        }

        .pic figure {
            margin: auto
        }

    .comment {
        border-left: none;
        padding-left: 0;
        padding-top: 30px
    }

    .col-md-4.plan:first-child, .col-md-4.plan:last-child {
        margin-right: 0;
        margin-left: 0;
        border-width: 1px 1px 1px 1px;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .plan-tall + .plan {
        border-left: 1px;
        border: solid #ddd
    }

    .plan-tall {
        margin-right: 0
    }

    .search-overlay-menu form {
        width: 80%;
        left: 10%;
        height: 50px;
        margin: -25px auto 0
    }

    .search-overlay-menu input[type=search] {
        font-size: 26px
    }

    .search-overlay-menu form button {
        font-size: 2rem;
        top: 10px
    }

    ul#access_top li a.search-overlay-menu-btn {
        margin-left: -5px;
        top: 2px;
        margin-right: -20px
    }
}

@media (max-width: 480px) {
    .header-video {
        height: 320px !important
    }

    h1.main_title, h2.main_title {
        font-size: 28px
    }

        h1.main_title span, h2.main_title span {
            font-size: 18px
        }

    footer {
        padding: 30px 0 0 0
    }

    #sub_content_in {
        padding: 45px 20px 0 20px
    }

        #sub_content_in h1 {
            font-size: 26px
        }

        #sub_content p, #sub_content_in p {
            font-size: 16px
        }

    p.lead.styled {
        font-size: 16px
    }

    .popup-form {
        width: 90%;
        max-width: 375px;
        margin: 0 auto
    }

    ul#course_info li {
        display: block;
        margin-right: 0;
        margin-bottom: 3px
    }

        ul#course_info li:last-child {
            float: none
        }

    .indent_title_in {
        padding-left: 0;
        margin-bottom: 20px
    }

        .indent_title_in i {
            font-size: 35px;
            position: static;
            margin-bottom: 20px;
            display: inline-block
        }

    .wrapper_indent {
        padding-left: 0
    }
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

    .mfp-container:before, .mfp-figure:after {
        content: ''
    }

.mfp-bg {
    z-index: 999999;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 9999999;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-close, .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-preloader {
    width: 30px;
    height: 30px;
    background: url(../img/loader.gif) center center no-repeat #fff;
    opacity: .8;
    margin: 0 auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.autocomplete-suggestions {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    cursor: default;
    overflow: auto;
    height: 80vh !important
}

.autocomplete-suggestion {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-no-suggestion {
    padding: 2px 5px
}

.autocomplete-selected {
    background: #120f12
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #ff0
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000
}

#qGallery{padding-top:40px;direction:rtl}
    #qGallery .card {
        background-color:transparent!important;

    }
        #qGallery .card  {
            border-radius: 20px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            overflow:hidden;
        }
            #qGallery .card:hover {
                scale: 1.03;
                filter: saturate(200%);
                -webkit-box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
                -moz-box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
                box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
            }
               
                #qGallery .info {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 100%;
                    height: auto;
                    padding: 20px
                }
    #qGallery h4 {
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0px 0px 9px rgba(0,0,0,1);
    }
    #qGallery .btn-genre {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background-color: #673ab7;
        border-radius: 8px;
        color: #ffffff;
        display: inline !important;
        text-align: center;
        width: fit-content;
        padding: 4px 10px
    }
        #qGallery .btn-genre:hover {
            background-color: #ffffff;
            color: #673ab7
        }
.parallax_window_in{overflow:hidden}

  #qbTotal {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    left: 50%;
    translate: -50%;
    position: fixed;
    bottom: 10px;
}

 


:root {
    --lg-bg-color: rgba(255, 255, 255, 0.25);
    --lg-highlight: rgba(255, 255, 255, 0.75);
    --lg-text: #ffffff;
    --lg-hover-glow: rgba(255, 255, 255, 0.4);
    --lg-red: #fb4268;
    --lg-grey: #5b5b5b;
}


/* ========== GLASS CONTAINER ========== */
.glass-container {
    left: 50%;
    translate: -50%;
    position: fixed;
    bottom: 40px;
    display: flex;
    font-weight: 600;
    color: var(--lg-text);
    cursor: pointer;
    background: transparent;
    border-radius: 2rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
    -moz-box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
    box-shadow: 0px 0px 86px 28px rgba(106,31,219,0.65);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
    text-shadow: 0px 0px 9px rgba(0,0,0,1);
    background: #3b00a49e;
}

.glass-container--rounded {
    border-radius: 5rem;
    margin: 0.5rem;
    fill: var(--lg-grey);
}

.glass-container--small {
    margin: 5rem 0 1rem;
    border-radius: 5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.glass-container--large {
    min-width: 32rem;
}

.glass-container--medium {
    min-width: 25rem;
}

.glass-container svg {
    fill: white;
}

/* ========== GLASS ITEM ========== */
.glass-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    color: white;
    transition: color 0.3s ease;
    text-align: center;
}

    .glass-item svg {
        fill: white;
        height: 50px;
        margin-bottom: 0.25rem;
    }

.glass-item--active {
    background: rgba(0, 0, 0, 0.25);
    color: black;
    margin: 0 -0.5rem;
    padding: 0.25rem 1.95rem;
    border-radius: 5rem;
}

    .glass-item--active svg {
        fill: black;
    }

.player {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1 1 auto;
    justify-content: space-between;
}

.player__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}

.player__img {
    width: 5rem;
    height: auto;
    margin: 0.25rem 0;
    border-radius: 0.5rem;
}

.player__legend {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    color: black;
}

.player__legend__title {
    font-size: 1rem;
    margin: 0;
}

.player__legend__sub-title {
    font-size: 1rem;
    margin: 0;
    opacity: 0.45;
}

.player__controls {
    margin-right: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player__controls__play {
    margin-right: 1rem;
    display: flex;
}

.player__controls__ff {
    display: flex;
}

/* ========== GLASS LAYERS ========== */
.glass-filter {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(0px);
    filter: url(#lg-dist);
    isolation: isolate;
}

.glass-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--lg-bg-color);
}

.glass-specular {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
}

.glass-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 1rem 1.5rem 0.9rem;
}

.glass-content--inline {
    padding: 0.25rem 2rem 0.25rem 0.75rem;
    flex: 1 1 auto;
    justify-content: space-between;
}

/* ========== ICONS AND IMAGES ========== */
.glass-content a {
    display: inline-block;
    position: relative;
    padding: 1px;
    border-radius: 1.2rem;
}

    .glass-content a img {
        display: block;
        width: 75px;
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
    }

        .glass-content a img:hover {
            transform: scale(0.95);
        }