/*
Theme Name: Liberte
Author: Quality Pixels
Author URI: http://qualitypixels.pl
Description: Motyw dla Liberte oraz blogów.
Version: 1.0
Text Domain: liberte
*/
/*	font-family: 'Adagio_Slab-Bold';
    font-family: 'robotoregular';
    font-family: 'robotobold';
    font-family: 'robotolight';
    font-family: 'robotoblack';
    font-family: 'roboto_condensedbold';
    font-family: 'roboto_condensedregular';
    font-family: 'pt_serifregular';
    font-family: 'pt_serifitalic';
    font-family: 'pt_serifbold_italic';
    font-family: 'pt_serifbold';
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #070707;
	font-family: 'pt_serifregular';
	font-size: 17px;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
#article-content h2 {
	font-family: 'pt_serifbold';
	font-size: 26px;
	/*margin-bottom: 21px;*/
	margin-bottom: 4px;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-family: 'pt_serifbold';
}

dfn,
cite,
em,
i {
	font-style: italic;
	font-family: 'pt_serifitalic';
}
em strong, strong em {
	font-family: 'pt_serifbold_italic';
}
blockquote {
	margin: 0px;
	background: transparent url('images/block-quote.png') no-repeat left top;
	padding: 57px 0px 0px 0px;
	font-family: 'Adagio_Slab-Bold';
	font-size: 26px;
	line-height: 30px;
}

#article-content blockquote a {
	color: #000;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}



input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #070707;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/


.single .mini .wm-bottom1,
.archive .mini .wm-bottom1,
.category .mini .wm-bottom1,
.search .mini .wm-bottom1,
.error404 .mini .wm-bottom1,
.page .mini .wm-bottom1 {
	top: 69px;
	height: 49px;
}
.single #masthead,
.archive #masthead,
.category #masthead,
.search #masthead,
.error404 #masthead,
.page #masthead {
	margin-bottom: 150px;
}
.home.page #masthead {
	margin-bottom: 69px;
}

.single .hot_news,
.archive .hot_news,
.category .hot_news,
.search .hot_news,
.error404 .hot_news,
.page .hot_news {
	margin-top: -32px !important;
}

.single .wspolne-menu,
.archive .wspolne-menu,
.category .wspolne-menu,
.search .wspolne-menu,
.error404 .wspolne-menu,
.page .wspolne-menu {
	height: 0px;
}
.wspolne-menu {
	width: 100%;
	height: 190px;
}

.wm-top {
	background: #070707;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.wm-top-content {
	width: 1178px;
	margin: 0 auto;
	padding: 12px 9px;
	font-size: 0px;
	position: relative;
}
.logo {
	display: inline-block;
	width: 203px;
	vertical-align: middle;
	margin-right: 18px;
}
/*menu*/
.navigation {
	display: inline-block;
	width: 804px;
	font-size: 15px;
	vertical-align: middle;
	color: #fff;
	padding-right: 16px;
	position: relative;
}
.navigation li {
	list-style: none;
}
.menu-more {
	display: none;
	vertical-align: middle;
	background: url('images/arrow_down_yellow.svg')no-repeat;
	width: 16px;
	height: 9px;
	cursor: pointer;
}
.menu-more:hover {
	background: url('images/strzalka-wyszukiwarka.svg')no-repeat;
}
.menu-vertical {
    position: absolute;
	display: none;
	top: 35px;
	right: 0px;
}
.menu-horizontal {
	margin-top: 2px;
	font-size: 0px;
	overflow: hidden;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.menu-horizontal li {
	display: inline-block;
	margin-right: 16px;
	
}
.menu-horizontal li a{
	color: #fff;
    font-family: 'robotobold';
	font-size: 18px;
	text-decoration: none;
}
.menu-horizontal li a:hover {
	text-decoration: underline;
}
.menu-vertical li {
	display: block;
	background: none repeat scroll 0 0 #070707;
	margin-top: 1px;
	white-space: nowrap;
}
.menu-vertical li:hover {
	background: none repeat scroll 0 0 #f0dc01;
}
.menu-vertical li:hover a {
	color: #070707;
}
.menu-vertical li a{
	display: block;
	color: #fff;
    font-family: 'robotobold';
	font-size: 18px;
	text-decoration: none;
	padding: 10px 20px;
}
/*end menu*/
.search-img {
	background: url('images/magnifier.svg')no-repeat right center;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: 84px;
	cursor: pointer;
}
.search-img:hover {
	background: url('images/magnifier_hover.svg')no-repeat right center;
}
.search-box {
    background: none repeat scroll 0 0 #070707;
    display: none;
    font-size: 20px;
    height: 100%;
    left: 230px;
    position: absolute;
    top: 0;
    width: 885px;
	padding: 19px 0px;
}
.search-box form {
	border-left: 3px solid #EBD914;

}
.search-box form input[type="search"] {
	border: none;
	color: #fff;
	width: 680px;
	background: none;
	margin: 0px 0px 0px 10px;
}
#searchboxtop {
	position: relative;
}
#searchboxtop .szukaj_w {
	background: url('images/strzalka-wyszukiwarka.svg')no-repeat right center;
    border-left: 1px solid #F0DC01;
    height: 25px;
    right: 50px;
    top: 2px;
    width: 120px;
	padding-left: 5px;
}

#searchboxtop .szukaj_w select {
    color: #fff;
    font-size: 15px;
    top: 0;
    width: 140px;
	font-family: 'robotoregular';
	outline: #070707;
	cursor: pointer;
}
#searchboxtop .szukaj_w select option {
    color: #000;
	background: #f0dc01;
    top: 0;
}
#searchboxtop input[type="search"] {
	font-family: 'robotolight';
	font-size: 18px;
}

/*
#searchboxtop .szukaj_w select li {
	color: #000;
	background: #F0DC01;
}
#searchboxtop .szukaj_w select li:hover {
	color: #fff;
	background: #070707;
}

#searchboxtop .szukaj_w select #swszedzie:focus {
	color: #fff;
	background: #070707;
	outline: 0 none #444;
}

#searchboxtop .szukaj_w select option:hover, #searchboxtop .szukaj_w select:focus {
    color: #fff;
	background: #070707;
	outline: 0 none #070707;
} */
#searchbox {
	position: relative;
}
.szukaj_w {
   background: url('images/arrow_down_black.svg')no-repeat right center;
   height: 29px;
   overflow: hidden;
   width: 100px;
    position: absolute;
    right: 106px;
    top: 12px;
    border-left: 1px solid #ccc;
	height: 15px;
    z-index: 1;
	padding: 0px 0px 0px 0px;
}

.szukaj_w select {
   background: transparent;
   border: none;
   font-family: 'robotoregular';
   font-size: 14px;
   padding: 0px 0px 0px 5px; /* If you add too much padding here, the options won't show in IE */
   width: 120px;
	position: relative;
	top: -5px;
	margin: 0px;
	color: #666;
	box-shadow: none;
}

.wm-bottom1 {
	background:#f0dc01;
	padding-top: 69px;
	width: 100%;
	height: 190px;
	position: relative;
	top: 0px;
	z-index: 998;
	/*border-bottom: solid 1px #000000;*/
}

.mini .wm-bottom1 {
	position: fixed;
	padding-top: 0px;
	top: 0px;
	-webkit-transition: top 1s; 
	-moz-transition: top 1s; 
    transition: top 1s; 
}
/*.hide {
    -webkit-animation-name: Hidex;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	-webkit-animation-delay:0s;
    -moz-animation-name: Hide;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
	-moz-animation-delay:0s;
    animation-name: Hidei;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
	animation-delay:0s; 
}
@keyframes Hidei{
	from {top:-49px;}
	to {top:0px;}   
}

@-webkit-keyframes Hidex{
	from {top:-49px;}
	to {top:0px;}   
}
    
@-moz-keyframes Hide{
	from {top:-49px;}
	to {top:0px;} 
} 
.show {
    -webkit-animation-name: Showx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	-webkit-animation-delay:0s;
    -moz-animation-name: Show;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
	-moz-animation-delay:0s;
    animation-name: Showi;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
	animation-delay:0s; 
}
@keyframes Showi{
	from {top:0px;}
	to {top:-49px;}   
}

@-webkit-keyframes Showx{
	from {top:0px;}
	to {top:-49px;}   
}
    
@-moz-keyframes Show{
	from {top:0px;}
	to {top:-49px;} 
} */
.wm-bottom1-content {
	width: 1178px;
	margin: 0 auto;
	padding: 0px 9px;
	font-size: 0px;
}
.blogi-liberte {
	display: inline-block;
	width: 110px;
    font-family: 'robotolight';
	font-size: 24px;
	vertical-align: middle;
}
.blogi-liberte:hover {
	text-decoration: underline;
	cursor:pointer;
}
.blogi-liberte img {
	display: block;
}
.mini .blogi-liberte {
	font-size: 15px;
}
.mini .blogi-liberte img{
	display: inline-block;
	margin-left: 4px;

}
.autorzy-blogow {
	display: inline-block;
	width: 1050px;
	height: 121px;
	overflow: hidden;
	vertical-align: middle;
}
.mini .autorzy-blogow {
	height: 49px;
	/*-webkit-transition: height 1s; */
   /* transition: height 1s; */
}

