.navbar-fixed-top {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0
}

    .navbar-fixed-top.second {
        top: 75px
    }

        .navbar-fixed-top.second.fixed {
            position: fixed;
            top: 0
        }

.navbar {
    min-height: 63px
}

.navbar-brand {
    padding: 0;
    height: 60px
}

    .navbar-brand img {
        height: 63px
    }

.nav-justified > li > a {
    height: 75px;
    color: #1D1D1D;
    line-height: 60px
}

    .nav-justified > li > a:after {
        content: "";
        height: 60px;
        width: 1px;
        background-color: #ebebeb;
        position: absolute;
        right: 0
    }

.nav-justified > li.today {
    background-color: #f5f5f5
}

    .nav-justified > li.today > a {
        color: #f03
    }

.nav-justified > li.future > a {
    color: #D6D6D6
}

.navbar-default {
    font-size: 0.85em
}

    .navbar-default .navbar-nav > li.btn-wrapper {
        display: -ms-flexbox;
        display: flex;
        height: 60px
    }

        .navbar-default .navbar-nav > li.btn-wrapper > a.btn-danger {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            padding: 5px 35px 5px 15px;
            border-radius: 2px
        }

            .navbar-default .navbar-nav > li.btn-wrapper > a.btn-danger:hover {
                background-color: #cc0029
            }

            .navbar-default .navbar-nav > li.btn-wrapper > a.btn-danger .fa {
                position: relative;
                right: -20px
            }

        .navbar-default .navbar-nav > li.btn-wrapper button {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center
        }

    .navbar-default .navbar-nav > li .collapse.in .navbar-nav > li > a.btn-danger {
        top: 0;
        display: block;
        border-radius: 0
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent
}

#search {
    display: none;
    margin: 0;
    border: none;
    padding-right: 0px;
    height: 60px
}

    #search .form-group {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    #search .form-control {
        height: 28px;
        margin-top: 11px;
        margin-bottom: 11px;
        width: calc(100% - 37px)
    }

    #search .submit {
        position: absolute;
        right: 40px;
        top: 18px;
        z-index: 99;
        font-size: 11px;
        background-color: transparent;
        border: none
    }

#inline-datepicker-input {
    background-color: white
}

#sportsNavbar .dragscroll {
    width: calc(100% - 620px);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    box-shadow: inset -4px 0px 5px 1px rgba(0,0,0,0.15),inset 4px 0px 5px 1px rgba(0,0,0,0.15)
}

    #sportsNavbar .dragscroll > li {
        white-space: nowrap
    }

#soutez-logo {
    margin: 0 10px
}

@media screen and (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 20px 15px;
        line-height: 22px
    }

   /* .navbar-nav .dropdown:nth-child(4), .navbar-nav .dropdown:nth-child(5), .navbar-nav .dropdown:nth-child(6), .navbar-nav .dropdown:nth-child(7), .navbar-nav .dropdown:nth-child(8) {
        display: none
    }*/

    .navbar-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .navbar-right.mobile {
            display: none
        }
}

@media screen and (min-width: 1100px) {
    .navbar-nav .dropdown:nth-child(4) {
        display: block
    }
}

@media screen and (min-width: 1180px) {
    .navbar-nav .dropdown:nth-child(5) {
        display: block
    }
}

@media screen and (min-width: 1366px) {
    .navbar-nav .dropdown:nth-child(6) {
        display: block
    }
}

@media screen and (min-width: 1599px) {
    .navbar-nav .dropdown:nth-child(7), .navbar-nav .dropdown:nth-child(8) {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li.btn-wrapper {
        top: 0px;
        display: inline-block
    }

        .navbar-default .navbar-nav > li.btn-wrapper > a.btn-danger {
            display: block;
            border-radius: 0px;
            width: 100%;
            height: auto
        }

    .navbar-right {
        display: none
    }

        .navbar-right > li {
            display: inline-block
        }

        .navbar-right.mobile {
            display: inline-block;
            margin: 7px 0 0 0;
            float: right
        }

            .navbar-right.mobile .btn-wrapper {
                height: auto !important
            }

    .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 14px
    }

    #search {
        padding: 0
    }

        #search .input-group {
            width: 100%
        }

    .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
        padding-left: 35px
    }

    .yamm-content li, .yamm-content a {
        color: white
    }

    .navbar-brand img {
        height: 62px
    }
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: auto;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        border-radius: 0px;
        transform: translateY(-30px)
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            border-radius: 0px
        }

