/**
 * CMSXL and Application User Interface Soft Touch Buttons.
 * Copyright (c) 2023 Anthony Albit. All rights reserved.
 *
 * For more information, please contact:
 * Email: anthony.albit@wayovermedia.com
 * Website: https://cmsxl.com
 */

/* Page Editor */
.tox .tox-toolbar {
    background-color: transparent !important;
}
.tox.tox-tinymce-inline .tox-editor-header {
    background-color: var(--acp-input-bg-alt) !important;
    border: 0 !important;
}
.tox-tinymce {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.tox .tox-toolbar__overflow {
    background-color: var(--acp-input-bg) !important;
    border: 1px solid #151515 !important;
}
.tox .tox-pop__dialog {
    background-color: var(--acp-input-bg) !important;
    border: 1px solid #151515 !important;
}
.tox .tox-tbtn:hover {
    background-color: var(--acp-color-hover) !important;
}
.tox .tox-tbtn--enabled {
    background-color: var(--acp-color-dark) !important;
}
.tox .tox-pop.tox-pop--bottom::before {
    border-color: #151515 transparent transparent transparent !important;
}
.tox .tox-pop.tox-pop--bottom::after {
    border-color: var(--acp-color-darker) transparent transparent transparent !important;
}
.tox .tox-pop.tox-pop--top::before {
    border-color: transparent transparent #151515 transparent !important;
}
.tox .tox-pop.tox-pop--top::after {
    border-color: transparent transparent var(--acp-color-darker) transparent !important;
}

.mce-content-body:not([border]) caption,
.mce-content-body:not([border]) td,
.mce-content-body:not([border]) th,
.mce-content-body-table[border='0'],
.mce-content-body[border='0'] caption,
.mce-content-body[border='0'] td,
.mce-content-body[border='0'] th,
.mce-content-body table[style*='border-width: 0px'],
.mce-content-body table[style*='border-width: 0px'] caption,
.mce-content-body table[style*='border-width: 0px'] td,
.mce-content-body table[style*='border-width: 0px'] th {
    border: 1px dashed var(--acp-color);
}
.mce-content-body table {
    margin-bottom: 15px;
    font-size: 20px;
}
.mce-content-body img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    border-radius: var(--acp-border-radius);
}
.mce-content-body ul,
.mce-content-body ol {
    margin: 15px 0;
    padding-left: 30px;
    font-size: 20px;
}
.mce-content-body li {
    margin-bottom: 15px;
}
.mce-content-body ul {
    list-style-type: disc;
}
.mce-content-body ol {
    list-style-type: upper-roman;
}
.mce-content-body ul ul,
.mce-content-body ol ul {
    list-style-type: circle;
}
.mce-content-body ol ol,
.mce-content-body ul ol {
    list-style-type: upper-latin;
}
.mce-content-body ul ul ul,
.mce-content-body ol ul ul,
.mce-content-body ol ol ul {
    list-style-type: square;
}
.mce-content-body ol ol ol,
.mce-content-body ul ol ol,
.mce-content-body ul ul ol {
    list-style-type: lower-latin;
}

.mce-content-body {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.mce-content-body p {
    margin-bottom: 15px;
    font-size: 21px !important;
}
.mce-content-body.xs p {
    font-size: 17px !important;
}
.mce-content-body.sm p {
    font-size: 18px !important;
}
.mce-content-body.md p {
    font-size: 19px !important;
}
.mce-content-body.lg p {
    font-size: 20px !important;
}


.mce-content-body.xs h3 {
    margin: 22px 0 12px 0;
    font-size: calc(var(--acp-font-size) * 1.45) !important;
}
.mce-content-body.sm h3 {
    margin: 24px 0 14px 0;
    font-size: calc(var(--acp-font-size) * 1.55) !important;
}
.mce-content-body.md h3 {
    margin: 26px 0 16px 0;
    font-size: calc(var(--acp-font-size) * 1.65) !important;
}
.mce-content-body.lg h3 {
    margin: 28px 0 18px 0;
    font-size: calc(var(--acp-font-size) * 1.75) !important;
}

.mce-content-body.xs h4 {
    margin: 22px 0 12px 0;
    font-size: calc(var(--acp-font-size) * 1.35) !important;
}
.mce-content-body.sm h4 {
    margin: 24px 0 14px 0;
    font-size: calc(var(--acp-font-size) * 1.45) !important;
}
.mce-content-body.md h4 {
    margin: 26px 0 16px 0;
    font-size: calc(var(--acp-font-size) * 1.55) !important;
}
.mce-content-body.lg h4 {
    margin: 28px 0 18px 0;
    font-size: calc(var(--acp-font-size) * 1.65) !important;
}

.mce-content-body h1:first-child,
.mce-content-body h2:first-child,
.mce-content-body h3:first-child,
.mce-content-body h4:first-child,
.mce-content-body h5:first-child,
.mce-content-body h6:first-child {
    margin-top: 0;
}

.mce-content-body p:last-child {
    margin-bottom: 0 !important;
}
.mce-content-body b, .mce-content-body strong {
    font-weight: 700;
}
.mce-content-body em, .mce-content-body em {
    font-style: oblique;
}
.mce-content-body a {
    color: #f0f0f0;
    text-decoration: none;
}
.mce-content-body a:hover {
    color: var(--accent-color);
}
.mce-content-body p a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.mce-content-body p a:hover {
    border-bottom: 1px solid var(--accent-color);
}
.mce-content-body * {
    outline-color: var(--acp-color-dark) !important;
}
.mce-content-body div.mce-resizehandle {
    z-index: unset !important;
    background-color: var(--acp-color) !important;
    border-color: var(--acp-color) !important;
}
.mce-content-body [data-mce-selected=inline-boundary] {
    background-color: var(--acp-color-dark) !important;
}
.mce-content-body hr {
    margin: 30px 0;
}
.acp-tiny-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px;
    width: calc(100% - 60px);
    min-height: 50px;
    max-height: 50px;
    /*border-radius: var(--acp-border-radius);*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
    background-color: var(--acp-input-bg-alt);

    /*overflow: hidden;*/
}
/*.tox-tinymce-aux {*/
/*    position: absolute !important;*/
/*    z-index: 9999 !important; !* Убедитесь, что окно автокомплита отображается над всеми другими элементами *!*/
/*    right: 0 !important;*/
/*    left: 0 !important;*/
/*}*/
#acp-tiny-menu .tox .tox-toolbar__group,
#acp-tiny-menu-page .tox .tox-toolbar__group {
    padding: 0 3px;
}
#acp-tiny-menu .tox-toolbar__primary,
#acp-tiny-menu-page .tox-toolbar__primary {
    background-color: var(--acp-input-bg-alt);
}
#acp-tiny-menu .tox.tox-tinymce.tox-tinymce-inline {
    /*transform: scale(128.2%);*/
    /*transform-origin: right center;*/
}


