/* 
==========================================================================
BIAŁOSTOCKA AKADEMIA RODZINY

AUTOR: N4K.EU
11.07.2013
========================================================================== 
*/

body {
	background-image: url(../img/background.png);
	background-repeat: repeat;
	background-color: #FFF;
}

* {text-shadow: none;}

a {
	color: #3268A6;
	text-decoration: none;
}

a:hover, a:focus {
    color: #0088CC;
    text-decoration: underline;
}

.container{position: relative;}

figure{
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	}


video {
	width: 100%;
	height: auto;
  }
iframe{
	border: none;
}  
  
.fluid-width-video-wrapper{
	margin-bottom: 20px;
}
  
label.req:after,
span.req:after {
    color: #CC0000;
    content: "*";
    margin-left: 2px;
}
.small{
	font-size: 12px;
}


/**HEADER LOGO**/

#header  > #logo {
	display: inline-block;
	float: left;
	height: 110px;
	width: 200px;
	margin: 15px 0 0 0;
	padding: 0px;
	font-size: 30px;
	line-height: 32px;
}

#header  > #logo > a:hover {
	text-decoration: none;
	color: #333;
}

#header  > h2 {
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
}

#header  > #logo2 {
	width: 50px;
	margin: 0 15px 0 35px;
}

#header > #logo3 {
	width: 100px;	
}


/**TOP_NAV**/

#top_nav{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

#top_nav > li{
	display: inline-block;
	list-style-type: none;
}

#top_nav > li > a{
	background-color: #0086C7;
	background-image: url(../img/social_media_ico.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	width: 30px;
	text-indent: -9000000px;
	display: block;
	position: relative;
	top: -10px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}


#top_nav > li.search > a{
	background-color: #E0E0E0;
	background-position: -5px bottom;
	margin-right: 10px;
}

#top_nav > li.facebook > a{background-position: -46px bottom;}
#top_nav > li.twitter > a{background-position: -86px bottom;}
#top_nav > li.googleplus > a{background-position: -126px bottom;}

#top_nav > li > a:hover{
	position: relative;
	top: 0px;
}

/**NAV**/

.navbar {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	float: right;
	margin: 15px 0 0 0;

}

.navbar-inner {
    background: none;
    border: none;
    box-shadow: none;
    min-height: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar .nav {
    margin: 0;
}

.navbar .nav > li > a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #0086C7;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin-left: 20px;
    text-decoration: none;
    text-shadow: none;
}

.navbar .nav > .active > a,
 .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li.active > a,
 .navbar .nav > li.active > a:hover
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0086C7;
	color: #0086C7;
	background: none;

}

.navbar .btn-navbar {
    background: #0086C7;
	padding: 4px 10px;
	margin-right: 0px;

}


.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background-color: #FF9900;
    color: #FFFFFF;
}



/**CARUSEL**/

#carusel {
	background-image: url(../img/background_carusel.png);
	background-repeat: repeat-x;
	background-position: center 35px;
}

#carusel .carousel-caption {
    background: none;
    padding: 0;
	position: absolute;
    left: 0;
	bottom: 20px;
}

#carusel .carousel-caption h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.60);
	font-size: 36px;
	line-height: 42px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 15px 25px;
	width: 50%;
	margin: 0;

}

#carusel .carousel-caption p {
    background: none repeat scroll 0 0 rgba(51, 113, 183, 0.70);
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 15px 25px;
	margin: 0;
	width: 70%;
}

#carusel .carousel-indicators li{cursor: hand; cursor: pointer;}

#carusel .carousel {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}

#carusel .carousel:after{
	content: url('../img/carusel_shadow.png');
	display: block;
	width: 100%;
	height: 30px;
	}


#index_content {
	/*background-color: #960;*/
	margin-left: 0px;
}

#sidebar {
	/*background-color: #C30;*/
	float: right;
}

.section_header{
	position: relative;
	border-bottom: 1px dotted #2972B6;
	margin-bottom: 20px;
}

.section_header h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #2972B6;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px;
	line-height: 28px;
}

.section_header a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 10px;
	color: #2972B6;
	text-transform: uppercase;
	display: inline-block;
	text-align: right;
	width: 100px;
	position: absolute;
	right: 0px;
	line-height: 12px;
}

.section_header a:hover{
	color: #FCA000;
	text-decoration: none;
}

