@font-face {
    font-family: 'peugeotregular';
    src: url('../font/peugeot_normal-webfont.eot');
    src: url('../font/peugeot_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/peugeot_normal-webfont.woff') format('woff'),
         url('../font/peugeot_normal-webfont.ttf') format('truetype'),
         url('../font/peugeot_normal-webfont.svg#peugeotregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'peugeotbold';
    src: url('../font/peugeot_bold-webfont.eot');
    src: url('../font/peugeot_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/peugeot_bold-webfont.woff') format('woff'),
         url('../font/peugeot_bold-webfont.ttf') format('truetype'),
         url('../font/peugeot_bold-webfont.svg#peugeotbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'peugeotlight';
    src: url('../font/peugeot_light-webfont.eot');
    src: url('../font/peugeot_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/peugeot_light-webfont.woff') format('woff'),
         url('../font/peugeot_light-webfont.ttf') format('truetype'),
         url('../font/peugeot_light-webfont.svg#peugeotlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    background: #fff;
    font-family: 'peugeotlight','Helvetica Neue',Arial;
    font-size: 14px;
    margin:0 0 20px 0; 
    text-align: justify; 
    line-height: 22px;
    color: #0068B0;
    
}
ul {
  margin: 0 0 15px 20px;
  padding: 0 0 0 20px;
  list-style: circle;
}
img{border: 0px; max-width: 100%;}

a{color: #1589ca; text-decoration: none;}
a:hover{color: #5fa8e4;}

.button {background: #FBFBFE; color: #176a8a; border: 0; margin: 10px 5px; padding: 3px 10px; border-top: 1px #b5c3c6 solid; border-left: 1px #b5c3c6 solid; border-right: 1px #b5c3c6 solid; border-bottom: 1px #6d8084 solid;  border-radius: 3px;}
.button:hover {background: #DAECFB; color: #176a8a; }
.button i.fa{padding: 0 7px 0 0;}

.wrapper{overflow: hidden;}
.nomarg{margin: 0;}
.nopad{padding: 0;}
.fright{float: right;}
.lekopis {height: 220px;}
.cytat {border: none; width: 100%; margin: 8px 0; padding:90px 10px 10px 0px; background: url(../images/blockquote.png) no-repeat top left; color: #4CAED8; font-weight: bold; font-style: italic;}
.cytat img{float: right; margin: 0px 10px;}

h1, h2, h3{color: #0068B0; font-family: 'peugeotlight';}
h3{font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h6{font-size: 16px;}
h1, h2, h3, h4, h5 {text-align: left;}
h1{text-align: center;}

.hhome {font-size: 36px; text-align: center; color: #0068B0;}

.formtop{ display:inline;}
.szuktop{height: 24px; font-size: 14px; width: 100px; padding: 0 4px; line-height:10px;}

.logo{max-width: 30%; margin: 0px auto 15px auto; display: table;}

.container{
position: relative;
max-width: 1100px !important;
margin: 0 auto 0 auto;
overflow: hidden;
}

.menu{width: 100%; }


.marquee {
  height: 40px;
  width: 110%;
  margin: 10px 0 20px 0;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 100%;
  
  
  /*
  position: absolute;
  overflow: hidden;
  height: 42px;
  animation: marquee 25s linear infinite; */
}
.marquee div:hover{
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
} 

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}


#tresciowy{ margin-bottom: 20px; overflow: hidden; position: relative;}
.tresc_waska{max-width: 760px; margin: 10px auto; padding-top: 20px;}

#przeslona{ 
	display: none;
	position: absolute; 
	bottom: 0; 
	padding: 30px 0 0px 0; 
	text-align: center; 
	width: 100%; 
	cursor: pointer;
	z-index: 9999;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0)); /* Standard syntax (must be last) */
    }

.odslon{background: rgba(255,255,255,0.1); padding-top: 10px; color: #4CAED8; font-weight: bold; font-size: 20px;}
.odslon:hover {color: #03439d; background: rgba(255,255,255,0.4);}


.sidebar{margin: 25px 0 0 15px; text-align: center;}
.shome{margin-left: 0;}

.maly{max-width: 1300px;}

#backTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  text-indent: -9999px;
  background: url(../images/up-scroll.png) center no-repeat #00B0D5;
  cursor: pointer;
  padding: 5px 0px;
  border-radius: 5px;
}

#backTop:hover {
  background-color: #253470;
}

.menu-btn {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 40px;
	cursor: pointer;
	background: #00B0D5;
	padding: 0px 4px;
	border-radius: 5px;
}

.menu-btn span {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px 0;
	background: #fff;
	z-index: 99;
}

.menu-btn:hover {
	background: #253470;
}

.responsive-menu{
max-height:0;
background: #fff;
min-width:100%;
overflow:hidden;
transition:all .25s;
position: fixed;
left: 0px;
z-index: 999;
}
.responsive-menu ul{display: block; list-style: none; padding: 0; margin: 0; text-align: center;}

.responsive-menu li a{display: block; padding: 10px; margin: 0; font-size: 14px; }
.responsive-menu li a:hover{color: #009cd0; }

.expand {
max-height:450px;
display: block;
border: 1px solid #ddd;
}

.kategorie_home ul, .lista{
  list-style: none;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  }
.link{color: #009cd0; float: right; margin-right: 10px;}
.link:hover{color: #234f9a;}

.kategorie_home ul {margin: 5px 15px;}
  
.kategorie_home ul li, .lista li {
	background: url('../images/punkt_4c_n.gif') no-repeat left top; 
	padding-left: 15px;
	text-align: left;
	

}

.filmfull{width: 100%; height: 600px; margin-top: 10px;}

.link-home .lista li {
	margin: 10px 0; 	
	float: left !important; 
	display: block !important;
	position: relative !important;
}

.kategorie_home {margin: 0; padding: 0;}

.kategorie_home p{margin: 10px 5px 20px; }
.kategorie_home .container-fluid{padding-left: 0px;}
.kategorie_home  a{font-size: 14px;}
.obrazek {float: left; padding-right: 15px;}
.obrazki-home img{float: left; margin:0;}

.news-home {margin-bottom: 10px; padding:0; }
.news-home b{ font-size: 16px;  }
.news-home img{margin: 5px 0; max-height: 180px; width: 30%; min-width: 120px !important;}
.news-home span{height: 35px; overflow: hidden; display: table-cell; vertical-align:bottom; margin:0;padding: 0; text-align: left; line-height: 14px; }
.news-home > .wrapper > .button {margin:10px 0 0 0;}
.link-home {padding: 30px 0 0 20px; float: right;}
.link-home img {float: left; text-align: left;}
#news2{border-top: 1px solid #eee; margin-top: 10px;}

.b1 {color: #5A90CD; font-weight: bold; font-size: 16px; line-height: 20px;}
.b4 {color: #4CAED8; font-weight: bold; font-size: 16px; line-height: 20px;}
.sidebar .b4 a{color:#4CAED8;}

.autor{text-align: left; font-size: 12px; color: #81B7E6;}
.autor2, .autor2 a{font-size: 12px; color:#03439d; line-height: 34px;}


.podpunkt, .podpunkt_aktywny{padding: 2px 8px; margin: 9px 0 0 0; background: #FBFBFE; cursor: pointer; color: #0068B0; display: inline-block; border-top: 1px #b5c3c6 solid; border-left: 1px #b5c3c6 solid; border-right: 1px #b5c3c6 solid; border-bottom: 1px #6d8084 solid;  border-radius: 3px; position: relative;}
.podpunkt:hover{ background: #DAECFB;  color: #176a8a;}
.podpunkt_aktywny{ background: #5A90CD;  cursor: auto; color: #fff;}
.podpunkt_aktywny:hover{ background: #5A90CD;  cursor: auto; color: #fff;}

.podpunkt:before, .podpunkt_aktywny:before {content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    left: -1px;
    position: absolute;
    display: block;
    top: 8px;
}
.podpunkt:after, .podpunkt_aktywny:after {content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    right: -1px;
    position: absolute;
    display: block;
    top: 8px;
}

.podpunkt:hover:before {content: "";
    width: 1px;
    height: 10px;
    background-color: #e6f1fd;
    left: -1px;
    position: absolute;
    display: block;
    top: 8px;
}
.podpunkt:hover:after{content: "";
    width: 1px;
    height: 10px;
    background-color: #e6f1fd;
    right: -1px;
    position: absolute;
    display: block;
    top: 8px;
}
.podpunkt_aktywny:before {content: "";
    width: 1px;
    height: 10px;
    background-color: #c7d8db;
    left: -1px;
    position: absolute;
    display: block;
    top: 8px;
}
.podpunkt_aktywny:after{content: "";
    width: 1px;
    height: 10px;
    background-color: #c7d8db;
    right: -1px;
    position: absolute;
    display: block;
    top: 8px;
}

.blok_kafle{margin-bottom: 30px;}
.blok_kafle a {cursor: pointer;}
.blok_kafle img {width: 100%;}
.blok_kafle .tytul {position: absolute; bottom: 0; width: 97.5%; padding: 5px 20px; background: rgba(255,255,255,0.9); text-align: center; font-weight: bold; font-size: 18px;  line-height: 20px;}
.blok_kafle .opis {display: none; overflow: hidden; position: absolute; top: 0;  height: 100%; padding: 20px; background: rgba(255,255,255,0.9); text-align: center; font-weight: bold; font-size: 18px; line-height: 20px;}
.blok_kafle .opis .tytul {position: absolute; bottom: 0; left:0; width: 99%; padding: 5px 20px; background: rgba(255,255,255,0.95); text-align: center; font-weight: bold; font-size: 18px; line-height: 20px;}
.blok_kafle span{font-size: 14px;}

.blok_zdjecia{padding: 0; float: none !important;display: inline-block; margin: 0 -3.5px -4.5px 0;}
.blok_zdjecia img {width: 100%; border: 0.5px solid #fff;}
.blok_zdjecia img:hover {opacity: 0.8;}
.nieaktywne {opacity: 0.5; -webkit-filter: grayscale(100%); filter: grayscale(100%);}

@media screen and (max-width:1300px) {
.lekopis {height: 250px;}
}

@media screen and (min-width:990px) and (max-width: 1200px){
.hhome {font-size: 32px;}
}

@media screen and (max-width:960px), screen and (max-height: 768px){
	.logo{max-height: 80px; max-width: 80%;}
	.lekopis {height: 210px;}
}


@media screen and (max-width:960px){
	.news-home b, .link-home { font-size: 16px;}
	.filmfull{height: 460px;}
	.marquee {height: 80px;}
	
	.grafikafull{
	max-width: 110%;
	width: -moz-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: -o-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    }

}


@media screen and (min-width:768px) {
	
	.menu-btn{display: none;}
	
	
	.responsive-menu{
	position: relative;
	max-height:100px;
	max-width:100% !important;
	width:100% !important;
	border: none;
	padding: 0 auto;
	margin: 0 auto;
	}
	.responsive-menu li:after{
		content: " ";
 
  	}
  	
  	.responsive-menu li.last:after {
		content: "" !important;
 
  	}
	
	.responsive-menu ul{ 
	display: table;
    float: left; 
    list-style: none;   
    }
    .responsive-menu ul.second {float: right;}
	.responsive-menu ul li {
	float: left; 
	}
	.responsive-menu li a{display: inline; padding: 5px 10px; margin: 0; }
	
	
}



@media screen and (max-width:768px) {
	.news-home {margin-bottom: 20px; overflow: hidden;}
	.news-home b, .link-home {padding-top: 0px; text-align: center; font-size: 18px;}
	.responsive-menu ul.second {float: none; padding-bottom: 10px;}
	.responsive-menu li a{ font-size: 18px;}
	.responsive-menu li a:hover{background: #eee; }
	.link-home .lista li { 	margin: 2px 0; font-size: 14px;} 	
	.lekopis {height: auto; margin-bottom: 40px; overflow: hidden;}
	.logo{max-height: 70px; max-width: 70%; margin-top: 15px;}
	.link-home {padding: 10px 0 0 0px; float: left;}
	h1, .h1 {font-size: 26px;}
	.filmfull{height: 260px;}
	#backTop {bottom: 83px;}
	

}

@media screen and (max-width:640px) {
.kategorie_home  a{font-size: 20px; line-height: 26px;}
.sidebar{margin-left: 5px;}
#tresciowy{ height: 1300px; }
#przeslona{ display: block; }
.cytat img{margin: -80px 10px;}
.blok_kafle .tytul{width: 99%; }
.blok_kafle .opis{line-height: 16px;}
.blok_kafle .opis .tytul {width: 100%; left: none; }

  
}

@media screen and (max-width:460px) {
	#news2{display: none;}
	/* 
	.marquee div {
	  animation: marquee 10s linear infinite;
	}
	*/

	h3{font-size: 24px;}
	h4{font-size: 20px;}
	.marquee {height: 120px;}
	.blok_kafle .tytul{width: 98.3%; }
	.blok_kafle .opis {padding: 2px 10px 0 5px; text-align: center; font-weight: bold; font-size: 16px;}
	.blok_kafle span {font-size: 12px;}
}


#scrollUp{bottom:20px;right:20px;width:38px;text-indent:-99999px;height:38px;border-radius:4px;opacity:.6;background:#00a3e4 url(../images/up-scroll.png) no-repeat center}#scrollUp:hover{opacity:1}.bread-heading{float:left;height:auto}