@font-face {
    font-family: 'Roboto-Regular';
    src: local("Roboto-Regular"), local("Montserrat-Light"), url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

#footer {
    bottom: 0;
    width: 92.5%;
}

#isport {
    max-width: 60%;
}

.ov-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    font-family: Roboto-Regular;
    color: #145b67;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

.btn-primary {
    background-color: #145b67;
    border-color: #145b67;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #69B6BE;
    border-color: #69B6BE;
}

#partnersModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

#partnersModal .modal-content {
    height: 100%;
}

a, label {
    -webkit-tap-highlight-color: transparent;
}

input[type=text], input[type=submit], textarea {
    -webkit-appearance: none;
}

body::after {
    content: "";
    background: url("../img/background-image.jpg");
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -100;
}

body:before {
    content: "";
    background: url("../img/background-image.jpg");
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -100;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.nav {
    position: absolute;
}

.nav_fix {
    position: fixed;
}

@supports ((position:sticky) or (position:-webkit-sticky)) {
    .nav, .nav_fix {
        position: sticky;
        position: -webkit-sticky;
    }
}

a, .nav-link {
    color: #145b67;
    font-weight: 700;
    text-decoration: none;
}

a:hover, .nav-link:hover  {
    color: #91f6f3;
    text-decoration: none;
}


/*.scrollToTop {*/

/*    bottom: 105px;*/

/*    display: none;*/

/*    font-size: 32px;*/

/*    font-weight: bold;*/

/*    height: 50px;*/

/*    position: fixed;*/

/*    right: 75px;*/

/*    text-align: center;*/

/*    text-decoration: none;*/

/*    width: 50px;*/

/*    z-index: 9;*/

/*    border: 1px solid;*/

/*    -webkit-transition: all 0.5s;*/

/*    -moz-transition: all 0.5s;*/

/*    -ms-transition: all 0.5s;*/

/*    -o-transition: all 0.5s;*/

/*    transition: all 0.5s*/

/*}*/


/*.scrollToTop:hover, .scrollToTop:focus {*/

/*    text-decoration: none;*/

/*    outline: none*/

/*}*/

#page-content-wrapper {
    margin-left: 90px;
    margin-top: 95px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #145b67;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, #145b67),
    color-stop(.5, transparent), to(transparent));
}

.bg_white {
    background: rgba(255, 255, 255, 0.8);
}

.bg_green_light {
    background: rgba(105, 182, 182, 0.4);

}

.bg_green_very {
    background: rgba(20, 91, 103, 0.9);

}

.bg_green_dark {
    background: rgba(105, 182, 182, 0.8);
}

/* =================================== */
/*  Navbar Area
/* =================================== */

#sidebar-wrapper {
    margin-left: 0;
    background-color: #145b67;
    position: fixed;
    height: 100%;
    z-index: 1030;
    left: 0;
    top: 0;
}

#sidebar-wrapper .list-group, .list-group-flush .list-group-item {
    width: 90px;
    text-align: center;
    border: 0;
}

.list-group-item {
    background-color: inherit;
    padding: 0.75rem 0;
}

#navAccordion > li:hover {
    background-color: #69b6b6;
}

#navAccordion > li > div {
    font-size: 10px;
    color: #91f6f3;
    font-weight: 500;
    text-transform: uppercase;
    left: 0;
    top: 0;
}

.navbar {
    background-color: #69b6b6;
    /*background-color: #91f6f3;*/
    left: 90px;
}

#navbarSupportedContent {
    text-align: center;
}

#page-content-wrapper > nav > a > img {
    height: 70px;
}

#navbarSupportedContent > ul > li > a {
    text-transform: uppercase;
    color: #e7cda3;
    font-weight: 500;
    padding: 10px;
}

.nav-icon {
    width: 78px;
}

.logo_ev {
    background-image: url("../img/mount_op_25.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 290px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#carousel > div > div > a > img {
    max-height: 78px;
}

.collapsing {
    /*-webkit-transition-property: height, visibility;*/
    /*transition-property: height, visibility;*/
    /*-webkit-transition-duration: 0.35s;*/
    /*transition-duration: 0.35s;*/
    /*-webkit-transition-timing-function: ease;*/
    -webkit-transition: top 0.1s linear 0s;
    -moz-transition: top 0.1s linear 0s;
    -o-transition: top 0.1s linear 0s;
    transition: top 0.1s linear 0s;
}

/* =================================== */
/*  Schedule Area
/* =================================== */
#schedule-panel .slide {
    display: block;
    background: #69b6b6;
    top: 86px;
    left: 90px;
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 0;
    z-index: 300;
    width: auto;
    position: fixed;
    /*-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);*/
    /*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);*/
    /*-webkit-transition: width 200ms ease;*/
    /*-o-transition: width 200ms ease;*/
    /*transition: width 200ms ease;*/
    max-height: 100%;
    max-width: 100%;
}