.section_header time{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #2972B6;
	display: block;
	text-align: right;
	position: absolute;
	top: -20px;
	right: 0px;
}

/*indeks-aktualności*/

.article article:nth-child(odd) {
	margin-left: 0px;
}


.news_box {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
	height: 280px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #08C;	
}

.news_box:hover {background-color: #2D6CA6;}

.news_box:hover figure {
	display: none;
}


.news_box .kat {
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #08C;
	top: 20px;
	right: 0px;
	text-align: center;
	padding: 3px;
	width: 120px;
}

.news_box:hover .kat{
	color: #2D6CA6;
	background-color: #FFF;
}

.news_box header{
	margin: 0px;
	width: 300px;
	height: 80px;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	}


.news_box a time {
	text-transform: uppercase;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: normal;
	color: #FFF;
	background-color: #2D6CA6;
	text-align: center;
	display: inline-block;
	padding: 15px 5px;
	width: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}


.news_box time span {
	display: block;
}

.news_box time .dzien {
	font-size: 24px;
	line-height: 24px;
}
.news_box time .miesiac {
	font-size: 15px;
	line-height: 15px;
}
.news_box time .rok {
	font-size: 12px;
	line-height: 12px;
}



.news_box:hover time {
	background-color: #FF9C00;
	position: absolute;
	top: 0px;
	height: 250px;
}


.news_box h1 {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.news_box:hover h1 {
	background-color: #2D6CA6;
	position: absolute;
	top: 50px;
	left: 10px;
	color: #FFF;
}

.news_box .plead {
	display: none;
	position: absolute;
	top: 100px;
	left: 40px;
	font-size: 13px;
	line-height: normal;
	padding: 20px 20px 10px 20px;
	color: #FFF;
	background-color: #2D6CA6;
}

.news_box:hover .plead {
	display: block;
}



/*index-wydarzenia*/

.event_box{
	height: 128px;
	margin-bottom: 20px;
	border: 1px dotted #B9B9B9;
	z-index: 2;
	position: relative;
}


.event_box time{
	text-transform: uppercase;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: normal;
	color: #FFF;
	background-color: #B9B9B9;
	text-align: center;
	display: inline-block;
	float: left;
	height: 128px;
	position: relative;
}


.event_box:hover time{
	background-color: #2D6CA6;
}

.event_box time span {
	display: block;
	padding: 0 10px;
}

.event_box time .dzien {
	font-size: 36px;
	line-height: 30px;
	padding-top: 10px;
}
.event_box time .miesiac {
	font-size: 24px;
	line-height: 20px;
}
.event_box time .rok {
	font-size: 19px;
	line-height: 18px;
}

.event_box time .godzina {
  background-color: #a1a1a1;
  bottom: 0;
  font-size: 15px;
  left: 0;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
}


.event_box:hover time .godzina {
	background-color: #1B4265;
}


.event_box h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	color: #2766A1;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
	padding: 10px 10px 10px 80px;
	height: 64px;
}

.event_box .place{
	font-size: 10px;
	line-height: 12px;
	color: #363636;
	text-transform: uppercase;
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
	background-position: 270px 12px;
	height: 30px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 80px;
}



.event_box:hover .place{
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
	background-position: 270px -28px;
	color: #1B4265;
}

.event_box a:hover{
	text-decoration: none;
}

/*index-galeria*/

#index_gallery {
	position: relative;
	margin-bottom: 40px;
	z-index: 2;
}

#index_gallery a img {
	width: 100%;
}


#index_gallery .section_header{
	background-color: #2D6CA6;
	color: #FFF;
	padding: 15px 10px;
	margin-bottom: 0px;	
}


#index_gallery .section_header h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
}


#index_gallery .section_header a{
	color: #fff;
	position: absolute;
	right: 10px;
}

#index_gallery .section_header a:hover{
	color: #FCA000;
}

#index_gallery a p{
	background: none repeat scroll 0 0 rgba(255,156,0, 0.7);
	
	padding: 4%;
	position: absolute;
	bottom: 0px;
	width: 92%;
	text-transform: uppercase;
	color: #fff;
}

#index_gallery a:hover p{
	background: none repeat scroll 0 0 rgba(45, 108, 166, 0.7);
	padding: 4%;
	position: absolute;
	bottom: 0px;
	width: 92%;
	text-transform: uppercase;
	color: #fff;
}


