﻿

.color-picker.disabled .caption, .color-picker.disabled .select-input, .color-picker.disabled .stars li, .color-picker.disabled input, .color-picker.disabled select, .color-picker.disabled textarea, .color-picker:disabled .caption, .color-picker:disabled .select-input, .color-picker:disabled .stars li, .color-picker:disabled input, .color-picker:disabled select, .color-picker:disabled textarea, .file.disabled .caption, .file.disabled .select-input, .file.disabled .stars li, .file.disabled input, .file.disabled select, .file.disabled textarea, .file:disabled .caption, .file:disabled .select-input, .file:disabled .stars li, .file:disabled input, .file:disabled select, .file:disabled textarea, .input.disabled .caption, .input.disabled .select-input, .input.disabled .stars li, .input.disabled input, .input.disabled select, .input.disabled textarea, .input:disabled .caption, .input:disabled .select-input, .input:disabled .stars li, .input:disabled input, .input:disabled select, .input:disabled textarea, .rating.disabled .caption, .rating.disabled .select-input, .rating.disabled .stars li, .rating.disabled input, .rating.disabled select, .rating.disabled textarea, .rating:disabled .caption, .rating:disabled .select-input, .rating:disabled .stars li, .rating:disabled input, .rating:disabled select, .rating:disabled textarea, .select.disabled .caption, .select.disabled .select-input, .select.disabled .stars li, .select.disabled input, .select.disabled select, .select.disabled textarea, .select:disabled .caption, .select:disabled .select-input, .select:disabled .stars li, .select:disabled input, .select:disabled select, .select:disabled textarea, .spinner.disabled .caption, .spinner.disabled .select-input, .spinner.disabled .stars li, .spinner.disabled input, .spinner.disabled select, .spinner.disabled textarea, .spinner:disabled .caption, .spinner:disabled .select-input, .spinner:disabled .stars li, .spinner:disabled input, .spinner:disabled select, .spinner:disabled textarea, .tag-input.disabled .caption, .tag-input.disabled .select-input, .tag-input.disabled .stars li, .tag-input.disabled input, .tag-input.disabled select, .tag-input.disabled textarea, .tag-input:disabled .caption, .tag-input:disabled .select-input, .tag-input:disabled .stars li, .tag-input:disabled input, .tag-input:disabled select, .tag-input:disabled textarea, .textarea.disabled .caption, .textarea.disabled .select-input, .textarea.disabled .stars li, .textarea.disabled input, .textarea.disabled select, .textarea.disabled textarea, .textarea:disabled .caption, .textarea:disabled .select-input, .textarea:disabled .stars li, .textarea:disabled input, .textarea:disabled select, .textarea:disabled textarea {
    background: 0 0;
    color: #989898
}

.color-picker.disabled .button-group, .color-picker:disabled .button-group, .file.disabled .button-group, .file:disabled .button-group, .input.disabled .button-group, .input:disabled .button-group, .rating.disabled .button-group, .rating:disabled .button-group, .select.disabled .button-group, .select:disabled .button-group, .spinner.disabled .button-group, .spinner:disabled .button-group, .tag-input.disabled .button-group, .tag-input:disabled .button-group, .textarea.disabled .button-group, .textarea:disabled .button-group {
    display: none
}

.invalid_feedback {
    font-size: .9em;
    color: #ce352c
}

.custom-validation input[required]:valid, .custom-validation select[required]:valid, .custom-validation textarea[required]:valid {
    border-color: #60a917
}

    .custom-validation input[required]:valid + .invalid_feedback, .custom-validation select[required]:valid + .invalid_feedback, .custom-validation textarea[required]:valid + .invalid_feedback {
        display: none
    }

.custom-validation input[required]:invalid, .custom-validation select[required]:invalid, .custom-validation textarea[required]:invalid {
    border-color: #ce352c
}

    .custom-validation input[required]:invalid + .invalid_feedback, .custom-validation select[required]:invalid + .invalid_feedback, .custom-validation textarea[required]:invalid + .invalid_feedback {
        display: block
    }

.invalid_feedback {
    display: none
}

.invalid + .invalid_feedback, .invalid > .invalid_feedback {
    display: block !important
}

::-webkit-search-cancel-button {
    -webkit-appearance: none
}

