

main{
    margin-top:170px;
}
.top-blue-wrap{
    float:left;
    width:100%;
    background:url("../img/top_bg_blue.png") no-repeat center;
    background-size:cover;
    padding-bottom:50px;
    box-sizing:border-box;
}
.other-h{
    display:none;
}
.watch-now{
    float:left;
    width:100%;

}
.logo-wrap{
    float:left;
    width:150px;
    margin-top:25px;
    padding-left:0px;
    padding-right:30px;
    box-sizing:border-box;
}
.logo-wrap.two-matches{
    margin-top:15px;
}
.logo-wrap img{
    float:left;
    width:100%;
}
.teems{
   float:left;
   width:calc(100% - 150px);
}
.teems.one-box .teem{
    float:left;
    width:100%;
}
.teems.one-box .left-part-box{
    float:right;
    width:20%;
    margin-right:5px;
    margin-top:40px;
}
.teems.one-box .countries{
    float: right;
    width: 100%;
    margin-top: 30px;
    text-align:center;
}
.teems.one-box .countries .centering {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline;
}
/*.teems.one-box .left-part-box span{
    float:left;
    width:100%;
    text-align:left;
}*/
.left-part-box span.phase{
   float:right;
   text-align:right;
   margin-right: 60px;
}
.left-part-box span.group{
   float:right;
   width:100%;
   text-align:right;
   margin-right: 30px;
}
.teems.one-box .date-box{
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.teem{
    float:left;
    width:49.5%;
    background:#194950;
    padding:20px;
    box-sizing:border-box;
    position:relative;
}
.teem.mr{
    margin-right:1%;
}
.teem.right{
    float:right;
}
body .teem span{
    float:left;
    width:100% !important;
    margin-right: 0 !important;
    text-align:center;
    color:#fff;
    font-size:14px;
}
body .teems .teem span {
    margin-right: 7px !important;
    width: calc(100% - 49px) !important;
}
body .teems.one-box .teem span {
        width: 100% !important;
    margin-right: 0 !important;
}
.teem span p {
    width: 100%;
}
.countries{
    float:left;
    width:100%;
    margin-top:30px;
}
.country{
    float:left;
    width:38%;
    text-align:center;
}
.country.right{
    float:right;
}
.country.right img, .country.left img{
    margin-right:7px;
}
.country img{
    float:left;
    width:35px;
    height: 35px;
    border-radius:50%;
    border:4px solid #ccc;
}
#results .country img {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 10px;
}
.country span{
    float:left;
    font-size:16px;
    color:#fff;
    font-weight: bold;
    margin-right:7px !important;
    width: calc(100% - 49px) !important;
    line-height: 17px;
    height: 35px;
}
.country span.result{
    margin-top:-8px;
    font-size:35px;
}
.soon{
    position:absolute;
    top:20px;
    right:20px;
    background:#19b1bc;
    font-size:12px;
    font-weight: bold;
    text-transform:uppercase;
    color:#fff !important;
    padding:7px 17px;
    box-sizing:border-box;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding-left:30px;

}
.soon:before{
    position:absolute;
    content:"";
    left:5px;
    top:6px;
    background:url("../img/play_icon.svg") no-repeat center;
    width: 20px;
    height: 20px;
    background-size:16px;
}
.soon.soon-w{
    background:#e94612;
}
.soon.soon-w:hover{
    background:#e94612;
}
.soon:hover{
    background:#158f98;
}

