body {
    background-color: #fafafa;
    font-family: 'Open Sans';
    overflow-x: hidden;
}
.label-danger {
    background-color: #D4403A !important;
}
#wrapper {
    margin-top: 70px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

a {
    word-wrap: break-word;
}

    a:link, a:active, a:visited {
        color: #de1633;
    }

    a:hover {
        color: #333333;
    }

.navbar .container-fluid {
    padding: 0;
}

.navbar-right {
    padding: 10px 20px 0 10px;
}

.article {
    margin-bottom: 20px;
    background-color: #fff;
    /*border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .article:hover {
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .article h3 {
        background-color: #de1633;
        margin: 0;
        padding: 6px;
        color: #fff;
        display: table;
        font-family: 'Oswald';
    }

.story {
    padding: 20px;
    display: none;
    background-color: #fff;
    border-top: 1px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f9f9f9;
}
    .story p, .story span {
        font-family: 'Open Sans' !important;
        font-size: 11pt !important;
    }
    .story blockquote, .side blockquote {
        margin: 0;
    }

        .story blockquote small:before, .side blockquote small:before {
            content: '';
        }

.news {
    padding: 10px;
    cursor: pointer;
}

    .news h3 {
        margin-top: 35%;
    }

    .news h4 {
        background-color: #000;
        margin: 0;
        padding: 6px;
        font-size: 10pt;
        color: #fff;
        display: table;
    }

.side {
    background-color: #fff;
    padding: 20px;
    /*border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;*/
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .side:hover {
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .side h3, .login h3 {
        font-family: 'Oswald' !important;
        font-weight: 500 !important;
        margin: 0 0 20px 0 !important;
        color: #343434 !important;
    }

    .side ul {
        padding: 0;
        margin-bottom: 0;
    }

    .side li {
        list-style: none;
    }

.main h3 {
    margin-bottom: 0 !important;
}

#calendar li {
    padding-top: 15px;
}

#video {
    margin-top: 20px;
}

.filter {
    margin-bottom: 15px;
}

.photo {
    height: 120px;
    width: 120px;
    border-radius: 200px;
    margin: 0 auto 10px auto;
}

.btn-default, .btn-default:link, .btn-default:active, .btn-default:visited {
    background-color: #DE1633;
    color: #fff !important;
}

    .btn-default:hover {
        background-color: #c9142e !important;
    }
    .btn-default:focus {
        background-color: #c9142e !important;
    }

    .author {
        padding: 20px;
        border-top: 1px;
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #f9f9f9;
    }

    .author strong {
        color: #de1633;
    }

        .author strong:hover {
            text-decoration: underline;
            color: #333333;
        }

.authorname {
    font-size: 13pt;
    color: #de1633;
    cursor: pointer;
}

.author a {
    font-size: 13pt;
}

.author i {
    cursor: pointer;
    font-size: 24px;
    top: -12px;
    right: 0;
    position: relative;
    float: right;
}

    .author i:active {
        font-size: 22px;
        right: 1px;
        top: -12px;
    }

.posted {
    color: #737373;
}

.fa-heart-o {
    color: #999999;
}

.fa-heart {
    color: #de1633;
}

.writer {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 200px;
    float: left;
    margin-right: 10px;
    top: -8px;
}

.writerpop {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    margin: 0 auto;
}

.popover-content {
    text-align: center !important;
}

    .popover-content h4 {
        margin-bottom: 2px;
    }

.popover {
    z-index: 1;
}

.manage {
    float: right;
    position: relative;
    top: -25px;
    font-size: 20pt;
}

#more {
    margin-bottom: 20px;
}

@media (min-width:768px) {
    nav .subnav {
        display: none !important;
    }
}

