﻿@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");

a {
    color: #a5304d
}

    a:hover {
        color: #8e2b44;
        text-decoration: none
    }

p {
    margin: 0
}

img {
    max-width: 100%
}

b, strong {
    font-weight: 500
}

.nooutline {
    outline: none !important
}

body, html {
    height: 100%
}


.bf {
    position: relative;
    height: 100%
}

@media screen and (min-width: 992px) {
    .bf {
        padding-left: 4rem
    }
}

.bf-main {
    position: relative
}

@media screen and (min-width: 992px) {
    .bf-main {
        min-height: 100%;
        padding-left: 16rem
    }
}

.bf-body {
    width: 100%
}

.bf-content {
    padding: 2rem
}

@media screen and (min-width: 992px) {
    .bf-content-boxed {
        max-width: 38rem;
        width: 100%
    }
}

.bf-header {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    line-height: 3rem;
    height: 3rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 1rem;
    position: relative
}

    .bf-header .fa {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        transition: transform ease-out .25s
    }

    .bf-header span {
        padding-left: .25rem
    }

    .bf-header.active .fa-chevron-down {
        transform: translateY(-50%) rotateX(180deg)
    }

    .bf-header.active .fa-sliders {
        transform: translateY(-50%) rotateY(180deg)
    }

.bf-title {
    margin-bottom: 1.5rem;
    position: relative
}

    .bf-title::after {
        content: "";
        width: 100%;
        position: absolute;
        height: 2px;
        background-color: #ddd;
        left: 0;
        top: .875rem;
        right: 0;
        display: block
    }

    .bf-title span {
        display: inline-block;
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding-right: .5rem;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 2rem;
        color: #666
    }

.bf-sidebar {
    background-color: #f2f2f2
}

@media screen and (min-width: 992px) {
    .bf-sidebar {
        min-height: 100%;
        width: 16rem;
        position: fixed;
        left: 4rem;
        top: 0;
        bottom: 0;
        overflow-y: auto
    }
}

.bf-taskbar {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #a5304d;
    color: #fff;
    z-index: 1001
}

    .bf-taskbar .taskbar-item {
        opacity: .5;
        transition: opacity ease-in .1s
    }

        .bf-taskbar .taskbar-item.active, .bf-taskbar .taskbar-item:hover {
            opacity: 1
        }

    .bf-taskbar .taskbar-item-link {
        display: block;
        height: 100%;
        color: #fff;
        width: 100%;
        border: 0;
        background: 0;
        cursor: pointer;
        outline: none;
        position: relative;
        padding: 0
    }

    .bf-taskbar .taskbar-item-icon {
        display: block;
        font-size: 1.1875rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .bf-taskbar .taskbar-item-img {
        display: block;
        font-size: 0;
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        overflow: hidden
    }

        .bf-taskbar .taskbar-item-img img {
            display: block;
            height: 100%;
            width: 100%
        }

@media screen and (min-width: 992px) {
    .bf-taskbar {
        width: 4rem;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0
    }

        .bf-taskbar .taskbar-item {
            height: 4rem;
            width: 100%
        }
}

@media screen and (max-width: 991px) {
    .bf-taskbar {
        height: 3rem
    }

        .bf-taskbar .taskbar-item {
            width: 3rem;
            height: 100%
        }
}

.bf-toolbar {
    border-bottom: 1px solid #f2f2f2;
    padding: 2rem
}

@media screen and (max-width: 991px) {
    .bf-toolbar {
        padding: 1rem
    }
}

.bf-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .bf-list .custom-control {
        display: block;
        padding: 0;
        margin: 0;
        min-width: 1rem;
        min-height: 1rem;
        width: 1rem;
        height: 1rem
    }

    .bf-list .custom-control-indicator {
        top: 0;
        left: 0
    }

.bf-list-item {
    position: relative;
    height: 3rem;
    padding: 0 2rem;
    border-bottom: 1px solid #f8f8f8
}

    .bf-list-item:hover {
        background-color: #fafafa
    }

@media screen and (max-width: 991px) {
    .bf-list-item {
        padding: 0 1rem
    }
}

.bf-list-empty {
    padding: 2rem
}

.bf-list-item-link {
    color: #666;
    height: 3rem;
    line-height: 3rem;
    display: block;
    width: 100%;
    font-size: .875rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

    .bf-list-item-link:focus {
        outline: none
    }

    .bf-list-item-link:focus, .bf-list-item-link:hover {
        color: #a5304d
    }

.bf-list-item-name {
    color: #666;
    height: 3rem;
    line-height: 3rem;
    display: block;
    width: 100%;
    font-size: .875rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.bf-list-item-status {
    font-size: .625rem;
    padding-left: 1rem
}

.bf-list-item-status-draft {
    color: #ff9b00
}

.bf-list-item-status-published {
    color: #00c748
}

.bf-list-item-text, .bf-list-item-date {
    display: block;
    color: #666;
    font-size: .75rem;
    text-transform: uppercase;
    white-space: nowrap
}

.bf-list-item-favorite {
    font-size: .875rem;
    cursor: pointer;
    padding: 0
}

    .bf-list-item-favorite .fa-star-o {
        color: #888
    }

    .bf-list-item-favorite .fa-star {
        color: #ffbe00
    }

    .bf-list-item-favorite:focus, .bf-list-item-favorite:hover {
        outline: none
    }

        .bf-list-item-favorite:focus .fa-star-o, .bf-list-item-favorite:hover .fa-star-o {
            color: #ffbe00
        }

        .bf-list-item-favorite:focus .fa-star, .bf-list-item-favorite:hover .fa-star {
            color: #888
        }

.bf-list-item-show {
    font-size: .875rem;
    color: #888
}

    .bf-list-item-show:focus {
        outline: none
    }

    .bf-list-item-show:focus, .bf-list-item-show:hover {
        color: #a5304d
    }

.bf-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 2rem
}

.bf-pagination-icon {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 1rem
}

@media screen and (max-width: 991px) {
    .bf-pagination {
        padding: 1rem
    }
}

.hide {
    display: none !important
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

/*.btn {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 500;
    padding: 0 1.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: inline-block;
    cursor: pointer
}*/

.btn-sm {
    font-size: .75rem;
    padding: 0 1rem;
    height: 2.25rem;
    line-height: 2.25rem
}

.btn-lg {
    padding: 0 1.25rem;
    height: 3rem;
    line-height: 3rem
}

.btn-rounded {
    border-radius: 5rem
}

.btn-unstyled {
    border: 0;
    background: none;
    cursor: pointer
}

.btn-icon {
    padding: 0;
    width: 3rem
}

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
    font-size: 1rem;
    border-left: 1px solid rgba(0,0,0,0.2)
}

    .btn + .dropdown-toggle-split::after {
        position: relative
    }

.btn .fa {
    font-size: .875rem
}

.btn.disabled, .btn:disabled {
    cursor: default
}



.btn-outline-primary {
    color: #a5304d;
    border-color: #a5304d
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #a5304d;
        border-color: #a5304d
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(142, 43, 68, .5)
    }

    .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        background-color: #8e2b44;
        border-color: #8e2b44;
        box-shadow: none
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #a5304d;
        background-color: transparent;
        border-color: #a5304d
    }

.btn-secondary {
    background-color: #a5aab4;
    border-color: #a5aab4
}

    .btn-secondary:hover {
        background-color: #9298a4;
        border-color: #9298a4
    }

    .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: #9298a4;
        border-color: #9298a4;
        box-shadow: 0 0 0 0.2rem rgba(165,170,180,0.5)
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgba(165,170,180,0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #a5aab4;
        border-color: #a5aab4
    }

.btn-outline-secondary {
    color: #a5aab4;
    border-color: #a5aab4
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #a5aab4;
        border-color: #a5aab4
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgba(165,170,180,0.5)
    }

    .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        background-color: #9298a4;
        border-color: #9298a4;
        box-shadow: none
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #a5aab4;
        background-color: transparent;
        border-color: #a5aab4
    }

.btn-outline-default {
    background: none;
    border-color: #ddd;
    box-shadow: none !important
}

    .btn-outline-default:hover {
        background: #ddd
    }

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    margin-left: -1px
}

.dropdown-menu {
    padding: 0;
    overflow: hidden
}

.dropdown-menu-wide {
    width: 100%;
    min-width: 0
}

.dropdown-item {
    padding: .375rem 1rem;
    border-bottom: 1px solid #eee;
    font-size: .875rem
}

    .dropdown-item:last-child {
        border-bottom: 0
    }

    .dropdown-item:focus {
        outline: none
    }

    .dropdown-item.active, .dropdown-item:active {
        outline: none !important;
        background-color: #a5aab4
    }

.form-group .field-validation-error {
    font-size: .75rem;
    font-weight: 500
}

.form-group-label {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0
}

/*.form-control {
    padding: 0 1rem;
    height: 2.5rem;
    border-color: #ddd;
    background-color: transparent;
    font-size: .875rem
}

    .form-control:focus {
        border-color: #aaa;
        box-shadow: none
    }

.form-control-rounded {
    border-radius: 5rem
}

.form-control-sm {
    padding: 0 .75rem;
    height: 2.25rem
}

.form-control-lg {
    padding: 0 1rem;
    height: 3rem
}*/

textarea.form-control {
    height: auto;
    padding: 1rem
}

.custom-control-single {
    margin: 0;
    padding: 0;
    min-height: 0;
    width: 1rem;
    height: 1rem
}

.custom-control-label::after, .custom-control-label::before {
    top: 0 !important
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(142, 43, 68, 0.25)
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a5304d !important
}

.custom-select-rounded {
    border-radius: 5rem
}

/*select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px)
}*/

.loading {
    text-align: center;
    padding: 1.25rem 0;
    display: none
}

    .loading:after, .loading:before {
        content: "";
        display: table
    }

    .loading:after {
        clear: both
    }

.loading-sm {
    padding: .875rem 0
}

.loading > div {
    float: left;
    width: .5rem;
    height: .5rem;
    margin: 0 .125rem;
    border-radius: 100%;
    background-color: #a5304d;
    -webkit-animation: loading 1s infinite ease-in-out both;
    animation: loading 1s infinite ease-in-out both
}

.loading-white > div {
    background: #fff
}

