/* RESPONSIVE */

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
	.navbar-white {
		height: 60px;
	}

	img.logo {
		height: 70px;
	}

	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 10px;
	    line-height: 40px;
	    font-size: 16px;
	}

	.carousel {
		height: 70%;
	}

	.item,
	.active {
	    height: 100%;
	}

	.carousel-inner {
	    height: 100%;
	}

	/* Background images are set within the HTML using inline CSS, not here */

	.fill {
	    max-width: 100%;
	    height: 100%;
	    background-position: center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}

	section {
		padding: 60px 0;
	}
}
/*
@media (min-width: 1920px) {
	.logo {
	    position: absolute; top: 10px; left: 50%; margin-left: -145px; width: 275px;
	}
} */



@media (min-width: 990px) {

#unseen table th:nth-child(7), table th:nth-child(5) { display: none;   }

#unseen table td:nth-child(1) { width:14%; text-align:left; padding-left:40px; }
#unseen table td:nth-child(2) { width:12%; }
#unseen table td:nth-child(3) { width:12%; }
#unseen table td:nth-child(4) { width:12%; }
#unseen table td:nth-child(5) { width:12.5%; display: none; }
#unseen table td:nth-child(6) { width:12.5%; text-align:right; padding-right:30px;  }
#unseen table td:nth-child(7) { width:12.5%; text-align:right; padding-right:30px; display: none; }
#unseen table td:nth-child(8) { width:12.5%; }

#unseen table td.nbg { padding-left:20px !important; }

#unseenpark table td:nth-child(1) { width:12.5%; }
#unseenpark table td:nth-child(2) { width:18.75%; }
#unseenpark table td:nth-child(3) { width:18.75%; }
#unseenpark table td:nth-child(4) { width:18.75%; }
#unseenpark table td:nth-child(5) { width:18.75%; }
#unseenpark table td:nth-child(6) { width:12.5%; }

.navbar-brand>img {
    padding: 25px 0 0 0; height: 50px;
}

.video {
	height: 100vh;
}

.full-opacity { opacity:1; }

iframe.img-responsive { min-height: 270px; }

.navbar-right-def {
	margin-right: 350px;
}

.navbar-right-table {
	margin-right: -15px !important;
}

.carousel-caption {
  bottom: 20%;
  left: 40%;
}

.thumbnail.mb-3 {
  margin-bottom:40px !important;
}

}

/* iPad 1024 */
@media (min-width: 1000px) and (max-width : 1030px) {
	.navbar-brand>img { width: 150px; }
  iframe.img-responsive { min-height: 320px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	header#myCarousel {
	    padding-top: 60px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
				margin-right: 5px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 8.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height:25px !important;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-header {
    	width: 100%;
    }

    .navbar-toggle .icon-bar {
    	background: white;
    	line-height: 40px;
    }

    .navbar-nav>li>a {
    	text-align: center;
    }
    section {padding-top:60px;}
}

/* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	header#myCarousel {
			    padding-top: 50px;
			}

			.navbar-brand > img {
			    padding: 10px 0 0 10px;
					max-height: 30px;
			}

.logot { opacity:1 !important; position: relative; top: 2px; left:-5px; }

			.carousel {
		height: 35%;
		}

		.item,
		.active {
		    height: 100%;
		}

		.carousel-inner {
		    height: 100%;
		}

		/* Background images are set within the HTML using inline CSS, not here */

		.fill {
		    max-width: 100%;
		    height: 100%;
		    background-position: center;
		    -webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
		    -o-background-size: cover;
		}

		.navbar-brand {
			padding-left: 20px;
		}

		section {
			padding: 60px 0;
		}

	/*	.title	{
			font-size: 28px;
			margin-bottom:35px;
			text-align: center;
		} */

#unseen table td:nth-child(2),
#unseen table th:nth-child(2),
#unseen table td:nth-child(5),
#unseen table th:nth-child(5),
#unseen table td:nth-child(3) span,
#unseen table td:nth-child(7),
#unseen table th:nth-child(7) {display: none;}

		#popis {display:block;}
    }

   /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	img.logo {
		height: 50px;
	}
	.navbar-white {
		height: 40px
	}

 .navbar-right {
	background:url(/img/bg_red.jpg); color: #fff;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

	.carousel-caption {
    background: rgba(159, 56, 81, 0.5);
    bottom: 10%;
    left: 0%;
    right: 50%;
    padding: 0px 15px;
    z-index: 99999;
    position: absolute;
}

.carousel-caption h1 {
    color: white;
		font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 20px;
}

.inner-caption {
    padding-bottom: 20px;
}

.video {
	height: 50vh;
}
.footer {
	height: 100vh;
}

	.navbar-brand {
			padding-left: 0px;
			margin-left: -10px;
		}

		.logot { opacity:1 !important; position: relative; top: 4px; left:15px; }
		.navbar-right { margin-right: -15px !important; margin-top: 0px; }

	#unseen table td:nth-child(8),
#unseen table th:nth-child(8),
#unseen table th:nth-child(1) span,
#unseen table th:nth-child(2) span,
#unseen table th:nth-child(7) span,
#unseen table td:nth-child(3) span,
#unseen table td:nth-child(4),
#unseen table th:nth-child(4),
#unseen table td:nth-child(5),
#unseen table th:nth-child(5){display: none;}

#unseen table td:nth-child(7) { text-align:right; }

#unseenpark table td:nth-child(3),
#unseenpark table th:nth-child(3),
#unseenpark table td:nth-child(4),
#unseenpark table th:nth-child(4),
#unseenpark table td:nth-child(6),
#unseenpark table th:nth-child(6){display: none;}

}
