ul, ol, li, dl{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

html, body, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}

a{
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:hover, a:focus{
	text-decoration: none;	
	color: #F48221;
}

a img{
	border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
    display: block;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

html{
	font-size: 62.5%;	
}

body{
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
	color: #222;
}

.nav-wrapper{
	background: #1E191D;
	border-top: 2px solid #F4821F;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 30px;
}

header{
	height: 94px;
	padding: 0px!important;
}
header > div{
	padding: 0px!important;
}

header .logo{
	margin-top: 22px;
}

header .logos{
	margin-top: 14px;
	padding: 0px;
}

header img{
	max-width: 100%;	
}

.footer .logos a{
	display: inline-block;
	float: right;
	width: 33%;
	height: 70px;
} 

header .logos img{
	display: inline-block;
	float: right;
	padding-left: 20px;
}

.footer .logos a img{
	max-width: 100%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.logos a{
	display: inline-block;
	float: right;
	padding-left: 10px;
	text-align: center;
}

.navbar-nav li a, .navbar-default .navbar-nav > li > a{
	text-transform: uppercase;
	color: #fff;
	font-size: 1.5rem;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #F68121;
	background: none;
}

.navbar-default .navbar-nav .menu-home a{
	padding-left: 0px;
}

#slider{
  border-bottom: 2px solid #F5821F;	
}

#carousel{
	padding-bottom: 20px;
}

.big-slide{
	position: relative;
}

.big-slide figcaption{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.5);
}