.loading .loading-dot-1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loading .loading-dot-2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes loading {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes loading {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*.modal .close {
    height: 2.25rem;
    width: 2rem;
    cursor: pointer;
    margin: 0;
    padding: 0
}

    .modal .close:focus {
        outline: none
    }

    .modal .close .fa-times {
        font-size: 1.125rem;
        display: block;
        height: 100%;
        line-height: 2.25rem
    }

.modal .modal-footer, .modal .modal-header {
    padding: .5rem 1rem;
    font-size: .875rem
}

.modal .modal-title {
    font-size: 1rem;
    margin: auto 0
}

.modal .modal-content {
    border: 0;
    overflow: hidden
}

    .modal .modal-content .form-group {
        margin-bottom: 1rem
    }

.modal-backdrop.show {
    opacity: .75
}*/

.tooltip-inner {
    border-radius: .25rem;
    padding: .125rem .5rem .25rem;
    text-transform: uppercase;
    font-size: .75rem
}

.bf-about {
    background: #a5304d;
    color: #fff;
    text-align: center;
    padding: 4rem 1rem 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .bf-about .item-logo {
        width: 7rem;
        margin-bottom: 3rem
    }

    .bf-about .item-title {
        margin-bottom: .5rem
    }

    .bf-about .item-desc {
        line-height: 1.5;
        font-size: .75rem;
        margin-bottom: .5rem
    }

    .bf-about .item-copyright {
        opacity: .5
    }

    .bf-about .item-social {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 3rem
    }

        .bf-about .item-social li {
            display: inline-block
        }

        .bf-about .item-social a {
            opacity: .5;
            color: #fff;
            margin: 0 .25rem
        }

            .bf-about .item-social a:hover {
                opacity: 1
            }

        .bf-about .item-social i {
            font-size: 1.25rem
        }

code[class*="language-"], pre[class*="language-"] {
    color: black;
    background: none;
    text-shadow: 0 1px white;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

    pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
        text-shadow: none;
        background: #b3d4fc
    }

    pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection {
        text-shadow: none;
        background: #b3d4fc
    }

@media print {
    code[class*="language-"], pre[class*="language-"] {
        text-shadow: none
    }
}

pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 1.5rem
}

:not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
    color: slategray
}

.token.punctuation {
    color: #999
}

.namespace {
    opacity: .7
}

.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
    color: #905
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #690
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
    color: #a67f59;
    background: rgba(255,255,255,0.5)
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #07a
}

.token.function {
    color: #DD4A68
}

.token.regex, .token.important, .token.variable {
    color: #e90
}

.token.important, .token.bold {
    font-weight: bold
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
    text-decoration: none;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-shadow: none;
    float: none;
    position: static;
    width: auto;
    height: auto;
    white-space: nowrap;
    cursor: inherit;
    -webkit-tap-highlight-color: transparent;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr;
    max-width: none
}

    .mce-widget button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mce-container *[unselectable] {
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none
    }

.mce-fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity 0.15s linear
}

    .mce-fade.mce-in {
        opacity: 1
    }

.mce-tinymce {
    visibility: inherit !important
}

.mce-fullscreen {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100%;
    z-index: 100
}

div.mce-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.mce-tinymce {
    display: block
}

.mce-wordcount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px
}

div.mce-edit-area {
    background: #FFF;
    filter: none;
    border: none !important
}

.mce-statusbar {
    position: relative
}

    .mce-statusbar .mce-container-body {
        position: relative
    }

.mce-fullscreen .mce-resizehandle {
    display: none
}

.mce-charmap {
    border-collapse: collapse
}

    .mce-charmap td {
        cursor: default;
        border: 1px solid rgba(0,0,0,0.2);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        padding: 2px
    }

        .mce-charmap td div {
            text-align: center
        }

        .mce-charmap td:hover {
            background: #D9D9D9
        }

.mce-grid td.mce-grid-cell div {
    width: 15px;
    height: 15px;
    margin: 0;
    cursor: pointer;
    border-radius: 100%
}

    .mce-grid td.mce-grid-cell div:focus {
        border-color: #a5304d
    }

    .mce-grid td.mce-grid-cell div[disabled] {
        cursor: not-allowed
    }

.mce-grid {
    border-spacing: 2px;
    border-collapse: separate
}

    .mce-grid a {
        display: block;
        border: 1px solid transparent
    }

        .mce-grid a:hover, .mce-grid a:focus {
            border-color: #a5304d
        }

.mce-grid-border {
    margin: 0 4px 0 4px
}

    .mce-grid-border a {
        border-color: #d6d6d6;
        width: 13px;
        height: 13px
    }

        .mce-grid-border a:hover, .mce-grid-border a.mce-active {
            border-color: #a5304d;
            background: #a5304d
        }

.mce-text-center {
    text-align: center
}

div.mce-tinymce-inline {
    width: 100%
}

.mce-colorbtn-trans div {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    line-height: 16px;
    color: #707070
}

.mce-monospace {
    font-family: "Courier New",Courier,monospace
}

.mce-toolbar-grp {
    padding: 2px 0
}

    .mce-toolbar-grp .mce-flow-layout-item {
        margin-bottom: 0
    }

.mce-rtl .mce-wordcount {
    left: 0;
    right: auto
}

.mce-container b {
    font-weight: bold
}

.mce-container p {
    margin-bottom: 5px
}

.mce-container a {
    cursor: pointer;
    color: #2980b9
}

    .mce-container a:hover {
        text-decoration: underline
    }

.mce-container ul {
    margin-left: 15px
}

.mce-container .mce-table-striped {
    border-collapse: collapse;
    margin: 10px
}

    .mce-container .mce-table-striped thead > tr {
        background-color: #fafafa
    }

        .mce-container .mce-table-striped thead > tr th {
            font-weight: bold
        }

    .mce-container .mce-table-striped td, .mce-container .mce-table-striped th {
        padding: 5px
    }

    .mce-container .mce-table-striped tr:nth-child(even) {
        background-color: #fafafa
    }

    .mce-container .mce-table-striped tbody > tr:hover {
        background-color: #e1e1e1
    }

.mce-branding-powered-by {
    background-color: #f0f0f0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 91px;
    height: 9px;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #c5c5c5;
    border-width: 1px 1px 0 1px;
    padding: 6px 6px 0 6px;
    background-image: url("data:image/gif;base64,R0lGODlhXwAJAIABAIiIiAAAACH5BAEKAAEALAAAAABfAAkAAAJxhBGpy+2PUnzqGNpmPNJqDIZSJY4m+KXLF3At2V6xPFfuvMF6J6fINTnhTr9XcaRC6pKvFYlZjDIszaXRSA3ijlXo9AlWindaldSJthJ55XAz6+ZWbVCOdojP77p8J8vlUSI4SHEnaEiYqOhARdhIWAAAOw");
    background-repeat: no-repeat;
    background-position: center center
}

.mce-croprect-container {
    position: absolute;
    top: 0;
    left: 0
}

.mce-croprect-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #fff
}

.mce-croprect-handle-nw {
    border-width: 2px 0 0 2px;
    margin: -2px 0 0 -2px;
    cursor: nw-resize;
    top: 100px;
    left: 100px
}

.mce-croprect-handle-ne {
    border-width: 2px 2px 0 0;
    margin: -2px 0 0 -20px;
    cursor: ne-resize;
    top: 100px;
    left: 200px
}

.mce-croprect-handle-sw {
    border-width: 0 0 2px 2px;
    margin: -20px 2px 0 -2px;
    cursor: sw-resize;
    top: 200px;
    left: 100px
}

.mce-croprect-handle-se {
    border-width: 0 2px 2px 0;
    margin: -20px 0 0 -20px;
    cursor: se-resize;
    top: 200px;
    left: 200px
}

.mce-croprect-handle-move {
    position: absolute;
    cursor: move;
    border: 0
}

.mce-croprect-block {
    opacity: .3;
    filter: alpha(opacity=30);
    zoom: 1;
    position: absolute;
    background: #000
}

.mce-croprect-handle:focus {
    border-color: #a5304d
}

.mce-croprect-handle-move:focus {
    outline: 1px solid #a5304d
}

.mce-imagepanel {
    overflow: auto;
    background: #000
}

.mce-imagepanel-bg {
    position: absolute;
    background: url("data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==")
}

.mce-imagepanel img {
    position: absolute
}

.mce-imagetool.mce-btn .mce-ico {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    padding: 5px
}

.mce-arrow-up {
    margin-top: 12px
}

.mce-arrow-down {
    margin-top: -12px
}

.mce-arrow:before, .mce-arrow:after {
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    content: ""
}

.mce-arrow.mce-arrow-up:before {
    top: -9px;
    border-bottom-color: rgba(0,0,0,0.2);
    border-width: 0 9px 9px;
    margin-left: -9px
}

.mce-arrow.mce-arrow-down:before {
    bottom: -9px;
    border-top-color: rgba(0,0,0,0.2);
    border-width: 9px 9px 0;
    margin-left: -9px
}

.mce-arrow.mce-arrow-up:after {
    top: -8px;
    border-bottom-color: #f0f0f0;
    border-width: 0 8px 8px;
    margin-left: -8px
}

.mce-arrow.mce-arrow-down:after {
    bottom: -8px;
    border-top-color: #f0f0f0;
    border-width: 8px 8px 0;
    margin-left: -8px
}

.mce-arrow.mce-arrow-left:before, .mce-arrow.mce-arrow-left:after {
    margin: 0
}

.mce-arrow.mce-arrow-left:before {
    left: 8px
}

.mce-arrow.mce-arrow-left:after {
    left: 9px
}

.mce-arrow.mce-arrow-right:before, .mce-arrow.mce-arrow-right:after {
    left: auto;
    margin: 0
}

.mce-arrow.mce-arrow-right:before {
    right: 8px
}

.mce-arrow.mce-arrow-right:after {
    right: 9px
}

.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before {
    left: -9px;
    top: 50%;
    border-right-color: rgba(0,0,0,0.2);
    border-width: 9px 9px 9px 0;
    margin-top: -9px
}

.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after {
    left: -8px;
    top: 50%;
    border-right-color: #f0f0f0;
    border-width: 8px 8px 8px 0;
    margin-top: -8px
}

.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left {
    margin-left: 12px
}

.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before {
    right: -9px;
    top: 50%;
    border-left-color: rgba(0,0,0,0.2);
    border-width: 9px 0 9px 9px;
    margin-top: -9px
}

.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after {
    right: -8px;
    top: 50%;
    border-left-color: #f0f0f0;
    border-width: 8px 0 8px 8px;
    margin-top: -8px
}

.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right {
    margin-left: -14px
}

.mce-edit-aria-container > .mce-container-body {
    display: flex
}

    .mce-edit-aria-container > .mce-container-body .mce-edit-area {
        flex: 1
    }

    .mce-edit-aria-container > .mce-container-body .mce-sidebar > .mce-container-body {
        display: flex;
        align-items: stretch;
        height: 100%
    }

    .mce-edit-aria-container > .mce-container-body .mce-sidebar-panel {
        min-width: 250px;
        max-width: 250px;
        position: relative
    }

        .mce-edit-aria-container > .mce-container-body .mce-sidebar-panel > .mce-container-body {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: auto;
            top: 0;
            left: 0
        }

