
/**
 * =============================================================
 * @package		RAXO List 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-list [class^="allmode-"],
.allmode-list img,
.allmode-list 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;
}
.allmode-list a {																/* Item LINKS */
	text-decoration: none;
}
	.allmode-list .allmode-items a:hover {
		color: #333333 !important;
		background-color: transparent;
		border-bottom: 1px solid #333333;
	}



/* ----- MODULE BLOCK Styles ----- */
.allmode-list {																	/* Module BLOCK */
	position: relative;
	margin-bottom: 0; padding: 0;
	background-color: #fff;
	border-radius: 0;
}
.allmode-list .allmode-name {													/* BLOCK NAME Text */
	margin: 0 0 10px 16px !important;
	color: #565656;
}
	.allmode-list .allmode-name a {
		color: #565656;
	}
.allmode-list .allmode-showall {												/* SHOW ALL Text */
	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;
}

.mod-aktualnosci-front-top .allmode-list .allmode-showall {margin: 0 auto !important; background-color:transparent !important;}

#strona-aktualnosci .allmode-list .allmode-showall {width: 20% !important;}
#strona-aktualnosci .allmode-list .allmode-showall a {margin-left: -8px; padding: 0 4px 0 8px;font-weight: bold;color: #3180c2;}
#strona-aktualnosci .allmode-list .allmode-showall a:hover {color: #0b538f !important;}
.allmode-list .allmode-showall a {margin-left: -8px; padding: 0 4px 0 8px;font-weight: bold;color: #3180c2;}
.allmode-list .allmode-showall a:hover {color: #0b538f;}
.allmode-list .allmode-showall a:after {content: "";display: block;	float: right;margin-right: -8px;width: 32px; height: 19px;	}



/* ----- COMMON Items Styles ----- */
.allmode-list .allmode-items {													/* Items List (UL) */
	margin: 0 !important; padding: 0 !important;
	background-color: #fcfcfc;
	border-radius: 3px;
}

.mod-aktualnosci-front-top .allmode-list .allmode-items {						/* Items List (UL) */
	margin: 0 !important;
padding: 0 !important;
background-color: #fcfcfc;
border-radius: 3px;
height: 260px;
/*przy reklamie bocznej:
height: 148px !important;*/
overflow: hidden;
}


.allmode-list .allmode-items > li {												/* Item (LI) */
	position: relative;
	margin: 0 !important; padding: 14px 36px 10px 16px !important;
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
	transition: background 0.5s ease;
}
	.allmode-list .allmode-items > li:first-child {
		border-top: none;
		border-radius: 3px 3px 0 0;
	}
	.allmode-list .allmode-items > li:last-child {
		border-bottom: none;
		border-radius: 0 0 3px 3px;
	}
	.allmode-list .allmode-items > li:hover {
		background-color: transparent;
	}



/* ----- COMMON Fields Styles ----- */
.allmode-list .allmode-img {													/* Item IMAGE */
	padding: 0 3% !important;
}
	.allmode-list .allmode-img img {
		float: left;
		margin: 0 1rem 4px 4px;
		max-width: 100%; height: auto;
		border-radius: 3px;
	}
.allmode-list .allmode-title {													/* Item TITLE */
	margin: 0 !important;
	font: bold 15px/18px Arial, Helvetica, sans-serif;
}
	.allmode-list .allmode-title a {
		font-weight: 500; font-size: 15px; line-height: 18px; color:#3180c2;
	}
.allmode-list .allmode-text {													/* Item TEXT */
	font-size: 13px;
	color: #4d4d4d;
}
.allmode-list .allmode-readmore {												/* Item READ MORE */
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 32px;
	border: none !important;
	transition: background-color 0.5s ease;
}
	.allmode-list .allmode-showall a:after,
	.allmode-list .allmode-readmore {
		background: transparent url("") no-repeat 0 50%;
		/*background: transparent url("arrow.png") no-repeat 0 50%;*/
		background-size: 64px 11px;
	}
	.allmode-list .allmode-showall a:after,
	.allmode-list li:hover .allmode-readmore {
		background-position: -32px 50%;
	}
.allmode-list .allmode-info {													/* INFO Fields */
	font-size: 12px;
	color: #737373;
}
	.allmode-list .allmode-info + h3 {
		margin-top: 4px !important;
	}
	.allmode-list .allmode-info span {
		margin-right: 7px; padding-right: 10px;
		border-right: 1px solid #dedede;
	}
	.allmode-list .allmode-info span:last-child {
		margin-right: 0; padding-right: 0;
		border-right: none;
	}
.allmode-list .allmode-date {													/* Item DATE */
	font-weight: bold;
	color: #4c4c4c;
}
.allmode-list .allmode-comments,												/* Content ELEMENTS */
.allmode-list .allmode-hits,
.allmode-list .allmode-rating {
	padding-left: 18px !important;
	background: transparent url("") no-repeat 0 0;
	/*background: transparent url("icons.png") no-repeat 0 0;*/
	background-size: 14px 54px;
}
	.allmode-list .allmode-comments {											/* Item COMMENTS */
		background-position: 0 0;
	}
	.allmode-list .allmode-hits {												/* Item HITS */
		background-position: 0 -20px;
	}
	.allmode-list .allmode-rating {												/* Item RATING */
		background-position: 0 -40px;
	}



/* ----- ITEMS Styles ----- */
.allmode-list li.allmode-item {
	padding: 5px 0 !important;
}
.allmode-list .allmode-right {
	display: table-cell;
	min-width: 120px;
	padding: 0 10px;
}

#strona-aktualnosci .allmode-list .allmode-right {
	display: table-cell;
	min-width: 120px;
padding: 4% 3% 0 4%;
vertical-align: middle;
}

.allmode-list .allmode-item .allmode-date {										/* Item DATE */
	display: block;
	float: left;
	margin-right: 16px; padding-top: 1px;
	width: 17%; min-width: 40px; /* Item DATE Column Width */
	font-size: 12px; line-height: 18px; text-align: right;
}

#strona-aktualnosci .allmode-list .allmode-item .allmode-date {										/* Item DATE */
	display: block;
	float: left;
	margin-right: 16px; padding-top: 1px;
	width: auto; min-width: 40px; /* Item DATE Column Width */
	font-size: 12px; line-height: 18px; text-align: right;
}
 
