@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-italic-webfont.eot');
    src: url('../../fonts/page_extended/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-italic-webfont.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-italic-webfont.woff') format('woff'),
         url('../../fonts/page_extended/roboto-italic-webfont.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-regular-webfont.eot');
    src: url('../../fonts/page_extended/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-regular-webfont.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-regular-webfont.woff') format('woff'),
         url('../../fonts/page_extended/roboto-regular-webfont.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-bold-webfont.eot');
    src: url('../../fonts/page_extended/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-bold-webfont.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-bold-webfont.woff') format('woff'),
         url('../../fonts/page_extended/roboto-bold-webfont.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-bold-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Anton';
    src: url('../../fonts/page_extended/anton-regular.eot');
    src: url('../../fonts/page_extended/anton-regular.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/anton-regular.woff2') format('woff2'),
         url('../../fonts/page_extended/anton-regular.woff') format('woff'),
         url('../../fonts/page_extended/anton-regular.ttf') format('truetype'),
         url('../../fonts/page_extended/anton-regular.svg#antonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background-image: url('../../images/page_extended/stop_disinfo__bg.png');

	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 1.6;
}


/******************* HEADLINES **********************/
body h1,
body h2,
body h3 {
	font-family: 'Anton', Arial, sans-serif;
	font-weight: normal;
	color: #000;
}

body h1 {
	font-size: 3em;
}

body h2 {
        font-size: 2em;
	margin: 1em 0 0.5em;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}

body h3 {
        font-size: 1.5em;
	margin: 20px 0;
}


/******************* QUOTES **********************/
body blockquote {
	font-style: italic;
	font-size: 19px;
	line-height: 1.8;
	text-align: right;
	color: #888;

	display: block;
	padding: 20px 0 20px 25px;
	position: relative;
}

body blockquote:before {
	content: '”';
	font-family: Arial, sans-serif;
	font-size: 5em;
	color: #aaa;
	line-height: 1;	

	position: absolute;
	top: -3px;
	left: -20px;
}

body blockquote p {
	margin-bottom: 1em;
	line-height: 1.3;
}

body blockquote.motto {
	padding-bottom: 0;
	padding-top: 14px;
}
body blockquote.motto:before {
	top: 7px;
}

@media all and (min-width:600px) {
    body blockquote {
	font-size: 24px;

	padding-left: 125px;
    }

    body blockquote:before {
	font-size: 9em;
    }

    body blockquote.motto {
	padding-top: 30px;
    }	
}


/******************* LINK **********************/
body .field--name-body a {
	color: #000;
	border-bottom: 1px solid #888;
}
body .field--name-body a:hover {
	background-color: #ddd;
}
body .field--name-body a:visited {
        color: #969696;
}


/******************* LIST **********************/
body ul li,
body ul li.expanded,
body ul li.leaf {
	padding: 0 0.5em 0 4px;
	margin: 0 0 0.3em 20px;
	list-style-image: url('../../images/page_extended/stop_disinfo__arrow_red_dark.gif');
}

body ul ul {
	margin-left: 0;
}

body ul ul li {
	list-style-image: none;
	list-style: none;
	margin-left:0;
	padding-left:20px;
	background: url('../../images/page_extended/stop_disinfo__square_red_dark.gif') 0 12px no-repeat transparent;
}



/******************* IMAGE **********************/
body figure {
	margin-bottom: 2em;
}
body figure figcaption {
	font-style: italic;
	font-size: 0.85em;

	margin-top: 2px;
}
body figure img {
	width: 100%;
}
body figure img + br,
body figure figcaption + br {
	display: none;
}

@media screen and (min-width: 768px) {
body figure.caption-right {
	overflow: hidden;
}
body figure.caption-right img {
	float: left;
	width: 70%
}
body figure.caption-right figcaption {
	float: left;
	padding-left: 15px;
	width: 30%;
	margin-top:0;
}

}

/******************* IMAGE - FALSE **********************/
body figure.marked-false {
	position: relative;
}
body figure.marked-false:before {
	content: 'fałsz';
	font-family: Georgia, serif;
    	font-weight: bold;
	font-size: 80px;
	line-height: 1;
    	color: #fd9e9e;

	position: absolute;
	bottom: 125px;
	left: 0;
	padding: 10px 30px 20px; 
	border: 5px solid #fd9e9e;
	border-radius: 5px;

	transform: rotate(12deg);
}

@media screen and (min-width: 768px) {
    body figure.caption-right.marked-false:before {
	bottom: 0;
    }
}


body .node.en figure.marked-false:before {
	content: 'fake';
}


/******************* MARKED **********************/
body span.marked {
	background-color: #ddd;
	padding-left: 2px;
	padding-right: 1px;
}
body span.marked.red {
        background-color: #ffcbcb;
}
body span.marked.yellow {
        background-color: #f7b025;
}



/******************* FRAME **********************/
body .frame {
	display: block;
	padding: 13px 15px 15px;
    	border: 1px solid #000;
	margin-bottom: 1.2em;
}

body .frame.frame-double {
        border-width: 4px;
	border-style: double;
}

body .frame.red {
	border-color: #fd9e9e;
}

body .frame.yellow {
        border-color: #f7b025;
}

body .frame.thick {
        border-width: 3px;
}

body .frame p:last-child,
body .frame ol:last-child,
body .frame ul:last-child {
	margin-bottom: 0;
}

body .frame strong {
	display: block;
	font-size: 20px;
}

body .frame figure {
	margin-bottom: 0;
}



/******************* MAIN **********************/
body #main-wrapper {
	position: relative;
	padding-top: 135px;
	margin-top: 50px;
	background: url('../../images/page_extended/stop_disinfo__title_bg_2.png') repeat-x 0 0 transparent; 
}
body #main {
	background-color: #fff;
}