@media screen and (max-width: 1024px) {
    .dropdown-submenu > .dropdown-menu {
        top: -1px;
        transform: translateY(0)
    }
}

@media screen and (max-width: 575px) {
    .navbar-right {
        display: block
    }

        .navbar-right.mobile {
            display: none
        }
}

#top-calendar .owl-item.active a:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #ebebeb;
    top: 15%;
    right: 0
}

#top-calendar .owl-item.active:last-child a:after {
    display: none
}

#top-calendar .item {
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    padding: 20px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

    #top-calendar .item a {
        display: block;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #2F2F2F;
        font-size: 1em
    }

        #top-calendar .item a.future {
            color: #D6D6D6
        }

        #top-calendar .item a:focus {
            text-decoration: none;
            outline: none
        }

    #top-calendar .item:hover, #top-calendar .item:focus {
        background-color: #f5f5f5
    }

        #top-calendar .item:hover a, #top-calendar .item:focus a {
            text-decoration: none;
            color: #1D1D1D
        }

    #top-calendar .item.today {
        border-bottom: 2px solid #f03
    }

        #top-calendar .item.today .badge {
            width: 34.5px;
            margin-right: -4px
        }

            #top-calendar .item.today .badge:last-child {
                margin-right: 0
            }

#top-calendar #calendar-owl {
    display: none;
    width: calc(100% - 150px);
    float: left
}

#top-calendar .left-nav, #top-calendar .right-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100px;
    float: left;
    display: block
}

    #top-calendar .left-nav > li, #top-calendar .right-nav > li {
        width: 50px;
        float: left;
        height: 75px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

        #top-calendar .left-nav > li.arrow, #top-calendar .right-nav > li.arrow {
            background-color: #f8f8f8
        }

        #top-calendar .left-nav > li button, #top-calendar .right-nav > li button {
            width: 100%;
            color: #cbcbcb
        }

#top-calendar .right-nav {
    width: 50px
}

#loader {
    width: calc(100% - 150px);
    float: left;
    text-align: center;
    margin-top: 21.5px
}

@media screen and (max-width: 767px) {
    #top-calendar .owl-item.active a:after {
        content: none
    }

    #top-calendar .badge {
        display: inline-block;
        margin: 3px
    }
}

@media screen and (max-width: 480px) {
    #top-calendar .item a {
        font-size: 1em
    }
}

.datepicker table tr td.today {
    background-image: none;
    background-color: #acacac;
    color: white
}

    .datepicker table tr td.today:hover {
        background-image: none !important;
        background-color: #939393 !important;
        color: white !important
    }

.datepicker table tr td.active.active {
    background-image: none;
    background-color: #1d4566
}

#nav-filter {
    background: white;
    border-bottom: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0 0
}

    #nav-filter li {
        float: none
    }

    #nav-filter .sorter, #nav-filter .filter, #nav-filter .date {
        font-size: 0.9em;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

        #nav-filter .sorter a, #nav-filter .filter a, #nav-filter .date a {
            padding: 12px 14px;
            color: #B9B9B9;
            border-bottom: 1px solid white
        }

            #nav-filter .sorter a.active, #nav-filter .filter a.active, #nav-filter .date a.active {
                color: #1d4566
            }

            #nav-filter .sorter a.live, #nav-filter .filter a.live, #nav-filter .date a.live {
                color: #f03
            }

            #nav-filter .sorter a:hover, #nav-filter .filter a:hover, #nav-filter .date a:hover {
                color: #1d4566;
                background-color: white
            }

    #nav-filter .filter {
        text-transform: uppercase;
        margin: 0 auto 0 0
    }

        #nav-filter .filter a.active {
            border-bottom: 1px solid #1d4566
        }

        #nav-filter .filter a:hover {
            border-bottom: 1px solid #1d4566
        }

    #nav-filter .date {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 auto
    }

        #nav-filter .date img {
            width: 21px
        }

        #nav-filter .date .form-control {
            border: none;
            font-size: 0.9em;
            color: #B9B9B9;
            box-shadow: none;
            width: 140px
        }

            #nav-filter .date .form-control:focus {
                box-shadow: none
            }

    #nav-filter .dropdown {
        display: -ms-flexbox;
        display: flex
    }

        #nav-filter .dropdown a {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center
        }

    #nav-filter.soutez {
        margin-top: 40px
    }

        #nav-filter.soutez .dropdown a {
            color: #B9B9B9;
            font-size: 0.9em
        }

        #nav-filter.soutez .dropdown-menu {
            font-size: 0.9em
        }

        #nav-filter.soutez .date {
            margin: 0 15px 0 auto
        }

    #nav-filter .season, #nav-filter .team {
        font-size: 0.75em;
        padding: 6px 15px;
        font-weight: 600
    }

        #nav-filter .season select, #nav-filter .team select {
            font-size: 0.95em;
            border: none;
            border-bottom: 1px solid #f03;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            text-align-last: center;
            padding: 2px 6px
        }

            #nav-filter .season select::-ms-expand, #nav-filter .team select::-ms-expand {
                display: none
            }

            #nav-filter .season select:focus, #nav-filter .team select:focus {
                outline: none
            }

