* { padding: 0; margin: 0; }
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}

body 
{
      padding: 0;
      margin: 0;
	font-family: Arial, Helvetica, sans-serif;
    min-width: 800px;
}




#title-bg
{
	background-repeat:no-repeat;
    width: 100%;	
	height: 100%;
	background-position: center center;
    margin: auto;
    overflow: auto;
	background-size: cover;
	object-fit: cover;
	box-shadow: 0px 5px 25px 0px #333;
		
	
}

#title-bg > figure {
  
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  
  z-index: -1;
  object-fit: cover;
	background-color: #000;
	
	
}

#title-bg > figure:nth-child(1) { background-image: url('../pictures/scoreboard-system-bg.jpg'); }

#title-bg > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../pictures/basketball-bg.jpg');
}

#title-bg > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../pictures/volleyball-bg.jpg');
}

#title-bg > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../pictures/background.jpg');
}

#title-bg > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../pictures/handball-bg.jpg');
}
 @keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}


.homeCenter
{
	font-size: 80px;
	color: #FFF;	
	display: block;
	text-align: center;	
	text-shadow: 6px 10px 10px #000;
	font-weight: bolder;
}

.homeCenter strong
{
	font-size: 100px;
}

#subMenu
{
	display: none;
}

.subMenuFlex {
	height:50px;
	width: 100%;
	min-height: 30px;
	background-color: rgba(255,255,255,0.95);	
	position:fixed;
	top:0;
	left:0;
	z-index: 500;
	font-size:12px;
	text-align: right;
	color: #AAA;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-bottom: solid #DDD 1px;
	
}

