@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700');

/**
 * =============================================================
 * @package		RAXO Columns Module Layout
 * -------------------------------------------------------------
 * @copyright	Copyright (C) 2009-2017 RAXO Group
 * @link		https://www.raxo.org
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * =============================================================
 */

/* ----- RESET Styles ----- */
.allmode-columns [class^="allmode-"],
.allmode-columns img,
.allmode-columns a {
	margin: 0; padding: 0;
	background: transparent none;
	border: 0 none;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index:1;
}


.allmode-columns a {															/* Item LINKS */
	text-decoration: none;
	outline: 0;
}
	.allmode-columns a:hover {
		color: #333333 !important;
		text-decoration: underline;
		background: transparent none;
	}



/* ----- MODULE BLOCK Styles ----- */
.allmode-columns {																/* Module BLOCK */
	margin: 20px 0;
	border-bottom: 3px solid transparent;
}
.allmode-columns .allmode-name {												/* BLOCK NAME Text */
	padding: 0 8px 4px;
	font-size: 14px; font-weight: bold;
	line-height: 20px; text-transform: uppercase;
	border-bottom: 3px solid transparent;
}
.allmode-columns .allmode-showall {	
	top: 14px;right: 6px;padding: 14px 0;font: bold 10px/19px Arial, Helvetica, sans-serif;color: #fcfcfc;text-transform: uppercase;border-radius: 3px;text-align: center;width: 50%;margin: 10px auto;
}
.allmode-columns .allmode-showall a {												/* SHOW ALL Text */
	font: bold 13px/19px Arial, Helvetica, sans-serif !important;
color: #3180c2 !important;
}
.allmode-columns .allmode-topbox,
.allmode-columns .allmode-itemsbox {
	margin: 0 -14px;															/* Column spacing offset */
	overflow: hidden;
}
.allmode-columns .allmode-wrapper {
	float: left;
	width: 50%;
	margin: 0; padding: 0 6px;											/* Column spacing (padding left 14px + padding right 14px = 28px) */
}
	.allmode-columns .allmode-itemsbox .allmode-wrapper {
		margin: 12px 0;
	}
	.allmode-columns .allmode-wrapper > div {
		position: relative;
		overflow: hidden;
	}



/* ----- TOP ITEMS Styles ----- */
.allmode-columns .allmode-topitem:first-child {												/* Top Item DIV */
	padding-bottom: 15%;
	border-bottom: 2px solid transparent;
}

#startowa-aktualnosci .allmode-columns .allmode-topitem:first-child {												/* Top Item DIV */
	padding-bottom: 23%;
	border-bottom: 2px solid transparent;
}

.allmode-columns .allmode-topitem {												/* Top Item DIV */
	padding-bottom: 6px;
	border-bottom: 2px solid transparent;
}
.allmode-columns .allmode-topitem .allmode-date {								/* Top Item DATE */
	margin: 0 4px 3px 0;
	font-size: 12px; font-weight: bold; font-style: italic;
	line-height: 20px; text-align: right !important;
}
.allmode-columns .allmode-topitem .allmode-img img {							/* Top Item IMAGE */
	width: 100%;
	border-width: 0px !important; border-style: solid; border-radius: 3px;
	transition: border 0.4s ease;
}

.allmode-columns .allmode-topitem .allmode-title {								/* Top Item TITLE */
	font-size: 1rem;font-weight: 600;line-height: 1.5; 
}
.allmode-columns .allmode-topitem .allmode-text {								/* Top Item TEXT */
	margin: 6px 4px 0;
	overflow: hidden;
	font-size: 14px; line-height: 18px;
	color: #505050;
}
.allmode-columns .allmode-topitem .allmode-info {								/* Top Item INFO */
	margin-top: -2px; padding: 8px 8px 4px;
	line-height: 16px;
	background-color: #f3f3f3;
	border-radius: 0 0 4px 4px;
}



