/* The Nivo Slider styles */

/* Homepage */

#hpimg .nivoSlider {
	position:relative;
	width: 960px;
	height: 458px;
}
#hpimg .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
#hpimg .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
#hpimg .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
#hpimg .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
#hpimg .nivo-caption {
	position:absolute;
	right:26px;
	bottom:26px;
	color:#fff;
	font-size: 18px;
	line-height: 22px;
	width: 600px;
	z-index:8;
	text-align: right;
}
#hpimg .nivo-caption h2 {
	text-shadow: 0px 1px 6px #000;
	font-size: 40px;
	line-height: 30px;
	margin: 0px 4px 8px;
	padding: 0px;
}
#hpimg .nivo-caption p {
	/*text-shadow: 0px 1px 3px #000;*/
	padding:5px;
	margin:0 0 15px 0;
}
#hpimg .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
#hpimg .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
#hpimg .nivo-prevNav {
	left:0px;
}
#hpimg .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
#hpimg .nivo-controlNav {
	position: absolute;
	right: 260px;
	bottom: 30px;
	width: 200px;
	z-index: 10000;
}
#hpimg .nivo-controlNav a {
	display:block;
	width:33px;
	height:32px;
	background:url('../img/css/nivo-nav.png') right 0 no-repeat;
	text-align: center;
	line-height: 32px;
	color: #222;
	font-weight: bold;
	border:0;
	margin:0px;
	float:left;
}
#hpimg .nivo-controlNav a.active {
	background-position: right -32px;
	color: #fff;
}

/* The Nivo Slider styles */

/* Podstranky */

.theme-inspirace .nivoSlider {
	position:relative;
	width: 640px;
	height: 300px;
}

.theme-inspirace.vizualizace .nivoSlider {height:480px !important;}

.theme-inspirace .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.theme-inspirace .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.theme-inspirace .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.theme-inspirace .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.theme-inspirace .nivo-caption {
	position:absolute;
	left:20px;
	bottom:20px;
	color:#000;
	font-size: 14px;
	text-shadow: 0px 1px 1px #fff;
	background: url('../img/css/inspirace-caption.png') repeat-x;
	border-radius: 3px;
	box-shadow: 0px 1px 3px #333;
	font-size: 14px;
	line-height: 35px;
	z-index:8;
	padding: 0px 12px 0px;
	height: 36px;
}
.theme-inspirace .nivo-caption p {
	padding:0 !important;
	margin:0 !important;
}
.theme-inspirace .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.theme-inspirace .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	width: 41px;
	height: 41px;
	font-size: 0px;
	text-indent: -1000;
	opacity: 0.85;
}
.theme-inspirace .nivo-directionNav a:hover {
	opacity: 1;
}
.theme-inspirace .nivo-prevNav {
	left:16px;
	background: url('../img/css/directionnav.png') left 0px no-repeat;
}
.theme-inspirace .nivo-nextNav {
	right:16px;
	background: url('../img/css/directionnav.png') left -41px no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.theme-inspirace .nivo-controlNav {
	padding-left: 8px;
	padding-top: 9px;
	padding-bottom: 5px;
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4 0%, #e4e4e4 100%);
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	box-shadow: 0 1px 1px 0 #e4e4e4;
	border-bottom: 1px solid #fff;
	z-index: 10000;
}

.theme-inspirace .nivo-controlNav img {
	border: 2px solid #fff !important;
	border-radius: 3px;
	box-shadow: 0px 1px 2px #bbb;
	width: 114px;
	cursor: pointer;
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin:0 8px 0 0;
}
.theme-inspirace .nivo-controlNav a.active img {
	border-color: #BE1B1B !important;
}