@media all and (min-width: 1200px) {
    body #main {
	padding-left: 185px;
    	padding-right: 185px;
    }
}
@media all and (min-width: 1660px) {
    body #main {
        padding-left: 115px;
        padding-right: 115px;
    }
}



/******************* PAGE **********************/


/******************* REGION - CONTENT **********************/
body .region-content {
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
    body .region-content {
        padding-top: 60px;
    }	
}


/******************* PAGE TITLE **********************/
body #page-title {
	width: auto;
	height: auto;
	max-width:320px;
	clip:unset;
	top: 0;
	margin: 0;
	margin-top: 20px;

	color: #000;
	font-size: 2.8em;
	line-height: 1.15;
	white-space: normal;
}


@media (min-width: 768px) {
body #page-title {
	margin-left: -65px;
	margin-top: 26px;
	max-width: none;

	font-size: 5em;
	line-height: 1.35;
}
body.page-node-4131 #page-title {
        font-size: 3.8em;
}
}

@media (min-width: 992px) {
body #page-title {
        margin-left: -115px;
	font-size: 6em;
}
body.page-node-4131 #page-title {
        font-size: 4.8em;
}
}

@media (min-width: 1200px) {
body #page-title {
        margin-left: -185px;
}
}

@media (min-width: 1660px) {
body #page-title {
        margin-left: -115px;
}
}

/******************* PAGE SUB TITLE **********************/
body #page-sub-title {
	border-bottom: none;
	padding: 0;
	margin: -3px 0 0;

	font-size: 1.5em;
	line-height: 1.35;
}

@media (min-width: 768px) {
body #page-sub-title {
	margin-left: -22px;
	margin-top: 0;

	letter-spacing: 1px;
}
body.page-node-4131 #page-sub-title {
        margin-top: -25px;
}
}

@media (min-width: 992px) {
body #page-sub-title {
        margin-left: -50px;
	margin-top: 24px;
}
body.page-node-4131 #page-sub-title {
        margin-left: -30px;
        margin-top: -2px;
}
}

@media (min-width: 1200px) {
body #page-sub-title {
        margin-left: -121px;
}

body.page-node-4131 #page-sub-title {
        margin-left: -100px;
}
}

@media (min-width: 1660px) {
body #page-sub-title {
        margin-left: -50px;
}
body.page-node-4131 #page-sub-title {
        margin-left: -30px;
}
}