/* ----- ITEMS Styles ----- */
.allmode-columns .allmode-item {												/* Item DIV */
	padding-bottom: 4px;
}
.allmode-columns .allmode-item .allmode-title {									/* Item TITLE */
	margin: 10px 0 8px 0;padding: 5px 0;font-size: 1rem;font-weight: 600;line-height: 1.5; width: 100% !important;
}
.allmode-columns .allmode-item .allmode-img img {								/* Item IMAGE */
	display: block;
	float: left;
	margin: 2px 16px 8px 0;
	border-width: 0px; border-style: solid; border-radius: 2px;
	transition: border 0.4s ease;
}
.allmode-columns .allmode-item .allmode-text {									/* Item TEXT */
	font-size: 12px; line-height: 16px;
	color: #505050;
}
.allmode-columns .allmode-item .allmode-info {									/* Item INFO */
	margin-bottom: 8px; padding: 4px 8px;
	line-height: 16px;
	background-color: #f3f3f3;
	border-radius: 2px;
}



/* ----- COMMON Fields Styles ----- */
.allmode-columns .allmode-img img {												/* Item IMAGE */
	max-width: 100%; 
	font-style: italic;
	vertical-align: middle;
	width:100%;
}
.allmode-columns .allmode-info > span,
.allmode-columns .allmode-comments {
	padding: 0 10px 0 17px;
	font-size: 11px;
	background-image: url("");
	/*background-image: url("icons.png");*/
	background-repeat: no-repeat;
	background-size: 12px 2200px;
}
.allmode-columns span.allmode-rating {											/* Item RATING */
	padding: 0;
	background-image: none;
	white-space: nowrap;
}
	.allmode-columns .allmode-rating span {
		display: inline-block;
		width: 10px; height: 10px;
		background: url("") no-repeat 0 0;
		/*background: url("rating.png") no-repeat 0 0;*/
		background-size: 10px 480px;
	}
	.allmode-columns .allmode-star {
		margin: 0 1px;
	}
	.allmode-columns .allmode-star span {
		display: block;
	}
.allmode-columns .allmode-comments {											/* Item COMMENTS */
	padding-right: 0;
	color: #505050;
}
	.allmode-columns .allmode-comments a {
		font-weight: normal;
	}
.allmode-columns .allmode-readmore {											/* Item READ MORE */
	height: 20px;
}
	.allmode-columns .allmode-readmore a {
		position: absolute;
		right: 0; bottom: 4px;
		padding: 0 4px;
		font-size: 12px; line-height: 20px;
		text-align: right;
	}



/* ----- RESPONSIVE Breakpoints ----- */
.allmode-columns .lt320 .allmode-wrapper {
	width: 100% !important;
}


.allmode-columns .gt640 .allmode-wrapper {
	width: 33.33%;
}



.allmode-columns .gt880 .allmode-wrapper{
	width: 33%;
}



/* ----- COLUMN Width ----- */
.columns-topitem-1 .allmode-topbox .allmode-wrapper, .columns-item-1 .allmode-itemsbox .allmode-wrapper {
	width: 100%
}

.columns-topitem-2 .allmode-topbox .allmode-wrapper .columns-item-2 .allmode-itemsbox .allmode-wrapper:first-child {
	width: 64% !important;
}

.columns-topitem-2 .allmode-topbox .allmode-wrapper .columns-item-2 .allmode-itemsbox .allmode-wrapper,.columns-topitem-2 .allmode-topbox .allmode-wrapper .columns-item-2 .allmode-itemsbox .allmode-wrapper {
	width: 33.33%
}
.columns-item-2 .allmode-itemsbox .allmode-wrapper {
	width: 33.33%
}
.columns-topitem-3 .allmode-topbox .allmode-wrapper,
.columns-item-3 .allmode-itemsbox .allmode-wrapper {
	width: 33.33%
}
.columns-topitem-4 .allmode-topbox .allmode-wrapper,
.columns-item-4 .allmode-itemsbox .allmode-wrapper {
	width: 25%
}
.columns-topitem-5 .allmode-topbox .allmode-wrapper,
.columns-item-5 .allmode-itemsbox .allmode-wrapper {
	width: 20%
}