.allmode-list .allmode-item .allmode-title,
.allmode-list .allmode-item .allmode-title a {									/* Item TITLE */
	font-size: 15px;
font-weight: 400;
color: #1a1a1a !important;
line-height: 1.2;
letter-spacing: -0.01pt;
}
.allmode-list .allmode-item .allmode-info span {
	padding-top: 1px;
	font-size: 11px;
}
.allmode-list .allmode-item .allmode-text {										/* Item TEXT */
	font-size: 14px;
line-height: 1.2;
padding: 5px 0;
}

#strona-aktualnosci .allmode-list .allmode-item .allmode-text {										/* Item TEXT */
	font-size: 16px;
	line-height:1.5;
}

/* ----- SHOW ALL at the bottom ----- */
.list-showall {
	padding-bottom: 32px;
}
.list-showall .allmode-showall {
	top: auto; bottom: 6px;
}



/* ----- RESPONSIVE Breakpoints ----- */
@media (max-width: 480px) {
	.allmode-list .allmode-topitem img {
		width: 100%
	}
	.allmode-list .allmode-item img {
		width: 50%
	}
	.allmode-list .allmode-items > li {
		padding-right: 28px !important;
	}
	.allmode-list .allmode-readmore {
		width: 24px;
		background-position: -4px 50%;
	}
	.allmode-list li:hover .allmode-readmore {
		background-position: -36px 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-list .allmode-comments,
	.allmode-list .allmode-hits,
	.allmode-list .allmode-rating {
		background-image: url(icons@3x.png);
	}
	.allmode-list .allmode-showall a:after,
	.allmode-list .allmode-readmore {
		background-image: url(arrow@3x.png);
	}
}



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

/* --- Red Color (default) --- */
.allmode-list .allmode-name a:hover,
.allmode-list .allmode-items a {color: gray !important;}
.allmode-list li:hover .allmode-readmore {background-color: #efc4c2;}
.allmode-list .allmode-showall {background-color: #cc1f1f;}
.nowa-startowa-right .allmode-list .allmode-showall {background-color: #fff; padding: 0; margin: 0 auto;}

/* --- Pink Color --- */
.list-pink .allmode-name a:hover,
.list-pink .allmode-items a {color: #d24087 !important;}
.list-pink li:hover .allmode-readmore {background-color: #f1ccdc;}
.list-pink .allmode-showall {background-color: #d24087;}

/* --- Orange Color --- */
.list-orange .allmode-name a:hover,
.list-orange .allmode-items a {color: #d94d16 !important;}
.list-orange li:hover .allmode-readmore {background-color: #f2cfc0;}
.list-orange .allmode-showall {background-color: #d94d16;}

/* --- Yellow Color --- */
.list-yellow .allmode-name a:hover,
.list-yellow .allmode-items a {color: #ebc300 !important;}
.list-yellow li:hover .allmode-readmore {background-color: #f7edbb;}
.list-yellow .allmode-showall {background-color: #ebc300;}

/* --- Green Color --- */
.list-green .allmode-name a:hover,
.list-green .allmode-items a {color: #4d9926 !important;}
.list-green li:hover .allmode-readmore {background-color: #cfe2c4;}
.list-green .allmode-showall {background-color: #4d9926;}

/* --- Blue Color --- */
.list-blue .allmode-name a:hover,
.list-blue .allmode-items a {color: #0a55bf !important;}
.list-blue li:hover .allmode-readmore {background-color: #bfd1ea;}
.list-blue .allmode-showall {background-color: #0a55bf;}

/* --- Light Blue Color --- */
.list-lightblue .allmode-name a:hover,
.list-lightblue .allmode-items a {color: #3598dc !important;}
.list-lightblue li:hover .allmode-readmore {background-color: #c9e2f2;}
.list-lightblue .allmode-showall {background-color: #3598dc;}

/* --- Violet Color --- */
.list-violet .allmode-name a:hover,
.list-violet .allmode-items a {color: #6c3aad !important;}
.list-violet li:hover .allmode-readmore {background-color: #d7cbe6;}
.list-violet .allmode-showall {background-color: #6c3aad;}

/* --- Turquoise Color --- */
.list-turquoise .allmode-name a:hover,
.list-turquoise .allmode-items a {color: #1bb39e !important;}
.list-turquoise li:hover .allmode-readmore {background-color: #c3e9e2;}
.list-turquoise .allmode-showall {background-color: #1bb39e;}

/* --- Gray Color --- */
.list-gray .allmode-name a:hover,
.list-gray .allmode-items a {color: #1a1a1a !important;}
.list-gray li:hover .allmode-readmore {background-color: #c3c3c1;}
.list-gray .allmode-showall {background-color: #1a1a1a;}

.sport2startowa .allmode-list .allmode-img img {
		float: left;
		margin: 0 1rem 4px 4px;
		max-width: 100%; height: auto;
		border-radius: 3px;
	}
	
#strona-aktualnosci h4 a {									/* Item TITLE */
	background-color: rgba(0, 0, 0, 0);
box-sizing: border-box;
color: rgb(51, 51, 51) !important;
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 23.4px;
text-align: left;
text-decoration: none;
text-decoration-color: rgb(209, 0, 56);
text-decoration-line: none;
text-decoration-style: solid;
text-rendering: auto;
transition-delay: 0s, 0s;
transition-duration: 0.4s, 0.4s;
transition-property: color, background-color;
transition-timing-function: ease, ease;
}

#right-aktual-site {margin: 0 !important;
padding: 0 !important;
background-color: #fcfcfc;
border-radius: 3px;
height: 500px !important;
overflow: hidden;}

#startowa-bok-aktualnosci .g-content {padding: 0 !important;}
#startowa-polityka .polityka-startowa .allmode-items li { width:20%; float:left;border:none !important;}
#startowa-polityka .polityka-startowa .allmode-items li .allmode-img img { float: left; width: 100%;height: auto;border-radius: 3px;}
#startowa-polityka .polityka-startowa .allmode-items li h4 {margin: 10px 0 8px 0;padding: 5px 0;font-weight: 600;line-height: 1.5;width: 100% !important;}
#startowa-polityka .polityka-startowa .allmode-items li h4 a {/*font-family: 'Fira Sans', sans-serif;*/font-size: 16pt;font-weight: 600;line-height: 1;color: #fff !important;letter-spacing: -0.7pt;text-shadow: 1px 1px 1px #000;}
#startowa-polityka > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) {    width: 100% !important;height: 275px !important;margin: 0 !important;overflow: hidden;}


#startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
#startowa-polityka .allmode-topbox > div:nth-child(1) {width:66% !important;height: 275px !important;margin: 0 !important; overflow:hidden; }
#startowa-polityka .allmode-topbox > div:nth-child(2) {width:33% !important; height:285px !important; margin: 0 !important;}
#startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
#startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
#startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
#startowa-polityka .allmode-wrapper { width: 33% !important;height: 265px !important;margin: 0 !important;}
#startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 10%;background-color: transparent !important; padding: 1% 2%;;margin-bottom: 12px !important;}
#startowa-polityka .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-polityka .allmode-box .allmode-items .allmode-item .allmode-right {position: absolute;z-index: 2;bottom: 0;background-color: transparent !important;padding: 0 5% !important;margin-bottom: 11px !important;}


.nowa-startowa-polityka .polityka-startowa .allmode-items li { width:20%; float:left;border:none !important;}
.nowa-startowa-polityka .polityka-startowa .allmode-items li .allmode-img img { float: left; width: 100%;height: auto;border-radius: 3px;}
.nowa-startowa-polityka .polityka-startowa .allmode-items li h4 {margin: 10px 0 8px 0;padding: 5px 0;font-weight: 600;line-height: 1.5;width: 100% !important;}
.nowa-startowa-polityka .polityka-startowa .allmode-items li h4 a {/*font-family: 'Fira Sans', sans-serif;*/font-size: 16pt;font-weight: 600;line-height: 1;color: #fff !important;letter-spacing: -0.7pt;text-shadow: 1px 1px 1px #000;}
.nowa-startowa-polityka > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) {    width: 100% !important;height: 275px !important;margin: 0 !important;overflow: hidden;}


.nowa-startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
.nowa-startowa-polityka .allmode-topbox > div:nth-child(1) {width:66% !important;height: 275px !important;margin: 0 !important; overflow:hidden; }
.nowa-startowa-polityka .allmode-topbox > div:nth-child(2) {width:33% !important; height:285px !important; margin: 0 !important;}
.nowa-startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
.nowa-startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
.nowa-startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
.nowa-startowa-polityka .allmode-wrapper { width: 33% !important;height: 265px !important;margin: 0 !important;}
.nowa-startowa-polityka .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 10%;background-color: transparent !important; padding: 1% 2%;;margin-bottom: 12px !important;}
.nowa-startowa-polityka .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-polityka .allmode-box .allmode-items .allmode-item .allmode-right {position: absolute;z-index: 2;bottom: 0;background-color: transparent !important;padding: 0 5% !important;margin-bottom: 11px !important;}


#startowa-polityka-sport .polityka-startowa-sport .allmode-items li { width:20%; float:left;border:none !important;}
#startowa-polityka-sport .polityka-startowa-sport .allmode-items li .allmode-img img { float: left; margin: 0 1rem 4px 4px;width: 100%;height: auto;border-radius: 3px;padding: 4%;}
#startowa-polityka-sport .polityka-startowa-sport .allmode-items li h4 {margin: 10px 0 8px 0;padding: 5px 0;font-size: 1rem;font-weight: 600;line-height: 1.5;width: 100% !important;}
#startowa-polityka-sport .polityka-startowa-sport .allmode-items li h4 a {font-family: 'Fira Sans', sans-serif;font-size: 17pt;font-weight: 700;line-height: 1;color: #fff !important;letter-spacing: -0.7pt;text-shadow: 1px 1px 1px #000;}
#startowa-polityka-sport > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) {    width: 100% !important;height: 275px !important;margin: 0 !important;overflow: hidden;}


#startowa-polityka-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) { height:55% !important;}
#startowa-polityka-sport .allmode-topbox > div:nth-child(1) {width:66% !important;height: 275px !important;margin: 0 !important; overflow:hidden; }
#startowa-polityka-sport .allmode-topbox > div:nth-child(2) {width:33% !important; height:285px !important; margin: 0 !important;}
#startowa-polityka-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {position: relative;padding: 2%;margin-top: 0px; }
#startowa-polityka-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) {padding-bottom: 10%;border-bottom: 2px solid transparent; }
#startowa-polityka-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {height:55% !important;}
#startowa-polityka-sport .allmode-wrapper { width: 25% !important;height: 265px !important;margin: 0 !important;}
#startowa-polityka-sport .allmode-topbox > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {position: absolute;z-index: 2;bottom: 10%;background-color: transparent !important; padding: 1% 2%;;margin-bottom: 12px !important;}
#startowa-polityka-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-polityka-sport .allmode-box .allmode-items .allmode-item .allmode-right {position: absolute;z-index: 2;bottom: 0;background-color: transparent !important;padding: 2% 5%;margin-bottom: 11px !important;}

#g-header {padding: 0 4% 0 2.3% !important;}
#g-header div {width: 100% !important;}
#blok-specjalny-startowa li.allmode-topitem > div:nth-child(1) {width: 66% !important;}
.blok-specjalny-startowa .allmode-items {margin: 0 !important;padding: 0 !important;background-color: #f6f6f6;border-radius: 3px;}
.blok-specjalny-startowa .allmode-list .allmode-items > li {padding: 14px 0 0 0px !important;}
.blok-specjalny-startowa .allmode-list .allmode-img {padding:0 !important;}
.blok-specjalny-startowa .allmode-list .allmode-img img {float: left;max-width: 100%;height: auto;border-radius: 3px; width:74.5% !important;}
.blok-specjalny-startowa .allmode-list .allmode-title {font-size: 1rem;line-height: 1.5;}
.blok-specjalny-startowa .allmode-list .allmode-title a {font-family: "Roboto";font-weight: 600;width: 150% !important;font-size: 18pt;line-height: 1;color: #1a1a1a !important;letter-spacing: -0.7pt;}
.blok-specjalny-startowa .allmode-list .allmode-text {line-height: 1.5;padding: 2% 4%;text-align: left;font-size: 14pt;}
#bottom-logo div {padding: 5px 0 !important;}
#powrot-na-gore div {background-color: #1867a9;padding: 5px 0 !important;}
#powrot-na-gore div a {color: #fff !important;}