/* Scss Document *Ibrahim Najib */
/*Fonts*/
@font-face {
    font-family: "GE SS Unique";
    src: url("../fonts/GESSUniqueBold-Bold.woff2") format("woff2"), url("../fonts/GESSUniqueBold-Bold.woff") format("woff"), url("../fonts/GESSUniqueBold-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "GE SS Two";
    src: url("../fonts/GESSTwoLight-Light.woff2") format("woff2"), url("../fonts/GESSTwoLight-Light.woff") format("woff"), url("../fonts/GESSTwoLight-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

.cover {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.v-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.w100 {
    width: 100%;
    height: auto;
}

body {
    background-color: black;
    padding-top: 70px;
    color: white;
    font-family: "GE SS Two", sans-serif;
    background-image: url(../img/bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "GE SS Unique", sans-serif;
}

@media (max-width: 767px) {
    .container {
        padding: 0;
    }
}

a {
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
    }

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

header {
    padding: 15px 0;
    background-color: black;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

    header img {
        max-height: 40px;
        width: auto;
        vertical-align: top;
        float: left;
    }

    header .ole_logo {
        margin-left: 10px;
    }

.Mob {
    margin-top: 6px;
}

    .Mob .mobMenu {
        width: 40px;
        cursor: pointer;
        z-index: 997;
        position: relative;
    }

        .Mob .mobMenu span {
            height: 4px;
            background-color: white;
            width: 100%;
            display: block;
            margin-bottom: 8px;
            transition: all 0.3s ease-in-out;
            border-radius: 4px;
        }

            .Mob .mobMenu span:last-child {
                margin-bottom: 0px;
            }

    .Mob .open span {
        background-color: white;
    }

    .Mob .open .lone {
        -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: top right;
        -o-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    .Mob .open .ltwo {
        opacity: 0;
    }

    .Mob .open .lthree {
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: top right;
        -o-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    .Mob .open span:last-child {
        margin-left: 3px;
        margin-top: -1px;
    }

    .Mob .menuContent {
        width: 100%;
        position: fixed;
        background-color: transparent;
        left: 0;
        top: 70px;
        z-index: 996;
        transition: all 0.3s ease-in-out;
        overflow-y: auto;
        text-align: left;
    }

        .Mob .menuContent .warp {
            background-color: black;
            width: 260px;
            display: none;
        }

        .Mob .menuContent ul {
            text-align: left;
            margin: 0;
            display: block;
            padding: 0;
        }

            .Mob .menuContent ul li {
                display: block;
                text-align: center;
                border-bottom: 1px solid white;
            }

                .Mob .menuContent ul li ul {
                    margin-left: 15px;
                }

                .Mob .menuContent ul li a {
                    color: white;
                    font-weight: 600;
                    display: block;
                    padding: 15px;
                    text-transform: uppercase;
                    font-family: "GE SS Unique", sans-serif;
                }

                    .Mob .menuContent ul li a:hover {
                        color: red;
                    }

                    .Mob .menuContent ul li a.active {
                        color: red;
                    }

                .Mob .menuContent ul li div.sub-menu {
                    position: relative;
                    border-left: 1px solid #d2ccc6;
                    left: 0;
                    border-top: 0;
                    background-color: transparent;
                }

                    .Mob .menuContent ul li div.sub-menu .glyphicon-triangle-top {
                        display: none;
                    }

                .Mob .menuContent ul li:last-child {
                    border-bottom: 0;
                }

    .Mob .isopen {
        left: 0;
    }

.mainSlider {
    padding: 30px 0;
}

    .mainSlider .item img {
        width: 100%;
        height: auto;
    }

    .mainSlider .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

        .mainSlider .owl-dots .owl-dot {
            width: 15px;
            height: 15px;
            border-radius: 15px;
            display: inline-block;
            margin: 0 3px;
            padding: 0;
            border: 1px solid white;
            background-color: transparent;
            transition: all 0.3s ease-in-out;
        }

            .mainSlider .owl-dots .owl-dot span {
                display: none;
            }

            .mainSlider .owl-dots .owl-dot.active {
                background-color: white;
            }

.games {
    padding: 30px 0;
    background-image: url(../img/bg.png), url(../img/bg.jpg);
    background-position: top center, top center;
    background-size: cover, 100% auto;
    background-repeat: repeat, repeat;
    min-height: calc(100vh - 70px);
}

    .games .content {
        padding: 15px 0;
        font-size: 18px;
    }

        .games .content .matches {
            margin: 40px 0;
            padding: 40px 15px;
            background-color: rgba(255, 255, 255, 0.2);
        }

            .games .content .matches h2 {
                font-weight: bold;
            }

                .games .content .matches h2 span {
                    font-size: 12px;
                }

            .games .content .matches table {
                width: 100%;
                max-width: 500px;
                margin: 0 auto;
            }

                .games .content .matches table tr td {
                    vertical-align: middle;
                    text-align: center;
                }

                    .games .content .matches table tr td img {
                        width: 100%;
                        max-width: 48px;
                        height: auto;
                    }

                    .games .content .matches table tr td .score .input {
                        background-color: #807e7d;
                        border: 0;
                        padding: 5px 10px;
                        width: 100%;
                        max-width: 50px;
                        text-align: center;
                    }

                    .games .content .matches table tr td:nth-of-type(3) {
                        font-size: 24px;
                        font-weight: bold;
                        padding-right: 5px;
                        padding-left: 5px;
                        text-align: center;
                    }

                    .games .content .matches table tr td:first-child {
                        text-align: right;
                    }

                    .games .content .matches table tr td:last-child {
                        text-align: left;
                    }

        .games .content .scoreTableWarp {
            margin: 40px 0;
            background-color: rgba(255, 255, 255, 0.2);
        }

            .games .content .scoreTableWarp .scoreBoard.table {
                border: 0;
                max-width: 100%;
            }

                .games .content .scoreTableWarp .scoreBoard.table tr td {
                    text-align: center;
                }

                    .games .content .scoreTableWarp .scoreBoard.table tr td:first-child {
                        border-right: 0;
                    }

                    .games .content .scoreTableWarp .scoreBoard.table tr td:last-child {
                        border-left: 0;
                    }

                .games .content .scoreTableWarp .scoreBoard.table tr:first-child td {
                    border-top: 0;
                    font-weight: bold;
                }

                .games .content .scoreTableWarp .scoreBoard.table tr:last-child td {
                    border-bottom: 0;
                }

        .games .content .btnSubmit {
            background-color: rgba(255, 255, 255, 0.2);
            padding: 5px 20px;
            border: 1px solid #393939;
            border-radius: 4px;
            font-weight: bold;
            transition: all 0.3s ease-in-out;
        }

            .games .content .btnSubmit:hover, .games .content .btnSubmit:focus {
                background-color: white;
                color: black;
            }

        .games .content .pagi a:hover, .games .content .pagi a:focus {
            color: red;
        }

.register {
    padding: 90px 0 50px 0;
}

    .register .title {
        text-align: center;
        color: white;
    }

    .register form .inputTitle {
        text-align: center;
        display: inline-block;
        width: 100%;
        max-width: 200px;
        float: left;
    }

    .register form .input {
        background-color: #757575;
        border: 0;
        border-radius: 0;
        width: 100%;
        max-width: 200px;
        padding: 0 5px;
    }

    .register form .btnSubmit {
        border: 0;
        border-radius: 4px;
        background-color: white;
        border: 1px solid white;
        color: black;
        padding: 4px 25px;
        min-width: 100px;
        margin: 30px auto;
        transition: all 0.3s ease-in-out;
        font-family: "GE SS Unique", sans-serif;
    }

        .register form .btnSubmit:hover, .register form .btnSubmit:focus {
            background-color: black;
            color: white;
        }

.siteNav {
    padding: 50px 0;
}

    .siteNav .box, .boxHome, .boxvid {
        min-height: 220px;
        background-color: #3d3d3d;
        margin-bottom: 30px;
        text-align: center;
        color: white;
        padding: 15px;
        font-size: 18px;
        transition: all 0.3s ease-in-out;
        border: 3px solid #3d3d3d;
    }

    .siteNav .boxHome:hover, .siteNav .boxHome:focus {
        background-image: url('../img/home.jpg');
        background-repeat: no-repeat;
        opacity: 0.7;
    }

    .siteNav .boxvid:hover, .siteNav .boxvid:focus {
        background-image: url('../img/videos.jpg');
        background-repeat: no-repeat;
        opacity: 0.2;
    }

    .siteNav .box p, .boxHome p, .boxvid p {
        width: 100%;
    }

    .siteNav .box:hover, .siteNav .box:focus {
        background-color: #7c7c7c;
        opacity: 0.9;
    }

.newstVido {
    /*background-color: #5C5C5C;*/
    color: white;
    font-family: "GE SS Two", sans-serif;
    background-image: url(../img/bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .newstVido .title {
        margin: 0 0 30px 0;
        padding: 10px;
        background-color: black;
        display: inline-block;
    }

    .newstVido .seeMore {
        text-align: left;
    }

        .newstVido .seeMore a {
            background-color: black;
            padding: 10px 20px;
            color: white;
        }

            .newstVido .seeMore a:hover, .newstVido .seeMore a:focus {
                background-color: white;
                color: black;
            }

    .newstVido .cover {
        height: 280px;
        width: 100%;
        position: relative;
    }

        .newstVido .cover video {
            width: 100%;
            height: auto;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease-in-out;
        }

        .newstVido .cover img {
            position: absolute;
            z-index: 2;
            left: 50%;
            margin-left: -30px;
            top: 50%;
            margin-top: -30px;
            width: 60px;
            height: auto;
        }

@media (max-width: 767px) {
    .newstVido .cover {
        margin-top: 30px;
        height: 160px;
    }

        .newstVido .cover img {
            width: 30px;
            margin-top: -15px;
            margin-left: -15px;
        }
}

.newstVido .subTitle {
    font-size: 16px;
    color: white;
    font-family: "GE SS Unique", sans-serif;
    margin-top: 10px;
    margin-bottom: 30px;
}

.pagi {
    text-align: center;
    margin: 30px 0;
}

    .pagi ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .pagi ul li {
            display: inline-block;
            color: white;
            font-size: 16px;
        }

            .pagi ul li a {
                color: white;
            }

                .pagi ul li a:hover, .pagi ul li a:focus {
                    color: red;
                }

            .pagi ul li:after {
                content: "-";
                margin-right: 5px;
            }

            .pagi ul li:first-child:after, .pagi ul li:last-child:after, .pagi ul li:nth-last-child(2):after {
                display: none;
            }

            .pagi ul li:first-child {
                padding-left: 5px;
            }

            .pagi ul li:last-child {
                padding-right: 5px;
            }

.newsDetails {
    padding-bottom: 60px;
}

    .newsDetails .title {
        margin-bottom: 30px;
    }

    .newsDetails img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

.teams .title {
    margin-bottom: 30px;
}

.teams .cover {
    height: 280px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .teams .cover video {
        width: 100%;
        height: auto;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
    }

    .teams .cover img {
        width: 100%;
        height: auto;
    }

    .teams .cover .playBtn {
        position: absolute;
        z-index: 2;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px;
        width: 60px;
        height: auto;
    }

.teams .sameHeight {
    margin-bottom: 30px;
}

.teams .subTitle {
    font-size: 16px;
    color: white;
    font-family: "GE SS Unique", sans-serif;
    margin-bottom: 15px;
}

    .teams .subTitle p {
        margin-bottom: 0;
    }

.teams.details .cover {
    height: auto;
}

.news .title {
    margin-bottom: 30px;
}

.news .cover {
    height: 280px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .news .cover .date {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: black;
        color: white;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 18px;
    }

.news .sameHeight {
    margin-bottom: 30px;
}

.news .subTitle {
    background-color: #555555;
    font-size: 16px;
    color: white;
    font-family: "GE SS Unique", sans-serif;
    padding: 10px;
}

    .news .subTitle p {
        margin-bottom: 0;
    }

.topSliderNav .sliderNav {
    margin: 15px 0 5px 0;
    position: relative;
}

    .topSliderNav .sliderNav .item {
        text-align: center;
    }

        .topSliderNav .sliderNav .item a {
            color: white;
            border-bottom: 3px solid white;
        }

    .topSliderNav .sliderNav .owl-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 0;
    }

    .topSliderNav .sliderNav .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 0;
    }

.vedios .title {
    margin-bottom: 30px;
}

.vedios .cover {
    height: 280px;
    width: 100%;
    position: relative;
}

    .vedios .cover video {
        width: 100%;
        height: auto;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
    }

    .vedios .cover img {
        position: absolute;
        z-index: 2;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px;
        width: 60px;
        height: auto;
    }

.vedios .sameHeight {
    margin-bottom: 30px;
}

.vedios .subTitle {
    font-size: 16px;
    color: white;
    font-family: "GE SS Unique", sans-serif;
    margin-bottom: 15px;
}

    .vedios .subTitle p {
        margin-bottom: 0;
    }

.vedios.details .cover {
    height: auto;
}

.latestNewsHome {
    /*background-color: #3d3d3d;*/
    /*background-color: #5C5C5C*/;
    color: white;
    font-family: "GE SS Two", sans-serif;
    background-image: url(../img/bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

    .latestNewsHome .title {
        margin: 0 0 30px 0;
        padding: 10px;
        background-color: black;
        display: inline-block;
    }

    .latestNewsHome .cover {
        height: 180px;
        width: 100%;
    }

    .latestNewsHome .subTitle {
        padding-top: 5px;
    }

        .latestNewsHome .subTitle a {
            color: white;
        }

    .latestNewsHome .owl-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 0;
    }

    .latestNewsHome .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 0;
    }

    .latestNewsHome .owl-stage-outer {
        max-width: calc(100% - 60px);
        margin: 0 auto;
    }

    .latestNewsHome .seeMore {
        text-align: left;
        padding-top: 20px;
    }

        .latestNewsHome .seeMore a {
            background-color: black;
            padding: 10px 20px;
            color: white;
        }

            .latestNewsHome .seeMore a:hover, .latestNewsHome .seeMore a:focus {
                background-color: white;
                color: black;
            }

.resultsTable {
    background-color: #3d3d3d;
    padding: 0 0 20px 0;
}

    .resultsTable .title {
        margin: 0 0 30px 0;
        padding: 10px;
        background-color: black;
        display: inline-block;
    }

    .resultsTable .resultsUl {
        padding: 0;
        margin: 0 -15px 0 -15px;
        list-style: none;
    }

        .resultsTable .resultsUl li {
            text-align: center;
        }

            .resultsTable .resultsUl li p {
                background-color: #282828;
                color: white;
                font-size: 16px;
                padding: 5px;
            }

            .resultsTable .resultsUl li.active p {
                background-color: black;
            }

    .resultsTable .slider {
        margin: 15px 0 5px 0;
    }

@media (min-width: 768px) {
    .resultsTable .slider .item:after {
        content: "";
        height: 40px;
        width: 2px;
        background-color: white;
        position: absolute;
        z-index: 5;
        top: 5px;
        right: -39px;
    }
}

.resultsTable .slider .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.resultsTable .slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.resultsTable .slider table {
    width: 100%;
}

    .resultsTable .slider table tr td {
        text-align: center;
    }

        .resultsTable .slider table tr td img {
            width: 100%;
            max-width: 48px;
            height: auto;
            display: inline-block;
        }

        .resultsTable .slider table tr td .score {
            background-color: #575757;
            min-width: 30px;
            padding: 5px;
        }

        .resultsTable .slider table tr td:nth-of-type(3) {
            /*font-size: 24px;*/
            font-weight: bold;
            padding-right: 5px;
            padding-left: 5px;
            text-align: center;
        }

.login {
    padding: 80px 0;
    background-image: url(../img/bg.png), url(../img/bg.jpg);
    background-position: top center, top center;
    background-size: cover, 100% auto;
    background-repeat: repeat, repeat;
    min-height: calc(100vh - 70px);
}

    .login .box {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.2);
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 15px 0;
    }

        .login .box .title {
            text-align: center;
            padding: 10px;
        }

            .login .box .title h1 {
                margin: 0;
            }

        .login .box .content {
            padding: 15px;
        }

            .login .box .content .input {
                background-color: rgba(255, 255, 255, 0.5);
                width: 100%;
                border: 0;
                padding: 5px 10px;
            }

            .login .box .content .serviceCost {
                font-size: 12px;
            }

                .login .box .content .serviceCost strong {
                    font-size: 16px;
                }

            .login .box .content #errorMsg {
                display: none;
                color: yellow;
            }

            .login .box .content a {
                color: white;
            }

                .login .box .content a:hover, .login .box .content a:focus {
                    color: black;
                }

            .login .box .content .sponsor {
                width: 100%;
                max-width: 28px;
                vertical-align: top;
                height: auto;
                margin: 0 auto;
                display: block;
            }

            .login .box .content .btnSubmit {
                background-color: rgba(255, 255, 255, 0.5);
                border-radius: 4px;
                border: 0;
                padding: 5px 25px;
                font-family: "GE SS Unique", sans-serif;
                transition: all 0.3s ease-in-out;
            }

                .login .box .content .btnSubmit:hover, .login .box .content .btnSubmit:focus {
                    background-color: white;
                    color: black;
                }

.overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-weight:bold;
    font-size:16px;
    color: white;
    text-shadow: 0 1px black;
    background: rgba(0,0,0,0.5);
    padding: 4px 8px;
}

/*# sourceMappingURL=style.css.map */
