/* =================================================================== */
/* Flexslider
====================================================================== */

/* Browser Resets
====================================*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


/* Necessary Styles
====================================*/
.flexslider {margin: 0; padding: 0; width: 100% !important;
	margin: 0 !important; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {float: left;
	height: 330px;
	background-position: center center;
	background-repeat: no-repeat;
	}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {margin: 0; padding: 0; width: 100% !important;
	margin: 0 !important; 
	
	position: relative;  z-index: 50;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Default Styles
====================================*/
.flexslider {
	background: #fff;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 330px;}
.loading .flex-viewport {max-height: 330px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav
====================================*/

.flex-direction-nav a {
	width: 50px;
	height: 50px;
	display: block;
	bottom: 20px;
	right: 20px;
	float: none;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-direction-nav .flex-next {
	background-image: url(../images/slider-control-right.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
}

.flex-direction-nav .flex-prev {
	margin-right: 56px;
	background-image: url(../images/slider-control-left.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
}

.flex-direction-nav .flex-next:hover {
background-image: url(../images/slider-control-right-over.png);
}

.flex-direction-nav .flex-prev:hover {
background-image: url(../images/slider-control-left-over.png);
}

.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}


/* Control Nav
====================================*/
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
	
.flex-control-nav li {
	margin: 0 3px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #000000;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
	
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #000000;
}
	
.flex-control-paging li a.flex-active {
	cursor: default;
}


/* Caption
====================================*/
.slide-caption {
	background-image:url(../images/slide.png);
	width: 530px;
	height:120px;
	padding: 20px 20px 20px 20px;
	position: absolute;
	display: block;
	margin-top:170px;
}

/* Do usuniecia */
.slide-caption.n {}
	
.slide-caption h3 {	
	margin:0px 0px 0px 0px;
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:27px;
	padding-bottom: 2px;
}
	
.slide-caption p {
	font-size: 12px;
	margin:0px 0px 0px 0px;
	line-height: 18px;
	color: #ffffff;
}


.slide-caption a {
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding:8px 8px 8px 8px;
	line-height: 18px;
	color: #ffffff;
	background:#7da9ce;
}


.slide-caption a:hover {
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding:8px 8px 8px 8px;
	line-height: 18px;
	color: #ffffff;
	background:#507fa7;
}