@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.vebo-sp {
    margin-bottom: 10px;
}
.mmo-top {
    background-color: rgb(70 108 24);
}
.mmo-inner{
    overflow: hidden;
}
.mmo-inner img {
    object-fit: cover !important;
}
.mmo-inner.size-660x200 {
    position: relative;
    padding-bottom: 30.3%;
    max-width: 660px;
}
.mmo .mmo-inner{background-color: rgba(0, 0, 0, 0.05); text-align: center; margin: 0 auto; position: relative;overflow: hidden;}
.mmo.mmo-fixside.to-left, .mmo.mmo-fixside.to-right {
    z-index: inherit
}
.mmo-inner.size-1330x100 {
    width: 1330px;
    height: 100px
}
.mmo-inner.size-1330x90 {
    width: 1330px;
    height: 90px
}

.mo-single.for-mobile {
    display: none
}

.cd_-top .content .com-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 728px) {
    .mo-single.for-mobile {
        display: block
    }

    .mo-single.for-desktop {
        display: none
    }
}
@media screen and (max-width: 1329px) {
    .mmo-inner.size-1330x100 {
        width: 100%;
        height: 0;
        padding-bottom: 9.774%
    }

    .mmo-inner.size-1330x100 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain
    }

    .mmo-inner.size-1330x90 {
        width: 100%;
        height: 0;
        padding-bottom: 9.774%
    }

    .mmo-inner.size-1330x90 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain
    }
}

.rn-close {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-shadow: 0 0 10px #fff;
    background: rgba(151, 151, 151, 0.4);
    color: #000;
    border-radius: 0 0 0 8px;
}
.rn-close span {
    width: 30px;
    height: 30px;
    border-radius: 0.5rem;
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    font-size: 20px;
    color: #111;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.vb-player #jw-container {
    z-index: 3
}

.vb-player .vb-countdown {
    z-index: 2
}

.require-login-player a {
    text-align: center;
    color: #fff !important;
    transform: translateY(-50%)
}

.require-login-player a strong {
    display: block;
    color: #25ff70;
    font-size: 1.1em;
    margin-bottom: 5px
}

.ii-01 h2 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0
}

.match_box.h2h div.team-name {
    font-weight: 700;
    line-height: 1.3
}

.vbspon .vbspon-inner .vbs-1330x100 img {
    height: 90px
}

.vbspon .vbspon-inner .vbs-1330x100 {
    min-height: 90px
}

.vbspon.fixed.side.to-left, .vbspon.fixed.side.to-right {
    z-index: inherit
}


.vitem .vitem-info{
    text-align: center;
    /*width: 110px;*/
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.host-logo img, .news-thumb-img, .video-thumb-img {
    background: #e4e4e4;
}
.host-logo img{
    object-fit: contain !important;
}
.article-news p, .article-news div,.article-news span, .article-news h1,.article-news h2,.article-news h3,.article-news h4,.article-news h5,.article-news h6{
    background: transparent !important;
    background-color: transparent !important;
}
.article-news img{
    margin: 0 auto;
    display: block;
}
.trend-grid .item{
    background: #eee !important;
}
.trend-grid .item .commentator, .trend-grid .item .item-league {
    color: #111 !important;
}
.news-list-page .item.item-highlight .news-title{
    padding: 12px 0;
}
.page-link:focus{
    box-shadow: none;
}
.footer-copyright .copyright{
    color: #fff;
}



#aw-body {
    position: relative;
}
#aw-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3e8b2d;
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-position: center center;
}
#main-home {
    height: calc(100vh);
    min-height: 560px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}
#main-home .container {
    max-width: 760px;
    padding: 30px !important;
}

.mh-logo {
    text-align: center;
}
.mh-logo img {
    height: 60px;
    width: auto;
    /*background: linear-gradient(to right,#7cb03f,#c3d93f);*/
}
.mh-top {
    width: 100%;
    margin: 2.5rem 0;
    padding: 4rem;
    border-radius: 2rem;
    background-color: #fff;
    color: #000;
    display: block;
}
.mh-top .headline-large {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
}
.mh-top .description {
    line-height: 1.5;
}
.mh-top .mt-social {
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    justify-content: flex-start !important;
}
.mh-buttons .sbtn-lg {
    padding: 1.2em 2em;
    border-radius: 1em;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.05) !important;
    display: block;
}

.mh-buttons .sbtn-lg span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mh-buttons .sbtn-lg span i {
    font-size: 20px;
}

.sbtn {
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 8px 14px;
    border-radius: 0.5rem;
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
}
.sbtn-lg {
    padding: 10px 18px;
    font-size: 1.2em;
}
.sbtn-primary {
    background-color: #01912f;
    color: #fff !important;
}
.sbtn-primary:hover {
    background-color: #03c03f;
}

