#nsslider {
  float: left;
	position: relative;
	background:#1d1d1d;
	width:100%;	
	margin-top: 87px;
}

#nsslider .slider_container {
}

#nsslider .slide {
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	width:100%;
	*border-bottom: 3px solid #ffcc33;
}

#nsslider .slide img {
	width:100%;
	display: block;
  max-width: none;
}

#nsslider .slidePrev {
	background:#ffcc33;
	width:30px;
	position: absolute;
	top:50%;
	left:-50px;
	opacity:0.8;
	z-index: 10;
	background-image: url('/images/arrow-l.png');
	background-position: center center;
	background-repeat: no-repeat;
	visibility: hidden;
}

#nsslider .slidePrev:HOVER {background-image: url('/images/arrow-l-on.png');}

#nsslider .slidePrev span {
	width:50px;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 20px 0;	
}

#nsslider .slidePrev span i {
	margin-left: 18px;
}

#nsslider .slideNext {
	background:#ffcc33;
	width:30px;
	position: absolute;
	top:50%;
	right:-50px;
	opacity:0.8;
	z-index: 10;
	background-image: url('/images/arrow-r.png');
	background-position: center center;
	background-repeat: no-repeat;
	visibility: hidden;
}

#nsslider .slideNext:HOVER {background-image: url('/images/arrow-r-on.png');}

#nsslider .slideNext span {
	width:100%;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 20px 0;
}

#nsslider .slideNext span i {
	margin-left: 22px;
}

#nsslider .timers {
	height:4px;
	position: absolute;
	bottom:15px;
	right:0;
	z-index: 3;
}

#nsslider .timer {
	height:4px;
	width:40px;
	background-color: #000;
	float:left;
	margin-right: 10px;
}

#nsslider .progress {
	height:4px;
	width:0%;
	background-color: #84D0F5;
	float:left;
}

#nsslider .slide_content {
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
}

#nsslider .slide_content .logo{
	width:97px;
	height:106px;
	margin: 0 auto;
	display: block;
}

/*
STŘED MONITORU
*/
#nsslider .slide_content_wrap {align-items: center; justify-content: center; position: absolute; height: 100%; width: 100%;}
#nsslider .slide_content_wrap .inner {width: auto; max-width: 700px; float: left; color: #fff; padding: 30px; justify-content: center; align-items: center; flex-wrap: wrap;}
#nsslider .slide_content_wrap .inner .title {width: 100%; float: left; font-size: 50px; font-weight: 800; text-align: left; margin-bottom: 10px; text-transform: uppercase; text-align: center;}
#nsslider .slide_content_wrap .inner p {width: 100%; float: left; font-size: 23px; font-weight: 300; text-align: left; line-height: 1.3;}
#nsslider .slide_content_wrap .inner .prihlaskaBtn {position: relative; width: auto; padding: 20px 30px; margin-top: 20px; align-items: center; border: 2px solid #fff; font-weight: 800; font-size: 14px; text-transform: uppercase; *background-image: url('/images/icon-heart.png'); *background-repeat: no-repeat; *background-position: left 12px center;}
#nsslider .slide_content_wrap .inner .prihlaskaBtn I {padding-right: 20px;}
#nsslider .slide_content_wrap .inner .prihlaskaBtn:HOVER {background-color: #fff; color: #009cd8;}
#nsslider .arrow-down {position: absolute; width: 26px; height: 14px; left: calc(50% - 13px); bottom: 100px; background-image: url('/images/icon-arrow-down.png'); background-repeat: no-repeat; cursor: pointer;}

/*
#nsslider .title {
	width: auto;
	float: left;
	color: #000000;
	font-size:30px;
  font-weight: 300;
	text-transform: uppercase;
	margin-top: 50px;
	background-color: #fff;
	background: rgba(255,255,255,0.8);
	padding: 15px 45px 15px 15px;
	border-bottom: 2px solid #2aade3;
}
*/

#nsslider .description { /* Slider Description Style */
	opacity: 0;
	color:#1d1d1d;
	font-size:18px;
	padding:10px;
	clear:both;
	margin-top:2px;
	line-height:24px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	width: 340px;
	margin: 0 auto;
}

#nsslider .readmore { /* Slider Read More button Style */
	opacity: 0;
	clear: both;
	margin: 0 auto;
	display: block;
	width: 135px;
}
/*
.footer {
	width:100%;
	float:left;
	text-align:center;
}

.footer p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	color:#585858;
	margin-top:20px;
}
*/

/*
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#nsslider .slide_content_wrap { margin-left:50px; margin-top:5%;}
	#nsslider .description {  font-size:13px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #nsslider .slide_content_wrap { display:none; }
    #nsslider .timers { display:none; }
    #nsslider .slide_content {cursor: pointer;}
}

@media only screen and (max-width: 479px) {
    #nsslider .slide_content_wrap { display:none; }
    #nsslider .timers { display:none; }
    #nsslider .slide_content {cursor: pointer;}
}
*/