/*#schedule table::after {*/

/*    content: "";*/

/*    background-image: url("../img/bg-image.jpg");*/

/*    background-attachment: fixed;*/

/*    background-position: bottom;*/

/*    background-repeat: no-repeat;*/

/*    !*background: url("../img/bg-image.jpg") no-repeat bottom center fixed;*!*/

/*    -webkit-background-size: cover;*/

/*    -moz-background-size: cover;*/

/*    -o-background-size: cover;*/

/*    background-size: cover;*/

/*    opacity: 0.25;*/

/*    top: 0;*/

/*    left: 0;*/

/*    bottom: 0;*/

/*    right: 0;*/

/*    position: fixed;*/

/*    z-index: -1000;*/

/*}*/

#schedule table {
    margin-top: 20px;
    /*color: #145b67;*/
    text-align: center;
    background: url("../img/bg-image.jpg");
}

#schedule table tbody {
    background-color: #69b6b6;
    width: 50%;
}

#schedule table.table-bordered {
    border-color: #145b67;
}

.row {
    margin: 0;
}

#schedule table .date {
    background-color: #e7cda3;
    font-weight: 700;
}

#schedule table .group {
    font-weight: 500;

}


/* =================================== */

/*  News Area

/* =================================== */


.news_body, .partner_body {
    position: relative;
    margin: 0;

}

.news_main {
    float: right;
    width: 100%
}

.last_news {
    padding-bottom: 56%;
}

.main_news {
    /*padding: 0 0 6% 0;*/
    padding: 0;
}

.last_news, .main_news {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    font-size: 1rem;
    /*margin-bottom: 2.375em;*/
    /*height: 31.4375em*/
}

.main_news_title {
    margin: 0;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .8125em;
    font-weight: 700;
    background-color: #145b67;
    color: #fff;
    padding: 1.5384em;
}

.main_news_show {
    position: relative;
    font-size: 1rem;
}

.news_title {
    position: absolute;
    bottom: -1px;
    left: 0;
    color: #fff;
    font-weight: 400;
    padding: .5em;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin: 0;
    line-height: 30px;
    font-size: .8125em;
    background-color: #145b67;
}

.main_news_title:hover, .main_news_title:focus {
    text-decoration: none
}

.main_news_date {
    font-size: 16px;
    font-weight: 400;
    margin-top: .75em
}

.partner_content {
    /*background-color: #69b6b6;*/
    color: #fff;
    padding: 2.1875em 2.125em 1.875em 2.125em
}

.main_news_footer {
    padding: .375em 1.125em 0 1.125em;
    height: 4.125em;
    position: relative
}

.main_news_show_content {
    min-height: 200px;
    padding: 2em;
    font-size: 1rem;
    line-height: 24px;
    width: 100%;
}

.side_header, .side_main, .side_bottom {
    padding: 10px 0;
}

.side_header {

    text-align: center;

    text-transform: uppercase;

    font-weight: 600;

}


.side_main {

    text-align: justify;

}


.side_bottom {

    font-weight: 600;

}


/* =================================== */

/*  Partner Area

/* =================================== */


.partner_body h3 {

    font-size: 1.375em

}


.partner_body h1, .partner_body h2, .partner_body h3 {

    margin-top: 0

}


.partner_side, .invitation_side {

    width: 100%;

    padding: 2em;

    padding-top: 0

}


.partner_side {

    float: right;

}


.invitation_side {

    float: left;

}


.partner_content h1, .partner_content h2, .partner_content h3 {

    color: #fff

}


.partner_main {

    float: right;

    width: 100%

}


.partner_body img {

    max-width: 100%;

    max-height: 100%;

    display: inline-block;

    vertical-align: middle;

    padding: 30px;

}


/* =================================== */

/*  Footer Area

/* =================================== */


#footer a > img {

    width: 300px;

}

#season-games > tbody > tr > td:nth-child(7) > input {
    display: none;
}

#season-overview > table > tbody > tr > td:nth-child(2), #season-games > tbody > tr > td:nth-child(5) > b > a {
    pointer-events: none;
}

.card-header {
    /*background-color: rgba(231, 205, 163, 0.3);*/
    /*background-color: rgba(20, 91, 103, 0.3);*/
    background-color: rgba(105, 182, 182, 0.5);
    font-weight: 700;
}