.autor-blogu {
	float: left;
	width: 150px;
	position: relative;
	/*background: #2e796e;*/
	background: #000000;
	cursor: pointer;
}
.mini .autor-blogu {
	width: 61px;
}
.autor-blogu:hover  img {
	opacity: 0.5;
}
.autor-blogu:hover .autor-blogu-info  {
	display: block;
}
.mini .autor-blogu:hover .autor-blogu-info  {
	display: none;
}
.autor-blogu-info {
	position: absolute;
	top: 15px;
	left: 10px;
	display: none;
	color: #f0dc01;
	text-transform: uppercase;
}
.autor-star {
	font-size: 29px;
    font-family: 'robotoblack';
	line-height: 10px;
}
.autor-name {
	font-size: 15px;
    font-family: 'roboto_condensedbold';
	/*line-height: 20px;*/
	line-height: 1;
}
.autor-name span {
	display: block;
}
a .autor-blogu-info .autor-name:hover {
	text-decoration: none;
}
.autor-surname {
	font-size: 15px;
    font-family: 'roboto_condensedbold';
	line-height: 15px;
}
.autorzy-blogow-list {
	width: 1160px;
	max-height: 270px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	background: #f0dc01;
	padding-bottom: 10px;
}
.autorzy-blogow-list .abl-blog {
	background: #f0dc01;
	position: relative;
	font-size: 0px;
	margin: 10px 10px 0px 10px;
	float: left;
	width: 212px;
	height: 52px;
}
.autorzy-blogow-list .abl-blog:hover {
	background: #000;
}
.autorzy-blogow-list .abl-blog:hover .abl-blog-name, .autorzy-blogow-list .abl-blog:hover .abl-blog-star {
	color: #fff;
}

.autorzy-blogow-list .abl-blog img {
	border: 1px solid #070707;
	width: 65px;
}
.autorzy-blogow-list .abl-blog a {
}
.autorzy-blogow-list .abl-blog-opis {
	position: absolute;
	top: 13px;
	left: 75px;
}
.autorzy-blogow-list .abl-blog-star {
	font-family: 'roboto_condensedbold';
	font-size: 20px;
	line-height: 10px;
	color: #000;
}
.autorzy-blogow-list .abl-blog-name {
    font-family: 'roboto_condensedbold';
	font-size: 14px;
	line-height: 14px;
	color: #000;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
#article-content a, .entry-content a {
	color: red;
}
#article-content a:hover, .entry-content a:hover {
	text-decoration: underline;
}
a.post-edit-link {font-size: 15px; font-family: 'roboto_condensedbold'; margin-bottom: 15px; color: #000; display: block;}
a.post-edit-link:hover {text-decoration: underline;}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}



/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#main-wrap {
	width: 1178px;
	padding: 0px 9px;
	/*margin: 30px auto 30px;*/
	margin: 30px auto 30px;
}
#content {
	overflow: hidden;
}
#primary {
	float: left;
	width: 822px;
	max-width: 100%;
	margin-right: 38px;
}
#primary.full-width {
	float: none;
	width: 1160px;
	max-width: 100%;
	margin-right: 0px;
}
#secondary {
	float: left;
	width: 300px;
	max-width: 100%;
}
#colophon {
	background: #070707;
	width: 100%;
}
/*--------------------------------------------------------------
	FOOTER
--------------------------------------------------------------*/
#footer {
	width: 1178px;
	padding: 29px 9px;
	margin: 0 auto;
	text-align: center;
}
.footer-title {
	color: #fff;
	font-size: 13px;
	font-family: 'robotolight';
	margin-bottom: 20px;
}
.footer-mecenasi {
	margin-bottom: 35px;
}
.footer-mecenasi a {
	margin: 0px 20px;
}
.footer-reklamy {
	margin-bottom: 35px;
	font-size: 0px;
	display: none;
}
#reklama {
	text-align: center;
	font-size: 0px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 13px;
	display: none;
	border-top: 1px solid rgb(218, 216, 216);
}
#reklama::before {
	font-family: 'robotolight';
	font-size: 10px;
    content: "REKLAMA";
    color: #dad8d8;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 100px;
} 
.reklama {
	display: inline-block;
	margin-left: -6px;
}
.reklama div {
	margin: 0px 5px;
}
.reklama div embed {
	border: 1px solid #dad8d8;
}
.footer-social .strefa-social {
	margin-bottom: 20px;
}
.footer-social .sc-facebook, .footer-social .sc-twitter, .footer-social .sc-rss {
    background-color: #070707;
    float: none;
	display: inline-block;
    height: 57px;
    margin-left: 9px;
    width: 94px;
}
.footer-menu {
	margin-bottom: 20px;
}
.footer-menu a {
	font-family: 'robotoregular';
	font-size: 13px;
	color: #fff;
	margin: 0px 5px;
}
.footer-copyright, .footer-inne {
	color: #fff;
	font-size: 11px;
	font-family: 'robotolight';
}
.footer-menu a, .footer-copyright a, .footer-inne a {
	color: #fff;
}
.footer-menu a:hover, .footer-copyright a:hover, .footer-inne a:hover {
	text-decoration: underline;
}
.footer-inne img {
	vertical-align: middle;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comments-area label{
	display: block;
}
.comments-area .sharedaddy {
	display: none;
}
/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}
.comment-content {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {

	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	border-bottom: 2px solid #070707;
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	font-family: 'robotolight';
	font-size: 12px;
	line-height: 1.2;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	overflow: hidden;
}

.gallery-item {
	float: left;
	text-align: center;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.gallery-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery-item .gallery-icon {
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	margin: 5px;
}
.gallery-item .gallery-icon a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(50%, 50%);
    width: 100%;
}
.gallery-item img {
	left: 0;
	top:0;
	position: absolute;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
}
.landscape img {
	max-width: none;
	max-height: 100%;
}
.portrait img {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
13 Custom style
--------------------------------------------------------------*/
/************************************************************************************************
	FRONT PAGE
************************************************************************************************/
#front-page-top {

}
#front-page-left {
	width: 822px;
	max-width: 100%;
	margin-right: 38px;
	float: left;
}
#front-page-right {
	width: 300px;
	max-width: 100%;
	float: left;
}
#front-page-bottom {
	width: 100%;
	clear: both;
}
/*--------------------------------------------------------------
	HOT NEWS
--------------------------------------------------------------*/

.hot_news {
	/*border-bottom: 4px solid #070707;*/
	width: 100%;
	margin: 0px 0px 0px 0px !important;
	padding: 6px 0px;
	background-color: #f6f6f6;
}
.page-id-23535 .hot_news {
	margin-bottom: 32px !important;
}
ul.ticker {
	display: block;
	max-width: 1178px;
	padding: 0px 9px;
	margin: 0 auto;
	height: 20px;
	overflow: hidden;
	/*background-color: #e7e7e7;*/
}
ul.ticker li {
	display: block;
	overflow: hidden;
	width: 100%;
}
/*.hot_new_title {
	background-color: red;
	color: #fff;
    font-family: 'robotoblack';
	font-size: 16px;
	line-height: 20px;
	float: left;
	display: block;
	padding: 0px 5px;*/
	

