#nsslider {
  float: left;
	position: relative;
	background:#1d1d1d;
	width:100%;	
}

#arrowDown {position: absolute; bottom: 30px; left: calc(50% - 18px); width: 37px; height: 37px; background-image: url('/images/arrow-down.png'); background-repeat: no-repeat; z-index: 90000000; cursor: pointer;}

#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: #ffffff;
	float:left;
}

#nsslider .slide_content {
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
}

#nsslider .slide_content_filter {top:0; left:0; position: absolute; width:100%; height:100%; background-color: rgba(0,0,0,0.4);}

#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: 100%; float: left; color: #fff; padding: 0; justify-content: center; align-items: center; flex-direction: column;}
#nsslider .slide_content_wrap .inner .title {max-width: 600px; margin-bottom: 40px; text-align: center; font-size: 60px; font-weight: 700; flex-direction: column; line-height: 1.2;}
#nsslider .slide_content_wrap .inner .perex {max-width: 500px; font-size: 20px; font-weight: 300; text-align: center;}
#nsslider .arrow-down {position: absolute; width: 38px; height: 51px; left: calc(50% - 19px); bottom: 14%; background-image: url('/images/btn-down.png'); background-repeat: no-repeat; cursor: pointer;}
#nsslider .arrow-down:HOVER {animation: slide 600ms infinite;}

#nsslider .inner .line {width: 100%; justify-content: center;}
#nsslider .inner .line .btn {width: 300px; margin: 40px 0 0 0; padding: 0 50px; display: inline-block; font-size: 16px; text-transform: none; text-align: center;}
#nsslider .inner .line .btn SPAN {width: 100%; padding: 14px 0; display: inline-block; background-color: #b88812; color: #fff;}
/*
#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: 'Roboto';
	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;}
}
*/