/*index-CYTAT*/
#index_cytat{
	margin-bottom: 40px;	/*min-height: 280px;*/
}

#index_cytat blockquote p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    line-height: 1.25;
    margin-bottom: 10px;
}

#index_cytat blockquote footer {
  display: block;
  line-height: 20px;
  color: #999999;
  text-align: right;
}


/*#index_cytat blockquote footer:after {
  content: '\00A0 \2014';
}
*/


/*index-porady*/

#index_porady{
	margin-bottom: 40px;

}

#index_porady ul{
	margin: 0px;
	position: relative;
	z-index: 2;
}

#index_porady ul li{
	list-style-type: none;
	width: 44%;
	background-color: #2D6CA6;
	display: inline-block;
	float: left;
	padding: 2%;
	margin-bottom: 4%;
}

#index_porady ul li:hover{
	background-color: #FCA000;
}

#index_porady ul li a {color: #FFF;}
#index_porady ul li a:hover {
	color: #122B41;
	text-decoration: none;
}

#index_porady ul li:nth-child(odd) {
	margin-right: 4%;
}


#index_porady ul li p {
	text-align: center;
	padding: 5px 5px 0 5px;
	margin: 0px;
}



/*index-awords*/
#index_awards{
	margin-bottom: 40px;
}

#index_awards .carousel-inner a {
	list-style-type: none;
	background-color: #2D6CA6;
	display: block;
	text-align: center;
	border: 10px solid #2d6ca6;
}

#index_awards .carousel-inner  a:hover {
	color: #122B41;
	border: 10px solid #FCA000;
	text-decoration: none;
	background-color:#FCA000;
}


#index_awards .carousel-inner a p{
	text-align: center;
	padding: 10px 10px 0 10px;
	margin: 0px;
	font-size: 16px;
	color: #FFF;
}

#index_awards .carousel-inner  a:hover p {
	color: #122B41;
}


#index_awards .carousel-inner a img{

	margin: 0 auto;

}

/*PAGE_HEADER*/


.page_header{
	background-image: url(../img/background_carusel.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin-bottom: 40px;
	padding: 5px 0;
}

.page_header h1{
	color: #FFF;
	font-size: 36px;
	line-height: 30px;
	text-transform: uppercase;		
}

.page_header h2{
	color: #FFF;
	font-size: 14px;
	line-height: 14px;	
}


/*NEWS*/

.news-box {
	min-height: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 40px;
	position: relative;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.30);
	
}

.news-box a:hover{
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.news-box h1 {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;		
}

.news-box .kat {
	position: absolute;
	right: 0;
	top: 20px;
}

.news-box .kat li{
	list-style-type: none;
	display: inline-block;
	background: none repeat scroll 0 0 rgba(45, 108, 166, 0.60);
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	text-align: right;
	text-transform: uppercase;
	float: right;
	clear: both;
	margin-bottom: 2px;
}


.news-box a p {
	font-size: 14px;
	color: #000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.news-box a:hover p{
	color: #333333;
}

.news-box time.newsdata {
	position: absolute;
	left: 10px;
	top: 130px;
}

.news-box a time.newsdata {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.news-box a:hover time.newsdata {
	background-color: #F90;
}

.news-box a:hover p{
	color: #005177;
}

.news-box figcaption {
	display: none;
}


/*news*/

#news .news  {
	margin-bottom: 40px;
}

#news .news figcaption {
	font-style: italic;
	color: #999;
	text-align: right;
	display: block;
	font-size: 12px;
}

#news .news h1 {
	color: #2D6CA6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D6CA6;
	margin-bottom: 30px;
}

#news .news h2 {
	color: #2D6CA6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D6CA6;
	margin-bottom: 26px;
}

#news .news h3 {
	color: #2D6CA6;
	margin-bottom: 24px;
}

#news .news h1 a,
#news .news h2 a,
#news .news h3 a
 {
	color: #2D6CA6;
}

#news .news h1 a,
#news .news h2 a,
#news .news h3 a
 {
	text-decoration: none;	
}


#news .like
{
	position: relative;
	float: none;
	display: block;
	clear: both;
	margin: 10px 0;
}