.hot_new_title {
	color: #d71010;
    font-family: 'robotoblack';
	font-size: 16px;
	line-height: 20px;
	float: left;
	display: block;
	padding: 0px 5px;
}
ul.ticker li span {
	float: left;
	display: block;
	margin-left: 3px;
	line-height: 20px; 
	overflow: hidden;
	font-family: 'robotobold';
	font-size: 16px;
}
ul.ticker li span a {
	color: #000;
    font-family: 'robotobold';
	font-size: 16px;
	line-height: 20px;
}
ul.ticker li span a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------
	SOCIAL FRONT PAGE
--------------------------------------------------------------*/
.follow-liberte {
	margin-bottom: 10px;
	margin-top: 10px;
}
.twitter-follow-button, .fb_iframe_widget {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
/*--------------------------------------------------------------
	SLIDER
--------------------------------------------------------------*/

.slider {
	width: 100%;
	height: 391px;
	overflow: hidden;
	font-size: 0;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-top: 9px solid #070707;
	border-bottom: 4px solid #070707;
}
.slider ul {
	width: 100%;
	height: 100%;
	margin-left: -822px;
}

.slider li {
	position: relative;
	width: 822px;
	height: 100%;
	margin-left: 0px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	border-bottom: 9px solid #070707;
}

.slider.sblogi li {
	border-bottom: 9px solid #f0dc01;
}

.slider li .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 223px;
	height: 347px;
	background-color: rgba(252, 198, 2,0.5);
}

.slider li:hover .hover {
	display: block;
}

.slider li:first-child {
	margin-left: 0px;
}
.slider nav span:hover {
	opacity: 1;
}

.slider nav .prev {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: 20px;
	cursor: pointer;
	background-color: #FFF;
}

.slider nav .prev span {
	position: absolute;
	left: 50%;
	bottom: 3px;
	width: 8px;
	height: 13px;
	background: transparent url('images/arrow_slider_left.svg') no-repeat 0 0;
}

.slider nav .next {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	height: 20px;
	cursor: pointer;
	background-color: #FFF;
}

.slider nav .next span {
	position: absolute;
	left: 50%;
	bottom: 3px;
	width: 8px;
	height: 13px;
	background: transparent url('images/arrow_slider_right.svg') no-repeat 0 0;
}

.slider nav .prev:hover,
.slider nav .next:hover {
	background-color: black; 
}

.slider.sblogi nav .prev:hover,
.slider.sblogi nav .next:hover {
	background-color: #f0dc01; 
}

.slider nav .prev:hover span {
	background: transparent url('images/arrow_slider_left_hover.svg') no-repeat 0 0;
}

