body {
  padding-bottom: 3rem;
  color: #000;
  background-color: #fff;
}

a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald";
	font-weight: bold;
	color: rgb(0, 162, 205);
	text-transform: uppercase;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

.header {
	color: rgb(0, 162, 205);
}

.header-dark-grey {
	color: rgb(140, 140, 140);
}

.header-light-grey {
	color: #cdcdcd;
}

.subtitle {
	color: #cdcdcd;
	text-transform: none;
}

.date {
	color: #e6e6e6;
}

p {
	font-family: "Lato";
	font-size: 1rem;
	color: rgb(105,105,105);
	line-height: 1.2;
}

p.center {
	text-align: center;
}

/* TOP MENU */
nav.fixed-top {
	background-color: rgba(255,255,255,0.8);
	color: #000;
}

.nav-container {
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 1029;
}

.nav-tabs {
	border: none;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar .navbar-nav {
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	height: 3.75rem;
}

.navbar-blue {
	_background-color: rgb(0, 162, 205);
	_background-color: rgb(255, 255, 255);
	margin-left: -10px;
	margin-right: 170px;
	width: 695px;
	min-height: 60px;
	_padding-left: 25px;
}

.nav-link-blue {
	font-size: 1.5rem;
	font-family: "Oswald";
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
}

a.nav-link-blue {
	text-decoration: none;
}

a.nav-link-blue:link, a.nav-link-blue:visited, a.nav-link-blue:hover, a.nav-link-blue:active {
	color: #000;
}

a.nav-link-blue:hover, a.nav-link-blue:active {
	color: rgb(0, 162, 205);
}

a.nav-link-red-pl, a.nav-link-red-pl:link, a.nav-link-red-pl:visited, a.nav-link-red-pl:hover, a.nav-link-red-pl:active {
	font-size: 1.5rem;
	font-family: "Oswald";
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 15px;
	color: #f00;
}

a.nav-link-red-en, a.nav-link-red-en:link, a.nav-link-red-en:visited, a.nav-link-red-en:hover, a.nav-link-red-en:active {
	font-size: 1.5rem;
	font-family: "Oswald";
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 41px;
	margin-right: 15px;
	color: #f00;
}

.navbar-social {
	min-height: 60px;
	margin-right: 16px;
}

.nav-link-social {
	font-size: 1.5rem;
	font-family: "Oswald";
	font-weight: bold;
	text-transform: uppercase;
	_margin-left: 3px;
	_margin-right: 3px;
	padding-right: 0!important;
}

.top3 {
	background-color: rgb(0, 162, 205);
	color: #fff;
	margin:35px 25px 35px 25px; 
	padding:20px 30px 20px 30px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(0, 162, 205);
}
.top3 h2 {
	color: #fff;
}
a.top3:hover, a.top3:active {
	border-style: solid;
	border-width: 2px;
	border-color: #f00;
	background-color: #fff;
}
.top3:hover h2 {
	color: rgb(0, 162, 205);
}
@media only screen and (max-width : 1200px) {
/*	nav.fixed-top {
		background-color: transparent;
	}
*/
	.top3 {
		width: 100%;
	}
	.navbar-blue {
		background-color: rgb(0, 162, 205);
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		width: 100%;
		min-height: 60px;
		padding-left: 0px;
	}
	
	.navbar-social {
		display: inherit;
		/*max-width: 420px;*/
		width: 100%;
		padding-top: 6px;
		background-color: #fff;
	}
	
	.navbar-social li, .navbar-social .nav-link {
		display: inline !important;
	}

	
	.navbar-menu {
		display: inherit;
		/*max-width: 420px;*/
		padding-top: 10px;
		background-color: #fff;
	}
	
	.navbar-menu li, .navbar-menu .nav-link {
		display: inline !important;
	}
	
	.navbar-search {
		display: inherit;
		/*max-width: 420px;*/
		padding-top: 10px;
		background-color: #fff;
	}
	
	.navbar-search li, .navbar-search .nav-link {
		display: inline !important;
	}
	a.nav-link-blue:hover, a.nav-link-blue:active {
		color: rgb(255, 255, 255);
	}
}

.navbar-menu {
	min-height: 60px;
}

.navbar-search {
	min-height: 60px;
}

.nav-link-menu {
  font-size: 1.5rem;
  font-family: "Oswald";
  color: rgb(0, 162, 205);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link-menu-lang {
	padding-top: 0.9rem;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0!important;
}

.dropdown-menu {
	padding: 20px;
	border-radius: 0;
	border-width: 1px !important;
	border-color: rgb(142, 142, 142) !important;
	color: rgb(142, 142, 142) !important;
	left: -250%;
	width: 306px;
}

.search-input {
	font-family: "Lato";
	font-size: 1rem;
	color: rgb(105, 105, 105);
	/*margin-top: 30px;*/
	background-color: #e6e6e6;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(140,140,140);
	/*width: 310px;*/
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.search-submit {
	font-family: "Oswald";
    font-size: 1rem;
    color: rgb(0, 162, 205);
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e6e6e6;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(140,140,140);
    width: 40px;
    height: 40px;
    margin-left: 9px;
	padding: 0;
}

.btn {
	font-family: "Oswald";
	font-weight: bold !important;
	line-height: 1.2;
	text-transform: uppercase;
	border-style: solid;
	border-radius: 0;
	border-width: 1px !important;
	border-color: rgb(142, 142, 142) !important;
	color: rgb(142, 142, 142) !important;
}


.btn.disabled {
	border-color: rgb(205, 205, 205) !important;
	background-color: rgb(205, 205, 205);
	color: #fff !important;
	opacity: 1 !important;
}

.btn-lg {
	min-width: 254px;
	margin: 40px 20px;
}

.btn-md {
	margin: 5px;
}

.btn-bilet {
	font-size: 1.5rem;
	background-color: #fff;
	width: 120px;
	height: 50px;
}

.sharethis {
	margin: 20px 0;
}

.pagination {
	margin-top: 20px;
	margin-bottom: 30px;
}

.pagination a, .pagination a:hover {
	font-size: 1.6rem;
	font-family: "Oswald";
	font-weight: bold;
	color: rgb(105, 105, 105);
	border-style: none;
	margin: 0;
	background-color: #fff;
}

.pagination-lg .page-link {
	font-size: 1.6rem;
	padding: 0;
	width: 28px;
	height: 42px;
	text-align: center;
}

.pagination .page-item .page-link.active {
	color: rgb(0, 162, 205);
	border-width: 1px;
	border-color: rgb(0, 162, 205);
	border-style: solid;
	background-color: #fff;
}

main {
	padding-top: 3.75rem;
}

.aligncenter {
	text-align: center;
	display: block;
	margin: auto;
}

div.aligncenter {
	width: 100% !important;
}

/*Filmy*/
.filmy {
	background: url("images/subscribe.png");
	_background: url("images/films.png") repeat-y;
	background-size: auto 100%;
	min-height: 668px;
}

.filmy-header {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 29px;
}

.filmy-kategoria-header {
	font-family: "Oswald";
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	left: 20px;
	padding-right: 20px;
}

.film {
	margin: 20px 0;
}

.film-image {
	margin-top: 60px;
}

.film-header {
	margin-top: 40px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.kategoria {
	width: 386px;
	/*height: 235px;*/
	margin: 0 auto;
}

.img-thumbnail {
	border-width: 0px;
	_border-width: 4px;
	border-radius: 0;
	_border-color: rgb(0, 162, 205);
	padding: 0;
	/*height: 100%;*/
}

.shake-it:hover {
    animation: pulse 0.6s;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*Banner*/
.banner {
	margin: 0;
	width: 100%;
}

/*Subscribe*/
.subscribe {
	_background: url("images/subscribe.png");
	_height: 300px;
}

.subscribe-header {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

h4.subscribe-header {
	color: rgb(0, 162, 205);
	margin-top: 25px;
}

.subscribe-input {
	font-family: "Lato";
	font-size: 1.5rem;
	color: rgb(105, 105, 105);
	margin-top: 30px;
	background-color: #e6e6e6;
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	width: 310px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.subscribe-submit {
	font-family: "Oswald";
	font-size: 1.5rem;
	color: rgb(0, 162, 205);
	font-weight: bold;
	text-transform: uppercase;
	background-color: #e6e6e6;
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	width: 75px;
	height: 50px;
	margin-top: 30px;
	margin-left: 9px;
	position: absolute;
}


/*Wideo*/
.col-container {
	/*display: flex;*/
	margin: 0 auto;
}
.wideo {
	_background: url("images/wideo.png") repeat-y;
	min-height: 407px;
	padding-top: 35px;
	padding-bottom: 15px;
}

.wideo-embed {
	width: 500px;
	/*height: 320px;*/
	margin-bottom: 10px;
}

/*Aktualności*/
.aktualnosci {
	_background: url("images/aktualnosci.png") repeat-y;
	min-height: 352px;
}

.aktualnosci-header {
  color: rgb(0, 162, 205);
  _color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.aktualnosci-header2 {
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 50px;
}

.aktualnosci-item-header {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	position: absolute;
	bottom: 25px;
	left: 30px;
	padding-right: 30px;
	white-space: pre-line;
}

.slide {
	position: relative;
}

.slider-aktualnosci {
	margin-top: 22px;
}

.slick-active {
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale");*/
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition-property: -webkit-filter;
	transition-property: filter;
}

.slick-active:hover {
-webkit-filter: none;
filter: none;
}

.slick-next:before {
    content: '>';
	font-size: 1.25rem;
	font-weight: 700;
}

.slick-prev:before {
    content: '<';
	font-size: 1.25rem;
	font-weight: 700;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Oswald';
    font-size: 2.25rem;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
	height: 100px;
	width: 100px;
}

.my-prev, .my-next {
	display: block;
	height: 100%;
}

.my-prev {
/*	width: 100px;
	left: -10%;*/
}

.my-next {
/*	left: 100%;
	width: 100px;*/
}

.img-aktualnosci {
	max-width: 100%;
	border-style: solid;
	border-width: 15px;
	border-color: rgba(255,255,255,0);
}

.aktualnosc {
	margin-bottom: 40px;
	overflow: hidden;
}

.aktualnosc a {
	text-decoration: none;
}

.aktualnosc-details {
	max-height: 220px;
}

.aktualnosc-data {
	font-size: 1.5rem;
	font-family: "Oswald";
	color: rgb(217, 217, 217);
}

.aktualnosc-header {
	max-width: 700px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.aktualnosc-tekst {
	font-family: "Lato";
	font-size: 1rem;
	color: rgb(119, 119, 119);
	max-width: 700px;
	text-align: justify;
}

/*Partnerzy*/
.partnerzy {
	min-height: 268px;
}

.partnerzy-header {
	color: rgb(0, 0, 0);
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.partner-slide {
	position: relative;
}

.img-partnerzy {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.my-blue:before {
	color: rgb(0, 162, 205) !important;
}

.artykul {
	font-size: 1.5rem;
	font-family: "Lato";
	color: rgb(105, 105, 105);
	line-height: 1.2;
	text-align: justifyLeft;
	margin-bottom: 50px;
}

.img-artykul {
	margin-bottom: 30px;
}

.top-5 {

}

.top-5.header {
	margin-bottom: 50px;
}

.top-5 h4 {
	font-size: 1.5rem;
	font-family: "Oswald";
	color: rgb(154, 154, 154);
	text-transform: uppercase;
}

.top-5 a {
	text-decoration: none;
}

.page-content .header {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-content h3.header {
	margin-top: 0;
	margin-bottom: 0;
}

/*Program*/
.program {
	
}

.program .notactive .program-date {
	background-color: #fff;
	border-color: #e6e6e6;
}

.program .notactive .program-date h3, .program .notactive .program-date h6 {
	_color: #e6e6e6 !important;
	color: #cccccc !important;
}

.program-date {
	font-family: "Oswald";
	border-width: 1px;
	border-color: rgb(140, 140, 140);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	width: 78px;
	height: 78px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 0.4rem;
}

.active > .program-date {
	background-color: rgb(0, 162, 205) !important;
	border-color: rgb(0, 162, 205) !important;
}

.active > .program-date > h3, .active > .program-date > h6 {
	color: #fff !important;
}

.program-date h3 {
	font-size: 2rem !important;
	font-family: "Oswald" !important;
	font-weight: bold !important;
	text-align: center;
	color: rgb(140, 140, 140);
}

.program-date h6 {
	font-size: 0.8rem;
}

.program-date-place {
}

.program-event {
	margin: 40px 0;
}

.program-event .notactive h3, .program-event .notactive h4, .program-event .notactive .btn-bilet {
	_color: #e6e6e6 !important;
	color: #cccccc !important;
	border-color: #e6e6e6 !important; 
}

.program-spotkanie {
	text-transform: none;
}

/*Footer*/
footer {
}

footer > .col {
	padding: 0;
	margin: 0;
}

footer.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.footer-top {
	background: url("images/footer_bg_top.png") no-repeat;
	height: 45px;
}

.footer-bottom {
	background: url("images/footer_bg_bottom.png") repeat-y;
	min-height: 420px;
}

.img-mapka {
	width: 100%;
}

.adres {
	width: 285px;
	padding-top: 30px;
	padding-left: 39px;
	font-family: "Lato";
	font-size: 1.25rem;
	line-height: 2.25;
	color: rgb(105, 105, 105);
	height: 100%;
	background-color: #CCC;
	margin: 0 auto;
}

.adres > div > div > p {
	margin-top: 20px;
	white-space: pre-line;
	line-height: 1.5;
}

.adres > div > div > p > a:link, .adres > div > div > p > a:visited, .adres > div > div > p > a:hover, .adres > div > div > p > a:active {
	color: rgb(105,105,105);
	text-decoration: none;
}

.social-bottom, .social-links {
	list-style-type: none;
	margin: 20px 0 0 110px;
	padding: 0;
}

.social-bottom > li {
	display: inline;
}

.social-bottom > li > a {
	text-decoration: none;
}

.footer-links {
	list-style-type: none;
	margin: 20px 0 0 30px;
	padding: 0;
	font-size: 1.25rem;
	font-family: "Oswald";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.25;
	text-align: left;
}

.footer-links > li > a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.kontakt {
	margin: 0 auto;
	margin-top: 35px;
	width: 310px;
	text-transform: uppercase;
	min-height: 380px;
}

.kontakt > h2 {
	font-size: 1.5rem;
	font-family: "Oswald";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
}

.kontakt-form {
	font-family: "Lato";
	width: 300px;
	height: 30px;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

form.kontakt-form {
	padding: 0;
	margin: 20px 0 0 0;
}

input.kontakt-form {
	
}

textarea.kontakt-form {
	height: 65px;
	padding-top: 10px;
}

button.kontakt-form {
	font-size: 1.7rem;
	font-family: "Oswald";
	color: rgb(140, 140, 140);
	font-weight: bold;
	text-transform: uppercase;
	height: 55px;
	background-color: #fff;
	margin-top: 10px;
}

.footer2 {
	font-size: 1rem;
	font-family: "Lato";
	color: rgb(119, 119, 119);
	margin-top: 40px;
	text-decoration: none;
}

.footer2 > div > p > a {
	text-decoration: none;
	color: rgb(119, 119, 119);
}

.footer2 p.text-center {
	white-space: unset;
}
.footer_list {
	display:block;
	margin-top: 80px;
	margin-left: 80px;
	text-decoration: none;
	list-style: none;
}
.footer-link {
	font-size: 1.3rem;
	font-family: "Oswald";
	_color: rgb(119, 119, 119);
	margin-top: 10px;
	text-decoration: none;
	list-style: none;
}
.footer-nav-item {
	font-size: 1rem;
	_font-family: "Lato";
	color: rgb(119, 119, 119);
	margin-top: 10px;
	text-decoration: none;
	list-style: none;
}

/* Carousel base class */
.carousel {
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 100%;
}
.carousel-item > img {
  top: 0;
  left: 0;
  width: 100%;
}

ol.carousel-indicators {
  right: 5% !important;
  left: inherit;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: right;
  width: 13px;
  height: 13px;
  margin-left: 35px;
  margin-right: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.349);
}

ol.carousel-indicators li.active {
  background: rgba(255,255,255,1);
}

.carousel-control-next {
	right: 3%;
}

.carousel-control-next-icon {
	position: relative;
	right: 45%;
}

.carousel-control-prev {
	left: 3%;
}

.carousel-control-prev-icon {
	position: relative;
	left: 45%;
}

	.col-md-auto {
		flex: 1 0 auto;
	}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (min-width: 1000px) {
	.col-container {
		/*width: 1200px;
		margin: 0 auto;*/
		display: flex;
	}
}
@media (max-width: 420px) {
	a.nav-link-red-pl, a.nav-link-red-pl:link, a.nav-link-red-pl:visited, a.nav-link-red-pl:hover, a.nav-link-red-pl:active {
	font-size: 1.5rem;
	font-family: "Oswald";
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
	color: #f00;
}

a.nav-link-red-en, a.nav-link-red-en:link, a.nav-link-red-en:visited, a.nav-link-red-en:hover, a.nav-link-red-en:active {
	font-size: 1.5rem;
	font-family: "Oswald";
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
	color: #f00;
}
	
	.kontakt {
		width:100%;
	}
	.kontakt-form {
		width:100%;
	}
	.img-thumbnail {
		height:auto;
		/*margin: 0 auto;*/
	}
	.kategoria {
		width:100%;
		margin: 0 auto;
	}
	.col{
		padding-right:10px;
		padding-left:10px;
	}
	.wideo-embed {
		width: 285px;
		height: auto;
	}
	.carousel-indicators{
		display: none;
	}
	.carousel-control-prev, .carousel-control-next{
		left:auto;
		width:auto;
	}
	.carousel-control-next{
		right:0;
		width:auto;
	}
	.aktualnosci{
		min-height:0;
	}
	.slick-prev{
		left:-15px;
	} 
	.slick-next{
		right:-15px;
	}
	.aktualnosci-item-header{
		font-size:0.9rem;
	}
	.partnerzy{
		min-height:0;
	}
	.foo-item{
		max-height:150px;
		margin:-10px;
	}
	.btn-lg{
		margin:10px 10px;
	}
	.col-md-8{
		margin-bottom:10px;
	}
	h1{
		font-size:2rem;
	}
}