/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a, a:hover, a:visited {
    text-decoration: none;
    color: #000;
}

strong, b {
	font-weight: 900;
}
em, i {
	font-style: italic;
}
del, s, strike {
	text-decoration: line-through;
}
ins, u {
	text-decoration: underline;
}


.clear {
    clear: both;
}

.page {
    width: 100%;
    max-width: 1000px;
    margin: 3em auto 0;
	padding: 0 0.3em;
	box-sizing: border-box;    
    font-family: 'Roboto', Arial, sans-serif;
}

.logo {
    display: inline-block;
    background: url(/images/logo.png) center center / auto 3em no-repeat;
    width: 180px;
	height: 3em;
    margin-right: 1em;
    float: left;
}

.menu-top,
.page-footer {
    max-width: 1000px;
	width: 100%;
}
.menu-top
{
    position: fixed;
	z-index: 100;
    top: 0px;
    
    height: 3em;
    line-height: 3em;
    font-size: 16px;
    font-weight: 900;
    
	background-color: #fff;
}
.menu-top ul,
.menu-bottom ul {
    display: inline-block;
    list-style: none;
}
.menu-top li,
.menu-bottom li {
    display: inline;
}
.menu-top li {
    margin-right: 1.2em;
}
.menu-top ul a,
.menu-bottom {
	color: #808080;
}

.social-buttons {
    float: right;
    height: 100%;
    line-height: 3em;
	margin-left: 2em;
}
.social-buttons a {
	position: relative;
	font-size: 0;
}
.social-buttons a::before,
.social-buttons a::after {
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.social-buttons a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
	color: #000000;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-buttons a:hover::after {
	height: 100%;
}
.social-buttons .fa-facebook::before {
	color: #3D5B99;
}
.social-buttons .fa-facebook::after {
    content: "\f09a";
}
.social-buttons .fa-twitter::before {
	color: #1DA1F2;
}
.social-buttons .fa-twitter::after {
	content: "\f099";
}
.social-buttons .fa-youtube::before {
	color: #D92524;
}
.social-buttons .fa-youtube::after {
	content: "\f167";
}

.page-footer {
	margin: 2.5em auto 2em;
}
.menu-bottom {
	float: right;
}
.menu-bottom li {
	padding-left: 1em;
}
.menu-bottom li:not(:last-child) {
	border-right: 2px solid #ddd;
	padding-right: 1em;
}

.content {
    margin-top: 4em;
}

.section-full.sda {
	margin-bottom: 0.5em;
	max-height: 305px;
	overflow: hidden;
}
.section-full-fixed.sda {
	height: 205px;
}
.nrb-top {
	float: left;
    max-width: 750px;
	overflow: hidden;
}
.nrb-top-article {
    width: 100%;
	max-height: 105px;
	height: 100px;
	overflow: hidden;
}
.fb-box {
	float: right;
	max-width: 225px;
	max-height: 200px;
	overflow: hidden;
}

.article-thumb {
	box-sizing: border-box;
	float: left;
    position: relative;
    overflow: hidden;
	width: 25%;
	height: 10em;
}
.article-thumb a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-thumb-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0.5em 0.5em;
    
    font-weight: bold;
    color: #eee;
    line-height: 1.3em;
    
    background: rgba(0, 0, 0, 1);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.article-thumb:hover .article-thumb-title {
    background: linear-gradient(to top, rgba(170, 0, 0, 1) 0%, rgba(170, 0, 0, 0) 100%);
}


.promo {
    float: left;
    width: 60%;
}

.promo-left {
    float: left;
    width: 55%;
    height: 20em;
}
.promo-top,
.promo-bottom {
    float: left;
    width: 45%;
    height: 10em;

}
.promo-top {
    box-sizing: border-box;
    padding-left: 0.3em;
    padding-bottom: 0.15em;
}
.promo-bottom {
    box-sizing: border-box;
    padding-left: 0.3em;
    padding-top: 0.15em;
}

.news-list {
    float: left;
    width: 40%;
    
    padding-left: 0.8em;
    box-sizing: border-box;
	
	height: 17.5em;
	overflow: hidden;
}

