﻿.b-g-darker {
    background-color: #3e1137;
}

.m-b-0 {
    margin-bottom: 0;
}

.v-a-middle {
    vertical-align: middle;
}

.b-c-white {
    background-color: white;
}

.pos-relative {
    position: relative;
}

.m-t-1point5 {
    margin-top: 1.5rem;
}

.m-b-1point5 {
    margin-bottom: 1.5rem;
}

.ds-none {
    display: none;
}

.ds-block {
    display: block;
}

.c-pointer {
    cursor: pointer;
}

.header-title {
    font-family: 'Crete Round',serif;
    font-size: 24px;
    line-height: 1.2;
}

ul.navbar-nav {
    width: 100%;
}

    ul.navbar-nav li a {
        font-size: 12px;
        color: black;
        position: relative;
    }

        ul.navbar-nav li a span {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

    ul.navbar-nav li:hover a {
        color: white !important;
    }

nav .navbar-brand {
    width: calc(100% - 1rem);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    nav .navbar-brand .logo-header {
        background: url(/Content/Image/logo.jpg) center center no-repeat;
        background-size: contain;
        height: 5rem;
        width: 17rem;
        margin-left: 1rem;
    }

    nav .navbar-brand ul {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.main-header .header-social-bar {
    display: table-row;
}

    .main-header .header-social-bar li {
        display: table-cell;
        vertical-align: middle;
    }

nav .navbar-brand ul li,
nav .navbar-brand ul li a {
    font-size: 13px;
}

    nav .navbar-brand ul li a,
    nav .navbar-brand ul li a:focus {
        text-decoration: none;
        color: inherit;
    }

    nav .navbar-brand ul li i {
        font-size: 17px;
    }

    nav .navbar-brand ul li:nth-child(1) {
        padding-right: 1.5rem;
    }

    nav .navbar-brand ul li:nth-child(2) {
        padding-right: 1.5rem;
        color: #980f82;
    }

    nav .navbar-brand ul li:nth-child(3) {
        color: #00529b;
    }

.subpages-subitems-container {
    position: absolute;
    top: 100%;
    z-index: 1;
    min-width: 15rem;
    padding-left: 0.5rem;
    padding-right: 1rem;
    font-size: 12px;
    transition: all 0.5s ease-in-out;
}

    .subpages-subitems-container a {
        width: 100% !important;
        text-align: left;
        padding: 0.3rem 1rem;
        color: white;
        display: block;
        width: 100%;
    }

        .subpages-subitems-container a:first-of-type {
            margin-top: 1rem;
        }

        .subpages-subitems-container a:last-of-type {
            margin-bottom: 1rem;
        }

.header-social-bar {
    z-index: 1;
}

button#auth-dropdown::after,
button#auth-dropdown:after {
    display: none;
}

button#auth-dropdown .open-dropdown {
    display: inline;
}

button#auth-dropdown .close-dropdown {
    display: none;
}

.auth-options .dropdown-menu {
    width: 100%;
    background-color: #980f82;
}

div.home-carousel div.carousel-item div.background {
    height: 34.5625rem;
    width: 100%;
    position: relative;
}

    div.home-carousel div.carousel-item div.background h2 {
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        background-color: rgba(255,255,255,0.8);
        padding: 0.5rem;
        z-index: 5;
    }

