/**
 * Styles for the {{ THEME NAME }} theme.
 */
* { outline: medium none !important; }

a
{
	color: #d12519;
	text-decoration: none;
}

a:hover
{
	color: #248DEE;
	text-decoration: none;
}

body
{
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	background: url(imgs/tiny_grid.png) repeat top left #ffffff;
}

picture img
{
	margin: 0 auto;
	border: 1px solid #777;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(235, 235, 235, 0.5);
}

.navbar-default .navbar-nav > li
{
	background: none;
	text-align: left;
}

.navbar-default .navbar-nav > li > a
{
	color: #777;
	font-size:18px;
}

.navbar-default .navbar-nav > li > a.fa { font-family: cool, Arial, Helvetica, sans-serif; }

.navbar-default .navbar-nav > li > a.fa:before
{
	background: none repeat scroll 0 0 #ee2e24;
	color: snow;
	display: inline-block;
	font-family: FontAwesome;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	text-align: center;
	width: 30px;
}
.navbar-default .navbar-nav > li > a.fa-star:before {color: #FF0;}
.navbar .navbar-nav
{
	display: inline-block;
	float: none;
	vertical-align: top;
}

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

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

.navbar-default .navbar-nav > .active > a.fa:before, .navbar-default .navbar-nav > .active-trail > a.fa:before { background-color: #248dee; }

#mojeekino a::before {
    content: " ";
    white-space: pre;
    background: url(imgs/mojeekino30.png) 0 0 no-repeat #ee2e24;
    outline: 1px solid darksalmon;
}

.view-id-repertuar .col-xs-2, .view-id-repertuar .col-xs-1 { padding: 0; }



/* Blok repertuaru */
.bl-rep { color: #333; }

.bl-rep .row > div
{
	border-bottom: 1px dotted #333;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

.bl-rep .msi-link div a
{
	display: block;
	/*font-family: FontAwesome;
	font-size: 2.4rem;*/
	font-family: "Source Sans Pro",​Arial,​Helvetica,​sans-serif;
	font-size: 1.1rem;
	text-align: center;
	color:#ccc;
	text-decoration:none;
	padding: 5px 0;
}
/*
.bl-rep .msi-link div a:after
{
	color: #777;
	content: "Kup bilet";
	display: block;
	font-size: 1rem;
}
*/

/*.bl-rep .msi-link div a:hover::after
{
	display: none;
	visibility: hidden;
}*/

.bl-rep .msi-link div a:hover
{
	text-decoration:none;
	color: #d12519 !important;
	/* transform:rotate(45deg) scale(1.2, 1.2); */
	/* -webkit-transform:rotate(45deg) scale(1.2, 1.2);*/
	transition: all 0.4s;
	-webkit-transition: all 0.4s linear;
}

.bl-rep .hour
{
	font-size: 24px;
	text-align: right;
}

.bl-rep .table tr td { vertical-align: middle; }

.bl-rep .table tr td.title a
{
	font-size: 18px;
	text-decoration:none;
	color:inherit;
}

.bl-rep .length
{
	text-align: right;
	pdding: 0;
	font-size: 12px;
}

/*Blok wiadomości*/
.bl-news .date, .news .date
{
	font-size: 20px;
	text-align: center;
	color: #D12519;
	text-transform: uppercase;
	line-height: 25px;
}

.bl-news .date .day, .news .date .day
{
	font-weight: bold;
	font-size: 30px;
}

.bl-news .post h3
{
	font-size: 14px;
	margin: 5px 0 10px;
	font-weight: bold;
}

.bl-news .post h3 a { color: inherit; }

.bl-news .post > a
{
	color: #D12519;
	width: 100%;
	text-align: right;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px 0;
}
/*
.poster { position: relative; }

.poster img, .view-mode-small_teaser img
{
	border: 4px double darkgrey;
	margin: 0 auto;
}
*/
.poster {
  width: auto;
  height: auto;

  background: #ddd;
  position: relative;
  overflow: hidden;
  margin: 6px;
  /* margin: 10px;  wylaczenie 0602020*/
  /* float: left; wylaczenie 0602020*/
}
.rep-poster
{
  position: relative;
  overflow: hidden;
}
.poster img, .view-mode-small_teaser img
{
  border: 4px double darkgrey;
  margin: 0 auto;
}
.rep-poster[data-ribbon]::before, .poster[data-ribbon]::before {
  content: attr(data-ribbon);
  position: absolute;
  background-color: orange;
  transform: rotate(-45deg);
  line-height: 32px;
  padding: 0 10px;
  bottom: 10%;
  left: 25%;
  width: 100%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  z-index: 1000;
  font-size: 12px;
}
.special_poster_orange[data-ribbon]::before {
  background-color: orange !important;
}
.special_poster_red[data-ribbon]::before {
  background-color: #ee2e24 !important;
}
.special_poster_gold[data-ribbon]::before {
  background-color: goldenrod;
}

.special_poster_blue[data-ribbon]::before {
  background-color: #2F5BB7;
}

.special_poster_green[data-ribbon]::before {
  background-color: #00C000;
}
/* Blok frontpage movies */
.bl-fp-mov .title
{
	font-size: 16px;
	margin: 5px 0 0;
}

.bl-fp-mov .title a, .bl-fp-mov .view-mov-promo-eva a
{
	padding: 0 6px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.bl-fp-mov .view-mov-promo-eva a:before
{
	content: "\f135";
	font-size: 0.9em;
	vertical-align: middle;
	padding-right: 4px;
	color: #248DEE;
	font-family: fontawesome;
}

.bl-fp-mov .title a:hover, .bl-fp-mov .view-mov-promo-eva a:hover { color: #D12519; }

.bl-fp-mov { }

.bl-fp-mov .row > div { padding-bottom: 30px; }

/*.bl-fp-mov .view &#;*/
.promotions { position: absolute; }

.promotions div
{
	background: none repeat scroll 0 0 deepskyblue;
	border: 1px solid snow;
	color: snow;
	font-size: 90%;
	font-weight: bold;
	left: 0;
	padding: 1% 3%;
	width:auto;
	text-transform: uppercase;
	top: 4%;
}

.promotions div /* Slider strony głównej */
.carousel img
{
	margin: 0 auto;
	border: 1px solid #888;
}

.carousel-indicators
{
	bottom: 0;
	position: relative;
}

.carousel-indicators li
{
	border: 1px solid #000;
	border-radius: 0;
}

.carousel-indicators .active { background-color: #D12519; }

.carousel-control.right, .carousel-control.left { background-image: none; }

header .logo_container
{
	  border-bottom: 1px solid silver;
    margin-bottom: 15px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

footer .logo_container { text-align:center; }

.modal {
	backgroud-color: #000;
	backgroud-color: rgba(0, 0, 0, 0.8);
}

.modal-header
{
	border-bottom: medium none;
	min-height: 20px;
	padding: 8px 16px;
}
#newsletter-signup .modal-footer
{
	min-height: 56px;
	background:url(imgs/lunanews.png) no-repeat 15px center transparent;
}
.navbar
{
	border: none;
	margin-bottom: 30px;
	min-height: 50px;
	position: relative;
}

.navbar-default { background-color: transparent; }

.navbar.container { margin-top: 0; }

.page-header, .block > h2
{
	border-bottom: 1px solid #333;
	color: #d12519;
	font-family: Cool, Arial, Helvetica, sans-serif;
	font-size: 30px;
	/*margin-bottom: 15px; zmiana 29.06.2020*/
	margin: 20px auto 15px;
	padding: 0 0 3px 10px;
	text-transform: lowercase;
}
.page-header:before, .block > h2:before { content: "."; }
.node-type-film .page-header, .node-type-wydarzenie .page-header {text-transform:none;}

.node-type-film .page-header:before, .node-type-wydarzenie .page-header:before { content: ""; }

/* Strona filmu */
.node-film .description, .node-wydarzenie .description
{
	text-align:justify;
	padding: 0 0 15px;
}
.node-type-wydarzenie .field-name-title {
    min-height: 60px;
}
.node-film .org-title { margin: -10px 0 15px; }

.node-film .org-title h2
{
	color: #666;
	display: inline-block;
	font-size: 19px;
	font-style: italic;
	margin: 0;
	padding: 0 4px;
}

.node-film .org-title > div
{
	font-weight:bold;
	display:inline-block;
	color: inherit;
}

.node-film .row .label-inline
{
	font-weight: bold;
	text-align: right;
	padding: 0;
}

.node-film aside > div { border-bottom: 4px double #333; }

.node-film .poster { border-bottom: none; }

.node-film .poster > a
{
   background: none repeat scroll 0 0 black;
    border: 5px solid #d12519;
    border-radius: 41px;
	    box-shadow: 0 0 3px #d12519;
    bottom: 0;
    color: white;
    display: none;
    font-size: 33px;
    height: 54px;
    left: 0;
    line-height: 41px;
    margin: auto;
    opacity: 0.75;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 3px;
    text-shadow: 0 0 4px white;
    top: 0;
    width: 54px;
}

.node-film .poster:hover > a { display: block;  }

.node-film .poster > a:hover
{
	opacity: 1;
	text-decoration: none !important;
  z-index: 2000;
}
@media (max-width: 1000px)
{
	.node-film .poster > a { display: block;  }
}
.node-film .poster .premiera
{
	background: none repeat scroll 0 0 #d12519;
    border-bottom: 1px solid snow;
    border-right: 1px solid snow;
    border-top: 1px solid snow;
    color: snow;
    font-size: 19px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    margin: -32px auto 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 96.8%;
	max-width: 288px;
}


.node-film .poster .zapowiedz
{
    background: none repeat scroll 0 0 #000;
    border-bottom: 1px solid snow;
    border-right: 1px solid snow;
    border-top: 1px solid snow;
    color: snow;
    font-size: 19px;
    font-weight: bold;
    height: 30px;
    left: 1px;
    line-height: 26px;
    margin: -32px auto 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 96.8%;
}
.node-wydarzenie header
{
	background-color: rgba(250, 250, 255, 0.44);
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.node-wydarzenie header .field-label
{
	    min-width: 135px;
    padding-bottom: 5px;
}
.node-wydarzenie header .field-items{  min-width: 200px;}
.rep-in-film .col-md-4, .rep-in-film .col-lg-4
{
	background: none repeat scroll 0 0 snow;
	margin: 0 1.666% 3%;
	padding: 0;
	width: 30%;
	max-width: 89px;
}

.rep-in-film .new-line-xs, .rep-in-film .new-line-sm, .rep-in-film .new-line-md, .rep-in-film .new-line-lg { clear: none !important; }

.rep-in-film .row > div { position: relative; }

.rep-in-film .dzien
{
	background: none repeat scroll 0 0 darkgray;
	border: 1px solid #777;
	color: snow;
	font-size: 0.571em;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
}

.rep-in-film .godzina
{
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	color: #333;
	font-size: 1.2857em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
@media(max-width:767px) {

.rep-in-film .row > div { font-size: 14px; }
}
@media(min-width:768px) {

.rep-in-film .row > div { font-size: 14px; }
}
@media(min-width:992px) {

.rep-in-film .row > div { font-size: 18px; }
}
@media(min-width:1200px) {

.rep-in-film .row > div { font-size: 20px; }
}

.rep-in-film .data
{
	border: 1px solid #777;
	font-size: 0.714em;
	text-align: center;
}

.rep-in-film .buy-ticket
{
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	text-align: center;
}

.buy-ticket.show
{
	background-color:snow;
	border: 1px solid #ccc;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 2px;
}

.buy-ticket.show a
{
	background-color: #d12519;
    color: snow;
    display: block;
    font-size: 0.7em;
    height: 40%;
    line-height: 2.3;
    margin-top: 6%;
    padding-top: 0;
    text-align: center;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: uppercase;
    width: 100%;
}
.buy-ticket.show a:hover
{
	background-color: brown;
}

.redlabel
{
	border-bottom: 1px solid #333;
	color: #d12519;
	font-family: Cool,Arial,Helvetica,sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	text-transform: lowercase;
	font-weight: bold;
  /*zmiany dodane 062020*/
  display: inline-block;
  width: 100%;
  /*-------------------*/

}

.redlabel:before
{
	content: ".";
	padding-right: 3px;
}

.gal-eva .wrapper-parent > div { padding: 0 5px 10px; }

.gal-eva .wrapper-parent > div img
{
	border: 1px solid #777;
	margin: 0 auto;
}

.gal-eva .multi a:after { content: "Kliknij by zobaczyć więcej"; }

.about-links .link
{
	text-align: center;
	padding-bottom: 20px;
}

.about-links .link a
{
	background: none repeat scroll 0 0 snow;
	border: 1px solid #ccc;
	border-radius: 12px;
	color: #333;
	display: inline-block;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.about-links .link > a[href^="http://stopklatka.pl"], .link > a[href^="http://www.stopklatka.pl"], .link > a[href^="https://www.stopklatka.pl"], .link > a[href^="https://stopklatka.pl"]
{
	background:url(imgs/stopklatka.png) no-repeat top left transparent;
	width: 190px;
	height: 37px;
	text-indent: -10000px;
	padding: 0;
	border: none;
	border-radius: 0px;
}

.about-links .link > a[href^="http://imdb.org"], .link > a[href^="http://www.imdb.org"], .link > a[href^="https://www.imdb.org"], .link > a[href^="https://imdb.org"], .about-links .link > a[href^="http://imdb.com"], .link > a[href^="http://www.imdb.com"], .link > a[href^="https://www.imdb.com"], .link > a[href^="https://imdb.com"]
{
	background:url(imgs/imdb.png) no-repeat top left transparent;
	width: 78px;
	height: 37px;
	text-indent: -10000px;
	padding: 0;
	border: none;
	border-radius: 0px;
}

.about-links .link > a[href^="http://filmweb.pl"], .link > a[href^="http://www.filmweb.pl"], .link > a[href^="https://www.filmweb.pl"], .link > a[href^="https://filmweb.pl"]
{
	background:url(imgs/filmweb.png) no-repeat top left transparent;
	width: 148px;
	height: 37px;
	text-indent: -10000px;
	padding: 0;
	border: none;
	border-radius: 0px;
}

.about-links .link > a[href^="http://film.interia.pl"], .link > a[href^="http://www.film.interia.pl"], .link > a[href^="https:/www.film.interia.pl"], .link > a[href^="https://film.interia.pl"], .link > a[href^="http://interia.pl"], .link > a[href^="http://www.interia.pl"]
{
	background:url(imgs/interia.png) no-repeat top left transparent;
	width: 153px;
	height: 37px;
	text-indent: -10000px;
	padding: 0;
	border: none;
	border-radius: 0px;
}

div.link:last-child
{
	margin: 0;
	padding-bottom: 10px;
}

.service-links
{
	background-color: rgba(0, 0, 0, 0.01);
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	line-height: 20px;
	margin-bottom: 6px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

.service-links a
{
   color: #333;
    display: inline-block;
    padding: 0 15px;
}

.service-links a img
{
	display: inline;
	vertical-align: middle;
}

.pg-mov-li .title { margin: 0; }

.pg-mov-li .title a
{
	color: #333;
	font-size: 2rem;
	font-weight: bold;
}

.pg-mov-li .title a:hover
{
	color: #d12519;
	text-decoration: none;
}

.pg-mov-li .org-title { margin: 0; }

.pg-mov-li .ls-mid { font-size: 1.2rem; }

.pg-mov-li .ls-right { font-size: 1.4rem; }

.pg-mov-li .inline-label { display: inline-block; }

.pg-mov-li .ls-mid .row > div { padding-right: 0; }

.pg-mov-li .ls-mid .row > div > div { display: inline; }

.pg-mov-li .ls-right { text-align: justify; }

.pg-mov-li .ls-top { padding: 0 15px 8px; }

.pg-mov-li .ls-top > * { padding: 0; }

.pg-mov-li .ls-top > *:last-child
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
}

.pg-mov-li div.film /* ,.pg-news .news */
{
	background-color: rgba(0, 0, 0, 0.01);
	margin-bottom: 30px;
	outline: 1px solid rgba(0, 0, 0, 0.1) !important;
	padding: 15px 0;
}

.pg-news .news { margin-bottom: 30px; }

.pg-mov-li .read-more
{
	padding-top: 10px;
	padding-bottom: 0px;
}


.pg-mov-li .trailer-btm
{

	padding-top: 5px;
	padding-bottom: 10px;
}

.col-xs-12.trailer-btm > a:before {
 	color: #333;
	content: "\f008";
	font-family: fontawesome;
	padding-right: 5px;
	font-size:11px;
}



.col-xs-12.read-more > a:before
{
	color: #333;
	content: "";
	font-family: fontawesome;
	padding-right: 5px;
}

.pg-mov-li .godziny .grid-item {    text-align: center;}

.pg-mov-li .godziny .grid-item span { font-size: 2.4rem; }

.past
{
	text-decoration:line-through;
	color: #CCC;
}

ul.nav-days { margin-bottom: 20px; }

.nav-days > li > a
{
	background-color: white;
	color: #000;
}

.nav-days > li.active > a, .nav-days > li.active > a:hover, .nav-days > li.active > a:focus
{
	color: #d12519;
}


.nav-days > li
{
	width: 70px;
	height: auto;
	margin-bottom: 10px;
}

.nav-days > li:first-child { margin-left: 10px; }

.nav-days > li + li { margin-left: 10px; }

.nav-days > li > a
{
	display: block;
	padding: 0;
	position: relative;
}

.nav-days .dzien
{
	background: none repeat scroll 0 0 darkgray;
	border: 1px solid #777;
	color: snow;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
}

.nav-days .data
{
	background: none repeat scroll 0 0 white;
	border: 1px solid #777;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	height: 100%;
	padding: 9px;
	text-align: center;
}

.view-footer
{
	background: none repeat scroll 0 0 #333;
	border-bottom: 5px double #fafafa;
	height: 40px;
	line-height: 33px;
	text-align: center;
}

.view-footer , .view-footer a
{
	color: #eee;
	text-transform: uppercase;
}

.view-footer a:hover { color: #EE2E24; }

.footer
{
	border-top: 4px double #e5e5e5;
	margin-top: 45px;
	padding-bottom: 0;
	padding-top: 35px;
}

footer.fluid-container { background-color: #171717; }

.inner-footer section
{
	color: #ddd;
	padding-bottom: 36px;
}

.inner-footer section h2
{
	border: medium none;
	color: orange;
	font-family: source sans pro, arial, helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 15px;
	text-transform: uppercase;
}

.inner-footer section h2:before { content:normal; }

.footerlogo { padding: 0 30px; }

.footerlogo img
{
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 120px;
}

.footerlogo p
{
	margin: 0;
	padding: 45px 0 40px;
}

.footer .nav > li
{
	display: list-item;
	list-style: square inside none;
}

.footer .nav > li > a
{
	display: inline-block;
	color: inherit;
	padding: 0 0 4px;
	position: relative;
}

.footer .nav > li > a:hover, .footer .nav > li > a:focus { background: none; }

.pg-news .pager
{
	list-style: none outside none;
	margin: 20px 0;
	padding-left: 15px;
	text-align: center;
}

.pg-news .more-link
{
	display: block;
	padding-top: 20px;
	text-align: right;
}

.pg-news .teaser { text-align: justify; }

.padding-15 { padding: 0 15px; }

.news .col-lg-1 { padding-right: 0; }

.news > section.view-mode-small_teaser
{
	padding: 15px;
	background-color: #fefeff;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.news > section.view-mode-small_teaser.node-promoted { border: 3px double silver; }

.news article > h4 > a
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.news article > h4 > a:hover { text-decoration: none; }

.gal-eva-news .row-fluid { padding-bottom: 30px; }

.gal-eva-news .row-fluid img { border:1px solid #999; }

.map-overlay
{
	background:transparent;
	position:relative;
	width:100%;
	height:480px; /* your iframe height */
	top:480px;  /* your iframe height */
	margin-top:-480px;  /* your iframe height */
}

.block.partnerzy .row > div
{
	display: inline-block;
	float: none;
	vertical-align: middle;
	padding: 0 3% 25px;
}
.block.partnerzy .new-line-xs , .block.partnerzy .new-line-sm , .block.partnerzy .new-line-md , .block.partnerzy .new-line-lg
{
	margin-bottom: 15px;
}
.block.partnerzy .row a
{
margin: 0 auto;
}
.supertop { padding: 10px 0 0px; }

.supertop span
{
	color: #777;
	font-size: 12px;
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.supertop a{color: inherit; text-decoration: none;}
.supertop a:hover{color: #248dee; text-decoration: none;}
.supertop span:before { padding-right: 5px; font-family: FontAwesome;}
.supertop .fa-facebook-square:before {color: #425f9c;}

.block.rezerwacja, .block.nlsignin
{
	background: none repeat scroll 0 0 rgba(235, 235, 235, 0.2);
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 2% 5%;
}
.block {margin: 0 0 26px 0;}
.block.rezerwacja a, .block.nlsignin a { text-decoration: none; }

#lunaslider
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1140px;
	height: 506px;
	background: #191919;
	overflow: hidden;
	border: 8px solid snow;
	box-shadow: 0 0 5px #666;
}

div[u~="loading"]
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#loadbl
{
	filter: alpha(opacity=70);
	opacity:0.7;
	position: absolute;
	display: block;
	background-color: #000000;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}

#loadimg
{
	position: absolute;
	display: block;
	background: url("imgs/jssor/loading.gif") no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}

div[u~="slides"]
{
	cursor: move;
	position: absolute;
	right: 240px;
	top: 0px;
	width: 900px;
	height: 506px;
	overflow: hidden;
}

.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url("imgs/jssor/a17.png") no-repeat;
	overflow:hidden;
}

.jssora05l, .jssora05ldn
{
	background-position: -10px -40px;
	width: 40px;
	height: 40px;
	top: 158px;
	left: 8px
}

.jssora05r, .jssora05rdn
{
	background-position: -70px -40px;
	width: 40px;
	height: 40px;
	top: 158px;
	right: 248px;
}

.jssora05l:hover { background-position: -130px -40px; }

.jssora05r:hover { background-position: -190px -40px; }

.jssora05ldn { background-position: -250px -40px; }

.jssora05rdn { background-position: -310px -40px; }

.jssort02
{
	position: absolute;
	width: 240px;
	height: 506px;
	right:0px;
	bottom: 0px;
}

.jssort02 .w
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort02 .c
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 304px;
	border: #000 2px solid;
}



.jssort02 .p:hover .c, .jssort02 .pav:hover .c, .jssort02 .pav .c
{
/*	background: url("imgs/jssor/t01.png") center center no-repeat rgba(0,0,0,0.1);*/
	border-width: 0px;
	top: 2px;
	left: 2px;
	width: 210px;
	height: 304px;
}

.jssort02 .p:hover .c, .jssort02 .pav:hover .c
{
	top: 0px;
	left: 0px;
	width: 210px;
	height: 304px;
	border: #fff 1px solid;
}
.jssort02 .p
{
	position: absolute;
	width: 210px;
	height: 304px;
	top: 0;
	left: 0;
}
.jssort02 thumbnailtemplate
{
	width: 100%;
	height: 100%;
	border: none;
	position:absolute;
	top: 0;
	left: 0;
}

.jssort02 div[u~="slides"]
{
	cursor: move;
	left: 7px !important;
}

#lunaslider>div>div
{
position: relative; top: 0px; left: 0px; width: 1140px; height: 506px;
}

#lunaslider .slide-caption
{
	position: absolute;
	top: 414px;
	left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    height: 76px;
    padding: 10px;
    position: absolute;
    width: 900px;
}
#lunaslider .slide-caption a
{
	 color: snow;
    font-size: 18px;
}
#lunaslider .slide-caption a:hover
{
	color: #248DEE;
	text-decoration: none;
}
#lunaslider .promotxt
{
	color:white;
}
#block-views-jssor-fp-slider-bl-jssor-slider { margin: 10px 0 20px; }
#block-views-mov-li-mov-bl-curr ul
{
list-style: square inside none;
padding: 0 0px 0 5px;
}

#block-views-mov-li-mov-bl-curr li a
{
	color: #333;
	font-size: 16px;

}
#block-views-mov-li-mov-bl-curr li a:hover
{
color: #248DEE;

}

.cennik-blok {
    background-color: rgba(255,255,255,0);
}
.cennik-blok strong
{
	font-size: 19px;
}
.cennik-blok h6 {
    font-size: 19px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.cennik-blok hr {
    margin: 0;
    padding: 0;
    display: block;
    height: 1px ;
    border: 0;
    border-top: 1px dotted #ccc;
    margin: 1em 0;
}
.cennik-tabela caption {
    font-size: 1rem;
	padding-bottom: 5px;
}
.cennik-tabela td {
    background-color: rgba(255,255,255,0.50);
    border: 1px dotted #ccc;
    font-size: 1.6rem;
    height: 50px;
    vertical-align: middle !important;
}
.cennik-tabela .small
{
	font-size:12px;
}
.cennik-tabela td[rowspan] {
    font-size: 2.2rem;
    text-align: center;
}
.cennik-uwagi {
    font-size: 11px;
}
.cennik-blok .container-fluid {
margin-bottom: 20px;
}
#block-views-zapowiedzi-bl-incomming .views-field-field-mov-luna-premiere
{
	width: 100px;
	text-align: center;
}
.form-group.nl-zgoda label
{
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	width: 100%;

}
.made-by-coldcity
{
	text-align: right;
	color:#ddd;
	margin-bottom: 15px;
}
.made-by-coldcity a{color: #248dee;}
.made-by-coldcity a:hover{color: #d12519;}

.maintenance-page #page
{
	padding: 87px;
}

.fb-wrap {
  width:50%;
  margin: 0 auto;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }

.navbar-default .navbar-nav > li > a.agff::before {
    background: url("imgs/ag.jpg") no-repeat scroll 0 0 transparent;
    content: "\90 ";
}

/* Wiecej linkow w menu 17.11.15 */
#navbar .navbar-collapse {padding-left: 0; padding-right: 0;}
#navbar .nav > li > a {padding: 15px 15px 15px 0;}

/*Dni w bloku repertuaru*/
#block-views-repertuar-rep-bl caption {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize;
}


.luna-edukacja .panel-col-first {
	float: none;
	width: 100%;
}

.luna-edukacja .panel-col-last {
	display: none;
}

.luna-edukacja .luna-attachments {
	list-style: none;
	padding-left: 0;
}

.luna-edukacja .luna-info {
	border: 1px solid #555;
	padding: 2rem;
	margin-top: 3rem;
}

.luna-about-list {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 2rem;
}

.region-sidebar-first .block:first-child h2.block-title, .region-sidebar-second .block:first-child h2.block-title {
  margin-top: 20px;
}