@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900&subset=latin,latin-ext);

body, html{
	height: 100%;
}

body {
	position: relative;
	background-color: #fafafa;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px/22px 'Roboto', sans-serif;
}

video {
	height: 100% !important;
	width: 100%  !important;
}

#nav {
    top: 0;
	width: 100%;
	clear: both;
	/*z-index: 1040;
    position: fixed;*/
	padding: 15px 0;
	background-color: #2e416a;
	border-bottom: none;
}

.navbar-default .navbar-brand {
	color: #FFF;
	font-size: 24px;
	font-weight: 900;
}

.navbar-default .navbar-brand:hover {
	color: #1ccdca;
}

.searach {
	width: 70%;
	float: left;
}

.menu-right {
    margin: 0;
	padding: 0;
	float: left;
	list-style: outside none none;;
}

.menu-right li {
	float: left;
	display: block;
    position: relative;
	padding: 15px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form  {
	border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #1ccdca;
}

.dropdown-menu { 
	border: none;
}

.dropdown-menu > li > a {
	padding: 8px 10px;	
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #222;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #1ccdca;
}
}

.navi ul {
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
	border: 1px solid #d6e1e5;
	list-style-type: none;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#008fe2),color-stop(100%,#00b29c));background:-webkit-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-o-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-ms-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:linear-gradient(154deg,#008fe2 0,#00b29c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1);
}

.navi ul li {
	color: #FFF;
	padding: 5px 2px;
	width: 33%;
	display: table-cell;
	text-align: center;
}

.navi ul li {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.navi ul li a {
	color: #fff;
}

.navi ul li a:hover {
	color: #222;
}

.page-header {
    margin: 0 0 20px;
}

.panel {
	font-size: 16px;
    line-height: 1.72222;
	box-shadow: none;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#008fe2),color-stop(100%,#00b29c));background:-webkit-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-o-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-ms-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:linear-gradient(154deg,#008fe2 0,#00b29c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1)
}

.panel-default {
	border: none;
}

.panel-default > .panel-heading {
    color: #fff;
	border: none;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.1);
}

.panel-body { 
	padding: 0;
}

.list-group-item:first-child {
	-webkit-border-radius: 0 0;
	border-radius: 0 0;
}

.list-group-item {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: transparent;
}

a.list-group-item, button.list-group-item {
	color: #FFF;
}

#content {
	padding-top: 96px;
}

.divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
	background: #d6e1e5;
}

.divider2 {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
	background: rgba(0, 0, 0, 0.1);
}

/* kafelki kategorie */

.navv ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	font-size: 0.9em;
	font-weight: 500;
	
}

.navv li span {
	display: block;
}

.navv a {
	display: block;
	color: rgba(249, 249, 249, .9);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}