.mce-sidebar-toolbar {
    border: 0 solid rgba(0,0,0,0.2);
    border-left-width: 1px
}

    .mce-sidebar-toolbar .mce-btn.mce-active, .mce-sidebar-toolbar .mce-btn.mce-active:hover {
        border: 1px solid transparent;
        border-color: transparent;
        background-color: #2d8ac7
    }

        .mce-sidebar-toolbar .mce-btn.mce-active button, .mce-sidebar-toolbar .mce-btn.mce-active:hover button, .mce-sidebar-toolbar .mce-btn.mce-active button i, .mce-sidebar-toolbar .mce-btn.mce-active:hover button i {
            color: #fff;
            text-shadow: 1px 1px none
        }

.mce-sidebar-panel {
    border: 0 solid rgba(0,0,0,0.2);
    border-left-width: 1px
}

.mce-container, .mce-container-body {
    display: block
}

.mce-autoscroll {
    overflow: hidden
}

.mce-scrollbar {
    position: absolute;
    width: 7px;
    height: 100%;
    top: 2px;
    right: 2px;
    opacity: .4;
    filter: alpha(opacity=40);
    zoom: 1
}

.mce-scrollbar-h {
    top: auto;
    right: auto;
    left: 2px;
    bottom: 2px;
    width: 100%;
    height: 7px
}

.mce-scrollbar-thumb {
    position: absolute;
    background-color: #000;
    border: 1px solid #888;
    border-color: rgba(85,85,85,0.6);
    width: 5px;
    height: 100%
}

.mce-scrollbar-h .mce-scrollbar-thumb {
    width: 100%;
    height: 5px
}

.mce-scrollbar:hover, .mce-scrollbar.mce-active {
    background-color: #AAA;
    opacity: .6;
    filter: alpha(opacity=60);
    zoom: 1
}

.mce-scroll {
    position: relative
}

.mce-panel {
    border: 0 solid #cacaca;
    border: 0 solid rgba(0,0,0,0.2);
    background-color: #f0f0f0
}

.mce-floatpanel {
    position: absolute;
    border-radius: .25rem
}

    .mce-floatpanel.mce-fixed {
        position: fixed
    }

    .mce-floatpanel .mce-arrow, .mce-floatpanel .mce-arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .mce-floatpanel .mce-arrow {
        border-width: 11px
    }

        .mce-floatpanel .mce-arrow:after {
            border-width: 10px;
            content: ""
        }

    .mce-floatpanel.mce-popover {
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background: transparent;
        top: 0;
        left: 0;
        background: #FFF;
        border: 1px solid rgba(0,0,0,0.2);
        border: 1px solid rgba(0,0,0,0.25)
    }

        .mce-floatpanel.mce-popover.mce-bottom {
            margin-top: 10px;
            *margin-top: 0
        }

            .mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
                left: 50%;
                margin-left: -11px;
                border-top-width: 0;
                border-bottom-color: rgba(0,0,0,0.2);
                border-bottom-color: rgba(0,0,0,0.25);
                top: -11px
            }

                .mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
                    top: 1px;
                    margin-left: -10px;
                    border-top-width: 0;
                    border-bottom-color: #FFF
                }

            .mce-floatpanel.mce-popover.mce-bottom.mce-start {
                margin-left: -22px
            }

                .mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
                    left: 20px
                }

            .mce-floatpanel.mce-popover.mce-bottom.mce-end {
                margin-left: 22px
            }

                .mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow {
                    right: 10px;
                    left: auto
                }

.mce-fullscreen {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100%
}

div.mce-fullscreen {
    position: fixed;
    top: 0;
    left: 0
}

#mce-modal-block {
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

    #mce-modal-block.mce-in {
        opacity: .75;
        filter: alpha(opacity=75);
        zoom: 1
    }

.mce-window-move {
    cursor: move
}

.mce-window {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: transparent;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.1);
    transition: transform 100ms ease-in,opacity 150ms ease-in;
    border-radius: .25rem;
    border: none;
    overflow: hidden
}

    .mce-window .mce-foot .mce-btn {
        border-radius: 10rem !important;
        width: auto !important
    }

        .mce-window .mce-foot .mce-btn button {
            min-width: 80px !important;
            padding-right: 1rem !important;
            padding-left: 1rem !important
        }

    .mce-window.mce-in {
        transform: scale(1);
        opacity: 1
    }

.mce-window-head {
    padding: 9px 15px;
    border-bottom: 1px solid #c5c5c5;
    position: relative
}

    .mce-window-head .mce-close {
        position: absolute;
        right: 0;
        top: 0;
        height: 38px;
        width: 38px;
        text-align: center;
        cursor: pointer;
        outline: none !important
    }

        .mce-window-head .mce-close i {
            color: #858585
        }

.mce-close:hover i {
    color: red
}

.mce-window-head .mce-title {
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-rendering: optimizelegibility;
    padding-right: 20px
}

.mce-window .mce-container-body {
    display: block
}

.mce-foot {
    display: block;
    background-color: #FFF;
    border-top: 1px solid #c5c5c5
}

.mce-window-head .mce-dragh {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    width: 90%;
    height: 100%
}

.mce-window iframe {
    width: 100%;
    height: 100%
}

.mce-window-body .mce-listbox {
    border-color: #ccc;
    border-radius: .25rem;
    background: none;
    height: 32px !important
}

.mce-rtl .mce-window-head .mce-close {
    position: absolute;
    right: auto;
    left: 15px
}

.mce-rtl .mce-window-head .mce-dragh {
    left: auto;
    right: 0
}

.mce-rtl .mce-window-head .mce-title {
    direction: rtl;
    text-align: right
}

.mce-tooltip {
    position: absolute;
    padding: 5px;
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1
}

.mce-tooltip-inner {
    font-size: 11px;
    background-color: #000;
    color: white;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    white-space: normal
}

.mce-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.mce-tooltip-arrow-n {
    border-bottom-color: #000
}

.mce-tooltip-arrow-s {
    border-top-color: #000
}

.mce-tooltip-arrow-e {
    border-left-color: #000
}

.mce-tooltip-arrow-w {
    border-right-color: #000
}

.mce-tooltip-nw, .mce-tooltip-sw {
    margin-left: -14px
}

.mce-tooltip-ne, .mce-tooltip-se {
    margin-left: 14px
}

.mce-tooltip-n .mce-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.mce-tooltip-nw .mce-tooltip-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.mce-tooltip-ne .mce-tooltip-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.mce-tooltip-s .mce-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.mce-tooltip-sw .mce-tooltip-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.mce-tooltip-se .mce-tooltip-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.mce-tooltip-e .mce-tooltip-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.mce-tooltip-w .mce-tooltip-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.mce-progress {
    display: inline-block;
    position: relative;
    height: 20px
}

    .mce-progress .mce-bar-container {
        display: inline-block;
        width: 100px;
        height: 100%;
        margin-right: 8px;
        border: 1px solid #ccc;
        overflow: hidden
    }

    .mce-progress .mce-text {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        width: 40px;
        color: #333
    }

.mce-bar {
    display: block;
    width: 0;
    height: 100%;
    background-color: #d7d7d7;
    -webkit-transition: width .2s ease;
    transition: width 0.2s ease
}

.mce-notification {
    position: absolute;
    background-color: #F0F0F0;
    padding: 5px;
    margin-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    transition: transform 100ms ease-in,opacity 150ms ease-in;
    opacity: 0
}

    .mce-notification.mce-in {
        opacity: 1
    }

.mce-notification-success {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.mce-notification-info {
    background-color: #d9edf7;
    border-color: #779ECB
}

.mce-notification-warning {
    background-color: #fcf8e3;
    border-color: #faebcc
}

.mce-notification-error {
    background-color: #f2dede;
    border-color: #ebccd1
}

.mce-notification.mce-has-close {
    padding-right: 15px
}

.mce-notification .mce-ico {
    margin-top: 5px
}

.mce-notification-inner {
    display: inline-block;
    font-size: 14px;
    margin: 5px 8px 4px 8px;
    text-align: center;
    white-space: normal;
    color: #31708f
}

    .mce-notification-inner a {
        text-decoration: underline;
        cursor: pointer
    }

.mce-notification .mce-progress {
    margin-right: 8px
}

    .mce-notification .mce-progress .mce-text {
        margin-top: 5px
    }

    .mce-notification *, .mce-notification .mce-progress .mce-text {
        color: #333
    }

    .mce-notification .mce-progress .mce-bar-container {
        border-color: #ccc
    }

        .mce-notification .mce-progress .mce-bar-container .mce-bar {
            background-color: #333
        }

.mce-notification-success *, .mce-notification-success .mce-progress .mce-text {
    color: #3c763d
}

.mce-notification-success .mce-progress .mce-bar-container {
    border-color: #d6e9c6
}

    .mce-notification-success .mce-progress .mce-bar-container .mce-bar {
        background-color: #3c763d
    }

.mce-notification-info *, .mce-notification-info .mce-progress .mce-text {
    color: #31708f
}

.mce-notification-info .mce-progress .mce-bar-container {
    border-color: #779ECB
}

    .mce-notification-info .mce-progress .mce-bar-container .mce-bar {
        background-color: #31708f
    }

.mce-notification-warning *, .mce-notification-warning .mce-progress .mce-text {
    color: #8a6d3b
}

.mce-notification-warning .mce-progress .mce-bar-container {
    border-color: #faebcc
}

    .mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
        background-color: #8a6d3b
    }

.mce-notification-error *, .mce-notification-error .mce-progress .mce-text {
    color: #a94442
}

.mce-notification-error .mce-progress .mce-bar-container {
    border-color: #ebccd1
}

    .mce-notification-error .mce-progress .mce-bar-container .mce-bar {
        background-color: #a94442
    }

.mce-notification .mce-close {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #858585;
    cursor: pointer;
    height: 20px;
    overflow: hidden
}

.mce-abs-layout {
    position: relative
}

body .mce-abs-layout-item, .mce-abs-end {
    position: absolute
}

.mce-abs-end {
    width: 1px;
    height: 1px
}

.mce-container-body.mce-abs-layout {
    overflow: hidden
}