::-webkit-search-results-button {
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: none
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    background-color: #fff !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

::-webkit-input-placeholder {
    font-size: 14px
}

::-moz-placeholder {
    font-size: 14px
}

:-moz-placeholder {
    font-size: 14px
}

:-ms-input-placeholder {
    font-size: 14px
}

input.rtl, input[dir=rtl] {
    direction: rtl
}

.label-for-input {
    display: block;
    position: relative
}

    .label-for-input.rtl {
        text-align: right
    }

input[placeholder] {
    text-overflow: ellipsis
}

input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.input-material {
    position: relative;
    min-width: 196px;
    height: 48px;
    display: inline-block;
    margin: 0;
    width: 100%;
    border: none
}

    .input-material input {
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        bottom: 8px;
        border: 0;
        border-bottom: 2px #dfdfdf solid;
        background-color: transparent;
        outline: 0;
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 0;
        width: 100%;
        z-index: 2;
        height: 28px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .input-material hr {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        opacity: 0;
        height: 3px;
        background-color: #bebebe;
        bottom: -4px;
        z-index: 2;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material .informer, .input-material .label {
        position: absolute;
        display: block;
        z-index: 1;
        color: inherit;
        font-size: 12px
    }

    .input-material .label {
        opacity: 0;
        top: 16px;
        left: 0;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material .informer {
        opacity: 0;
        bottom: 12px;
        font-size: 12px;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material input::-webkit-input-placeholder {
        font-size: 1rem;
        position: absolute;
        left: 0;
        z-index: 1;
        opacity: 1;
        color: #bebebe;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material .helper-button {
        top: 8px
    }

    .input-material.full-size {
        width: 100%
    }

    .input-material input:hover {
        border-color: #dfdfdf
    }

    .input-material.with-icon {
        margin-left: 32px;
        width: calc(100% - 32px)
    }

        .input-material.with-icon .icon {
            width: 24px;
            height: 24px;
            font-size: 24px;
            line-height: 1;
            position: absolute;
            left: -32px;
            top: 50%;
            margin-top: -8px;
            display: block;
            opacity: .2;
            -webkit-transition: linear all .3s;
            transition: linear all .3s
        }

            .input-material.with-icon .icon img {
                width: 100%;
                max-width: 100%;
                height: 100%;
                max-height: 100%
            }

        .input-material.with-icon.full-size {
            width: calc(100% - 32px) !important
        }

    .input-material hr ~ input:focus {
        border-bottom: 0
    }

    .input-material input:focus ~ hr {
        opacity: 1;
        width: 100%;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material input:focus ~ .label {
        opacity: 1;
        top: 0;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: linear all .2s;
        transition: linear all .2s
    }

    .input-material input:focus ~ .informer {
        opacity: 1;
        bottom: -.75rem;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material input:focus ~ .icon {
        opacity: 1;
        -webkit-transition: linear all .3s;
        transition: linear all .3s
    }

    .input-material.permanent-label input:not(:placeholder-shown) ~ .label {
        top: 0;
        opacity: 1
    }

    .input-material input:-webkit-autofill, .input-material input:-webkit-autofill:active, .input-material input:-webkit-autofill:focus, .input-material input:-webkit-autofill:hover {
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #fff !important
    }

.input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0
}

    .input:hover input {
        border-color: transparent
    }

    .input.focused {
        -webkit-box-shadow: 0 0 0 3px rgba(228,228,228,.45);
        box-shadow: 0 0 0 3px rgba(228,228,228,.45)
    }

    .input input {
        border: none !important;
        -webkit-box-ordinal-group: 2;
        order: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0;
        height: 34px;
        padding: 0 .75rem
    }

        .input input:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .input .button-group {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap
    }

    .input .button {
        background-color: transparent;
        color: #1d1d1d;
        height: 34px;
        min-width: 34px
    }

        .input .button:active, .input .button:focus {
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        .input .button:hover {
            background-color: #f8f8f8;
            text-shadow: rgba(0,0,0,.25) .1em .1em .2em
        }

    .input .input-clear-button, .input .input-reveal-button, .input .input-search-button {
        background-color: transparent
    }

        .input .input-clear-button:hover, .input .input-reveal-button:hover, .input .input-search-button:hover {
            background-color: transparent
        }

    .input.disabled .button-group button {
        background-color: #f8f8f8;
        color: #dfdfdf
    }

    .input .prepend {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .input .append {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .input input {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .input .button-group {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .input .autocomplete-list {
        margin: 0;
        padding: 0;
        list-style: none inside;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        height: auto;
        border: 1px solid #dfdfdf;
        z-index: 3
    }

        .input .autocomplete-list .item {
            display: block;
            position: relative;
            padding: 4px 8px;
            cursor: pointer
        }

            .input .autocomplete-list .item:hover {
                background-color: rgba(29,29,29,.1)
            }

            .input .autocomplete-list .item + .item {
                border-top: 1px solid #dfdfdf
            }

    .input.input-large {
        height: 50px
    }

        .input.input-large input {
            height: 48px;
            font-size: 1.3rem;
            padding: 0 10px;
            line-height: 48px
        }

        .input.input-large .button {
            height: 48px;
            min-width: 48px;
            font-size: 1.3rem
        }

            .input.input-large .button [class*=mif-] {
                font-size: 1.3rem
            }

            .input.input-large .button .default-icon-cross, .input.input-large .button .default-icon-eye {
                width: 21px;
                height: 21px
            }

            .input.input-large .button .input-clear-button, .input.input-large .button .input-reveal-button {
                width: 48px;
                padding: 0
            }

        .input.input-large input[placeholder] {
            font-size: 1.1rem
        }

        .input.input-large input::-moz-placeholder {
            font-size: 1.1rem
        }

        .input.input-large input:-moz-placeholder {
            font-size: 1.1rem
        }

        .input.input-large input:-ms-input-placeholder {
            font-size: 1.1rem
        }

        .input.input-large .append, .input.input-large .prepend {
            height: 48px;
            line-height: 48px;
            padding: 0 .5rem;
            font-size: 1.3rem
        }

input.input-large {
    height: 48px;
    font-size: 1.3rem;
    padding: 0 10px
}

    input.input-large[placeholder] {
        font-size: 1.1rem
    }

    input.input-large::-moz-placeholder {
        font-size: 1.1rem
    }

    input.input-large:-moz-placeholder {
        font-size: 1.1rem
    }

    input.input-large:-ms-input-placeholder {
        font-size: 1.1rem
    }

.input.input-small {
    height: 28px
}

    .input.input-small input {
        height: 26px;
        font-size: .9rem;
        padding: 0 4px;
        line-height: 26px
    }

    .input.input-small .button {
        height: 26px;
        min-width: 26px;
        font-size: .9rem;
        padding: 0
    }

        .input.input-small .button [class*=mif-] {
            font-size: .9rem
        }

        .input.input-small .button .default-icon-cross, .input.input-small .button .default-icon-eye {
            width: 14px;
            height: 14px
        }

    .input.input-small .input-clear-button, .input.input-small .input-reveal-button {
        width: 26px;
        padding: 0
    }

    .input.input-small input[placeholder] {
        font-size: .8rem
    }

    .input.input-small input::-moz-placeholder {
        font-size: .8rem
    }

    .input.input-small input:-moz-placeholder {
        font-size: .8rem
    }

    .input.input-small input:-ms-input-placeholder {
        font-size: .8rem
    }

    .input.input-small .append, .input.input-small .prepend {
        height: 26px;
        line-height: 26px;
        padding: 0 .5rem;
        font-size: .9rem
    }

input.input-small {
    height: 26px;
    font-size: .9rem;
    padding: 0 4px
}

    input.input-small[placeholder] {
        font-size: .8rem
    }

    input.input-small::-moz-placeholder {
        font-size: .8rem
    }

    input.input-small:-moz-placeholder {
        font-size: .8rem
    }

    input.input-small:-ms-input-placeholder {
        font-size: .8rem
    }

.input.rtl, .input[dir=rtl] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse nowrap
}

    .input.rtl input, .input[dir=rtl] input {
        -webkit-box-ordinal-group: 4;
        order: 3;
        direction: rtl
    }

    .input.rtl .button-group, .input[dir=rtl] .button-group {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .input.rtl .prepend, .input[dir=rtl] .prepend {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .input.rtl .append, .input[dir=rtl] .append {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

.keylock {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    height: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    padding: 2px;
    cursor: pointer
}

    .keylock input {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .keylock .icon {
        width: 34px;
        height: 34px;
        display: block;
        position: relative;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

        .keylock .icon > * {
            font-size: 32px;
            vertical-align: middle;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

    .keylock .state-on {
        display: none
    }

    .keylock .state-off {
        display: block
    }

    .keylock input:checked ~ .caption .state-on, .keylock input:checked ~ .icon .state-on {
        display: block
    }

    .keylock input:checked ~ .caption .state-off, .keylock input:checked ~ .icon .state-off {
        display: none
    }

    .keylock .caption {
        height: 34px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 6px;
        -webkit-box-ordinal-group: 3;
        order: 2;
        white-space: nowrap
    }

    .keylock.caption-left .icon {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .keylock.caption-left .caption {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

.keypad {
    background-color: #fff;
    color: #1d1d1d;
    border: 1px solid #d9d9d9
}

    .keypad input {
        border: 0
    }

    .keypad .keys {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        float: left;
        background-color: inherit;
        color: inherit;
        border: none;
        padding: 0;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 1000
    }

        .keypad .keys::before {
            content: '';
            position: absolute;
            background-color: inherit;
            width: 10px;
            height: 10px;
            border: 1px solid #dfdfdf;
            z-index: 2;
            left: -5px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -5px;
            border-top-color: transparent;
            border-right-color: transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .keypad .keys.open {
            display: block;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .keypad .keys.right {
            left: 100%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            margin-left: -1px
        }

        .keypad .keys.bottom {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 100%;
            margin-top: -1px
        }

            .keypad .keys.bottom::before {
                top: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg)
            }

        .keypad .keys.top {
            top: 0;
            left: 50%;
            -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
            margin-top: 1px
        }

            .keypad .keys.top::before {
                top: 100%;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .keypad .keys.left {
            left: 0;
            -webkit-transform: translateY(-50%) translateX(-100%);
            transform: translateY(-50%) translateX(-100%);
            top: 50%;
            margin-left: 1px
        }

            .keypad .keys.left::before {
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 100%;
                margin-left: -5px;
                -webkit-transform: rotate(225deg);
                transform: rotate(225deg)
            }

        .keypad .keys.bottom-left {
            top: 100%;
            left: 0;
            margin-top: -1px
        }

            .keypad .keys.bottom-left::before {
                top: 0;
                left: .625rem;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg)
            }

        .keypad .keys.bottom-right {
            top: 100%;
            left: 100%;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            margin-top: -1px
        }

            .keypad .keys.bottom-right::before {
                top: 0;
                left: 100%;
                margin-left: -1rem;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg)
            }

        .keypad .keys.top-left {
            top: 0;
            left: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            margin-top: 1px
        }

            .keypad .keys.top-left::before {
                top: 100%;
                left: .625rem;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .keypad .keys.top-right {
            top: 0;
            left: 100%;
            -webkit-transform: translateY(-100%) translateX(-100%);
            transform: translateY(-100%) translateX(-100%);
            margin-top: 1px
        }

            .keypad .keys.top-right::before {
                top: 100%;
                left: 100%;
                margin-left: -1rem;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

    .keypad .key {
        display: block;
        position: relative;
        float: left;
        background-color: inherit;
        color: inherit;
        margin: 0;
        text-align: center;
        border: 1px solid #dfdfdf;
        font-size: 1rem;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .keypad .key:hover {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-box-shadow: 0 0 0 3px rgba(228,228,228,.45);
            box-shadow: 0 0 0 3px rgba(228,228,228,.45);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            z-index: 2
        }

        .keypad .key.service-key {
            background-color: #f8f8f8
        }

.lightbox-overlay {
    background-color: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000
}

.lightbox {
    z-index: 2001;
    position: fixed;
    background: 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center
}

.lightbox__closer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: rgba(248,248,248,.5);
    color: #1d1d1d
}

    .lightbox__closer * {
        line-height: 32px;
        font-size: 20px;
        height: 20px;
        width: 20px
    }

.lightbox__next, .lightbox__prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(248,248,248,.5);
    color: #1d1d1d;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 20px
}

    .lightbox__next *, .lightbox__prev * {
        line-height: 48px;
        font-size: 40px;
        height: 40px;
        width: 40px
    }

.lightbox__next {
    left: auto;
    right: 20px
}

.lightbox__closer, .lightbox__next, .lightbox__prev {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2
}

.lightbox__image {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.lightbox__image-wrapper {
    display: block;
    width: auto;
    max-height: calc(100vh - 80px);
    max-width: calc(100vw - 20px)
}

    .lightbox__image-wrapper::before {
        content: attr(data-title);
        position: absolute;
        color: #fff;
        top: 100%;
        left: 0;
        right: 0
    }

    .lightbox__image-wrapper.no-title::before {
        display: none
    }

    .lightbox__image-wrapper img {
        display: block;
        width: auto;
        max-height: calc(100vh - 80px);
        max-width: calc(100vw - 20px)
    }

.listview {
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 100%;
    background-color: #fff;
    color: #1d1d1d;
    list-style: none inside;
    display: -webkit-box;
    display: flex
}

    .listview.view-content, .listview.view-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column wrap
    }

    .listview.view-icons, .listview.view-icons-large, .listview.view-icons-medium, .listview.view-tiles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

        .listview.view-icons-large.vertical-layout, .listview.view-icons-medium.vertical-layout, .listview.view-icons.vertical-layout {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-flow: column wrap
        }

    .listview .node {
        display: -webkit-box;
        display: flex;
        cursor: pointer;
        position: relative;
        font-size: 13px;
        border: 1px solid transparent;
        background-color: inherit
    }

        .listview .node:hover {
            background-color: #e5f3ff
        }

        .listview .node > .icon {
            text-align: center
        }

            .listview .node > .icon img {
                max-width: 100%;
                height: 100%
            }

            .listview .node > .icon [class*=mif-], .listview .node > .icon img {
                vertical-align: initial
            }

        .listview .node .checkbox, .listview .node .radio, .listview .node .switch {
            height: auto
        }

    .listview ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none inside
    }

    .listview .node > .data > .content, .listview .node > .node-data {
        display: none
    }

    .listview:not(.selectable) .checkbox {
        display: none
    }

    .listview.view-list .node {
        min-width: 160px;
        line-height: 26px;
        height: 26px;
        padding: 0 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

        .listview.view-list .node > .icon {
            width: 20px;
            height: 20px;
            line-height: 26px;
            font-size: 18px
        }

        .listview.view-list .node > .data {
            line-height: 26px;
            padding-left: 24px
        }

        .listview.view-list .node > .icon ~ .data {
            padding-left: 8px
        }

    .listview.view-table {
        display: table;
        width: 100%
    }

        .listview.view-table > li {
            display: table-row;
            width: 100%
        }

            .listview.view-table > li > * {
                display: table-cell
            }

        .listview.view-table .icon {
            width: 20px;
            height: 20px;
            line-height: 26px;
            font-size: 18px
        }

            .listview.view-table .icon > * {
                width: 100%
            }

        .listview.view-table > li .data > .caption {
            padding: 0 .5rem;
            line-height: 26px
        }

        .listview.view-table .node-data {
            display: table-cell;
            width: auto;
            line-height: 26px
        }

    .listview.view-content .node {
        width: 100%;
        min-height: 50px;
        padding: 10px 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

        .listview.view-content .node > .icon {
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 28px
        }

        .listview.view-content .node > .data {
            padding-left: 64px;
            font-size: 16px;
            line-height: 32px;
            width: 100%
        }

            .listview.view-content .node > .data .caption, .listview.view-content .node > .data .content {
                display: block;
                line-height: 16px;
                height: 16px
            }

            .listview.view-content .node > .data .content {
                font-size: .8em
            }

        .listview.view-content .node > .icon ~ .data {
            padding-left: 16px
        }

        .listview.view-content .node + .node {
            border-top: 1px solid #dfdfdf
        }

    .listview.view-tiles .node {
        width: 250px;
        height: 56px;
        padding: 5px 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

        .listview.view-tiles .node > .icon {
            width: 46px;
            height: 46px;
            line-height: 46px;
            font-size: 42px
        }

        .listview.view-tiles .node > .data {
            padding-left: 78px;
            font-size: 16px;
            line-height: 46px
        }

        .listview.view-tiles .node > .icon + .data {
            padding-left: 16px
        }

    .listview.view-icons .node, .listview.view-icons-large .node, .listview.view-icons-medium .node {
        width: 74px;
        height: auto;
        padding: 8px 8px 2px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        align-items: center;
        margin: 2px
    }

        .listview.view-icons .node > .icon, .listview.view-icons-large .node > .icon, .listview.view-icons-medium .node > .icon {
            width: 44px;
            height: 44px;
            line-height: 44px;
            font-size: 42px
        }

        .listview.view-icons .node > .data, .listview.view-icons-large .node > .data, .listview.view-icons-medium .node > .data {
            line-height: 1.5;
            white-space: normal;
            text-align: center
        }

        .listview.view-icons .node .checkbox, .listview.view-icons-large .node .checkbox, .listview.view-icons-medium .node .checkbox {
            position: absolute;
            top: 0;
            left: 0
        }

    .listview.view-icons-medium .node {
        width: 104px;
        margin: 1px
    }

        .listview.view-icons-medium .node > .icon {
            width: 74px;
            height: 74px;
            line-height: 74px;
            font-size: 70px
        }

    .listview.view-icons-large .node {
        width: 270px;
        margin: 2px;
        padding: 30px
    }

        .listview.view-icons-large .node > .icon {
            width: 162px;
            height: 162px;
            line-height: 162px;
            font-size: 140px
        }

    .listview .node.current-select {
        background-color: #cce8ff;
        border-color: #84bcea !important
    }

    .listview .node-group {
        display: block;
        width: 100%;
        position: relative;
        line-height: 24px;
        flex-shrink: 0;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none
    }

        .listview .node-group > .data {
            padding-left: 24px;
            line-height: 24px;
            font-size: 18px
        }

        .listview .node-group .node-toggle1 {
            position: relative;
            cursor: pointer;
            padding-right: 1.5rem !important;
            -webkit-user-select: none;
            user-select: none
        }

            .listview .node-group .node-toggle1::before {
                display: block;
                position: absolute;
                vertical-align: middle;
                color: transparent;
                font-size: 0;
                content: "";
                height: .3125rem;
                width: .3125rem;
                background-color: transparent;
                border-left: 1px solid;
                border-bottom: 1px solid;
                border-color: #1d1d1d;
                top: 50%;
                left: 100%;
                margin-left: -1rem;
                margin-top: -.1625rem;
                z-index: 2;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
                -webkit-transform-origin: center center 1px;
                transform-origin: center center 1px
            }

        .listview .node-group .node-toggle1 {
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px
        }

            .listview .node-group .node-toggle1::before {
                -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg)
            }

        .listview .node-group.expanded > .node-toggle1::before {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .listview .node-group + .node-group {
            margin-top: .5rem
        }

        .listview .node-group + .listview {
            margin-top: .5rem
        }

.marquee {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

    .marquee .marquee__item {
        display: block;
        position: absolute;
        white-space: nowrap;
        color: inherit
    }

        .marquee .marquee__item.moveLeftRight {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: calc(100% + 20px)
        }

        .marquee .marquee__item.moveUpDown {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: calc(100% + 20px)
        }

.master {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #1d1d1d;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible
}

    .master .controls, .master .page, .master .pages {
        background-color: transparent;
        color: inherit
    }

    .master .controls {
        display: -webkit-box;
        display: flex;
        line-height: 40px;
        font-size: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: 20px 0 20px
    }

        .master .controls .next, .master .controls .prev, .master .controls .title {
            display: block;
            position: relative;
            line-height: 40px;
            text-align: center;
            -webkit-user-select: none;
            user-select: none
        }

        .master .controls .next, .master .controls .prev {
            width: 40px;
            height: 40px;
            cursor: pointer;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center
        }

            .master .controls .next.disabled, .master .controls .prev.disabled {
                color: #bebebe
            }

        .master .controls .title {
            width: 100%
        }

        .master .controls .prev {
            -webkit-box-ordinal-group: 2;
            order: 1
        }

        .master .controls .next {
            -webkit-box-ordinal-group: 4;
            order: 3
        }

        .master .controls .title {
            -webkit-box-ordinal-group: 3;
            order: 2
        }

    .master .pages {
        position: relative;
        display: block;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        height: auto;
        min-width: 1rem
    }

    .master .page {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        overflow: visible;
        padding: 2rem
    }

    .master .controls-top {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .master .controls-bottom {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .master .pages {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

.media-player {
    display: block;
    position: relative;
    width: 100%;
    background: #000;
    height: auto;
    overflow: hidden;
    z-index: 1
}

    .media-player video {
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .media-player .logo {
        display: block;
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        z-index: 3;
        height: 32px
    }

        .media-player .logo img {
            height: 32px
        }

    .media-player .preloader {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

        .media-player .preloader.show {
            display: block
        }

    .media-player .controls {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        z-index: 2147483647;
        background-color: rgba(34,34,34,.5)
    }

        .media-player .controls.outside {
            position: relative
        }

    .media-player .stream {
        display: block;
        padding: .625rem;
        -webkit-box-ordinal-group: 6;
        order: 5;
        width: 100%;
        position: relative
    }

        .media-player .stream .slider {
            height: .875rem
        }

    .media-player .load-audio {
        padding: 0;
        display: block;
        position: absolute;
        bottom: 4px;
        left: .625rem;
        width: calc(100% - 1.25rem)
    }

    .media-player button:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .media-player .controls > button, .media-player .info-box, .media-player .volume {
        background-color: inherit;
        color: #555;
        flex-shrink: 0;
        height: 36px;
        text-align: center
    }

        .media-player .controls > button:hover, .media-player .info-box:hover, .media-player .volume:hover {
            color: #fff
        }

        .media-player .controls > button.active, .media-player .info-box.active, .media-player .volume.active {
            background-color: rgba(111,111,111,.5)
        }

    .media-player .loop {
        -webkit-box-ordinal-group: 2;
        order: 1;
        display: none
    }

    .media-player .play {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .media-player .stop {
        -webkit-box-ordinal-group: 4;
        order: 3;
        display: none
    }

    .media-player .info-box {
        position: relative;
        width: auto;
        display: block;
        -webkit-box-ordinal-group: 5;
        order: 4;
        background: rgba(34,34,34,.5);
        color: #fff;
        padding: .625rem;
        font-size: .6875rem;
        text-align: center;
        height: 36px;
        flex-shrink: 1;
        white-space: nowrap;
        border: none
    }

    .media-player .mute {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .media-player .volume {
        -webkit-box-ordinal-group: 8;
        order: 7;
        width: 96px;
        padding: 0 .625rem;
        background: rgba(34,34,34,.5);
        display: none
    }

    .media-player .full {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

:-webkit-full-screen {
    width: 100%;
    height: 100%;
    z-index: 2147483647
}

:-ms-fullscreen {
    width: 100%
}

.media-player.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647;
    max-height: 100% !important;
    height: 100% !important
}

.media-player.light {
    background-color: #f8f8f8
}

    .media-player.light .controls {
        background-color: inherit
    }

        .media-player.light .controls .info-box, .media-player.light .controls .volume {
            background-color: inherit;
            color: #1d1d1d
        }

    .media-player.light .slider .buffer {
        height: 2px !important;
        background-color: #41545e
    }

    .media-player.light .controls > button.active {
        background-color: #dfdfdf
    }

.media-player.dark .default-icon-loop, .media-player:not(.light) .default-icon-loop {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-play, .media-player:not(.light) .default-icon-play {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-pause, .media-player:not(.light) .default-icon-pause {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-stop, .media-player:not(.light) .default-icon-stop {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-mute, .media-player:not(.light) .default-icon-mute {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-low-volume, .media-player:not(.light) .default-icon-low-volume {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-medium-volume, .media-player:not(.light) .default-icon-medium-volume {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-high-volume, .media-player:not(.light) .default-icon-high-volume {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-enlarge, .media-player:not(.light) .default-icon-enlarge {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-shrink, .media-player:not(.light) .default-icon-shrink {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-playlist, .media-player:not(.light) .default-icon-playlist {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-next, .media-player:not(.light) .default-icon-next {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-prev, .media-player:not(.light) .default-icon-prev {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-first, .media-player:not(.light) .default-icon-first {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-last, .media-player:not(.light) .default-icon-last {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-forward, .media-player:not(.light) .default-icon-forward {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-backward, .media-player:not(.light) .default-icon-backward {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-share, .media-player:not(.light) .default-icon-share {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-equalizer, .media-player:not(.light) .default-icon-equalizer {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-eject, .media-player:not(.light) .default-icon-eject {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-shuffle, .media-player:not(.light) .default-icon-shuffle {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.media-player.dark .default-icon-random, .media-player:not(.light) .default-icon-random {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")
}

.audio-player {
    overflow: visible
}

    .audio-player .controls {
        position: relative
    }

@media screen and (min-width:576px) {
    .media-player .loop, .media-player .stop, .media-player .volume {
        display: block
    }
}

.more-info-box {
    height: 128px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    background-color: #fff
}

    .more-info-box .content, .more-info-box .icon {
        position: relative
    }

    .more-info-box .icon {
        height: 64px;
        width: 64px;
        flex-shrink: 0;
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-left: auto;
        margin-right: 16px;
        margin-top: 16px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }

        .more-info-box .icon > * {
            font-size: 64px;
            width: 64px;
            height: 64px;
            line-height: 1;
            color: rgba(0,0,0,.15)
        }

    .more-info-box .content {
        line-height: 1.2;
        display: block;
        -webkit-box-ordinal-group: 2;
        order: 1;
        padding: 8px;
        max-width: calc(100% - 106px)
    }

    .more-info-box .more {
        width: 100%;
        flex-shrink: 0;
        text-align: right;
        background: rgba(0,0,0,.1);
        text-decoration: none;
        position: relative;
        display: block;
        padding: 8px 8px 0;
        margin: 0;
        -webkit-box-ordinal-group: 4;
        order: 3;
        color: rgba(255,255,255,.8);
        font-size: 12px
    }

        .more-info-box .more:hover {
            color: #fff;
            background: rgba(0,0,0,.15)
        }

    .more-info-box:hover .icon {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }

.nav1view {
    display: block;
    position: relative;
    background-color: #fff;
    color: #1d1d1d;
    overflow: hidden;
    height: 100%;
    min-height: 100%
}

    .nav1view .nav1view-content, .nav1view .nav1view-pane {
        display: block;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        min-height: 100%;
        height: 100%
    }

    .nav1view .nav1view-pane {
        width: 280px;
        background-color: #e5e5e5;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        z-index: 3
    }

        .nav1view .nav1view-pane.open {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

            .nav1view .nav1view-pane.open .nav1view-menu1-container {
                overflow-y: auto !important
            }

    .nav1view .nav1view-content {
        position: relative
    }

    .nav1view .holder, .nav1view .pull-button {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 48px;
        height: 48px;
        background-color: transparent;
        border: 2px solid transparent;
        outline: 0;
        cursor: pointer
    }

    .nav1view .holder {
        height: 40px;
        display: none
    }

    .nav1view .nav1view-container, .nav1view .nav1view-menu1-container {
        display: block;
        position: relative;
        width: auto;
        background-color: inherit
    }

    .nav1view .nav1view-menu1-container {
        z-index: -1
    }

    .nav1view .nav1view-menu1 {
        display: block;
        position: relative;
        list-style: none inside;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #e5e5e5
    }

        .nav1view .nav1view-menu1 li {
            display: block;
            position: relative
        }

            .nav1view .nav1view-menu1 li a {
                display: -webkit-box;
                display: flex;
                -webkit-box-align: center;
                align-items: center;
                position: relative;
                line-height: 40px;
                text-decoration: none;
                color: inherit;
                white-space: nowrap;
                border: 2px solid transparent;
                height: 40px
            }

                .nav1view .nav1view-menu1 li a:hover {
                    text-decoration: none
                }

        .nav1view .nav1view-menu1 .icon {
            width: 48px;
            height: 40px;
            display: block;
            text-align: center
        }

        .nav1view .nav1view-menu1 .caption {
            padding-left: 48px;
            white-space: nowrap;
            display: block
        }

        .nav1view .nav1view-menu1 .icon + .caption {
            padding-left: 0
        }

        .nav1view .nav1view-menu1 .item-header {
            font-size: 22px;
            height: 32px;
            line-height: 32px;
            padding-left: 16px;
            cursor: default;
            background-color: transparent;
            white-space: nowrap;
            display: block
        }

        .nav1view .nav1view-menu1 li.active::before {
            content: "";
            display: block;
            position: absolute;
            height: 24px;
            top: 8px;
            left: 0;
            width: 4px;
            background-color: #1ba1e2;
            z-index: 1
        }

        .nav1view .nav1view-menu1 li.disabled {
            color: #9c9c9c !important
        }

            .nav1view .nav1view-menu1 li.disabled img {
                opacity: .5
            }

        .nav1view .nav1view-menu1 .icon > *, .nav1view .pull-button > *, .nav1view .suggest-box .holder > * {
            width: 16px;
            height: 16px;
            line-height: 16px;
            font-size: 16px;
            vertical-align: initial
        }

        .nav1view .holder:hover, .nav1view .nav1view-menu1 li a:hover, .nav1view .pull-button:hover {
            background-color: #cecece
        }

        .nav1view .holder:active, .nav1view .nav1view-menu1 li a:active, .nav1view .pull-button:active {
            background-color: #b7b7b7
        }

    .nav1view .suggest-box {
        display: block;
        padding: 8px 0
    }

        .nav1view .suggest-box .input, .nav1view .suggest-box .select, .nav1view .suggest-box .textarea {
            display: -webkit-box;
            display: flex;
            width: calc(100% - 24px) !important;
            margin: 0 12px
        }

    .nav1view .item-separator {
        height: 16px !important;
        width: 100%;
        display: block;
        background-color: transparent;
        cursor: default
    }

    .nav1view .nav1view-menu1 .dropdown-toggle1 {
        padding-right: 0 !important
    }

        .nav1view .nav1view-menu1 .dropdown-toggle1::before {
            display: none
        }

        .nav1view .nav1view-menu1 .dropdown-toggle1::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: auto;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 8px 8px;
            border-color: transparent transparent #1d1d1d transparent;
            z-index: 1;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .nav1view .nav1view-menu1 .dropdown-toggle1.active-toggle1::after {
            border-width: 0 0 8px 8px;
            border-color: transparent transparent #1d1d1d transparent;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            bottom: 0;
            top: auto
        }

    .nav1view.focusableItems .holder:focus, .nav1view.focusableItems .nav1view-menu1 li a:focus, .nav1view.focusableItems .pull-button:focus {
        border: 2px solid #0a0a0a
    }

    .nav1view .badges {
        display: -webkit-box;
        display: flex;
        margin-left: auto;
        margin-right: 8px
    }

        .nav1view .badges .badge {
            margin: 0 2px
        }

    .nav1view .data-box {
        display: block
    }

    .nav1view .nav1view-menu1 .nav1view-menu1 .item-header {
        display: none !important
    }

    .nav1view.expanded .nav1view-pane {
        width: 280px !important
    }

        .nav1view.expanded .nav1view-pane .item-header, .nav1view.expanded .nav1view-pane .nav1view-menu1 .caption {
            display: block !important
        }

        .nav1view.expanded .nav1view-pane .suggest-box > :not(.holder) {
            display: -webkit-box !important;
            display: flex !important
        }

        .nav1view.expanded .nav1view-pane .holder {
            display: none !important
        }

        .nav1view.expanded .nav1view-pane .nav1view-menu1-container {
            overflow-y: auto !important
        }

    .nav1view.expanded .badges {
        display: -webkit-box !important;
        display: flex !important
    }

    .nav1view.expanded .data-box {
        display: block !important
    }

    .nav1view.compacted .nav1view-pane {
        width: 48px !important;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.compacted .nav1view-pane .item-header, .nav1view.compacted .nav1view-pane .nav1view-menu1 .caption {
            display: none !important
        }

        .nav1view.compacted .nav1view-pane .suggest-box > :not(.holder) {
            display: none !important
        }

        .nav1view.compacted .nav1view-pane .holder {
            display: block !important
        }

        .nav1view.compacted .nav1view-pane .nav1view-menu1-container {
            overflow-y: initial !important
        }

    .nav1view.compacted .nav1view-content {
        margin-left: 48px !important
    }

    .nav1view.compacted .badges, .nav1view.compacted .data-box {
        display: none !important
    }

@media screen and (min-width:0) {
    .nav1view-margin-fs {
        margin-left: 280px
    }

    .nav1view-margin-compact-fs {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-fs .nav1view-pane {
        width: 48px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-compact-fs .nav1view-pane .item-header, .nav1view.nav1view-compact-fs .nav1view-pane .nav1view-menu1 .caption {
            display: none
        }

        .nav1view.nav1view-compact-fs .nav1view-pane .suggest-box > :not(.holder) {
            display: none
        }

        .nav1view.nav1view-compact-fs .nav1view-pane .holder {
            display: block
        }

        .nav1view.nav1view-compact-fs .nav1view-pane .nav1view-menu1-container {
            overflow-y: initial
        }

    .nav1view.nav1view-compact-fs .nav1view-content {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-fs .badges, .nav1view.nav1view-compact-fs .data-box {
        display: none
    }

    .nav1view.nav1view-expand-fs .nav1view-pane {
        width: 280px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-expand-fs .nav1view-pane .item-header, .nav1view.nav1view-expand-fs .nav1view-pane .nav1view-menu1 .caption {
            display: block
        }

        .nav1view.nav1view-expand-fs .nav1view-pane .suggest-box > :not(.holder) {
            display: -webkit-box;
            display: flex
        }

        .nav1view.nav1view-expand-fs .nav1view-pane .holder {
            display: none
        }

        .nav1view.nav1view-expand-fs .nav1view-pane .nav1view-menu1-container {
            overflow-y: auto
        }

    .nav1view.nav1view-expand-fs .nav1view-content {
        margin-left: 280px
    }

    .nav1view.nav1view-expand-fs .badges {
        display: -webkit-box;
        display: flex
    }

    .nav1view.nav1view-expand-fs .data-box {
        display: block
    }
}

@media screen and (min-width:576px) {
    .nav1view-margin-sm {
        margin-left: 280px
    }

    .nav1view-margin-compact-sm {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-sm .nav1view-pane {
        width: 48px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-compact-sm .nav1view-pane .item-header, .nav1view.nav1view-compact-sm .nav1view-pane .nav1view-menu1 .caption {
            display: none
        }

        .nav1view.nav1view-compact-sm .nav1view-pane .suggest-box > :not(.holder) {
            display: none
        }

        .nav1view.nav1view-compact-sm .nav1view-pane .holder {
            display: block
        }

        .nav1view.nav1view-compact-sm .nav1view-pane .nav1view-menu1-container {
            overflow-y: initial
        }

    .nav1view.nav1view-compact-sm .nav1view-content {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-sm .badges, .nav1view.nav1view-compact-sm .data-box {
        display: none
    }

    .nav1view.nav1view-expand-sm .nav1view-pane {
        width: 280px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-expand-sm .nav1view-pane .item-header, .nav1view.nav1view-expand-sm .nav1view-pane .nav1view-menu1 .caption {
            display: block
        }

        .nav1view.nav1view-expand-sm .nav1view-pane .suggest-box > :not(.holder) {
            display: -webkit-box;
            display: flex
        }

        .nav1view.nav1view-expand-sm .nav1view-pane .holder {
            display: none
        }

        .nav1view.nav1view-expand-sm .nav1view-pane .nav1view-menu1-container {
            overflow-y: auto
        }

    .nav1view.nav1view-expand-sm .nav1view-content {
        margin-left: 280px
    }

    .nav1view.nav1view-expand-sm .badges {
        display: -webkit-box;
        display: flex
    }

    .nav1view.nav1view-expand-sm .data-box {
        display: block
    }
}

@media screen and (min-width:768px) {
    .nav1view-margin-md {
        margin-left: 280px
    }

    .nav1view-margin-compact-md {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-md .nav1view-pane {
        width: 48px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-compact-md .nav1view-pane .item-header, .nav1view.nav1view-compact-md .nav1view-pane .nav1view-menu1 .caption {
            display: none
        }

        .nav1view.nav1view-compact-md .nav1view-pane .suggest-box > :not(.holder) {
            display: none
        }

        .nav1view.nav1view-compact-md .nav1view-pane .holder {
            display: block
        }

        .nav1view.nav1view-compact-md .nav1view-pane .nav1view-menu1-container {
            overflow-y: initial
        }

    .nav1view.nav1view-compact-md .nav1view-content {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-md .badges, .nav1view.nav1view-compact-md .data-box {
        display: none
    }

    .nav1view.nav1view-expand-md .nav1view-pane {
        width: 280px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-expand-md .nav1view-pane .item-header, .nav1view.nav1view-expand-md .nav1view-pane .nav1view-menu1 .caption {
            display: block
        }

        .nav1view.nav1view-expand-md .nav1view-pane .suggest-box > :not(.holder) {
            display: -webkit-box;
            display: flex
        }

        .nav1view.nav1view-expand-md .nav1view-pane .holder {
            display: none
        }

        .nav1view.nav1view-expand-md .nav1view-pane .nav1view-menu1-container {
            overflow-y: auto
        }

    .nav1view.nav1view-expand-md .nav1view-content {
        margin-left: 280px
    }

    .nav1view.nav1view-expand-md .badges {
        display: -webkit-box;
        display: flex
    }

    .nav1view.nav1view-expand-md .data-box {
        display: block
    }
}

@media screen and (min-width:992px) {
    .nav1view-margin-lg {
        margin-left: 280px
    }

    .nav1view-margin-compact-lg {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-lg .nav1view-pane {
        width: 48px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-compact-lg .nav1view-pane .item-header, .nav1view.nav1view-compact-lg .nav1view-pane .nav1view-menu1 .caption {
            display: none
        }

        .nav1view.nav1view-compact-lg .nav1view-pane .suggest-box > :not(.holder) {
            display: none
        }

        .nav1view.nav1view-compact-lg .nav1view-pane .holder {
            display: block
        }

        .nav1view.nav1view-compact-lg .nav1view-pane .nav1view-menu1-container {
            overflow-y: initial
        }

    .nav1view.nav1view-compact-lg .nav1view-content {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-lg .badges, .nav1view.nav1view-compact-lg .data-box {
        display: none
    }

    .nav1view.nav1view-expand-lg .nav1view-pane {
        width: 280px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-expand-lg .nav1view-pane .item-header, .nav1view.nav1view-expand-lg .nav1view-pane .nav1view-menu1 .caption {
            display: block
        }

        .nav1view.nav1view-expand-lg .nav1view-pane .suggest-box > :not(.holder) {
            display: -webkit-box;
            display: flex
        }

        .nav1view.nav1view-expand-lg .nav1view-pane .holder {
            display: none
        }

        .nav1view.nav1view-expand-lg .nav1view-pane .nav1view-menu1-container {
            overflow-y: auto
        }

    .nav1view.nav1view-expand-lg .nav1view-content {
        margin-left: 280px
    }

    .nav1view.nav1view-expand-lg .badges {
        display: -webkit-box;
        display: flex
    }

    .nav1view.nav1view-expand-lg .data-box {
        display: block
    }
}

@media screen and (min-width:1200px) {
    .nav1view-margin-xl {
        margin-left: 280px
    }

    .nav1view-margin-compact-xl {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-xl .nav1view-pane {
        width: 48px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-compact-xl .nav1view-pane .item-header, .nav1view.nav1view-compact-xl .nav1view-pane .nav1view-menu1 .caption {
            display: none
        }

        .nav1view.nav1view-compact-xl .nav1view-pane .suggest-box > :not(.holder) {
            display: none
        }

        .nav1view.nav1view-compact-xl .nav1view-pane .holder {
            display: block
        }

        .nav1view.nav1view-compact-xl .nav1view-pane .nav1view-menu1-container {
            overflow-y: initial
        }

    .nav1view.nav1view-compact-xl .nav1view-content {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-xl .badges, .nav1view.nav1view-compact-xl .data-box {
        display: none
    }

    .nav1view.nav1view-expand-xl .nav1view-pane {
        width: 280px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-expand-xl .nav1view-pane .item-header, .nav1view.nav1view-expand-xl .nav1view-pane .nav1view-menu1 .caption {
            display: block
        }

        .nav1view.nav1view-expand-xl .nav1view-pane .suggest-box > :not(.holder) {
            display: -webkit-box;
            display: flex
        }

        .nav1view.nav1view-expand-xl .nav1view-pane .holder {
            display: none
        }

        .nav1view.nav1view-expand-xl .nav1view-pane .nav1view-menu1-container {
            overflow-y: auto
        }

    .nav1view.nav1view-expand-xl .nav1view-content {
        margin-left: 280px
    }

    .nav1view.nav1view-expand-xl .badges {
        display: -webkit-box;
        display: flex
    }

    .nav1view.nav1view-expand-xl .data-box {
        display: block
    }
}

@media screen and (min-width:1452px) {
    .nav1view-margin-xxl {
        margin-left: 280px
    }

    .nav1view-margin-compact-xxl {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-xxl .nav1view-pane {
        width: 48px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-compact-xxl .nav1view-pane .item-header, .nav1view.nav1view-compact-xxl .nav1view-pane .nav1view-menu1 .caption {
            display: none
        }

        .nav1view.nav1view-compact-xxl .nav1view-pane .suggest-box > :not(.holder) {
            display: none
        }

        .nav1view.nav1view-compact-xxl .nav1view-pane .holder {
            display: block
        }

        .nav1view.nav1view-compact-xxl .nav1view-pane .nav1view-menu1-container {
            overflow-y: initial
        }

    .nav1view.nav1view-compact-xxl .nav1view-content {
        margin-left: 48px
    }

    .nav1view.nav1view-compact-xxl .badges, .nav1view.nav1view-compact-xxl .data-box {
        display: none
    }

    .nav1view.nav1view-expand-xxl .nav1view-pane {
        width: 280px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .nav1view.nav1view-expand-xxl .nav1view-pane .item-header, .nav1view.nav1view-expand-xxl .nav1view-pane .nav1view-menu1 .caption {
            display: block
        }

        .nav1view.nav1view-expand-xxl .nav1view-pane .suggest-box > :not(.holder) {
            display: -webkit-box;
            display: flex
        }

        .nav1view.nav1view-expand-xxl .nav1view-pane .holder {
            display: none
        }

        .nav1view.nav1view-expand-xxl .nav1view-pane .nav1view-menu1-container {
            overflow-y: auto
        }

    .nav1view.nav1view-expand-xxl .nav1view-content {
        margin-left: 280px
    }

    .nav1view.nav1view-expand-xxl .badges {
        display: -webkit-box;
        display: flex
    }

    .nav1view.nav1view-expand-xxl .data-box {
        display: block
    }
}

.nav1view.compacted .nav1view-menu1 .nav1view-menu1, .nav1view.js-compact:not(.expanded) .nav1view-menu1 .nav1view-menu1 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    max-width: 280px
}

    .nav1view.compacted .nav1view-menu1 .nav1view-menu1 .caption, .nav1view.js-compact:not(.expanded) .nav1view-menu1 .nav1view-menu1 .caption {
        display: block !important
    }

    .nav1view.compacted .nav1view-menu1 .nav1view-menu1 .item-header, .nav1view.js-compact:not(.expanded) .nav1view-menu1 .nav1view-menu1 .item-header {
        display: block !important
    }

.nav1view.compacted .nav1view-pane > .nav1view-menu1-container > .nav1view-menu1 > li > a > .caption, .nav1view.js-compact .nav1view-pane > .nav1view-menu1-container > .nav1view-menu1 > li > a > .caption {
    display: none
}

.nav1view.compacted .nav1view-pane > .nav1view-menu1-container > .nav1view-menu1 > li > a > .icon:hover + .caption, .nav1view.js-compact .nav1view-pane > .nav1view-menu1-container > .nav1view-menu1 > li > a > .icon:hover + .caption {
    display: block !important;
    position: absolute;
    left: calc(100% + 0px);
    background-color: inherit;
    padding: 0 16px
}

.notify-container {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 1081;
    width: auto
}

    .notify-container.position-left {
        right: auto;
        left: 0
    }

    .notify-container.position-bottom, .notify-container.position-top {
        width: 100% !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .notify-container.position-bottom {
        top: auto;
        bottom: 0
    }

.notify {
    display: block;
    background-color: #fff;
    color: #1d1d1d;
    padding: .5rem;
    margin: .25rem;
    border: 1px solid #dfdfdf;
    cursor: pointer
}

.notify-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.notify-message {
    font-size: .9rem;
    font-weight: 400
}

.pagination {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none inside;
    margin: 0 -.25rem 1rem -.25rem;
    padding: 0;
    -webkit-user-select: none;
    user-select: none
}

    .pagination .page-item {
        cursor: pointer;
        display: list-item;
        background-color: #fff;
        color: #1d1d1d;
        border: 1px solid #dfdfdf;
        margin: .25rem;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

    .pagination .page-link {
        display: block;
        position: relative;
        padding: .5rem .75rem;
        line-height: 1;
        font-size: 1rem;
        text-decoration: none;
        color: inherit;
        background-color: inherit
    }

    .pagination .page-item.service:hover, .pagination .page-item:hover {
        background-color: rgba(29,29,29,.1)
    }

    .pagination .page-item.no-link {
        pointer-events: none;
        cursor: default;
        border-color: transparent
    }

        .pagination .page-item.no-link:hover {
            background-color: #fff !important;
            border-color: transparent;
            color: #1d1d1d
        }

    .pagination .page-item.disabled {
        pointer-events: none;
        color: #e4e4e4
    }

    .pagination .page-item.active {
        background-color: #e4e4e4
    }

    .pagination.rounded .page-item {
        border-radius: .25rem
    }

    .pagination.no-gap {
        margin: 0 0 1rem 0
    }

        .pagination.no-gap .page-item {
            margin: -1px
        }

        .pagination.no-gap .no-link {
            margin: -1px 1px
        }

        .pagination.no-gap.rounded .page-item {
            border-radius: 0
        }

            .pagination.no-gap.rounded .page-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem
            }

            .pagination.no-gap.rounded .page-item:last-child {
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem
            }

    .pagination.size-large .page-link {
        padding: .75rem 1.5rem;
        font-size: 1.25rem
    }

    .pagination.size-small .page-link {
        padding: .25rem .5rem;
        font-size: .875rem
    }

.panel {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    position: relative;
    background-color: #fff;
    border: 1px solid #dfdfdf
}

    .panel .panel-content, .panel .panel-title {
        position: relative
    }

    .panel .panel-title {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        order: 1;
        height: 2.625rem;
        border-bottom: 1px solid #dfdfdf;
        line-height: 2.625rem;
        cursor: default;
        flex-shrink: 0
    }

        .panel .panel-title .icon {
            -webkit-box-ordinal-group: 2;
            order: 1;
            height: 2.625rem;
            line-height: 2.625rem;
            width: 2.625rem;
            border-right: 1px solid #dfdfdf;
            flex-shrink: 0;
            color: inherit;
            text-align: center
        }

        .panel .panel-title img.icon {
            padding: .625rem
        }

        .panel .panel-title .caption {
            -webkit-box-ordinal-group: 3;
            order: 2;
            width: 100%;
            padding: 0 .8125rem;
            color: inherit;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .panel .panel-title .dropdown-toggle1 {
            -webkit-box-ordinal-group: 5;
            order: 4;
            height: 100%;
            width: 2.625rem;
            border-left: 1px solid #dfdfdf;
            flex-shrink: 0
        }

        .panel .panel-title .custom-buttons {
            -webkit-box-ordinal-group: 4;
            order: 3;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row nowrap
        }

        .panel .panel-title .btn-custom {
            width: 42px;
            height: 42px;
            display: -webkit-box;
            display: flex;
            position: relative;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center
        }

            .panel .panel-title .btn-custom > * {
                line-height: 1;
                width: 16px;
                height: 16px;
                font-size: 16px
            }

            .panel .panel-title .btn-custom:active, .panel .panel-title .btn-custom:focus {
                -webkit-box-shadow: none !important;
                box-shadow: none !important
            }

    .panel .panel-content {
        display: block;
        -webkit-box-ordinal-group: 3;
        order: 2;
        height: auto;
        padding: .5rem
    }

.popover {
    display: block;
    min-width: 12.5rem;
    height: auto;
    position: fixed;
    background-color: #fff;
    color: #1d1d1d;
    z-index: 1060;
    border: 1px solid #dfdfdf;
    cursor: default;
    padding: .8125rem;
    max-width: calc(100% - 32px)
}

    .popover > * {
        max-width: 100%
    }

    .popover .popover-content {
        display: block;
        position: relative;
        z-index: 50
    }

    .popover .popover-close-button {
        z-index: 100;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 26px
    }

.post-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap
}

    .post-card .left, .post-card .right {
        flex-shrink: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-basis: 50%;
        width: 50%;
        height: 100%;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: relative;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .post-card .left {
        -webkit-transform: perspective(1600px) rotateY(25deg);
        transform: perspective(1600px) rotateY(25deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        border-right: 1px solid #f8f8f8
    }

    .post-card .right {
        -webkit-transform: perspective(1600px) rotateY(-25deg);
        transform: perspective(1600px) rotateY(-25deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        border-left: 1px solid #f8f8f8
    }

    .post-card.effect-on-active.active > .left, .post-card.effect-on-hover:hover > .left {
        -webkit-transform: perspective(1600px) rotateY(0);
        transform: perspective(1600px) rotateY(0)
    }

    .post-card.effect-on-active.active > .right, .post-card.effect-on-hover:hover > .right {
        -webkit-transform: perspective(1600px) rotateY(-35deg);
        transform: perspective(1600px) rotateY(-35deg)
    }

    .post-card.effect-on-active.active.rotate-to-left > .right, .post-card.effect-on-hover:hover.rotate-to-left > .right {
        -webkit-transform: perspective(1600px) rotateY(0);
        transform: perspective(1600px) rotateY(0)
    }

    .post-card.effect-on-active.active.rotate-to-left > .left, .post-card.effect-on-hover:hover.rotate-to-left > .left {
        -webkit-transform: perspective(1600px) rotateY(35deg);
        transform: perspective(1600px) rotateY(35deg)
    }

.progress {
    display: block;
    position: relative;
    width: 100%;
    height: 12px;
    background-color: #eee;
    overflow: hidden
}

    .progress.with-load {
        background: 0 0
    }

    .progress .bar, .progress .buffer, .progress .load {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3
    }

    .progress .load {
        width: 100%;
        -webkit-animation: progress-loading 3s infinite linear;
        animation: progress-loading 3s infinite linear;
        background: radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);
        background-size: 12px 12px;
        z-index: 1;
        margin-top: -1px
    }

    .progress .buffer {
        z-index: 2;
        background-color: #ce352c
    }

    .progress .bar {
        z-index: 3;
        background: #60a917
    }

    .progress.line {
        background-color: #b3d4fc;
        display: -webkit-box;
        display: flex
    }

        .progress.line::before {
            height: 100%;
            width: 100%;
            background-color: #004d6f;
            content: '';
            -webkit-animation: running-progress 2s cubic-bezier(.4,0,.2,1) infinite;
            animation: running-progress 2s cubic-bezier(.4,0,.2,1) infinite
        }

    .progress .value {
        display: block;
        float: left;
        position: absolute;
        z-index: 5;
        font-size: 11px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 4px
    }

        .progress .value.centered {
            left: 50%;
            -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0)
        }

    .progress.small {
        height: 6px
    }

        .progress.small .load {
            background-size: 6px 6px
        }

@-webkit-keyframes progress-loading {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        background-position: -200px -23px
    }
}

@keyframes progress-loading {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        background-position: -200px -23px
    }
}

@-webkit-keyframes running-progress {
    0% {
        margin-left: 0;
        margin-right: 100%
    }

    50% {
        margin-left: 25%;
        margin-right: 0
    }

    100% {
        margin-left: 100%;
        margin-right: 0
    }
}

@keyframes running-progress {
    0% {
        margin-left: 0;
        margin-right: 100%
    }

    50% {
        margin-left: 25%;
        margin-right: 0
    }

    100% {
        margin-left: 100%;
        margin-right: 0
    }
}

.radio {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 36px
}

    .radio input {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .radio .caption, .radio .check {
        display: block;
        line-height: 1;
        font-size: 14px;
        margin: 0 4px;
        position: relative
    }

    .radio .check {
        border: 2px #d9d9d9 solid;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        flex-shrink: 0;
        line-height: 36px
    }

        .radio .check::before {
            position: absolute;
            vertical-align: middle;
            font-size: 0;
            content: "";
            width: 6px;
            height: 6px;
            color: transparent;
            background-color: #fff;
            border: 2px solid #fff;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            margin-left: -3px;
            margin-top: -3px;
            display: none;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    .radio input[type=radio]:checked ~ .check {
        border-color: #1d1d1d;
        background-color: #1d1d1d
    }

        .radio input[type=radio]:checked ~ .check::before {
            display: block
        }

    .radio input[type=radio]:disabled ~ .check {
        border-color: #e9e9e9;
        background-color: #e9e9e9
    }

    .radio .check {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .radio .caption {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .radio.caption-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-flow: row-reverse nowrap
    }

    .radio.invalid, .radio.required, .radio.valid {
        border: none !important
    }

        .radio.invalid::after {
            display: none
        }

    .radio:active input[type=radio]:not(:disabled) ~ .check::after, .radio:focus input[type=radio]:not(:disabled) ~ .check::after {
        display: block;
        content: "";
        position: absolute;
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%;
        background-color: rgba(187,187,187,.5);
        opacity: .3;
        top: 50%;
        left: 50%;
        margin-top: -1.5625rem;
        margin-left: -1.5625rem
    }

    .radio.style2 input[type=radio]:checked ~ .check {
        border-color: #1d1d1d;
        background-color: #fff
    }

    .radio.style2 .check {
        border-color: #989898
    }

        .radio.style2 .check::before {
            background-color: #1d1d1d;
            border: 2px solid #1d1d1d;
            width: 8px;
            height: 8px;
            margin-left: -4px;
            margin-top: -4px
        }

    .radio.style2 input[type=radio]:disabled ~ .check {
        border-color: #e9e9e9;
        background-color: #fff
    }

        .radio.style2 input[type=radio]:disabled ~ .check::before {
            background-color: #e9e9e9;
            border-color: #e9e9e9
        }

    .radio.transition-on .check {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .radio.transition-on input[type=radio]:checked ~ .check {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .radio .check.focused {
        -webkit-box-shadow: 0 0 0 3px rgba(228,228,228,.45);
        box-shadow: 0 0 0 3px rgba(228,228,228,.45)
    }

.rating {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    cursor: default;
    font-size: 16px
}

    .rating input {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .rating .result, .rating .stars, .rating .title {
        display: block;
        position: relative
    }

    .rating .stars {
        margin: 0;
        padding: 0;
        list-style: none inside;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center
    }

        .rating .stars li {
            display: block;
            position: relative;
            color: #bebebe;
            width: 24px;
            height: 24px;
            line-height: 24px;
            font-size: 24px;
            -webkit-transition: color .3s linear;
            transition: color .3s linear
        }

            .rating .stars li::before {
                position: absolute;
                content: '\2605';
                display: block;
                z-index: 1;
                left: 0
            }

            .rating .stars li.half::after {
                left: 0;
                display: block;
                position: absolute;
                content: '\2605';
                width: .42em;
                z-index: 2;
                overflow: hidden
            }

            .rating .stars li.half.half-10::after {
                width: .1em
            }

            .rating .stars li.half.half-20::after {
                width: .2em
            }

            .rating .stars li.half.half-30::after {
                width: .3em
            }

            .rating .stars li.half.half-40::after {
                width: .4em
            }

            .rating .stars li.half.half-50::after {
                width: .42em
            }

            .rating .stars li.half.half-60::after {
                width: .49em
            }

            .rating .stars li.half.half-70::after {
                width: .6em
            }

            .rating .stars li.half.half-80::after {
                width: .7em
            }

            .rating .stars li.half.half-90::after {
                width: .8em
            }

    .rating .result {
        font-size: .8em;
        margin-left: 10px
    }

    .rating .title {
        margin-right: 10px
    }

    .rating .stars {
        cursor: default
    }

        .rating .stars li.half::after, .rating .stars li.on {
            color: #1d1d1d
        }

    .rating:not(.static) .stars {
        cursor: pointer
    }

        .rating:not(.static) .stars:hover li {
            color: #1d1d1d
        }

        .rating:not(.static) .stars li:hover ~ li {
            color: #bebebe !important
        }

        .rating:not(.static) .stars li.scale {
            -webkit-animation: star-scale .3s ease-in-out;
            animation: star-scale .3s ease-in-out
        }