.slider nav .next:hover span {
	background: transparent url('images/arrow_slider_right_hover.svg') no-repeat 0 0;
}
.slider .description {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slider h1 {
	margin: 17px 100px 14px 17px;
}
.slider h1 span {
	font-size: 50px;
	font-family: 'Adagio_Slab-Bold';
	line-height: 1.25;
	color: #000;
}
.slider h1 span:hover {
	text-decoration: underline;
}

.slider .no-thumbnail h1 span {
	color: #FFF;
}

.slider .slider-post-cat {
	font: 13px/12px 'roboto_condensedregular';
	margin: 14px 100px 0px 17px;
	background-color: #000;
	padding: 0px 5px 2px;
	color: #FFF;
}
.slider .slider-post-cat:hover {
	text-decoration: underline;
}
.slider .no-thumbnail .slider-post-cat  {
	background-color: #FFF;
	color: #000;
}

.slider .slider-autor {
	position: absolute;
	bottom: 17px;
	left: 17px;
	color: black;
}

.slider .no-thumbnail .slider-autor {
	color: #FFF;
}

.slider .slider-autor img {
	border: 1px solid #070707;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.slider .slider-autor .slider-autor-info {
	display: inline-block;
	vertical-align: bottom;
}

.slider .no-thumbnail .slider-autor .slider-autor-info > div, .slider .no-thumbnail .slider-autor .slider-autor-info .autor-name a {
	color: #FFF;
}

.slider .thumbnail {
	opacity: 0.33;
}
.slider .no-thumbnail {
	background: #070707;
	width: 100%;
	height: 100%;
}
.slider .no-thumbnails {
	background: #070707;
	width: 100%;
	height: 100%;
}
.slider .slider-comments {
    font: 11px/23px 'robotobold';
	color: #000;
	width: 36px;
	height: 38px;
	position: absolute;
	bottom: 17px;
	right: 17px;
	text-align: center;
	padding: 2px 0 13px;
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
}
.slider .no-thumbnail .slider-comments {
	background: transparent url('images/comment_balloon_white.svg') no-repeat center center;
	color: #FFF;
}
.slider .no-thumbnail .slider-autor img {
		border: 1px solid #fff;
}
/*--------------------------------------------------------------
	PRAWA STRONA
--------------------------------------------------------------*/
.strefa-social {
	overflow: hidden;
	margin-bottom: 10px;
}
.sc-facebook, .sc-twitter, .sc-rss {
	width: 94px;
	height: 57px;
	margin-left: 9px;
	background-color: #070707;
	float: left;
}
.sc-facebook:hover {	background-color: #3a6ed7;}
.sc-twitter:hover {	background-color: #2da5da;}
.sc-rss:hover {	background-color:  #f89122;}
.strefa-social a:first-child div {
	margin-left: 0px;
}
.dcwss.dc-feed {
	margin-bottom: 10px;
}
.newsletter {
	margin-bottom: 20px;
	overflow: hidden;
}
.newsletter-title {
	font-family: 'robotolight';
	font-size: 15px;
	margin-bottom: 5px;
}
.newsletter #WFIheader, .wf-labelpos, #WFIfooter {display: none !important; height: 0px !important;}
.newsletter #WFIheader span {font-size: 0px !important;}
#WFIcenter ul {
	margin: 0px;
}
#WFIcenter li {
	float: left;
}
#WFIcenter .wf-button {
	background: #070707;
	color: #fff;
	box-shadow: none;
	border-radius: 0px;
	display: inline-block;
	vertical-align: top;
	border: 0px solid black;
	padding: 8px 20px;
	height: 28px;
	margin: 0px;
	font-family: 'robotolight';
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
}
#WFIcenter .wf-input {
	display: inline-block;
	border-radius: 0px;
	border: 1px solid #070707;
	margin: 0px 5px 0px 0px;
	width: 192px;
	height: 28px;
	font-family: 'robotoregular';
	font-size: 12px;
	color: #000;
}
.blogi-header #WFIcenter .wf-input {
	background: #F0DC01;
}
.toolTipElem .arrPoint {background: url("images/error_arrow_up.gif") no-repeat scroll 0px 0px transparent !important; border: none !important;}
.toolTipElem > div {border: 1px solid #070707 !important; border-radius: 0px !important; background: #fff !important;}
.toolTipElem .errorMsg {background: #fff !important;}
.toolTipElem p {font-size: 13px !important; font-family: 'robotolight';}

.pobierz-nowe-wydanie {
	margin: 0 0 20px;
}

/*-----MEDIA O NAS SIDEBAR-------------------------------------------------------*/
.media-o-nas {
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 4px solid #070707;
}
.media-o-nas ul {
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	max-height: 137px;
}
.media-o-nas-wpis {
	position: relative;
	font-size: 0;
	border-width: 5px 0px 5px 0px;
	border-style: solid;
	border-color: #000;
	width: 300px;
	display: inline-block;
	vertical-align: top;
}
.media-o-nas-wpis img {
	opacity: 0.33;
}
.media-o-nas-wpis .no-image {
	width: 100%;
	height: 127px;
	background-color: #000;
}
.media-o-nas-wpis .description {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 17px;
	width: 100%;
}
.media-o-nas-wpis .description h1 {
	font-family: 'Adagio_Slab-Bold';
	font-size: 14px; /*18px;*/
	display: block;
	width: 100%;
	color: #000;
	margin-bottom: 10px;
}
.media-o-nas-wpis .description .post-cat {
    font-family: 'roboto_condensedregular';
	font-size: 13px;
	line-height: 12px;
	color: #fff;
	display: inline-block;
	padding: 2px 5px 4px;
	background: #000;
}
.media-o-nas-wpis .description .post-cat:hover {
	text-decoration: underline;
}
.media-o-nas-wpis .description h1:hover {
	text-decoration: underline;
}
.media-o-nas-wpis.no-image-color .description h1 {
	color: #fff;
}
.media-o-nas-wpis.no-image-color .description .post-cat {
	background-color: #fff;
	color: #000;
}

.media-o-nas nav .prev, .wydarzenia6d nav .prev {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: 20px;
	cursor: pointer;
	background-color: #FFF;
}

.media-o-nas nav .prev span, .wydarzenia6d nav .prev span {
	position: absolute;
	left: 50%;
	bottom: 3px;
	width: 8px;
	height: 13px;
	background: transparent url('images/arrow_slider_left.svg') no-repeat 0 0;
}

.media-o-nas nav .next, .wydarzenia6d nav .next {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	height: 20px;
	cursor: pointer;
	background-color: #FFF;
}

.media-o-nas nav .next span, .wydarzenia6d nav .next span {
	position: absolute;
	left: 50%;
	bottom: 3px;
	width: 8px;
	height: 13px;
	background: transparent url('images/arrow_slider_right.svg') no-repeat 0 0;
}
.media-o-nas nav .prev:hover,
.media-o-nas nav .next:hover,
.wydarzenia6d nav .prev:hover,
.wydarzenia6d nav .next:hover {
	background-color: black; 
}

.media-o-nas nav .prev:hover span, .wydarzenia6d nav .prev:hover span {
	background: transparent url('images/arrow_slider_left_hover.svg') no-repeat 0 0;
}

.media-o-nas nav .next:hover span, .wydarzenia6d nav .next:hover span {
	background: transparent url('images/arrow_slider_right_hover.svg') no-repeat 0 0;
}
/*---END MEDIA O NAS SIDEBAR------------------------------------------------*/

/*-----WYDARZENIA SIDEBAR-------------------------------------------------------*/
.wydarzenia6d {
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	position: relative;
	border-bottom: 4px solid #070707;
	background: #000;
}
.wydarzenia6d-heder {
	display: block;
	height: 92px;
	background: transparent url('images/6dzielnica_bg.png') no-repeat 0 0;
}
.wydarzenia6d-logo {
	background: transparent url('images/6dzielnica.svg') no-repeat 0 0;
	width: 39px;
	height: 68px;
	display: inline-block;
	margin: 11px;
	vertical-align:  middle;
}
.wydarzenia6d-napis {
	color: #fff;
	display: inline-block;
	vertical-align:  middle;
	font-family: roboto_condensedregular;
	font-size: 21px;
	line-height: 1;
}
.wydarzenia6d-wpisy {
	height: 227px;
	padding-bottom: 20px;
}
.wydarzenia6d-wpisy ul {
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}
.wydarzenia6d-wpisy li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 300px;
}
.wydarzenia6d-opis {
	height: 100px;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}
.wydarzenia6d-data {
		margin-bottom: 5px;
		height: 19px;
}
.wydarzenia6d-data span.data6d {
	background: url("images/calendar.svg") no-repeat scroll left center transparent;
	padding-left: 26px;
	font-family: robotobold;
	font-size: 12px;
	display: inline-block;
	line-height: 19px;
	margin-right:5px;
}
.wydarzenia6d-data span.godzina6d {
	background: url("images/time.svg") no-repeat scroll left center transparent;
	padding-left: 26px;
	font-family: robotobold;
	font-size: 12px;
	display: inline-block;
	line-height: 19px;
}
.wydarzenia6d-title a {
	font-size: 15px;
	font-family: robotobold;
	color: #ffffff;
}

.wydarzenia6d-title a:hover{
	text-decoration: underline;
}
/*-----END WYDARZENIA SIDEBAR-------------------------------------------------------*/
.napis {
	font-family: 'robotobold';
	font-size: 21px;
	line-height: 1;   
}

/*--------------------------------------------------------------
	TEMAT MIESIACA
--------------------------------------------------------------*/
#temat-miesiaca {
	padding-bottom: 18px;
	border-width: 0px 0px 9px 0px;
	border-style: solid;
	margin: 0px 0px 30px 0px;
}
.tm-belka {
	position: relative;
	font-size: 0px;
}
.tm-belka img {
	opacity: 0.75;
}
.tm-tintka {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.75;
}
.tm-header {
	position: absolute;
	top: 45px;
	left: 30px;
}
.tm-title-tm {
	font-family: 'roboto_condensedbold';
	font-size: 25px;
	color: #fff;
}
.tm-title {
	font-family: 'robotolight';
	font-size: 50px;
	color: #fff;
	line-height: 1;
}
.tm-category {
	position: absolute;
	bottom: 12px;
	right: 10px;
	font-family: 'roboto_condensedbold';
	font-size: 15px;
}
.tm-category a{
	color: #fff;
}
.tm-category a:hover{
	text-decoration: underline;
}
/*--------------------------------------------------------------
	Liberte sklep on-inline
--------------------------------------------------------------*/
.shop-liberte:hover img {
	opacity: .7;
}
/*--------------------------------------------------------------
	Najnowsze artykuły z kraju i ze świata
--------------------------------------------------------------*/
.pw-header {
	font-family: 'robotobold';
	font-size: 21px;
	line-height: 1;
	margin: 10px 0;
}    
/*--------------------------------------------------------------
	WPISY TEMPLATE
--------------------------------------------------------------*/
.wpisy-template {
	overflow: hidden;
}
.wpisy-template .wpis-template:nth-child(even) {
	margin-left: 18px;
}
.wpis-template {
	position: relative;
	font-size: 0;
	border-width: 5px 0px 5px 0px;
	border-style: solid;
	width: 571px;
	max-height: 257px;
	margin-top: 18px;
	float: left;
}
.wpis-tintka {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.75;
}
.wpis-template img {
	opacity: 0.33;
}
.wpis-template .wpis-no-image {
	width: 100%;
	height: 247px;
}
.wpis-description {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 17px;
	width: 100%;
}
.wpis-description h1 {
	display: block;
	width: 100%;
	padding: 0px 54px 0px 0px;
	margin-bottom: 10px;
}
.wpis-description h1 span{
	font-family: 'Adagio_Slab-Bold';
	font-size: 31px;
	line-height: 1.25;
}
.wpis-description .wpis-video, .description .wpis-video {
	background: transparent url('images/play_video_black.svg') no-repeat center center;
    height: 37px;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 37px;
	z-index: -1;
}
.wpis-description .wpis-post-cat {
    font-family: 'roboto_condensedregular';
	font-size: 13px;
	line-height: 12px;
	color: #fff;
	display: inline-block;
	padding: 2px 5px 4px;
}
.wpis-autor {
	color: #000;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 0px 17px 17px;
}
.wpis-autor img {
	border: 1px solid #070707;
	display: inline-block;
	margin-right: 10px;
	opacity: 1;
}
.wpis-autor .wpis-autor-info {
	display: inline-block;
	vertical-align: bottom;
	max-width: 85%;
}
a .autor-name:hover, .autor-name a:hover {
	text-decoration: underline;
}
.wpis-description a h1 span:hover {
	text-decoration: underline;
}
.wpis-description a .wpis-post-cat:hover {
    text-decoration: underline;
}
.wpis-comments {
    font-family: 'robotobold';
	font-size: 11px;
	line-height: 23px;
	color: #000;
	display: block;
	width: 36px;
	height: 38px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	padding: 2px 0 13px;
	margin: 0px 17px 17px 0px;
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
}
.sum-comments-count,
.lb-comments .sum-comments-count,
.acomments.sum-comments-count,
.blog-front-post .bfp-comments.sum-comments-count {
	display: none;
}
.no-image-color .wpis-video,
.no-thumbnail .wpis-video {
	background: transparent url('images/play_video_white.svg') no-repeat center center;
}
.no-image-color .wpis-comments {
	background: transparent url('images/comment_balloon_white.svg') no-repeat center center;
}
.no-image-color .wpis-description h1, .no-image-color .wpis-autor, .no-image-color .wpis-autor a, .no-image-color .wpis-comments {
	color: #fff;
}
.no-image-color .wpis-description .wpis-post-cat {
	background-color: #fff;
}
.no-image-color .wpis-autor img {
	border-color: #fff;
}
/*--------------------------------------------------------------
	END WPISY TEMPLATE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	WPISY TEMPLATE SMALL pobierany z zwykłego zmienione pare styli
--------------------------------------------------------------*/
.article-podobne {
	overflow: hidden;
	border-width: 9px 0px 9px 0px;
	border-style: solid;
	padding: 20px 0px;
	margin: 0px 0px 30px 0px;
}
.article-podobne .wpis-template-small:nth-child(even) {
	margin-left: 20px;
}
.wpis-template-small {
	position: relative;
	font-size: 0;
	border-width: 5px 0px 5px 0px;
	border-style: solid;
	width: 401px;
	float: left;
	height: 184px;
}
.wpis-template-small img {
	opacity: 0.33;
	height: 174px;
}
.wpis-template-small .wpis-no-image {
	width: 100%;
	height: 174px;
}
.wpis-template-big .wpis-no-image {
	width: 100%;
	height: 349px;
}
.wpis-template-big {
	width: 822px;
	height: 349px;
}
.wpis-template-big img {
	height: auto;
}
.wpis-template-small .wpis-description h1 {
	display: block;
	width: 100%;
	padding: 0px 54px 0px 0px;
}
.wpis-template-small .wpis-description h1 span{
	font-family: 'Adagio_Slab-Bold';
	font-size: 20px;
	line-height: 1.25;
}
/*For blog post (zolte)*/
.wpis-template-small.bp.no-image-color .wpis-comments {
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
	color: #000;
}
/*--------------------------------------------------------------
	END WPISY TEMPLATE SMaLL
--------------------------------------------------------------*/
/************************************************************************************************
	END FRONT PAGE
************************************************************************************************/

