#cookie-notice{display:none;position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;line-height:20px;left:0;text-align:center}#cookie-notice .button.bootstrap,#cookie-notice .button.wp-default{font-family:sans-serif;display:inline-block;font-style:normal;cursor:pointer;border-style:solid;border-width:1px;font-size:12px;text-decoration:none;outline:0}.cookie-notice-container{padding:10px;text-align:center}.cn-top{top:0}.cn-bottom{bottom:0}#cookie-notice .button{margin-left:10px}#cookie-notice .button.wp-default{line-height:18px;padding:2px 12px;background:linear-gradient(to bottom,#FEFEFE,#F4F4F4) #F3F3F3;border-color:#BBB;color:#333;text-shadow:0 1px 0 #FFF;-moz-box-sizing:border-box;border-radius:3px;white-space:nowrap}#cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:hover{background:linear-gradient(to bottom,#FFF,#F3F3F3) #F3F3F3;border-color:#999;color:#222}#cookie-notice .button.bootstrap{margin-right:.3em;margin-bottom:0;line-height:20px;text-align:center;vertical-align:middle;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);padding:2px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#cookie-notice .button.bootstrap:focus,#cookie-notice .button.bootstrap:hover{color:#fff;background-color:#04c;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.8 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index:11104;
	display: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:11100;
	display: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index:11101;
	outline: none;
	display: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-wrap div {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index:11102;
	border: 0px solid #fff;
	background: #fff;
	-moz-background-clip: padding; /* Firefox 3.6 */
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index:11101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index:11103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	max-width:none !important;
	max-height:none !important
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	-webkit-overflow-scrolling: touch;
	z-index:0; /* z-index bug with -webkit-overflow-scrolling */
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/blank.gif');
	z-index:11102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

.rtl #fancybox-left {
	left:auto;
	right:0px
}

#fancybox-right {
	right: 0px;
}

.rtl #fancybox-right {
	left:0px;
	right:auto
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index:11102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -30px;
}

.rtl #fancybox-left-ico{
	background-position:-40px -60px;
	right:-9999px
}

#fancybox-right-ico {
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -60px;
}

.rtl #fancybox-right-ico{
	background-position:-40px -30px;
	right:-9999px
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

.rtl #fancybox-left:hover span {
	right:20px
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.rtl #fancybox-right:hover span {
	right:auto;
	left:20px
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index:11001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index:11102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

.rtl .fancybox-title-over {
	text-align:right
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/plugins/fancybox-for-wordpress/fancybox/fancybox.png') -55px -90px no-repeat;
}

.fancybox-hidden{
	display:none
}

/* IE */
.fancybox-ie .fancybox-bg{
	background: transparent !important
}
/*
Theme Name: Pigułka / Point

Author: BLUEICE
Tags: light, custom-menu, custom-header, custom-background, custom-colors, two-columns, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, gray, blue, featured-images, theme-options, rtl-language-support
Version: 1.4.3
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: #
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
/*
blockquote, q {
    quotes: none;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
}
blockquote:before, q:before, q:after {
    content: '';
    content: none;
}
*/
blockquote {
font-family: Georgia, serif;
font-style: italic;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
/*  display: inline; */
margin-bottom: 10px;
text-align: justify;
}
blockquote cite {
color: #999999;
display: block;
margin-top: 5px;
}
blockquote cite:before {
content: "\2014 \2009";
}
sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: 10px;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 ;}
:focus { outline: 0; }
img, video, object {
    max-width: 100%;
    height: auto!important;
}
iframe { max-width: 100% }
/*
blockquote {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    padding: 20px 10px 10px 0;
    position: relative;
    font-family: georgia;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    margin-bottom: 20px;
}
blockquote p { margin-bottom: 10px }
*/
strong, b { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-weight: normal;
    font-style: normal;
}
pre {
    line-height: 1.3;
    overflow: auto;
    background: #F7F7F7 url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/code.png') 10px 2px no-repeat;
    padding: 2em 1em 1em 1em;
    border: 1px solid #DDD;
    margin: 15px 0;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFE974;
}
address {
    margin: 10px 0;
    font-style: italic;
}
.wp-caption {
    max-width: 100%;
    background: #EEE;
    padding: 8px;
    width: auto!important;
}
.sticky {

}
.gallery-caption {

}
.gallery dt {
    width: auto;
    text-align: center;
    float: none;
}
.gallery img { border: 0!important; }
.bypostauthor {

}
.wp-caption-text {
    margin-bottom: 0;
    text-align: center;
}
dl {

}
dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
    overflow: hidden;
}
/*-[ Framework ]--------------------*/
body { 
    font: 14px/23px Droid Sans, sans-serif;
    color: #555;
    background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/tlo4i.jpg) fixed !important;  
    background-size: cover !important;
}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
    color: #2A2A2A;
    font-weight: bold;
    text-transform: uppercase;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 16px;
    line-height: 1.4;
    text-transform: none; 
    font-style: italic;
}
h6 {
    font-size: 16px;
    line-height: 1.4;

}
.sub-title { font-size: 12px; }
p { margin-bottom: 20px; }
a {
    text-decoration: none;
    color: #ee0707;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #ee0707 }
a:link, a:visited, a:active { text-decoration: none; }
/*-[ Main container ]---------------*/
.main-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
}
#page, .container {
    max-width: 940px;
    min-width: 230px;
    overflow: visible;
}
#page {
    min-height: 100px;
    clear: both;
    width: 100%;
    padding: 0;
    padding-top: -20px;
    max-width: 1200px;
    overflow: hidden;
}
#page .content {
    width: 100%;
    display: block;
    float: left;
    padding-top: 20px;  
}
#page.single { margin-top: 25px; }
/*-[ Trending ]-----------------------*/
.trending-articles {
    background: #ea0000;
    border-top: 1px solid #000;
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
}
.trending-articles ul { list-style: none; 
    font-weight: bold; }
