div.tabela-abstarkty li {
	padding-bottom: 20px;
}
ul.important-dates-table {
	text-align: center; 
	list-style: none;
}
ul.important-dates-table li {
	padding: 20px 0;
	border-bottom: 1px solid;
	font-size: 20px;
}
.mu-main-navbar .mu-main-nav .active {
	color: #8499d1;
}
}
/*==================
  CALL
====================*/
#call {
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
	background: #F2F2F2;
}
/*==================
  CONTENT
====================*/
#content {
	display: inline;
	float: left;
	padding: 150px 0 50px;
	width: 100%;
	background: #fcfcfd;
}
@media (max-width: 768px) {
#content {
	display: inline;
	float: left;
	padding: 100px 0 50px;
	width: 100%;
	background: #fcfcfd;
}
}
.content-dark,
.content-light {
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
}
.content-dark { background: #F2F2F2; }
.content-light { background: #fcfcfd; }

h3.point-line {
	border-bottom: 1px solid;
	padding-bottom: 20px;
}
h3.point {
	padding-bottom: 0;
}
h4.title-center {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 30px;
}
.mu-single-chef-info {
	border: 1px solid;
	padding: 50px 0px;
	height: 200px;
	text-align: center;
	margin: 0 5px;
}
.programme-info {
	border: 1px solid;
	padding: 50px 30px;
	/* height: 200px; */
	text-align: center;
	margin: 0 5px;
}
.registration-info {
	border: 1px solid;
	padding: 50px 30px;
	height: 200px;
	text-align: center;
	margin: 20px 5px 30px;
	font-size: 20px;
}
.registration-info h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin: 0;
	font-weight: normal;
}
.bg-abstracts {
	padding: 50px 0;
	display: block;
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url("assets/img/bg-abstracts.jpg");
	background-position: center center;
	background-size: cover;
	color: #fff !important;
}
p.logo {
	margin-top: 0;
	margin-bottom: 50px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 25px;
}
img.logo-podstrona {
	width: 200px; 
	text-align: center;
}

a.podpowiedz span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: auto;
}
img {
	border: none;
}
a.podpowiedz:hover span{
    display: inline;
    position: absolute;
	margin: 15px 0 0 5px;
    background: #dddddd;
    border: 1px solid #b30000;
    color: #000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: left;
}
.accordion-group {
	padding: 5px 0;
}
.accordion-group a {
	text-decoration: none;
}
.accordion-inner.blue {
	color: #fff;
}
.accordion-inner {
	color: #000;
	padding: 10px;
	border-bottom: 1px solid;
	display: inline-block;
	border-top: 1px solid;
	margin-top: 50px;
}
.accordion-inner img {
	padding-bottom: 15px;
}
#journey {
	background-attachment: fixed;
	background-image: url("assets/img/bg-journey.jpg");
	background-position: center center;
	background-size: cover;
	height: 600px;
	display: inline-block;
	width: 100%;
	position: relative;
}
#journey-wrap {
	position: absolute;
	/*min-width: 300px;*/
	width: 100%;
	bottom: 40%;
	padding: 20px 40px;
	background: rgba(5,61,119,1);
	text-align: center;
	color: white;
	position: absolute;
}
.tabela-programu{
border: 1px solid #000; 
display: block;	
float: left;
}