.subMenu-Logo
{
	min-width:200px;
	background-image:url(../pictures/logo-scoreboard-system-color.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
	min-height: 30px;
}

.subMenu-pravo
{
	width: 80%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	margin-top: 18px;
	margin-right: 25px;
	
}

.submenu-tl
{
	margin-right: 3vw;
}

.submenu-tl a
{
	text-decoration: none;
	font-weight: bold;
	color:#000;
	
}

.dropbtn {
	border: none;
	background:none;
	text-decoration: none;
	font-size: 12px;
	color:#000;
	font-family: arial;
	font-weight: bold;
	margin-right: 3vw;
	
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
	
  display: none;
  position: absolute;
  background-color: rgba(0,117,176,0.8);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	color: #FFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: rgba(0,117,176,1);}

.dropdown:hover .dropdown-content {display: block; }

.dropdown:hover .dropbtn {color: #0075b0;}




.submenu-tl a:hover
{
	color: #0075b0;
}

.video-wrap {
  width: 100%; 
  max-width: 800px; 
  margin: 5px auto;
}

.video-wrap-big {
  width: 100%; 
  max-width: 950px; 
  margin: 5px auto;
}


.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container embed,
.video-container iframe,
.video-container object {
  max-width: 100%;
}    
.video-container  iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.block 
{
    margin-top: 50px;
}

.Hblock 
{
    margin-top: 20px;
}


.schemaIco
{
    width: 10vw;
	height: 10vw;
	min-height: 50px;
	min-width: 50px;
	max-height: 150px;
	max-width: 150px;    
	display: block;
	margin: 15px;
	background-position: center;
	background-size: cover;
	text-decoration: none;
    
}

.schemaIcoBig
{
    width: 30vw;
	height: 20vw;
	min-height: 50px;
	min-width: 33px;
	max-height: 150px;
	max-width: 300px;    
	display: block;
	margin: 15px;
	background-position: center;
	background-size: cover;
	text-decoration: none;
    
}


.schemaIcoOver
{
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
	display: table;
	position: relative;
    border-radius: 20px;
}

.schemaIcoOver p
{
	width: 90%;
	margin: auto;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	display: table-cell; 
	vertical-align: middle;
    text-shadow: 0px 1px 8px #FFF;
}
.schemaIco:hover .schemaIcoOver
{
	opacity: 100;
	animation-duration: 2s;
	
    background-color: rgba(0,70,100,0.6);
	
}
.schemaIcoBig:hover .schemaIcoOver
{
	opacity: 100;
	animation-duration: 2s;
	
    background-color: rgba(0,70,100,0.6);
	
}




.sire100
{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	margin: auto;
	
}


.sire100 a
{
	text-decoration: none;
}

.sire60
{
    width: 60%;
}

.sire50fix
{
    width: 80%;
	max-width: 900px;
	min-width: 400px;
	
}


.sire35
{
    width: 35%;
}

.pointy
{
    line-height: 36px;
    font-size: 20px;
}

.pruhObrazky
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pruhObrazkyLevo
{
    width: 58vw;
}

.pruhObrazkyLevo img
{
    object-fit: cover;
    width: 58vw;
    height: 40vw;
    padding: 5px;
    box-sizing: border-box;
}

.pruhObrazkyPravo
{
    width: 40vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    
}


.pruhObrazkyPravo img
{
    object-fit: cover;
    width: 20vw;
    height: 20vw;
        padding: 5px;
    box-sizing: border-box;
}


.newsBox
{
	min-height: 200px;
	min-width: 200px;
	display: block;
	
	background-position: center;
	background-size: cover;
	text-decoration: none;

}


.newsBoxOver
{
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
	display: table;
	position: relative;
	padding: 5px;
	box-sizing: border-box;
}

.newsBoxOver p
{
	width: 90%;
	margin: auto;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	display: table-cell; 
	vertical-align: middle;
}

.newsNadpis
{
	color: #FFF;
	font-size: 30px;
	text-align: center;
	width: 22vw;
	margin-top: 10%;
	position: absolute;
	text-shadow: 2px 4px 4px #333;
	
}

.newsBox:hover .newsBoxOver
{
	opacity: 100;
	animation-duration: 2s;
	background-color: rgba(0,70,100,0.9);
	
}

.box
{
	background-color: #d7dcdf;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}


.rad3
{
	width: 30%;
    min-width: 200px;
    max-width: 640px;
    background-color: #d7dcdf;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    margin-top: 10px;
}

.rad3H
{
    width: 90%; 
    margin-left: auto;margin-right: auto; 
    font-size: 45px; 
    color: #0074b0;  
    
    text-align: center;
    font-weight: bolder;
}


.rad3 img
{
	width:80%;
	max-width: 300px;
	background-position: center;
	display: block;
	margin: auto;
}

.rad3Tab table
{
    width: 80%;
    border-collapse: collapse;
    margin: auto;
}

.rad4Black
{
	width: 24vw;
    min-width: 200px;
    max-width: 640px;
    background-color: #d7dcdf;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    margin-top: 10px;
	align-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.rad4BlackH
{
    width: 90%; 
    margin-left: auto;margin-right: auto; 
    font-size: 45px; 
    color: #0074b0;  
    
    text-align: center;
    font-weight: bolder;
}

.rad4BlackObr
{
	width: 100%;
}

.rad4BlackObr img
{
	width:80%;
	max-width: 300px;
	background-position: center;
	display: block;
	margin: auto;
}
.rad4BlackTab
{
	width: 100%;
}

.rad4BlackTab table
{
    width: 80%;
    border-collapse: collapse;
    margin: auto;
}



.rad4
{
	width: 24vw;
}

.box h3
{
	font-weight:100;
	font-size:22px;
	color:#0075b0;
	text-align:center;
}

.blueText
{
	color:#0075b0!important;
	font-size: 13px!important;
	line-height: 22px!important;
}



.box img
{

	width:55%;
	max-width: 220px;
	background-position: center;
	display: block;
	margin: auto;
}


.container-obr-pet
{
	width:19%;
	float:left;
	margin-left:1%;
	box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.container-obr-pet h3
{
	font-weight:100;
	font-size:12px;
	color:#0075b0;
	text-align:center;
	margin:4px;
}

.container-obr-pet img
{

	width:100%;
	background-position: center;
}

.container-obr
{
	width:30%;
    min-width: 200px;
    max-width: 650px;
	margin-top: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.container-obr img
{
    width: 100%;
}
.container-obr h3
{
	
	font-size:32px;
	color:#0075b0;
	text-align:center;
	margin:4px;
	font-weight: bold;
}

.container-obr h4
{
	font-weight:100;
	font-size:18px;
	color:#0075b0;
	text-align:center;
	margin:4px;
}

.sire100pr
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pr
{
    width: 48%;
    min-width: 200px;
    max-width: 600px;
    background-color: #d7dcdf;
    padding: 10px;
    box-sizing: border-box;
    margin: 1%;
    margin-top: 20px;
}
.prObr
{
    padding: 10px;
    box-sizing: border-box;
}
.pr img
{
    width: 90%;
    display: block;    
    margin: auto;
}

.prTab
{
    margin: auto;
    
}

.prTab table
{
    width: 80%;
    margin-top: 10px;
    border-collapse: collapse;
    text-align: center;
    color: #FFF;
    margin: auto;
}

.contactus
{
	width:150px;
	height:45px;
	display:block;
	background-color:#0075b0;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
    text-align: center;
    margin-top: 10px;
	
}

.contactus a
{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:48px;

}

.contactWrapper
{
	display: flex;
	justify-content: center;
	margin: 100px 0 100px 0;
}

.contactBox
{
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 20px;
}

.contactObr
{
	
}

.contactText
{
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

.contactText strong
{
	font-size: 14px;
	color: #0075b0;
}

#ndpIcon
{
	width: 30%;
	background-image: url(https://scoreboard-system.com/pictures/nodeply-logo.png); 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center; 
	cursor: pointer
}
#ndpAnot
{
	width: 70%;
	text-align: left;
}

.homeCenter
{
	margin-top: 14vh
}
#ndpBox
{
	margin-top: 2%;
}
.newsBox
{
	width: 15vw;
	height: 15vw;
}
#ndpButt
{
	display: flex;
	justify-content: flex-start;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
/*	#title-bg
{
	background-image:url(../obrazky/bg-sc-cz.jpg);
	background-color:#333;
	height:100%;
	
}

#podmenu
{ 
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	height: 150px;
	display: block;
	
}
	#podmenu2{
		
		display: none!important;
	}	
	
#video
{
		display:none;
}

#navigation
{
		display:block!important;
}

#hide
{
		display:none;
}

#bg-top
{
	background: rgba(25, 25, 25, .9);
	height:150px;	
}

#logo-top
{
	height:88px!important;
	width: 320px!important;
	margin-top:auto;
	margin-bottom:auto;
	padding-top:35px;
	float:left;
}
#menu-top
{
	width:500px!important;
	
	
	
}		
	
*/
.newsBox
{
	width: 32vw;
	height: 32vw;
}
.homeCenter
{
	margin-top: 30vh;
}
#ndpBox
{
	margin-top: 5vh;
}
#ndpIcon
{
	width: 100%;
	min-height: 5vh;
	
	background-image: url(https://scoreboard-system.com/pictures/nodeply-logo-line.png); 
}
#ndpAnot
{
	text-align: center;
	width: 100%;
}
#ndpButt
{
	display: flex;
	justify-content: center;
}
#ndpAnot ul
{
	margin-top: 5%;
}

#promotext-2
{
	margin-top:50vh!important;	
}

#podmenu2
	{
		margin-top: 150px;
	}
	
	
}

#navigation
{
	display:none;
	float: right;
	width: 500px;
	text-align:left;
}


#logo-top
{
	width:25%;
}




#menu-top
{
	float:right;
	margin-right:10px;
	margin-top:8px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-shadow: 0 2px 4px black;
/*	background: rgba(25, 25, 25, .3);*/
	height: 25px;
	/* width:650px; */
	line-height:24px;
	text-align: right;
	
}

#menu-top a
{

	margin-left: 5px;
	color:#FFF;
	text-decoration:none;
	text-align:left;

}

#promotext-2
{
/*	background: rgba(54, 25, 25, 1.00);*/
	margin-left:auto;
	margin-right:auto;
	width:100%;
	min-height:150px;;
	margin-top:250px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0 6px 4px black;
	text-align:center;
	border-radius:10px;
	
}




#promotext
{
/*	background: rgba(54, 25, 25, 1.00);*/
	margin-left:auto;
	margin-right:auto;
	width:65%;
	min-height:150px;;
	margin-top:50px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0 6px 4px black;
	text-align:center;
	border-radius:10px;
	
}

#promotext h1
{
	font-weight:100;
	font-size:80px;
	margin:0;
	text-transform:uppercase;
}

#promotext h2
{
	font-weight:100;
	font-size:60px;
	margin:0;
}



#promotext a 
{
	color:#FFF;
	text-decoration:none;
}



#header 
{
      background: #222;
      color: white;
      font-size: 18px;
      text-shadow: 0 1px 1px rgba(0,0,0,.2);
      
	  min-height:75px;
      box-sizing:border-box;
		z-index: 2;
}


#banner
{
	
	height:300px;
	margin-left:auto;
	margin-right:auto;
}



#wrapper
{
	
	width:100%;
	height:2500px;
	margin-left:auto;
	margin-right:auto;
}

#obsah
{
	width: 100%; 
	
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;

}



#obsah h2
{
	font-weight:100;
	font-size:48px;
	color:#0075b0;
	text-align:center;
	margin:0;
	padding-top: 40px;
	
}

.nadpis
{
	width: 100%;
	margin-left: auto;
	margin-right:auto;
}


.nadpis strong
{
	font-weight:100;
	font-size:48px;
	color:#0075b0;
	text-align: center;
	 display: block;
  


}
.nadpis b
{
	font-weight:bold;
	font-size:48px;
	color:#0075b0;
	

}




.nadpis p
{
	font-weight:100;
	font-size:14px;
	color:#333;
	text-align:center;
	margin:2px;


}

#question
{
	font-weight:100;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:2px;
}



.containerAdditional
{
	width:60%;
	height:350px;
	background-color:#DDD;
	float:left;
	
	
}

.containerAdditional ul
{
	width: 85%; 
	margin-left: 8%;
	font-size: 14px;
}

.containerAdditionalImg
{
	width:40%;
	height:350px;
	float:left;
	
	background-position: center;
	background-size: cover;
}

.containerAdditional h3
{
	font-weight:100;
	font-size:22px;
	color:#0075b0;
	text-align:center;
}

.containerAdditional h5
{
	font-weight:bolder;
	font-size: 56px;
	color:#666;
	text-align:center;
	margin-top: 30px;
	text-transform: uppercase;
}

.contImg
{
	overflow: hidden; 
	
	height: 15vw;
	max-height:200px;
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
	
	background-size: contain;
	
}

.additionalCont
{
	width: 45%;
}



.container-produkt
{
	width:30%;	
	float:left;

}


.container-produkt img
{
	width:100%;

}

.container-produkt-text
{
	width:15%;
	float:left;

}

.container-produkt-text h3
{
	font-weight:100;
	font-size:22px;
	color:#0075b0;
	text-align:left;
}




#center
{
	width:100%;
	padding-top: 15px;
	margin-left:auto;
	margin-right:auto;
}

.center
{
	width:500px;
	padding-top: 25px;
	margin-left:auto;
	margin-right:auto;
}

.center-f
{
	width:100%;
	padding-top: 15px;
	margin-left:auto;
	margin-right:auto;
}






#lista
{
	height:55px;
	width:902px;
	background-color:#222;
	margin-left:auto;
	margin-right:auto;

	
}

#lista a
{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	margin-left:25px;
	text-decoration:none;	
}

#gmap
{
	float:right;
	color:#333;
	
	
}


#footer
{
	background-color:#222;
	min-width:800px;
	width:100%;
	height: 350px;
	
	
}


.footer-menu
{
width: 450px;
float: left;
color:#FFF;
margin-top:20px;
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.footer-menu a 
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}


#contact
{

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;	
}

#contact a
{
	color: #333;
}

#contact b
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

.contact-box
{
	width: 250px;
	height:125px;
	float:left;
	text-align:center;
}

.contact-box a
{
	color: #333;
}

.product
{
	width: 49%;
	background-color:#DDD;
	min-height: 400px;
}

.product img
{

	width:75%;
	margin-left:15%;
	background-position: center;
}

.product-text
{
	text-align:center;
	
}

.product-text h3
{
	font-weight:100;
	font-size:22px;
	color:#0075b0;
	text-align:center;
	margin:5px;
}

.licence-container
{
	width:28%;
	height:580px;
	background-color:#DDD;	
	float:left;
	margin-left:5%;
}

.licence-container img
{

  max-height: 100%;
  max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.news
{
	width: 99%; 
	margin-left:6px;
}

@media screen and (min-width : 1600px)
{
.news
{
	width:1500px;
	margin-left:auto;
	margin-right:auto;
}

}

@media screen and (max-width: 1200px) {

.tl-logo
{
	display: none;
}
	
#menu-center
{
	width: 1060px;
}
#footer
{
	min-width:800px
}
#ndpBox
{
	display: none;
}	
}

@media screen and (max-width: 900px) {
#header
	{
		display: none;
	}
	
#menu-top
	{
		display: none;
	}

#ndpBox
{
	display: none;
}

.containerAdditional
{
	height: 475px;
}

}