@media screen and (max-width: 480px) {
    #nav-filter .date {
        margin: 0 auto 0 15px
    }

    #nav-filter.soutez {
        margin-top: 10px
    }

        #nav-filter.soutez .filter, #nav-filter.soutez .date {
            margin: 0 auto;
            width: 100%
        }

        #nav-filter.soutez .date {
            padding-left: 15px;
            margin: 4px 0 10px
        }
}

.sports-table, #sports-accordion .table, #soutez-table, #live-accordion .table {
    font-size: 0.8em
}

    .sports-table .live, #sports-accordion .table .live, #soutez-table .live, #live-accordion .table .live {
        color: #f03
    }

    .sports-table tr td, #sports-accordion .table tr td, #soutez-table tr td, #live-accordion .table tr td {
        padding: 10px 8px
    }

        .sports-table tr td:first-child, #sports-accordion .table tr td:first-child, #soutez-table tr td:first-child, #live-accordion .table tr td:first-child {
            padding-left: 25px;
            width: 1px
        }

        .sports-table tr td:last-child, #sports-accordion .table tr td:last-child, #soutez-table tr td:last-child, #live-accordion .table tr td:last-child {
            padding-right: 25px;
            text-align: center;
            width: 1px
        }

        .sports-table tr td strong, #sports-accordion .table tr td strong, #soutez-table tr td strong, #live-accordion .table tr td strong {
            font-weight: 600
        }

.clickable-row {
    cursor: pointer
}

    .clickable-row:hover {
        background-color: #f9f9f9
    }

@media screen and (max-width: 480px) {
    .sports-table tr td, #sports-accordion .table tr td, #soutez-table tr td, #live-accordion .table tr td {
        padding: 12px 4px
    }

        .sports-table tr td:first-child, #sports-accordion .table tr td:first-child, #soutez-table tr td:first-child, #live-accordion .table tr td:first-child {
            padding-left: 8px
        }

        .sports-table tr td:last-child, #sports-accordion .table tr td:last-child, #soutez-table tr td:last-child, #live-accordion .table tr td:last-child {
            padding-right: 8px
        }
}

#sports-accordion .panel {
    border: none;
    border-bottom: 1px solid #e6e6e6
}

    #sports-accordion .panel + .panel {
        margin-top: 0
    }

#sports-accordion .panel-heading {
    background-color: white
}

    #sports-accordion .panel-heading a {
        display: block;
        padding: 12px 15px
    }

        #sports-accordion .panel-heading a:hover, #sports-accordion .panel-heading a:focus, #sports-accordion .panel-heading a:active, #sports-accordion .panel-heading a:visited {
            text-decoration: none;
            color: black;
            outline: none
        }

#sports-accordion .panel-body {
    border: none
}

#sports-accordion h4 {
    font-size: 0.9em;
    color: black;
    position: relative
}

    #sports-accordion h4:after {
        content: "\f0de";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 5px
    }

#sports-accordion a.collapsed h4:after {
    content: "\f0dd";
    top: 0
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 88px;
    background-color: #F7F7F7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .footer > div {
        margin: 22px auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .footer .nav {
        text-transform: uppercase;
        font-size: 0.85em
    }

        .footer .nav > li > a:hover {
            background-color: transparent
        }

    .footer a {
        color: #1d4566
    }

        .footer a:hover {
            color: #122a3e
        }