.big-slide .description-slider{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.big-slide .description-slider h2{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.big-slide p{
	display: block;
	width: 100%;	
}

.slide-name{
	padding-bottom: 10px;
}

.zobacz{
	display: inline-block;
	background: #F68121;
	color: #fff;
	border-radius: 7px;
	padding: 7px 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.zobacz:hover{
	color: #fff;
}

.kup{
	display: inline-block;
	background: #fff;
	color: #F68121;
	border-radius: 7px;	
	padding: 7px 15px;
	font-size: 1.5rem;
	text-transform: uppercase;	
}

.thumb-slider{
	position: relative;
	cursor: pointer;
}

.thumb-slider figure{
	background: rgba(0,0,0,.5);
}

.thumb-slider figcaption{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
	color: #fff;
}

.thumb-slider figcaption h3{
	font-size: 1.4rem;	
	overflow: hidden;
	white-space: nowrap; /* Don't forget this one */
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;	
	text-transform: uppercase;
}

.mask{
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.flex-active-slide .mask{
	background: rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.home-news{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform;
	-moz-transition: opacity 0.3s, -moz-transform;
	transition: opacity 0.3s, transform;		
}

.home-news.lazyload{
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform;
	-moz-transition: opacity 0.3s, -moz-transform;
	transition: opacity 0.3s, transform;		
}

.home-news > div > h3:first-child{
	background: #E5E5E5;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 3rem;
}

.subpage .content{
	overflow: hidden;
	font-size: 1.5rem;
}

.sub-header{
	padding: 10px 20px;
	background: #E5E5E5;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.content ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 6px;	
}

.content ol{
	padding-left: 15px;	
}

.content ol li{
	list-style-type: decimal;
	margin-bottom: 6px;
}

.news, .movies{
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.offer{
	margin: 0 -15px 25px -15px;
	overflow: hidden;
}

.offer .ico{
	width: 100%;
	height: 172px;
	border: 1px solid #F68121;
	margin-bottom: 10px;
	position: relative;
}

.offer .ico a{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 0px;
}

.offer div .ico{
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

.offer div:hover .ico{
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

.offer > div:nth-child(1) .ico{
	background: #fff url(../images/dla_firm_1.png) no-repeat center;
}

.offer > div:nth-child(2) .ico{
	background: #fff url(../images/dla_szkol_1.png) no-repeat center;
}

.offer > div:nth-child(3) .ico{
	background: #fff url(../images/klienci_indywidualni_1.png) no-repeat center;	
}

.offer > div:nth-child(4) .ico{
	background: #fff url(../images/kino_cyfrowe_1.png) no-repeat center;	
}

.offer > div:nth-child(1) .ico:hover{
	background: #F68121 url(../images/dla_firm_2.png) no-repeat center;
	margin-bottom: 0px;
}

.offer > div:nth-child(2) .ico:hover{
	background: #F68121 url(../images/dla_szkol_2.png) no-repeat center;
	margin-bottom: 0px;	
}

.offer > div:nth-child(3) .ico:hover{
	background: #F68121 url(../images/klienci_indywidualni_2.png) no-repeat center;	
	margin-bottom: 0px;	
}

.offer > div:nth-child(4) .ico:hover{
	background: #F68121 url(../images/kino_cyfrowe_2.png) no-repeat center;	
	margin-bottom: 0px;	
}

.like-table{
	height: 60px;
	width: 100%;
	display: table;
	position: relative;	
}

.offer h4{
	text-align: center;
	background: #E5E5E5;
	color: #F68121;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 600;

	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: relative;
}

.catalog-items{
	margin-left: -15px;
	margin-right: -15px;
}

.catalog-items article{
	margin-bottom: 40px;
}

.catalog-items article figure, .catalog-items article h3{
	margin-bottom: 10px;
}

.catalog-items .news-content p{
	font-size: 1.4rem;
}

.catalog-items .row{
	margin-left: 0px;
	margin-right: 0px;
}

/*.offer h4 p{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}*/

.news-content h3{
/*	min-height: 60px;
	min-height: 74px;*/
	font-size: 1.9rem;
}

.three-col .news-content h3{
/*	min-height: 100px;*/
	height: 94px;
	height: 60px;
	overflow: hidden;
}

.four-col .news-content h3{
	height: 65px;
	overflow: hidden;
}

.four-col .news-content p{
	min-height: 80px;
	min-height: 122px;
}

.three-col .news-content p{
	min-height: 80px;
}

.offer .like-table a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.offer h4 .first-word{
	color: #1E191D;
	width: 100%;
	display: block;
}

.movies figure{
	float: left;
	padding-right: 15px;
	margin-bottom: 5px;
}

figure img{
/*	max-width: 100%;*/
	width: 100%;
	height: auto;
}

.movies div{
	margin-left: 115px;
}

.movies.events div{
	margin-left: 235px;
}

.see-more{
	background: #E5E5E5;
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin-top: 5px;
	padding: 3px 31px 3px 0px;
	position: relative;
/*	clear: both;*/
	font-size: 1.5rem;
}

.see-more::after{
	content: '';
	position: absolute;
	width: 18px;
	height: 100%;
	background: url(../images/strzaleczka.png) no-repeat center;	
	right: 7px;
	top: 0px;
}

.movies h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.movies p{
	font-size: 1.4rem;
	text-align: justify;
}

.zaufali{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0;
	margin-bottom: 20px;
}

.zaufali h5, .footer h5{
	text-transform: uppercase;
	font-weight: bold;
}

.footer h5{
	padding-bottom: 7px;
}

#foto{
	text-align: center;
}

#foto li{
	float: left;
	width: 23%;
	margin: 1%;
	list-style-type: none;
}

#foto li img{
	width: 100%;
	height: auto;
}

.contact-content{
	float: left;
	width: 62%;
}

.contact-form{
	float: right;
	width: 35%;
}

form{
	float: right;
	width: 100%;
	overflow: hidden;	
	position: relative;
	display: block;
	font-family: inherit;
}

form input[type="text"], form textarea, form input[type="email"]{
	border: 0px;
	padding: 10px;
	width: calc(96% - 2px);
	color: #404040;	
	font-family: inherit;
	font-size: .9em;
	border-bottom: 1px solid #fff;
	margin-bottom: 1px 0;
}

form textarea{
	min-height: 40px;
	max-height: 40px;
	padding: 10px;
	overflow: auto; 
	font-size: .9em;
	font-family: inherit;
	background: #fff;
	color: #404040; 
	border:0;
	margin-top: 10px;
}

form input[type="submit"] {
/*	background: #48648B;*/
	background: none;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: inherit;
	letter-spacing: 1px;
/*	padding: 10px 0;
	width: 100%;*/
	border:0;
	margin: 0px;
	font-size: 1em;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

form input[type="submit"]:hover{
/*	background: #1D4068;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;
*/}

input[type="text"]:focus, input[type="email"]:focus, form input[type="tel"]:focus, form textarea:focus{}

::-webkit-input-placeholder {}

:-moz-placeholder {/* Firefox 18- */}

::-moz-placeholder {/* Firefox 19+ */}

:-ms-input-placeholder {}

.main-form form{
	background: #1E191D;
	padding: 15px 0px;
	color: #fff;
	height: 145px;
}

.main-form form input[type="text"], .main-form form textarea, .main-form form input[type="email"]{
	width: 100%;
}

.komunikat{
	display: block;
	text-align: center;
	width: 100%;
	padding: 3px 0;
	color: red;
}

.cookies{
	font-size: 1rem;
	text-align: center;
	padding: 5px 0;
	opacity: .8;
}

.form-belt{
	padding: 25px 0;
}

.form-belt h3{
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 12px 15px;
}

.form-belt > div:first-child h3{
	background: #1E191D;
	color: #fff;
}

.form-belt > div:last-child h3{
	background: #F68121;
	color: #1E191D;
}

.newsletter{
	background: #F68121;
	padding: 10px 20px;
	height: 145px;
}

.newsletter p{
	color: #fff;
	font-size: 1.3rem;
	padding: 9px 0;
	text-align: justify;
}

.newsletter input[type="text"]{
	background: #fff;
}

.newsletter input[type="submit"], .newsletter input[type="submit"]:hover, .kontact input[type="submit"], form input[type="submit"]{
	display: inline-block;
	width: auto;
	padding-right: 20px;
	padding-top: 0px;
	padding-left: 0px;
	background: url(../images/strzalka_biala.png) no-repeat center right;
	padding-bottom: 0px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.4rem;
	display: block;
	margin-top: 7px;
}

footer{
	text-align: center;
	padding: 10px 0;
	font-size: 1rem;	
}

footer .ms{
	opacity: .9;
}

.menu-footermenu li{
	float: left;
	width: 33%;
}

.owl-item {
    text-align: center;
}

.owl-item span{
	display: inline-block!important;
	vertical-align: middle;
	padding: 0 10px;
	height: 120px;
	line-height: 120px;
}

.owl-item img{
	display: inline-block!important;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}

.pagin{
	text-align: center;
}

.pagin a{
	display: inline-block;
	border: 1px solid #F48221;
	padding: 5px 7px;
	color: #1E191D;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;
	font-size: 1.4rem;		
}

.pagin a:hover, .pagin a.selected{
	background: #F48221;
	color: #fff;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

/*** bootstrap ***/

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

.navbar-default{
	background: none;
	border: 0px;
}

.navbar{
	margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: none;
	color: #F68121;
}

.container{
/*	min-width: 1000px!important;*/
	width: 1170px;
}

.container-fluid {
    min-width: 1170px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: rgba(244, 130, 33, .7);
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
	background: #DCDCDC;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ 
	background: rgba(244, 130, 33, .9);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ 
	background: rgba(244, 130, 33, .9);
}

/*iframe{
	border: 0px;
	width: 100%;	
}*/

#fr iframe{
	min-height: 1300px;	
	border: 0px;
	width: 100%;	
}

.navbar-nav{
	width: 100%;
	text-align: center;
}

.navbar-nav > li{
	float: none;
	display: inline-block;
}


/*** media queries ***/
/*@media screen and (max-width: 992px) {
	.navbar-default .navbar-nav .menu-home a{
		padding-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.movies.events figure{
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	.movies.events figure img{
		width: 100%;
		height: auto;
	}
	.movies.events div{
		margin: 0px;
		width: 100%;
		padding-top: 10px;
		float: none;
	}
}*/

.ticket .kup {
/*    background: #f68121; none repeat scroll 0 0;*/
    color: #f68121;
    float: right;
    font-weight: bold;
    padding: 20px 25px;
    font-size: 1.8rem;
    text-align: center;
    border: 4px solid #E5E5E5;
    border-radius: 0px;
    height: 154px;
    width: 154px;
    margin-bottom: 15px;
   	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform; 
}

.ticket .kup .ticket-image{
	display: inline-block;
	width: 84px;
	height: 43px;
	margin-top: 20px;
	background: url(../images/ticket_orange.png) no-repeat;
}

.ticket .kup:hover{
	color: #fff;
	background: #f68121;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;
}

.ticket .kup:hover .ticket-image{
	background: url(../images/ticket_white.png) no-repeat;
}

.content-info{
/*	padding-top: 20px;*/
}

.content-info iframe{
	margin-top: 20px;
}

.no-padding-right{
	padding-right: 0px;
}

.no-padding-left{
	padding-left: 0px;
}

.no-padding{
	padding-left: 0px;
	padding-right: 0px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.short-desc{
	padding-bottom: 20px;	
}

.short-desc table{
	width: 100%;
}

.short-desc table td{
	padding: 3px 10px;
}

.short-desc table tr td:first-child{
	padding-right: 20px;
}

.short-desc table tr{
	background: #E5E5E5;	
}

.short-desc table tr:nth-child(even){
	background: #fff;
}

#files{
	font-weight: bold;
	padding-top: 25px;
}

#files ul{
	padding-left: 5px;
}

.fb{
	position: absolute;
	left: 0px;
	top: 300px;
	z-index: 9999;
}

.ribbon{
	background: url(../images/ribbon.jpg) no-repeat center;
	height: 62px;
	margin: 10px auto 30px;
}

#fancybox-wrap, #fancybox-wrap *{
	box-sizing: content-box;
}

.gallery-special #foto{
	margin: 30px 0;
	overflow: hidden;
}

.special-subpage .logos > img:first-child{
	display: none;
}

.special-subpage .home-news, .special-subpage .gallery-special{
	padding-left: 5px;
	padding-right: 5px;
}

.yt-gallery{
	margin-bottom: 20px;
	overflow: hidden;
}

.yt-gallery > div{
	float: left;
	width: calc((100% / 2) - 10px);
	margin-bottom: 20px;
}

.yt-gallery > div:nth-child(2n + 1){
	margin-right: 20px;
}

@media screen and (max-width: 992px) {
	.navbar-nav > li{
/*		float: left;
		display: block;*/
	}
	.navbar-header{
		display: none;
	}
	.navbar-collapse{
		display: block;
		border: 0px;
		box-shadow: none;
	}
}