.live{
    float:left;
    width:100%;
    background:#184950;

    box-sizing:border-box;
    margin-top:40px;
    padding:20px;
}
.image-container{
    width:70%;
    float:left;
}
.image-container a{
    float:left;
    width: 100%;
    position:relative;
}
.image-container a span{
    position:absolute;
    top:15px;
    left:15px;
    color:#fff;
    background:#e4100d;
    padding:5px 10px;
    font-size:12px;
    border-radius:10px;
    text-transform:uppercase;
}
.image-container img{
    width:100%;
    float:left;
    margin-bottom:-40px;
}
.center-box{
    display:inline-block;
}
.info-container{
    width:30%;
    float:right;
    padding-left:20px;
    box-sizing:border-box;
    padding-right:10px;
}
.info-container .country{
    width:100%;
    margin-bottom:10px;
}
.info-container span.name{
    font-size:18px;
    float: right;
}
.play-icon{
    /*width:40px;
    height: 40px;*/
    position:relative;
}
.play-icon:before{
    position:absolute;
    content:"";
    left:0px;
    top:10px;
    background:url("../img/play_icon.svg") no-repeat center;
    background-size:40px;
    width:40px;
    height: 40px;
    z-index:99;
    cursor:pointer;

}
.see-live{
    position:absolute;
    color: #fff;
    background: #e4100d;
    padding: 5px 10px;
    font-size: 11px !important;
    border-radius: 10px;
    text-transform: uppercase;
    cursor:pointer;
}
.player-slider{
    float:left;
    width:100%;
}
.tab-holder-2 .slide-cont{
    float:left;
    width:32%;
}
.image-box{
    float:left;
    width:100%;
    min-height: 115px;
    max-height: 155px;
    height: 155px;
    overflow: hidden;
}
.image-box img{
    float:left;
    width:100%;
}
.more-videos{
    float:left;
    width:100%;
    overflow: hidden;
}
.tabs-hld{
    float:left;
    width:100%;
    background:#14474f;
    padding:40px 30px;
    box-sizing:border-box;
    padding-top:0px;
}
.euro-title{
    float:left;
    width:100%;
    margin-top:50px;
    color:#fff;
    font-weight: bold;
    font-size:34px;
    margin-bottom:20px;
    text-transform:uppercase;
}
.info-container .play-now{
    float:left;
    width:100%;
    margin-top:50px;
    margin-bottom:25px;
    font-size:28px;
    font-weight: bold;
    color:#fff;
}
.info-container .play-now span{
    float:left;
    font-size:28px;
    font-weight: bold;
    color:#fff;
}
.info-container span{
   /* float:left;*/
    color:#fff;
    font-size:14px;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    display:block !important;
    cursor:pointer;
    opacity:1 !important;
}
.video-txt{
    float:left;
    width:100%;
    color:#fff;
    font-size:13px;
    font-weight: bold;
    line-height: 20px;
}
.video-txt:hover{
    color:#fff;
}
.date-box{
    float:left;
    width:100px;
}
.date-box.small{
    width:90px;
    margin-top:15px;
    margin-bottom:15px;
}
span.b-top{
    border-top:1px solid #19b1bc;
}
.buttons-holder{
    float:left;
    width:100%;
    background:#10454e;
    padding-left:30px;
    box-sizing:border-box;
    position:relative;
}
.buttons-holder:before{
    position:absolute;
    content:"";
    width: 95%;
    height: 1px;
    background:#fff;
    bottom:10px;
}
.buttons-holder .tab-btn1{
    float:left;
    padding:15px;
    box-sizing:border-box;
    color:#fff;
    text-transform:uppercase;
    cursor:pointer;
}
.buttons-holder .tab-btn1-new{
    float:left;
    padding:15px;
    box-sizing:border-box;
    color:#fff;
    text-transform:uppercase;
    cursor:pointer;
}
.buttons-holder .tab-btn1:hover{
    color:#fff;
}
.buttons-holder .tab-btn1-new:hover{
    color:#fff;
}
.buttons-holder .tab-btn1.active{
    font-weight: bold;
}
.buttons-holder .tab-btn1:first-child{
    padding-left:0px;
}
.groups{
    float:left;
    width:100%;
    background:#f3f3f3;
    padding-bottom:50px;
    box-sizing:border-box;
}
.groups .euro-title{
    float:left;
    width:100%;
    color:#545454;
    font-size:34px;
    font-weight: bold;
    margin-top:45px;
    margin-bottom:-40px;
}
.groups-slider{
    float:left;
    width:100%;
    padding-top:55px;
}
.group-box{
    float:left;
    width:100%;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.group-box td{
    padding:0 5px;
    box-sizing:border-box;
    font-size:13px;
}
.group-box img{
    width:30px;
    height: 30px;
    border-radius:50%;
    border:2px solid #ccc;
    margin-right:6px;
}
.group-box tr{
    height:55px;
    /*line-height: 55px;*/
    padding-left:10px;
    box-sizing:border-box;
    border-bottom:1px solid #ededed;
}
.group-box a{
    float:left;
    width:100%;
    text-align:center;
    color:#545454;
    text-align:center;
}
.group-title{
    float:left;
    width:100%;
    background:#ededed;
    font-size:16px;
    font-weight: bold;
    color:#545454;
    height: 45px;
    line-height: 45px;

}
.dim-results{
    display:none;
    position:fixed;
    width:100%;
    height: 100vh;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:999;
}
.dim-results.active{
    display:block;
}
.popup{
    display:none;
    position:fixed;
    background:#194950;
    width:500px;
    max-width:500px;
    z-index:999999999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
        max-height: 72vh;
    overflow: auto;

}
.popup.active{
    display:block;
}
.popup-programm.active{
    display:block;
}
#results .date-box{
    height: 35px;
    line-height: 35px;
    width: 24%;
}
#results .countries{
    border-bottom:1px solid #efefef;
}
#results .countries:last-child{
    border-bottom:none;
}
.details{
    float:left;
    width:100%;
}
.details .teem{
    float:left;
    width:100%;

}
.close{
    position:absolute;
    top:20px;
    right:20px;
    background:url("../img/closePop.svg") no-repeat center;
    background-size:20px;
    width:20px;
    height: 20px;
    cursor:pointer;
}
.see-details{
    float:left;
    width:100%;
}
.groups-btns{
    position:absolute;
    width:100px;
    right:0px;
    top:0;
}
.groups-btns .swiper-button-prev.swiper-button-disabled, .groups-btns .swiper-button-next.swiper-button-disabled{
    border-radius:50%;
    width:40px !important;
    height: 40px !important;
}
.groups-btns .swiper-button-prev{
    width:40px;
    height: 40px;
    background:url("../img/arrow_prev_blue.svg") no-repeat center !important;
    background-size:12px !important;
    border:1px solid #19b1bc;
    border-radius:50%;
}
.groups-btns .swiper-button-next{
    width:40px;
    height: 40px;
     background:url("../img/arrow_next_blue.svg") no-repeat center !important;
     background-size:12px !important;
     border:1px solid #19b1bc;
    border-radius:50%;
}
/*.tab {
   display: none;
    float: left;
    width: 100%;
}
.tab.active {
    display: block;
}*/