@media screen and (max-width: 767px) {
    .footer {
        text-align: center
    }
}

#soutez-table {
    background-color: white;
    margin-bottom: 40px
}

body.soutez {
    background-image: url("../images/soutez_bg.png");
    background-size: cover;
    background-attachment: fixed
}

.pagination {
    margin-bottom: 60px;
    margin-top: 0
}

@media screen and (max-width: 480px) {
    #soutez-logo {
        display: none
    }
}

#video-wrapper {
    margin: 15px 0 10px;
    z-index: 950
}

#getting-started {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 3em;
    background-image: url("http://se04.se.tvcom-static.service.cdn.cra.cz/Images/2000/4/8/f98.jpg?v=635847852780000000");
    background-size: cover
}

    #getting-started p {
        margin: 0;
        text-align: center;
        position: relative;
        top: 50%;
        margin-top: -0.8em;
        background-color: rgba(0,0,0,0.75)
    }

#live-stream {
    text-transform: capitalize;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
    padding: 8px 26px;
    font-weight: 600;
    cursor: default
}

#technicka-poznamka {
    z-index: 100;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 1em;
    bottom: 0;
    line-height: 22px;
    background-color: rgba(0,0,0,0.75);
    padding: 0.4em 0;
    display: none
}

@media screen and (max-width: 991px) {
    #video-wrapper {
        margin: 10px 0
    }
}

@media screen and (max-width: 575px) {
    #getting-started {
        font-size: 1.5em
    }

    #technicka-poznamka {
        font-size: 0.8em
    }
}

#video-selector {
    background-color: white;
    padding: 10px;
    max-width: 500px
}

    #video-selector h4 {
        font-size: 0.65em;
        font-weight: 600;
        margin: 5px 0 0
    }

    #video-selector h5 {
        font-size: 0.65em;
        font-weight: 600;
        color: #666;
        position: absolute;
        bottom: 0;
        margin: 0 0 5px
    }

    #video-selector .media {
        margin-top: 5px;
        position: relative
    }

        #video-selector .media .media-object {
            max-width: 215px;
            -o-object-fit: cover;
            object-fit: cover
        }

    #video-selector .media-left a {
        position: relative
    }

        #video-selector .media-left a:hover:before {
            content: url("../../images/play_colored.png")
        }

        #video-selector .media-left a:before {
            content: url("../../images/play.png");
            position: absolute;
            z-index: 1;
            transform: scale(0.3) translate(92px, -77px)
        }

    #video-selector .ad-wrapper {
        margin-bottom: 25px;
        display: none
    }

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #video-selector .media img {
        max-width: 130px
    }
}

@media screen and (max-width: 991px) {
    #video-selector {
        margin: 0 0 50px;
        max-width: 100%
    }
}

@media screen and (max-width: 380px) {
    #video-selector .media img {
        max-width: 180px
    }
}

.video-js {
    background-color: transparent
}

    .video-js .vjs-big-play-button {
        top: 50%;
        margin-top: -27.5px;
        left: 50%;
        margin-left: -45px
    }

#video-info {
    display: -ms-flexbox;
    display: flex;
    padding: 12px 15px;
    background-color: white
}

    #video-info h1 {
        font-size: 0.9em;
        font-weight: 600;
        margin: 0 0 0.8em
    }

    #video-info h2 {
        font-size: 0.65em;
        color: #666;
        margin: 0 0 0.5em;
        font-weight: 600
    }

    #video-info .col {
        width: 50%
    }

    #video-info .date {
        margin-bottom: 2.4em
    }

    #video-info .views {
        color: #666;
        font-size: 0.9em;
        font-weight: 600
    }

    #video-info .tw {
        color: #55acee
    }

        #video-info .tw:hover, #video-info .tw:focus {
            color: #2795e9;
            text-decoration: none
        }

    #video-info .fb {
        color: #3c579e
    }

        #video-info .fb:hover, #video-info .fb:focus {
            color: #2e4379;
            text-decoration: none
        }

    #video-info .gp {
        color: #d95032
    }

        #video-info .gp:hover, #video-info .gp:focus {
            color: #b63c22;
            text-decoration: none
        }

    #video-info .lk {
        color: #1d4566
    }

        #video-info .lk:hover, #video-info .lk:focus {
            color: #122a3e;
            text-decoration: none
        }

    #video-info .share-text {
        color: #666;
        font-size: 0.65em;
        font-weight: 600;
        position: relative;
        top: -10px;
        margin-right: 15px
    }

