body {
        background-color:#006bb2;
}

//no border pro moduly SP2026
.mod-box {
  border: 0px !important;
}
  
@media (max-width: 480px)  {
    html[lang="en-gb"] body {
        background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-mobile_01-EN.jpg);
    }
     html[lang="en-us"] body {   
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-mobile_01-EN.jpg);
    }
    html[lang="cs-cz"] body {
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-mobile_01-CZ.jpg);
    }
    body {
        background-color:#07457f;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    div.virtual-logo {
    width: 100px;
    height: 420px;
    background-color: transparent;
    }
    .searchbox {
    vertical-align: top !important;
    } 
    select.menu-responsive {
    width: 90% !important;
    margin-left: 5%;
    } 
    
    #banner {
   display:inline  !important;
   float: left  !important;
  margin: -460px 0px;
  }  
}

/* Only Tablets (Portrait) */
@media (min-width: 481px) and (max-width: 767px) {
     html[lang="en-gb"] body {
        background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-mobile-land_01-EN.jpg);
    }
     html[lang="en-us"] body {   
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-mobile-land_01-EN.jpg);
    }
    html[lang="cs-cz"] body {
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-mobile-land_01-CZ.jpg);
    }
    body {
        background-color:#07457f;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    div.virtual-logo {
        width: 100px;
        height: 250px;
        background-color: transparent;
    }
    #headerbar.clearfix {
    margin-bottom: 250px !important;
    }
    .searchbox {
    vertical-align: top !important;
    }
    select.menu-responsive {
    width: 90% !important;
    margin-left: 5%;
    }  
    
  #banner {
  display:inline  !important;
  float: left  !important;
  margin: -290px 0px;
  }     
}



/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
     html[lang="en-gb"] body {
        background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-tablet_01-EN.jpg);
    }
     html[lang="en-us"] body {   
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-tablet_01-EN.jpg);
    }
    html[lang="cs-cz"] body {
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-tablet_01-CZ.jpg);
    }
    body {
        background-color:#07457f;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    div.virtual-logo {
        width: 100px;
        height: 320px;
        background-color: transparent;
    }
    #headerbar.clearfix {
    margin-bottom: 320px !important;
    }
    
    #banner {
  display: none !important;
}
}


/* Only Tablets (Portrait) */
@media (min-width: 960px) and (max-width: 1023px) {
     html[lang="en-gb"] body {
        background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-tablet_01-EN.jpg);
    }
     html[lang="en-us"] body {   
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-tablet_01-EN.jpg);
    }
    html[lang="cs-cz"] body {
         background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web-tablet_01-CZ.jpg);
    }
    body {
        background-color:#07457f;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    div.virtual-logo {
        width: 100px;
        height: 320px;
        background-color: transparent;
    }
    #headerbar.clearfix {
    margin-bottom: 320px !important;
    }
}



@media (min-width: 1024px) {
    body {
	    background-image: url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web_01-CZ.jpg) top center no-repeat;
   }    
    html[lang="en-gb"] body {
        background:#07457f url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web_01-EN.jpg) top center no-repeat;
    }
    html[lang="en-us"] body {
        background:#07457f url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web_01-EN.jpg) top center no-repeat;
    }
    html[lang="cs-cz"] body {
        background:#07457f url(/templates/sp2026/images/2026_WorldCup_canoe-slalom_web_01-CZ.jpg) top center no-repeat;
    }
    .virtual-logo {
        width: 400px;
        height: 439px;
        background-color: transparent;
    }
     #banner {
  display: none !important;
}

}


.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