.news {
    font-weight: bold;
    padding: 0.4em;
    margin: 0.3em 0;
    border-left: 3px solid #000;
	/*background-color: #fafafa;*/
}
.news-list .news:first-child {
    margin-top: 0;
}
.news-list .news:last-child {
    margin-bottom: 0;
}
.news:hover {
    border-left: 3px solid #ee0000;
    color: #ee0000;
}
 .news:hover a {
    color: #ee0000;
}    

.group-title {
	height: 2em;
	line-height: 2em;
	font-weight: 900;
	text-transform: uppercase;
	background-color: #efefef;
	margin: 0.5em 0;
}
.group-title-text {
	float: left; 
	display: inline-block;
	height: 2em;
	line-height: 2em;
	padding: 0 0.3em 0 0.7em;
	color: #fff;
	background: #d2232a;
	min-width: 10em;
}
.group-title-triangle {
	float: left;
	display: inline-block;
	border-top: 2em solid transparent;
	border-left: 6em solid #d2232a;
	width: 0;
	height: 0;
}

.group .article-thumb {
	padding-bottom: 0.3em;
}
.section.group .article-thumb:not(:nth-child(4n+1)) {
	padding-left: 0.3em;
}

.section-left,
.section-right {
	margin-top: 0.4em;
}
.section-left {
	float: left;
	width: 60%;
}
.section-left.group .article-thumb {
	width: 33.333%;
}
.section-left.group .article-thumb:not(:nth-child(3n+1)) {
	padding-left: 0.3em;
}

.section-right {
	margin-left: 0.3em;
}
.section-right.group.wrealutv {
	position: relative;
}
.section-right.group.wrealutv .group-title {
    position: absolute;
    right: 0.1em;
    top: -2.9em;
	width: calc(40% - 0.25em);
}
.section-right.group.wrealutv .group-title-text {
	float: right;
    text-align: right;
    padding: 0 0.7em 0 0.3em;
    min-width: 0;
}
.section-right.group.wrealutv .group-title-triangle {
    float: right;
	border: none;
	border-bottom: 2em solid transparent;
	border-right: 6em solid #d2232a;
}
.group-title-wrealutv {
	color: #000;
}
.group-title-wrealutv:first-child {
	color: #fff;
}
.section-right.group .article-thumb {
	width: 20%;
}
.section-right.group .article-thumb {
	padding-left: 0.3em;
}

.wrealutv-video > a::before {
	position: absolute;
	display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: url(/images/wrealutv_video.png) no-repeat top left,url(/images/wrealutv_video_btn.png) center center;
    background-repeat: no-repeat;
}

.social-share-buttons {
	display: inline-block;
	float: none;
	line-height: 18px;
}
.social-share-buttons > div {
	float: left;
    margin: 5px;
}

.article {
    float: left;
	width: 100%;
	max-width: 700px;
}
.article-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
}
.article-lead {
	font-weight: 900;
	font-size: 1.06em;
	margin: 0.3em auto 1em;
}

.article-body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12.5pt;
	line-height: 1.25em;
}
.article-podobne img {
	margin: 0.51em auto;
}
.article-text img {
	max-width: 100%;
	margin: 1em auto;
	display: block;
}
.article-image {
	width: 100%;
}

.article-sda-push {
	float: left;
	width: 0;
    height: 15em;
}
.article-sda {
	max-width: 305px;
	float: left;
	clear: left;
	padding: 0.3em 0.3em 0;
}
.article-sda-push-right {
	float: right;
	clear: right;
	width: 0;
    height: 8em;
}
.article-sda-right {
	max-width: 305px;
	float: right;
	clear: right;
	padding: 0.3em 0 0 0.9em;
}


