.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.tp-video-play-button {
    display: none !important;
}

.tp-caption {
    white-space: nowrap;
}

/* Course Categories
---------------------------------------------------------------------------- */
.course-categories .card a span {
    width: 100%;
    padding: 0 5px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .course-categories .card a span i {
        display: block;
        margin-bottom: 5px;
        font-size: 20px;
    }

.hover-effect {
    -webkit-transition: transform .25s ease, box-shadow .3s ease;
    -o-transition: transform .25s ease, box-shadow .3s ease;
    transition: transform .25s ease, box-shadow .3s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    border: 0;
}

    .hover-effect:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

.bg-home,
.bg-color-home.nav-link:hover,
.menu-color-home > a::before,
.bg-color-home.nav-link.active {
    background: var(--themecolor, #FF8600) !important;
}

.bg-travel,
.bg-color-travel.nav-link:hover,
.menu-color-travel > a::before,
.bg-color-travel.nav-link.active {
    background: var(--travel, #6F42C1) !important;
}

.bg-tech,
.bg-color-tech.nav-link:hover,
.menu-color-tech > a::before,
.bg-color-tech.nav-link.active {
    background: var(--tech, #007BFF) !important;
}

.bg-fashion,
.bg-color-fashion.nav-link:hover,
.menu-color-fashion > a::before,
.bg-color-fashion.nav-link.active {
    background: var(--fashion, #E83E8C) !important;
}

.bg-sports,
.bg-color-sports.nav-link:hover,
.menu-color-sports > a::before,
.bg-color-sports.nav-link.active {
    background: var(--sports, #DC3545) !important;
}

.bg-lifestyle,
.bg-color-lifestyle.nav-link:hover,
.menu-color-lifestyle > a::before,
.bg-color-lifestyle.nav-link.active {
    background: var(--lifestyle, #13A774) !important;
}

.bg-food,
.bg-color-food.nav-link:hover,
.menu-color-food > a::before,
.bg-color-food.nav-link.active {
    background: var(--food, #17A2B8) !important;
}

.bg-market,
.bg-color-market.nav-link:hover,
.menu-color-market > a::before,
.bg-color-market.nav-link.active {
    background: var(--market, #FFC107) !important;
}

.entry-title h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.entry-title a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.entry-title a:hover{
    color: #D47F00;
}

.entry-categories {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-transform: capitalize;
}

.bg-overlay .entry-categories {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 12px;
    z-index: 2;
}

.entry-categories a {
    color: #FFF !important;
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.entry-icons {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

    .entry-icons li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
    }

    .entry-icons a {
        font-weight: 600;
        color: #EEE;
    }

    .entry-icons span {
        opacity: 0;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 0;
        font-size: 11px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.entry:hover .entry-icons span {
    opacity: 1;
    -webkit-transform: translate(-50%, -13px);
    transform: translate(-50%, -13px);
}

.owl-carousel.fixed-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav .owl-nav [class*=owl-] {
    top: auto;
    margin-top: 0;
    left: auto;
    bottom: 10px;
    right: 30px;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    line-height: 25px;
    opacity: 1;
}

.owl-carousel.fixed-nav:hover .owl-nav .owl-next,
.owl-carousel.fixed-nav .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel.fixed-nav .owl-nav .disabled {
    opacity: .4 !important;
    display: block !important;
    cursor: auto;
}

.owl-carousel.fixed-nav.top-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav.top-nav .owl-nav [class*=owl-] {
    top: -44px;
    bottom: auto;
}

.owl-carousel.fixed-nav .owl-nav [class*=owl-]:hover {
    background-color: inherit !important;
    color: inherit !important;
}


.line-xs {
    margin: 4px 0 20px;
    border-bottom: 3px solid #EEE;
}

    .line-xs::after {
        top: 100%;
        left: 30px;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(51,51,51,0);
        border-top-color: #EEE;
        border-width: 8px;
        margin-left: -8px;
        z-index: 1;
        background: none;
    }

/* Line Colors */
.line-home {
    border-bottom-color: var(--themecolor, #FF8600) !important;
}

.line-travel {
    border-bottom-color: var(--travel, #6F42C1) !important;
}

.line-tech {
    border-bottom-color: var(--tech, #007BFF) !important;
}

.line-fashion {
    border-bottom-color: var(--fashion, #E83E8C) !important;
}

.line-sports {
    border-bottom-color: var(--sports, #DC3545) !important;
}

.line-lifestyle {
    border-bottom-color: var(--lifestyle, #13A774) !important;
}

.line-food {
    border-bottom-color: var(--food, #17A2B8) !important;
}

.line-market {
    border-bottom-color: var(--market, #FFC107) !important;
}

.line-light {
    border-bottom-color: var(--light, #F8F9FA) !important;
}

.line-dark {
    border-bottom-color: var(--dark, #343A40) !important;
}

.line-home::after {
    border-top-color: var(--themecolor, #FF8600) !important;
}

.line-travel::after {
    border-top-color: var(--travel, #6F42C1) !important;
}

.line-tech::after {
    border-top-color: var(--tech, #007BFF) !important;
}

.line-fashion::after {
    border-top-color: var(--fashion, #E83E8C) !important;
}

.line-sports::after {
    border-top-color: var(--sports, #DC3545) !important;
}

.line-lifestyle::after {
    border-top-color: var(--lifestyle, #13A774) !important;
}

.line-food::after {
    border-top-color: var(--food, #17A2B8) !important;
}

.line-market::after {
    border-top-color: var(--market, #FFC107) !important;
}

.line-light::after {
    border-top-color: var(--light, #F8F9FA) !important;
}

.line-dark::after {
    border-top-color: var(--dark, #343A40) !important;
}

.pagination-area {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    text-align: center;
    display: inline-block;
    width: 100%
}

.pagination-area ul {
    margin-bottom: 0
}

.pagination-area ul li {
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
    margin: 0 0 8px 8px;
    width: 40px;
    list-style: none;
}

.pagination-area ul li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1A1A1A;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    transition: all .2s ease-out .2s
}

.pagination-area ul li a:hover {
    background: #F7F7F7;
    border: 1px solid #e6e6e6;
    color: #1A1A1A
}

.pagination-area ul .active a {
    background: #D47F00;
    border: 1px solid #D47F00;
    color: #fff;
    transition: all .2s ease-out .2s
}

.pagination-area ul .active a:hover {
    background: #D47F00;
    border: 1px solid #D47F00;
    color: #fff
}

.caleandar-box {
    background: #f0f0f0;
    border-left: solid 1px #f0f0f0;
    padding-top: 10px;
}

.calendar-box {
    border: solid 1px #e6e6e6;
    border-top: solid 2px #ed1b24;
    padding: 15px;
    padding-top: 30px;
}

.cld-main {
    width: 100%;
}

    .cld-main a {
        color: #001D4C;
    }

    .cld-main svg {
        fill: #001D4C;
    }

.cld-datetime {
    position: relative;
    width: 66%;
    min-width: 100px;
    max-width: 300px;
    margin: auto;
    overflow: hidden;
}

    .cld-datetime .today {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        margin: auto;
        text-align: center;
    }

.cld-nav {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

    .cld-nav:hover {
        cursor: pointer;
    }

        .cld-nav:hover svg {
            fill: #001D4C;
        }

.cld-rwd {
    float: left;
}

.cld-fwd {
    float: right;
}

.cld-labels,
.cld-days {
    padding-left: 0;
}

.cld-label,
.cld-day {
    box-sizing: border-box;
    display: inline-block;
    width: 14.28571428571429%;
    text-align: center;
}

.cld-day {
    border: 1px solid #eee;
    background: #fff;
}

    .cld-day.today .cld-number {
        background: #001D4C;
        color: #fff;
    }

    .cld-day.disableDay {
        opacity: 0.5;
    }

    .cld-day.nextMonth,
    .cld-day.prevMonth {
        opacity: 0.33;
    }

.cld-number {
    position: relative;
    margin: 0;
    padding: 5px;
}

.cld-title {
    position: absolute;
    z-index: 5;
    display: none;
    top: 35px;
    left: 0;
    padding: 5px 10px;
    background: #fff;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}

.cld-number:hover .cld-title {
    display: block;
}

.cld-title::before {
    content: '';
    position: absolute;
    top: -7.5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #ccc;
}

.cld-number.eventday {
    font-weight: bold;
    color: #001D4C;
}

    .cld-number.eventday:hover {
        cursor: pointer;
        background: #eee;
    }

.today .cld-number.eventday:hover {
    background: #001D4C;
}

.view-mode {
    float: right;
    margin-top: -60px;
}

    .view-mode ul {
        padding: 0px;
        margin: 0
    }

        .view-mode ul li {
            float: left;
            list-style: none;
            margin-left: 6px;
        }

            .view-mode ul li a {
                color: #999999;
                font-size: 18px;
                font-weight: normal;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border: solid 1px #e6e6e6;
                display: inline-block;
                text-align: center;
            }

                .view-mode ul li a:hover {
                    background: #fff;
                    color: #333333;
                    border-top: solid 1px #001D4C;
                }

                .view-mode ul li a i {
                    font-size: 14px;
                    margin-top: -2px;
                }

            .view-mode ul li:first-child {
                margin-left: 0px;
            }

    .view-mode li.active a {
        background: #fff;
        color: #333333;
        border-top: solid 1px #D47F00;
    }

.oc-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-top: 10px;
}

.search-results-list li {
    border-bottom: solid 1px #e6e6e6;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .search-results-list li h6 {
        font-size: 18px;
        color: #333;
        font-weight: 500;
    }

    .search-results-list li .media-body {
        font-size: 13px;
    }

.validation-summary-errors {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding-left: 15px;
}

    .validation-summary-errors ul {
        margin-bottom: 0px;
    }

        .validation-summary-errors ul li {
            list-style: none;
        }

.widget_links .active {
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

#oc-news-photo .entry-title h3, #oc-news-video .entry-title h3 {
    font-size: 20px;
    line-height: 1.4;
    max-height: 56px;
    overflow: hidden;
}

.top-links-item {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.covid19 {
    background: rgb(255, 145, 0);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.sport-types {
    list-style: none;
}

    .sport-types li {
        margin-bottom: 10px;
    }

        .sport-types li a {
        }

        .sport-types li::before {
            content: "\e7a5";
            font-family: 'font-icons';
            display: inline-block;
            position: relative;
            top: 1px;
            left: 0;
            padding-right: 10px;
        }

.border-bottom-dashed {
    border-bottom: dashed 1px #dedede;
    padding-bottom: 10px;
}

.medal {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.medal {
    color: #dab509 !important;
}

    .medal .num {
        display: inline-block;
        vertical-align: middle;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        padding: 3px 0 0;
        border: 2px solid #dab509;
        text-align: center;
        color: #dab509;
        font-size: 14px;
        font-weight: bold;
    }

    .medal span {
        vertical-align: middle;
    }

    .medal.silver .num {
        color: #a1a1a1;
        border-color: #a1a1a1;
    }

    .medal.bronze .num {
        color: #ae7058;
        border-color: #ae7058;
    }

.bg-dark {
    background: #1A1A1A;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #logo a span{
        font-size: 16px;
        padding-left: 15px;
        padding-top: 20px;
    }

    .dropdown-toggle::after{
        display: none;
    }

    .tp-caption {
        margin: 40px;
        padding: 40px;
        margin-bottom: 20px;
        border-bottom: none;
    }

    .tp-caption a {
        font-size: 14px;
        line-height: 18px;
    }

    #sub-projects {
        margin-top: 0px;
    }

    #sub-projects .oc-item {
        background: #fff;
        border-right: none;
        text-align: center;
    }

    #sub-projects .oc-item a {
        margin-bottom: -32px;
    }

    h1 a.more-link{
        margin-top: 10px;
    }

    .gutter-20{
        margin-left: 0px;
    }

    .text-center-xs {
        text-align: center
    }

    .section {
        margin: 60px 0;
        padding: 60px 0;
        position: relative;
        width: 100%;
    }

    .contacts address {
        margin: 25px;
    }

    .contacts .contact-phone {
        margin-left: -10px;
    }

    .contacts .contact-email {
        margin-left: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .contacts .counter-title{
        margin-left: 5px;
    }

    .footer-widgets-wrap .widget_links h3{
        margin-top: 30px;
    }

    #copyrights .txt {
        text-align: center;
    }

    .sub-menu-container .menu-item > .menu-link {
        color: #fff;
    }

    .title-members{
        margin-top: 50px;
    }

    .standing-committees-grid .grid-item a {
        background: #F7F7F7;
    }

    .stats-grid .grid-item a {
        border-bottom: solid 1px #dedede;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #logo a span {
        padding-left: 15px;
        padding-top: 20px;
    }

    .contacts address {
        margin: 25px;
    }

    .contacts .contact-phone {
        margin-left: -10px;
    }

    .contacts .contact-email {
        margin-left: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .contacts .counter-title {
        margin-left: 5px;
    }

    .sub-menu-container .menu-item > .menu-link {
        color: #fff;
    }

    .standing-committees-grid .grid-item a {
        background: #F7F7F7;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .contact-section .contact-title {
        font-size: 32px;
    }

    .contact-section .contact-address {
        padding: 50px;
    }

    .contact-section .contact-bg {
        padding: 50px;
    }

    .sub-menu-container .menu-item > .menu-link {
        color: #fff;
    }

    .standing-committees-grid .grid-item a {
        background: #F7F7F7;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .contacts address {
        margin: 0px;
    }

    .sub-menu-container .menu-item > .menu-link {
        color: #4D4D4D;
    }

    .standing-committees-grid .grid-item a {
        background: #F7F7F7;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #sub-projects {
        margin-top: -150px;
    }

    .contacts address {
        margin: 0px;
    }

    .contacts .contact-email {
        margin: 0px;
    }

    .sub-menu-container .menu-item > .menu-link {
        color: #4D4D4D;
    }

    .standing-committees-grid .grid-item a {
        background: #F7F7F7;
    }
}

.font-resizer {
    position: fixed;
    top: 250px;
    right: 0px;
    left: auto;
    width: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    border-radius: 2px;
    z-index: 599;
}

.font-resizer button{
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #fff;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.font-resizer button:hover{
    background: #D47F00;
}

.box {
    border: 1px dashed #DDD;
    padding: 20px;
}

.box ul{
    list-style: circle;
}

.entry-page .box .label{
    font-weight: bold;
    font-size: 14px;
}

.entry-page label{
    font-weight: normal;
    text-transform: initial;
}

.entry-page .active .box{
    background: #dedede;
}

.times button.button, .times a.button, .times .heading-elements .btn-danger {
    width: initial !important;
    background: #1265A8;
    color: #fff;
    text-decoration: none !important;
    margin-left: 0px;
}

.times span{
    font-size: 14px;
}

.times .button-3d.button-blue:hover {
    background: red !important;
}

.times .active {
    background: red !important;
}

.table-editor .table {
    border: 1px solid #dee2e6;
}

.table-editor .table-bordered th,
.table-editor .table-bordered td {
    border: 1px solid #dee2e6;
}

.table-editor .table-bordered thead th,
.table-editor .table-bordered thead td {
    border-bottom-width: 2px;
}