﻿@font-face {
    font-family: 'BowlbyOneSC';
    src: url('BowlbyOneSC-Regular.eot?#iefix') format('embedded-opentype'), url('../font/BowlbyOneSC-Regular.otf') format('opentype'), url('BowlbyOneSC-Regular.woff') format('woff'), url('BowlbyOneSC-Regular.ttf') format('truetype'), url('BowlbyOneSC-Regular.svg#BowlbyOneSC-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
}

.dropdown-item.miners-color, .miners-color {
    color: #94c11f !important;
}

#page {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    background-image: url(../img/page_bg2.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    content: "";
    opacity: 0.9;
    z-index: -1;
}

#page-header {
    /*position: relative;
    min-height: 180px;*/
}



#content {
    flex: 1;
    position: relative;
}

.site-title {
    position: absolute;
}

    .site-title a {
        background-image: url(../img/Untitled.svg);
    }

.navbar {
    /*height: 50px;*/
    /*background-color: #94c11f;*/
    /*top: 101px;*/
}



.main-nav li.nav-item, .main-nav div.nav-item {
    font-family: 'BowlbyOneSC', arial;
    font-size: 19px;
    width: 186px;
    text-align: center;
    position: relative;
    width: 100%;
}

.main-nav div.nav-item{
    width:auto;
}

    .main-nav li.nav-item a, .main-nav div.nav-item a {
        color: black;
    }

        .main-nav li.nav-item a:hover, .main-nav div.nav-item a:hover {
            color: white;
            text-decoration: none;
        }

.main-nav .menu-bar{
    display:flex;
    flex-grow:1;
}
.main-nav div.menu-part{
    display:flex;
    flex-grow:1;
    flex-basis:0;
    justify-content: space-between;
    align-items:center;
}

.navbar-toggler .navbar-toggler-icon.close-menu {
    display:inline-block;
}

.navbar-toggler.collapsed > .navbar-toggler-icon.close-menu, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon.open{
    display: none;
}

.dropmenu {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 186px;
    z-index: 5000;
}

.dropdown-menu {
    background-color: rgba(0,0,0,0.9);
    
    border: 0;
    border-radius: 0;
    
}

    .dropdown-menu.tymy {
        width: 200px;
        left: -50%;
    }

    .dropdown-menu.info {
        width: 335px;
        left: -125px;
    }

    /*.dropdown-menu::after {
        content: '';
        position: absolute;
        height: 50px;
        background-position-y: 100%;
        margin-top: 0px;
        width: 200px;
        background-image: url(../img/dorpdownback.png);
    }*/

.dropdown-item {
    color: white !important;
    text-align: center;
}

    .dropdown-item:hover {
        background-color: transparent;
        color: #94c11f !important;
    }

.main-nav li.nav-item:hover > .dropmenu {
    display: block;
}


.submenu {
    padding: 0;
    z-index: 5000;
}

    .submenu li {
        color: white;
        font-size: 16px;
        padding-bottom: 10px;
        list-style-type: none;
    }

.site-logo {
    display: none;
}

@media (min-width: 992px) {
    .site-logo {
        position: absolute;
        width: 180px;
        top: 20px;
        height: 154px;
        left: calc(50% - 85px);
        background-image: url(../img/logo-header.png);
        background-repeat: no-repeat;
        display: block;
    }

    .main-nav li.nav-item.left {
       /* width:auto;
        min-width:135px;*/
    }

    .main-nav li.nav-item.right {
        /*width: 135px;*/
    }
}



.content {
    max-width: 1230px;
    margin: 0 auto;
}