.trending-articles li {
    border-right: 1px solid #000;
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 15px 0 9px;
    padding: 0 10px;
    text-transform: uppercase;
}
.trending-articles li.firstlink {
    color: #fff;
    border: none;
    padding-left: 20px;
}
.trending-articles li.last { border: none; }
.trending-articles li a {
    color: #fff;
    display: block;
}
.trending-articles li a:hover { color: #000; }
#pogoda {
    float: right;
    padding: 3px 0px;
}
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 99;
    max-width: 1200px;
    float: none;
    display: block;
    //min-height: 115px;
}
#header {
    position: relative;
    width: 100%;
    float: left;
    background: #F5F5F5;
    height: 55px;
}
#header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    bottom: 0px;
    left: 0;
}
#header h1, #header h2 {
    font-size: 42px;
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 20px 0;
    text-transform: uppercase;
}

.widget-header {
    float: left;
    max-width: 77.7%;
}
.header-bottom-second {
    overflow: hidden;
    clear: both;
}
#header-widget-container {
    width: 96%;
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 24px;
}
.widget-header-bottom-right {
    float: right;
    max-width: 20.3%;
    width: 100%;
}
.widget-header img { float: left; }
.widget-header-bottom-right .topad { margin-bottom: 0; }
.header-button {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.25s linear;
}
.header-button:hover { background-color: #111; }
.header-button span { float: none }
a.header-button {
    color: #fff!important;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
/*-[ Navigation ]-----------------*/
.secondary-navigation {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    float: left;
}
.secondary-navigation a { 
    color: #2a2a2a;
    text-align: left;
    text-decoration: none; 
    padding: 10px 30px 5px 20px;
    line-height: 40px;
    font-weight: bold;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #fff;
    text-transform: uppercase;
}
.secondary-navigation a:hover, .secondary-navigation .sfHover { background: #fff;  }
.secondary-navigation li li a { line-height: 1;   }
.secondary-navigation a .sub {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}
.menu-item-has-children > a:after {
    content: "▼";
    font-size: 8px;
    color: #000;
    position: absolute;
    right: 12px;
    top: 10px;
}
.footer-navigation .menu-item-has-children > a:after { display: none; }
.sub-menu .menu-item-has-children>a:after {
    right: 0;
    top: 17px;
}
.menu .current-menu-item > a { background: #fff; }
.menu .current-menu-item > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0px;
    left: 0;
    z-index: 1;
}
#navigation {
    margin: 0 auto;
    font-size: 13px;
    width: 100%;
    float: left;
}
#navigation ul { margin: 0 auto ;}
#navigation .menu { float: left ;}
#navigation ul li {
    float: left;
    position: relative;
    margin-left: 0; 
}
#navigation > ul li:first-child a { border-left: 1px solid #E2E2E2; }
#navigation > ul li:last-child a { border-right: 0 }
#navigation ul .header-search { float: right }
#navigation > ul > li:last-child { border-right: none }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited { display: block; }
#navigation > ul > .current a {
    background: transparent;
    color: #5a5a5a !important;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
    opacity: 1;
    left: -228px;
    top: 0;
}
#navigation ul ul {
    position: absolute;
    width: 226px;
    z-index: 400;
    font-size: 13px; 
    color: #798189;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    padding: 0;
}
#navigation ul ul li {
    margin-left: 0;
    padding: 0 10%;
    width: 80%;
    color: #232323;
}
#navigation ul ul li:hover { background: #F5F5F5; }
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
    padding: 12px 0;
    position: relative;
    border-left: 0;
    background: transparent;
    border-right: 0;
    text-transform: none;
    line-height: 1.4;
    margin-right: 0;
    min-height: 100%;
}
#navigation ul ul li:last-child a { border-bottom: none; }
#navigation ul ul {
    opacity: 0;
    left: -999em;
}
#navigation ul li:hover ul {
    left: -1px;
    opacity: 1;
    top: 54px;
}
#navigation ul ul li:hover ul {
    top: -1px;
    left: -228px;
    padding-top: 0;
}
#navigation ul ul ul:after { border-color: transparent; }
.sub-menu {
    top: 22px;
    background: #222;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;      }
nav a#pull { display: none; }
/*-[ Content ]--------------------*/
.article {
    margin-left: 310px;
    margin-right: 310px;  
    padding: 0px 9px 0px 9px;  
    min-height: 625px;
    
}
#content_box {
    float: left;
    width: 95.2%;
}
.page #content_box { width: 100% }
.single #content_box { width: 100% }
.content .post_box_reg .excerpt:nth-last-child(2), .content .post_box_reg .excerpt:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.content .post_box_reg .excerpt:last-child { float: right; }
#content_box #content {
    float: left;
    display: block;
    width: 100%;
}
.post {
    float: left;
    width: 99%;
}
.postauthor-container {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.postauthor-container h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.post-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
/*
    padding-left: 20px;
    padding-right: 20px;
*/
}


.post.excerpt .post-content {
    margin-bottom: 0;
/*
    padding-bottom: 0;
    border-bottm: 3px solid red;
*/
}
.post-single-content { overflow: visible; padding-right: 5px;  }
.readMore { 
    text-indent: 10px;
    float: right;
    margin-top: 2%;
    color: #fff !important; 
    font-size:13px;
    font-weight:bold;
    padding:4px 9px;
    margin-right: 10px;
    text-decoration: none; 
    width: 120px;
    text-transform: uppercase;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3Ny41IDEzLjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDc3LjUgMTMuNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2VhMDAwMCIgZD0iTTUsMGg2MC42ODdsLTYuMzYxLDEzLjVIMEw1LDB6Ii8+DQoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNlYTAwMDAiIGQ9Ik02OS4zMjEsMGgyLjcyN2wtNy4yNzEsMTMuNWgtMi43MjZMNjkuMzIxLDB6Ii8+DQoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNlYTAwMDAiIGQ9Ik03NC43NzMsMEg3Ny41bC03LjI3LDEzLjVoLTIuNzI3TDc0Ljc3MywweiIvPg0KPC9nPg0KPC9zdmc+');
    background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
}
  