.tox.tox-tinymce-inline .tox-editor-header {
    border-radius: 0;
}
.acp-editor-ruler {
    width: 100%;
    height: 40px;
    background-color: var(--acp-section-bg-alt);
    overflow: hidden;
    transition: all .3s linear;
}
.acp-editor-ruler.menu {
    height: 50px !important;
}
.acp-editor-ruler.images-on {
    height: 135px !important;
}
.acp-interface-item-full {
    padding: 0 30px !important;
}
.acp-editor-menus {
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    max-height: 50px;
    background-color: var(--acp-input-bg-alt);
}
.acp-drop-content-holder {
    margin-bottom: 0;
    min-height: calc(100% - 90px);
    max-height: calc(100% - 90px);
    background-color: var(--acp-section-bg-alt);
    transition: all .3s linear;
}
.acp-drop-content-holder.images-on {
    min-height: calc(100% - 215px);
    max-height: calc(100% - 215px);
}
@media (max-width: 576px) {
    .acp-editor-ruler {
        height: 30px;
    }
    .acp-interface-item-full {
        padding: 0 20px !important;
    }
    .acp-drop-content-holder {
        min-height: calc(100% - 80px);
        max-height: calc(100% - 80px);
    }
    .acp-drop-content-holder.images-on {
        min-height: calc(100% - 205px);
        max-height: calc(100% - 205px);
    }
}


.acp-interface-ghost {
    padding-bottom: 0;
    max-height: 205px;
    overflow: hidden;
    cursor: pointer;
}
.acp-interface-ghost:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    background-color: var(--acp-section-bg-alt);
}
.acp-interface-ghost:hover,
.acp-interface-ghost:hover:after {
    background-color: var(--acp-input-bg) !important;
}
#acp-interface-tinymce {
    display: none;
    /*max-width: 800px;*/
}

.acp-tiny-menu-backdrop {
    right: 20px;
    left: 20px;
    background-color: black;
    border-radius: var(--acp-border-radius);
}
.acp-tiny-button-css {
    padding: 0.3em 1.0em !important;
    cursor: pointer !important;
}
.acp-tiny-button-css:hover {
}
.acp-tiny-button-css:hover figure {
    fill: var(--acp-color);
}
.acp-tiny-image-click {
}

.contenteditable {
    margin: 0;
    padding: 35px 20px 3px 20px;
    width: auto;
    background-color: var(--acp-input-bg-alt);
    border: 1px solid var(--acp-input-bg-alt);
}
.contenteditable p {
    margin-bottom: 10px;
    line-height: var(--st-height);
    font-size: var(--acp-font-size);
    font-weight: 400;
    color: var(--text-color);
}
.contenteditable.page {
    margin: -20px -10px 0 -10px;
    padding: 30px 20px;
    width: calc(100% + 20px);
    font-size: 20px;
    background-color: transparent !important;
    border: 0;
}

/*.contenteditable.page p {*/
/*    margin-bottom: 20px;*/
/*}*/
/*.contenteditable.page p:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block; /* For Firefox */
    position: absolute;
    color: var(--acp-text-color-alt) !important;
    pointer-events: none;
}
[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block; /* For Firefox */
    position: absolute;
    color: var(--acp-text-color-alt) !important;
    pointer-events: none;
}
div[contenteditable=true] {
    font-size: var(--acp-font-size);
}


* {
    --acp-grid-gutter: 15px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    /*padding-right: var(--acp-grid-gutter);*/
    /*padding-left: var(--acp-grid-gutter);*/
}
.row {
    margin-right: calc(var(--acp-grid-gutter) * -1);
    margin-left: calc(var(--acp-grid-gutter) * -1);
    font-size: 14px;
}
.row-ng {
    margin-right: 0;
    margin-left: 0;
    /*font-size: 14px;*/
}
.row-ng [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    padding-right: var(--acp-grid-gutter);
    padding-left: var(--acp-grid-gutter);
    min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 577px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1601px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: ' ';
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