.card {
    border: 1px solid rgba(20, 91, 103, 0.125);
    /*background-color: #e7cda3;*/
    /*background-color: #145b67;*/
    /*background-color: #69b6b6;*/
}

#countdown .col-3 {
    padding: 0;
}

#countdown .card-header {
    font-size: 25px;
    border-radius: 0;
}

#game-preview.col-12 {
    padding: 25px;
}

#game-preview > a > img {
    height: 75px;
    margin: 5px;
}

#game-preview > p {
    margin-top: 20px;
}

#game-preview > p > a {
    color: white;
}

#game-preview > p > a > img {
    height: 20px;
}

#game-score {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0;
    padding: 0;
}

#game-score .card-header > a {
    color: white;
    font-size: 25px;
}

#game-score > table {
    margin: 10px;
}

#game-score .link-eh {
    height: 50px;
}

#accordion-panel .card {
    border-radius: 0;
}

#cancelled {
    position: absolute;
    top: 35%;
    /*width:100%;*/
}

#cancelled img {
    max-width: 100%;
}

#scrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #145b67; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#scrollToTop:hover {
    background-color: #69b6b6; /* Add a dark-grey background on hover */
}

video {
    width: 100%;
    height: auto;
}

/* =================================== */

/*  @media

/* =================================== */

@media (min-width: 992px) {
    .partner_side, .invitation_side {
        width: 25%;
        padding: 0;
    }

    .partner_main {
        width: 50%
    }

    .news_main {
        width: 75%
    }

    .main_news {
        /*margin-bottom: 1.25em*/
    }

    .main_news_title {
        font-size: 1.3125em;
        line-height: 1.1904em;
        padding: 1.6666em;
    }

    .main_news_footer {
        height: 5.25em
    }

    .footer-col {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .main_news_footer {
        height: 5.25em;
        padding: 2px;
        margin: 0
    }
}

@media (max-width: 1024px) {
    #countdown .card-header {
        font-size: 18px;
    }

}

@media (max-width: 1324px) {

    #game-preview > a > img {
        height: 50px;
    }

    .main_news {
        padding: 0 0 6% 0;
    }

    #game-preview > p {
        margin-top: 20px;
    }

    #game-preview > p > a > img {
        height: 20px;
    }

    #game-preview {
        font-size: 0.8rem;
    }

    #game-preview > h4, #game-preview > h3 {
        font-size: 1rem;
    }

    #game-preview.col-12 {
        padding: 5px;
    }

    #game-score .card-header > a {
        font-size: 18px;
    }

    #game-score > table {
        font-size: 0.8rem;
    }

    #game-score .link-eh {
        height: 30px;
    }

    #game-score .row {
        padding: 5px;
    }
}

@media (max-width: 1214px) {
    .partner_content {
        font-size: 14px;
    }
}

@media (min-width: 2000px) {
    .partner_content {
        font-size: 18px;
    }

    .main_news {
        padding: 0 0 2% 0;
    }

    #countdown .card-header {
        font-size: 50px;
    }

    #game-preview {
        font-size: 2rem;
    }

    #game-preview > h4, #game-preview > h3 {
        font-size: 3.5rem;
    }

    #game-preview.col-12 {
        padding: 25px;
    }

    #game-preview > a > img {
        height: 150px;
    }

    #game-preview > p {
        margin-top: 40px;
    }

    #game-preview > p > a > img {
        height: 35px;
    }

    #game-score .card-header > a {
        font-size: 45px;
    }

    #game-score > table {
        font-size: 2rem;
    }

    #game-score .link-eh {
        height: 100px;
    }
}

@media (max-width: 768px) {
    #sidebar-wrapper .list-group, .list-group-flush .list-group-item {
        width: 80px;
        height: 90px;
    }

    .navbar {
        left: 80px;
        padding: 0;
        height: 90px;
    }

    .container-fluid {
        padding: 0;
    }

    #navAccordion > li > div {
        font-size: 9.5px;
    }

    #carousel {
        display: none;
    }

    .nav-icon {
        width: 4.4rem;
    }

    #page-content-wrapper {
        margin-left: 80px;
        margin-top: 90px;
    }

    #page-content-wrapper > nav > a > img {
        height: 50px;
    }

    #schedule-panel .slide {
        left: 80px;
    }

    #schedule table {
        font-size: 0.8rem;
    }

    .logo_ev {
        background-position-x: 210px;
    }

    #footer {
        bottom: -115px;
        width: 89.5%;
        /*margin-left: 50px;*/
    }

    .footer-col {
        padding: 40px;
    }

    #isport {
        max-width: 50%;
    }

    #game-preview > p {
        margin-top: 0;
        padding: 10px;
    }

    .main_news_footer {
        height: 4em;
    }
}