.navv i {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navv .font span {
	border:3px solid #fff;
	padding: 0 9px 0 5px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	line-height:1em;
}


.navv li:nth-child(10n+1) {
	background: #e91e63;
}

.navv li:nth-child(10n+2) {
	background: #9c27b0;
}

.navv li:nth-child(10n+3) {
	background: #673ab7;
}

.navv li:nth-child(10n+4) {
	background: #3f51b5;
}

.navv li:nth-child(10n+5) {
	background: #1976D2;
}

.navv li:nth-child(10n+6) {
	background: #009688;
}

.navv li:nth-child(10n+7) {
	background: #4caf50;
}

.navv li:nth-child(10n+8) {
	background: #8bc34a;
}

.navv li:nth-child(10n+9) {
	background: #ffc107;
}

.navv li:nth-child(10n+10) {
	background: #FF9800;
}


@media (min-width: 50em) {
	.navv li {
		float: left;
		display: inline;
		width: 10%;
		text-align: center;
		-webkit-transition: border .5s;
		-moz-transition: border .5s;
		-o-transition: border .5s;
		-ms-transition: border .5s;
		transition: border .5s;
	}

	.navv a {
		display: block;
		width: auto;
	}

	.no-touch .navv li a:hover,
	.no-touch .navv li a:active,
	.no-touch .navv li a:focus {
		border-bottom: 4px solid rgba(0, 0, 0, 0.2);
	}

	.icon {
		padding-top: 1.3em;
	}

	.icon + span {
		margin-top: 1.3em;
	}
	
	.icon + .span {
		margin-top: 1em;
	}

	.navv a {
		height: 7em;
	}

	.navv i {
		position: relative;
		display: inline-block;
		margin: 0 auto;
		border-radius: 50%;
		font-size: 1.8em;
		box-shadow: 0 0 0 60px transparent;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .6s ease-in-out;
		-moz-transition: box-shadow .6s ease-in-out;
		-o-transition: box-shadow .6s ease-in-out;
		-ms-transition: box-shadow .6s ease-in-out;
		transition: box-shadow .6s ease-in-out;
	}	

	.no-touch .navv a:hover i,
	.no-touch .navv a:active i,
	.no-touch .navv a:focus i {		
		box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		-ms-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
	}
}

@media (min-width: 50em) and (max-width: 61.250em) {
	.navv ul {
		font-size: 0.9em;
		line-height: 1.3em;
	}

	.icon {
		padding-top: 1.1em;
	}

	.icon + span {
		margin-top: 1.3em;
	}
	
	.icon + .span {
		margin-top: 1em;
	}
}

@media (max-width: 49.938em) {		
	.no-touch .navv ul li a:hover,
	.no-touch .navv ul li a:active,
	.no-touch .navv ul li a:focus {
		background: rgba(255, 255, 255, 0.2);
	}
	
	.navv ul li {
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		-ms-transition: background 0.5s;
		transition: background 0.5s;
	}	
	.navv i {
		position: relative;
		display: inline-block;
		margin: 0 auto;
		border-radius: 50%;
		font-size: 1.3em;
		box-shadow: 0 0 0 30px transparent;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .6s ease-in-out;
		-moz-transition: box-shadow .6s ease-in-out;
		-o-transition: box-shadow .6s ease-in-out;
		-ms-transition: box-shadow .6s ease-in-out;
		transition: box-shadow .6s ease-in-out;
	}	

	.no-touch .navv a:hover i,
	.no-touch .navv a:active i,
	.no-touch .navv a:focus i {		
		box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		-ms-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
	}
	
}

@media (min-width:32.5em) and (max-width: 49.938em) {
	.navv li {
		display: block;
		float: left;
		width: 50%;
	}
	
	.navv a {
		padding: 0.8em;		
	}

	.navv li span, 
	.navv li span.icon {
		display: inline-block;
	}

	.navv li span.icon {
		width: 20%;
	}

	.navv li .icon + span {
		font-size: 0.9em;
	}

	.icon + span {
		position: relative;
		top: -0.2em;
	}

	.navv li i {
		display: inline-block;
		border: 4px solid transparent;
		border-radius: 50%;
		font-size: 1.5em;
		-webkit-transition: border .5s;
		-moz-transition: border .5s;
		-o-transition: border .5s;
		-ms-transition: border .5s;
		transition: border .5s;
	}

	.no-touch .navv li:hover i,
	.no-touch .navv li:active i,
	.no-touch .navv li:focus i {
		border: 4px solid rgba(255,255,255,0.1);
	}
	
}

@media (min-width: 32.5em) and (max-width: 38.688em) {
	.navv li span.icon {
		width: 50%;
	}

	.navv li .icon + span {
		font-size: 0.9em;
	}
}

@media (max-width: 32.438em) {

	.navv li span {
		display: inline-block;
		height: 100%;
	}

	.navv a {
		padding: 0.5em;		
	}
	
	.icon + span {
		margin-left: 1em;
		font-size: 0.8em;
	}
	
	.navv li {
		border-left: 8px solid rgba(0, 0, 0, 0.2);
	}

	.touch .navv a {
		padding: 0.8em;
	}
}


#page-title > h2, #page-title > p, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

#page-title {
    padding: 0;
}

#page-title p {
	margin: 10px 0;
}


#page-title img {
    padding-right: 5px;
}

.nazwa {
	margin-top: 10px;
	line-height: 45px;
}