.readMore:hover {  
    cursor:  !important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMzQuNTE1IDk1MCAxNjUuNDg1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMzQuNTE1IDk1MCAxNjUuNDg1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJMYXllcl8xIj4NCgk8cG9seWdvbiBwb2ludHM9IjYxLjI5MSwzNC41MTUgMCwyMDAgODYwLjI0LDIwMCA4NjAuODg0LDIwMCA5NTAsMzQuNTE1IAkiLz4NCjwvZz4NCjxnIGlkPSJMYXllcl8yIj4NCgk8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9Ijg1My41LDEyMC40OTggODA2LjUsMTQ5LjQ5NyA4MDYuNSw5MS41IAkiLz4NCjwvZz4NCjwvc3ZnPg==');
    background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;  
}
.readMore:hover a { 
     
}
.readMore:active {
    position:relative;
    top:1px;
}
.readMore a { 
    color: #fff!important;
}
.ss-full-width {
    overflow: hidden;
    margin-bottom: 10px;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.ss-full-width .post-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
.post.excerpt {
    overflow: hidden;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 28px;
}
.wp-post-image { float: left }
.featured-thumbnail {
    float: left;
    max-width: 100%;
}
#featured-thumbnail {
    float: left;
    max-width: 220px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 3%;
    width: 36%; 
    position: relative;
}
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
    transition: all 0.25s linear;
}
.featured-cat {
    position: absolute;
    background: #ea0000 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 8px;
}
.title {
    font-size: 18px;
    line-height: 1.4;
    clear: both;
    margin-bottom: 0;
}
.single-title {
    padding: 0 0 10px 0;
    font-size: 32px;
    line-height: 1.1;
    border-bottom: 5px solid #2a2a2a;
}
.title a { color: #2A2A2A }
.page h1.title {
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 32px;
    line-height: 1.2;
    margin-left: 18px;
    border-bottom: 5px solid #2a2a2a;
}
.post-info {
    display: block;
    font-size: 13px;
    float: left;
    color: #999;
    margin-top: 3px;
    width: 100%;
}
.post-info span { margin-right: 3px; }
.post-info span { margin-left: 3px; }
.post-info span:first-child { margin-left: 0; }
article header {
    margin-bottom: 2px;
    overflow: hidden;
}
.single article header { margin-bottom: 10px; }
.error404 .single_post { width: 100% ;}
.single_post .post-info a, .post-info a { color: #EE210B; }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 1em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
}
.article ul {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
}
.article ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
.article ul ul, .article ol ol, .article ul ol, .article ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
/*-[ Featured ]---------------------------*/
.featuredBox {
    padding: 24px 2.2% 0 2.2%;
    overflow: hidden;
}
.firstpost {
    float: left;
    margin-bottom: 0;
    max-width: 620px;
    width: 66.2%;
    position: relative;
    overflow: hidden;
    margin-right: 1.8%;
}
.secondpost {
    float: right;
    margin-bottom: 1.6%;
    width: 32%;
    position: relative;
    overflow: hidden;
}
.thirdpost {
    float: left;
    margin-right: 2.2%;
    width: 14.9%;
    position: relative;
    overflow: hidden;
}
.thirdpost:last-child { margin-right: 0; }
#first-thumbnail {
    width: 100%;
    max-width: 550px;
}
#second-thumbnail {
    width: 100%;
    max-width: 380px;
}
.featured-excerpt {
    position: absolute;
    bottom: 0;
    width: 94%;
    margin: 0;
    padding: 3%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
}
.featured-title {
    font-size: 16px;
    font-weight: 700;
    clear: both;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.secondpost .featured-title {
    font-size: 14px;
    line-height: 1.3;
}
.f-excerpt { font-size: 14px }
.thirdpost .featured-title {
    font-size: 10px;
    line-height: 1.3;
}
.frontTitle {
    background: url("https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/listwa.jpg") no-repeat center center;
    color: #FFF;  
    line-height: 43px;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 26px;
    padding: 0px 0 8px 15px; 
    text-transform: none;
}
/*-[ Custom Nav Widget ]---------------------------*/
.widget.widget_nav_menu li {
    position: relative;
    margin-left: 0;
    border-bottom: 0;
    border-top: 0;
}
.widget_nav_menu .sub-menu {
    margin-top: 8px;
    background: transparent;
    box-shadow: none;
    margin-left: 0;
    list-style-type: square;
}
/*-[ Tab widget ]------------------------------*/
.widget .wpt_widget_content #tags-tab-content ul li { float: left; }
.widget li .meta {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    text-transform: none;
}
/*-[ Meta ]---------------------------*/
.meta, .meta a {
    color: #999;
    font-size: 12px;
}
/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 13px;
    color: #B1B1B1;
    border: 1px solid #D1D1D1;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select { padding: 5px }
input:focus, textarea:focus {

}
/*-[ Tables ]--------------------*/
table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 1px solid #DDDDDD;
}
thead {
    background: #2A2A2A;
    font-size: 14px;
    color: #fff;
    border: 0;
}
table th, table td {
    padding: 7px 15px;
    text-align: left;
}
thead th { padding: 14px }
tbody th { font-weight: normal }
/*-[ Line ]---------------------*/
hr {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 297px;
    margin: 35px 0;
    clear: both;
    position: relative;
}
/*-[ Search Form ]------------------*/
#searchform {
    padding: 0;  
    width: 100%;
}
#searchform fieldset {  
    position: relative;
    width: 100%;
}
.article #searchform fieldset {
    float: none;
    max-width: 98%;
    margin-bottom: 20px;
}
.article #searchform .icon-search {
    height: 28px;
    width: 13%;
}
.sbutton {
    border: 0;
    width: 32px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    padding: 0;
    color: white;
    transition: all 0.25s linear;
    z-index: 1;
    background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/sprite.png) no-repeat center center;
    background-position: 2px -71px;
    text-indent: -999em;
    right: 3px;
    border-left: 1px solid #D8D8D8!important;
    margin-top: 11px;
}
footer .sbutton {
    width: 19.4%;
    height: 38px;
}
#s {
    width: 100%;
    border: 1px solid #E2E2E2;
    float: left;
    padding: 7px 0;
    height: 38px;
    text-indent: 10px;
    opacity: 1;
    transition: all 0.25s linear;
    background: #F5F5F5;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4;
    background: none;
    padding: 0;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
    clear: both;
    margin-bottom: 10px;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
    margin-top: 20px;
}
/*-[ ad ]---------------------*/
.ad-300 { width: 100% }
.ad-300 a {
    display: block;
    width: 100%;
}
.ad-300 img {
    border: none !important;
    width: 100%;
    box-shadow: none !important;
}
.ad-125 {
    overflow: hidden;
    padding-bottom: 0;
}
.ad-125 img { border: none }
/*-[ Sidebar ]---------------------*/