/************************************************************************************************
	ARTICLE WPIS
************************************************************************************************/
#article-left {
	width: 822px;
	max-width: 100%;
	margin-right: 38px;
	float: left;
}
#article-right {
	width: 300px;
	max-width: 100%;
	float: left;
}
#article-content {
	overflow: hidden;
}
.article-content-left-social {
	float: left;
	width: 74px;
	max-width: 100%;
	margin-right: 20px;
	position: relative;
	z-index: 10;
}
.facebook, .twitter, .googleplus, .pocket {
	margin-bottom: 20px;
}

.article-content-right-content {
	float: left;
	/*width: 728px;*/
	max-width: 100%;
	line-height: 26px;
}

.a-cat-and-date {
	overflow: hidden;
	border-bottom: 9px solid #070707;
	margin: 0px 0px 20px 0px;
	font-size: 0px;
}
.acategory {
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: bottom;
    width: 717px;
}
.acategory a {
    background: none repeat scroll 0 0 #070707;
    color: #fff;
    font-family: 'roboto_condensedregular';
    font-size: 13px;
	text-transform: uppercase;
    line-height: 16px;
    margin-right: 1px;
    padding: 0px 3px;
}
.acategory a:hover, .article-tags a:hover {
    text-decoration: underline;
}
.adate {
    display: inline-block;
    /*font-family: 'roboto_condensedregular';*/
	font-family: 'robotobold';
    /*font-size: 15px;*/
	font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
    text-align: right;
    vertical-align: bottom;
    width: 105px;
}
.a-title-and-comments {
	position: relative;
	padding: 0px 36px 0px 0px;
}
.article-title h1 {
	font-family: 'Adagio_Slab-Bold';
	font-size: 40px; /*60px*/
	line-height: 1.3; /*70px*/
	/*line-height: 55px; 70px*/
}
.article-title .entry-meta {
	line-height: 1;
	font-size: 15px; 
	margin-top: 5px;
}
.article-title .entry-meta a {
	font-family: 'roboto_condensedbold';
	font-size: 15px;
	color: #070707;
	display: none;
}
.sharedaddy { margin-top: 26px;}
.acomments {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: 'robotobold';
	font-size: 11px;
	line-height: 23px;
	display: block;
	width: 36px;
	height: 38px;
	text-align: center;
	padding: 2px 0 13px;
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
}
#article-content {
	margin-top: 30px;
}
.article-tags {
	overflow: hidden;
	text-transform: uppercase;
	margin-bottom: 30px;
    font-size: 13px;
}
.article-tags span {
	margin-right: 5px;
	font-family: 'roboto_condensedbold';
}
#article-content .article-tags a {
    background: none repeat scroll 0 0 #504f4e;
    color: #fff;
    line-height: 18px;
    margin-right: 1px;
    padding: 0px 4px;
	font-family: 'roboto_condensedregular';
	display: inline-block;
}
.lead {
	font-family: 'pt_serifbold';
	font-size: 19px;
	line-height: 25px;
}
/*--------------------------------------------------------------
	Autor on sidebar post
--------------------------------------------------------------*/
.article-autor {
	margin-bottom: 10px;
	font-size: 0px;
	position: relative;
}
.article-autor a img:hover {
	opacity: 0.5;
}
.article-o-autorze {
	font-family: 'robotobold';
	font-size: 11px;
	color: #fff;
	background: #070707;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 4px;
	text-transform: uppercase;
}
.article-autor-info {
	background: #070707;
	color: #fff;
	padding: 15px 10px 10px 10px;
}
.article-autor-info a {
	color: #fff;
}
.article-autor-info a:hover {
	text-decoration: underline;
}
.article-autor-star {
	font-size: 44px;
    font-family: 'robotoblack';
	line-height: 25px;
}
.article-autor-name {
	font-size: 23px;
    font-family: 'roboto_condensedbold';
	line-height: 25px;
	text-transform: uppercase;
}
.article-autor-name span{
	display: block;
}
.article-autor-opis {
	font-family: 'robotolight';
	font-size: 14px;
	margin-top: 10px;
	line-height: 19px;
}
.article-autor-twitter {
	background: url("images/twitter_icon.svg") no-repeat scroll left center / 28px auto transparent;
	font-family: 'robotolight';
	font-size: 12px;
	padding: 0px 0px 0px 25px;
	margin-top: 10px;
}
.article-autor-twitter a {
	color: #fff;
}
/************************************************************************************************
	END ARTICLE WPIS
************************************************************************************************/
/************************************************************************************************
	PAGES
************************************************************************************************/
.page-title h1.entry-title {
	font-size: 30px;
	margin-bottom: 16px;
	font-family: 'robotolight';
}
.entry-content {line-height: 26px;}
/*--------------------------------------------------------------
	PAGE BLOGI
--------------------------------------------------------------*/