/******************* MENU **********************/
body #main-menu {
	position: fixed;
	z-index: 1;
	top: 10px;
	left: 10px;
	margin:0;
	padding: 20px;
	background-color: #fff;
	display: none;
	width: 175px;

	font-size: 0.85em;

	box-shadow: 0 0 5px 0 #999;
}

body #main-menu li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 0 10px 0;
}

body #main-menu li:last-child {
	padding-bottom: 0;
}

body #main-menu li ul {
	margin-left: 15px;
}

body #main-menu a {
	color: #000;
}

body #main-menu a:hover {
	background-color: #ddd;
}

body #main-menu a:visited {
        color: #969696;
}

@media all and (min-width: 1200px) {
    body #main-menu.menu-show {
	display: block;
    }
}
@media all and (min-width: 1290px) {
    body #main-menu {
	width: 222px;
    }
}

/******************* MOBILE MENU **********************/
body .slicknav_menu {
	background-color: #000;
	padding: 0;
    	position: fixed;
    	width: 100%;
    	top: 0;
	z-index: 999;
}

body .slicknav_nav {
	padding-top: 15px;
}

body .slicknav_nav li {
	margin-left: 0;
	list-style: none;
	background: none;
}

body .slicknav_nav li a.slicknav_row:hover {
	color: #000;
	border-radius: 0;
}
body .slicknav_nav li a.slicknav_row:hover a {
	color: #000;
}

body .slicknav_nav li .extra-links {
	margin-left:12px;
}

body .slicknav_nav li .slicknav_arrow {
	text-indent: -999px;
	vertical-align: middle;
    
	display: inline-block;
    	overflow: hidden;
    	width: 20px;
	background: url('../../images/page_extended/stop_disinfo__arrow_white.gif') no-repeat 0 0px transparent;
}
body .slicknav_nav li .slicknav_row:hover .slicknav_arrow {
	background-image: url('../../images/page_extended/stop_disinfo__arrow_black.gif');
}
body .slicknav_nav li.slicknav_open .slicknav_arrow {
	transform: rotate(-270deg);
    	transform-origin: 0 0;
	margin: 0px 0px -6px 20px;
} 


/******************* MOBILE MENU - BUTTON **********************/
body .slicknav_btn {
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 10px 10px;
}


/******************* EXTRA LINKS **********************/
body .extra-links {
	margin-top: 10px;
}

body .extra-links a {
	display: inline-block;
	padding: 12px;
	margin-right: 10px;
	overflow: hidden;
	background-color: #ddd;
	
	border-radius: 50%;
}

body .extra-links a:hover {
	background-color: #ffcbcb;

	border-radius: 50%;
}

body .extra-links a img {
	width: 30px;
	height: 30px;
}

body .extra-links a.about:focus,
body .extra-links a.pdf:focus {
	outline: none;
}


/******************* TABLE - CHART **********************/
body .chart {
	margin-bottom: 1.2em;
}
body .chart > table + .chart-source {
	font-style: italic;
	font-size: 0.85em;

    	padding: 0 20px 10px;
    	background-color: #ddd;
    	margin-top: -10px;
}
body .chart table {
	margin: 1.2em 0 0;
}
body .chart table caption {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
body .chart table tbody {
	border: none;
}
body .chart table tr {
	background: #ddd;
}
body .chart table td {
	border: none;
	padding: 5px 20px;
}
body .chart table td:first-child {
	width: 30%;

	font-weight: bold;
}
body .chart table td:last-child {
	padding-left: 15px;
}

body .chart table tr:first-child td {
	padding-top: 25px;
}

body .chart table tr:last-child td {
        padding-bottom: 30px;
}

body .chart table td:last-child span.line {
	display: inline-block;
    	background-color: #000;
    	width: var(--line-width);
    	color: #fff;
    	text-align: center;
}


/******************* INDEX **********************/
body #index {
	font-size: 0.85em;
}
body #index a {
	color: #000;
	border-bottom: none;
}