/*.article-podobne-push {
    float: right;
    width: 0;
    height: 32em;
}*/
.article-podobne {
    float: right;
    clear: right;
    width: 30%;
	min-width: 10em;
    margin: 0.5em 0 1em 1em;
	background-color: #f0f0f0;
    padding: 0.5em;
}
.article-podobne h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}
.article-podobne .article-podobne-click {
	display: none;
    height: 1.6em;
    width: 100%;
    box-sizing: border-box;
    z-index: 1001;
    position: absolute;
    margin-top: -0.3em;
    margin-left: -0.3em;
}
.article-podobne .article-thumb {
	display: block;
	float: none;
	width: 100%;
}

.player-thirdparty {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	width: 100%;
	margin: 0.3em auto;
}
.player-thirdparty iframe, .player-thirdparty object, .player-thirdparty embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-comments {
	position: relative;
}
.article-comments iframe {
	background-color: #fff;
}
.article-comments::before {
	content: 'Ładowanie komentarzy...';
	font-size: 1.5em;
	color: #808080;
	position: absolute;
	display: block;
	z-index: -10;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.article-section-right {
    float: right;
    padding-left: 1em;
    max-width: 270px;
}



.article-comments {
	min-height: 100px;
}
@media screen and (min-width: 1020px) {
	.article-comments {
		min-height: 190px;
	}
}

.sda-desktop,
.sda-tablet,
.sda-mobile {
	text-align: center;
}

.sda-tablet,
.sda-mobile {
	display: none;
}

@media screen and (max-width: 1020px) {
	.menu-top li:not(:nth-child(-n+3)) {
		display: none;
	}
	.menu-top {
		text-align: center;
		height: 2em;
		line-height: 2em;
	}
	.logo {
		width: 140px;
		height: 2em;
	    background-size: auto 2em;
	}
	.social-buttons {
		line-height: 2em;
	}
	
	.news-list {
		display: none;
	}

	.promo {
		float: none;
		width: 100%;
	}
	.article-thumb.promo-left {
		height: 22em;
	}
	.article-thumb.promo-top,
	.article-thumb.promo-bottom {
		height: 11em;
	}
	.section-left {
	    float: none;
	    width: 100%;
	}
	.section-left.group .article-thumb {
    	width: 25%;
	}
	.section-left.group .article-thumb:not(:nth-child(-n+4)) {
		display: none;
	}
	.section-left.group .article-thumb:not(:nth-child(4n+1)) {
	    padding-left: 0.3em;
	}
	.section-right.group.wrealutv .group-title {
		display: none;
	}
	.section-right {
		margin-left: 0;
	}
	.section-right.group .article-thumb {
    	width: 25%;
	}
	
	.article {
		width: 60%;
	}
	.article-section-right {
		padding-left: 0.6em;
	}
}

@media screen and (max-width: 760px) {
	.page {
		overflow: hidden;
	}
	
	.nrb-top {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}

	.logo {
		background-position-x: left;
		width: 25px;
	}
	.menu-top ul {
		font-size: 0.8em;
	}
	.social-buttons {
		line-height: 1.5em;
	}
	.social-buttons a {
		margin-left: 0.2em;
	}

	.section-left.group .article-thumb {
    	width: 33.3333%;
	}
	.section-left.group .article-thumb:not(:nth-child(-n+4)) {
		display: block;
	}
	.section-right.group.wrealutv .article-thumb:first-child {
	    padding-left: 0;
	}
	.section-right.group.wrealutv .article-thumb:not(:nth-child(-n+3)) {
		display: none;
	}
	.section-right.group.wrealutv .group-title {
		display: none;
	}
	.section-right {
		margin-left: 0;
	}
	.section-right.group .article-thumb {
    	width: 33.3333%;
	}
	
	.group .article-thumb {
		width: 33.3333%;
	}
	.section-left.group .article-thumb {
		width: 33.333%;
	}
	.section.group .article-thumb:not(:nth-child(4n+1)) {
		padding-left: 0;
	}
	.section.group .article-thumb:not(:nth-child(3n+1)) {
		padding-left: 0.3em;
	}
	.section-left.group .article-thumb:not(:nth-child(4n+1)) {
		padding-left: 0;
	}
	.section-left.group .article-thumb:not(:nth-child(3n+1)) {
		padding-left: 0.3em;
	}

	.section-full.sda {
		margin-bottom: 0.3em;
		/*max-height: 105px;*/
	}


	.section-full.sda .fb-box {
		display: none;
	}
	.article {
		width: 100%;
	}
	.article-section-right {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.logo {
		background-position-x: left;
		width: 25px;
	}
	.menu-top ul {
		font-size: 0.8em;
	}
	.social-buttons {
		display: none;
	}
	
	.section-full.sda .fb-box {
		display: none;
	}
	
	.article-thumb.promo-left {
		height: 16em;
	}
	.article-thumb.promo-top,
	.article-thumb.promo-bottom {
		height: 8em;
	}

	.section-left.group .article-thumb,
	.group .article-thumb {
		width: 50%;
	}
	.section.group .article-thumb:not(:nth-child(3n+1)) {
		padding-left: 0;
	}
	.section.group .article-thumb:not(:nth-child(2n+1)) {
		padding-left: 0.3em;
	}
	.section-left.group .article-thumb:not(:nth-child(3n+1)) {
		padding-left: 0;
	}
	.section-left.group .article-thumb:not(:nth-child(2n+1)) {
		padding-left: 0.3em;
	}
	
	
	.article {
		width: 100%;
	}
	.article-section-right {
		display: none;
	}
	
	.article-podobne {
		margin: 0.5em 0 1em 0.5em;
	}
	.article-podobne-body img {
		margin: 0.5em auto;
	}
	
	.section-full.sda {
		/*max-height: 105px;*/
	}
	.sda-desktop {
		display: none;
	}
	.sda-tablet {
		display: block;
	}
}

@media screen and (max-width: 420px) {
	.article-thumb.promo-left {
		height: 16em;
    	width: 100%;
	}
	.article-thumb.promo-top {
		padding-bottom: 0;
		padding-left: 0;
	}
	.article-thumb.promo-top,
	.article-thumb.promo-bottom {
		width: 50%;
		padding-top: 0.3em;
		height: 10em;
	}

	.section-right.group.wrealutv .article-thumb {
		width: 50%;
	}
	.section-right.group.wrealutv .article-thumb:not(:nth-child(-n+2)) {
		display: none;
	}
	
	.section-left.group .article-thumb,
	.group .article-thumb {
		width: 100%;
		height: 12em;
		margin-bottom: 0.3em;
	}
	.section.group .article-thumb:not(:nth-child(2n+1)) {
		padding-left: 0;
	}
	.section-left.group .article-thumb:not(:nth-child(2n+1)) {
		padding-left: 0;
	}
	
	.article-podobne {
		margin: 0.5em 0 0.5em 0.5em;
		padding: 0.25em;
		position: fixed;
		transform: translate(100%, -50%);
		z-index: 1000;
		top: 50%;
		right: 0;
		
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.article-podobne.show {
		transform: translate(0, -50%);
	}
	.article-podobne h3 {
		position: absolute;
		transform: rotate(-90deg);
		left: calc(-50% - 0.6em);
		top: 50%;
		background-color: inherit;
		padding: 0.3em;
		border-top: 2px solid #b5b5b5;
		border-left: 2px solid #b5b5b5;
		border-right: 2px solid #b5b5b5;
		border-top-right-radius: 0.4em;
		border-top-left-radius: 0.4em;
		cursor: pointer;
	}
	.article-podobne .article-podobne-click {
		display: block;
	}
	.article-podobne-body img {
		margin: 0.3em auto;
	}
	.article-podobne-body .article-thumb:first-child img {
		margin-top: 0;
	}
	
	.sda-tablet {
		display: none;
	}
	.sda-mobile {
		display: block;
	}
}

@media screen and (max-width: 360px) {
	.menu-top ul {
		font-size: 0.75em;
	}
	.menu-top li {
		margin-right: .5em;
	}
}


.article .section.sda {
	margin-left: -12px;
}

.nrb-top-full {
	max-width: 900px;
}
.nrb-content {
	max-height: 655px;
	overflow: hidden;
}

.sda-matchedcontent {
    max-height: 235px;
    overflow: hidden;
}