#blogi-header-wrap {
	background: #f0dc01;
	width: 100%;
	margin-top:-32px;
}
.blogi-header {
	width: 1178px;
	padding: 9px 9px;
	margin: 0 auto;
	overflow: hidden;
}
.blogi-header-left {
	width: 822px;
	float: left;
	max-width: 100%;
	margin-right: 38px;
}
.blogi-header-right {
	width: 300px;
	float: left;
	max-width: 100%;
	margin-top: 8px;
}
.blogi-header-star {
	font-family: 'robotoblack';
	font-size: 44px;
	line-height: 30px;
	margin-bottom: -7px;
}
.blogi-header-name1, .blogi-header-name2 {
	font-family: 'robotobold';
	font-size: 35px;
	text-transform: uppercase;
}
.blogi-header-haslo {
	font-family: 'robotolight';
	font-size: 14px;
	margin: 10px 0px;
}
.blogi-header-buttons {}
.blogi-header-button {
	color: #fff;
	background: #070707;
	display: inline-block;
	padding: 0 8px;
	line-height: 26px;
	font-size: 14px;
	font-family: 'roboto_condensedbold';
}
/*--------------------------------------------------------------
	LIST BLOGS TEMPLATE SMALL 
--------------------------------------------------------------*/
.lb-bgcolor { }
.lb-font-color, .no-image-color .lb-font-color { color: #000; }
.list-blogs {
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.list-blogs .list-blogs-template-small:nth-child(even) {
	margin-left: 20px;
}
.list-blogs-template-small {
	position: relative;
	font-size: 0;
	width: 401px;
	max-height: 245px;
	float: left;
	margin-top: 25px;
}
.list-blogs-template-small img {
	opacity: 0.33;

}
.list-blogs-template-small .lb-no-image {
	width: 100%;
	height: 174px;
	background-color: #f0dc01;
}
.lb-content {
	position: relative;
	border-width: 5px 0px 5px 0px;
	border-style: solid;
	border-color: #f0dc01;
	clear: both;
	margin-top: 10px;
	height: 184px;
}
.lb-description {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 17px;
	width: 100%;
}
.lb-description h1 span {
	font-family: 'Adagio_Slab-Bold';
	font-size: 40px;
	line-height: 1.25;
	display: block;
	width: 100%;
	color: #000;
}
.list-blogs-template-small .lb-description h1 span {
	font-size: 31px;
}
.lb-description h1 span:hover {
	text-decoration: underline;
}
.lb-autor {
	color: #000;
	display: inline-block;
	width: 70%;
	padding: 0px;
}
.lb-autor img {
	border: 1px solid #070707;
	display: inline-block;
	margin-right: 10px;
	opacity: 1;
}
.lb-autor .lb-autor-info {
	display: inline-block;
	vertical-align: bottom;
}
.lb-comments {
	display: inline-block;
	width: 30%;
	text-align: right;
	vertical-align: bottom;
}
.lb-comments-number {
    font-family: 'robotobold';
	font-size: 11px;
	line-height: 23px;
	color: #000;
	float: right;
	width: 36px;
	height: 38px;
	text-align: center;
	padding: 2px 0 13px;
	margin: 0px 0px;
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
}
/*--------------------------------------------------------------
	END LIST BLOGS TEMPLATE SMALL 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	LIST BLOGS TEMPLATE SMALL 2
--------------------------------------------------------------*/
.lb-font-color, .no-image-color .lb-font-color { color: #000; }
.list-blogs-template-small-2 {
	position: relative;
	font-size: 0;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list-blogs-template-small-2 img {
	opacity: 0.33;
}
.list-blogs-template-small-2 .lb-no-image {
	height: 279px;
	background: #f0dc01;
}
.list-blogs-template-small-2 .lb-content {
	display: inline-block;
	margin-top: 0px;
	width: 622px;
	/*height: 289px; zmienione 20-10-2014*/
	height: 279px;
}
.list-blogs-template-small-2 .lb-autor {
	width: 200px;
	vertical-align: top;
}
.lb-autor img {
	opacity: 1;
}
.list-blogs-template-small-2 .autor-sopis {
	font-family: 'roboto_condensedregular';
	font-size: 15px;
	color: #000;
	margin-top: 5px;
	margin-right: 20px;
}
.list-blogs-template-small-2 .lb-comments-number {
    font-family: 'roboto_condensedregular';
	font-size: 11px;
	line-height: 23px;
	color: #000;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 36px;
	height: 38px;
	text-align: center;
	padding: 2px 0 13px;
	margin: 0px 17px 17px 0px;
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
}
/*--------------------------------------------------------------
	END LIST BLOGS TEMPLATE SMALL 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	SLIDER BLOGI
--------------------------------------------------------------*/
#slider.sblogi {
	border-top: 9px solid #f0dc01;
	border-bottom: 4px solid #f0dc01;
}
#slider.sblogi nav {
	/*border-top: 9px solid #f0dc01;*/
}
#slider.sblogi .no-image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #f0dc01;
}
#slider.sblogi .no-image h1 {
	color: #000;
}
#slider.sblogi .no-image-color .slider-comments {
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
}
#slider.sblogi .no-image-color .description .slider-post-cat { color: #fff; background: #000;}
#slider.sblogi .no-image-color .description h1, #slider.sblogi .no-image-color .slider-autor, #slider.sblogi .no-image-color .slider-comments {
	color: #000;
}
/*--------------------------------------------------------------
	END SLIDER BLOGI
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	ARTYKULY AUTORA
--------------------------------------------------------------*/
.author-articles {
	overflow: hidden;
	padding: 0px;
	margin: -20px 0px 30px 0px;
}
.author-articles .wpis-template-small:nth-child(even) {
	margin-left: 20px;
}
.author-articles .wpis-template-small {
	margin-top: 20px;
}
/*--------------------------------------------------------------
	END ARTYKULY AUTORA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	SEARCH PAGE
--------------------------------------------------------------*/
.search-articles {
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.search-articles .wpis-template-small:nth-child(even) {
	margin-left: 20px;
}
.search-articles .wpis-template-small {
	margin-top: 20px;
}
/*--------------------------------------------------------------
	END SEARCH PAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	RADA PATRONACA
--------------------------------------------------------------*/
#rada-patronacka {}
.rp_osoba { padding: 0px 0px 23px 0px; margin: 0px 0px 23px 0px; border-bottom: 5px solid #070707; font-size: 0px;}
.rp_zdjecie { display: inline-block; width: 300px; margin-right: 23px;}
.rp_info {display: inline-block; width: 837px; vertical-align: top;}
.rp_imie_nazwisko { font-size: 23px; font-family: 'pt_serifbold';}
.rp_opis { font-size: 17px; font-family: 'pt_serifregular';}
/*--------------------------------------------------------------
	END RADA PATRONACA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	POBIERZ LIBERTE
--------------------------------------------------------------*/
#magazyny {position: relative;}
#magazyny .magazyny-tytul {font-family: 'robotobold'; font-size: 20px; line-height: 1; margin-bottom: 10px;}
.magazyn { margin-bottom: 35px; }
.mContent {font-size: 0px; border-top: 4px solid #070707; padding-top: 18px;}
.mContent .mLeft {display: inline-block; margin-right: 10px; width:262px; position: relative;}
.mContent .mLeft img {border: 1px solid #000; }
#fullsize {
    position: absolute;
	bottom: 0px;
	left: 0px;
}
#fullsize.hidden {
    display: none;
}
.mContent .mLeft .mSpisTresci {font-family: 'robotobold'; font-size: 17px; line-height: 1; background: url("images/content_list.svg") no-repeat scroll left center; padding: 0px 0px 3px 25px; margin-top: 12px; color: #000;}
.mContent .mRight {display: inline-block; vertical-align: top; width: 550px; font-size: 17px;}
.mContent .mRight .mTitle {font-family: 'robotoblack'; font-size: 25px; line-height: 1; margin-bottom: 23px;}
.mContent .mRight .wNumerze {}
.mContent .mRight .wNumerze span {font-family: 'robotobold'; font-size: 15px; line-height: 1; margin-bottom: 18px; display: block;}
.mContent .mRight .wNumerze .mTytulArtykulu {font-family: 'robotobold'; font-size: 17px; line-height: 1; margin-bottom: 5px;}
.mContent .mRight .wNumerze .mTrescArtykulu {font-family: 'robotolight'; font-size: 17px; line-height: 1; margin-bottom: 18px;}
.mBottom {overflow: hidden; margin-bottom: 18px;}
.mBottom .mKup {float: right; font-family: 'robotobold'; font-size: 20px; line-height: 1.2; margin-top: 23px; padding: 16px 23px; background: red; color: #fff;}
.mBottom .mKup:hover {background: #070707; }
/*--------------------------------------------------------------
	END POBIERZ LIBERTE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	ARCHIWUM - page-archiwum.php
--------------------------------------------------------------*/
 
.arch_tags {
	font-family: 'robotoregular';
	width:100%;
	margin-bottom: 16px;
}
	
.arch_tags span {
	font-size:20px;
	display: block;
	font-family: 'robotoregular';
	font-size: 20px;
}
.arch_tags a {
	font-family: 'robotoregular';
	color: #000;
}
.arch_tags a:hover {
	text-decoration: underline;
}
	
.arch_cat {
	margin-right: 4%;
}
	
.arch_cat span {
	font-family: 'robotoregular';
	font-size: 20px;
	color:#000;
	margin:0px 0 16px 0px;
	display:block;
}
	
.arch_cat ul {
	margin: 0px;
	list-style: none;
}
	
	.arch_cat ul li {
	border-bottom:1px solid #E7E9EB;
	padding: 6px;
	text-align:right;
	font-family: 'robotobold';
	font-size: 15px;
	}
	
	.arch_cat ul li a {
	font-family: 'robotoregular';
	font-size: 15px;
	color: #000;
	text-align:left;
	float:left;
	}
	
	.arch_cat ul li:hover {
	background:#070707;
	color: #fff;
	}

	.arch_cat ul li:hover a {
	color:#fff;
	}

.arch_cat.dates {
	margin-right: 0px;
}
	
	.arch_cat .rounded {
	border-bottom:1px solid #ffffff;
	clear:both;
	display:block;
	padding:4px 9px 4px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
 	}
 	
 	.bloggers-archive .post h2 {
 		font-size:18px;
 		line-height:16px;
 	}
 	.bloggers-archive .post .meta {
 		margin:0;
 		padding:7px 0;
 		border:none;
 	}
 	.bloggers-archive .post p {
 		font-size:13px;
 	}
/*--------------------------------------------------------------
	END ARCHIWUM - page-archiwum.php
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	404 - 404.php
--------------------------------------------------------------*/
#page404 {
	text-align: center;
	margin: 100px 0px 108px 0px;
}
.page404 {
	font-family: 'Adagio_Slab-Bold';
	font-size: 280px;
	line-height:1;
}
.page404Info {
	font-family: 'Adagio_Slab-Bold';
	font-size: 38px;
	line-height: 1;
}
/*--------------------------------------------------------------
	END 404 - 404.php
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	BLOGERZY - page-blogerzy.php
--------------------------------------------------------------*/
.blogerzy .bloger:nth-child(4n) {
	margin-right: 0px;
}
.bloger {
	width: 275px;
	height: 81px;
	float: left;
	margin: 0px 20px 20px 0px;
	background: #F0DC01;
}

.bloger img, .bloger .bloger-opis, .bloger-noimage {
	display: inline-block;
	vertical-align: middle;
}
.bloger span {
	display: block;
}
.bloger-noimage {
	height: 100%;
	width: 10px;
}
/*--------------------------------------------------------------
	END BLOGERZY - page-blogerzy.php
--------------------------------------------------------------*/
/************************************************************************************************
	END PAGES
************************************************************************************************/

/************************************************************************************************
	BLOG
************************************************************************************************/
.blog-single-post .acategory a {
	background: #F0DC01;
	color: #000;
}
.blog-single-post .a-cat-and-date {
	border-bottom: 9px solid #F0DC01;
}
.home #blog-header-wrap-belka {
	margin-top: 0px;
}
#blog-header-wrap-belka {
	background: #f0dc01;
	width: 100%;
	padding-top: 0px;
	margin-top: -81px;
}
.blog-header {
	width: 1178px;
	margin: 0 auto;
	overflow: hidden;
}
.blog-header-left {
	width: 822px;
	height: 184px;
	float: left;
	max-width: 100%;
	margin-right: 38px;
	position: relative;
}
.blog-header-right {
	width: 300px;
	float: right;
	max-width: 100%;
	margin-top: 40px;
	margin-right: 9px;
}
.blog-left-img {
	display: inline-block;
	vertical-align: top;
	font-size: 0px;
	max-width: 280px;
}

.blog-right-info {
	display: inline-block;
	vertical-align: top;
	padding: 9px 0px 9px 0px;
	max-width: 535px;
}
.blog-header-star {
	font-family: 'robotoblack';
	font-size: 44px;
	line-height: 30px;
	margin-bottom: -7px;
}
.blog-header-name1 {
	font-family: 'robotobold';
	font-size: 29px;
	text-transform: uppercase;
}
.blog-header-name1 a {
	color: #000;
}
.blog-header-opis {
	font-size: 14px;
	font-family: 'robotolight';
}
.blog-heder-twitter {
	background: url("images/twitter_icon_black.svg") no-repeat scroll -6px center / 30px auto transparent;
	font-family: 'robotolight';
	font-size: 12px;
	padding: 0px 0px 0px 19px;
	margin-top: 5px;
}
.blog-heder-twitter a {
	color: #000;
}
.blog-menu {
	position: absolute;
	bottom: 9px;
}
.blog-menu a{
	display: inline-block;
}
.blog-header-button {
	color: #fff;
	background: #070707;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0 8px;
	line-height: 26px;
	font-size: 14px;
	font-family: 'roboto_condensedbold';
}
.blog-header-right .blog-header-button {
	font-family: 'robotoregular';
	font-size: 19px;
	padding: 5px 8px;
}
.blog-header-button:hover {text-decoration: underline;}
/*--------------------------------------------------------------
	FRONT PAGE BLOG
--------------------------------------------------------------*/
.blog-front-post {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 4px solid #f0dc01;
	border-top: 4px solid #f0dc01;
	margin-bottom: 30px;
	font-size: 0px;
}
.blog-front-post img {
	opacity: 0.33;
}
.blog-front-post .no-image {
	width: 100%;
	height: 349px;
	background: #f0dc01;
}
.blog-front-post div.bfp-description {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 17px 60px 17px 17px;
	width: 100%;
	z-index: 1
}
.blog-front-post div.bfp-description h1 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.blog-front-post div.bfp-description h1 span {
	font-family: 'Adagio_Slab-Bold';
	font-size: 50px;
	color: #000;
}
.blog-front-post div.bfp-description h1 span:hover {
	text-decoration: underline;
}
.blog-front-post .bfp-excerpt {
	font-family: 'robotoregular';
    font-size: 16px;
    line-height: 1.25;
    margin-top: 0px;
	width: 80%;
}
.blog-front-post .bfp-excerpt p {
	margin-bottom: 0px;
}
.blog-front-post .bfp-comments {
    font-family: 'robotobold';
	font-size: 11px;
	line-height: 23px;
	color: #000;
	display: block;
	width: 36px;
	height: 38px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	padding: 2px 0 13px;
	margin: 0px 17px 17px 0px;
	background: transparent url('images/comment_balloon.svg') no-repeat center center;
	z-index: 1
}
.bfp-date {
    font-family: 'roboto_condensedregular';
	font-size: 15px;
	color: #000;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px 0px 17px 17px;
	z-index: 1
}

/*--------------------------------------------------------------
	END FRONT PAGE BLOG
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	PAGINATION
--------------------------------------------------------------*/
/*normalna paginacja*/
.paging-navigation {
	
	border-bottom: 4px solid #070707;
}
.paging-navigation .nav-previous .meta-nav, .paging-navigation .nav-next .meta-nav {
	width: 100%;
	cursor: pointer;
	height: 20px;
	display: block;
}
.paging-navigation .nav-previous .meta-nav {
	background: transparent url('images/arrow_slider_right.svg') no-repeat center center;
}
.paging-navigation .nav-next .meta-nav {
	background: transparent url('images/arrow_slider_left.svg') no-repeat center center;
}
.nav-previous .meta-nav:hover {
	background: #070707 url('images/arrow_slider_right_hover.svg') no-repeat center center;
}
.nav-next .meta-nav:hover {
	background: #070707 url('images/arrow_slider_left_hover.svg') no-repeat center center;
}
/*paginacja blogi*/
.pagination-blog .paging-navigation {
	border-bottom: 4px solid #f0dc01;
}
.pagination-blog .nav-previous .meta-nav:hover {
	background: #f0dc01 url('images/arrow_slider_right_hover.svg') no-repeat center center;
}
.pagination-blog .nav-next .meta-nav:hover {
	background: #f0dc01 url('images/arrow_slider_left_hover.svg') no-repeat center center;
}
/*search paginacja all i blogi*/
.pagination {
	display: block;
}
.pagination .pagination-numbers {
	margin: 0px;
	list-style: none;
	text-align: center;
}
.pagination .pagination-numbers li {
	display: inline-block;
	font-family: 'roboto_condensedbold';
	font-size: 15px;
	margin: 0px 7px;
}
.pagination .pagination-numbers li a{
	color: #000;
}
.pagination .pagination-numbers li a:hover, .pagination .pagination-numbers li.current a {
	color: #bab9b9;
}
.search .bp .autor-name a { color: #000; }
.search .ap .autor-name a { color: #000; }
.search .ap.no-image-color .autor-name a { color: #FFF; }


/*--------------------------------------------------------------
	END PAGINATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	BLOG SIDEBAR
--------------------------------------------------------------*/
.widget-title {
	font-family: 'robotobold';
	font-size: 12px;
	background: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 10px;
}
/* Search widget */
.widget_search .search-submit, .wyszukaj-in-page .search-submit {
	background: #070707;
	color: #fff;
	box-shadow: none;
	border-radius: 0px;
	display: inline-block;
	vertical-align: top;
	border: none;
	padding: 10px 20px;
	height: 38px;
	margin: 0px;
	font-family: 'robotobold';
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
}
.widget_search .search-field, .wyszukaj-in-page .search-field {
	display: inline-block;
	border-radius: 0px;
	border: 1px solid #070707;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	width: 195px;
	height: 26px;
	font-family: 'robotolight';
	font-size: 14px;
	-webkit-appearance: none;
}
.wyszukaj-in-page {
	margin-bottom: 20px;
}
.wyszukaj-in-page .search-field {
	width: 718px;
}
.widget_archive ul {margin: 0px;}
.widget_archive li {list-style: none;font-family: 'robotoregular';}
.widget_archive li a {font-family: 'robotoregular'; font-size: 17px; color: #000;}
/*
.widget_archive .select-over {
	overflow: hidden;
	width:100%;
	border: 1px solid #070707;
	position: relative;
}
.widget_archive .select-over:after {
	background: url('images/strzalka-wyszukiwarka.svg')no-repeat center center #070707;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
}
.widget_archive select {
	background: transparent;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 1;
	border: none;
	width: 100%;
	padding: 4px;
} */
.widget_archive .select-over {
    position: relative;
}
.widget_archive .select-over:after {
	background: url('images/strzalka-wyszukiwarka.svg')no-repeat center center #070707;
	width: 35px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
        pointer-events:none;
}
.widget_archive select {
	background: transparent;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 1;
	border: 1px solid #070707;
	border-radius: 0px;
	width: 100%;
	height: 32px;
	padding: 4px;
	display: inline-block;
	margin: 0;
	outline:none; /* remove focus ring from Webkit */      
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
}
/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.widget_archive select {
		padding-right:30px;    
	}
} 
@media print { 
 /* All your print styles go here */
 #masthead, #blog-header-wrap-belka, #article-right, .article-bottom, #colophon, .sharedaddy, .acategory, .adate, .edit-link { display: none !important; } 
 #main-wrap {width: 100% !important;}
 #article-left {width: 100% !important; margin-right: 0px;}
}
.no-pointer-events .select-over:after {
	content: none;
}

#archive-months-dropdown {
	margin-top: 10px;
}

#archive-months-dropdown a {
	font-family: 'robotoregular';
	font-size: 17px;
	color: #000;
	display: block;
	cursor: pointer;
}
#archive-months-dropdown a:hover {
	text-decoration: underline;
}

/* 4.3 WooTabs */
#tabs {height:auto; display: block; padding:0px; margin-bottom:20px; }

#tabs ul.wooTabs { padding:0px; margin: 0px; }
#tabs ul.wooTabs li { float: left; display:inline; margin:0px 1px 0px 0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#f0dc01; color: #000; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#fff; background: #070707; display: block;float: left;padding: 10px 20px; text-transform:uppercase; font-family: 'robotobold'; font-size: 12px; }


#tabs ul.wooTabs li:nth-child(3) a {

	padding: 10px 21px 10px 22px;

}

.tabs2 ul.wooTabs li a { width: 149px; text-align: center;}
/*.tabs2 ul.wooTabs li { margin-right: 0px !important; }*/

#tabs .inside {}
#tabs .inside li { background:#fff;  }
#tabs #tab-tags { padding:10px; font-family: 'robotoregular';}
#tabs .inside ul { margin:0; }
#tabs .inside li {  border-bottom: 2px solid #070707; padding:17px 0px; list-style: none; }
#tabs .inside #tab-comm  > li.tab-comm-wp {  padding:17px 0px; border-bottom: 2px solid #070707; }
#tabs .inside #tab-comm  > li.tab-comm-wp .tab-comm-wp-date { font-family: 'roboto_condensedbold'; font-size: 12px;font-weight: normal; margin-top: 5px; }
#tabs .inside #tab-comm  > li.tab-comm-wp .tab-comm-wp-content { background: url('images/comment_balloon_small.svg')no-repeat; font-family: 'robotoregular'; font-size: 12px; margin-top: 5px; padding-left: 20px; }



#tabs .inside #tab-comm  > li {  padding:0px 0px; border: none; }
#tabs .inside li.dsq-widget-item {border-bottom: 2px solid #070707; margin: 0px; padding: 17px 0px; font-family: 'roboto_condensedbold'; font-size: 14px; }
#tabs .inside li.dsq-widget-item a.dsq-widget-user {font-family: 'roboto_condensedbold'; font-size: 14px; font-weight: normal; }
#tabs .inside li.dsq-widget-item .dsq-widget-meta { display: block; margin-bottom: 8px; font-size: 0px;}
#tabs .inside li.dsq-widget-item .dsq-widget-avatar { padding: 0px; border: 1px solid #070707; margin: 0px 8px 8px 0px;}
#tabs .inside li.dsq-widget-item .data { display: block; font-family: 'roboto_condensedregular'; font-size: 10px;}
#tabs .inside li.dsq-widget-item .dsq-widget-comment { background: url('images/comment_balloon_small.svg')no-repeat; display: block; font-family: 'robotoregular'; font-size: 12px; display: block; clear: both; padding-left: 20px;}
#tabs .inside li a { color:#000; font-family: 'Adagio_Slab-Bold'; font-size: 18px; line-height: 1; }
#tabs .inside a:hover{text-decoration: underline;}
#tabs .inside li span.meta { display:block; text-transform:uppercase; color:#000; font-family: 'roboto_condensedbold'; font-size: 12px; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }
#tabs .inside #tab-tags a {color: #000;}

/* front page blog 
.widget-archive{padding: 0 0 40px 0; float: left; width: 235px;}
.widget-archive ul {margin: 0;}
.widget-archive li {margin: 0; padding: 0;}
.widget-archive li a{ border-left: 1px solid #d6d7d7; padding: 5px 0 3px 10px; margin: 0 0 0 55px; display: block;}
li.archive-year{float: left; font-family: Helvetica, Arial, san-serif; padding: 5px 0 3px 10px; color:#ed1a1c;}
li.archive-year a{color:#ed1a1c; margin: 0; border: 0px; padding: 0;} */

.widget_meta ul {
	margin-left: 0px;
}
.widget_meta li {
	list-style: none;
}
.widget_meta li a{
	font-family: 'robotoregular';
}
.widget_meta li a:hover{
	text-decoration: underline;
}

/*--------------------------------------------------------------
	END BLOG SIDEBAR
--------------------------------------------------------------*/

/************************************************************************************************
	END BLOG
************************************************************************************************/
/************************************************************************************************
	SIDEBARS
************************************************************************************************/
/*--------------------------------------------------------------
	WSPÓLNY SIDEBAR
--------------------------------------------------------------*/
#wspolny-sidebar {
	margin-bottom: 20px;
	display: none;
}