#news .news .leadtext{
	font-weight: bold;
	text-align: justify;
	margin-bottom: 20px;
	clear: both;
	float: none;
}


#news .news .kategorie{
	text-align: right;
	position: relative;
	top: -20px;
}

#news .news .kategorie a{
	font-size: 10px;
	color: #2E64A2;
	background-color: #E9E9E9;
	display: inline-block;
	padding: 0 10px;
	margin-left: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#news .news .kategorie a:hover{
	color: #FFFFFF;
	background-color: #2D6CA6;
	text-decoration: none;
}

#news .news .content {
	text-align: justify;
}

#news .news .author {
	font-style: italic;
	text-align: right;	
}

#news .news .opis_filmu {
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin-bottom: 20px;
}


#news .news time.newsdata {
	position: absolute;
	left: 10px;
	top: 385px;
}

time.newsdata {
	text-transform: uppercase;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: normal;
	color: #FFF;
	background-color: #2D6CA6;
	text-align: center;
	display: inline-block;
	padding: 5px;
	width: 30px;
}


time.newsdata span {
	display: block;
}

time.newsdata .dzien {
	font-size: 24px;
	line-height: 24px;
}
time.newsdata .miesiac {
	font-size: 15px;
	line-height: 15px;
}
time.newsdata .rok {
	font-size: 12px;
	line-height: 12px;
}




/*GALLERY*/
.gallery-box {
	position: relative;
	min-height: 300px;
	margin-bottom: 30px;
}


.gallery-box figcaption{
	display: none;
}



.gallery-box h1{
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
	color: #FFF;
	background-color: #2E64A2;
	padding: 15px;
	min-height: 160px;
}

.gallery-box a:hover h1{
	color: #2E64A2;
	background-color: #CCCCCC;
}


.gallery-box time{
	background-color: #F90;
	padding: 0 10px;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 10px;
}
.gallery-box a:hover time{
	background-color: #2E64A2;
}

.gallery-box a span.type{
	background-color: #2E64A2;
	padding: 10px;
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 20px;
	width: 20px;
	display: block;
	text-indent: -99999px;
	border-radius: 2px;
}

.gallery-box a:hover span.type{
	background-color: #F90;
}

.gallery-box span.video{
	background-image: url(../img/ico-cat-04.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-box span.foto{
	background-image: url(../img/ico-cat-06.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.gallery-box a:hover{
	text-decoration: none;
}

#gallery .dane{
	text-align: right;	
}

#gallery .dane span{
	color: #3268A6;		
}

#gallery .description{
	text-align: justify;
	margin-left: 0px;
	margin-bottom: 20px;
}





.foto-list {
	padding: 0px;
	margin: 20px 0;
}

.foto-list li {
	list-style-type: none;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
	min-height: 1px;
	padding: 0px;
	width: 32%;
	position: relative;
}



.foto-list li:nth-child(3n+1) {
	margin-left: 0;
}

	
.foto-list li:hover a:after {
	content: "icon";
	text-indent: -999em;
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/fotosize.png) center center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		
}

.fotos{
	display: block;
	height: 200px;
	width: 100%;
}



/*recommend*/


#recommend{
	margin-left: 0px;
	position: relative;
}

#recommend .carousel{
	position: relative;	
}

#recommend .carousel-indicators{
	position: absolute;
	top: -40px;
	right: 0px;
}

#recommend .carousel-indicators li {
	background-color: rgba(45,108,166,1);
	border-radius: 0;
	cursor: pointer; 	
	}
#recommend .carousel-indicators li:hover {
	background-color: rgba(255,153,0,1);
	}	
	

#recommend .carousel-indicators .active {
	background-color: rgba(255,153,0,1);
	border-radius: 0;
	}

#recommend img{
	float: left;
	margin-right: 20px;
}

#recommend h1{
	color: #2D6CA6;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0px;
}

#recommend h1 span{
	background-color: #F90;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 45px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
	float: left;
}

#recommend a:hover h1 span{
	background-color: #2D6CA6;
}


h1 span.wydarzenie {background-image: url(../img/ico-cat-03.png);}
h1 span.strona {background-image: url(../img/ico-cat-02.png);}
h1 span.ksiazka {background-image: url(../img/ico-cat-01.png);}
h1 span.artykul {background-image: url(../img/ico-cat-05.png);}
h1 span.film {background-image: url(../img/ico-cat-04.png);}

