/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	overflow: hidden;
	marign:0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	top:15%;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	/*background:url('..//img/slider/trojkat.png');*/
	color:#003f1f;
	z-index:8;
	padding: 5px 10px;
	display: none;
}
.nivo-caption h2 {
	color:#e9e7cd;
	font-weight:bold;
	font-size:280%;
	text-transform:uppercase;
}
.slider-prawy{
	background:url('..//img/slider/slider-bg.png');
	color:#e9e7cd;
	padding:30px !important;
	height:373px;
}
.slider-prawy p{
	font-size:140%;
}
.slider-lewy{
	background:#fff;
	height:373px;
}
.slider-lewy img{
	height:100%;
	margin:0 auto;
	text-align:center;
	display:block;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:38%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	width:50px;
	height:90px;
}
.nivo-nextNav {
	right:0px;
	width:50px;
	height:90px;
}
/* Control nav styles (e.g. 1,2,3...) */
#wrapper
{
	position:relative;
}
.nivo-controlNav {
	text-align:center;
	margin:0 auto;
	position:absolute;
	z-index:10;
	left:10%;
	bottom:5%;
	display:none;
}
.nivo-controlNav a {
	cursor:pointer;
	float:left;
	margin-right:4px;
	background:url("..//img/slider/sliderkolo.png") top left no-repeat;
	width:32px;
	height:32px;
	text-indent:-9999px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background:url("..//img/slider/sliderkolo.png") top right no-repeat;
}

@media screen and (max-width: 1150px)
{
	.nivo-caption {
		position:absolute;
		top:10%
	}	
}
@media screen and (max-width: 1050px)
{
	.nivoSlider img{
	}
	.nivo-caption {
		position:absolute;
		top:2%
	}
	.slider-prawy{
		background:url('..//img/slider/slider-bg.png');
		color:#e9e7cd;
		padding:10px 30px !important;
		height:323px;
	}
	.slider-prawy p{
		font-size:110%;
	}
	.slider-lewy{
		background:#fff;
		height:323px;
	}
	.slider-lewy img{
		height:auto;
		margin:0 auto;
		text-align:center;
		display:block;
	}
}
@media screen and (max-width: 770px)
{
	.content{
		display:none;
	}
}