.strona-info-24-tlo	{
	position: fixed;
	z-index: 90;
	bottom: 0px;
	width: 100%;
	display: flex;
    align-items: center;
	height: 72px;
	/* background: rgb(247,247,247);
	background: linear-gradient(180deg, #fefefe 20%, #ececec 100%); */
    background-color: #252525;
	/*border-top: 1px solid #f0f0f0;*/
	z-index: 9999;
}
.strona-info-24	{
	margin: 0px auto 0px auto;
	max-width: 1232px;
	padding: 0 8px;
}
.info-24-tlo	{
	max-width: 94%;
	margin: 0px 0px 0px auto;
	padding: 6px 0px 6px 0px;
	overflow: hidden;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
	.strona-info-24	{
		margin: 0px 8px 0px 8px;
	}
	.info-24-tlo	{
		margin: 0px 0px 0px 64px;
	}
}

.strona-info-24 .fa-times-circle:before {
	content: url(../grafika/x.png);
	filter: invert(200%) brightness(200%);
}

.strona-info-24 .fa-pause:before{
	content: url(../grafika/stop.png);
	filter: invert(200%) brightness(200%);
}

.strona-info-24 .fa-times-circle	{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px !important;
	position: absolute;
	margin: 12px 0px 0px 0px;
	width: 20px;
	height: 20px;
	color: white !important;
	text-decoration: none !important;
	cursor: pointer;
	/*background: #fff;*/
    border-radius: 50%;
}
.strona-info-24 .fa-pause	{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px !important;
	position: absolute;
	margin: 12px 0px 0px 36px;
	width: 20px;
	height: 20px;
	color: white !important;
	text-decoration: none !important;
	cursor: pointer;
	/*background: #fff;*/
    border-radius: 50%;
}
.strona-info-24 .fa-play	{
	display: none;
	font-size: 10px !important;
	position: absolute;
	margin: 12px 0px 0px 36px;
	width: 18px;
	height: 18px;
	color: white !important;
	text-decoration: none !important;
	border: 2px solid white;
	cursor: pointer;
	/*background: #fff;*/
    border-radius: 50%;
}
.strona-info-24 .fas:before{
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    top: 0.5px;
    left: 0px;
}
.fa-play:before {
    content: "\f04b";
    font-size: 8px;
    left: 1.2px!important;
}
.strona-info-24 .fa-times-circle span, .strona-info-24 .fa-pause span, .strona-info-24 .fa-play span	{
	display: none;
}
.strona-info-24 .fa-times-circle:hover, .strona-info-24 .fa-pause:hover, .strona-info-24 .fa-play:hover	{
	opacity: 0.6;
}
.info24 {
    font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	color: white;
	margin: 0px 16px 0px 12px;
	text-decoration-color: transparent;
}
a.info24:link	  {color: white;}
a.info24:visited {color: white;}
a.info24:hover	  {color: #5a5a5a;}
a.info24:active  {color: white;}

.js-marquee {
	color: #000;
}
.info-24-tlo div div span {
	border-left: 1px solid #c4c4c4;
}

/* start/stop */