/*=========== TOURNAMENT BRACKET START ===========*/
.euro-line-top {
    height: 70px;
    background: #029bb4;
    margin-bottom: 30px;
}
.euro-line-top .box {
    height: 70px;
    width: 221px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid #fff;
}
.euro-line-top .box:nth-child(2) {
    width: 302px;
}
.euro-line-top .box:nth-child(3) {
    width: 303px;
}
.euro-line-top .box:nth-child(4) {
    width: 283px;
}
.tournament-bracket-wrap {
    background: #fff;
}
.bracket-mobile-scroll {
    width: 100%;
}
.bracket {
  display: inline-block;
  float: left;
  white-space: nowrap;
  font-size: 0;
  position: relative;
}
.bracket::after {
    position: absolute;
    top: 334px;
    right: 307px;
    width: 207px;
    height: 237px;
    background:url("../img/euro2020.png") no-repeat;
    content: "";
}
.bracket .round {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
  margin-top: 0;
}
.bracket .round.finals {
    margin-top: 9px;
}
.bracket .round .winners > div {
  display: inline-block;
  vertical-align: middle;
}
.bracket .round .winners > div.matchups .matchup:last-child {
  margin-bottom: 0 !important;
}
.bracket .round .winners > div.matchups .matchup .participants {
  border-radius: 0.25rem;
}
.bracket .round .winners > div.matchups .matchup .participants .participant {
  box-sizing: border-box;
  color: #545454;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: white;
  width: 221px;
  height: 48px;
  padding-left: 54px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 33%);
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  filter: grayscale(100%);
  opacity: 0.8;
}
/*
.bracket .round .winners > div.matchups .matchup .participants .participant:first-of-type {
    margin-bottom: 96px;
} */
.bracket .round .winners > div.matchups .matchup .participants .participant::after {
    width: 71px;
    height: 39px;
    position: absolute;
    top: -9px;
    left: -25px;
    background: #029bb4;
    transform: rotate(-45deg);
    content: "";
}
.bracket .round .winners > div.matchups .matchup .participants .participant::before {
    position: absolute;
    left: 8px;
    top: 6px;
    background:url("../img/euro_ball_sm.png") no-repeat;
    width: 37px;
    height: 38px;
    content: "";
    z-index: 1;
}
.bracket .round .winners > div.matchups .matchup .participants .participant.winner {
  filter: none;
  opacity: 1;
}
.bracket .round .winners > div.matchups .matchup .participants .participant.loser {
  color: #dc563f;
  border-color: #dc563f;
}
.bracket .round .winners > div.matchups .matchup .participants .participant:not(:last-child) {
  border-bottom: thin solid #f0f2f2;
}
.bracket .round .winners > div.matchups .matchup .participants .participant span {
  position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  font-size: 10px;
  width: 100%;
}
.bracket .round .winners > div.matchups .matchup .participants .participant b {
    float: right;
    margin-right: 20px;
}
.bracket .round .winners > div.connector.filled .line, .bracket .round .winners > div.connector.filled.bottom .merger:after, .bracket .round .winners > div.connector.filled.top .merger:before {
  border-color: #60c645;
}
.bracket .round .winners > div.connector .line, .bracket .round .winners > div.connector .merger {
  box-sizing: border-box;
  width: 2rem;
  display: inline-block;
  vertical-align: top;
}
.bracket .round .winners > div.connector .line {
  border-bottom: thin solid #c0c0c8;
  height: 4rem;
  bottom: auto;
}
.bracket .round .winners > div.connector .merger {
  position: relative;
  height: 8rem;
}
.bracket .round .winners > div.connector .merger:before, .bracket .round .winners > div.connector .merger:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50%;
  border: 0 solid;
  border-color: #c0c0c8;
}
.bracket .round .winners > div.connector .merger:before {
  border-right-width: thin;
  border-top-width: thin;
}
.bracket .round .winners > div.connector .merger:after {
  border-right-width: thin;
  border-bottom-width: thin;
}
.bracket .round.eightfinals .winners > div.connector .merger {
    height: 6rem;
}
.bracket .round.eightfinals .winners > div.connector .line {
    height: 3rem;
}
.bracket .round.eightfinals .winners:not(:last-child) {
  margin-bottom: 1rem;
}
.bracket .round.eightfinals .winners .matchups .matchup:not(:last-child) {
   margin-bottom: 1rem;
}
.bracket .round.quarterfinals .winners > div.connector .merger {
    height: 11.4rem;
}
.bracket .round.quarterfinals .winners > div.connector .line {
    height: 5.8rem;
}
.bracket .round.quarterfinals .winners:not(:last-child) {
  margin-bottom: 7rem;
}
.bracket .round.quarterfinals .winners .matchups .matchup:not(:last-child) {
 /* margin-bottom: 2rem; */
   margin-bottom: 6.6rem;
}
.bracket .round.semifinals .winners .matchups .matchup:not(:last-child) {
  margin-bottom: 18.5rem;
}
.bracket .round.semifinals .winners .connector .merger {
  height: 23.4rem;
}
.bracket .round.semifinals .winners .connector .line {
  height: 12rem;
}
.bracket .round.finals .winners .connector .merger {
  height: 3rem;
}
.bracket .round.finals .winners .connector .line {
  height: 1.5rem;
}
.euro-line-bottom {
    height: 50px;
    line-height: 50px;
    background:url("../img/euro_line.jpg") no-repeat;
    background-size: cover;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top:40px !important;
}
@media screen and (max-width: 1200px){
     .bracket-mobile-wrap {
         overflow-x: auto;
     }
     .bracket-mobile-scroll {
         width: 1140px;
         padding-bottom: 20px;
     }
}
/*=========== TOURNAMENT BRACKET END ===========*/
 @media screen and (max-width: 800px){
     .tab-holder-2 .slide-cont{
         width:47%;
     }
 }
  @media screen and (max-width: 650px){
      .tab-holder-2 .slide-cont{
         width:100%;
     }
  }