.mce-btn {
    border: 1px solid #b1b1b1;
    border-color: transparent transparent transparent transparent;
    position: relative;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f0f0f0
}

    .mce-btn:hover, .mce-btn:focus {
        color: #333;
        background-color: #e3e3e3;
        border-color: #ccc
    }

    .mce-btn.mce-disabled button, .mce-btn.mce-disabled:hover button {
        cursor: default;
        opacity: .4;
        filter: alpha(opacity=40);
        zoom: 1
    }

    .mce-btn.mce-active, .mce-btn.mce-active:hover {
        background-color: #dbdbdb;
        border-color: #ccc
    }

    .mce-btn:active {
        background-color: #e0e0e0;
        border-color: #ccc
    }

    .mce-btn button {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 20px;
        *line-height: 16px;
        cursor: pointer;
        color: #333;
        text-align: center;
        overflow: visible;
        -webkit-appearance: none
    }

        .mce-btn button::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .mce-btn i {
        text-shadow: 1px 1px none
    }

.mce-primary.mce-btn-has-text {
    min-width: 50px
}

.mce-primary {
    color: #fff;
    border: 1px solid transparent;
    border-color: transparent;
    background-color: #a5304d
}

    .mce-primary:hover, .mce-primary:focus {
        background-color: #8e2b44;
        border-color: transparent
    }

    .mce-primary.mce-disabled button, .mce-primary.mce-disabled:hover button {
        cursor: default;
        opacity: .4;
        filter: alpha(opacity=40);
        zoom: 1
    }

    .mce-primary.mce-active, .mce-primary.mce-active:hover, .mce-primary:not(.mce-disabled):active {
        background-color: #8e2b44
    }

    .mce-primary button, .mce-primary button i {
        color: #fff;
        text-shadow: 1px 1px none
    }

.mce-btn .mce-txt {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.mce-btn-large button {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal
}

.mce-btn-large i {
    margin-top: 2px
}

.mce-btn-small button {
    padding: 1px 5px;
    font-size: 12px;
    *padding-bottom: 2px
}

.mce-btn-small i {
    line-height: 20px;
    vertical-align: top;
    *line-height: 18px
}

.mce-btn .mce-caret {
    margin-top: 8px;
    margin-left: 0
}

.mce-btn-small .mce-caret {
    margin-top: 8px;
    margin-left: 0
}

.mce-caret {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.mce-disabled .mce-caret {
    border-top-color: #aaa
}

.mce-caret.mce-up {
    border-bottom: 4px solid #333;
    border-top: 0
}

.mce-btn-flat {
    border: 0;
    background: transparent;
    filter: none
}

    .mce-btn-flat:hover, .mce-btn-flat.mce-active, .mce-btn-flat:focus, .mce-btn-flat:active {
        border: 0;
        background: #e6e6e6;
        filter: none
    }

.mce-btn-has-text .mce-ico {
    padding-right: 5px
}

.mce-rtl .mce-btn button {
    direction: rtl
}

.mce-btn-group .mce-btn {
    border-width: 1px;
    margin: 0;
    margin-left: 2px
}

.mce-btn-group:not(:first-child) {
    border-left: 1px solid #d9d9d9;
    padding-left: 3px;
    margin-left: 3px
}

.mce-btn-group .mce-first {
    margin-left: 0
}

.mce-btn-group .mce-btn.mce-flow-layout-item {
    margin: 0
}

.mce-rtl .mce-btn-group .mce-btn {
    margin-left: 0;
    margin-right: 2px
}

.mce-rtl .mce-btn-group .mce-first {
    margin-right: 0
}

.mce-rtl .mce-btn-group:not(:first-child) {
    border-left: none;
    border-right: 1px solid #d9d9d9;
    padding-right: 4px;
    margin-right: 4px
}

.mce-checkbox {
    cursor: pointer
}

i.mce-i-checkbox {
    margin: 0 3px 0 0;
    border: 1px solid #c5c5c5;
    background-color: #f0f0f0;
    text-indent: -10em;
    *font-size: 0;
    *line-height: 0;
    *text-indent: 0;
    overflow: hidden
}

.mce-checked i.mce-i-checkbox {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    text-indent: 0
}

.mce-checkbox:focus i.mce-i-checkbox, .mce-checkbox.mce-focus i.mce-i-checkbox {
    border: 1px solid rgba(82,168,236,0.8)
}

.mce-checkbox.mce-disabled .mce-label, .mce-checkbox.mce-disabled i.mce-i-checkbox {
    color: #acacac
}

.mce-checkbox .mce-label {
    vertical-align: middle
}

.mce-rtl .mce-checkbox {
    direction: rtl;
    text-align: right
}

.mce-rtl i.mce-i-checkbox {
    margin: 0 0 0 3px
}

.mce-combobox {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *height: 32px
}

    .mce-combobox input {
        border: 1px solid #c5c5c5;
        border-right-color: #c5c5c5;
        height: 32px;
        border-radius: .25rem
    }

    .mce-combobox.mce-disabled input {
        color: #adadad
    }

    .mce-combobox .mce-btn {
        border: 1px solid #c5c5c5;
        border-left: 0;
        margin: 0
    }

    .mce-combobox button {
        padding-right: 8px;
        padding-left: 8px
    }

    .mce-combobox.mce-disabled .mce-btn button {
        cursor: default;
        opacity: .4;
        filter: alpha(opacity=40);
        zoom: 1
    }

    .mce-combobox .mce-status {
        position: absolute;
        right: 2px;
        top: 50%;
        line-height: 16px;
        margin-top: -8px;
        font-size: 12px;
        width: 15px;
        height: 15px;
        text-align: center;
        cursor: pointer
    }

    .mce-combobox.mce-has-status input {
        padding-right: 20px
    }

    .mce-combobox.mce-has-open .mce-status {
        right: 37px
    }

    .mce-combobox .mce-status.mce-i-warning {
        color: #c09853
    }

    .mce-combobox .mce-status.mce-i-checkmark {
        color: #468847
    }

.mce-menu.mce-combobox-menu {
    border-top: 0;
    margin-top: 0;
    max-height: 200px
}

    .mce-menu.mce-combobox-menu .mce-menu-item {
        padding: 4px 6px 4px 4px;
        font-size: 11px
    }

    .mce-menu.mce-combobox-menu .mce-menu-item-sep {
        padding: 0
    }

    .mce-menu.mce-combobox-menu .mce-text {
        font-size: 11px
    }

    .mce-menu.mce-combobox-menu .mce-menu-item-link, .mce-menu.mce-combobox-menu .mce-menu-item-link b {
        font-size: 11px
    }

    .mce-menu.mce-combobox-menu .mce-text b {
        font-size: 11px
    }

.mce-colorbox i {
    border: 1px solid #c5c5c5;
    width: 14px;
    height: 14px
}

.mce-colorbutton .mce-ico {
    position: relative
}

.mce-colorbutton-grid {
    margin: 4px
}

.mce-colorbutton button {
    padding-right: 6px;
    padding-left: 6px
}

.mce-colorbutton .mce-preview {
    padding-right: 3px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: 7px;
    background: gray;
    width: 13px;
    height: 2px;
    overflow: hidden
}

.mce-colorbutton.mce-btn-small .mce-preview {
    margin-left: -16px;
    padding-right: 0;
    width: 16px
}

.mce-colorbutton .mce-open {
    padding-left: 4px;
    padding-right: 4px;
    border-left: 1px solid transparent
}

.mce-colorbutton:hover .mce-open {
    border-color: #ccc
}

.mce-colorbutton.mce-btn-small .mce-open {
    padding: 0 3px 0 3px
}

.mce-rtl .mce-colorbutton {
    direction: rtl
}

    .mce-rtl .mce-colorbutton .mce-preview {
        margin-left: 0;
        padding-right: 0;
        padding-left: 3px
    }

    .mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
        margin-left: 0;
        padding-right: 0;
        padding-left: 2px
    }

    .mce-rtl .mce-colorbutton .mce-open {
        padding-left: 4px;
        padding-right: 4px;
        border-left: 0
    }

.mce-colorpicker {
    position: relative;
    width: 250px;
    height: 220px
}

.mce-colorpicker-sv {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    border: 1px solid #c5c5c5;
    cursor: crosshair;
    overflow: hidden
}

.mce-colorpicker-h-chunk {
    width: 100%
}

.mce-colorpicker-overlay1, .mce-colorpicker-overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mce-colorpicker-overlay1 {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
    background: linear-gradient(to right, #fff, rgba(255,255,255,0))
}

.mce-colorpicker-overlay2 {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
    background: linear-gradient(to bottom, transparent, #000)
}

.mce-colorpicker-selector1 {
    background: none;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: -8px 0 0 -8px;
    border: 1px solid black;
    border-radius: 50%
}

.mce-colorpicker-selector2 {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 50%
}

.mce-colorpicker-h {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.5%;
    height: 100%;
    border: 1px solid #c5c5c5;
    cursor: crosshair
}

.mce-colorpicker-h-marker {
    margin-top: -4px;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    border: 1px solid #333;
    background: #fff;
    height: 4px;
    z-index: 100
}

.mce-path {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 8px;
    white-space: normal
}

    .mce-path .mce-txt {
        display: inline-block;
        padding-right: 3px
    }

    .mce-path .mce-path-body {
        display: inline-block
    }

.mce-path-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    color: #333
}

    .mce-path-item:hover {
        text-decoration: underline
    }

    .mce-path-item:focus {
        background: #666;
        color: #fff
    }

.mce-path .mce-divider {
    display: inline
}

.mce-disabled .mce-path-item {
    color: #aaa
}

.mce-rtl .mce-path {
    direction: rtl
}

.mce-fieldset {
    border: 0 solid #9E9E9E
}

    .mce-fieldset > .mce-container-body {
        margin-top: -15px
    }

.mce-fieldset-title {
    margin-left: 5px;
    padding: 0 5px 0 5px
}

.mce-fit-layout {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.mce-fit-layout-item {
    position: absolute
}

.mce-flow-layout-item {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.mce-flow-layout-item {
    margin: 2px 0 2px 2px
}

    .mce-flow-layout-item.mce-last {
        margin-right: 2px
    }

.mce-flow-layout {
    white-space: normal
}

.mce-tinymce-inline .mce-flow-layout {
    white-space: nowrap
}

.mce-rtl .mce-flow-layout {
    text-align: right;
    direction: rtl
}

.mce-rtl .mce-flow-layout-item {
    margin: 2px 2px 2px 0
}

    .mce-rtl .mce-flow-layout-item.mce-last {
        margin-left: 2px
    }

.mce-iframe {
    border: 0 solid rgba(0,0,0,0.2);
    width: 100%;
    height: 100%
}

.mce-infobox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    overflow: hidden;
    border: 1px solid red
}

    .mce-infobox div {
        display: block;
        margin: 5px
    }

        .mce-infobox div button {
            position: absolute;
            top: 50%;
            right: 4px;
            cursor: pointer;
            margin-top: -8px;
            display: none
        }

            .mce-infobox div button:focus {
                outline: 2px solid #ccc
            }

    .mce-infobox.mce-has-help div {
        margin-right: 25px
    }

    .mce-infobox.mce-has-help button {
        display: block
    }

    .mce-infobox.mce-success {
        background: #dff0d8;
        border-color: #d6e9c6
    }

        .mce-infobox.mce-success div {
            color: #3c763d
        }

    .mce-infobox.mce-warning {
        background: #fcf8e3;
        border-color: #faebcc
    }

        .mce-infobox.mce-warning div {
            color: #8a6d3b
        }

    .mce-infobox.mce-error {
        background: #f2dede;
        border-color: #ebccd1
    }

        .mce-infobox.mce-error div {
            color: #a94442
        }

.mce-rtl .mce-infobox div {
    text-align: right;
    direction: rtl
}

.mce-label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    overflow: hidden
}

    .mce-label.mce-autoscroll {
        overflow: auto
    }

    .mce-label.mce-disabled {
        color: #aaa
    }

    .mce-label.mce-multiline {
        white-space: pre-wrap
    }

    .mce-label.mce-success {
        color: #468847
    }

    .mce-label.mce-warning {
        color: #c09853
    }

    .mce-label.mce-error {
        color: #b94a48
    }

.mce-rtl .mce-label {
    text-align: right;
    direction: rtl
}

.mce-menubar .mce-menubtn {
    border-color: transparent;
    background: transparent;
    filter: none
}

    .mce-menubar .mce-menubtn button {
        color: #333
    }

.mce-menubar {
    border: 1px solid rgba(217,217,217,0.52)
}

    .mce-menubar .mce-menubtn button span {
        color: #333
    }

    .mce-menubar .mce-caret {
        border-top-color: #333
    }

    .mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus {
        border-color: #ccc;
        background: #fff;
        filter: none
    }

.mce-menubtn button {
    color: #333
}

.mce-menubtn.mce-btn-small span {
    font-size: 12px
}

.mce-menubtn.mce-fixed-width span {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 90px
}

.mce-menubtn.mce-fixed-width.mce-btn-small span {
    width: 70px
}

.mce-menubtn .mce-caret {
    *margin-top: 6px
}

.mce-rtl .mce-menubtn button {
    direction: rtl;
    text-align: right
}

.mce-menu-item {
    display: block;
    padding: 6px;
    clear: both;
    font-weight: normal;
    line-height: 1;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    border-left: 0 solid transparent;
    margin-bottom: 0
}

    .mce-menu-item .mce-ico, .mce-menu-item .mce-text {
        color: #333
    }

    .mce-menu-item.mce-disabled .mce-text, .mce-menu-item.mce-disabled .mce-ico {
        color: #adadad
    }

    .mce-menu-item:hover .mce-text, .mce-menu-item.mce-selected .mce-text, .mce-menu-item:focus .mce-text {
        color: #fff
    }

    .mce-menu-item:hover .mce-ico, .mce-menu-item.mce-selected .mce-ico, .mce-menu-item:focus .mce-ico {
        color: #fff
    }

    .mce-menu-item.mce-disabled:hover {
        background: #CCC
    }

.mce-menu-shortcut {
    display: inline-block;
    color: #adadad
}

.mce-menu-shortcut {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 15px 0 20px
}

.mce-menu-item:hover .mce-menu-shortcut, .mce-menu-item.mce-selected .mce-menu-shortcut, .mce-menu-item:focus .mce-menu-shortcut {
    color: #fff
}

.mce-menu-item .mce-caret {
    margin-top: 4px;
    *margin-top: 3px;
    margin-right: 6px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333
}

.mce-menu-item.mce-selected .mce-caret, .mce-menu-item:focus .mce-caret, .mce-menu-item:hover .mce-caret {
    border-left-color: #fff
}

.mce-menu-align .mce-menu-shortcut {
    *margin-top: -2px
}

.mce-menu-align .mce-menu-shortcut, .mce-menu-align .mce-caret {
    position: absolute;
    right: 0
}

.mce-menu-item.mce-active i {
    visibility: visible
}

.mce-menu-item-normal.mce-active {
    background-color: #8e2b44
}

.mce-menu-item-preview.mce-active {
    border-left: 5px solid #aaa
}

.mce-menu-item-normal.mce-active .mce-text {
    color: #fff
}

.mce-menu-item-normal.mce-active:hover .mce-text, .mce-menu-item-normal.mce-active:hover .mce-ico {
    color: #fff
}

.mce-menu-item-normal.mce-active:focus .mce-text, .mce-menu-item-normal.mce-active:focus .mce-ico {
    color: #fff
}

.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
    text-decoration: none;
    color: white;
    background-color: #a5304d
}

.mce-menu-item-link {
    color: #093;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .mce-menu-item-link b {
        color: #093
    }

.mce-menu-item-ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mce-menu-item:hover *, .mce-menu-item.mce-selected *, .mce-menu-item:focus * {
    color: #fff
}

div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover {
    border: 0;
    padding: 0;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: default;
    filter: none
}

div.mce-menu .mce-menu-item b {
    font-weight: bold
}

.mce-menu-item-indent-1 {
    padding-left: 20px
}

.mce-menu-item-indent-2 {
    padding-left: 35px
}

.mce-menu-item-indent-2 {
    padding-left: 35px
}

.mce-menu-item-indent-3 {
    padding-left: 40px
}

.mce-menu-item-indent-4 {
    padding-left: 45px
}

.mce-menu-item-indent-5 {
    padding-left: 50px
}

.mce-menu-item-indent-6 {
    padding-left: 55px
}

.mce-menu.mce-rtl {
    direction: rtl
}

.mce-rtl .mce-menu-item {
    text-align: right;
    direction: rtl;
    padding: 6px 12px 6px 15px
}

.mce-menu-align.mce-rtl .mce-menu-shortcut, .mce-menu-align.mce-rtl .mce-caret {
    right: auto;
    left: 0
}

.mce-rtl .mce-menu-item .mce-caret {
    margin-left: 6px;
    margin-right: 0;
    border-right: 4px solid #333;
    border-left: 0
}

.mce-rtl .mce-menu-item.mce-selected .mce-caret, .mce-rtl .mce-menu-item:focus .mce-caret, .mce-rtl .mce-menu-item:hover .mce-caret {
    border-left-color: transparent;
    border-right-color: #fff
}

.mce-throbber {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: alpha(opacity=60);
    zoom: 1;
    background: #fff url("img/loader.gif") no-repeat center center
}

.mce-throbber-inline {
    position: static;
    height: 50px
}

.mce-menu .mce-throbber-inline {
    height: 25px;
    background-size: contain
}

.mce-menu {
    position: absolute;
    left: 0;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: transparent;
    z-index: 1000;
    padding: 0;
    margin: 0;
    min-width: 160px;
    background: #fff;
    border: 0;
    z-index: 1002;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    box-shadow: 0 0px 3rem rgba(0,0,0,0.16)
}

    .mce-menu > div {
        width: 100% !important
    }

    .mce-menu i {
        display: none
    }

.mce-menu-has-icons i {
    display: inline-block;
    *display: inline
}

.mce-menu-sub-tr-tl {
    margin: -6px 0 0 -1px
}

.mce-menu-sub-br-bl {
    margin: 6px 0 0 -1px
}

.mce-menu-sub-tl-tr {
    margin: -6px 0 0 1px
}

.mce-menu-sub-bl-br {
    margin: 6px 0 0 1px
}

.mce-listbox button {
    text-align: left;
    padding-right: 20px;
    position: relative
}

.mce-listbox .mce-caret {
    position: absolute;
    margin-top: -2px;
    right: 8px;
    top: 50%
}

.mce-rtl .mce-listbox .mce-caret {
    right: auto;
    left: 8px
}

.mce-rtl .mce-listbox button {
    padding-right: 10px;
    padding-left: 20px
}

.mce-container-body .mce-resizehandle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    visibility: visible;
    cursor: s-resize;
    margin: 0
}