#video-link {
    padding: 12px 15px;
    background-color: white;
    margin: 10px 0 0 0;
    display: none
}

    #video-link .options-wrapper {
        font-size: 0.65em;
        font-weight: 600
    }

    #video-link pre {
        margin-top: 25px;
        border: none;
        background-color: white;
        white-space: normal;
        padding: 5px 20px
    }

    #video-link select {
        border: none;
        border-bottom: 1px solid #f03;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        text-align-last: center;
        padding: 2px 6px
    }

    #video-link::-ms-expand {
        display: none
    }

    #video-link:focus {
        outline: none
    }

#custom-width {
    display: none;
    width: 50px;
    border: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center
}

    #custom-width:focus {
        outline: none
    }

    #custom-width::-webkit-outer-spin-button, #custom-width::-webkit-inner-spin-button {
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (max-width: 480px) {
    #video-link pre {
        padding: 10px 15px
    }
}

.modal .close {
    position: absolute;
    right: 5px;
    top: 2px
}

#video-modal .modal-content {
    border-radius: 0
}

    #video-modal .modal-content img {
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        width: 100%;
        height: auto
    }

#video-modal .modal-body {
    padding: 0
}

#app-modal .logo {
    width: 120px;
    margin: 0 auto;
    border: 1px solid #D6D6D6;
    border-radius: 16px
}

#app-modal .badges {
    height: 25.5px;
    margin-top: 35px
}

#app-modal h1 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 40px 0 10px
}

#app-modal h2 {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 15px
}

#app-modal p {
    margin: 0px;
    font-size: 0.9em
}

@media (min-width: 768px) {
    #video-modal .modal-dialog {
        width: 75%
    }
}

#login {
    padding: 120px 0;
    margin-top: 50px;
    background-color: white;
    position: relative
}

    #login h2 {
        font-size: 1em;
        font-weight: 600;
        margin-bottom: 20px
    }

    #login .btn {
        color: white;
        font-weight: 600;
        position: relative
    }

        #login .btn i {
            position: absolute;
            left: 15px;
            top: 9px
        }

    #login .btn-facebook {
        background-color: #3c579e
    }

        #login .btn-facebook:hover {
            background-color: #2e4379
        }

    #login .btn-google {
        background-color: #d95032
    }

        #login .btn-google:hover {
            background-color: #b63c22
        }

    #login .btn-twitter {
        background-color: #55acee
    }

        #login .btn-twitter:hover {
            background-color: #2795e9
        }

    #login .btn-microsoft {
        background-color: #b2b2b2
    }

        #login .btn-microsoft:hover {
            background-color: #999
        }

    #login .register-wrapper {
        font-size: 0.75em;
        margin-bottom: 35px
    }

        #login .register-wrapper a {
            font-weight: 600
        }

    #login .form-control {
        margin-bottom: 15px
    }

    #login .btn-block + .btn-block {
        margin-top: 12px
    }

    #login .btn-club {
        position: absolute;
        top: 0;
        background-color: #f03;
        left: 50%;
        padding: 12px 25px;
        margin-left: -196.5px
    }

        #login .btn-club:hover {
            background-color: #cc0029
        }

@media screen and (max-width: 991px) {
    #login {
        padding: 60px 0;
        margin-top: 10px
    }

        #login form {
            margin: 20px 0 0
        }
}

@media screen and (max-width: 420px) {
    #login .btn-club {
        left: 0;
        right: 0;
        margin: 0;
        white-space: normal
    }
}