.carousel-cover {
    height: 34.6rem;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.home-carousel ul {
    position: absolute;
    z-index: 5;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    transition: all 0.5s ease-in-out;
}

    .home-carousel ul li {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

        .home-carousel ul li a {
            color: white;
            font-weight: 100;
        }

.home-carousel ul {
    z-index: 11;
}

.arrow {
    position: absolute;
    padding: 1.5rem;
    box-shadow: 1px -1px 0 1px rgb(158, 34, 139) inset;
    -webkit-box-shadow: 2px -2px rgb(158, 34, 139) inset;
    border: solid transparent;
    border-width: 0 0 2rem 2rem;
    transition: 0.2s;
}

    .arrow:hover {
        box-shadow: 2px -2px 0 2px rgb(158, 34, 139) inset;
        -webkit-box-shadow: 4px -4px rgb(158, 34, 139) inset;
    }

.arrow-up {
    transform: rotate(135deg);
}

.arrow-right {
    transform: rotate(225deg);
}

.arrow-down {
    transform: rotate(-45deg);
}

.arrow-left {
    transform: rotate(45deg);
}

.arrow-white {
    box-shadow: 1px -1px 0 1px white inset;
    -webkit-box-shadow: 2px -2px white inset;
}

    .arrow-white:hover {
        box-shadow: 2px -2px 0 2px white inset;
        -webkit-box-shadow: 4px -4px white inset;
    }

.ui-state-hover, .ui-widget-header .ui-state-hover {
    border: none !important;
    background: transparent !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
}

small.category-name {
    position: absolute;
    top: 0;
    left: -2px;
    color: white;
    font-size: 11px;
    padding: 0.5rem 1.5rem;
}

.dynamic-cards-container {
    margin-top: 1.5rem;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
    height: auto;
}

    .dynamic-cards-container .dyn-card-item:not(.ie-mode) {
        page-break-inside: avoid !important;
        -webkit-break-inside: avoid !important;
        break-inside: avoid !important;
        padding: 0;
        margin-bottom: 1.5rem;
        display: inline-block;
        position: relative;
    }

    .dynamic-cards-container .dyn-card-item.ie-mode {
        page-break-inside: avoid !important;
        -webkit-break-inside: avoid !important;
        break-inside: avoid !important;
        padding: 0;
        margin-bottom: 1.5rem;
    }

    .dynamic-cards-container .dyn-card-item {
        /*-moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;*/
    }

.dyn-card-item div.card a {
    text-decoration: none;
}

/*.dynamic-cards-container .dyn-card-item:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}*/

.dyn-card-item .card {
    border-radius: 0;
    border: none;
    display: block;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.action-bar {
    padding: 0.1rem 1.5rem 1.5rem 1.5rem;
}

.dyn-card-item div.card img.card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dyn-card-item div.card div.card-body {
    padding: 1.5rem;
}

.card-footer {
    border-top: none;
    background-color: white;
}

    .card-footer:last-child {
        border-radius: 0 !important;
    }

.dyn-card-item div.card div.card-body h4.header-title {
    margin-bottom: 0;
}

.card-date {
    color: #bdbcbc;
    font-size: 13px;
}

div.popover {
    border-radius: 0;
}

a.btn-view-more,
a.btn-view-more:focus {
    background-color: White;
    padding: 1.2rem;
    color: #980f82;
    text-decoration: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 13px;
}

.newsletter-home-container {
    background-color: #1b97c3;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

    .newsletter-home-container div.input-group {
        background-color: #00b1de;
    }

    .newsletter-home-container input,
    .newsletter-home-container input:focus,
    .newsletter-home-container input:visited,
    .newsletter-home-container input:active {
        background-color: #00b1de;
        border: none;
        border-radius: 0;
        color: white;
        padding: 0.85rem;
        max-width: 85%;
    }

        .newsletter-home-container input::-webkit-input-placeholder {
            color: white;
            font-style: italic;
        }

        .newsletter-home-container input::-moz-placeholder {
            color: white;
            font-style: italic;
        }

        .newsletter-home-container input:-ms-input-placeholder {
            color: white;
            font-style: italic;
        }

        .newsletter-home-container input:-moz-placeholder {
            color: white;
            font-style: italic;
        }

    .newsletter-home-container h4,
    .newsletter-home-container p {
        color: white;
    }

    .newsletter-home-container h4 {
        font-weight: 100;
        font-size: 1.8rem;
    }

    .newsletter-home-container .arrow.arrow-right,
    .newsletter-home-container .arrow.arrow-right:hover {
        box-shadow: 1px -1px 0 1px white inset;
        -webkit-box-shadow: 2px -2px white inset;
        z-index: 4;
        padding: 0.5rem;
        right: -1rem;
    }

.widget-card-container {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.widget-card {
    transition: all 0.5s ease-in-out;
}

    .widget-card:hover {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
    }

    .widget-card img {
        width: 100%;
        text-align: center;
        margin: auto;
        display: block;
    }

.row-videos-container {
    padding: 1.5rem 0.5rem;
    background-color: white;
}

.video-umptv .player {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .video-umptv .player i {
        font-size: 3rem;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 100%;
        padding: 0.1rem;
    }

.video-umptv h4 {
    margin-top: 1.5rem;
}
/* Calendar */
.data-title {
    font-size: 14px;
    font-weight: 500;
}

.ui-datepicker,
#calendar {
    width: 100% !important;
    display: inline-table;
}

.ui-datepicker {
    padding: 0 !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-corner-all {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.ui-datepicker table {
    margin: 0 !important;
}

.ui-widget-header {
    border: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none !important;
    background-color: transparent !important;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    padding: 1em 0 !important;
    background-color: #7d7d7d !important;
}

.ui-datepicker-title {
    color: white !important;
    text-transform: uppercase !important;
    font-weight: 100 !important;
    font-size: 1.2rem !important;
}

table.ui-datepicker-calendar {
    background-color: #fbfafa !important;
}

.ui-datepicker td {
    background-color: white !important;
}

table.ui-datepicker-calendar tr {
    border-bottom: 1px solid #fbfbfb;
}

table.ui-datepicker-calendar thead tr th {
    font-weight: 100 !important;
}

table.ui-datepicker-calendar thead tr {
    background-color: #d4d4d4;
}

.ui-datepicker td a {
    padding: 1.2rem 0.7em !important;
}

.date-description {
    padding: 1.5rem;
    background-color: #1b1b1b;
    width: 100%;
    color: White;
    margin-top: -0.3rem;
}

a.ui-state-default {
    text-align: center;
}

.video-img {
    transition: all 0.5s ease-in-out;
}

    .video-img:hover {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
    }

.footer-container {
    background-color: White;
    margin-top: 1.5rem;
    padding: 1.5rem;
}

.f-small-header {
    font-family: 'Patua One',cursive;
}

footer .footer-category {
    font-size: 12px;
    padding-top: 0.7rem;
    margin-bottom: 0.5rem;
}

footer ul li {
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

    footer ul li a {
        text-decoration: none;
        color: #5d5d5d;
        font-weight: 100;
        font-size: 12px;
    }

footer .sp-row .footer-category {
    margin-bottom: 0;
}

.header-nav-mob > div:nth-child(1) {
    background-color: #dcdcdc;
    cursor: pointer;
}

    .header-nav-mob > div:nth-child(1) i {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.header-nav-mob > div:nth-child(2) {
    background-color: #e9e7e8;
    cursor: pointer;
}

    .header-nav-mob > div:nth-child(2) i {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.header-nav-mob > div:nth-child(3) {
    background-color: #1a97c3;
    color: white;
    cursor: pointer;
}

    .header-nav-mob > div:nth-child(3) i {
        padding-top: 1rem;
        padding-bottom: 1.1rem;
        margin-right: 0.5rem;
    }

    .header-nav-mob > div:nth-child(3) p {
        display: inline;
    }

.header-nav-mob > div:nth-child(4) {
    background-color: #9e228b;
    cursor: pointer;
    position: relative;
}

    .header-nav-mob > div:nth-child(4) button {
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none !important;
        padding: 0.6rem !important;
        line-height: 0;
    }

.header-home-logo {
    padding: 1rem;
    background-color: white;
}

.auth-options.dropdown button.btn,
.auth-options.dropdown button.btn:hover,
.auth-options.dropdown button.btn:active,
.auth-options.dropdown button.btn:visited {
    border: none;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px;
    background-color: transparent !important;
    border: none;
}

.auth-options.dropdown .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 1rem 0 0.5rem 0;
}

    .auth-options.dropdown .dropdown-menu .dropdown-item {
        text-transform: capitalize;
        color: white;
        font-size: 11px;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

        .auth-options.dropdown .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            font-weight: bold;
        }

.auth-burger {
    color: #9e228b;
    border: 1px solid #9e228b;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 0.4rem 0.3rem;
}

.show > .btn-secondary.dropdown-toggle,
.btn-secondary.dropdown-toggle:hover {
    background-color: #9e228b;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

#footer-down-row {
    border-top: 1px solid #eeeeee;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    #footer-down-row ul li:nth-child(1) {
        font-size: 12px;
    }

    #footer-down-row ul li:nth-child(2) {
        font-size: 11px;
    }

@media (max-width:991px) {
    body {
        max-width: 100vw !important;
        width: 100vw !important;
        overflow-x: hidden !important;
    }

    nav#tablet-up,
    .tablet-up {
        display: none;
    }

    nav#tablet-down,
    .tablet-down {
        display: inherit;
    }

    div.navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: rgb(105, 11, 90);
    }

        div.navbar-collapse ul li a.nav-link {
            color: white !important;
            padding: .5rem 0 !important;
            font-size: 11px;
        }

        div.navbar-collapse ul.navbar-nav li {
            min-width: 100% !important;
            width: 100% !important;
        }

            div.navbar-collapse ul.navbar-nav li.nav-item-with-subitems p {
                margin-bottom: 0;
                padding: .5em 0;
            }

                div.navbar-collapse ul.navbar-nav li.nav-item-with-subitems p button {
                    padding: 0 !important;
                    background-color: transparent;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    outline: none;
                    border: none;
                    font-size: 11px;
                    color: white;
                    width: 100%;
                    text-align: left;
                }

                    div.navbar-collapse ul.navbar-nav li.nav-item-with-subitems p button span:nth-child(1) {
                        color: white !important;
                        width: auto;
                        display: inline;
                        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
                    }

                    div.navbar-collapse ul.navbar-nav li.nav-item-with-subitems p button i {
                        font-size: 22px;
                        line-height: 0;
                    }

    .nav-subitems-mob-container {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 2rem;
    }

        .nav-subitems-mob-container ul li a {
            padding-left: 2.5rem !important;
        }

    div.home-carousel div.carousel-item {
        height: 19rem;
    }

    #carousel-home .arrow {
        padding: 1rem !important;
    }

    #carousel-home .carousel-control-prev span.arrow-left {
        left: 0.8rem !important;
    }

    #carousel-home .carousel-control-next span.arrow-right {
        right: 0.8rem !important;
    }

    #calendar {
        margin-top: 0;
    }

        #calendar .ui-datepicker table {
            font-size: 0.8em !important;
        }

        #calendar .ui-datepicker {
            width: 100% !important;
        }

    .ui-datepicker-prev.ui-corner-all .arrow.arrow-left.arrow-white {
        left: 1rem !important;
        right: inherit !important;
    }

    .ui-datepicker-next.ui-corner-all .arrow.arrow-right.arrow-white {
        left: inherit !important;
        right: 1rem !important;
    }

    .ui-datepicker td a {
        padding: 1.2rem 0.9em !important;
    }

    .date-description .data-title {
        margin-bottom: 0.5rem;
    }

    div.home-carousel div.carousel-item div.background {
        height: 15rem;
    }

        div.home-carousel div.carousel-item div.background h2 {
            left: 0;
            bottom: -4.1rem;
            font-size: 1.2rem;
        }

    /*.grid {
        margin-bottom: 0;
    }

        .grid:after {
            content: '';
            display: block;
            clear: both;
        }

        .grid div.card:nth-child(odd),
        .grid div.card:nth-child(even) {
            margin-left: 0;
            margin-right: 0;
        }*/

    div.card {
        margin-bottom: 1.5rem;
    }

        div.card div.card-body h4.header-title {
            font-size: 19px;
        }

        div.card div.card-body {
            padding: 1rem 1rem 0 1rem;
        }

        div.card .action-bar {
            padding-bottom: 0.7rem;
        }

    .dynamic-cards-container {
        -moz-column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    a.btn-view-more {
        margin-top: 0.5rem;
    }

    .row-videos-container h4.header-title {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
        font-size: 19px;
    }

    .popover {
        left: -5rem !important;
    }

        .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
            margin-right: 0 !important;
            margin-left: -26px !important;
        }

        .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
            margin-right: 0 !important;
            margin-left: -27px !important;
        }

        .popover.popover-top::after, .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before,
        .popover.bs-tether-element-attached-bottom::after {
            right: 0 !important;
            left: 100% !important;
        }

    .auth-options button#auth-dropdown {
        color: white;
        text-transform: uppercase;
        padding: 0;
    }

    .header-nav-mob > div:nth-child(3) i {
        font-size: 15px;
        text-align: center;
        margin-right: 0;
        color: white;
    }

    .auth-burger {
        border-color: white;
        padding: 0.4rem 0.3rem;
    }

    #footer-down-row {
        border-top: 1px solid #eeeeee;
        margin-top: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        #footer-down-row ul {
            margin-top: 2.5rem;
            margin-bottom: 0;
        }
}

@media(min-width:992px) {
    nav#tablet-up,
    .tablet-up {
        display: inherit;
    }

    nav#tablet-down,
    .tablet-down {
        display: none;
    }
}

@media(min-width:439px) and (max-width: 991px) {
    #carousel-home h2 {
        width: 100% !important;
        bottom: -2.8rem !important;
    }
}