/******************* FOOTER **********************/
body .block.rodo-footer > .content > div {
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body .block.rodo-footer > .content a {
	filter: grayscale(1) !important;
}

body .block.rodo-footer > .content a:hover {
        opacity: 0.5;
}

@media all and (max-width: 500px) {
    body .block.rodo-footer > .content > div > div:first-child {
	margin-top: -1px !important;
    }
    body .block.rodo-footer > .content a {
    	transform: scale(0.5) !important;
	margin-right: -10px !important;
    }
    body .block.rodo-footer > .content #logo-panoptykon {
	margin-right: 0 !important;
	margin-left: 10px;
    }
    body .block.rodo-footer > .content #logo-panoptykon img {
	height: 33px !important;
    }
}

/******************* CONTENT - FIELD ABOUT **********************/
body .about-report {
	background-color: #555;
	margin: 0 -30px 30px;
	padding: 30px 30px 20px;

	color: #fff;
	font-size: 0.85em;
}

body .field--name-body .about-report a {
	color: #fff;
}
body .field--name-body .about-report a:visited {
        color: #bbb;
}

body .about-report dl {
	overflow: hidden;
}

body .about-report dl dt,
body .about-report dl dd {
	float: left;
	margin-bottom: 2px;
}

body .about-report dl dt {
	width: 7em;
	clear: left;
}
body .about-report dl dd {
	width: calc(100% - 7em);
}

@media all and (min-width: 768px) {
    body .about-report {
	margin-left: -60px;
	margin-right: 0;
	padding-left: 60px;
    }
}

@media all and (min-width: 992px) {
    body .about-report {
        margin-left: -115px;
        padding-left: 115px;
    }
}

@media all and (min-width: 1200px) {
    body .about-report {
        margin-left: -185px;
        padding-left: 185px;
    }
}

@media all and (min-width: 1660px) {
    body .about-report {
        margin-left: -115px;
        padding-left: 115px;
    }
}


/******************* CONTENT - FIELD ABOUT 2 **********************/
body .about-report-2 {
	margin-bottom: 30px;
}
body .about-report-2 .title {
	font-size: 24px;
	font-family: Anton, Arial, sans-serif;

	display: block;
} 

@media all and (min-width: 992px) {
    body .about-report-2 {
	position: relative;
    }

    body .about-report-2:before {
	content: '';
	position: absolute;
	display: block;
	background:  url('../../images/page_extended/stop_disinfo_arrow_black__big__gap.gif') repeat-x 0 0px transparent;
	height: 26px;
	width: 100px;
	left: -115px;
	top: 8px;		
    } 
}

/******************* CONTENT - FIELD LANGUAGES **********************/
body .languages {
    position: absolute;
    width: 110px;
    top:30px;
    right: 5px;

    text-align: right;
}

body .languages a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    background-color: #000;
    border-radius: 50%;
   
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.85em;
    text-decoration: none;
}

body .languages a + a {
    margin-left: 10px;
}

body .languages a:visited {
    background-color: #000;
    color: #fff;
}
body .languages a:hover {
    background-color: #888;
    color: #000;
}

body .languages a.active {
    display: none;
}

@media all and (max-width: 479px) {
body .languages {
    top:-45px;
    left:15px;
    right: auto;
    text-align:left;
    width: auto;
}
}

@media all and (min-width: 992px) {
body .languages {
    top: 51px;
    right: 50%;
    margin-right: -485px
}
}

@media all and (min-width: 1200px) {
body .languages {
    margin-right: -585px
}
}



/******************* CONTENT - FIELD ABOUT FUND **********************/
body .about-panoptykon {
 	background-color: #ffcbcb;
        margin: 0 -30px 30px;
        padding: 30px 30px 20px;
}

@media all and (min-width: 768px) {
    body .about-panoptykon {
        margin-right: -60px;
        margin-left: 0;
        padding-left: 45px;

	border-radius: 0 0 0 75px;
    }
}

@media all and (min-width: 992px) {
    body .about-panoptykon {
        margin-right: -185px;
        padding-right: 185px;
	/* background-image: url('../../images/page_extended/panoptykon_sygnet_white.png'); */
	background-repeat:  no-repeat;
	background-position: 96% 50%;
    }
}

@media all and (min-width: 1200px) {
    body .about-panoptykon {
        margin-right: -185px;
    }
}

@media all and (min-width: 1660px) {
    body .about-panoptykon {
        margin-right: -115px;
    }
}