﻿/******************** Euro Min By Min Sticky ********************/
.minbyminSticky{opacity:0;visibility:hidden}
.euroMinByMin .minbyminSticky { opacity:1;visibility:visible;position: fixed; width: 1282px; bottom: -108px; height: 218px; left: calc((100% - 1282px) / 2); background: linear-gradient(to bottom,#333,#000); border-top-left-radius: 6px; border-top-right-radius: 6px; z-index: 9; -webkit-transition-property: -webkit-transform, bottom; -moz-transition-property: -moz-transform, bottom; transition-property: transform, bottom; transition: transform 0.8s,-webkit-transform 0.8s,bottom 0.2s; }
.euroMinByMin .minbyminSticky.maximize { bottom: 0 }
.euroMinByMin .minbyminSticky.closeMinbyMin { bottom: -230px }
.euroMinByMin .minbyminSticky .minbyminLP { position: absolute; width: 100%; height: 100%; left: 0; top: 0; bottom: 0; right: 0; z-index: 1;}
.euroMinByMin .minbyminSlider.is-selected .matchStatus{visibility:visible;opacity:1}
.euroMinByMin .minbyminSticky .teamResult { display: inline-block; float: right; width: 790px; height: 180px; margin: 0 calc((100% - 790px) / 2); pointer-events: none; z-index: 2; position: relative }
.euroMinByMin .minbyminSticky .teamResult .teamsCntnr { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 80px; padding: 20px 0 }
.euroMinByMin .minbyminSticky .teamResult .teamA,
.euroMinByMin .minbyminSticky .teamResult .teamB { display: inline-block; width: calc((100% - 90px) / 2); float: right }
.euroMinByMin .minbyminSticky .teamResult .teamA .team { display: inline-block; float: left; position: relative; width: 100% }
.euroMinByMin .minbyminSticky .teamResult .teamB .team { display: inline-block; float: right; position: relative; width: 100% }
.euroMinByMin .minbyminSticky .teamResult .teamA img { float: left; margin-right: 10px; width: auto; height: 30px; }
.euroMinByMin .minbyminSticky .teamResult .teamB img { float: right; margin-left: 10px; width: auto; height: 30px; }
.euroMinByMin .minbyminSticky .teamResult p { display: inline-block; width: calc(100% - 34px); font-family: droidBold,Arial; font-size: 15px; color: #fff; padding: 0; line-height: 30px; position: absolute; top: 50%; transform: translateY(-50%) }
.euroMinByMin .minbyminSticky .teamResult .teamA p { text-align: left; float: left; left: 40px; padding-right: 10px }
.euroMinByMin .minbyminSticky .teamResult .teamB p { text-align: right; float: right; right: 40px; padding-left: 10px }
.euroMinByMin .minbyminSticky .teamResult .result { display: inline-block; float: right; width: 90px; padding: 0 16px; line-height: 30px; }
.euroMinByMin .minbyminSticky .teamResult .result span { color: #fff; font-size: 20px; font-family: CenturyGothicLight,arial; font-weight: bold; text-align: center; float: right; }
.euroMinByMin .minbyminSticky .teamResult .result span.a { float: right; }
.euroMinByMin .minbyminSticky .teamResult .result span.b { float: left; }
.euroMinByMin .minbyminSticky .teamResult .result span.a:after { content: "-"; position: absolute; left: 50%; transform: translateX(-50%); font-size: 14px; line-height: 30px; font-weight: normal; }
.euroMinByMin .minbyminSticky .arrow { position: absolute; left: 50%; top: -16px; transform: translateX(-50%); background: #313131; width: 50px; height: 25px; text-align: center; border-top-right-radius: 25px; border-top-left-radius: 25px; cursor: pointer; z-index: 10 }
.euroMinByMin .minbyminSticky .arrow span { float: left; display: inline-block; pointer-events: none; width: 24px; height: 12px; text-align: center; pointer-events: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
.euroMinByMin .minbyminSticky .arrow span::after, .euroMinByMin .minbyminSticky .arrow span::before { content: ''; position: absolute; top: 50%; width: 12px; height: 2px; background: #888; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
.euroMinByMin .minbyminSticky .arrow span::before { left: 10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.euroMinByMin .minbyminSticky .arrow span::after { left: 2px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.euroMinByMin .minbyminSticky.maximize .arrow span { -webkit-transform: rotateX(180deg) translate(-50%, 2px); -moz-transform: rotateX(180deg) translate(-50%, 2px); -ms-transform: rotateX(180deg) translate(-50%, 2px); -o-transform: rotateX(180deg) translate(-50%, 2px); transform: rotateX(180deg) translate(-50%, 2px); }
.euroMinByMin .minbyminSticky .closeMinbyMin { position: absolute; top: 12px; left: 10px; width: 20px; height: 20px; z-index: 2; cursor: pointer }
.euroMinByMin .minbyminSticky .closeMinbyMin:after, .euroMinByMin .minbyminSticky .closeMinbyMin:before { content: ''; position: absolute; top: 0; width: 2px; height: 100%; background-color: #888; opacity: 1; transition: all .2s ease-in-out 0s; -webkit-transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; }
.euroMinByMin .minbyminSticky .closeMinbyMin:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.euroMinByMin .minbyminSticky .closeMinbyMin:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.euroMinByMin .minbyminSticky .mtchBtnsCntnr { position: absolute; width: 230px; top: 66px; left: 50%; transform: translateX(-50%); z-index: 2 }
.euroMinByMin .minbyminSticky .mtchBtnsCntnr .mtchBtns { float: right; display: inline-block; background: #0277bd; width: 110px; height: 26px; border-radius: 4px; text-align: center;   font-size: 12px; color: #fff; line-height: 26px; margin-left: 10px }
.euroMinByMin .minbyminSticky .mtchBtnsCntnr .mtchBtns:last-child { margin-left: 0 }
.euroMinByMin .minbyminSticky .matchStatus { visibility:hidden;opacity:0 ;width: 100px; height: 20px; position: absolute; top: 12px; right: 12px; z-index: 0; pointer-events: none; padding-right: 16px; text-align: right;   font-size: 12px; color: #fff; line-height: 1.6; }
.euroMinByMin .minbyminSticky .matchStatus .greenLight { width: 12px; height: 12px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) }
.euroMinByMin .minbyminSticky .matchStatus .greenLight:before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; border-radius: 50%; background: #fff; }
.euroMinByMin .minbyminSticky .matchStatus .greenLight:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 50%; background: #00ff08; }
.euroMinByMin .minbyminSticky .matchStatus.soon .greenLight:before { opacity: 0.3; filter: blur(4px); }
.euroMinByMin .minbyminSticky .matchStatus.soon .greenLight:after { opacity: 1; }
.euroMinByMin .minbyminSticky .matchStatus.live .greenLight:before { opacity: 0.1; filter: blur(1px); animation: greenLightShadow 2s ease-in-out infinite }
.euroMinByMin .minbyminSticky .matchStatus.live .greenLight:after { opacity: 0.2; animation: greenLight 2s ease-in-out infinite }
@keyframes greenLight {
    0% { opacity: 0.2; }
    50% { opacity: 1 }
    100% { opacity: 0.2; }
}
@keyframes greenLightShadow {
    0% { opacity: 0.1; filter: blur(1px) }
    50% { opacity: 0.3; filter: blur(4px) }
    100% { opacity: 0.1; filter: blur(1px) }
}

.SliderContainerMBM{width:100%;height:100%}
.SliderContainerMBM .flickity-enabled{width:100%;height:100%}
.SliderContainerMBM  .minbyminSlider {position:absolute;width:100%;height:100%;}
.SliderContainerMBM .flickity-viewport{height:100%!important;overflow:visible;}
.SliderContainerMBM .flickity-button.previous{right:calc((100% - 850px) /2)}
.SliderContainerMBM .flickity-button.next{left:calc((100% - 850px) /2)}
.SliderContainerMBM .flickity-button{background-color:#0277bd;top:50px}
.SliderContainerMBM .flickity-button:before{color:#fff}
.SliderContainerMBM .flickity-button:disabled{display:none}
.SliderContainerMBM .flickity-page-dots{    display: inline-block;width: 100%;height: 12px;position: absolute;bottom: 10px;right: 0;}
.SliderContainerMBM .flickity-page-dots li{display: inline-block;width: 12px;height: 12px;background-color:#0277bd;border-radius:50%;opacity:0.4;margin-left:5px;margin-bottom:12px}
.SliderContainerMBM .flickity-page-dots li:last-child{margin-left:0}
.SliderContainerMBM .flickity-page-dots li.is-selected{opacity:1}
.SliderContainerMBM .flickity-button:disabled{pointer-events:auto}

.euroMinByMin .minbyminSticky .teamResult .matchDescription { position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; height: 70px; display: grid; grid-template-columns: max-content max-content 1fr; grid-gap: 0; box-sizing: border-box; }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText { display: inline-block; float: right; margin-left: 10px; background: #252525; width: 400px; height: 70px; border-radius: 6px; position: relative; padding: 10px }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText .desc { position: absolute; display: flex; width: 100%; left: 0; top: 50%; transform: translateY(-50%); padding: 0 10px }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText span { display: inline-block; float: right; height: 100%; font-family: CenturyGothicLight, Arial; line-height: 1.6; font-size: 14px; font-weight: bold; color: #ccc; margin-left: 10px; position: relative }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText span:after { content: "'"; float: right; position: absolute; right: -4px }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText p { display: inline-block; float: right; width: auto;   font-size: 13px; color: #ccc; line-height: 1.8; max-height: 47px; overflow: hidden; text-align: right; direction: rtl; position: relative; top: auto; transform: none; }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch { position: relative; float: right; display: inline-block; width: 300px; height: 70px; padding: 10px; background: #252525; border-radius: 6px; overflow: hidden; pointer-events: visible }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .man-matchImage { display: inline-block; float: right; width: 50px; height: 50px; border-radius: 6px; margin: 0; border: none; overflow: hidden; position: relative; }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .man-matchImage img { width: 100%; height: auto; position: absolute; left: 50%; top: 0; transform: translateX(-50%); max-width: none }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .manOfCont { display: inline-block; float: right; width: calc(100% - 50px); padding: 0 10px; }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .manOfCont span { display: inline-block; float: right; width: 100%;   font-size: 11px; color: #ccc; line-height: 2; overflow: hidden; text-align: right; margin-bottom: 10px }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .manOfCont p { display: inline-block; float: right; width: 100%; font-family: droidBold, Arial; font-size: 12px; color: #fff; line-height: 1; text-align: right; height: 18px; max-width: calc(100% - 80px); width: auto; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; top: auto; transform: none; }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .manOfCont .motmBtn { position: absolute; left: 10px; bottom: 10px; width: 74px; height: 22px; line-height: 2.3; text-align: center;   color: #fff; font-size: 10px; border-radius: 4px; background: #0277bd }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .minByminSpnsr { position: relative; float: left; display: inline-block; width: 70px; height: 70px; background: #252525; border-radius: 6px; overflow: hidden; margin-right: 10px; pointer-events: visible }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .minByminSpnsr img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .minByminSpnsr img[src*=".png"] { width: auto; height: auto; max-width: 60px; max-height: 50px; }
.euroMinByMin .minbyminSticky .teamResult .matchDescription .minByminSpnsr img[src*=".jpg"] { width: 100%; height: 100%; }
.euroMinByMin .minbyminSticky.bottom { z-index: 99; }


.euroMinByMin .minbyminSticky .topSponsor{visibility:hidden;opacity:0;position: absolute;width: 70px;height: 60px;background: #292929;top: -20px;left: 50px;border-top-left-radius: 6px;border-top-right-radius: 6px;padding: 5px 10px;z-index:2}
.euroMinByMin .minbyminSticky.closeMinbyMin .topSponsor{display:none}
.euroMinByMin .minbyminSticky .minbyminSlider.is-selected  .topSponsor{visibility:visible;opacity:1}



/********** Mobile Sticky Bar **********/
.mobStickyBar { position: fixed; display: inline-block; width: 100%; display: none; background: #fff; bottom: 0; left: 0; right: 0; z-index: 9999 }
.mobStickyBar .ad { width: 320px; height: 50px; margin: 5px calc((100% - 320px) / 2) }
/****** MinByMin   *******/
.MinByMin { position: fixed; bottom: 0; left: 0; z-index: 4; color: #FFF; width: 100%; background-color: #000; text-align: center; /*display:none;*/ }
.MinByMin .cont { display: inline-block; width: 100%; padding: 5px 10px 2px; margin-right: auto; margin-left: auto; }
.MinByMin .cont .minImg img { display: inline-block; width: 100%; height: auto }
.MinByMin div { display: inline-block; padding: 0 8px 0px; }
.MinByMin .minImg { float: right; display: inline-block; height: 76px; width: 76px; padding: 0 }
.MinByMin .teamA,
.MinByMin .teamB { width: calc((100% - 626px) / 2); float: right; margin-top: 8px }
.MinByMin .teamA a { float: left }
.MinByMin .teamB a { float: right }
.MinByMin .teamA a img,
.MinByMin .teamB a img { height: 60px; width: auto; border: none; display: inline-block; }
.MinByMin .teamA a p,
.MinByMin .teamB a p { color: #FFF; display: inline-block;   }
.MinByMin .resultDiv { width: 150px; height: 50px; display: inline-block; position: relative; float: right; }
.MinByMin .resultDiv a { color: #FFF; }
.MinByMin .resultDiv .result { display: inline-block; width: 100%; margin-top: 10px; padding: 0; }
.MinByMin .resultDiv .result span {   font-size: 30px; font-weight: bold; width: 40%; }
.MinByMin .resultDiv .result span:first-child { float: right; }
.MinByMin .resultDiv .result span:last-child { float: left; }
.MinByMin .resultDiv p { display: inline-block; float: right; width: 100%; color: #b9b9b9;   font-size: 13px; text-align: center; position: absolute; top: 90px; }
.MinByMin .resultDiv .matchResult { width: 100%; display: inline-block; float: right; }
.MinByMin .resultDiv .countUp,
.MinByMin .resultDiv .matchCountUp { display: inline-block; position: absolute; bottom: 0; top: 60px; left: -24px; width: 114px; text-align: center; color: #7e7e7e; font-size: 18px; font-family: arial }
.MinByMin li .resultDiv .countUp.start:after,
.MinByMin li .resultDiv .matchCountUp.start:after { display: none }
.MinByMin .matchInfo { float: right; display: inline-block; width: 400px; margin-top: 6px; }
.MinByMin .text-Match { background-color: #2e2e2e; width: 100%; display: inline-block; position: relative; float: right; }
.MinByMin .text-Match p { width: 85%; color: #fff; margin-right: 30px;   font-size: 12px; height: 64px; overflow: hidden; padding-top: 4px; line-height: 1.6 }
.MinByMin .text-Match span { color: #0277bd; font-weight: bold; font-size: 18px; display: inline-block; position: absolute; right: 0; top: 4px; width: 8%; font-family: arial; }
.MinByMin .text-Match span:after { content: ""; display: block; position: absolute; top: 0; left: 50%; margin-left: -17px; height: 26px; width: 26px; z-index: 1; border-radius: 50%; }
.MinByMin .text-Match span.preMatch:after { background: url(https://media.gemini.media/img/yallakora/staticimages/preMatch.png) center center no-repeat; background-size: 22px; }
.MinByMin .ads { width: 10%; height: 100%; margin-right: 8px; float: left; margin-top: 15px; display: none; }
.IconArrow { display: block !important; background-color: #ff1a3b; height: 6px; width: 100%; padding: 0 !important; z-index: 3; position: relative; }
.IconArrow span { position: relative; bottom: 22px; left: 42%; background-color: #ff1a3b; padding: 3px 3px 0px; border: 2px solid #ff1a3b; border-bottom: none; color: #FFF; cursor: pointer; height: 22px; width: 26px; display: inline-block }
.IconArrow span:before { content: "F"; line-height: 1 }
.IconArrow .rotate:before { content: "F"; line-height: 1.1; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.img-responsive { width: 100%; height: 100% }
.man-match { width: 300px; height: 80px; background: #000; position: absolute; left: 10%; top: -80px; }
.man-match .man-matchImage { width: 70px; height: 70px; border-radius: 0; margin-top: 5px; border: none; overflow: hidden; position: relative; float: right; margin-left: 10px; background: #0277bd; }
.man-match .man-matchImage img { width: auto; height: 100px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.man-match .man-matchImage span.manlike { width: 24px; height: 24px; background-color: #0277bd; position: absolute; left: 0; bottom: 0; border-radius: 50%; }
.man-match .man-matchImage span.manlike img { height: 15px; position: absolute; top: 11px; left: 11px; }
/*.man-match .man-matchImage span.manlike:before{background: url(../Images/likePlayer.png) center center no-repeat;
    margin-top: 2px;}*/
.man-match .man-matchData { width: calc(100% - 80px) }
.man-match .man-matchTxt { color: #fff;   font-size: 12px; line-height: 1.5; margin-top: 5px; display: inline-block; }
.man-match .man-matchName { color: #fff; font-family: droidBold, Arial; font-size: 16px }
.man-match .man-matchIcn { float: left; width: 47px; margin-left: -30px; margin-top: -7px }
.man-match .voting { text-align: right; font-family: droidBold, Arial; font-size: 12px; color: #fff; display: inline-block; float: right }
.man-match .voting span { margin-right: 5px;   font-size: 14px }
.man-match .goVoting {   font-size: 10px; color: #fff; display: inline-block; float: left; background-color: #0277bd; padding: 0 4px; margin-top: 5px }
.man-match .closeMin { position: absolute; left: 3px; top: 3px; }
.man-match .closeMin:before { content: 'B'; color: #fff; font-size: 11px }
.closeManPop .man-match { display: none }


@media screen and (min-width:1680px) and (max-width:1919px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 1100px) / 2) ;width: 1100px; }


}

@media screen and (min-width:1600px) and (max-width:1679px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 1100px) / 2)  ;width: 1100px;}


}

@media screen and (min-width:1536px) and (max-width:1599px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 1100px) / 2) ;width: 1100px; }


}

@media screen and (min-width:1440px) and (max-width:1535px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 1100px) / 2) ;width: 1100px; }


}

@media screen and (min-width:1360px) and (max-width:1439px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 1100px) / 2) ;width: 1100px; }


}

@media screen and (min-width:1280px) and (max-width:1359px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 1000px) / 2);width: 1000px; }


}

@media screen and (min-width:1152px) and (max-width:1279px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 800px) / 2);width: 800px  }
        .EntryPoint { width: 800px }
            .SliderContainerMBM .flickity-button.previous {right: 42px; }
            .SliderContainerMBM .flickity-button.next { left: 42px; }

}

@media screen and (min-width:1024px) and (max-width:1151px) {
        .euroMinByMin .minbyminSticky { left: calc((100% - 800px) / 2);width: 800px  }

               .SliderContainerMBM .flickity-button.previous {right: 42px; }
            .SliderContainerMBM .flickity-button.next { left: 42px; }

}

@media only screen and (max-width: 1023px) {
    .euroMinByMin .minbyminSticky { width: 100%;left: 0  }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText { width: 346px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch { width: 290px }


         .SliderContainerMBM .flickity-button.previous {right: 35px; }
            .SliderContainerMBM .flickity-button.next { left: 35px; }
}


@media screen and (min-width: 320px) and (max-width: 767px) {
      .euroMinByMin .minbyminSticky .mtchBtnsCntnr { width: 190px; top: 46px }
    .euroMinByMin .minbyminSticky .mtchBtnsCntnr .mtchBtns { width: 90px; font-size: 10px; height: 22px; line-height: 22px }
    .euroMinByMin .minbyminSticky.bottom { bottom: -140px; border-radius:0; }
    .euroMinByMin .minbyminSticky.bottom.maximize { bottom: 0; height: 225px }
    .euroMinByMin .minbyminSticky.bottom.closeMinbyMin { bottom: -234px; }
    .euroMinByMin .minbyminSticky.bottom.hidden { -webkit-transform: translate(0, 170px); -ms-transform: translate(0, 170px); transform: translate(0, 170px); }
    .euroMinByMin .minbyminSticky.bottom .arrow { top: -16px; border-top-right-radius: 25px; border-top-left-radius: 25px }
    .euroMinByMin .minbyminSticky.bottom .arrow span::before { left: 10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .euroMinByMin .minbyminSticky.bottom .arrow span::after { left: 4px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
    .euroMinByMin .minbyminSticky.top { top: 0; bottom: auto; height: 86px; border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; transition-property: transform, height; transition: transform 0.8s,-webkit-transform 0.8s,height 0.2s }
    .euroMinByMin .minbyminSticky.top.maximize { top: 0; height: 210px }
    .euroMinByMin .minbyminSticky.top .teamResult { height: 56px; overflow: hidden; transition-property: transform, height; transition: transform 0.8s,-webkit-transform 0.8s,height 0.2s; }
    .euroMinByMin .minbyminSticky.top.maximize .teamResult { height: 210px; overflow: hidden }
    .euroMinByMin .minbyminSticky.top.closeMinbyMin { top: -230px; }
    .euroMinByMin .minbyminSticky.top.hidden { -webkit-transform: translate(0, -170px); -ms-transform: translate(0, -170px); transform: translate(0, -170px); }
    .euroMinByMin .minbyminSticky.top .arrow { top: auto; bottom: -16px; background: #010101; border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px }
    .euroMinByMin .minbyminSticky.top .arrow span::before { left: 10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
    .euroMinByMin .minbyminSticky.top .arrow span::after { left: 4px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .euroMinByMin .minbyminSticky.top .teamResult .matchDescription { top: 76px }
    .euroMinByMin.showSpnsrBtm .minbyminSticky { width: 100%; -webkit-transform: translate(-50%, -60px); -ms-transform: translate(-50%, -60px); transform: translate(-50%, -60px); }
    .euroMinByMin.showSpnsrBtm .minbyminSticky.maximize { bottom: 0; height: 186px }
    .euroMinByMin.showSpnsrBtm .minbyminSticky.closeMinbyMin { bottom: -210px; }
    .euroMinByMin .minbyminSticky .matchStatus { top: 3px; right: 6px; width: auto; padding-right: 0; }
    .euroMinByMin .minbyminSticky .matchStatus .text { display: none }
    .euroMinByMin .minbyminSticky .closeMinbyMin { top: 6px; left: 6px; width: 16px; height: 16px; }
    .euroMinByMin .minbyminSticky .teamResult { width: 100%; margin: 0; height: 210px; }
    .euroMinByMin .minbyminSticky .teamResult .teamsCntnr { height: 56px; padding: 16px 0 0; }
    .euroMinByMin .minbyminSticky .teamResult .result { width: 70px; padding: 0 10px; line-height: 20px; }
    .euroMinByMin .minbyminSticky .teamResult .teamA, .euroMinByMin .minbyminSticky .teamResult .teamB { width: calc((100% - 70px) / 2); }
    .euroMinByMin .minbyminSticky .teamResult .teamA img,
    .euroMinByMin .minbyminSticky .teamResult .teamB img { height: 20px }
    .euroMinByMin .minbyminSticky .teamResult p { font-size: 11px; line-height: 20px }
    .euroMinByMin .minbyminSticky .teamResult .teamA p { left: 30px }
    .euroMinByMin .minbyminSticky .teamResult .teamB p { right: 30px }
    .euroMinByMin .minbyminSticky .teamResult .result span { font-size: 16px }
    .euroMinByMin .minbyminSticky .teamResult .result span.a:after { font-size: 12px; line-height: 20px }
    .euroMinByMin .minbyminSticky .arrow span::after, .euroMinByMin .minbyminSticky .arrow span::before { width: 10px }
    .euroMinByMin .minbyminSticky .arrow span::before { left: 10px }
    .euroMinByMin .minbyminSticky .arrow span::after { left: 4px }
    .euroMinByMin .minbyminSticky .greenLight:before { width: 10px; height: 10px }
    .euroMinByMin .minbyminSticky .greenLight:after { width: 8px; height: 8px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription { display: inline-block; width: 100%; padding: 0 10px; height: 130px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText { width: 100%; margin-left: 0; height: 60px; margin-bottom: 10px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText p { font-size: 11px; max-height: 40px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .matchText span { font-size: 12px; line-height: 1.5 }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .minByminFooter { display: flex; float: right; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch { width: calc(100% - 60px); min-width: 240px; height: 50px; padding: 6px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .man-matchImage { width: 38px; height: 38px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .minByminSpnsr { width: 50px; height: 50px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .minByminSpnsr img[src*=".png"] { max-width: 46px; max-height: unset; height: auto }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .manOfCont span { line-height: 1.2; font-size: 10px }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .manOfCont p { font-size: 11px; max-width: calc(100% - 60px); }
    .euroMinByMin .minbyminSticky .teamResult .matchDescription .manOfTheMatch .manOfCont .motmBtn { left: 6px; bottom: 6px; width: 70px; height: 20px; font-size: 10px; line-height: 2.2 }

        .euroMinByMin .minbyminSticky .topSponsor{width: 56px;height: 50px;background: #2c2c2c;top: -36px;padding: 3px 6px;left:30px;}

            .euroMinByMin .minbyminSticky.top { z-index: 9999 }




      .SliderContainerMBM .flickity-page-dots{height:10px;bottom:}
    .SliderContainerMBM .flickity-page-dots li{width:10px;height:10px;margin-bottom:10px}
    .SliderContainerMBM .flickity-button.previous{right:10px}
    .SliderContainerMBM .flickity-button.next{left:10px}
    .SliderContainerMBM .flickity-button{width:22px;height:22px;top:50px}
    .SliderContainerMBM .flickity-button:before{line-height:1.8}

}