/* Minification failed. Returning unminified contents.
(1125,12): run-time error CSS1024: Expected media identifier, found '{'
(1132,1): run-time error CSS1019: Unexpected token, found '}'
 */
.box
{
    position: relative;
    background-color: white;
    border: 1px solid #E2E2E2;
    margin-bottom: 20px;
    border-radius: 5px;
    min-height: 220px;
    padding: 20px;
    box-shadow: 1px 1px 10px #BDBDC1;
    background-size: cover;
    background-position: center center;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

    .box:hover
    {
        box-shadow: 1px 1px 20px #ACACAF;
    }

    .box.box-tall
    {
        min-height: 330px;
    }

    .box img.avatar
    {
        height: 130px;
        width: 130px;
        border-radius: 50%;
        margin-left: 10px;
    }

.box-title, #page-wrapper p.box-title
{
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #EAEAEA;
    color: black;
    padding: 8px 15px 8px 20px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

.box-more
{
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #EAEAEA;
    color: black;
    padding: 8px 15px 8px 20px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

    .box-more a
    {
        font-size: 14px;
    }

.admin-container
{
    position: absolute;
    width: 90%;
    bottom: 7px;
    border-top: 1px solid #E6E6ED;
    padding-top: 5px;
}

    .admin-container .admin-item
    {
        display: inline-block;
        padding: 10px;
        color: #9395A0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

        .admin-container .admin-item .fa
        {
            margin-right: 15px;
        }

.dark .admin-container .admin-item
{
    color: white;
}

.admin-container .admin-item:hover
{
    color: black;
}

.dark .admin-container .admin-item:hover
{
    color: white;
}

.admin-container.x3 .admin-item
{
    width: 32.5%;
}

.admin-container.x2 .admin-item
{
    width: 49%;
}

.admin-container.x1 .admin-item
{
    width: 100%;
}
.button-group
{
    text-align: center;
}

.btn
{
    background-color: #CECECE;
    color: black;
    padding: 10px 20px 10px 20px;
    margin: 10px 5px 20px 5px;
}

    .btn.primary
    {
        background-color: #337AB7;
        color: white;
    }

    .btn.delete
    {
        background-color: red;
        color: white;
    }

    .btn.square
    {
        border-radius: 3px;
        background-color: transparent;
        border: 1px solid white;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        -moz-transition: color, background-color 0.2s ease-in;
        -o-transition: color, background-color 0.2s ease-in;
        -webkit-transition: color, background-color 0.2s ease-in;
        transition: color, background-color 0.2s ease-in;
    }

        .btn.square:hover
        {
            background-color: white;
            color: black;
        }

    .btn .fa, .action .fa
    {
        pointer-events: none;
    }
.console-title
{
    background-color: #5D5A58;
    color: white;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 1px;
}

.console
{
    min-height: 400px;
    max-height: 500px;
    background-color: black;
    color: white;
    padding: 10px;
    overflow-y: scroll;
    letter-spacing: 1px;
}
#page-wrapper .popover.editable-popover
{
    max-width: none;
}

    #page-wrapper .popover.editable-popover .alert
    {
        margin-bottom: 10px;
    }

    #page-wrapper .popover.editable-popover .btn
    {
        font-size: 15px;
    }

    #page-wrapper .popover.editable-popover .popover-content
    {
        position: relative;
        min-width: 350px;
        min-height: 160px;
        padding: 20px;
    }

    #page-wrapper .popover.editable-popover .footer
    {
        text-align: right;
    }

    #page-wrapper .popover.editable-popover .btn
    {
        margin: 0;
    }

        #page-wrapper .popover.editable-popover .btn:not(:first-child)
        {
            margin-left: 5px;
        }

    #page-wrapper .popover.editable-popover h3
    {
        font-size: 20px;
    }
.control-group
{
    margin-bottom: 10px;
}

    .control-group label, .control-group input, .control-group select
    {
        float: left;
        border: 1px solid #ccc;
    }

    .control-group label
    {
        width: 110px;
        padding: 12px 10px 11px 10px;
        background-color: #eee;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .control-group input, .control-group select
    {
        height: 45px;
        width: calc(100% - 110px);
        background-color: #fff;
        border-left: 0;
        font-size: 16px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .control-group.control-textarea label
    {
        width: 100%;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .control-group.control-textarea textarea, .control-group.control-textarea select[multiple="multiple"]
    {
        width: 100%;
        height: 100px;
        border-left: 1px solid #ccc;
        border-top: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .control-group.wide-label label
    {
        width: 200px;
    }

    .control-group.wide-label input, .control-group.wide-label select
    {
        width: calc(100% - 200px);
    }

.jquery-slider-wrapper
{
    width: calc(100% - 300px);
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    float: left;
    height: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}

.control-group input.jquery-slider-value
{
    float: left;
    width: 100px;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    text-align: center;
    line-height: 45px;
}

.slim-field input
{
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

input, textarea, select
{
    padding: 5px 10px 5px 10px;
    outline: none;
}

    select[multiple="multiple"]
    {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

textarea
{
    height: 125px;
}
.float-container:after, .control-group:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

.overlay
{
    z-index: 1 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

.overlay-dark
{
    background-image: url(/Areas/Admin/Content/Images/block_black_dark.png);
}

.overlay-light
{
    background-image: url(/Areas/Admin/Content/Images/block_black_light.png);
}

.overlay-medium
{
    background-image: url(/Areas/Admin/Content/Images/block_black_medium.png);
}

.field-validation-error
{
    background-color: #B12D2D;
    color: white;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.category-item
{
    display: inline-block;
    padding: 7px 10px 7px 10px;
    margin: 2px;
    background-image: url(/Areas/Admin/Content/Images/block_black_dark.png);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
}

.vertical-alignment
{
    position: relative;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.selected
{
    border: 1px solid red !important;
}

.copy-wrapper
{
    position: relative;
}

.copy-block
{
    position: relative;
    margin-bottom: 20px;
}

[readonly]
{
    cursor: not-allowed;
}

.margin-none
{
    margin: 0;
}

.margin-bottom
{
    margin-bottom: 15px;
}

.padding-none
{
    padding: 0;
}

.padding-sides
{
    padding-left: 15px;
    padding-right: 15px;
}

.click-through
{
    pointer-events: none;
}

@media (max-width: 767px)
{
    .btn .fa
    {
        margin-right: 0;
    }

    .vertical-alignment
    {
        top: 0;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.tab-pane img.thumbnail
{
    display: inline-block;
    margin-right: 20px;
}

.tab-pane.x2 img.thumbnail
{
    display: inline-block;
    margin-right: 5px;
}

.tab-pane.x2 nav
{
    text-align: right;
    margin-right: 7px;
    margin-bottom: 10px;
}

.x2 img.thumbnail
{
    max-width: calc((100% - 14px) / 2);
}

.x3 img.thumbnail
{
    max-width: calc((100% - 70px) / 3);
}

.x4 img.thumbnail
{
    max-width: calc((100% - 90px) / 4);
}

.x5 img.thumbnail
{
    max-width: calc((100% - 115px) / 5);
}

@media (max-width: 1024px)
{
    .x5 img.thumbnail
    {
        max-width: calc((100% - 90px) / 4);
    }

    .x3 img.thumbnail
    {
        max-width: calc((100% - 45px) / 2);
    }
}

@media (max-width: 768px)
{
    .x5 img.thumbnail, .x4 img.thumnail, .x3 img.thumbnail
    {
        max-width: calc((100% - 45px) / 2);
    }
}

@media (max-width: 665px)
{
    .x5 img.thumbnail, .x4 img.thumbnail, .x3 img.thumbnail, .x2 img.thumnail
    {
        max-width: calc(100% / 1);
    }
}
.navbar
{
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-inverse
{
    background-color: black;
    border: 0;
}

.navbar .container-fluid
{
    padding-left: 0;
}

.navbar-collapse
{
    padding: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand
{
    margin: 0;
}

.navbar .fa
{
    font-size: 18px;
}

.navbar-nav a
{
    font-size: 14px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    cursor: pointer;
}

.navbar-nav > li > a.btn
{
    padding: 5px 10px 5px 10px;
    margin: 8px 8px 8px 0;
    background-color: #191919;
    border: 1px solid #2B2B2B;
}

    .navbar-nav > li > a.btn:hover
    {
        background-color: #2B2B2B;
    }

@media (max-width: 768px)
{
    .navbar .container-fluid
    {
        padding-left: 15px;
    }

    .navbar-collapse
    {
        padding: inherit;
    }
}
.container.container-wide
{
    min-width: 80%;
}

.animated
{
    animation-duration: 0.75s !important;
}

.modal .footer
{
    text-align: right;
}

.modal-body
{
    min-height: 250px;
}

.modal-header button.close span
{
    font-size: 30px;
    padding: 5px;
}

.nav-tabs > li > a
{
    color: black;
    font-size: 13px;
}

.tab-content
{
    border: 1px solid #ddd;
    border-top: 0;
}

    .tab-content .tab-pane
    {
        background-color: white;
        padding: 20px 20px 30px 20px;
    }

.confirmation-popover .btn.btn-danger
{
    background-color: #d9534f;
}

.confirmation-popover .btn
{
    width: 40px;
    background-color: black;
    color: white;
    padding: 7px 10px 5px 10px;
    margin: 1px 4px 1px 4px;
    border-radius: 50%;
}

.badge
{
    margin-left: 7px;
}

ul.pagination
{
    margin: 0;
}

    ul.pagination .pagination-button.active
    {
        text-decoration: underline;
    }

.sp-container .sp-palette-disabled.sp-initial-disabled
{
    display: none;
}

label
{
    font-weight: normal;
}

.alert
{
    padding: 10px;
}

@media (min-width: 768px)
{
    .modal-dialog
    {
        width: 1000px;
        max-width: 90%;
    }
}

@media (max-width: 767px)
{
    .nav-tabs.nav-justified
    {
        margin-bottom: 10px;
    }
}
.blog-sidebar
{
    padding-right: 0;
}

.post .post-banner
{
    position: relative;
    height: 60vh;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #ddd;
}

    .post .post-banner .inner
    {
        padding: 5%;
        text-align: left;
    }

        .post .post-banner .inner .post-title
        {
            color: white;
            text-transform: none;
            word-spacing: 5px;
            letter-spacing: 1.5px;
            font-size: 48px;
        }

        .post .post-banner .inner .post-updated
        {
            color: white;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        .post .post-banner .inner .post-description
        {
            color: white;
            font-size: 25px;
            letter-spacing: 0.75px;
        }

.post .post-body
{
    padding: 2% 4% 4% 4%;
}

    .post .post-body p
    {
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .post .post-body strong
    {
        font-size: 25px;
    }

    .post .post-body img
    {
        max-width: 100%;
        text-align: center;
    }

.article-item
{
    height: 250px;
    min-height: 250px;
    cursor: pointer;
    border: 1px solid transparent;
    opacity: 0.9;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

    .article-item:hover
    {
        opacity: 1;
    }

    .article-item .inner
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        z-index: 10;
        text-align: left;
    }

        .article-item .inner p
        {
            height: 105px;
            overflow: hidden;
            font-size: 17px;
            color: white;
        }

        .article-item .inner h3
        {
            color: white;
        }

.post-details
{
    padding-bottom: 30px;
    border-bottom: 1px dotted silver;
}

    .post-details img.author-image
    {
        height: 100px;
        width: 100px;
        margin-right: 30px;
    }

.post .post-body .post-details p
{
    margin-top: 12.5px;
    margin-bottom: 10px;
}

@media (max-width: 1024px)
{
    .post .post-banner
    {
        height: 75vh;
    }
}

@media (max-width: 736px)
{
    .post .post-banner
    {
        height: auto;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .post-details img.author-image
    {
        display: none;
    }

    .post-details
    {
        text-align: left;
        padding-bottom: 15px;
    }
}

#tab-comments textarea
{
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

#tab-comments .comment-item
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
    margin: 0 10px 10px 10px;
}

    #tab-comments .comment-item h4
    {
        margin-bottom: 20px;
    }
#spinner-wrapper
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-image: url(/Areas/Admin/Content/Images/block_black_dark.png);
}

.spinner-background
{
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    height: 150px;
    width: 150px;
    border-radius: 25px;
}

.spinner
{
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    -o-box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    -ms-box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    -webkit-box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    -moz-box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    animation: cssload-spin ease infinite 3.2s;
    -o-animation: cssload-spin ease infinite 3.2s;
    -ms-animation: cssload-spin ease infinite 3.2s;
    -webkit-animation: cssload-spin ease infinite 3.2s;
    -moz-animation: cssload-spin ease infinite 3.2s;
}

@keyframes cssload-spin
{
    0%, 100%
    {
        box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    }

    25%
    {
        box-shadow: -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73);
    }

    50%
    {
        box-shadow: -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223);
    }

    75%
    {
        box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    }
}

@-o-keyframes cssload-spin
{
    0%, 100%
    {
        box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    }

    25%
    {
        box-shadow: -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73);
    }

    50%
    {
        box-shadow: -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223);
    }

    75%
    {
        box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    }
}

@-ms-keyframes cssload-spin
{
    0%, 100%
    {
        box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    }

    25%
    {
        box-shadow: -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73);
    }

    50%
    {
        box-shadow: -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223);
    }

    75%
    {
        box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    }
}

@-webkit-keyframes cssload-spin
{
    0%, 100%
    {
        box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    }

    25%
    {
        box-shadow: -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73);
    }

    50%
    {
        box-shadow: -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223);
    }

    75%
    {
        box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    }
}

@-moz-keyframes cssload-spin
{
    0%, 100%
    {
        box-shadow: 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223);
    }

    25%
    {
        box-shadow: -32px 32px rgb(223,223,223), -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73);
    }

    50%
    {
        box-shadow: -32px -32px rgb(79,77,73), 32px -32px rgb(223,223,223), 32px 32px rgb(79,77,73), -32px 32px rgb(223,223,223);
    }

    75%
    {
        box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    }
}
.table-data span.value
{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 40px;
    color: white;
}

.table-data
{
    margin: 0;
    margin-top: 5px;
}

    .table-data a
    {
        font-size: 13px;
    }

    .table-data .header div
    {
        padding: 8px 10px 7px 10px;
        background-color: #1C1C1E;
        border-left: 1px solid white;
        color: white;
    }

    .table-data .record div
    {
        padding: 8px 10px 7px 10px;
        background-color: #F2F2F2;
        border-left: 1px solid white;
    }

    .table-data .record:nth-child(2n+1) div
    {
        background-color: #EAEAEA;
    }
/*@font-face {
    font-family: 'Calibri';
    src: url(/Content/Fonts/Calibri 400.ttf) format('truetype');
}*/
/*@font-face {
    font-family: Calibri Regular;
    src: url(/Content/Fonts/Calibri Regular.ttf) format('truetype');
}*/

/* @font-face { */
    /* font-family: "Calibri-Web"; */
    /* src: url(//db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.eot); */
    /* src: url(//db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.eot?#iefix) format("embedded-opentype"), url(//db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.woff2) format("woff2"), url(//db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.woff) format("woff"), url(//db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.ttf) format("truetype"), url(//db.onlinewebfonts.com/t/a78cfad3beb089a6ce86d4e280fa270b.svg#Calibri) format("svg"); */
/* }  */

@font-face {
    font-family: 'Calibri-Web';
    src: url(/wwwroot/Fonts/Calibri.eot) format('embedded-opentype'), url(/wwwroot/Fonts/Calibri.otf) format('opentype'), url(/wwwroot/Fonts/Calibri.svg) format('svg'), url(/wwwroot/Fonts/Calibri.ttf) format('truetype'), url(/wwwroot/Fonts/Calibri.woff) format('woff');
}

@-moz-document url-prefix() {

    body {
        font-family: Calibri-Web;
        font-weight: normal;
    }
}

@media not all and (min-resolution:.001dpcm) {

    @media {

        body {
            font-family: Calibri-Web;
            font-weight: normal;
        }
    }
}

body {
    font-family: Calibri-Web;
    font-weight: normal;
}

h1 {
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 2.5px;
    margin-bottom: 30px;
    zoom: 1;
}

h2 {
    font-size: 35px;
    margin-bottom: 30px;
    zoom: 1;
}

h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    zoom: 1;
}

h4 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
    zoom: 1;
}

p, a, code {
    /*font-size: 18px;*/
    zoom: 1;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark p {
    color: white;
}

.fa {
    margin-right: 10px;
}

.action .fa, .admin-item .fa, .action .fa, .confirmation-popover .fa {
    margin: 0;
}

.btn {
    font-size: 18px;
}

code {
    display: block;
    text-align: left;
    padding: 10px;
}

.alert-link {
    font-size: 14px;
}

.page-admin-wrapper
{
    position: fixed;
    right: 0;
    bottom: -6px;
    z-index: 50;
}

.admin-wrapper .button
{
    display: inline-block;
    background-color: black;
    padding: 10px 12px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    margin-right: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid gray;
    letter-spacing: 1px;
    border-bottom: 0;
    cursor: pointer;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0.9;
    min-height: 41px;
}

    .admin-wrapper .button:hover
    {
        opacity: 1;
    }

    .admin-wrapper .button.add, .admin-wrapper .button.act
    {
        background-color: #d32d27;
        border-color: #B72722;
    }

        .admin-wrapper .button.add:hover, .admin-wrapper .button.act:hover
        {
            background-color: #B72722;
        }

    .admin-wrapper .button.options
    {
        background-color: #255F85;
        border-color: #1A455E;
    }

        .admin-wrapper .button.options:hover
        {
            background-color: #1A455E;
        }

    .admin-wrapper .button.more
    {
        background-color: #28464B;
        border-color: #1E3438;
    }

        .admin-wrapper .button.more:hover
        {
            background-color: #1E3438;
        }

    .admin-wrapper .button.admin
    {
        background-color: #2E303A;
        border-color: #262730;
        margin-right: 10px;
    }

        .admin-wrapper .button.admin .fa
        {
            margin: 0;
        }

        .admin-wrapper .button.admin:hover
        {
            background-color: #262730;
        }

.page-builder .popover-content
{
    padding: 0;
}

.page-builder .popover.left .popover-content
{
    padding: 10px;
}

.popover-menu .list-group-item
{
    font-size: 15px;
    color: black;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .popover-menu .list-group-item:hover
    {
        background-color: #DDDDDD;
        color: black;
    }

.sp-container
{
    display: none;
}

@media (max-width: 450px)
{
    .admin-wrapper .button
    {
        padding: 12px 13px;
    }
}
.admin .component-container
{
    border: 1px dashed gray;
    border-radius: 5px;
    padding-bottom: 40px;
    padding-top: 40px;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    min-height: 20px;
}

.admin .box.component-container
{
    min-height: 200px;
}

.section-wrapper.admin .component-container.ui-state-hover
{
    min-height: 275px;
    border: 1px dashed red;
}

    .component-container
{
    position: relative;
    z-index: 2;
}

.admin .row
{
    border-color: brown;
    padding-top: 30px;
    padding-bottom: 30px;
}

.admin .mce-content-body:not(.btn)
{
    border: 1px solid transparent;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 5px;
}

.admin .mce-content-body:hover
{
    cursor: text;
    border: 1px dashed gray;
}

.admin .col-xs-2, .admin .col-xs-3, .admin .col-xs-4, .admin .col-xs-6, .admin .col-xs-12
{
    border-color: green;
    min-height: 150px;
}

.admin table.component-container
{
    display: block;
    border-color: brown;
}

.admin tbody
{
    display: block;
}

.admin tr
{
    display: table;
    width: 100%;
}

.admin th.component-container
{
    display: table-cell;
    min-width: 100px;
    border: 1px dashed purple;
}

.admin td.component-container
{
    position: relative;
    display: table-cell;
    min-width: 100px;
    border-color: green;
}

section:after, .row:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

section .vertical-alignment
{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 10% 0 10%;
}

.admin .widget-wrapper
{
    padding: 10px;
    border: 1px dashed black;
    cursor: pointer;
}

    .admin .widget-wrapper.video
    {
        padding: 0;
        padding-bottom: 56.25%;
    }

        .admin .widget-wrapper.video iframe
        {
            margin-top: 20px;
        }

        .admin .widget-wrapper.video:after
        {
            content: "";
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

@media (max-width: 767px)
{
    .action-container.wide .action
    {
        text-align: center;
        padding-right: 5px;
        border-radius: 50%;
        font-size: 18px;
        height: 50px;
        line-height: 52px;
        width: 50px;
    }
}

.component-expand
{
    border: 1px solid #e6e6e6;
    text-align: left;
    margin-bottom: 20px;
    cursor: pointer;
    background-color:white !important;
}

    .component-expand .component-expand-header {
        width: 100%;
        background-color: #e6e6e6;
        padding-left: 20px;
        padding-right: 20px;
    }

.component-expand-header h3
{
    margin: 0;
    padding: 0;
    line-height: 45px;
}

    .component-expand-header h3:before
    {
        font-family: 'Glyphicons Halflings';
        margin-right: 10px;
        font-size: 18px;
        content: "\e114";
    }

.component-expand.active .component-expand-header h3:before
{
    content: "\e113";
}

.visitor .component-body
{
    display: none;
    padding: 20px;
    padding-bottom: 20px;
}

.admin .component-expand-body
{
    display: block;
}

.component-preview .component-expand-body
{
    display: block;
}

.image
{
    display: inline-block;
    height: 125px;
    width: 125px;
    background-size: cover;
    background-position: center center;
    margin: 10px;
    margin-top: 20px;
}

    .image.image-circle
    {
        border-radius: 50%;
    }

    .image.image-icon
    {
        height: 64px;
        width: 64px;
    }

    .image.image-standard
    {
        width: 300px;
        height: 225px;
    }

    .image.image-auto
    {
        width: auto;
        max-width: 90%;
        height: auto;
    }

    .image.image-fill
    {
        width: 80%;
        min-height: 280px;
    }

    .image.image-block
    {
        width: 100%;
        margin: 0;
        height: 65vh;
    }

.admin .image
{
    cursor: pointer;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

    .admin .image:hover
    {
        opacity: 0.8;
    }

.checkbox-group
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed silver;
    margin-bottom: 30px;
    padding-left: 50px;
}

.checkbox-option
{
    float: left;
    margin-bottom: 10px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 20px;
    cursor: pointer;
}

    .checkbox-option.selected
    {
        border: 0 !important;
    }

    .checkbox-option p
    {
        float: left;
        padding-top: 3px;
    }

.check
{
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid silver;
    text-align: center;
}

    .check span
    {
        display: none;
    }

.checkbox-option.selected .check span
{
    font-size: 14px;
    padding-top: 5px;
    padding-left: 6px;
    display: block;
}

.carousel
{
    max-height: 100vh;
}

    .carousel .item .component-container
    {
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        right: 0;
        min-height: 100px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .carousel .item
    {
        text-align: center;
    }

        .carousel .item img
        {
            background-repeat: no-repeat;
            display: inline;
            margin: 0;
        }
section
{
    zoom: 1;
}

    section.header-split
    {
        position: relative;
        overflow: hidden;
    }

        section.header-split .details-wrapper
        {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 50%;
            padding-top: 6%;
            padding-bottom: 3.5%;
            background-image: url(/Areas/Admin/Content/Images/block_black_medium.png);
        }

            section.header-split .details-wrapper .details
            {
                float: right;
                width: 64%;
                left: auto;
                padding-right: 30px;
                padding-left: 30px;
                padding-bottom: 70px;
                text-align: right;
            }

        section.header-split h1
        {
            color: white;
            margin-bottom: 45px;
        }

        section.header-split p
        {
            color: #E5E5E5;
            margin-bottom: 30px;
        }

        section.header-split a
        {
            color: #E5E5E5;
            text-decoration: underline;
        }

        section.header-split input.upload
        {
            border: 0;
        }

        section.header-split input, section.header-split textarea
        {
            min-width: 275px;
            padding: 10px;
            width: 90%;
            margin-bottom: 20px;
            background-image: url(/Areas/Admin/Content/Images/block_black_medium.png);
            background-color: transparent;
            border: 1px solid white;
            color: white;
        }

    section.background-colour
    {
        background-image: none;
    }

@media (max-width: 1400px)
{
    section.header-split .details-wrapper
    {
        width: 75%;
    }

        section.header-split .details-wrapper .details
        {
            width: 75%;
        }
}

@media (max-width: 800px)
{
    section.header-split .details-wrapper
    {
        width: 80%;
    }

        section.header-split .details-wrapper .details
        {
            width: 80%;
            padding-top: 30px;
        }
}

@media (max-width: 767px)
{
    section.header
    {
        max-height: initial;
    }

    section iframe
    {
        max-width: 100%;
        -ms-zoom: 0.6;
        zoom: 0.6;
    }

    section.header-split .details-wrapper
    {
        width: 100%;
        position: relative;
        background-image: none;
        padding: 0;
    }

    section.header-split .details
    {
        background-image: url(/Areas/Admin/Content/Images/block_black_medium.png);
    }

    section.header-split .details-wrapper .details
    {
        width: 100%;
        text-align: center;
    }
}

section.quote
{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #191919;
    text-align: center;
    background-attachment: fixed;
    background-color: transparent;
    color: #F7F7F7;
}

    section.quote h1
    {
        font-size: 30px;
        padding-left: 250px;
        padding-right: 250px;
        margin: 0;
        margin-bottom: 40px;
    }

    section.quote h2
    {
        font-size: 25px;
    }

    section.quote .quote-image-left
    {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        top: 30px;
        background-size: contain;
        left: 100px;
        width: 200px;
        height: 200px;
    }

    section.quote .quote-image-right
    {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        top: 30px;
        background-size: contain;
        right: 100px;
        width: 200px;
        height: 200px;
    }

@media (max-width: 1024px)
{
    section.quote h1
    {
        padding-left: 125px;
        padding-right: 125px;
    }

    section.quote .quote-image-left
    {
        width: 100px;
        height: 100px;
        top: 75px;
        left: 50px;
    }

    section.quote .quote-image-right
    {
        width: 100px;
        height: 100px;
        top: 75px;
        right: 50px;
    }
}

@media (max-width: 767px)
{
    section.quote .quote-image-left, section.quote .quote-image-right
    {
        display: none;
    }

    section.quote h1
    {
        padding: 0;
    }

    section.quote
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

section.gallery
{
    height: auto;
    min-height: 300px;
}

    section.gallery .image
    {
        float: left;
        width: 25%;
        height: 350px;
        background-size: cover;
        background-position: center center;
        margin: 0;
    }

@media(max-width: 1024px)
{
    section.gallery .image
    {
        width: 50%;
        height: 400px;
    }
}

@media(max-width: 768px)
{
    section.gallery .image
    {
        width: 50%;
        height: 350px;
    }
}

@media(max-width: 414px)
{
    section.gallery .image
    {
        width: 100%;
        height: 300px;
    }
}

section.block
{
    text-align: center;
    background-color: black;
    color: white;
    background-size: cover;
    background-position: center center;
    padding: 20px;
    padding-bottom: 25px;
}

    section.block h1, section.block h2, section.block h3
    {
        display: inline-block;
        margin: 0;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px;
        font-size: 25px;
    }

    section.block p
    {
        line-height: 100px;
        margin-bottom: 10px;
    }

.glass
{
    position: absolute;
    background-image: url(/Areas/Admin/Content/Images/block_black_light.png);
}

.glass-top
{
    left: 0;
    top: 0;
    right: 0;
    height: 20px;
}

.glass-bottom
{
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
}

.glass-left
{
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 20px;
}

.glass-right
{
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 20px;
}

    .glass-left.full, .glass-right.full
    {
        top: 0;
        bottom: 0;
    }

.form-contact input
{
    width: 100%;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid silver;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    color: white;
}

.form-contact textarea
{
    width: 100%;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid silver;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    height: 230px;
    min-height: initial;
    color: white;
}

.form-contact button
{
    width: 100%;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid silver;
    color: white;
    font-size: 16px;
    padding: 15px 10px 15px 10px;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .form-contact button:hover
    {
        background-color: white;
        color: black;
    }

section.header-carousel .carousel
{
    max-height: 65vh;
}

section.header-carousel .carousel-inner
{
    max-height: 65vh;
}

    section.header-carousel .carousel-inner .item
    {
        height: 65vh;
    }

section.header-carousel .carousel .item .component-container
{
    top: 50%;
    bottom: auto;
    padding: 0;
}
.section-wrapper, section, .partial-wrapper
{
    position: relative;
}

.height-tall
{
    min-height: calc(100vh - 50px);
}

.height-medium
{
    min-height: 700px;
}

.height-standard
{
    min-height: 375px;
}

.height-small
{
    min-height: 200px;
}

.height-tiny
{
    min-height: 100px;
}

background-static
{
    background-size: cover;
    background-position: center center;
}

section.background-parallax
{
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.header
{
    max-height: calc(100vh - 50px);
    color: white;
}

.blank
{
    padding: 30px 2.5% 30px 2.5%;
    text-align: center;
}

section p, section a
{
    margin-bottom: 20px;
}

table
{
    margin-top: 20px;
    margin-bottom: 10px;
}

    table tr th
    {
        text-align: center;
    }

    table tr td
    {
        padding: 2px;
        padding-left: 30px;
        padding-right: 30px;
    }

#page-wrapper.zoom
{
    width: 30%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px dashed white;
}

    #page-wrapper.zoom .section-wrapper section, #page-wrapper.zoom .partial-wrapper section
    {
        -ms-zoom: 0.3;
        zoom: 0.3;
        pointer-events: none;
    }

    #page-wrapper.zoom .section-wrapper .action-container, #page-wrapper.zoom .partial-wrapper .action-container
    {
        display: none;
    }

.mce-ico.mce-i-trash
{
    background-image: url(/Areas/PageBuilder/Content/Images/Toolbar/mce-trash.png);
}

@media (max-width: 1024px)
{
    section.background-parallax
    {
        background-attachment: scroll;
    }

    #page-wrapper.zoom .section-wrapper section
    {
        -ms-zoom: 0.25;
        zoom: 0.25;
    }

    #page-wrapper.zoom
    {
        width: 60%;
    }
}

@media (max-width: 968px)
{
    section.height-tall
    {
        min-height: 80vh;
    }

    section.height-medium
    {
        min-height: 80vh;
    }

    #page-wrapper.zoom
    {
        width: 80%;
    }
}

@media (max-width: 736px)
{
    section.height-tall
    {
        min-height: 80vh;
    }

    section.height-medium
    {
        min-height: 80vh;
    }

    .panel-overlay
    {
        top: 15px;
        left: 15px;
        right: 15px;
        width: auto;
    }
}