.checkbox {
    padding-left: 20px;
    display: inline-block
}

    .checkbox label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
        cursor: pointer;
        font-weight: 600;
        font-size: 0.65em
    }

        .checkbox label::before {
            -o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            background-color: transparent;
            border-radius: 2px;
            border: 1px solid #999;
            content: "";
            display: inline-block;
            left: 0;
            margin-left: -20px;
            position: absolute;
            transition: 0.3s ease-in-out;
            height: 16px;
            width: 16px;
            outline: none !important;
            top: -1px
        }

        .checkbox label::after {
            color: #555555;
            display: inline-block;
            font-size: 11px;
            height: 13px;
            left: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 2px;
            position: absolute;
            top: 0;
            width: 14px
        }

    .checkbox input[type="checkbox"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important
    }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65
        }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline-offset: -2px;
            outline: none
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            content: "\f00c";
            font-family: 'FontAwesome';
            font-size: 9px
        }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed
        }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%
    }

    .checkbox.checkbox-inline {
        margin-top: 0
    }

    .checkbox.checkbox-single label {
        height: 17px
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: white
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: white;
    background-color: #1d4566
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ef5350;
    border-color: #ef5350
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3ddcf7;
    border-color: #3ddcf7
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffaa00;
    border-color: #ffaa00
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #00b19d;
    border-color: #00b19d
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #7266ba;
    border-color: #7266ba
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #f76397;
    border-color: #f76397
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff
}

.checkbox-primary {
    color: #1d4566
}

    .checkbox-primary label::before {
        border: 2px solid #1d4566
    }

.checkbox-negativeFeelings {
    color: #F42D20
}

    .checkbox-negativeFeelings label::before {
        border: 2px solid #F42D20
    }

    .checkbox-negativeFeelings input[type="checkbox"]:checked + label::after {
        background-color: #F42D20;
        color: white
    }

.checkbox-stress {
    color: #FF8700
}

    .checkbox-stress label::before {
        border: 2px solid #FF8700
    }

    .checkbox-stress input[type="checkbox"]:checked + label::after {
        background-color: #FF8700;
        color: white
    }

.checkbox-uncertainty {
    color: #26319E
}

    .checkbox-uncertainty label::before {
        border: 2px solid #26319E
    }

    .checkbox-uncertainty input[type="checkbox"]:checked + label::after {
        background-color: #26319E;
        color: white
    }

.checkbox-concentration {
    color: #808080
}

    .checkbox-concentration label::before {
        border: 2px solid #808080
    }

    .checkbox-concentration input[type="checkbox"]:checked + label::after {
        background-color: #808080;
        color: white
    }

.checkbox-hesitation {
    color: #000000
}

    .checkbox-hesitation label::before {
        border: 2px solid #000000
    }

    .checkbox-hesitation input[type="checkbox"]:checked + label::after {
        background-color: #000000;
        color: white
    }

.checkbox-brainActivity {
    color: #EC59D2
}

    .checkbox-brainActivity label::before {
        border: 2px solid #EC59D2
    }

    .checkbox-brainActivity input[type="checkbox"]:checked + label::after {
        background-color: #EC59D2;
        color: white
    }

.checkbox-embarassment {
    color: #93003C
}

    .checkbox-embarassment label::before {
        border: 2px solid #93003C
    }

    .checkbox-embarassment input[type="checkbox"]:checked + label::after {
        background-color: #93003C;
        color: white
    }

.checkbox-intensiveThinking {
    color: #00C700
}

    .checkbox-intensiveThinking label::before {
        border: 2px solid #00C700
    }

    .checkbox-intensiveThinking input[type="checkbox"]:checked + label::after {
        background-color: #00C700;
        color: white
    }

.radio {
    padding-left: 40px
}

    .radio label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
        cursor: pointer;
        font-family: Nexa-Bold, sans-serif;
        font-size: 12px;
        color: gray
    }

        .radio label::before {
            -o-transition: border 0.5s ease-in-out;
            -webkit-transition: border 0.5s ease-in-out;
            background-color: #ffffff;
            border-radius: 3px;
            border: 1px solid #00A0E1;
            content: "";
            display: inline-block;
            height: 14px;
            left: 0;
            margin-left: -20px;
            outline: none !important;
            position: absolute;
            transition: border 0.5s ease-in-out;
            width: 14px
        }

        .radio label::after {
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -webkit-transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            background-color: #555555;
            border-radius: 50%;
            content: " ";
            display: inline-block;
            height: 10px;
            left: 4px;
            margin-left: -20px;
            position: absolute;
            top: 4px;
            transform: scale(0, 0);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            width: 9px;
            content: "\f00c";
            font-family: 'FontAwesome';
            font-size: 9px;
            border-radius: 3px;
            color: white;
            padding: 3px;
            left: 0;
            top: 0
        }

    .radio input[type="radio"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important
    }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65
        }

        .radio input[type="radio"]:focus + label::before {
            outline-offset: -2px;
            outline: 5px auto -webkit-focus-ring-color;
            outline: thin dotted
        }

        .radio input[type="radio"]:checked + label::after {
            transform: scale(1, 1)
        }

        .radio input[type="radio"]:disabled + label::before {
            cursor: not-allowed
        }

    .radio.radio-inline {
        margin-top: 0
    }

    .radio.radio-single label {
        height: 17px
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #228bdf
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #228bdf
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #228bdf
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ef5350
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ef5350
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ef5350
}