#recommend h1 em {
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
}


#recommend p{
	color: #333;
	font-size: 14px;
	line-height: 20px;
	padding-left: 320px;
}


#recommend a:hover{
	text-decoration: none;
}

.navi_polecamy,
.navi_porady{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.navi_polecamy li{
	margin: 0 0 0 5px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
}


.navi_porady li{
	margin: 0 0 0 5px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
}



.navi_polecamy li a{
	margin: 0 0 10px 0;
	padding: 10px 12px 10px 40px;
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color: #FF9900;
	border: 1px solid #FF9900;
	color: #FFF;
}

.navi_polecamy li a.active, 
.navi_polecamy li a:hover
 {
	border: 1px solid #3268A6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #3268A6;
	background-repeat: no-repeat;
	background-position: 3px center;
	color: #FFF;
}

.navi_polecamy li a.razem {background-image: url(../img/ico-cat-00.png);}
.navi_polecamy li a.wydarzenie {background-image: url(../img/ico-cat-03.png);}
.navi_polecamy li a.strona {background-image: url(../img/ico-cat-02.png);}
.navi_polecamy li a.ksiazka {background-image: url(../img/ico-cat-01.png);}
.navi_polecamy li a.artykul {background-image: url(../img/ico-cat-05.png);}
.navi_polecamy li a.film {background-image: url(../img/ico-cat-04.png);}
.navi_polecamy li a.foto {background-image: url(../img/ico-cat-06.png);}


.navi_porady li a{
	margin: 0 0 10px 0;
	padding: 10px 20px 10px 20px;
	background: #FF9900;
	border: 1px solid #FF9900;
	color: #FFF;
}

.navi_porady li a.active, 
.navi_porady li a:hover{
	border: 1px solid #3268A6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #3268A6;
	color: #FFF;
}







/*recommend-box*/
.recommend-box{
	/*min-height: 480px*/;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.recommend-box a.link{
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
	background-position: right -35px;
	padding-right: 40px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.recommend-box a.link:hover{
	background-position: right 5px;
	text-decoration: none;
}


.recommend-box h1{
	color: #2D6CA6;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clear: both;
	float: none;
	min-height: 50px;
}

.recommend-box h1 span{
	background-color: #F90;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
	float: left;
	margin-bottom: 5px;
}

.recommend-box h1 span:hover{
	background-color: #2D6CA6;
}

.recommend-box h1 em {
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
}



/*event*/

.event-box{
	clear: both;
	float: none;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}

.event-details{
	background-color: #E8E8E8;
	margin-bottom: 10px;
}
.event-details > ul{
	margin: 0px;
	padding: 10px 0;
	border-left: 4px solid #2B69A5;
	
}

.event-details > ul > li{
	list-style-type: none;
	padding: 5px 10px 5px 15px;
	font-size: 14px;
	display: block;
}

.event-details > ul > li > strong{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.event-details > ul > li > span{
	display: inline-block;
	width: 70%;
	
}

.event-box .description{
	position: relative;
}



.event-box .description h1{
	font-size: 26px;
	text-transform: uppercase;
	line-height: 28px;
	color: #2E64A2;
}

.event-box  .more-btn{
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.event-box .more-btn .booking,
.event-box .more-btn .more
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin-left: 5px;
	padding: 2px 25px 2px 15px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
}


.event-box .more-btn .more{background-color: #2E64A2;}
.event-box .more-btn .booking{background-color: #F90;}

.event-box .more-btn .more:hover{
	background-color: #333;
	text-decoration: none;
}
.event-box .more-btn.booking:hover{
	background-color: #333;
	text-decoration: none;
}



#event h1{
	font-size: 30px;
	line-height: 30px;
	color: #2E64A2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#event h2{
	font-size: 26px;
	line-height: 26px;
	color: #2E64A2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#event .event-content,
#event .event-lead
{
	text-align: justify;
}

#event .event-content,
#event alert-error
{
	margin-bottom: 40px;
}



#event .event-lead
{
	text-indent: 30px;
}

#event .form-horizontal{
	margin: 40px 0;
}

#event .event-lead
{
	font-weight: bold;
	margin-bottom: 20px;
}

#event #mapka
{
	padding: 0px;
	height: 300px;
	width: 296px;
	margin: 0 0 20px 0;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

/*O NAS*/
#about .content{
	text-align: justify;
	margin-bottom: 40px;
}
#about .list-media{
	margin: 20px 0 40px 0;
	padding: 0px;
}

#about .list-media li{
	margin: 5px 0;
	padding: 5px 0;
	list-style-type: none;
	font-size: 16px;
}

#about .list-media li span{
	padding: 2px 10px;
	margin: 0 20px 0 0;
	background-color: #2D6CA6;
	color: #FFF;
	font-size: 12px;
}

#about .list-media li:hover span{
	background-color: #FF9900;
}

#about .list-media li a{
	text-decoration: none;
}