#wspolny-sidebar .ws-blog {
	background: #f0dc01;
	position: relative;
	font-size: 0px;
	margin-bottom: 10px;
	height: 81px;
}
#wspolny-sidebar .ws-blog img, #wspolny-sidebar .ws-blog .ws-blog-opis {
	display: inline-block;
	vertical-align: middle;
}
#wspolny-sidebar .ws-blog span{
	display: block;
}
.ws-blog-star {
	font-size: 20px;
	font-family: 'roboto_condensedbold';
	color: #000;
	line-height: 10px;
}
.ws-blog-name {
	font-size: 15px;
	font-family: 'roboto_condensedbold';
	line-height: 15px;
	color: #000;
}
.ws-blog-name:hover {text-decoration: underline;}
/*--------------------------------------------------------------
	END WSPÓLNY SIDEBAR
--------------------------------------------------------------*/
/************************************************************************************************
	END SIDEBARS
************************************************************************************************/

.header-social {

	display: none;

}


.ln-letter-count {

	display: none !important;

}


.author .page-title h2 {

	font: 16px 'robotolight';
	margin-bottom: 10px;

}

.lol {position:relative;height:auto;width:90%;padding:15px;margin-left:auto;margin-right:auto;color:#000000; }


/*cookies (localstorage)*/
#cookies {
display: none; position: fixed; bottom: 30px; left: 30px; max-width: 425px; height: auto; background: none repeat scroll 0% 0% rgb(255, 255, 255); color: rgb(109, 109, 109); font-size: 14px; z-index: 99; border-radius: 5px; box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3); font-family: robotoregular;
}
#cookies .cookies-inner {
	position:relative;height:auto;width:90%;padding:15px;margin-left:auto;margin-right:auto;color:#000000;
}
#cookies .cookies-inner a {
	color:#000000;font-weight:bold;font-size:14px;
}
#cookies .cookies-inner #epdsubmit {
	border: 0px; cursor: pointer; background: #F0DC01; font-family: robotoregular; -webkit-appearance: none; border-radius: 0px; padding-bottom: 3px;
}

/************************************************************************************************
	PERFECT SCROLLBAR
************************************************************************************************/
.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
	background-color: #f0dc01;
}


.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
	/*height: 185px !important;*/
    background-color: #070707;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}


.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}
/************************************************************************************************
	END PERFECT SCROLLBAR
************************************************************************************************/