.col-card {
    min-height: 450px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.team-header {
    
}

.team-description {
    background-color: black;
    color: white;
}

.team-schedule {
    background-color: grey;
    color: white;
}

.team-trainers {
    background-color: #94c11f;
    color: white;
}

.team-match {
    background-color: #fff;
    color: #000;
}

.team-image-header {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.team-title {
    text-align: center;
}

.team-text {
    width: 85%;
    margin: auto;
    text-align: center;
}

.footer {
    display: flex;
    align-items: center;
    background-color: #fff;
}

    .footer > div {
        text-align: center;
        
    }

/*STORY*/
.story-header {
    background-image: url(../img/tabs_bg.png);
    background-repeat: repeat-y;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
}

    .story-header > span {
        line-height: 40px;
        color: #000;
        background-color: #94c11f;
        display: inline-block;
        padding: 0 17px;
        font-family: 'BowlbyOneSC', arial;
        position: relative;
    }

        .story-header > span.with-arrow::after {
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -5px;
            top: 100%;
            border-top: 5px solid #94c11f;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            z-index: 500;
        }


        .story-calendar{
            font-size:0.8rem;
        }
        .story-small-title .story-calendar{
            font-size:0.6rem;
        }
.story-img-wrapper {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: 50%;
}

.story-small {
    /*width:200px;*/
    height: 120px;
    background-position: 50%;
    background-size: cover;
    margin: auto;
}

div.story-title {
    position: absolute;
    bottom: 5%;
    font-size: 2rem;
    left: 5%;
    color: white;
    background-color: #000a;
    padding: 5px;
    max-width: 90%;
}

div.story-small-title {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: white;
    background-color: #000a;
    padding: 5px;
    max-width: 90%;
}

.calendar-body {
    background-color: rgba(0,0,0,0.6);
}

.calendar-header {
    color: white;
    font-size: 25px;
    font-family: 'BowlbyOneSC', arial;
    text-shadow: 0 0 10px #000;
}

    .calendar-header .miners {
        color: #94c11f;
    }

.calendar {
    width: 100%;
    color: white;
    text-align: center;
}

    .calendar td {
        line-height: 45px;
        border: none;
        height: 45px;
        width: 60px;
        font-size: 15px;
        font-weight: 800;
    }

        .calendar td a {
            color: white;
            display: block;
            width: 30px;
            margin: 7px auto;
            line-height: 31px;
            height: 31px;
        }

            .calendar td a:hover {
                text-decoration: none;
            }

        .calendar td.event a {
            color: #000;
            background-color: #94c11f;
            border-radius: 35px;
        }

            .calendar td.event a:hover {
                background-color: white;
                text-decoration: none;
            }

        .calendar td.inactive a {
            color: #989898;
        }

        .calendar td.active a {
            color: #000;
            background-color: #fff;
            border-radius: 35px;
        }

        #calendar-event{
            min-height:150px;
        }

.month-title {
    color: #94c11f;
    font-family: 'BowlbyOneSC', arial;
    font-size: 20px;
}

a.month-control {
    line-height: 30px;
    vertical-align: middle;
}

    a.month-control:hover {
        text-decoration: none;
    }

.event-date {
    color: white;
    font-size: 20px;
    font-family: 'BowlbyOneSC', arial;
    text-shadow: 0 0 10px #000;
}

.event-text {
    color: white;
    font-size: 16px;
    font-family: 'BowlbyOneSC', arial;
    text-shadow: 0 0 10px #000;
    text-align: left;
}

.article-body{
    background-color:#fff;
    padding:1.5rem;
}

.article-image {
    width: 100%;
    height: 200px;
    background-position: 50%;
    background-size: cover;
}

@media (min-width: 768px) {
    #content{
        margin-top:50px;
    }

    #page-header::before {
        content: '';
        background-image: url("../img/MenuStripe.png");
        position: absolute;
        width: 1250px;
        height: 60px;
        background-repeat: no-repeat;
        left: 50%;
        margin-left: -625px;
    }

    .social-row-icons{
        display:none;
    }
}

footer .row{
    padding:1rem 0;
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }

    #content{
        margin-top:0 !important;
    }
    #logos-top {
        display: none !important;
    }

    a.navbar-brand {
        display: inline-block !important;
    }

    .navbar-collapse {
        background-color: #94c11f;
        margin-left: -1em;
        margin-right: -1em;
    }

    .dropdown-menu {
        width: 100% !important;
        position:static;
    }

        .dropdown-menu::after {
            display: none !important;
        }

    .main-nav .menu-bar {
        flex-direction: column;
    }
    .main-nav .menu-part{
        flex-direction:column;
        flex-basis:100%;
    }
    .main-nav div.nav-item{
        width:100%;
    }
        
    .liveMTV{
        position: initial !important;
        justify-content: center;
        font-size:1rem !important;
    }

    footer .row:first-child{
        padding-top:1rem;
    }

    footer .row:last-child{
        padding-bottom:1rem;
    }
    
    footer .row{
        padding: 0;
    }
    
    footer .logo{
        margin-bottom: 1rem;
    }
}