@media (max-width: 426px) {
    #sidebar-wrapper .list-group, .list-group-flush .list-group-item {
        width: 50px;
        height: 68px;
    }

    .navbar {
        left: 50px;
        padding: 0;
        height: 68px;
    }

    .nav-icon {
        width: 2.4rem;
    }

    #page-content-wrapper > nav > a > img {
        height: 35px;
    }

    #page-content-wrapper {
        margin-left: 50px;
        margin-top: 65px;
    }

    #schedule-panel .slide {
        left: 50px;
        top: 60px;
    }

    #schedule table {
        font-size: 0.5rem;
    }

    #carousel > div > div > a > img {
        max-height: 50px;
        max-width: 95px;
    }

    .logo_ev {
        background-position-x: 170px;
    }

    #footer {
        bottom: -115px;
        width: 89.5%;
        margin: 0;
    }

    #footer a > img {
        width: 200px;
    }

    #isport {
        max-width: 100%;
    }

    #game-preview > h4 {
        font-size: 1.1rem;
    }

    #game-preview > a > img {
        height: 60px;
    }

    #game-score > div.col-12 > div {
        margin: 0;
        margin-bottom: 30px;
    }

    #game-score > div.col-12 {
        padding: 0;
    }
}

@media (min-width: 576px) {
    .footer-col {
        padding-left: 30px;
    }

    #fans p {
        font-size: larger;
    }
}

@media (max-width: 2000px) {
    #cancelled {
        top: 25%;
    }

    .main_news {
        padding: 0 0 4% 0;
    }
}

@media (max-width: 991px) {
    #cancelled {
        top: 10%;
        left: 30%;
    }

    .main_news {
        padding: 0 0 8% 0;
    }

    #cancelled img {
        max-height: 200px;
    }
}

@media (max-width: 770px) {
    #cancelled {
        left: 25%;
    }

    .main_news {
        padding: 0 0 10% 0;
    }
}

@media (max-width: 630px) {
    #cancelled {
        left: 20%;
    }

    .main_news {
        padding: 0 0 12% 0;
    }
}

@media (max-width: 540px) {
    #cancelled {
        left: 15%;
    }

    .main_news {
        padding: 0 0 16% 0;
    }
}

@media (max-width: 500px) {
    #cancelled {
        left: 10%;
    }
}

@media (max-width: 450px) {
    #cancelled {
        left: 5%;
    }
}

@media (max-width: 400px) {
    #cancelled {
        left: 0;
    }

    .main_news {
        padding: 0 0 20% 0;
    }
}

@media (max-width: 795px) {
    #carousel img {
        max-width: 300px;
    }
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px
}

.container:first-child {
    margin-left: 0
}

.title {
    font-size: 12px;
    margin-bottom: 5px
}

.digital-container {
    display: flex;
    flex-direction: row;
    padding: 0
}

.single-digit {
    position: relative;
    display: flex;
    flex: 0 1 25%;
    /*font-size: 30px;*/
    background-color: rgba(105, 182, 182, 0.5);
    border-radius: 5px;
    padding: 10px 12px;
    color: #fff;
    font-weight: bold;
}

.single-digit:first-child {
    margin-right: 2px
}

.single-digit:after {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #145b67;
    opacity: .4
}

.timer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px
}

.separator-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-end;
    margin: 0 0 10px
}

.separator {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(105, 182, 182, 0.5);
    border-radius: 6px;
    margin: 5px 0
}

.nav-item.active{
    background-color: rgba(105, 182, 182, 0.5);
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.icon-question {
    background-image: url("/svg/question_sign_light.svg");
}

.icon-question:hover,
.icon-question:focus {
    background-image: url("/svg/question_sign_dark.svg");
}

.partner_offer, .partner_offer ul {
    padding: 0
}

.partner_offer li {
    list-style: none;
    text-align: justify;
    /*list-style-image: url("/svg/checkmark.svg");*/
}

.btn-info {
    color: white;
    border: #145b67 2px solid;
    background-color: #145b67;
}

.btn-info:hover {
    background-color: transparent;
    color: #145b67;
    border: #145b67 2px solid;
}

.image-wrapper {
    margin-bottom: 10px;
    width: calc(50% - 10px);
    margin-right: 10px
}

@media (min-width: 767px) {
     .image-wrapper {
         margin-bottom:20px;
         width: calc(16.66667% - 20px);
         margin-right: 20px
     }
}

.image-wrapper .image {
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%
}