.mce-container-body .mce-resizehandle-both {
    cursor: se-resize
}

i.mce-i-resize {
    color: #333
}

.mce-selectbox {
    background: #fff;
    border: 1px solid #c5c5c5
}

.mce-slider {
    border: 1px solid #AAA;
    background: #EEE;
    width: 100px;
    height: 10px;
    position: relative;
    display: block
}

    .mce-slider.mce-vertical {
        width: 10px;
        height: 100px
    }

.mce-slider-handle {
    border: 1px solid #BBB;
    background: #DDD;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    margin-top: -2px
}

    .mce-slider-handle:focus {
        background: #BBB
    }

.mce-spacer {
    visibility: hidden
}

.mce-splitbtn .mce-open {
    border-left: 1px solid transparent
}

.mce-splitbtn:hover .mce-open {
    border-left-color: #ccc
}

.mce-splitbtn button {
    padding-right: 6px;
    padding-left: 6px
}

.mce-splitbtn .mce-open {
    padding-right: 4px;
    padding-left: 4px
}

    .mce-splitbtn .mce-open.mce-active {
        background-color: #dbdbdb;
        outline: 1px solid #ccc
    }

.mce-splitbtn.mce-btn-small .mce-open {
    padding: 0 3px 0 3px
}

.mce-rtl .mce-splitbtn {
    direction: rtl;
    text-align: right
}

    .mce-rtl .mce-splitbtn button {
        padding-right: 4px;
        padding-left: 4px
    }

    .mce-rtl .mce-splitbtn .mce-open {
        border-left: 0
    }

.mce-stack-layout-item {
    display: block
}

.mce-tabs {
    display: block;
    border-bottom: 1px solid #c5c5c5
}

    .mce-tabs, .mce-tabs + .mce-container-body {
        background: #FFF
    }

.mce-tab {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #c5c5c5;
    border-width: 0 1px 0 0;
    background: #ffffff;
    padding: 8px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    height: 13px;
    cursor: pointer
}

    .mce-tab:hover {
        background: #FDFDFD
    }

    .mce-tab.mce-active {
        background: #FDFDFD;
        border-bottom-color: transparent;
        margin-bottom: -1px;
        height: 14px
    }

.mce-rtl .mce-tabs {
    text-align: right;
    direction: rtl
}

.mce-rtl .mce-tab {
    border-width: 0 0 0 1px
}

.mce-textbox {
    background: #fff;
    border: 1px solid #c5c5c5;
    display: inline-block;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    height: 32px;
    resize: none;
    padding: 0 4px 0 4px;
    white-space: pre-wrap;
    *white-space: pre;
    color: #333;
    border-radius: .25rem;
    cursor: text
}

    .mce-textbox:focus, .mce-textbox.mce-focus {
        border-color: #aaa
    }

.mce-placeholder .mce-textbox {
    color: #aaa
}

.mce-textbox.mce-multiline {
    padding: 4px;
    height: auto
}