.mh-copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 639px){
    #main-home {
        padding-top: 40px;
    }
    .mh-logo {
        text-align: left;
    }
    .mh-logo img {
        height: 40px;
    }
    .mh-top {
        padding: 2rem;
        border-radius: 1rem;
        margin: 1.5rem 0;
    }
    .mh-top .headline-large {
        font-size: 1.3em;
        margin-bottom: 1rem;
    }
    .mh-top .mt-social {
        margin-bottom: 2rem;
    }
}
.addthis_inline_share_toolbox {
    height: auto;
    min-height: 35px;
}



.author-box {
    padding: 12px;
    border: 1px solid #818181;

    position: relative;
    clear: both;
}

.author-box .author-photo, .author-box .author-info {
    display: table-cell;
    vertical-align: top;
}

.author-box .author-photo{
    width: 115px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    pointer-events: auto;
}

.author-box .author-photo img{
    max-width: 100%;
    height: auto;
}

.author-box .author-info{
    width: auto;
    padding-bottom: 0;
    padding-left: 21px;
}

.author-box .author-info .author-name{
    margin: 7px 0 8px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}

.author-box .author-info .author-descr{
    margin-bottom: 6px;
    font-size: 12px;
    font-style: italic;
    line-height: 21px;
}


#player_news.active {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
    padding-bottom: 59.3%;
}

#player_news .res-frame{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#player_news.active .res-frame{
    display: block;
}

.search-box {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    margin: 15px 0;
}
.search-box .fa-search {
    position: absolute;
    top: 14px;
    left: 16px;
    color: #000;
}
.search-box input {
    height: 42px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}
.search-box button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 34px;
    width: 90px;
    background: #b7d23f !important;
    color: #000 !important;
}

#header{
    /*margin-bottom: 15px;*/
}


.breadcrumb {
    background: transparent;white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 5px;
    padding-left: 0;
    flex-wrap: nowrap;
}
@media screen and (max-width: 728px){
    .breadcrumb {
        overflow-x: scroll;
    }
}
@keyframes glowingPolygon {
    0% {
        fill: #deb207;
        background: #dcb107;
        filter: drop-shadow( 0 0 3px #b28e00)
    }

    50% {
        background: #edd221;
        fill: #edd221;
        filter: drop-shadow( 0 0 15px #edcb21)
    }

    100% {
        background: #c5cb01;
        fill: #c5cb01;
        filter: drop-shadow( 0 0 3px #c5cb01)
    }
}
.btn-bet-top {
    margin-bottom: 5px;
    color: #000;
    background: #ffb300FF!important;
    padding: 0 6px;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    margin-right: 6px;
    border-radius: 0.25rem;
    display: block;
    float: left;
    -webkit-animation: glowingPolygon .5s infinite;
    -moz-animation: glowingPolygon .5s infinite;
    -o-animation: glowingPolygon .5s infinite;
    animation: glowingPolygon .5s infinite;
}
.btn-bet-top:hover {
    color: #000;
}


.all-utilities {
    height: 100%;
    width: 100%;
    /*width: calc(100% + 16px);
    margin-left: -8px;*/
}

.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
    position: absolute;
    z-index: 99;
    width: 100%;
}
.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    background: #242424;
    color: #bcbcbc;
    border-top: 1px solid #4c4c4c !important;
    height: 34px;
    text-align: left;
    padding: 5px 0 5px 8px;
    font-weight: normal;
    box-shadow: 1px 1px 1px 1px #757575 !important;
    font-size: 14px !important;
}
.tab button:hover {
    background-color: #1e1e1e;
    color: #0d8900;
    border-top: 1px solid #0d8900;
    box-shadow: 0 0 1px #e6e6e6;
}
.tab button.active {
    background-color: #121212;
    color: #13cb00;
    border-top: 1px solid #13cb00 !important;
    box-shadow: 0 0 1px #e6e6e6 !important;
}
.chatboxi {height: 100%;}
.tabcontent {
    display: none;
    height: calc(100% - 34px);
    background: #282828;
    border-bottom: none;
    border-top: none;
    min-height: 545px;
    margin-top: 34px;
    position: absolute;
    width: 100%;
}
.tabcontent.active {display: block}

/*.mc_live .mc_l-right {
    min-height: 636px;
}*/

/*@media screen and (max-width: 1079px) {
    .tabcontent{min-height: 545px;}
}*/

/*
.mc_live.active .tabcontent {
    min-height: calc(100% - 34px);
}*/

.mc_live .tabcontent {

}
.mc_live.active .tabcontent{
    min-height: calc(100% - 34px);
}
@media screen and (max-width: 1079px){
    .mc_live .tabcontent{
        min-height: 560px;
    }
}

/*.mcb_-links, .mcb_-linksz {
    margin: 3px 0 0 3px;
}*/

.mc_live .w-social .mcb_-links {
    float: left;
}
.mc_live.active .w-social .mcb_-links {
    float: none;
}

.mc_live .mc_l-right {
    min-height: 636px;
}