.radio-info input[type="radio"] + label::after {
    background-color: #00A0E1
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #00A0E1
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #00A0E1
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffaa00
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffaa00
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffaa00
}

.radio-success input[type="radio"] + label::after {
    background-color: #00b19d
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #00b19d
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #00b19d
}

.radio-purple input[type="radio"] + label::after {
    background-color: #7266ba
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #7266ba
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #7266ba
}

.radio-pink input[type="radio"] + label::after {
    background-color: #f76397
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #f76397
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #f76397
}

.radio-inverse input[type="radio"] + label::after {
    background-color: #4c5667
}

.radio-inverse input[type="radio"]:checked + label::before {
    border-color: #4c5667
}

.radio-inverse input[type="radio"]:checked + label::after {
    background-color: #4c5667
}

.paramFilterUL .checkbox {
    line-height: 16px
}

    .paramFilterUL .checkbox label::after {
        line-height: 1
    }

.owebu-wrapper {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: white;
    min-height: calc(100vh - 253px)
}

    .owebu-wrapper h1 {
        text-align: center;
        font-size: 1.9em;
        font-weight: 600;
        margin: 30px 0
    }

    .owebu-wrapper h2 {
        font-size: 1.7em;
        font-weight: 600;
        text-align: center;
        margin: 30px 0
    }

    .owebu-wrapper h3 {
        margin: 30px 0
    }

    .owebu-wrapper p {
        font-size: 0.9em
    }

    .owebu-wrapper b, .owebu-wrapper strong {
        font-weight: 600
    }

    .owebu-wrapper dt {
        margin-bottom: 10px
    }

    .owebu-wrapper dd {
        margin-bottom: 20px
    }

    .owebu-wrapper .source {
        font-size: 0.7em
    }

    .owebu-wrapper .sitemap {
        font-size: 0.85em
    }

#program {
    background-color: white;
    padding: 10px;
    max-width: 500px
}

    #program h2 {
        font-size: 0.95em;
        font-weight: 600;
        margin: 10px 0 25px
    }

    #program table {
        font-size: 0.7em
    }

    #program .live {
        color: #f03
    }

    #program .table > tbody > tr:first-child > td {
        border-top: 0
    }

    #program .nav-tabs > li > a {
        border-radius: 3px 3px 0 0
    }

@media (min-width: 992px) {
    .program-wrapper {
        padding-left: 0;
        margin-left: -5px;
        padding-right: 9px;
        overflow-x: hidden;
        margin-top: 15px
    }
}

@media screen and (max-width: 991px) {
    #program {
        margin-top: 0px;
        max-width: 100%
    }

    .program-wrapper {
        margin-bottom: 10px
    }
}

#fb-wrapper {
    margin-top: 10px;
    margin-bottom: 15px
}

    #fb-wrapper .fb-comments, #fb-wrapper .fb-comments span, #fb-wrapper .fb-comments.fb_iframe_widget span iframe {
        width: 100% !important
    }

@media screen and (max-width: 991px) {
    #fb-wrapper {
        display: none
    }
}

#other-videos {
    margin-bottom: 15px
}

    #other-videos .row {
        margin-left: -5px;
        margin-right: -5px
    }

        #other-videos .row > div {
            padding-left: 5px;
            padding-right: 5px
        }

    #other-videos .card {
        background-color: white;
        position: relative;
        margin-bottom: 10px
    }

    #other-videos .card-content {
        padding: 5px
    }

    #other-videos h3 {
        font-size: 0.6em;
        margin: 0;
        font-weight: 600;
        line-height: 1.2
    }

    #other-videos .play-btn {
        position: absolute;
        z-index: 1;
        width: 60px;
        height: 60px;
        top: 22%;
        left: 50%;
        margin-left: -30px
    }

    #other-videos p {
        margin: 0 0 3px;
        font-size: 0.6em
    }

    #other-videos span {
        font-size: 0.62em
    }

    #other-videos .truncate {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #other-videos .img-responsive {
        -o-object-fit: cover;
        object-fit: cover;
        height: 160px;
        width: 100%;
        font-family: 'object-fit: cover;'
    }