.columns-topitem-3 .lt480 .allmode-topbox .allmode-wrapper,
.columns-topitem-4 .lt480 .allmode-topbox .allmode-wrapper,
.columns-topitem-5 .lt480 .allmode-topbox .allmode-wrapper {
	width: 50%;
}
.columns-item-3 .lt480 .allmode-itemsbox .allmode-wrapper,
.columns-item-4 .lt480 .allmode-itemsbox .allmode-wrapper,
.columns-item-5 .lt480 .allmode-itemsbox .allmode-wrapper {
	width: 50%;
}



/* ----- HIGH RESOLUTION Media Queries ----- */
@media
	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (min-device-pixel-ratio: 1.3),
	only screen and (min-resolution: 120dpi)
{
	.allmode-columns .allmode-info > span,
	.allmode-columns .allmode-comments {
		background-image: url(icons@3x.png);
	}
	.allmode-columns span.allmode-rating {
		background-image: none;
	}
	.allmode-columns .allmode-rating span {
		background-image: url(rating@3x.png);
	}
}



/* ----- COLOR Schemes ----- */

/* --- Default Color --- */
.allmode-columns a,
.allmode-columns .allmode-name,
.allmode-columns .allmode-title,
.allmode-columns .allmode-showall {width:100% !important; font-size:16pt; line-height:1; color:#1a1a1a !important;letter-spacing: -0.7pt;}

.allmode-columns .allmode-topitem .allmode-date,
.allmode-columns .allmode-info > span {color: #052646;}


.allmode-columns,
.allmode-columns .allmode-name,
.allmode-columns .allmode-topitem,
.allmode-columns .allmode-img img {width:100%;}
.allmode-columns .allmode-img a:hover img {border-color: #0b4c8c;}

.allmode-columns .allmode-category {background-position: 0 0;}
.allmode-columns .allmode-hits {background-position: 0 -40px;}
.allmode-columns .allmode-date {background-position: 0 -80px;}
.allmode-columns .allmode-author {background-position: 0 -120px;}
.allmode-columns .allmode-comments {background-position: 2px -160px;}
.allmode-columns .allmode-star span {background-position: 0 -40px;}

/* --- Red Color --- */
.columns-red a,
.columns-red .allmode-name,
.columns-red .allmode-title,
.columns-red .allmode-showall {color: #cc1f1f !important;}

.columns-red .allmode-topitem .allmode-date,
.columns-red .allmode-info > span {color: #3d0909;}

.columns-red,
.columns-red .allmode-name,
.columns-red .allmode-topitem,
.columns-red .allmode-img img {border-color: #efc4c2;}
.columns-red .allmode-img a:hover img {border-color: #cc1f1f;}

.columns-red .allmode-category {background-position: 0 -200px;}
.columns-red .allmode-hits {background-position: 0 -240px;}
.columns-red .allmode-date {background-position: 0 -280px;}
.columns-red .allmode-author {background-position: 0 -320px;}
.columns-red .allmode-comments {background-position: 0 -360px;}
.columns-red .allmode-star span {background-position: 0 -80px;}

/* --- Pink Color --- */
.columns-pink a,
.columns-pink .allmode-name,
.columns-pink .allmode-title,
.columns-pink .allmode-showall {color: #d24087 !important;}

.columns-pink .allmode-topitem .allmode-date,
.columns-pink .allmode-info > span {color: #3f1328;}

.columns-pink,
.columns-pink .allmode-name,
.columns-pink .allmode-topitem,
.columns-pink .allmode-img img {border-color: #f1ccdc;}
.columns-pink .allmode-img a:hover img {border-color: #d24087;}

.columns-pink .allmode-category {background-position: 0 -400px;}
.columns-pink .allmode-hits {background-position: 0 -440px;}
.columns-pink .allmode-date {background-position: 0 -480px;}
.columns-pink .allmode-author {background-position: 0 -520px;}
.columns-pink .allmode-comments {background-position: 0 -560px;}
.columns-pink .allmode-star span {background-position: 0 -120px;}

/* --- Orange Color --- */
.columns-orange a,
.columns-orange .allmode-name,
.columns-orange .allmode-title,
.columns-orange .allmode-showall {color: #d94d16 !important;}

.columns-orange .allmode-topitem .allmode-date,
.columns-orange .allmode-info > span {color: #411707;}

.columns-orange,
.columns-orange .allmode-name,
.columns-orange .allmode-topitem,
.columns-orange .allmode-img img {border-color: #f2cfc0;}
.columns-orange .allmode-img a:hover img {border-color: #d94d16;}

.columns-orange .allmode-category {background-position: 0 -600px;}
.columns-orange .allmode-hits {background-position: 0 -640px;}
.columns-orange .allmode-date {background-position: 0 -680px;}
.columns-orange .allmode-author {background-position: 0 -720px;}
.columns-orange .allmode-comments {background-position: 0 -760px;}
.columns-orange .allmode-star span {background-position: 0 -160px;}

/* --- Yellow Color --- */
.columns-yellow a,
.columns-yellow .allmode-name,
.columns-yellow .allmode-title,
.columns-yellow .allmode-showall {color: #ebc300 !important;}

.columns-yellow .allmode-topitem .allmode-date,
.columns-yellow .allmode-info > span {color: #463a00;}

.columns-yellow,
.columns-yellow .allmode-name,
.columns-yellow .allmode-topitem,
.columns-yellow .allmode-img img {border-color: #f7edbb;}
.columns-yellow .allmode-img a:hover img {border-color: #ebc300;}

.columns-yellow .allmode-category {background-position: 0 -800px;}
.columns-yellow .allmode-hits {background-position: 0 -840px;}
.columns-yellow .allmode-date {background-position: 0 -880px;}
.columns-yellow .allmode-author {background-position: 0 -920px;}
.columns-yellow .allmode-comments {background-position: 0 -960px;}
.columns-yellow .allmode-star span {background-position: 0 -200px;}

/* --- Green Color --- */
.columns-green a,
.columns-green .allmode-name,
.columns-green .allmode-title,
.columns-green .allmode-showall {color: #4d9926 !important;}

.columns-green .allmode-topitem .allmode-date,
.columns-green .allmode-info > span {color: #172e0b;}

.columns-green,
.columns-green .allmode-name,
.columns-green .allmode-topitem,
.columns-green .allmode-img img {border-color: #cfe2c4;}
.columns-green .allmode-img a:hover img {border-color: #4d9926;}

.columns-green .allmode-category {background-position: 0 -1000px;}
.columns-green .allmode-hits {background-position: 0 -1040px;}
.columns-green .allmode-date {background-position: 0 -1080px;}
.columns-green .allmode-author {background-position: 0 -1120px;}
.columns-green .allmode-comments {background-position: 0 -1160px;}
.columns-green .allmode-star span {background-position: 0 -240px;}

/* --- Turquoise Color --- */
.columns-turquoise a,
.columns-turquoise .allmode-name,
.columns-turquoise .allmode-title,
.columns-turquoise .allmode-showall {color: #1bb39e !important;}

.columns-turquoise .allmode-topitem .allmode-date,
.columns-turquoise .allmode-info > span {color: #08352f;}

.columns-turquoise,
.columns-turquoise .allmode-name,
.columns-turquoise .allmode-topitem,
.columns-turquoise .allmode-img img {border-color: #c3e9e2;}
.columns-turquoise .allmode-img a:hover img {border-color: #1bb39e;}

.columns-turquoise .allmode-category {background-position: 0 -1200px;}
.columns-turquoise .allmode-hits {background-position: 0 -1240px;}
.columns-turquoise .allmode-date {background-position: 0 -1280px;}
.columns-turquoise .allmode-author {background-position: 0 -1320px;}
.columns-turquoise .allmode-comments {background-position: 0 -1360px;}
.columns-turquoise .allmode-star span {background-position: 0 -280px;}

/* --- Blue Color --- */
.columns-blue a,
.columns-blue .allmode-name,
.columns-blue .allmode-title,
.columns-blue .allmode-showall {color: #0a55bf !important;}

.columns-blue .allmode-topitem .allmode-date,
.columns-blue .allmode-info > span {color: #031939;}

.columns-blue,
.columns-blue .allmode-name,
.columns-blue .allmode-topitem,
.columns-blue .allmode-img img {border-color: #bfd1ea;}
.columns-blue .allmode-img a:hover img {border-color: #0a55bf;}

.columns-blue .allmode-category {background-position: 0 -1400px;}
.columns-blue .allmode-hits {background-position: 0 -1440px;}
.columns-blue .allmode-date {background-position: 0 -1480px;}
.columns-blue .allmode-author {background-position: 0 -1520px;}
.columns-blue .allmode-comments {background-position: 0 -1560px;}
.columns-blue .allmode-star span {background-position: 0 -320px;}

/* --- Light Blue Color --- */
.columns-lightblue a,
.columns-lightblue .allmode-name,
.columns-lightblue .allmode-title,
.columns-lightblue .allmode-showall {color: #3598dc !important;}

.columns-lightblue .allmode-topitem .allmode-date,
.columns-lightblue .allmode-info > span {color: #102d42;}

.columns-lightblue,
.columns-lightblue .allmode-name,
.columns-lightblue .allmode-topitem,
.columns-lightblue .allmode-img img {border-color: #c9e2f2;}
.columns-lightblue .allmode-img a:hover img {border-color: #3598dc;}

.columns-lightblue .allmode-category {background-position: 0 -1600px;}
.columns-lightblue .allmode-hits {background-position: 0 -1640px;}
.columns-lightblue .allmode-date {background-position: 0 -1680px;}
.columns-lightblue .allmode-author {background-position: 0 -1720px;}
.columns-lightblue .allmode-comments {background-position: 0 -1760px;}
.columns-lightblue .allmode-star span {background-position: 0 -360px;}

/* --- Violet Color --- */
.columns-violet a,
.columns-violet .allmode-name,
.columns-violet .allmode-title,
.columns-violet .allmode-showall {color: #6c3aad !important;}

.columns-violet .allmode-topitem .allmode-date,
.columns-violet .allmode-info > span {color: #201134;}

.columns-violet,
.columns-violet .allmode-name,
.columns-violet .allmode-topitem,
.columns-violet .allmode-img img {border-color: #d7cbe6;}
.columns-violet .allmode-img a:hover img {border-color: #6c3aad;}

.columns-violet .allmode-category {background-position: 0 -1800px;}
.columns-violet .allmode-hits {background-position: 0 -1840px;}
.columns-violet .allmode-date {background-position: 0 -1880px;}
.columns-violet .allmode-author {background-position: 0 -1920px;}
.columns-violet .allmode-comments {background-position: 0 -1960px;}
.columns-violet .allmode-star span {background-position: 0 -400px;}

/* --- Gray Color --- */
.columns-gray a,
.columns-gray .allmode-name,
.columns-gray .allmode-title,
.columns-gray .allmode-showall {color: #1a1a1a !important;}

.columns-gray .allmode-topitem .allmode-date,
.columns-gray .allmode-info > span {color: #080808;}

.columns-gray,
.columns-gray .allmode-name,
.columns-gray .allmode-topitem,
.columns-gray .allmode-img img {border-color: #c3c3c1;}
.columns-gray .allmode-img a:hover img {border-color: #1a1a1a;}

.columns-gray .allmode-category {background-position: 0 -2000px;}
.columns-gray .allmode-hits {background-position: 0 -2040px;}
.columns-gray .allmode-date {background-position: 0 -2080px;}
.columns-gray .allmode-author {background-position: 0 -2120px;}
.columns-gray .allmode-comments {background-position: 0 -2160px;}
.columns-gray .allmode-star span {background-position: 0 -440px;}


#startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
#startowa-aktualnosci .allmode-topbox > div:nth-child(1) {width:66% !important;height: 275px !important;margin: 0 !important; overflow:hidden; }
#startowa-aktualnosci .allmode-topbox > div:nth-child(2) {width:33% !important; height:285px !important; margin: 0 !important;}
#startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
#startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
#startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
#startowa-aktualnosci .allmode-wrapper { width: 33% !important;height: 270px !important;margin: 0 !important;}
#startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 0;background-color: transparent !important; padding: 0 1%;bottom: 46%;width: 68%;}
#startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > a:nth-child(1) {font-family: 'Fira Sans', sans-serif; font-size: 24pt; font-weight:700; line-height: 1;color: #fff !important;   text-shadow:2px 2px 7px #000;}

.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(1) {width:100% !important;height: 275px !important;margin: 0 !important; overflow:hidden; }
.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(2) {width:33% !important; height:285px !important; margin: 0 !important;}
.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
.nowa-startowa-aktualnosci .allmode-wrapper { height: 270px !important;margin: 0 !important;}
.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 0;background-color: transparent !important; padding: 0 1%;bottom: 46%;width: 68%;}
.nowa-startowa-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > a:nth-child(1) {font-family: 'Fira Sans', sans-serif; font-size: 24pt; font-weight:700; line-height: 1;color: #fff !important;   text-shadow:2px 2px 7px #000;}

#strona-aktualnosci .kolumny-tytul {position: relative; z-index: 2; bottom: 80%; top: auto; background-color: white !important; padding: 10px 0;}
#strona-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:60% !important;}
#strona-aktualnosci .allmode-topbox > div:nth-child(1) {width: 100% !important;margin: 0 !important;padding: 20px !important;height: 27rem !important;border: 1px solid #f5f5f5;}
#strona-aktualnosci .allmode-topbox > div:nth-child(2) {width:50% !important;margin-bottom: -230px !important;}
#strona-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; text-stroke: #f7931e 0.2px; -webkit-text-stroke:#f7931e 0.6px;;}
#strona-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3 a {font-family: 'Roboto', sans-serif;font-size: 24px !important;font-weight: 600;color: #1b1b1b;}
#strona-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) {display:block; float:left; position:relative; }
#strona-aktualnosci .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:98% !important;}
#strona-aktualnosci .allmode-wrapper { height:auto !important;margin-bottom: auto; width: 33% !important;}

#startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
#startowa-imprezy .allmode-topbox > div:nth-child(1) {width:66% !important;height: 240px !important;margin: 0 !important; overflow:hidden; }
#startowa-imprezy .allmode-topbox > div:nth-child(2) {width:33% !important; height:250px !important; margin: 0 !important;}
#startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
#startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
#startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
#startowa-imprezy .allmode-wrapper { width: 33% !important; height:265px !important;margin: 0 !important;}
#startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 53% !important;background-color: transparent !important; padding: 0 1%;width: 100%;}
#startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > a:nth-child(1) {font-family: 'Fira Sans', sans-serif; font-size: 24pt; font-weight:700; line-height: 1;color: #fff !important;   text-shadow:2px 2px 7px #000;}
#startowa-imprezy .kolumny-tytul {position: absolute;z-index: 2;bottom: 7% !important;top: auto;background-color: white !important;padding: 5px 0;}
#strona-imprezy .kolumny-tytul {position: relative; z-index: 2; bottom: 80%; top: auto; background-color: white !important; padding: 10px 0;}
#strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:60% !important;}
#strona-imprezy .allmode-topbox > div:nth-child(1) {width: 100% !important;margin: 0 !important;padding: 20px !important;height: 27rem !important;border: 1px solid #f5f5f5;}
#strona-imprezy .allmode-topbox > div:nth-child(2) {width:50% !important;margin-bottom: -230px !important;}
#strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; text-stroke: #f7931e 0.2px; -webkit-text-stroke:#f7931e 0.6px;;}
#strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3 a {font-family: 'Roboto', sans-serif;font-size: 24px !important;font-weight: 600;color: #1b1b1b;}
#strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) {display:block; float:left; position:relative; }
#strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:98% !important;}
#strona-imprezy .allmode-wrapper { height:auto !important;margin-bottom: auto; width: 33% !important;}


.nowa-startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
.nowa-startowa-imprezy .allmode-topbox > div:nth-child(1) {width:66% !important;height: 240px !important;margin: 0 !important; overflow:hidden; }
.nowa-startowa-imprezy .allmode-topbox > div:nth-child(2) {width:33% !important; height:250px !important; margin: 0 !important;}
.nowa-startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
.nowa-startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
.nowa-startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
.nowa-startowa-imprezy .allmode-wrapper { width: 33% !important; height:265px !important;margin: 0 !important;}
.nowa-startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 53% !important;background-color: transparent !important; padding: 0 1%;width: 100%;}
.nowa-startowa-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > a:nth-child(1) {font-family: 'Fira Sans', sans-serif; font-size: 24pt; font-weight:700; line-height: 1;color: #fff !important;   text-shadow:2px 2px 7px #000;}
.nowa-startowa-imprezy .kolumny-tytul {position: absolute;z-index: 2;bottom: 7% !important;top: auto;background-color: white !important;padding: 5px 0;}
.nowa-strona-imprezy .kolumny-tytul {position: relative; z-index: 2; bottom: 80%; top: auto; background-color: white !important; padding: 10px 0;}
.nowa-strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:60% !important;}
.nowa-strona-imprezy .allmode-topbox > div:nth-child(1) {width: 100% !important;margin: 0 !important;padding: 20px !important;height: 27rem !important;border: 1px solid #f5f5f5;}
.nowa-strona-imprezy .allmode-topbox > div:nth-child(2) {width:50% !important;margin-bottom: -230px !important;}
.nowa-strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; text-stroke: #f7931e 0.2px; -webkit-text-stroke:#f7931e 0.6px;;}
.nowa-strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3 a {font-family: 'Roboto', sans-serif;font-size: 24px !important;font-weight: 600;color: #1b1b1b;}
.nowa-strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) {display:block; float:left; position:relative; }
.nowa-strona-imprezy .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:98% !important;}
.nowa-strona-imprezy .allmode-wrapper { height:auto !important;margin-bottom: auto; width: 33% !important;}


#startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
#startowa-sport .allmode-topbox > div:nth-child(1) {width:66% !important;height: 270px !important;margin: 0 !important; overflow:hidden; }
#startowa-sport .allmode-topbox > div:nth-child(2) {width:33% !important; height:285px !important; margin: 0 !important;}
#startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
#startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
#startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
#startowa-sport .allmode-wrapper { width: 25% !important;margin: 0 !important;}
#startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 50%;background-color: transparent !important; padding: 1% 2%;;margin-bottom: 12px !important;}
#startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > a:nth-child(1) {font-family: 'Fira Sans', sans-serif; font-size: 24pt; font-weight:700; line-height: 1;color: #fff !important;   text-shadow:2px 2px 7px #000;}
#startowa-sport .allmode-wrapper .allmode-item {width:100%;}
#startowa-sport .allmode-wrapper .allmode-img img {float: left;margin: 0 1rem 4px 4px;width: 100%;height: auto;border-radius: 3px;}
#startowa-sport .allmode-wrapper .kolumny-item-tytul {z-index: 2;background-color: transparent !important;padding: 1% 2%;margin-bottom: 0 !important; }
#startowa-sport .allmode-wrapper .kolumny-item-tytul .allmode-title {margin: 0;padding: 0;font-size: 1rem;font-weight: 600;line-height: 1.5;width: 100% !important;}
#startowa-sport .allmode-wrapper .allmode-title a { width: 150% !important;font-size: 16pt;line-height: 1;color: #1a1a1a !important;letter-spacing: -0.7pt;}
#strona-sport .kolumny-tytul {position: relative; z-index: 2; bottom: 80%; top: auto; background-color: white !important; padding: 10px 0;}
#strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:60% !important;}
#strona-sport .allmode-topbox > div:nth-child(1) {width: 100% !important;margin: 0 !important;padding: 20px !important;height: 27rem !important;border: 1px solid #f5f5f5;}
#strona-sport .allmode-topbox > div:nth-child(2) {width:50% !important;margin-bottom: -230px !important;}
#strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; text-stroke: #f7931e 0.2px; -webkit-text-stroke:#f7931e 0.6px;;}
#strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3 a {font-family: 'Roboto', sans-serif;font-size: 24px !important;font-weight: 600;color: #1b1b1b;}
#strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) {display:block; float:left; position:relative; }
#strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:98% !important;}
#strona-sport .allmode-wrapper { height:auto !important;margin-bottom: auto; width: 33% !important;}
#startowa-sport > div:nth-child(1) {margin:0 !important; padding:0 !important;}


.nowa-startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
.nowa-startowa-sport .allmode-topbox > div:nth-child(1) {width:66% !important;height: 270px !important;margin: 0 !important; overflow:hidden; }
.nowa-startowa-sport .allmode-topbox > div:nth-child(2) {width:33% !important; height:285px !important; margin: 0 !important;}
.nowa-startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
.nowa-startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
.nowa-startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
.nowa-startowa-sport .allmode-wrapper { width: 25% !important;margin: 0 !important;}
.nowa-startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 50%;background-color: transparent !important; padding: 1% 2%;;margin-bottom: 12px !important;}
.nowa-startowa-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > a:nth-child(1) {font-family: 'Fira Sans', sans-serif; font-size: 24pt; font-weight:700; line-height: 1;color: #fff !important;   text-shadow:2px 2px 7px #000;}
.nowa-startowa-sport .allmode-wrapper .allmode-item {width:100%;}
.nowa-startowa-sport .allmode-wrapper .allmode-img img {float: left;margin: 0 1rem 4px 4px;width: 100%;height: auto;border-radius: 3px;}
.nowa-startowa-sport .allmode-wrapper .kolumny-item-tytul {z-index: 2;background-color: transparent !important;padding: 1% 2%;margin-bottom: 0 !important; }
.nowa-startowa-sport .allmode-wrapper .kolumny-item-tytul .allmode-title {margin: 0;padding: 0;font-size: 1rem;font-weight: 600;line-height: 1.5;width: 100% !important;}
.nowa-startowa-sport .allmode-wrapper .allmode-title a { width: 150% !important;font-size: 16pt;line-height: 1;color: #1a1a1a !important;letter-spacing: -0.7pt;}
.nowa-strona-sport .kolumny-tytul {position: relative; z-index: 2; bottom: 80%; top: auto; background-color: white !important; padding: 10px 0;}
.nowa-strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:60% !important;}
.nowa-strona-sport .allmode-topbox > div:nth-child(1) {width: 100% !important;margin: 0 !important;padding: 20px !important;height: 27rem !important;border: 1px solid #f5f5f5;}
.nowa-strona-sport .allmode-topbox > div:nth-child(2) {width:50% !important;margin-bottom: -230px !important;}
.nowa-strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; text-stroke: #f7931e 0.2px; -webkit-text-stroke:#f7931e 0.6px;;}
.nowa-strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3 a {font-family: 'Roboto', sans-serif;font-size: 24px !important;font-weight: 600;color: #1b1b1b;}
.nowa-strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) {display:block; float:left; position:relative; }
.nowa-strona-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:98% !important;}
.nowa-strona-sport .allmode-wrapper { height:auto !important;margin-bottom: auto; width: 33% !important;}
.nowa-startowa-sport > div:nth-child(1) {margin:0 !important; padding:0 !important;}