.slider {
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

@media (max-width: 992px) {
	.slider {
		margin-bottom: 30px;
	}
}

.slider a.tytul {
	color: #FFF;
}

.item {
	position: relative;
}

@media (max-width: 660px) {
	div.item  img {
		width: 330px;
		height: 186px;
	}
}

@media (min-width: 768px) {
	div.item  img {
		width: 720px;
		height: 360px;
	}
}

@media (min-width: 992px) {
	div.item  img {
		width: 455px;
		height: 315px;
	}
}

@media (min-width: 1199px) {
	div.item  img {
		width: 555px;
		height: 312px;
	}
}

div.item  img {
	filter: contrast(1.3);
	-webkit-filter: contrast(1.3);
	-moz-filter: contrast(1.3);
	-o-filter: contrast(1.3);
	-ms-filter: contrast(1.3);
}

.item > div {
	z-index: 100;
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 30px 10px 0 10px;
	color: #FFF;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 65%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(65%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );

}


.item > div a {
	color: #1ccdca;
}

.mapa {
	min-height: 300px;
}

@media (max-width: 768px) {
	.mapa, .kanaly {
		margin-top: 30px;
	}
}

.film {
	margin-bottom: 30px;
}

.foto {
	position: relative;
}

.foto a.tytul {
	color: #FFF;
}

.foto img {
	filter: contrast(1.3);
	-webkit-filter: contrast(1.3);
	-moz-filter: contrast(1.3);
	-o-filter: contrast(1.3);
	-ms-filter: contrast(1.3);
}


@media (min-width: 768px) {
	.foto img {
		height: 190px;
		width: 345px;
	}
}

@media (min-width: 992px) {
	.foto img {
		height: 182px;
		width: 335px;
	}
}

@media (min-width: 1199px) {
	.foto img {
		height: 144px;
		width: 270px;
	}
}

.foto a > .over {
	z-index: 100;
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 30px 10px 0 10px;
	color: #FFF;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 65%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(65%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.foto > .kat {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 101;
	color: #FFF;
	padding: 5px;
	opacity: 0.7;
	font-size: 16px;
}

.film .meta { 
	color:  #525252;
	border-left: 1px solid #d6e1e5;
	border-right: 1px solid #d6e1e5;
	background-color: #FFF;
	padding: 10px;
}

.film .meta a {
	color: #1ccdca;
}

.film .meta p {
	font-size: 13px;
	margin-bottom: 0;
}

.film ul {
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
	border: 1px solid #d6e1e5;
	list-style-type: none;
	font-size: 11px;
}

.film ul li {
	padding: 10px 2px;
	width: 33.333%;
	display: table-cell;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
}

.film ul li:nth-child(2) {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

footer {
	color: #e1f5fe;
	font-weight:300;
	background-color: #2e416a;
	border-top: 5px solid #202e4a;
}

footer a {
	color: #fafafa;
}

footer a:hover {
	color: #CCC;
}

footer .copy {
	font-size:12px;
}

/* info box */

.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 8px;
  top: 13px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 6px solid #3F51B5;
  font-size: 12px;
  position: relative;
  margin-bottom: 50px;
  width: 200px;
}
.infobox-wrapper .infobox-inner2 {
  max-width: 200px;
}
.infobox-wrapper .infobox-inner:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 95px;
  content: "";
  bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image {
  width: 200px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}

.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 14px;
  font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
  color: #1ccdca;
}
.infobox-wrapper .infobox-inner .infobox-description {
  padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #1396e2;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

.marker-hover {
  opacity: .5;
}


.kategorie {
	background: #FFF;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;	
}

.kategorie .panel-heading {
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	background: #FFF;
	border: 1px solid #d6e1e5;
	padding: 0;
}

.kategorie .panel-heading h2 {
	color: #222;
	font-weight: 300;
}

.kategorie .panel-heading h2 a {
	display: block;
	padding: 10px 15px;
}

.kategorie ol li {
	border-bottom: 1px solid #d6e1e5;
	padding: 10px 0;
}

.kategorie ol li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}

.kategorie ol li ul li {
	display: table-cell;
	border: none;
	width: 50%;
	padding: 0 10px;
}

.kanal {
	padding: 20px 10px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #d6e1e5;
}

.metryczka {
	padding: 0;
	margin: 0;
	list-style: none;
}

.metryczka li {
	padding: 5px 0;
	border-bottom: 1px solid #d6e1e5;
}

ul.metryczka li:last-child {
	border-bottom: none;
}

.social {
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
	list-style-type: none;
}

.social li {
	padding: 0 2px;
	width: 50%;
	display: table-cell;
	text-align: center;
}

.kartka {
	cursor:pointer
}

.p-r-40 {
	padding-right: 40px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.p-b-30 {
	padding-bottom: 30px;
}


.font-size-18 {
	font-size: 18px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-28 {
	font-size: 28px;
}

@media (max-width: 768px) {
	.font-size-28 {
		font-size: 22px;
	}
}


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

#wrapperee {
	position: relative;
	z-index: 1;
	left: 0;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	height: 266px;
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#timeline_info .info {
  background-color: #333;
  background-color: rgba(0,0,0,0.75);
  position: absolute;
  top: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 11;
  padding: 15px;
  color: #eee;
  font-weight: bold;
  font-size: 16px;
}

#timeline_info.cue0 .info0 {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  left: 50px;
}

#sklepmodal .modal-dialog {
    width: 730px;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}