/*WSPÓPRACUJEMY*/

#cooperation{
	margin: 0 0 20px 0;
	padding: 0px;
}


#cooperation li{
	margin: 10px;
}


#cooperation li a{
	display: inline-block;
	height: 70px;
}



.institutions{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}


.institutions h1{
	color: #2D6CA6;
}


/*search*/
#search,
#search2
 {
	position: absolute;
	right: 0px;
	/*top: 45px;*/
	top: 10px;
	z-index: 100;
}

.nav #search,
.nav #search2 {
	position: relative;
	top: 5px;
	z-index: 100;
	width: 250px;
	margin: 0 auto;
}


#search form,
#search2 form {
	margin: 0;
}

#search button,
#search2 button {
	color: #FFF;
	background: #0086C7;
	border: 1px solid #E9E9E9;
	text-shadow: none;
	box-shadow: none;
}
#search button:hover,
#search2 button:hover{
	color: #FFF;
	border: 1px solid #E9E9E9;
	background-color: #FF9900;
}


#search input,
#search2 input {
	border: 1px solid #E9E9E9;
}


#search_results{
	margin-bottom: 40px;
}

#search_results{
	margin-bottom: 40px;
}
#search_results article h1{
	font-size: 22px;
	text-transform: uppercase;
}

#search_results  h2 span{
	font-size: 14px;
	color: #3268A6;
}


.wyszukane a {
	color: #333;
}

.wyszukane a:hover {
	color: #3268A6;
	text-decoration: none;
}


/*KONTAKT*/

#contact-main {
	margin: 0 0 20px 0;
}

#contact-sidebar address{
	text-align: right;
}

#contact-sidebar #mapka
{
	padding: 0px;
	height: 200px;
	width: 456px;
	margin: 0 0 20px 0;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
}


label.error {
	font-size: 12px;
	color: #C00;
	position: relative;
	top: -5px;
}



input.error,
textarea.error
{

  border-color: rgba(204,0,0,0.8)!important;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204,0,0,0.8)!important;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204,0,0,0.8)!important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204,0,0,0.8)!important;
}

#contact-form-footer label {
	display: none!important;
}


#contact-form-footer input.error,
#contact-form-footer textarea.error
{
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	background-color: #C00!important;
}



/*FOOTER*/


#footer {
	background-color: #1A4368;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}


#footer .section_header {
	background-color: #2D6CA6;
	color: #FFF;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
}

#footer .section_header h1 {
	color: #FFF;
}


#footer .section_header a {
    color: #fff;
    position: absolute;
    right: 10px;
	top: 7px;
}



#footer_newsletter{
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	
}

#footer_newsletter h2{
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

#footer_newsletter p{
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-align: center;
	margin: 20px 0 10px 0;
}

#newsletter-form{
	padding-right: 20px;
	text-align: center;
}

#footer_newsletter #adress{
	width: 80%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #1A4368;
	color: #CCC;
	border: 4px solid #F90;
	/*border-right: 0;*/
}

#footer_newsletter .checkbox .small{
	line-height: 12px;
	margin-bottom: 10px;
}


#footer_newsletter .btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 8px 12px;
	border: 0;
	background: #F90;
	color: #1A4368;
	margin-top: 10px;
}

/*#newsletter-form input.error
{
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	background-color: #C00;
	border: 4px solid #F90!important;
	border-right-style: none;
}*/



.message3 .nojs
{
	display: none;
}

#newsletter-form label.error
{
	display: inline-block;
	color: #F90;
}
.message3
{
	padding: 0 20px 10px 0;
}

.newsletter_alert-success{
	color: #FF9900;
	padding: 5px;
}