@media (max-width:768px) {
    .news h4 {
        display: none !important;
    }

    .news h3 {
        font-size: 20px !important;
    }

    .container-fluid {
        padding: 0 !important;
    }
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 90%;
    margin-left: -250px;
    overflow-y: auto;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #f9f9f9;
    }

    .sidebar-nav .profile {
        background-color: #de1633;
        text-indent: 0;
        text-align: center;
        color: #fff;
        padding: 30px 10px;
    }

    .sidebar-nav h3, .sidebar-nav h4 {
        margin: 0;
    }

    .sidebar-nav img {
        width: 120px;
        padding-bottom: 10px;
    }

    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #757575;
        font-size: 11pt;
    }

    .sidebar-nav li i {
        width: 20px;
        text-indent: 0;
        text-align: center;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #292929;
        background: #fff;
        border-width: 0 5px 0 0;
        border-style: solid;
        border-color: #de1633;
    }

        .sidebar-nav li a:hover i {
            color: #de1633;
        }

    .sidebar-nav li a:active, .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.jalendar {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .jalendar .selected span {
        background-color: #de1633 !important;
        color: #fff !important;
    }

    .jalendar h1 {
        font-size: 24px !important;
        font-weight: 400 !important;
        font-family: 'Oswald' !important;
        margin: 10px 0 30px 0 !important;
    }

    .jalendar h2 {
        font-size: 13pt !important;
        font-weight: 400 !important;
    }

    .jalendar span {
        cursor: default !important;
    }
.prv-m, .nxt-m {
    top: 10px !important;
}
.today span {
}

.have-event span {
    cursor: pointer !important;
    background-color: #e5e5e5;
}

.have-event .selected {
    background-color: #de1633 !important;
    color: #fff !important;
}

    .have-event .selected:hover {
        color: #fff !important;
    }
.have-event .selected:before {
    background-color: #fff !important;
}
.have-event span:before {
    right: 13px !important;
    top: 24px !important;
}
.dressdown {
    background-color: #B01180 !important;
    color: #fff !important;
}
.casual {
    background-color: #0F957B !important;
    color: #fff !important;
}
.studentevent {
    background-color: #3EC614 !important;
    color: #fff !important;
}
.holiday {
    background-color: #0F4880 !important;
    color: #fff !important;
}
.today span:before, .holiday:before, .dressdown:before, .casual:before, .studentevent:before {
    background-color: #fff !important;
}

.total-bar {
    background-color: #de1633 !important;
}

.day-names h2 {
    color: #de1633 !important;
}
.clickable {
    cursor: pointer;
}
.event {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .event:hover {
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.eventday {
    padding: 15px;
    background-color: #de1633;
    color: #fff;
    font-family: 'Oswald';
    font-size: 18pt;
    text-align: center;
    line-height: 19pt;
}

.eventdetail {
    margin: 0 10px;
}
.hide {
    display: none !important;
}
@media (min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
}

@media (min-width:768px) {
    #wrapper.toggled {
        padding-left: 0;
    }
}

@media (min-width:768px) {
    #sidebar-wrapper {
        width: 250px;
    }
}

@media (min-width:768px) {
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
}

@media (min-width:768px) {
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
}

@media (min-width:768px) {
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.navigation-clean {
    background: #fff;
    /*padding-top:10px;*/
    /*padding-bottom:10px;*/
    color: #464646;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    height: 70px;
}

@media (max-width:767px) {
    .navigation-clean {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .navigation-clean .navbar-header {
        /*padding-top:10px;*/
        /*padding-bottom:10px;*/
    }
    .navbar-collapse {
        max-height: 100% !important;
    }
}

.navigation-clean .navbar-brand {
    font-weight: bold;
    color: inherit;
}

    .navigation-clean .navbar-brand:hover {
        color: #222;
    }

.navigation-clean.navbar-inverse .navbar-brand:hover {
    color: #f0f0f0;
}

.navigation-clean .navbar-brand img {
    height: 100%;
    display: inline-block;
    margin-right: 10px;
    width: auto;
}

.navigation-clean .navbar-toggle {
    border-color: #ddd;
}

    .navigation-clean .navbar-toggle:hover, .navigation-clean .navbar-toggle:focus {
        background: none;
    }

.navigation-clean.navbar-inverse .navbar-toggle {
    border-color: #555;
    margin-right: 30px;
    margin-top: 18px;
}

.navigation-clean .navbar-toggle .icon-bar {
    background-color: #888;
}

.navigation-clean.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #eee;
}

.navigation-clean .navbar-collapse, .navigation-clean .navbar-form {
    border-top-color: #ddd;
}

.navigation-clean.navbar-inverse .navbar-collapse, .navigation-clean.navbar-inverse .navbar-form {
    border-top-color: #333;
    background-color: #464646;
}

.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .open > a {
    background: none;
    box-shadow: none;
}

.navigation-clean.navbar-default .navbar-nav > .active > a, .navigation-clean.navbar-default .navbar-nav > .active > a:focus, .navigation-clean.navbar-default .navbar-nav > .active > a:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: none;
    pointer-events: none;
}

.navigation-clean.navbar .navbar-nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
}

.navigation-clean.navbar-default .navbar-nav > li > a {
    color: #465765;
}

    .navigation-clean.navbar-default .navbar-nav > li > a:focus, .navigation-clean.navbar-default .navbar-nav > li > a:hover {
        color: #37434d !important;
        background-color: transparent;
    }

.navigation-clean .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 2px;
}

@media (max-width:767px) {
    .navigation-clean .navbar-nav .open .dropdown-menu {
        box-shadow: none;
    }
}

@media (max-width:767px) {
    .navigation-clean .navbar-nav .open .dropdown-menu > li > a {
        color: #37434d;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 1;
    }
}

.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a {
    line-height: 2;
    font-size: 14px;
    color: #37434d;
}

    .navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a:hover {
        background: #eee;
        color: inherit;
    }

.navigation-clean.navbar-inverse {
    background-color: #464646;
    color: #fff;
}

    .navigation-clean.navbar-inverse .navbar-nav > .active > a, .navigation-clean.navbar-inverse .navbar-nav > .active > a:focus, .navigation-clean.navbar-inverse .navbar-nav > .active > a:hover {
        color: #8f8f8f;
        box-shadow: none;
        background: none;
        pointer-events: none;
    }

    .navigation-clean.navbar-inverse .navbar-nav > li > a {
        color: #dfe8ee;
    }

        .navigation-clean.navbar-inverse .navbar-nav > li > a:focus, .navigation-clean.navbar-inverse .navbar-nav > li > a:hover {
            color: #fff !important;
            background-color: transparent;
        }

    .navigation-clean.navbar-inverse .navbar-nav > li > .dropdown-menu {
        background-color: #1f2021;
    }

    .navigation-clean.navbar-inverse .dropdown-menu > li > a:focus, .navigation-clean.navbar-inverse .dropdown-menu > li > a {
        color: #f2f5f8;
    }

        .navigation-clean.navbar-inverse .dropdown-menu > li > a:focus, .navigation-clean.navbar-inverse .dropdown-menu > li > a:hover {
            background: #363739;
        }

@media (max-width:767px) {
    .navigation-clean.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}