.mce-textbox.mce-disabled {
    color: #adadad
}

.mce-rtl .mce-textbox {
    text-align: right;
    direction: rtl
}

.mce-dropzone {
    border: 3px dashed gray;
    text-align: center
}

    .mce-dropzone span {
        color: gray;
        text-transform: uppercase;
        font-family: Verdana;
        display: inline-block;
        vertical-align: middle
    }

    .mce-dropzone:after {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle
    }

    .mce-dropzone.mce-disabled {
        opacity: .4;
        filter: alpha(opacity=40);
        zoom: 1
    }

        .mce-dropzone.mce-disabled.mce-dragenter {
            cursor: not-allowed
        }

.mce-browsebutton {
    position: relative;
    overflow: hidden
}

    .mce-browsebutton button {
        position: relative;
        z-index: 1
    }

    .mce-browsebutton input {
        opacity: 0;
        filter: alpha(opacity=0);
        zoom: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

@font-face {
    font-family: 'tinymce';
    src: url("../js/lib/tinymce/skins/blogifier/fonts/tinymce.eot?hknzmf");
    src: url("../js/lib/tinymce/skins/blogifier/fonts/tinymce.eot?hknzmf#iefix") format("embedded-opentype"),url("../js/lib/tinymce/skins/blogifier/fonts/tinymce.ttf?hknzmf") format("truetype"),url("../js/lib/tinymce/skins/blogifier/fonts/tinymce.woff?hknzmf") format("woff"),url("../js/lib/tinymce/skins/blogifier/fonts/tinymce.svg?hknzmf#tinymce") format("svg");
    font-weight: normal;
    font-style: normal
}

.mce-ico {
    font-family: 'tinymce' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 16px;
    speak: none;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    background: transparent center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    color: #333
}

.mce-i-header:before {
    content: "\e900"
}

.mce-i-save:before {
    content: "\e000"
}

.mce-i-newdocument:before {
    content: "\e001"
}

.mce-i-fullpage:before {
    content: "\e002"
}

.mce-i-alignleft:before {
    content: "\e003"
}

.mce-i-aligncenter:before {
    content: "\e004"
}

.mce-i-alignright:before {
    content: "\e005"
}

.mce-i-alignjustify:before {
    content: "\e006"
}

.mce-i-cut:before {
    content: "\e007"
}

.mce-i-paste:before {
    content: "\e008"
}

.mce-i-searchreplace:before {
    content: "\e009"
}

.mce-i-bullist:before {
    content: "\e00a"
}

.mce-i-numlist:before {
    content: "\e00b"
}

.mce-i-indent:before {
    content: "\e00c"
}

.mce-i-outdent:before {
    content: "\e00d"
}

.mce-i-blockquote:before {
    content: "\e00e"
}

.mce-i-undo:before {
    content: "\e00f"
}

.mce-i-redo:before {
    content: "\e010"
}

.mce-i-link:before {
    content: "\e011"
}

.mce-i-unlink:before {
    content: "\e012"
}

.mce-i-anchor:before {
    content: "\e013"
}

.mce-i-image:before {
    content: "\e014"
}

.mce-i-media:before {
    content: "\e015"
}

.mce-i-help:before {
    content: "\e016"
}

.mce-i-code:before {
    content: "\e017"
}

.mce-i-inserttime:before {
    content: "\e018"
}

.mce-i-preview:before {
    content: "\e019"
}

.mce-i-forecolor:before {
    content: "\e01a"
}

.mce-i-backcolor:before {
    content: "\e01a"
}

.mce-i-table:before {
    content: "\e01b"
}

.mce-i-hr:before {
    content: "\e01c"
}

.mce-i-remove:before {
    content: ""
}

.mce-i-removeformat:before {
    content: "\e01d"
}

.mce-i-sub:before {
    content: "\e01e"
}

.mce-i-sup:before {
    content: "\e01f"
}

.mce-i-charmap:before {
    content: "\e020"
}

.mce-i-emoticons:before {
    content: "\e021"
}

.mce-i-print:before {
    content: "\e022"
}

.mce-i-fullscreen:before {
    content: "\e023"
}

.mce-i-spellchecker:before {
    content: "\e024"
}

.mce-i-nonbreaking:before {
    content: "\e025"
}

.mce-i-template:before {
    content: "\e026"
}

.mce-i-pagebreak:before {
    content: "\e027"
}

.mce-i-restoredraft:before {
    content: "\e028"
}

.mce-i-bold:before {
    content: "\e02a"
}

.mce-i-italic:before {
    content: "\e02b"
}

.mce-i-underline:before {
    content: "\e02c"
}

.mce-i-strikethrough:before {
    content: "\e02d"
}

.mce-i-visualchars:before {
    content: "\e02e"
}

.mce-i-ltr:before {
    content: "\e02f"
}

.mce-i-rtl:before {
    content: "\e030"
}

.mce-i-copy:before {
    content: "\e031"
}

.mce-i-resize:before {
    content: "\e032"
}

.mce-i-checkbox:before, .mce-i-selected:before {
    content: "\e033"
}

.mce-i-browse:before {
    content: "\e034"
}

.mce-i-pastetext:before {
    content: "\e035"
}

.mce-i-gamma:before {
    content: "\e600"
}

.mce-i-orientation:before {
    content: "\e601"
}

.mce-i-invert:before {
    content: "\e602"
}

.mce-i-codesample:before {
    content: "\e603"
}

.mce-i-tablerowprops:before {
    content: "\e604"
}

.mce-i-tablecellprops:before {
    content: "\e605"
}

.mce-i-table2:before {
    content: "\e606"
}

.mce-i-tablemergecells:before {
    content: "\e607"
}

.mce-i-tableinsertcolbefore:before {
    content: "\e608"
}

.mce-i-tableinsertcolafter:before {
    content: "\e609"
}

.mce-i-tableinsertrowbefore:before {
    content: "\e60a"
}

.mce-i-tableinsertrowafter:before {
    content: "\e60b"
}

.mce-i-tablesplitcells:before {
    content: "\e60d"
}

.mce-i-tabledelete:before {
    content: "\e60e"
}

.mce-i-tableleftheader:before {
    content: "\e62a"
}

.mce-i-tabletopheader:before {
    content: "\e62b"
}

.mce-i-tabledeleterow:before {
    content: "\e800"
}

.mce-i-tabledeletecol:before {
    content: "\e801"
}

.mce-i-a11y:before {
    content: "\e901"
}

.mce-i-toc:before {
    content: "\e902"
}

.mce-i-fill:before {
    content: "\e903"
}

.mce-i-borderwidth:before {
    content: "\e904"
}

.mce-i-line:before {
    content: "\e905"
}

.mce-i-count:before {
    content: "\e906"
}

.mce-i-reload:before {
    content: "\e907"
}

.mce-i-translate:before {
    content: "\e908"
}

.mce-i-drag:before {
    content: "\e909"
}

.mce-i-home:before {
    content: "\e90b"
}

.mce-i-books:before {
    content: "\e911"
}

.mce-i-upload:before {
    content: "\e914"
}

.mce-i-editimage:before {
    content: "\e915"
}

.mce-i-bubble:before {
    content: "\e91c"
}

.mce-i-user:before {
    content: "\e91d"
}

.mce-i-lock:before {
    content: "\e926"
}

.mce-i-unlock:before {
    content: "\e927"
}

.mce-i-settings:before {
    content: "\e928"
}

.mce-i-remove2:before {
    content: "\e92a"
}

.mce-i-menu:before {
    content: "\e92d"
}

.mce-i-warning:before {
    content: "\e930"
}

.mce-i-question:before {
    content: "\e931"
}

.mce-i-pluscircle:before {
    content: "\e932"
}

.mce-i-info:before {
    content: "\e933"
}

.mce-i-notice:before {
    content: "\e934"
}

.mce-i-drop:before {
    content: "\e935"
}

.mce-i-minus:before {
    content: "\e939"
}

.mce-i-plus:before {
    content: "\e93a"
}

.mce-i-arrowup:before {
    content: "\e93b"
}

.mce-i-arrowright:before {
    content: "\e93c"
}

.mce-i-arrowdown:before {
    content: "\e93d"
}

.mce-i-arrowup2:before {
    content: "\e93f"
}

.mce-i-arrowdown2:before {
    content: "\e940"
}

.mce-i-menu2:before {
    content: "\e941"
}

.mce-i-newtab:before {
    content: "\e961"
}

.mce-i-rotateleft:before {
    content: "\eaa8"
}

.mce-i-rotateright:before {
    content: "\eaa9"
}

.mce-i-flipv:before {
    content: "\eaaa"
}

.mce-i-fliph:before {
    content: "\eaac"
}

.mce-i-zoomin:before {
    content: "\eb35"
}

.mce-i-zoomout:before {
    content: "\eb36"
}

.mce-i-sharpen:before {
    content: "\eba7"
}

.mce-i-options:before {
    content: "\ec6a"
}

.mce-i-sun:before {
    content: "\eccc"
}

.mce-i-moon:before {
    content: "\eccd"
}

.mce-i-contrast:before {
    content: "\ecd4"
}

.mce-i-remove22:before {
    content: "\ed6a"
}

.mce-i-arrowleft:before {
    content: "\edc0"
}

.mce-i-resize2:before {
    content: "\edf9"
}

.mce-i-crop:before {
    content: "\ee78"
}

.mce-i-insert {
    font-size: 14px
}

.mce-i-selected {
    visibility: hidden
}

i.mce-i-backcolor {
    text-shadow: none;
    background: rgba(0,0,0,0.25)
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #FFF
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px
        }
}

.bf-posts-form-search {
    padding: 2rem
}

    .bf-posts-form-search .form-control {
        background: none;
        padding: 0 1rem
    }

        .bf-posts-form-search .form-control::placeholder {
            text-transform: uppercase;
            font-style: italic;
            font-size: .75rem
        }