.sidebar.c-4-12 { width: 310px; right: 0; top: 21px; position: absolute;}
.sidebar-left { width: 310px; left: 0; padding-top: 1px; position: relative; } 

.widget.widget-sidebar.widget_search {width: 300px;}
.pop-layout-v { width: 300px;}

.sidebar-left {
    float: left; padding-left: 5px;
    line-height: 20px;
}
.sidebar-left a { color: #2A2A2A; }
 
.sidebar.c-4-12 a { color: #2A2A2A; }
.widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    list-style: none;
}
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.widget li {
    list-style-type: square;
    margin-left: 17px;
    margin-bottom: 7px;
}
.widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px 0;
}
/*-[ WP Review ]--------------------------------*/
.latestPost-review-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    padding: 2px 8px;
}
.latestPost-review-wrapper .review-total-star { margin: 4px 0; }
.latestPost-review-wrapper .percentage-icon {
    top: 0;
    font-size: inherit;
    font-style: normal;
}
.bar-point .review-result, .percentage-point .review-result { z-index: 1 ;}
.widget .review-total-only .review-total-star { position: relative; }
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons { overflow: hidden }
.social-profile-icons ul li {
    background: none;
    border: none;
    float: left;
    list-style-type: none;
    margin: 0 5px 10px;
    padding: 0;
    text-indent: -999em;
}
.social-profile-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    transition: all 0.25s linear;
}
.social-profile-icons ul li a:hover { opacity: 0.7 }
.social-dribbble a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-dribbble.png) no-repeat }
.social-email a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-mail.png) no-repeat }
.social-facebook a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-facebook.png) no-repeat }
.social-gplus a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-googleplus.png) no-repeat }
.social-linkedin a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-linkedin.png) no-repeat }
.social-pinterest a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-pinterest.png) no-repeat }
.social-rss a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-rss.png) no-repeat }
.social-stumbleupon a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-stumbleupon.png) no-repeat }
.social-twitter a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-twitter.png) no-repeat }
.social-youtube a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-youtube.png) no-repeat }
.social-flickr a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-flickr.png) no-repeat }
.social-lastfm a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-lastfm.png) no-repeat }
.social-tumblr a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-tumblr.png) no-repeat }
.social-vimeo a { background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/social-vimeo.png) no-repeat }
/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    background: #EFEFEF;
    color: #555;
}
body > footer .widget { padding: 2px 0 0 0; }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 0px; }
footer .widget li a { color: #0710ee; }
footer .widget li a:hover { color: #222; }
footer {
    position: relative;
    overflow: hidden;
    clear: both;
    line-height: 20px;
}
footer .container { max-width: 100%; }
.carousel { 
    overflow: hidden;  
}
.carousel .excerpt {
    float: left;
    max-width: 170px;
    padding-left: 3%;
    width: 13%;
    border: 1px solid #fff;
    margin-left: 1px;
}
.carousel .excerpt:last-child { margin-right: 0; }
.carousel a { color: #2a2a2a }
.carousel .featured-title {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    font-family: open sans;
}
.carousel .excerpt div.hover {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: all 0.20s linear;
    width: 140px;
}
.carousel .excerpt:hover div.hover {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.carousel a div {
    overflow: hidden;
    position: relative;
}
footer .carousel img { margin-top: 0 ;}
.carousel .excerpt:hover div.hover { opacity: 1; }
.carousel .excerpt div.hover span {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    background: url('https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/sprite.png') center no-repeat;
}
.foot-logo {
    float: left;
    margin-right: 10px;
}
.edit-by {
    float: left;
    padding-top: 1%;
}
.edit-by a{
    color: #000fff!important;
    font-size: 105%;
    text-decoration:underline;
}
.copyright-text {
    margin-right: 13%;
    float: right;
    padding-top: 1%;
}
.footer-navigation {
    color: #f67e00 !important;
    float: right;
    margin: 10px 13%;
}
.footer-navigation ul li { float: left; }
.footer-navigation ul ul { display: none; }
.footer-navigation a {
    color: #ee0707;
    text-transform: uppercase;
    padding: 0 0 0 25px;
}
.footer-navigation ul li:first-child a { padding-left: 0; }
.footer-navigation .menu .current-menu-item > a { background: transparent; }
.copyrights {
    float: left;
    width: 96%;
    clear: both;
    background: none;
    padding: 10px 0.5% 0 0;
    margin-top: 25px;
    color: #9b9b9b;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
#copyright-note {
    color: #ee0707 !important;
    width: 1060px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
    margin-left: 7%;
}
#copyright-note span {
    vertical-align: text-top;
    float: left;
    line-height: 2;
}
#copyright-note span a:first-child {
    float: left;
    margin-right: 5px;
}
a.toplink {
    display: inline-block;
    line-height: 2;
    padding-right: 0;
    position: absolute;
    left: 12px;
    top: 9px;
    width: 27px;
    height: 27px;
    background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/sprite.png) no-repeat center center;
    background-position: 0 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.toplink .icon-long-arrow-up {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 6px;
}
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 15px;
}
.postsby {
    background: url("https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/listwa.jpg") center center;
    color: #FFF;
    line-height: 43px;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 22px;
    padding: 0px 0 2px 15px; 
    text-transform: none;
}
/*-[ Hover transition ]---------------------------*/
.mts-subscribe input[type="submit"], .readMore a, #commentform input#submit { transition: all 0.25s linear }
/*-[ Related Posts ]---------------------------*/
.related-posts {
     
    float: left;
    width: 100%; 
    margin-bottom: 5px;
}
.related-posts .meta {
    margin-top: 0;
    line-height: 1;
    margin-top: 5px;
}
.related-posts li {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D7D7;
}
.single_post .related-posts a { color: #2A2A2A; }
.single_post .related-posts .meta a { color: #999; }
.single_page h1.title {
    padding: 0 0 10px 0;
    font-size: 32px;
    line-height: 1.1;
    border-bottom: 5px solid #2a2a2a;
}

.rthumb {
    float: left;
    margin-right: 10px;
}
.related-posts .last {
    margin-right: 0;
    float: right;
}
.related-posts ul {
    margin-left: 0;
    padding: 0 40px;
    margin: 0;
    overflow: hidden;
    margin-top: 5px;
}
.related-posts h5 {
    padding-left: 80px;
    color: #919191;
    text-transform: uppercase;
    font-size: 14px;
}
.related-posts h3 {
    font-size: 18px;
    margin: 0;
    line-height: 2;
    border-bottom: 1px solid #d8d7d7;
}
.relatedthumb img { margin-top: 4px; }
/*-[ Author Box ]---------------------------*/
.postauthor p {
    padding-top: 0px;
    font-size: 15px;
    margin-bottom: 0;
}
.postauthor-top span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.postauthor-top .thetime {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    display: inline-block;
    text-transform: none;
    line-height: 1;
}
.postauthor {
    min-height: 125px;
    float: left;
    clear: both;
    padding: 15px 2.4% 0 2.4%;
    background: #EEEEEE;
    border: 1px solid #E1E1E1;
    width: 94.8%;
}
.postauthor h4 {
    font-weight: bold;
    font-size: 18px;
}
.postauthor h5 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.postauthor img {
    float: left;
    margin: 5px 20px 15px 0;
}
.postauthor h4 a { color: #473636; }
/*-[ Tags ]---------------------------*/
.tags {
    margin: 5px 0 10px 0;
    width: 100%;
    float: left;
}
.tags a { margin-left: 5px; }
/*-[ Misc ]---------------------------*/
.clear { clear: both; }
.left, .alignleft { float: left; }
.right, .alignright { float: right; }
.navigation .alignright, .navigation .alignleft { margin-bottom: 15px; }
.last, .post.excerpt.last {
    margin-right: 0;
    clear: none;
}
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 14px!important;
    padding: 2px 7px;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
    background: #eee;
    color: #FFF!important;
    transition: all 0.25s linear;
}
.tagcloud a:hover {
    color: #fff!important;
    background: #2a2a2a;
}
/*-[ Custom Nav Widget ]---------------------------*/
.widget_nav_menu .fa, .widget_nav_menu .fa { display: list-item; }
.widget_nav_menu .fa > a, .widget_nav_menu .fa > a { padding-left: 5px; }
.widget_nav_menu .sub-menu { margin-top: 8px; }
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe { position: relative; }
.mts-subscribe form { position: relative; }
.mts-subscribe input[type="text"] {
    border: 1px solid #E2E2E2;
    transition: all 0.25s linear;
    box-sizing: border-box;
    width: 66.6%;
    height: 38px;
    float: left;
    padding: 9px 0;
    text-indent: 10px;
    background: #F5F5F5;
    border-right: 0;
}
footer .mts-subscribe input[type="text"] { width: 80%; }
.mts-subscribe input[type="submit"] {
    cursor: pointer;
    color: white!important;
    padding: 10px 0;
    border: 0;
    float: left;
    height: 38px;
    width: 33%;
    position: absolute;
    z-index: 1;
    background: #ee0707;
}
.mts-subscribe input[type="submit"]:hover { background: #2a2a2a; }
footer .mts-subscribe input[type="submit"] { width: 19.6%; }
footer .mts-subscribe .icon-envelope {
    width: 19.6%;
    height: 32px;
    right: 1px;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-left: 0;
    max-width: 45%;
}
.ad-125 .evenad { float: right!important; }
.ad-125 li:nth-last-child(2), .ad-125 li:last-child { margin-bottom: 0; }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
    margin-bottom: 0;
    border: 0;
}
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
}
#wp-calendar tbody th { border-bottom: 1px solid #CFCFCF; }
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
#wp-calendar tfoot {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
}
/*-[Comments]--------------*/
.total-comments {
    font-size: 18px;
    line-height: 32px;
    color: #343434;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #D8D7D7;
}
.cnumber { color: #2DB2EB }
#comments {
    padding: 0;
    background-color: transparent;
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
}
#commentsAdd {
    background-color: transparent;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
#comments .avatar {
    float: left;
    margin-right: 20px;
    width: 11.3%;
}
.comment time {
    border-left: 1px solid #B3B3B3;
    margin-left: 5px;
    padding-left: 12px;
    color: #939291;
    font-size: 13px;
}
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input.text-input, #commentform input { padding: 10px; }
input#author, input#email, input#url {
    width: 360px;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 14px;
    display: block;
    max-width: 85%;
    float: right;
    padding: 10px 2%;
}
input#author, input#email, input#url, #comment { transition: all 0.25s ease-in-out; }
.contactform input[type="text"] { width: 380px }
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}
.contact-submit, #cancel-comment-reply-link {
    color: red;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: -25px;
    text-decoration: underline;
    z-index: 100;
    position: relative;
}
#commentform {
    border: 1px solid #E1E1E1;
    overflow: hidden;
    padding: 10px 5%;
    width: 89.6%;
    background: #EEEEEE;
}
#commentform input#submit {
    line-height: 1;
    background-color: #ee0707;
    padding: 12px 15px 11px;
    color: #fff;
    text-decoration: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-family: inherit;
}
#commentform input#submit:hover {
    color: #fff;
    background: #2a2a2a;
}
ol.commentlist {
    margin-left: 0;
    overflow: hidden;
}
.commentlist li {
    list-style: none;
    margin: 0 0 20px 0;
    padding-left: 0;
    float: left;
    width: 100%;
}
.commentlist p { margin-bottom: 1em }
.commentlist p:last-child { margin-bottom: 0 }
.comment-author { position: relative }
.comment-author:before {
    border-color: rgba(0, 0, 0, 0) #D2D2D2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 14px 15px 15px;
    bottom: 21px;
    content: " ";
    left: 10.8%;
    position: absolute;
}
.comment-author:after {
    border-color: rgba(0, 0, 0, 0) #F7F5F6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 12px 14px 15px;
    bottom: 21px;
    content: " ";
    left: 11.2%;
    position: absolute;
}
.fn {
    color: #939291;
    font-size: 13px;
    line-height: 1.375em;
}
.fn a { color: #939291; }
.comment-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-meta a { color: #888; }
.commentmetadata {
    background: #EEEEEE;
    border: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    overflow: hidden;
    padding: 12px;
}
.commentmetadata ul, .commentmetadata ol, .commentmetadata ul ol, .commentmetadata ol ul { margin-top: 0 }
.commentmetadata li {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    list-style: square;
}
.commentmetadata ol li { list-style: decimal; }
.comment-metadata {
    background: #F7F5F6;
    border: 1px solid #D2D2D2;
    border-bottom: 0;
    overflow: hidden;
    padding: 15px 12px;
    position: relative;
}
.reply { float: right }
.reply a {
    float: right;
    font-size: 13px;
    line-height: 22px;
}
.commentlist .children {
    margin-left: 17%;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 83%;
}
.commentlist .children li {

}
.avatar { float: left }
#respond h3 { margin: 0 }
.comment-respond { margin-top: 30px }
#respond h4 {
    font-size: 18px;
    line-height: 32px;
    color: #343434;
    font-weight: bold;
    border-bottom: 1px solid #D8D7D7;
    margin-bottom: 25px;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 360px;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 14px;
    padding: 2%;
    line-height: 25px;
    font-family: inherit;
    float: right;
    max-width: 85%;
}
#commentform p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
#commentform p label {
    display: inline-block;
    margin-bottom: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
}
.required {
    color: #a8a8a8;
    font-size: 16px;
    font-style: italic;
    padding: 0;
    line-height: 1;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes, .logged-in-as { margin-top: 15px; }
.comment-form-left {
    float: left;
    width: 50%;
}
.comment-form-right {
    float: right;
    width: 50%;
}
input#author:focus, input#email:focus, input#url:focus, #contactForm textarea:focus, #commentform textarea:focus { border-color: #c9a096 }
/*-[ pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
.single .pagination {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    padding: 2.2% 0;
    width: 100%;
}
.pagination ul {
    list-style: none;
    margin: 0;
    display: inline-block;
}
.pagination ul li {
    float: left;
    margin-bottom: 5px;
}
.currenttext, .pagination a:hover {
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none;
    padding: 10px 13px;
    background: #2a2a2a;
    font-weight: bold;
    margin-bottom: 10px;
    box-shadow: 3px 3px 0px 0px #5c5c5c;
}
.single .pagination a .currenttext {
    padding: 0;
    background: transparent;
    color: #FFF;
    margin-right: 0;
    margin-bottom: 0;
}
.single .pagination a:hover .currenttext { color: #fff; }
.pagination a {
    background: #ee0707;
    box-shadow: 3px 3px 0px 0px #8a2a21;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    padding: 10px 13px;
    transition: all 0.25s linear;
    font-weight: bold;
    margin-bottom: 10px;
}
.pagination ul li:last-child a { margin-right: 0; }
.pagination a:hover { color: #fff; }
.top {
    float: right;
    position: absolute;
    left: 50%;
    top: -18px;
    width: 52px;
    height: 52px;
    margin-left: -6px;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: 100;
}
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-top: 20px;
}
.pagination .nav-previous { float: left; }
.pagination .nav-next { float: right }
.pagination .nav-previous a, .pagination .nav-next a { color: #fff!important; }
.pagination  .nav-previous a:hover, .pagination .nav-next a:hover { background-color: #222; }
.single .currenttext { margin-bottom: 0; }
.pagination .current .currenttext { margin-bottom: 10px; }



#slider span{
    width:100%;
    height:100%;
    }

.mpcfin {
    background: #999;
    float: left;
    width: 100%;
    padding: 11px 6px 6px 6px;
    text-align: center;
    text-indent: 20px;
}
.mpcfin_note {
    color: #fff!important;
    float: left;
    font-size: 12px; 
    position: relative;
    width: 100%;
}
.mpcfin_note a{
    color: #fff!important;
    font-weight: bold;
    text-decoration: none;
}
.biuro { padding-left: 20px;}

#naglowek {
background: #fff url("https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/tlo-top.jpg") no-repeat right center;
height: 155px; width: 100%;
    float: left;
}


#naglowek p{  font-weight: bold; color: #000; text-shadow: 1px 1px  #fff;  }
#naglowek p#w1 { font-size: 35px;  padding-top: 25px; padding-left:75px; }
#naglowek p#w1 span{ padding-left: 2px; padding-right: 2px; font-weight: normal;} 
#naglowek p#w2 { font-size: 13px; font-weight: normal;    padding-left: 283px; margin-top: -7px;  }



#logo { 
    background:  url("https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/logo.png") no-repeat left center;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    height: 108px; 
    width: 441px; 
    margin-top:  23px; margin-left: 30px;}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
 #logo  { 
    background-image:  url("https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/logo-hi.png"); 
    background-size: 441px 108px; }

/*
#naglowek a{ position: absolute; width: 100%; height: 150px;    cursor: pointer;}
*/

.theauthor a{ color: #ea0000 !important;}


 ul.pop-widget-tabs li a {
    font-size: 12px;
    /* font-family: Open sans; */
    float: left;
    display: block;
    padding: 0 5px;
    background: #f3f3f3;
    line-height: 30px;
    text-decoration: none;   
    text-transform: uppercase; 
    border: none; 
    padding: 0px 11px 0px 11px;
    margin-bottom: -3px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left:1px solid #ccc;
}

 ul.pop-widget-tabs li a.active {
    background: #fff;
 }
 ul.pop-widget-tabs li a:focus {

    background: #fff;
}

.pop-overlay {  font-size: 13px;   text-transform: uppercase;}
.pop-summary { font-size: 11px ; line-height: 16px; text-transform: none !important;  }


body.blog .pexcerpt0.post.excerpt  {border: 3px solid #ea0000 !important; 
    padding: 8px 0px 8px 0px;
    margin-bottom: 45px;  
 }
body.blog .pexcerpt0.post.excerpt  .post-content { 
    padding-left: 10px;
 }


.alm-btn-wrap { clear: both;}
.alm-load-more-btn.more { background-color: #ea0000; border-radius: 0px;}

.photospace_res { background-color: #eee; padding: 8px;}

.image-caption { color: #666; text-align: right; margin-right: 5px;}



/*-----------------------------------------------

/* Responsive

/*---------------------------------------------*/
.main-container { max-width: 96% }
@media screen and (max-width:1000px) { 
    .sidebar-left { width:300px;}
     .sidebar.c-4-12 { clear: both; position: relative;   top: 0px;  width: 300px; margin: 0 auto; padding-top: 20px;  }
    .article { width: 60%;}
}
@media screen and (max-width:865px) { 
.article { width: 54%; }
 .secondary-navigation { 
        margin-top: -30px;
        margin-right: 2.2%;
        position: absolute;
        right: 0;
        z-index: 1;
        height: 50px;
    }
    #navigation { width: 100% }
    .secondary-navigation, #navigation {
        border: none;
        background: #333;
        margin-bottom: 0;
    }
    .menu .current-menu-item > a:after { background: transparent; }
    .menu ul [class^="icon-"]:before, .menu ul [class*=" icon-"]:before { left: 18px }
    .menu [class^="icon-"] > a, .menu [class*=" icon-"] > a { padding-left: 2%!important; }
    #navigation .menu i { display: none }
    #navigation .menu a {
        color: #fff!important;
        padding-left: 0!important;
        padding-right: 2%;
        width: 100%;
        text-indent: 3%;
        padding-right: 0;
        font-weight: normal;
        font-size: 14px;
        border-left: 0;
        padding: 8px 0;
        border: 0!important;
    }
    #navigation ul {
        float: none;
        background: #666;
    }
    #navigation .sub-menu:after, #navigation .sub-menu:before { border-bottom-color: rgba(0, 0, 0, 0); }
    #navigation ul ul {
        display: block!important;
        visibility: visible!important;
        opacity: 1!important;
        position: relative;
        left: 0;
        border: 0;
        width: 100%;
        top: 0;
        outline: 0;
        background: transparent;
    }
    #navigation ul li li {
        background: transparent;
        border: 0;
        text-indent: 3%;
    }
    nav { height: auto }
    #navigation ul {
        width: 100%;
        display: none;
        height: auto;
        padding: 0;
    }
    #navigation ul li, #navigation ul li li, #navigation ul ul li:first-child, #navigation ul ul li:last-child {
        width: 100%;
        float: left;
        position: relative;
        margin-left: 0;
        padding: 0;
        border-bottom: 0;
        border-top: 0;
        background: transparent;
    }
    #navigation ul li:after { background: transparent; }
    #navigation ul li:before { display: none; }
    #navigation li a {
        width: 100%;
        color: #fff;
        padding: 8px 0;
        border-left: 0;
        border: 0;
    }
    #navigation a {
        text-align: left;
        width: 100%;
        text-indent: 3%;
        font-size: 14px;
        font-weight: normal;
        background: transparent;
        min-height: 100%;
    }
    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        padding: 10px 0;
        text-indent: 3%;
        overflow: hidden;
        max-width: 100%;
        border: 0;
    }
    nav a#pull:after {
        content: "";
        background: url(https://warszawawpigulce.s3.eu-central-1.amazonaws.com/wp-content/themes/WWP/images/nav.gif) no-repeat 5px 10px;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 3%;
        top: 10px;
    }
    .secondary-navigation #navigation ul li:hover {
        background: transparent;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
    }
    #navigation li ul, #navigation li li ul, #navigation li li li ul, #navigation li li li li ul, #navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
        left: 0;
        padding-top: 0;
    }
    #navigation ul li:hover ul,#navigation ul ul li:hover ul {
        visibility: visible;
        left: 0;
        top: 0;
    }
    .secondary-navigation a .sub, .menu-item-has-children > a:after { display: none; }
    .main-header .container { max-width: 100%; }
    #page, .container { max-width: 96%; }
    .main-container #page { max-width: 100%; }
    img, embed {
        max-width: 100%;
        height: auto!important;
    }
    .ad-300 img { max-width: 100%; }
    .ad-125 li { max-width: 40%; }
    .ad-125 img {
        padding: 0;
        background: #FAFAFA;
        border: 0;
    }
 #header {
        padding-left: 0;
        width: 100%;
    }
    #header h1, #header h2 {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .secondary-navigation, #navigation {
        position: relative;
        width: 100%;
        margin-right: 0;
    }
    .widget-header {
        max-width: 74%;
        text-align: center;
        width: 100%;
    }
    .widget-header-bottom-right { max-width: 23%; }
}