.insta-header {
    background-color: white;
    width:380px;
}

.insta-wrap {
    background-color: white;
    display: grid;
    grid-template-rows: repeat(5, 121px);
    grid-template-columns: repeat(3, 121px);
    grid-gap: 3px;
    padding: 5px;
    width: 380px;
}


.insta-media, .insta-media img, .insta-media video {
    width: 100%;
    height: 100%;
}

.insta-media-big {
    grid-row: span 2;
    grid-column: span 2;
}

.social-title {
    color: white;
    font-family: 'BowlbyOneSC', arial;
}

    .social-title i {
        color: #94c11f;
    }


.social-row-icons .social-title i{
    font-size:4rem;
}


.event-team{
    background-color:#94c11f;
    color:black;
    font-weight:900;
    font-size:1.1rem;
    padding:0 1rem;

}

.event-item {
    color: white;
    padding: 0.5rem 1rem;
}

.event-item table{
    width:100%;
    
}

.winner{
    font-weight:bold;
}

h1, h2{
    font-weight:bold;
}

.table td, .table th{
    border-top-color:#94c11f;
    white-space:nowrap;
}

.table th{
    color:white;
    background-color:#94c11f;
}

.no-top-border td{
    border-top:0;
}

.table-kontakty th:nth-child(1), .table-kontakty th:nth-child(2), .table-kontakty th:nth-child(4), .table-kontakty th:nth-child(5), .table-kontakty td:nth-child(1), .table-kontakty td:nth-child(2), .table-kontakty td:nth-child(4),.table-kontakty td:nth-child(5) {
    width: 200px;
}

.mapa{
    width:100%;
    height: 250px;
}

.article img{
    max-width:100%;
}

.tooltip-inner{
    max-width:none;
    text-align:left;
}

.page-title{
    color:white;
}

.match-divider hr{
    border-top:1px solid white;
    margin:5px 0;
}

/* customize scrollbar css */
.scrollbar-custom::-webkit-scrollbar {
    width: 12px;
    background-color: #cccccc;
}

    .scrollbar-custom::-webkit-scrollbar:horizontal {
        height: 12px;
    }

.scrollbar-custom::-webkit-scrollbar-track {
    border: 1px #787878 solid;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px #c8c8c8 inset;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

    .scrollbar-custom::-webkit-scrollbar-thumb:hover {
        background-color: #ffffff;
        border: 1px solid #333333;
    }

    .scrollbar-custom::-webkit-scrollbar-thumb:active {
        background-color: #ffffff;
        border: 1px solid #333333;
    }

.result-col{
    padding:0 15px;
    flex-grow:0;
    flex-shrink:0;
    flex-basis:33.33333%;
    width:33.33333%;
    display:inline-block;
}

.result-chevron {
    color: #94c11f;
    font-size:2.5rem;
}

div.event{
    padding:0 1rem 1rem 1rem;
    text-align:left;
}

.result-wrapper {
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
    margin-right: 20px
}

.result-month{
    font-family:BowlbyOneSC;
    color:white;
}

.result-month-col{
    display:flex;
    flex-flow:column;
}

.results-col{
    flex-grow:1;
    min-height:500px;
}

.noresults{
    color:white;
    text-align:center;
    padding-top:50px;
}

.chevron-left, .chevron-right{
    cursor:pointer;
}

.merch .thumb{
    height:310px;
    text-align: center;
}

.merch .title {
    font-family: BowlbyOneSC;
}

.merch .price {
    font-family: BowlbyOneSC;
    color: #94c11f;
}

.carousel-control-prev {
    left: -36px;
}

.carousel-control-next {
    right: -36px;
}

.carousel-control {
    background-color: #94c11f;
    height:36px;
    width:30px;
    padding-top:8px;
}

.carousel-control.prev{

}

.carousel-control.next{
    
}

.carousel-indicators li {
    background-color: #94c11f;
}

.carousel-indicators{
    bottom:-30px;
}

.liveMTV{
    font-family: 'BowlbyOneSC', arial;
    color:white;
    font-size:1.5rem;
    position: absolute;
    top: -52px;
    left: 16px;
    display: flex;
    align-items: center;
}

#red-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    animation: blink 2s infinite;
    margin-left:1rem;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.footer.partner-title{
    padding-bottom: 0;
}

.logo-border{
    border-bottom:1px solid rgba(0,0,0,.125); 
}