.bf-posts-filters {
    padding: 0 2rem 2rem
}

    .bf-posts-filters .custom-control {
        color: #777;
        font-size: .875rem;
        margin: 0;
        min-height: 0;
        height: 1.5rem;
        display: block;
        cursor: pointer
    }

        .bf-posts-filters .custom-control:hover {
            color: #000
        }

    .bf-posts-filters .custom-control-indicator {
        top: .125rem;
        left: 0
    }

    .bf-posts-filters .custom-control-description {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block
    }

    .bf-posts-filters .filter-group {
        margin-bottom: 3rem
    }

        .bf-posts-filters .filter-group:last-child {
            margin-bottom: 0
        }

    .bf-posts-filters .filter-group-list {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .bf-posts-filters .filter-group-list li {
            margin-bottom: .125rem
        }

            .bf-posts-filters .filter-group-list li:last-child {
                margin-bottom: 0
            }

@media screen and (min-width: 992px) {
    .bf-posts-filters {
        margin-top: -0.3125rem
    }

        .bf-posts-filters .filter-group-title {
            position: relative;
            font-weight: 400;
            font-size: .875rem;
            text-transform: uppercase;
            margin-bottom: .75rem;
            line-height: .75rem;
            height: .75rem;
            color: #aaa
        }

            .bf-posts-filters .filter-group-title::after {
                content: "";
                width: 100%;
                position: absolute;
                height: 1px;
                background-color: #ddd;
                left: 0;
                top: .3125rem;
                right: 0;
                display: block
            }

            .bf-posts-filters .filter-group-title span {
                display: inline-block;
                background-color: #f2f2f2;
                position: relative;
                z-index: 2;
                padding-right: .5rem
            }
}

@media screen and (max-width: 991px) {
    .bf-posts-filters .filter-label {
        display: block;
        margin-bottom: .5rem;
        text-align: center;
        text-transform: uppercase;
        color: #aaa;
        font-size: .75rem
    }

    .bf-posts-filters .filter-group {
        margin-bottom: 0
    }

        .bf-posts-filters .filter-group.active .filter-group-list {
            display: block
        }

        .bf-posts-filters .filter-group.active .filter-group-title .fa {
            transform: rotateX(180deg)
        }

    .bf-posts-filters .filter-group-title {
        position: relative;
        font-weight: 400;
        font-size: .875rem;
        text-transform: uppercase;
        line-height: 2.5rem;
        font-weight: 500
    }

        .bf-posts-filters .filter-group-title .fa {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 1rem;
            line-height: 2.5rem;
            font-size: .75rem;
            text-align: center;
            transition: transform ease-out .25s
        }

    .bf-posts-filters .filter-group-list {
        padding-bottom: 1.5rem
    }
}

.bf-post-search {
    border-bottom: 1px solid #f8f8f8
}

    .bf-post-search a {
        display: block;
        height: 3rem;
        line-height: 3rem;
        padding: 0 2rem
    }

        .bf-post-search a:hover {
            color: #000
        }

        .bf-post-search a i {
            width: 1rem;
            height: 3rem;
            display: inline-block;
            margin-right: 1rem
        }

@media screen and (max-width: 991px) {
    .bf-post-search a {
        padding: 0 1rem
    }
}

.bf-posts-list {
    display: none
}

.bf-posts-grid {
    display: none;
    position: relative;
    flex-wrap: wrap;
    padding: 2rem 1rem 0
}

    .bf-posts-grid .post-grid-col {
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem
    }



@media screen and (min-width: 1024px) {
    .bf-posts-grid .post-grid-col {
        width: 100%;
    }
}

@media screen and (min-width: 1366px) {
    .bf-posts-grid .post-grid-col {
        width: 50%
    }
}

@media screen and (min-width: 90rem) {
    .bf-posts-grid .post-grid-col {
        width: 33%
    }
}

@media screen and (min-width: 992px) {
    .bf-posts-grid .post-grid-col {
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 991px) {
    .bf-posts-grid .post-grid-col {
        margin-bottom: 1rem
    }
}

@media screen and (max-width: 991px) {
    .bf-posts-grid {
        padding: 1rem 0 0
    }
}

.post-grid-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    border-radius: .125rem;
    overflow: hidden
}

    .post-grid-item .item-link {
        height: 12rem;
        display: block;
        position: relative;
        color: #fff;
        transition: all ease-in .25s;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

        .post-grid-item .item-link::after {
            display: block;
            content: "";
            background: #000;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: -moz-linear-gradient(top, transparent 0%, #000 100%);
            background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
            background: linear-gradient(to bottom, transparent 0%, #000 100%);
            transition: all ease-in .1s
        }

        .post-grid-item .item-link:hover::after {
            opacity: .85
        }

    .post-grid-item .item-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1.5rem;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.5;
        z-index: 100
    }

    .post-grid-item .item-info {
        color: #000;
        padding: 1rem 1.5rem;
        background-color: #fff
    }

    .post-grid-item .custom-control {
        display: block;
        padding: 0;
        margin: 0;
        min-width: 1rem;
        min-height: 1rem;
        width: 1rem;
        height: 1rem
    }

    .post-grid-item .custom-control-indicator {
        top: 0;
        left: 0
    }

    .post-grid-item .item-status {
        font-size: .875rem;
        margin-left: 1rem
    }

    .post-grid-item .item-status-draft {
        color: #ff9b00
    }

    .post-grid-item .item-status-published {
        color: #00c748
    }

    .post-grid-item .item-date {
        display: block;
        color: #888;
        font-size: .75rem;
        text-transform: uppercase;
        white-space: nowrap
    }

    .post-grid-item .item-favorite {
        font-size: .875rem;
        cursor: pointer;
        padding: 0
    }

        .post-grid-item .item-favorite .fa-star-o {
            color: #888
        }

        .post-grid-item .item-favorite .fa-star {
            color: #ffbe00
        }

        .post-grid-item .item-favorite:focus, .post-grid-item .item-favorite:hover {
            outline: none
        }

            .post-grid-item .item-favorite:focus .fa-star-o, .post-grid-item .item-favorite:hover .fa-star-o {
                color: #ffbe00
            }

            .post-grid-item .item-favorite:focus .fa-star, .post-grid-item .item-favorite:hover .fa-star {
                color: #888
            }

    .post-grid-item .item-show {
        font-size: .875rem;
        color: #888
    }

        .post-grid-item .item-show:focus {
            outline: none
        }

        .post-grid-item .item-show:focus, .post-grid-item .item-show:hover {
            color: #a5304d
        }

.mce-tinymce {
    border: none !important;
    background: none !important
}

    .mce-tinymce.sticky .mce-toolbar-grp {
        position: fixed;
        top: 0
    }

@media screen and (min-width: 992px) {
    .mce-tinymce.sticky {
        padding-top: 3.0625rem
    }

        .mce-tinymce.sticky .mce-toolbar-grp {
            left: 4rem
        }
}

@media screen and (max-width: 991px) {
    .mce-tinymce.sticky {
        padding-top: 4.0625rem
    }
}

.mce-tinymce .mce-toolbar-grp {
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0 0 5rem rgba(0,0,0,0.1);
    z-index: 1000;
    position: relative;
    left: 0;
    right: 0
}

    .mce-tinymce .mce-toolbar-grp > div {
        height: 100%;
        max-width: 60rem;
        margin-right: auto;
        margin-left: auto
    }

    .mce-tinymce .mce-toolbar-grp * {
        padding: 0;
        margin: 0;
        border: none
    }

#mceu_20-body:after, #mceu_20-body:before {
    content: "";
    display: table
}

#mceu_20-body:after {
    clear: both
}

#mceu_20-body .mce-btn-group {
    width: 100%
}

    #mceu_20-body .mce-btn-group > div:after, #mceu_20-body .mce-btn-group > div:before {
        content: "";
        display: table
    }

    #mceu_20-body .mce-btn-group > div:after {
        clear: both
    }

@media (min-width: 992px) {
    #mceu_20-body .mce-btn-group {
        float: left;
        width: 50%;
        display: block;
        font-size: 0
    }
}

#mceu_20-body .mce-btn {
    float: left;
    width: 11.1111111%;
    text-align: center;
    background: none
}

    #mceu_20-body .mce-btn.mce-active, #mceu_20-body .mce-btn.mce-active:hover {
        background: rgba(0,0,0,0.1)
    }

    #mceu_20-body .mce-btn:hover {
        background-color: #fafafa;
        color: #000
    }

        #mceu_20-body .mce-btn:hover button {
            color: #000
        }

    #mceu_20-body .mce-btn button {
        display: block;
        width: 100%;
        height: 3.5rem;
        position: relative;
        color: #666
    }

    #mceu_20-body .mce-btn .mce-ico {
        color: #666
    }

    #mceu_20-body .mce-btn .mce-open {
        position: absolute;
        top: 0
    }

    #mceu_20-body .mce-btn .mce-preview {
        display: none
    }

    #mceu_20-body .mce-btn .mce-i-backcolor {
        border-radius: 100%;
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.25rem;
        text-align: center
    }

@media (max-width: 991px) {
    #mceu_20-body .mce-btn button {
        height: 2.5rem
    }
}

#mceu_20-body .mce-caret {
    display: none
}

#mceu_20-body .mce-btn-heading .mce-txt {
    font-weight: 700;
    font-family: serif
}

.mce-heading-1 .mce-text, .mce-heading-2 .mce-text, .mce-heading-3 .mce-text, .mce-heading-4 .mce-text, .mce-heading-5 .mce-text, .mce-heading-6 .mce-text {
    font-weight: bold;
    text-transform: uppercase
}

.mce-heading-1 .mce-text {
    font-size: 1.5rem !important
}

.mce-heading-2 .mce-text {
    font-size: 1.25rem !important
}

.mce-heading-3 .mce-text {
    font-size: 1.125rem !important
}

.mce-heading-4 .mce-text {
    font-size: 1rem !important
}

.mce-heading-5 .mce-text {
    font-size: .875rem !important
}

.mce-heading-6 .mce-text {
    font-size: .75rem !important
}

.tinymce-placeholder {
    position: absolute;
    top: 2.125rem;
    left: 50%;
    width: 100%;
    max-width: 60rem;
    padding-left: 1rem;
    box-sizing: border-box;
    transform: translateX(-50%);
    font-size: 1.25rem;
    color: #aaa
}

@media screen and (max-width: 479px) {
    .mce-window {
        width: auto !important;
        top: 1rem !important;
        left: 1rem !important;
        right: 1rem !important;
        bottom: auto !important
    }

        .mce-window * {
            box-sizing: border-box
        }

    .mce-foot {
        text-align: center
    }

        .mce-foot > div {
            width: 100%
        }

        .mce-foot > .mce-container-body {
            padding: 10px !important;
            text-align: center
        }

    .mce-panel {
        max-width: 100% !important
    }

    .mce-container {
        max-width: 100% !important;
        height: auto !important
    }

    .mce-container-body {
        max-width: 100% !important;
        height: auto !important
    }

    .mce-form {
        padding: 10px !important
    }

    .mce-tabs {
        max-width: 100% !important
    }

        .mce-tabs .mce-tab, .mce-tabs .mce-tab.mce-active {
            height: 2rem
        }

    .mce-formitem {
        margin: 10px 0 !important
    }

    .mce-abs-layout-item {
        position: static !important;
        width: auto !important
    }

        .mce-abs-layout-item.mce-label {
            display: block !important
        }

        .mce-abs-layout-item.mce-textbox {
            -webkit-box-sizing: border-box !important;
            -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
            display: block !important;
            width: 100% !important
        }

    .mce-listbox {
        width: 100% !important
    }

    .mce-abs-layout-item.mce-combobox {
        display: flex !important
    }

        .mce-abs-layout-item.mce-combobox > .mce-textbox {
            -ms-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
            height: 29px !important
        }
}

