html {
    overflow-y: scroll;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #F6F6F6;
}
body {
	color: #333;	
	background: transparent;
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 1.7em;
}
#wyszukiwarka {
	width: 100%;	
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 3;
	background: #F24B3B;
	color: #fff;
	text-align: center;
}
#wyszukiwarka input {
	width: 90%;
	max-width: 500px;	
	background: transparent;
	color: #fff !important;
	border: 1px solid #fff !important;
	margin: 0 auto;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
	  border-radius: 0 !important;	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.full-width-col {
	margin: 0;
	padding: 0;
}
#baner .full-width-col {
	position: relative;
}
.baner-caption {
	width: 240px;
	height: 120px;
    position:absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    /*background:rgba(22, 33, 51, 0.75); */
	background: #F24B3B;	
    padding:12px 0px;	    
    text-align: center;
    color:#fff !important;
    z-index:2;
}
.baner-caption span {
	font-size: 1.3em;
	font-weight: 700;
}
.baner-caption hr {
	background-color: transparent;
    border: 0 none;   
    height: 2px;
	width: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
}	
#baner .btn-wiecej {
	background: transparent url('https://www.kinoswiatedukacji.pl/images/right-white.png') no-repeat 50% 55%;
	background-size: 18px 12px;	
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	display: block;
	color: #fff !important;
}
#baner .btn-wiecej:hover {
	text-decoration: none;
	background-position: 95% 55%;
}	
.navbar {
	height: 80px;
	background: #F24B3B;
	border: 0px;
}
.nav-padding {
	margin-top: 80px;
}
.navbar-collapse {	
	background: #F24B3B !important;	
	border: 0px;
	text-align: center;
}
.navbar-nav li a {
    line-height: 80px;
    height: 80px;
    padding-top: 0;
	color: #fff !important;
	font-size: 1.5em;
}
.navbar-nav li a .glyphicon {    
	font-size: .7em;
	font-weight: 100;
	margin-left: 5px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF !important;
	background: transparent !important;	
	font-size: 1.2em;
	border-bottom: 4px solid transparent;
	/*
	padding: 10px 0px;
	margin: 10px 20px;	
	*/
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.navbar-inverse .navbar-nav > li > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 10px;
	background: #FFFFFF;
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;	
	/*
	-webkit-transition-delay: .3s;
    transition-delay: .3s;	
	*/
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navbar-inverse .navbar-nav > li > a:hover:before, .navbar-inverse .navbar-nav > li.active > a:before {
	left: 0;
	right: 0;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle.active {
  border: none; 
  background: transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background: #fff; 
}
.navbar-brand {
	position: absolute;
	z-index: 9999;
}

#footer {
	background: #162133;
	color: #a9a9a9;
	margin: 0px;
	padding: 30px 0px 20px 0px;
}
.footer-navbar {
	padding: 0px 10px;		
}
a.footer-navbar {
	color: #000000 !important;	
}

h1 {
	font-size: 3em;
	text-transform: none;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	/*opacity: 0;*/
}
h3 {
	font-size: 2em;
	text-transform: none;
	font-weight: 200;	
	/*opacity: 0;*/
}
h3.my-opis-filmu {
	margin-bottom: 30px;
}
h3.my-opis-filmu:after
{
	content: "";
	width: 100px;
	height: 1px;
	background-color: #333;
	left: 0;
	position: relative;
	display: block;
	margin: 0 auto;
	top: 10px;	
}

.btn-default { 
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
	  border-radius: 0 !important;	
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	color: #F24B3B; 
	font-weight: 200;
	background-color: transparent; 
	border-color: #F24B3B; 
} 
.btn-lg-ex-padding {
	padding-left: 50px; 
	padding-right: 50px;
}
.btn-xlg {
	font-size: 3em;
	white-space:normal !important;
    word-wrap: break-word; 
}
.btn-default, .btn-default:visited {
    color: #F24B3B !important;
} 
.btn-default:hover, .btn-default:active, .btn-default:focus {
	color: #FFF !important; 
	background-color: #F24B3B !important; 
	border-color: #F24B3B !important;  
	box-shadow: none;
} 

.btn-katalog-lista-pobierz-materialy {
	max-width: 220px !important;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #3C3E3F !important; 	
	background-color: #EEEEEE; 
	border-color: #EEEEEE; 	
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
	  border-radius: 0 !important;	
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
 -webkit-box-shadow: none !important;
  box-shadow: none  !important;	
}

.btn-katalog-lista-pobierz-materialy:hover {	
	color: #fff !important; 	
	background-color: #F24B3B; 	
}

ul.pagination li a {
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
	  border-radius: 0 !important;	
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	color: #2E3132; 
	font-weight: 200;
	background-color: #EEEEEE; 
	border: 0px;
	margin: 3px;
}
ul.pagination li.active a {
    background-color: #F24B3B;
    color: #FFFFFF;	
}

.pagination a:hover:not(.active) {	
	background-color: #F24B3B;
	color: #FFFFFF;	
}


.thumbnail {
    position:relative;
    overflow:hidden;
	border: 0px;
	padding: 0px;
	max-width: 220px;
	margin: 0px auto;
	border-radius: 0 !important;
}

.thumbnail-margin {    
	margin: 15px auto;	
}
 
.caption {
    position:absolute;
    bottom:0;
    right:0;
    background:rgba(242, 75, 59, 0.95);
    width:100%;
    height:100%;
    padding:2%;	
    display: none;
    text-align: center;
    color:#fff !important;
    z-index:2;
}

.caption-zoom-ico:before {	
	content:"";	
	width: 35px;
	height: 35px;
	background: url('https://www.kinoswiatedukacji.pl/images/plus.png') no-repeat 50% 50%;
	background-size: 35px 35px;
	font-size: 3em;  	
	font-weight: 100;
	line-height:1;
	margin:10px;
	display:inline-block;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-65%, -55%);
}

.caption-arrow-ico:before {	
	content:"";	
	width: 36px;
	height: 25px;
	background: url('https://www.kinoswiatedukacji.pl/images/right-white.png') no-repeat 50% 50%;
	background-size: 36px 25px;
	font-size: 3em;  	
	font-weight: 100;
	line-height:1;
	margin:10px;
	display:inline-block;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-65%, -55%);
}

.film-tytul {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.owl-carousel.off {
    /*
	display: block;
	*/
	margin-bottom: 80px;
}
.owl-theme .owl-dots {
	position: absolute; 
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;	
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 3px 5px;	  
	background: #fff;
	border: 1px solid #FFFFFF;	
	/*border-radius: 0px;*/
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #F24B3B; 
	border: 1px solid #F24B3B;	
}

#owl-banner {
	margin-top: 80px;
}

.cc-window {
	background: url('https://www.kinoswiatedukacji.pl/images/ciastko.png') no-repeat 10px 50%;
	background-size: 40px 40px;
}
.cc-message {
	padding-left: 40px;
}
@media(max-width:767px) {
	.btn-lg-ex-padding	{
		width: 100% !important;
		margin-top: 50px;
	}
	.btn-xlg {
		font-size: 2em;
	}
	.film-info {
		text-align: center;
		margin-top: 20px;
	}
	.cc-window {
		background-position: 10px 10px;		
	}
}