#footer_kontact .formularz{
	width: 50%;
	padding-left: 20px;
	float: left;
	position: relative;
}


#footer_kontact .formularz legend,
#footer_kontact .formularz label
{
	display: none;	
}

#footer_kontact .formularz #email{
	margin-left: 15px;
}

#footer_kontact .formularz button{
	margin-left: 0;
	color: #112C44;
	background: #F90;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


#footer_kontact .formularz input,
#footer_kontact .formularz textarea
{
	color: #fff;
	border: 1px dashed #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #264C70;
}

.footer_alert-success{
	color: #F90;
	background-color: #1A4368;
	text-align: left;
	display: block;
	width: 100%;
}
.footer_alert-success p{
	padding: 0 20px;
}

#footer_kontact address {
	color: #FFF;
	padding: 0 30px;
}
#footer_kontact address p{
	margin-bottom: 5px;
	line-height: 22px;
}

#footer_kontact address strong{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
}

#footer_kontact address abbr{
	width: 45px;
	display: inline-block;
	border: 0;
	color: #999;
}

#footer_kontact address a{
	color: #FFF;
}
#footer_kontact address a:hover{
	color: #F90;
	text-decoration: none;
}




#nav_footer {
	background-color: #142B40;
	padding: 20px 0 15px 0;
	color: #999;
	position: relative;
}


#nav_footer ul {
	float: left;
}

#nav_footer li{
	display: inline-block;
	list-style-type: none;
}


#nav_footer li:after {
	content: "|";
	padding: 0 5px;
	color: #666;
}

#nav_footer li a {
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
#nav_footer li a:hover {
	color: #F90;
}


#copyright{
	position: absolute;
	top: 20px;
	right: 100px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 12px;
}

#copyright img{
	float: left;
	width: 80px;
	margin-right: 10px;
}

#created {
	text-align: center;
	width: 50px;
	margin-right: 20px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#created a {
	background: url("../img/n4k.png") no-repeat scroll center center transparent;
	display: block;
	float: right;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	text-indent: -9000px;
	width: 50px;
	height: 22px;
	
}
#created a:hover {
	background: url("../img/n4k.png") no-repeat scroll center center transparent;
    opacity: 1.0; 
	filter:alpha(opacity=100);  
	-moz-opacity: 0.1;
}
#created span {
	display: block;
	margin: 0;
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}


.this span {
	background-color: #08C!important;
	color: #FFF!important;
}


.pagination ul > li > a{
 	cursor: hand!important; 
 	cursor: pointer!important;
}


/*TOLTIP*/

.tooltip-inner {
  background-color: #0086C7;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0086C7;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #0086C7;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #0086C7;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0086C7;
}



 /* PAGINATION */

.stronicowanie {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding: 0 15px;
}
 
 /*pagination js*/
  .holder {
	margin: 15px 0 40px 0;
	text-align: center;
  }

  .holder a {
	font-size: 14px;
	cursor: pointer;
	color: #333;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0 2px 0 5px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
  }

  .holder a:hover {
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
  }



  .holder a.jp-current, a.jp-current:hover {
	background-color: #2D6CA6!important;
	color: #fff;
  }

  .holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
  }

  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder span { margin: 0 5px; }





/*cookieinfo*/

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #1A4368; 
    padding: 10px 40px 10px 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
   /* margin-bottom: 7px;*/
   	display: none;
}

#cookieinfo p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
}
#cookieinfo p a {
	color: #fff;
	border-bottom: 1px dotted #CCC;
	background: none;	
}

#cookieinfo > a {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #FF9900;
}

#cookieinfo a:hover {
	color: #FF9900;
    background-color: #2E64A2; 
}


/*.jcarousel*/

.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
    padding: 10px 0px;
}



.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 100px;
}


.jcarousel-skin-tango .jcarousel-item {
    min-width: 80px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}



.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/* like box */
#like-box {
	position: fixed;
	z-index: 99;
	top: 90px;  
	left: -296px; 
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
 

#like-box:hover {
	left: 0px;
}
 

#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}
 

#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}
 

#like-box .belt {
	position: relative;
	z-index: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
	float: left;
	width: 100px;
	height: 40px;
	padding: 7px 0px 0px 20px;
	margin: 50px 0px 0px -50px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.sitemapitim {
	padding-left: 40px;
}