.mobile-show{
    float:left;
    color:#fff;
    font-weight: bold;
    margin-left:30px;
    display:none;
    font-size:38px;
}
.sport-section{
    float:left;
    width:100%;
    margin-top:40px;
    font-weight: bold;
}
.image-container .play-icon:before{
    content:none;
}
.small-image-container{
    float:left;
    width:70%;
}
.small-image-container img{
    float:left;
    width:100%;
    margin-bottom:-65px;
}
.one-box-info{
    float:right;
    width:30%;
    margin-top:55px;
}
.teems.one-box .country{
    float:left;
    width:100%;
    margin-bottom:20px;
    margin-top:20px;
}
.teems.one-box .country img{
    margin-right:10px;
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.centering{
    display:inline-grid
}
.no-image-wrap{
    position:relative;
    float:left;
}
.logo-center{
    position:absolute;
    width:200px !important;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.small-image-container iframe{
    max-width:100% !important;
    width:100%;
}
.soon.soon-expect:before{
    content:none;

}
.soon.soon-expect{
    padding-left:17px;
    border-radius: 0;
    pointer-events:none;
    background: #336c70;
}
.answers-pure .grey-part:before{
    width:auto !important;
}
.country-logo{
    float:left;
}
.smaller-box{
    text-align:center;
}
.name-box{
    float:left;
    margin-top:5px;
    width: calc(100% - 42px);
}
.image-container iframe{
    float:left;
    width:100%;
}
.home-title span, .white-bg{
    /*background:#f3f3f3 !important;*/
}
.check-label{
    margin-right:-2px;
}
.captcha{
    margin-top:0px;
}