@media screen and (max-width: 1650px) {
    #other-videos .play {
        top: 20px
    }
}

@media screen and (max-width: 1200px) {
    #other-videos .play {
        width: 46px;
        height: 46px;
        margin-left: -30px;
        top: 42px
    }
}

@media screen and (max-width: 991px) {
    #other-videos .play {
        top: 42px;
        width: 60px;
        height: 60px;
        margin-left: -23px
    }
}

@media screen and (max-width: 767px) {
    #other-videos {
        display: none
    }
}

.leaderBoard {
    margin: 0 auto 10px
}

    .leaderBoard > div {
        overflow: hidden
    }

    .leaderBoard iframe {
        margin: 0 auto
    }

@media screen and (max-width: 767px) {
    .leaderBoard {
        display: none
    }
}

#live-accordion .panel {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none
}

    #live-accordion .panel + .panel {
        margin-top: 0
    }

#live-accordion .panel-heading {
    background-color: white
}

    #live-accordion .panel-heading a {
        display: block;
        padding: 15px 5px
    }

        #live-accordion .panel-heading a:hover, #live-accordion .panel-heading a:focus, #live-accordion .panel-heading a:active, #live-accordion .panel-heading a:visited {
            text-decoration: none;
            color: black;
            outline: none
        }

#live-accordion .panel-body {
    border: none
}

#live-accordion h4 {
    font-size: 0.9em;
    color: black;
    position: relative
}

    #live-accordion h4:after {
        content: "\f0de";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 5px
    }

#live-accordion a.collapsed h4:after {
    content: "\f0dd";
    top: 0
}

#live-accordion .table {
    font-size: 0.7em
}

    #live-accordion .table tr td {
        padding: 4px !important;
        text-align: left !important;
        width: auto !important
    }

#night-mode {
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-size: 0.6em;
    font-weight: 600;
    z-index: 955;
    text-align: center
}

#cinema-mode {
    position: fixed;
    bottom: 25px;
    right: 85px;
    font-size: 0.6em;
    font-weight: 600;
    z-index: 955;
    text-align: center
}

.switch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 40px
}

    .switch input {
        display: none
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s
    }

input:checked + .slider {
    background-color: #1d4566
}

input:focus + .slider {
    box-shadow: 0 0 1px #1d4566
}

input:checked + .slider:before {
    transform: translateY(-16px)
}

.slider.round {
    border-radius: 34px
}

    .slider.round:before {
        border-radius: 50%
    }

@media screen and (max-width: 991px) {
    #night-mode, #cinema-mode {
        display: none
    }
}

html {
    position: relative;
    min-height: 100%
}

    html.noscroll {
        overflow: hidden !important
    }

body {
    padding-top: 135px;
    padding-bottom: 88px;
    font-size: 18px;
    background-color: #e6e6e6
}

.uppercase {
    text-transform: uppercase
}

.btn {
    transition: all 0.3s linear
}

.btn-transparent {
    background-color: transparent;
    color: white
}

    .btn-transparent:hover {
        color: #f03
    }

.nav-controls {
    float: left
}

.badge {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 3px 0px;
    font-size: 0.46666em;
    width: 52.5px;
    margin-top: -4px;
    font-weight: 500
}

    .badge.primary {
        background-color: #1d4566;
        border-color: #173852
    }

    .badge.secondary {
        background-color: #f03;
        border-color: #e6002e
    }

    .badge.inverse {
        background-color: white;
        color: #1d4566;
        border-color: #173852
    }

.dropdown-menu {
    box-shadow: none
}

button {
    background-color: transparent;
    border: none
}

    button:focus {
        outline: 0
    }

    button.lupa {
        height: 50px
    }

.table {
    margin-bottom: 0
}

.nav-pills > li + li {
    margin: 0
}

.form-control:focus {
    border-color: #28608e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.fa-1_5x {
    font-size: 1.5em
}

#overlay {
    display: none;
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 945
}

@media (min-width: 1660px) {
    .container {
        width: 1630px
    }
}

@media screen and (max-width: 1366px) {
    body {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 16px
    }
}



/*# sourceMappingURL=../css/style.css.map */