.bf-editor {
    position: relative;
    height: 100%
}

.bf-editor-body {
    height: 100%
}

.bf-editor-form {
    height: 100%
}

.bf-editor #mdEditor {
    border: 0;
    background: none
}

.bf-editor .container {
    max-width: 60rem
}

.bf-editor-header {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #555
}

    .bf-editor-header::after {
        background-color: rgba(0,0,0,0.5);
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0
    }

    .bf-editor-header .container {
        position: relative;
        z-index: 1
    }

@media screen and (max-width: 991px) {
    .bf-editor-header {
        padding-top: 5rem;
        padding-bottom: 2rem
    }
}

.bf-editor-title {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
    outline: none !important
}

    .bf-editor-title::placeholder {
        color: #fff
    }

@media screen and (max-width: 991px) {
    .bf-editor-title {
        font-size: 1.125rem
    }
}

.bf-editor-text {
    opacity: 0;
    visibility: hidden
}

.bf-editor-category {
    padding: 0
}

    .bf-editor-category form {
        padding: 1rem;
        border-bottom: 1px solid #eee
    }

    .bf-editor-category ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .bf-editor-category li {
        border-bottom: 1px solid #eee;
        position: relative
    }

        .bf-editor-category li:hover {
            background-color: #fafafa
        }

    .bf-editor-category .custom-control {
        margin: 0;
        padding: .5rem 3rem;
        cursor: pointer;
        display: block
    }

        .bf-editor-category .custom-control .custom-control-indicator {
            top: 50%;
            transform: translateY(-50%);
            left: 1rem
        }

    .bf-editor-category .fa {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 3rem;
        text-align: center;
        line-height: 2.5rem;
        color: #aaa
    }

        .bf-editor-category .fa:hover {
            color: red;
            cursor: pointer
        }

.bf-editor-footer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: .625rem 2rem;
    background-color: rgba(0,0,0,0.1)
}

@media screen and (max-width: 991px) {
    .bf-editor-footer {
        padding: .5rem
    }

        .bf-editor-footer .btn {
            height: 2rem;
            line-height: 2rem;
            padding: 0 1rem
        }

        .bf-editor-footer .container {
            padding: 0
        }

        .bf-editor-footer .loading-sm {
            padding: .75rem 0
        }
}

.bf-editor-footer #action-buttons .dropdown-menu {
    width: 100%;
    min-width: 0
}

.bf-editor-footer #action-buttons .dropdown-item {
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: .5rem
}

.bf-filemanager .modal-dialog {
    max-width: 50rem;
    padding: 1rem;
    margin: 0 auto
}

@media screen and (min-width: 991px) {
    .bf-filemanager .modal-dialog {
        margin-top: 2rem
    }
}

.bf-filemanager .modal-body {
    padding: 0
}

.bf-filemanager .modal-footer, .bf-filemanager .modal-header {
    padding: .75rem 1rem
}

.bf-filemanager .modal-header {
    border-bottom: 1px solid #eee
}

    .bf-filemanager .modal-header .dropdown-menu {
        width: 12rem;
        padding: .5rem
    }

.bf-filemanager-search {
    margin-bottom: 1rem
}

.bf-filemanager-body {
    padding: .5rem;
    min-height: 13.5rem
}

    .bf-filemanager-body .item {
        padding: .5rem;
        overflow: hidden
    }

        .bf-filemanager-body .item a {
            display: block;
            height: 100%
        }

    .bf-filemanager-body .item-img {
        position: relative;
        height: 9.5rem;
        overflow: hidden;
        display: block;
        border: 1px solid #eee;
        border-bottom: 0;
        border-top-right-radius: .25rem;
        border-top-left-radius: .25rem;
        cursor: pointer
    }

        .bf-filemanager-body .item-img img {
            width: auto;
            min-height: 100%;
            min-width: 100%;
            max-width: 150%;
            max-height: none;
            position: absolute;
            left: 50%;
            top: 50%;
            display: block;
            transform: translate(-50%, -50%)
        }

    .bf-filemanager-body .item-name {
        background-color: #fafafa;
        font-size: .75rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: .375rem .375rem .375rem 1.75rem;
        margin: 0;
        border: 1px solid #eee;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

        .bf-filemanager-body .item-name .custom-control-indicator {
            left: .375rem;
            top: .425rem
        }

.bf-settings .btn-main {
    min-width: 8rem
}

.bf-settings-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5
}

.bf-settings-sidebar li a {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #aaa;
    display: block;
    padding: .5rem 0
}

    .bf-settings-sidebar li a:focus, .bf-settings-sidebar li a:hover {
        color: #000
    }

.bf-settings-sidebar li.active a {
    color: #000
}

@media screen and (min-width: 992px) {
    .bf-settings-sidebar {
        padding: 2rem
    }

        .bf-settings-sidebar ul:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }
}

@media screen and (max-width: 991px) {
    .bf-settings-sidebar ul {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .bf-settings-sidebar li a {
        padding: .75rem 1rem
    }
}

.bf-settings-about .list-settings {
    font-size: .75rem;
    margin: 0;
    padding: 0;
    list-style: none
}

    .bf-settings-about .list-settings li {
        border-bottom: 1px solid #eee;
        padding: .5rem 1rem
    }

    .bf-settings-about .list-settings label {
        min-width: 10rem;
        margin: 0;
        font-weight: 500
    }

    .bf-settings-about .list-settings p {
        color: #666
    }

@media screen and (min-width: 992px) {
    .bf-settings-about .list-settings li {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.bf-setup {
    background: #a5304d;
    color: #fff;
    height: 100%;
    overflow-y: auto
}

.bf-setup-header {
    text-align: center;
    margin-bottom: 3rem
}

.bf-setup-title {
    font-size: 3rem
}

.bf-setup-info {
    font-size: 2rem
}

.bf-setup-form {
    padding: 8rem 2rem 2rem
}

.bf-setup-body {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto
}

.bf-setup-url {
    display: block
}

.bf-setup .btn {
    color: #a5304d
}

.bf-setup .form-group {
    margin-bottom: 1.5rem
}

.bf-setup .form-control {
    color: #fff;
    border-color: rgba(0,0,0,0.25)
}

    .bf-setup .form-control:focus {
        border-color: rgba(0,0,0,0.4)
    }

    .bf-setup .form-control::placeholder {
        color: rgba(255,255,255,0.3)
    }

.bf-setup-logo {
    background-color: #a5304d;
    background-image: url("/embedded/lib/img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: ease-in setup-logo forwards .5s 1s;
    z-index: 1000
}

@media screen and (max-width: 55rem) {
    .bf-setup-form {
        padding: 4rem 2rem 2rem
    }

    .bf-setup-title {
        font-size: 2rem
    }

    .bf-setup-info {
        font-size: 1rem;
        font-weight: 400
    }
}

@keyframes setup-logo {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0.75);
        visibility: hidden
    }
}

.bf-account {
    background-color: #f4f4f4;
    padding-top: 6rem;
    font-size: .875rem
}

.bf-account-inner {
    background-color: #fff;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 0 10rem rgba(0,0,0,0.1)
}

.bf-account-header {
    margin-bottom: 2rem
}

    .bf-account-header p {
        margin: 0 !important
    }

.bf-account-footer {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center
}

    .bf-account-footer a {
        opacity: .25
    }

        .bf-account-footer a:hover {
            opacity: 1
        }

    .bf-account-footer img {
        width: 1rem;
        height: 1.125rem
    }

.bf-account .form-control {
    font-size: 1rem
}

.bf-account .container {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 24.5rem
}

.bf-account .custom-control {
    margin-bottom: 0;
    min-height: 1rem
}

.bf-account .custom-control-indicator {
    top: 0
}

.bf-account .custom-control-description {
    height: 1rem;
    line-height: 1rem
}

.bf-account h1 {
    font-size: 1.5rem
}

.bf-account .form-group, .bf-account p {
    margin-bottom: 1rem
}

.bf-account input:-webkit-autofill, .bf-account input:-webkit-autofill:focus input:-webkit-autofill, .bf-account input:-webkit-autofill:hover, .bf-account select:-webkit-autofill, .bf-account select:-webkit-autofill:focus, .bf-account select:-webkit-autofill:hover, .bf-account textarea:-webkit-autofill, .bf-account textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}

@media screen and (max-width: 25rem) {
    .bf-account {
        background: #fff;
        padding: 1rem 0;
        height: auto
    }

    .bf-account-inner {
        padding: 0;
        border-radius: 0;
        box-shadow: none
    }

    .bf-account-footer {
        margin-bottom: 2rem
    }
}

.form-login .form-control {
    position: relative;
    z-index: 1
}

    .form-login .form-control:focus {
        z-index: 2
    }

.form-login .form-control-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.form-login .form-control-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.bf-packages-list-item {
    border-bottom: 1px solid #eee;
    padding: 2rem
}

.bf-packages-list-item-logo {
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
    background-color: #a5aab4;
    border: 1px solid #a5aab4;
    border-radius: 1rem;
    overflow: hidden
}

.bf-packages-list-item-info {
    width: 100%;
    min-width: 0;
    padding-left: 1.5rem
}

.bf-packages-list-item-title {
    font-weight: 500;
    font-size: 1.25rem
}

.bf-packages-list-item-desc {
    margin-bottom: .25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.bf-package-info-cover {
    height: 12rem;
    overflow: hidden
}

.bf-package-info-body {
    padding: 2rem
}

.bf-package-info-header {
    margin-bottom: 1rem;
    position: relative;
    min-height: 3rem;
    padding-left: 4rem;
    padding-top: .3rem
}

.bf-package-info-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    border-radius: .25rem;
    display: block
}

.bf-package-info-title {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: .25rem
}

.bf-package-info-rating {
    font-size: .75rem;
    color: #666
}

    .bf-package-info-rating .active {
        color: #ffb72a
    }

.bf-package-info-table {
    margin: 0
}

    .bf-package-info-table td {
        padding: .25rem 0;
        border: 0
    }

        .bf-package-info-table td:first-child {
            font-weight: 500
        }

.bf-themes-widgetzone {
    background-color: #fafafa;
    border: 1px dashed #aaa;
    border-radius: .25rem;
    padding: 1rem
}

    .bf-themes-widgetzone .input-group {
        background-color: #fff
    }

        .bf-themes-widgetzone .input-group:last-child {
            margin-bottom: 0 !important
        }