@media screen and (max-width:768px) { 
    .post {
 
        width: 96%; padding-right: 8px;
    }
}

@media screen and (max-width:768px) { 
    .desktop {display: none;}
    .sidebar-left { clear: both;   top: -30px;  width: 300px; margin: 0 auto;  }
     /* .sidebar-left {display: none;} */
    .article {width: 100%!important; min-height: 200px; margin-left: 0; padding-top: 20px;}
    .secondary-navigation a {
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    .article { width: 100% }
    .sidebar.c-4-12 { clear: both;   top: -30px;  width: 300px; margin: 0 auto;  }
    .sidebar_list .widget:first-child { margin-top: 20px;}
    .ad-125 li { max-width: 45%;}
    #comments { margin-right: 0; }
    .content .post_box_reg .excerpt:nth-last-child(2) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EBE0D8;
    }
    .single_post { width: 100% }
    .related-posts {
        width: 100%;
        margin-top: 15px;
    }
    .related-posts li { width: 48%; }
    .rthumb {
        margin-right: 15px;
        max-width: 150px;
    }
    .carousel .excerpt { width: 16%; }
    .carousel .excerpt:nth-last-child(2) { margin-right: 0; }
    .carousel .excerpt:last-child { display: none; }
    .footer-navigation {
        font-size: 50%;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .footer-navigation ul li { display: inline-block; float: none; }
    #copyright-note { text-align: center }
    .foot-logo, .edit-by, .copyright-text {
        font-size: 50%;
        float: none;
        margin: 0;
        padding-top: 0;
        position: relative;
        z-index: 1000;
    }
}
@media screen and (max-width:768px) { 
    .no-mobile { display: none; }
    input#author, input#email, input#url, #commentform textarea {
        float: left;
        clear: left;
        max-width: 96%;
        width: 96%;
    }
    .trending-articles { display: none; }
}
@media screen and (max-width:620px) { 
    .no-mobile { display: none; }
    .trending-articles { display: none; }
    .firstpost {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .f-excerpt { display: none }
    .secondpost {
        width: 33.6%;
        float: left;
    }
    .secondpost .featured-title { font-size: 10px; }
    .thirdpost {
        width: 31.2%;
        float: right;
        margin-right: 0;
        margin-left: 2%;
    }
    .thirdpost img { width: 100%; }
}
@media screen and (max-width:600px) { 
    .widget-header {
        max-width: 100%;
        float: left;
        .mpcfin { text-align: center; text-indent: 0; font-size: 10px;}
    }
    .featured-thumbnail img { width: 100%; }
    .carousel .excerpt { width: 21%; }
    .carousel .excerpt:nth-last-child(3) { margin-right: 0; }
    .carousel .excerpt:nth-last-child(2) { display: none ;}
}
@media screen and (max-width:550px) { 
    .sbutton { float: right }
    .authoer_link_single { clear: left; }
    #naglowek p#w1 { font-size: 25px;  padding-top: 25px; padding-left:75px; }
    #naglowek p#w2 { font-size: 13px; font-weight: normal; margin-left: 55px;   padding-left: 130px; margin-top: -7px; background-color: rgba(255, 255, 255, 0.6);}
       .post { width: 93%; }
    #logo { margin-left: 15px; background-size: 75% 75%;}

}

@media screen and (max-width:401px) { 
    .sbutton { float: right }
    .authoer_link_single { clear: left; }
    #naglowek p#w1 { font-size: 20px;  padding-top: 25px; padding-left:60px; }
    #naglowek p#w2 { font-size: 13px; font-weight: normal; margin-left: 67px;   padding-left: 50px; margin-top: -7px; background-color: rgba(255, 255, 255, 0.6);}
       .post { width: 94%; }
       .article { padding: 0px 8px 0px 0px; }
       .mpcfin { text-align: center; text-indent: -20px;}
       .mpcfin  span{ display: block;}
       .post {  margin-left:8px;   }
       #logo { margin-left: 15px;}
       .featured-cat {font-size: 11px;}

}
 
.sidebar-left .ai_widget .code-block {
	min-height: 610px;
}

.stuck {
  position:fixed;
  top:40px;
}
 
.adsbygoogle { margin-top: 25px;}
