/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 3.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;hbody
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
  	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =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, 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 {
	border: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*font-family: "Poppins", sans-serif;*/
	/*margin-top:0px!important;*/
}
body {
	/*line-height: 1;*/

}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing:0;*/
}
#secondary table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;g
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin-top:0px!important;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 30px;
	line-height:30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 16px!important;
	line-height: 2;
	color: #231f20!important;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size: 87.5%;
	margin-top:0px!important;
}
body {
	font-size: 14px;
	font-size: 1rem;
	/*font-family: "Poppins", Helvetica, Arial, sans-serif;*/
	font-family: "Poppins", Helvetica, Arial,  sans-serif;
	color: #535b61;
	/*background-color:#f0e857!important;*/
  background-repeat: no-repeat!important;
  background-position: center top!important;
 margin-top:-1px!important;
}
body.custom-font-enabled {
	/*font-family: "Poppins", sans-serif, Helvetica, Arial, sans-serif;*/
}
a {
	outline: none;
	outline: none;
	color: #4d9eff;
}
a:hover {
	color: #535b61;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
.site {
	/*padding: 0 24px;
	padding: 0 1.714285714rem;*/
	background-color: none;
}
.site-content {
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
#podstrona{
width:100%;
/*max-width:1340px;*/
margin:0 auto;
}
#primary{}
#primary-podstrona{
width:100%;
/*max-width:1340px;*/
height:auto;
padding: 0;
float:left;
background-color:#ffffff;
border-radius:20px;
min-height:400px;
}
#menu-lewe{float:left;width:30%;height:auto;}
#zew-entry-header{
	width:100%;
	background-color:#ebebeb;
	height:auto;
	padding-top:0px;
	padding-bottom:1px;
	margin-bottom:20px;
	margin-top:0px;
	/*float:left;*/
	border-top:1px solid #e3e3e3;
}
#wew-entry-header{width:100%;height:auto;max-width:1340px;margin:0 auto;position:relative;}
.entry-header{
width:100%;
max-width:1340px;
height:auto;
margin:0 auto;
}
.breadcrumbs{display:none;width:auto;float:right;color:#929292;font-family: "Poppins", sans-serif;
	font-size:18px;position:absolute;right:10px;top:5px;}
.breadcrumbs a{color:#3c3737;font-family: "Poppins", sans-serif;font-size:18px;text-decoration:none;}
.entry-content{
width:100%;
max-width:1340px;
margin:0% auto 0%!important;
min-height:200px;
}
.entry-meta{
width:100%;
max-width:1340px;
margin:0 auto;
}
.comments-link{display:none;}
#secondary {
	width: 244px;
	font-family: Tahoma, Arial, sans-serif;
	float:left;
	margin-top:90px;
}
#secondary p{
    margin:0px!important;
	padding:0px!important;
	}
	#secondary img{
    margin:0px!important;
	padding:0px!important;
	}
	.site-content{
	}
	#main{
	width:100%!important;
	height:auto;
	margin:0 auto;
	}
	.wrapper{
	width:100%!important;
	height:auto;
	}
/* Header */
.wp-caption-text{
text-align:center;
color:#436eb3!important;
font-size:14px!important;
}

#secondary h3{
color:#eb1c24;font-size:19px;
font-family: "Poppins", sans-serif;
margin-bottom:15px;
}
.site-header {
	padding: 0px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #414141;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #414141;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #087dc2;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #535b61;
}
.widget-area .widget a:visited {
	color: #4d9eff;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	width:100%;
	height:auto;
    background-color:#f2f2f2;
	margin-to p: 24px;
}
footer[role="contentinfo"] a {
	color: #ffffff;
	text-decoration:none;
}
footer[role="contentinfo"] a:hover {
	color: #ffffff;
	text-decoration:underline;
}
footer p{
}
footer li{
}
footer .widget{margin:0px;}
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color:#414141;
	font-family: "Poppins", sans-serif;
	margin-top:20px;

}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	font-size:16px;
}
.entry-content p a{
color: #f5d000!important;
}
.entry-content p{
color:#000000!important;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	color:#f5d000;
	font-family: "Poppins", sans-serif;
}
.entry-content h1,
.comment-content h1 {
	font-size: 24px;
	line-height: 1.5;
	font-weight:500;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 22px;
	line-height: 1.6;
	font-family: "Poppins", sans-serif;
	font-weight:500;
}
.entry-content h3,
.comment-content h3 {
	font-size: 21px;
	line-height: 1.846153846;
	font-family: "Poppins";
	font-weight:500;
}
.entry-content h4,
.comment-content h4 {
	font-size: 20px;
	line-height: 1.846153846;
	font-weight:500;
}
.entry-content h5,
.comment-content h5 {
	font-size: 19px;
	line-height: 1.846153846;
	font-weight:500;
}
.entry-content h6,
.comment-content h6 {
	font-size: 18px;
	line-height: 1.846153846;
	font-weight:500;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 17px;
	line-height: 1.714285714;
	font-size:16px;
line-height:26px;
color:#535b61;
font-family: "Poppins", sans-serif;
}
.entry-content a:visited,
.comment-content a:visited {
	color:#4d9eff;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	font-family: "Poppins", sans-serif;
	color:#000000;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
	color:#000000;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	color:#000000;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
	color:#000000;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
	font-family: "Poppins", sans-serif;
		font-size:16px;
line-height:26px;
color:#000000;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.wp-caption.alignleft {
	margin: 12px 24px 0px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	/*border-top: 1px solid #000000;*/
	padding: 6px 10px 6px 0;
	color:#000000;
}
.entry-content table,
.comment-content table {
	color:#000000;
}
.site-content article {
	margin-bottom: 10px;
	padding-bottom: 5px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	padding-top:22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
	width:auto;
	max-width:1340px;
	margin:0px auto;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single audio/video attachment view
-------------------------------------------------------------- */
.attachment .entry-content .mejs-audio {
	max-width: 400px;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =Front page template
-------------------------------------------------------------- */
.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
#color: #4d9eff;
}
.template-front-page .widget-area .widget li a:hover {
	color: #4d9eff;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {display: block;margin: 0 auto 24px;margin: 0 auto 1.714285714rem;}
#baner{float:left;width:100%;height:auto;}
#baner img{margin-bottom:0px!important;}
.entry-meta{display:none;}
.nav-single{display:none;}
#mapa{float:left;width:100%;height:auto;}

/* BLOG PLUGIN */

html body .read_more_btn_lyt_15 {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 20%);
	margin: 20px 0;
	padding-right: 20px;
	transition: all .3s ease-in-out;
}

html body .selected-layout.layout-24 .read_more_btn_lyt_15 {
	margin-left: 30px;
}

html body .read_more_btn_lyt_15:hover {
	background-color: #4d9eff!important;
	cursor: pointer;
}

html body .read_more_btn_lyt_15:hover .blogsqode_read_more_button,
html body .read_more_btn_lyt_15 .blogsqode_read_more_button:hover {
	color: #ffffff !important;
}

html body .read_more_btn_lyt_15_svg {
	width: 50px;
	height: 45px;
	background: #4d9eff!important;
	clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
	display: flex;
	align-items: center;
	float: left;
}

html body .read_more_btn_lyt_15 svg {
	margin-left: 10px;
	color: #ffffff;
}

html body .read_more_btn_lyt_15 .blogsqode-rmlayout-15 {
	color: #14141F;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 !important;
}

html body .read_more_btn_lyt_15 .blogsqode-rmlayout-15:hover {
	border: none;
	color: #14141F;
}

html body .blogsqode-author-wrap-layout-30 svg path, html body .blogsqode-post-readtime-layout-30 svg path {
	fill: #4d9eff!important;
}

html body .layout-30-top .blogsqode-post-date .blog_date {
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #4d9eff!important;
}
html body .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a {
	color: #4d9eff!important;
}
html body .blogsqode-blog-wrap .post-grid-3 .blogsqode-post-item {
	width: 31.33%;
	width: calc(33.33% - 20px)!important;
	padding: 0 10px!important;
}

/* OZON HEADER */

#banner-wakacje-zew{width:100%;height:auto;float:left;background-position:center top;
background-image: url(img/tw-header-bg-02-img.png);background-repeat: repeat-y;}
#banner-wakacje{width:100%;max-width:1340px;height:110px;/*float:left;*/margin-top:0px;position:relative;overflow:visible;
/*z-index:9!important;*/margin:0 auto;position:relative;
background-position:center top;background-image: url(img/tw-header-bg-02-img.png);background-repeat: repeat-y;}
#logo{width:293px;height:51px;float:left;margin-left:0px;margin-top:30px;position:relative;z-index:1!important;}
#logo img{margin:0px;padding:0px;}
/*#dane-top-01{float:right;width:auto;min-width:730px;height:60px;border-bottom:1px solid #e5e5e5;
position:absolute;right:0px;top:0px;z-index:2;}*/

#social-media{position:absolute;right:0px;top:63px;width:auto;height:16px;font-family: "Poppins", sans-serif;margin-right:0px;}
#social-media p{font-family: "Poppins", sans-serif;font-size: 16px;line-height:30px;font-weight: 500;color:#058b8c;padding-left:5px;margin:0px;}
#social-media img{margin-left:7px;}

/*#dane-kontaktowe{float:right;height:60px;width:auto;margin-right:0px;margin-top:15px;}*/
#dane-kontaktowe-01{position:absolute;right:560px;top:17px;float:right;width:auto;height:32px;font-family: "Poppins", sans-serif;margin-right:20px;
background-color:#ffde29;border-radius:13px;}
#dane-kontaktowe-01 p{font-family: "Poppins", sans-serif;font-size: 16px;line-height:32px;font-weight: 500;color:#058b8c;padding-left:15px;margin:0px;padding-right:15px;}
#dane-kontaktowe-01 a{color:#058b8c;text-decoration:none;}
#dane-kontaktowe-01 a:hover{color:#058b8c;text-decoration:underline!important;}
#dane-kontaktowe-01 i{padding-right:12px;}

#dane-kontaktowe-02{float:right;width:auto;height:32px;background-position:left center;margin-right:20px;}
#dane-kontaktowe-02 p{font-family: "Poppins", sans-serif;font-size: 16px;line-height:32px;font-weight: 500;color:#058b8c;padding-left:25px;margin:0px;}
#dane-kontaktowe-02 a{color:#058b8c;text-decoration:none;}
#dane-kontaktowe-02 a:hover{color:#058b8c;text-decoration:underline!important;}

#dane-kontaktowe-03{position:absolute;right:385px;top:17px;width:auto;height:32px;background-color:#ffde29;border-radius:13px;}
#dane-kontaktowe-03 p{font-family: "Poppins", sans-serif;font-size: 16px;line-height:32px;font-weight: 500;color:#058b8c;padding-left:15px;margin:0px;padding-right:15px;}
#dane-kontaktowe-03 a{color:#058b8c;text-decoration:none;}
#dane-kontaktowe-03 a:hover{color:#058b8c;text-decoration:underline!important;}
#dane-kontaktowe-03 i{padding-right:12px;}

#dane-kontaktowe-04{float:right;width:auto;height:30px;}
#dane-kontaktowe-04 p{font-family: "Poppins", sans-serif;font-size: 16px;line-height:30px;font-weight: 500;color:#058b8c;padding-left:20px;margin:0px;}
#dane-kontaktowe-04 a{color:#058b8c;text-decoration:none;}
#dane-kontaktowe-04 a:hover{color:#058b8c;text-decoration:underline;}

#schowek-ofert{width:auto;height:20px;line-height:20px;font-size: 16px;z-index:2;position:absolute;right:220px;top:3px;
	margin:20px 12px 0px;padding:0px;font-family: "Poppins", sans-serif;}
#schowek-ofert a{color:#303030;font-weight:300;/*text-transform:uppercase;*/font-family: "Poppins", sans-serif;}


#autoposzukiwacz{width:auto;height:auto;position:absolute;right:0px;top:0px;
	margin-right:0px;z-index:9;min-width:150px;height:32px;overflow:hidden;margin-top:15px;max-width:220px;}
#autoposzukiwacz .input-container {color:#f5d000;margin-top:0px;height:30px;font-family: "Poppins", sans-serif;}
#autoposzukiwacz .input-container input{padding: 4px 20px 4px 5px;font-family: "Poppins", sans-serif;}
#autoposzukiwacz .input-container input, #autoposzukiwacz .input-container textarea, #autoposzukiwacz .form-group input, .form-group textarea {color:#f5d000!important;}
#autoposzukiwacz .quick-search-elem .fa-search {right: 10px!important;}
#autoposzukiwacz .input-container input:not([type="submit"]), #autoposzukiwacz .input-container textarea,
#autoposzukiwacz .form-group input:not([type="submit"]), #autoposzukiwacz .form-group textarea {border:1px solid #303030!important;border-radius:0px;}


/* OZON BANER GŁÓWNY, WYSZUKIWARKA */

#baner-glowny{width:100%;height:auto;float:left;margin-top:-10px!important;position:relative;margin-bottom:0px;z-index:2;}
#baner-glowny h3{font-family: "Poppins", sans-serif/*font-family: 'Raleway', sans-serif;*/color:#ffffff;font-size: 85px;letter-spacing: 0;line-height: 62px;position:relative;z-index:1000;}
#baner-glowny h3:first-line{font-family: "Poppins", sans-serif/*font-family: 'Raleway', sans-serif;*/color:#ffffff;font-size: 55px;letter-spacing: 0;line-height: 40px;position:relative;z-index:1000;}
#baner-glowny h5{font-family: "Poppins", cursive!important;/*font-family: 'Raleway', sans-serif;*/color:#ffffff;font-size: 25px;letter-spacing: 4px;line-height: 20px;position:relative;z-index:1000;}
#baner-glowny img{/*display: block;*/}
#baner-glowny h4{display:none;}
#baner-glowny p{}

div.stx-layers-canvas {
	max-width:1340px!important;
}

#wyszukiwarka-baner{float:left;width:100%;margin-top:-142px!important;position:relative;z-index:3;height:auto;}

#wyszukiwarka{width:100%;float:left;margin:0% 0%;margin-top:0px!important;position:relative;overflow:visible;padding:0px;height:auto;}
#wyszukiwarka section.search-box .tab-content .fields-container-wrapper {background-color:#ffffff}

#merlin-gallery-fullscreen{z-index:999999!important;}

/* OZON WYSZUKIWARKA */

#naglowek-wyszukiwarka{width:250px;height:35px;background-color:#4d9eff;border-top-left-radius:10px;border-top-right-radius:10px;margin-left:5px;}
#naglowek-wyszukiwarka h1{font-size:18px;color:#ffffff!important;line-height:35px;font-family: "Poppins", sans-serif; font-weight:normal;text-align:center;}
#wyszukiwarka .section-header{display:none!important;}

/* OZON OFERTY ŚRODEK*/

#naglowek-01{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:60px;clear:both;}
#naglowek-01 h3{width:100%;color:#058b8c;display: inline;float: left;font-family: "Poppins", sans-serif;font-size: 39px;
line-height:50px;font-weight: 600;margin: 0px;padding: 10px 0px 10px 0px;}
#naglowek-01 span{color:#f5d000;}
#naglowek-01 p{color:#aaada6;font-size:20px;margin-bottom:0px;padding-bottom:0px;}
#naglowek-01 img {margin-bottom:0px;padding-bottom:0px;}

#naglowek-02{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:60px;clear:both;}
#naglowek-02 h3{width:100%;color:#058b8c;display: inline;float: left;font-family: "Poppins", sans-serif;font-size: 39px;
	line-height:50px;font-weight: 600;margin: 0px;padding: 10px 0px 10px 0px;}
#naglowek-02 span{color:#f5d000;}
#naglowek-02 p{color:#aaada6;font-size:20px;margin-bottom:0px;padding-bottom:0px;}
#naglowek-02 img {margin-bottom:0px;padding-bottom:0px;}

#naglowek-03{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:60px;clear:both;}
#naglowek-03 h3{width:100%;color:#058b8c;display: inline;float: left;font-family: "Poppins", sans-serif;font-size: 39px;
	line-height:50px;font-weight: 600;margin: 0px;padding: 10px 0px 10px 0px;}
#naglowek-03 span{color:#f5d000;}
#naglowek-03 p{color:#aaada6;font-size:20px;margin-bottom:0px;padding-bottom:0px;}
#naglowek-03 img {margin-bottom:0px;padding-bottom:0px;}

#naglowek-04{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:60px;clear:both;}
#naglowek-04 h3{width:100%;color:#058b8c;display: inline;float: left;font-family: "Poppins", sans-serif;font-size: 39px;
	line-height:50px;font-weight: 600;margin: 0px;padding: 10px 0px 10px 0px;}
#naglowek-04 span{color:#f5d000;}
#naglowek-04 p{color:#aaada6;font-size:20px;margin-bottom:0px;padding-bottom:0px;}
#naglowek-04 img {margin-bottom:0px;padding-bottom:0px;}

#naglowek-05{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:60px;clear:both;}
#naglowek-05 h3{width:100%;color:#058b8c;display: inline;float: left;font-family: "Poppins", sans-serif;font-size: 39px;
	line-height:50px;font-weight: 600;margin: 0px;padding: 10px 0px 10px 0px;}
#naglowek-05 span{color:#f5d000;}
#naglowek-05 p{color:#aaada6;font-size:20px;margin-bottom:0px;padding-bottom:0px;}
#naglowek-05 img {margin-bottom:0px;padding-bottom:0px;}

#tlo{background-color:#ecf6f7;padding-bottom:50px;margin-bottom:20px; margin-top: -150px; }

/* OZON BANERY ŚRODKOWE */

#baner-01{width:100%;float:left;height:auto;margin-bottom:20px;}
#baner-01 .widget{display:inline-block;}
#baner-01 .aligncenter{margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}
#baner-01 p{margin-bottom:0px;padding-bottom:0px;}
#baner-01 .widget:nth-child(1){width:32.33%;margin-bottom:1.5%;}
#baner-01 .widget:nth-child(2) {width:32.33%;margin-left: 1.5%;margin-right:1.5%;margin-bottom:1.5%;}
#baner-01 .widget:nth-child(3) {width:32.33%;margin-bottom:1.5%;}
#baner-01 .widget:nth-child(4){width:32.33%;margin-bottom:1.5%;}
#baner-01 .widget:nth-child(5) {width:32.33%;margin-left: 1.5%;margin-right:1.5%;margin-bottom:1.5%;}
#baner-01 .widget:nth-child(6) {width:32.33%;margin-bottom:1.5%;}

#baner-02{width:100%;height:auto;margin-bottom:20px;max-width:1100px;margin-left:auto;margin-right:auto;}
#baner-02 .widget{display:inline-block;}
#baner-02 .aligncenter{margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}
#baner-02 p{margin-bottom:0px;padding-bottom:0px;}
#baner-02 .widget:nth-child(1){width:49%;margin-bottom:1.5%;}
#baner-02 .widget:nth-child(2) {width:49%;margin-left:2%;margin-bottom:1.5%;}
#baner-02 .widget:nth-child(3){width:49%;margin-bottom:1.5%;}
#baner-02 .widget:nth-child(4) {width:49%;margin-left:2%;margin-bottom:1.5%;}
#baner-02 .widget:nth-child(5){width:49%;margin-bottom:1.5%;}
#baner-02 .widget:nth-child(6) {width:49%;margin-left:2%;margin-bottom:1.5%;}

/* BOKSY MERLINX OZON */

#oferta-01 {width:100%;float:left;height:auto;}

#oferta-01 .section-header{display:none;}

/*#oferta-01 .special-label{background-color:#422c1f!important;color:#ffffff!important;}
#oferta-03 .special-label{background-color:#422c1f!important;color:#ffffff!important;}
#oferta-04 .special-label{background-color:#422c1f!important;color:#ffffff!important;}
#oferta-05 .special-label{background-color:#422c1f!important;color:#ffffff!important;}*/

/* OZON Nasi Partnerzy*/

#nasi-partnerzy{width:100%;height:auto;float:left;margin-top:0%;margin-bottom:20px;}
#nasi-partnerzy .widget{float:left;width:14.28%;margin-left:0%;margin-right:0%;min-height:90px;}


#cff .cff-item{ width: 25%; clear: none; padding: 0 1%; border: none !important; }

/* OZON MAPA GOOGLE */

#mapa-google{display:none;width:100%;height:auto;float:left;margin-bottom:-5px;margin-top:30px;}
#mapa-google .textwidget{margin-bottom:0px;padding-bottom:0px}

/* OZON FOOTER */

#dolna-czesc{float:left;width:100%;margin:0% auto 0%!important;padding-top:25px;padding-bottom:45px;height:auto;
background-color:#058b8c;position:relative;background-image: url(img/tw-footer-bg-01-img.png);
background-repeat: no-repeat;background-position:center top;}
#stopka-srodek{width:100%;max-width:1340px;margin:0 auto; height:auto; padding:0px 0px 10px;margin-bottom:0px;height:auto;
}
#stopka-01{width:100%;height:auto;float:left;margin-top:40px;position:relative;margin-bottom:20px;}

#stopka-tresc-01{width:19%;float:left;height:auto;margin-left:1%;margin-right:6%;}
#stopka-tresc-01 h3{color:#ffffff;width:100%;float: left;font-family: "Poppins", sans-serif;font-size: 26px;
line-height:30px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:20px;}
#stopka-tresc-01 p{height:auto;font-family: "Poppins", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#ffffff;}
#stopka-tresc-01 ul{wdith:100%;margin:0px;padding:0px;}
#stopka-tresc-01 ul li{font-size:17px;color:#ffffff;font-weight: 500;line-height:30px;}
#stopka-tresc-01 a{font-size:17px;color:#ffffff;text-decoration:none;font-family: "Poppins", sans-serif;}
#stopka-tresc-01 a:hover{text-decoration:underline;}

#stopka-tresc-02{width:22%;float:left;height:auto;margin-left:1%;margin-right:6%;}
#stopka-tresc-02 h3{color:#ffffff;width:100%;float: left;font-family: "Poppins", sans-serif;font-size: 26px;line-height:30px;font-weight: 600;margin: 0px;
	padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:20px;}
#stopka-tresc-02 p{height:auto;font-family: "Poppins", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#ffffff;clear:both;}
#stopka-tresc-02 ul{wdith:100%;margin:0px;padding:0px;}
#stopka-tresc-02 ul li{font-size:17px;color:#ffffff;font-weight: 500;line-height:30px;}
#stopka-tresc-02 ul li a{font-size:17px;color:#ffffff;text-decoration:none;font-family: "Poppins", sans-serif;}
#stopka-tresc-02 a:hover{text-decoration:underline;}

#stopka-tresc-03{width:18%;float:left;height:auto;margin-left:1%;margin-right:6%;}
#stopka-tresc-03 h3{color:#ffffff;width:100%;float: left;font-family: "Poppins", sans-serif;font-size: 26px;line-height:30px;font-weight: 600;margin: 0px;
	padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:20px;}
#stopka-tresc-03 p{height:auto;font-family: "Poppins", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#ffffff;}
#stopka-tresc-03 ul{wdith:100%;margin:0px;padding:0px;}
#stopka-tresc-03 ul li{font-size:17px;color:#ffffff;font-weight: 500;line-height:30px;}
#stopka-tresc-03 ul li a{font-size:17px;color:#ffffff;text-decoration:none;font-family: "Poppins", sans-serif;}
#stopka-tresc-03 a:hover{text-decoration:underline;}

#stopka-tresc-04{width:18%;float:left;height:auto;margin-left:1%;margin-right:1%;}
#stopka-tresc-04 h3{color:#ffffff;width:100%;float: left;font-family: "Poppins", sans-serif;font-size: 26px;line-height:30px;font-weight: 600;margin: 0px;
	padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:20px;}
#stopka-tresc-04 p{height:auto;font-family: "Poppins", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#ffffff;}
#stopka-tresc-04 ul{wdith:100%;margin:0px;padding:0px;}
#stopka-tresc-04 ul li{font-size:17px;color:#ffffff;font-weight: 500;line-height:30px;}
#stopka-tresc-04 ul li a{font-size:17px;color:#ffffff;text-decoration:none;font-family: "Poppins", sans-serif;}
#stopka-tresc-04 a:hover{text-decoration:underline;}

/*#stopka-menu{width:100%;height:auto;float:left;background-image: url(img/line-white-footer-img.png);background-repeat: no-repeat;background-position:center top;margin-top:30px;margin-bottom:0px;padding-top:30px;padding-bottom:30px;}
#stopka-menu p{height:auto;font-family: "Poppins", sans-serif;font-size: 17px;line-height:30px;font-weight: 500;color:#ffffff;}
#stopka-menu a{color:#ffffff;}
#stopka-menu a:hover{text-decoration:underline;}*/

#stopka-bottom-srodek{width:auto;max-width:1340px;margin:20px auto 0px;height:auto;}
#stopka-tekst-01{float:left;width:1040px;height:auto;}
#stopka-tekst-01 p{color:#058b8c;font-family: "Poppins", sans-serif;line-height:40px;margin-bottom:0px;font-size:16px;}
#stopka-tekst-01 a{color:#058b8c;}
#stopka-tekst-02{float:left;width:300px;height:auto;text-align:right!important;}
#stopka-tekst-02 p{line-height:40px;color:#058b8c;font-size:16px;font-family: "Poppins", sans-serif;margin-bottom:0px;}
#stopka-tekst-02 a{color:#ffde29;}
#stopka-tekst-02 img{margin:0px;padding:0px;}
#/*stopka-tekst-02 span{color:#ed7c02;}*/


.entry-content{font-family: "Poppins", sans-serif;}
/*.room-list span.text-color-10{font-size:35px;color:#C72C05;font-weight:bold;}*/
.section-header h1{display:none!important;}


/* OZON WYNIKI */

#wyniki{float:left;width:100%;margin-top:0px;}
#wyniki .background-color-1 {
    background: #dddddd!important;
}
#wyniki .text-color-12 {
    color:#231f20;
}
#wyniki .text-uppercase {
    font-weight:bold;
}
/*#wyniki h3.text-color-1{font-size:25px;font-weight:bold;}*/

/* OZON INNE */

.social{display:none!important;}
.link-share{display:none!important;}
.fa-search{display:none!important;}

/* PLUGINS */
.rmm-toggled-controls {color:#ffffff!important;text-transform:uppercase!important;}
.rmm-button span {background:#ffffff!important;}
#baner-glowny h1{font-size:60px;text-align:right!important;text-shadow: #432d18 0.05em 0.05em 0.05em }
p.frs-caption-button.frs-buttonskin-white a span {
    border-color: #4d9eff!important;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #fff!important;
	background-color:#4d9eff!important;
    padding: 5px 10px;
}
hr {
    background-color: #eb6f06;
    border: 0 none;
    height: 1px;
    margin: 4px 0px 1.01429rem;
}
.mobile-nav{display:none;}
.mobile-back{display:none;}
.btn-mobile-nav{display:none!important;}
.btn-mobile-back{display:none!important;}
#btn-back-to-top{display:none!important;}
#filters #toggle-filters  {display: none;}
#filters-container {max-height: 1000px !important; overflow: auto !important;}
#offers-listing  li.object-listing-elem {border-bottom:15px solid #ffffff;border-top:15px solid #ffffff;/*padding-bottom:5px;*//*margin-top:100px;*/}


#fscf_captcha_image_div3{float:right;;margin-top:10px;}

/* OZON MENU GÓRNE */

#pasek-menu{
	float:right;
	width:auto;
	width:auto;
	min-width:925px;
   	/*background: #08a1e5;*/
    /*background: -webkit-linear-gradient(#08a1e5, #2075bf); For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#08a1e5, #2075bf); For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#08a1e5, #2075bf); For Firefox 3.6 to 15 */
    /*background: linear-gradient(#08a1e5, #2075bf); Standard syntax */
	height:auto;
	z-index:2;
		position:absolute;
		right:90px;
		top:65px;
}
#pasek-wew{
width:auto;
margin:0 auto;
height:30px;
float:right;
}
.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {
/*border-bottom: 1px solid #ededed;border-top: 1px solid #ededed;*/display: inline-block !important;text-align: right;float:right;margin:0 auto;width: 100%;
max-width:975px;height:auto;z-index:1000;margin-top:0px;}
	.main-navigation ul {margin: 0;text-indent: 0;}
	.main-navigation li a,.main-navigation li {display: inline-block;text-decoration: none;height:auto;
	line-height:30px;text-align:center;/*text-transform:uppercase;*/}
.main-navigation li a {border-bottom: 0;color: #058b8c;font-family: "Poppins", sans-serif;white-space: nowrap;
	font-weight:500;font-size:19px;}
	.main-navigation li:after{content: "I";color:#e8e8e8;padding: 0px 15px 0px 15px;font-size:18px;font-family: "Poppins", sans-serif;}
	.main-navigation li:last-child:after{content:none;}
	.main-navigation li a:hover,.main-navigation li a:focus {color:#f5d000;}
	.main-navigation li {margin: 0px;position: relative;background-position:center right;}
	.main-navigation li ul {margin: 0;padding: 5px 0px 0px 5px;position: absolute;top: 100%;z-index: 2;height: auto;width: auto;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);/*border-top: 3px solid #4d9eff;*/
	background: #ffffff;/*box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); *//*-webkit-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25);*/z-index:1000!important;}
	.main-navigation li ul li{background-image:none;display:block;line-height:35px!important;height:auto!important;position:relative;z-index:1000;}
	.main-navigation li ul ul {top: 0;left: 100%;padding:0px 0px 0px 5px;}
	.main-navigation ul li:hover > ul,.main-navigation ul li:focus > ul,.main-navigation .focus > ul {border-left: 0;clip: inherit;overflow: inherit;height: auto;width: auto;z-index:1000;}
	.main-navigation li ul li a {text-align:left;color:#058b8c;display: block;font-size: 13px;line-height:35px!important;height:auto!important;padding: 0px 5px;width: 200px;white-space: normal;font-weight:400;}
	.main-navigation li ul li:after{content:none;}
	.main-navigation li ul li a:hover,.main-navigation li ul li a:focus {color:#f5d000;}
	.main-navigation .current-menu-item > a,.main-navigation .current-menu-ancestor > a,.main-navigation .current_page_item > a,.main-navigation .current_page_ancestor > a {color: #f5d000;}
	.menu-toggle {display: none;}
	.menu-toggle {display: none;}


.ikonka{margin-bottom:-7px;margin-right:4px;}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 0px!important;
	padding: 0;
}
/* MEGA MENU */

.wp-megamenu-main-wrapper {
	font-family: "Poppins", sans-serif!important;
	font-size: 14px;
	font-weight: 400;
}


.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	background: #fff;
    box-sh adow: none!important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 8px 5px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    text-align: left;
    height: 0;
}


.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
	padding: 10px 25px 10px 22px!important;
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.6;
	overflow: visible;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	text-align: left;
}

.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical {
pad ding-left:0px!important;
mar gin-left:0px!important;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical {
	background: #f7f5f4!important;
	/*background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#3d3d3d),color-stop(50%,#3d3d3d),color-stop(50%,#212121));
	background: -webkit-linear-gradient(top,#3d3d3d,#212121);
	background: -moz-linear-gradient(top,#3d3d3d,#212121);
	background: -ms-linear-gradient(top,#3d3d3d,#212121);
	background: -o-linear-gradient(top,#3d3d3d,#212121);*/
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li{
	color: #231f20;
	font-weight: 400;
	wid th:100%!important;
	display:block!important;
		padding:0px!important;
		lin e-height:40px!important;
		margin:0px!important;
		hei ght:40px!important;
		border-bottom:1px solid #d4d3d3!important;
		font-family: "Poppins", sans-serif!important;
}

.wpmega-black-white .wpmm-mega-wrapper > li:hover a ,
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item a{
	color:#ffffff!important;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li a,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a{
	color: #231f20;
	font-family: "Poppins", sans-serif!important;
}

.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
background: #f7f5f4!important;
}

.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu,
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu ul {
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background:#4d9eff!important;
	col or:#231f20;

}
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu a,
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu ul a {
	col or:#231f20!important;
	font-size:13px!important;

}
.wpmega-transparent-black .wpmm-mega-wrapper > li:hover,
.wpmega-transparent-black .wpmm-mega-wrapper > li.current-menu-item {
	backg round: #4d9eff!important;
}
.wpmega-black-white .wpmm-mega-wrapper > li:hover,
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item {
	backg round: #4d9eff!important;
	background: rgba(255,108,0,1)!important;
	co lor:#ffffff!important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover {
	text-decora tion: none;
	backg round:transp!important;
	background: #ef5c00!important;
	width:auto!important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li{
	margin-left:0px!important;
	padding-left:0px!important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a{
	padding-left:22px!important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
	ba ckground: #000;
	widt h: 251px!important;
	lis  t-style: none;
	widt h:100%!important;
}
ul.wpmm-mega-wrapper{

}

.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
	.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
		padding: 10px 10px 13px;
		color: #000000!important;
	}

/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

	.responsive-tabs .responsive-tabs__list__item {
	color: #000000!important;
}
.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
	border-color: #000000!important;
	color: #4d9eff!important;
}
.responsive-tabs .responsive-tabs__panel {
	background: #fff;
	border: 1px solid #000000!important;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link {
	padding-right: 20px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after {
	right: 10px!important;
	left: auto!important;
	position: absolute;
	transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	top: 12px;
	line-height: 1;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div {
	right: auto!important;
	left: 100%!important;
}


/* SM Vertical Menu */

.navigation{width:100%;}
.navigation ul{width:100%;}

.orenge > ul > li a:hover,
.orenge > ul > li:hover a { background: #4d9eff; color:#ffffff!important;}



.orenge > ul > li > a {
		        border-right:none;
					color:#231f20!important;
			}

			.navigation a {
			  display: block;
			  padding: 0.2em 1.3em;
			  color: #231f20!important;
			  text-decoration: none;
			  text-transform: capitalize;
			  font-size:13px;
			}
			.navigation ul li {

			  line-height: 35px;
			  border-bottom:1px solid #d4d3d3;

			}

			.orenge ul ul { border: 1px solid #d4d3d3; }

.navigation ul ul li:hover > a {
			  background: #ff9800;
			  color: #ffffff;
			}



/* SM Vertical Menu  END*/


.entry-utility{/*display:none;*/}
#menu-lewe-responsywne{display:none;}
.mobmenu .mob-menu-icon, .show-nav-right .mobmenu .mob-cancel-button {
	margin-top:-8px!important;
}
.wpb_close_btn{margin-right:10px;}

/* =Media queries
-------------------------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/*OZON*/

@media screen and (max-width: 1340px) {
#logo{margin-left:10px;}
	.entry-content{width:96%;margin-left:2%;margin-right:2%;}
	.entry-header .entry-title{width:98%;margin-left:1%;margin-right:1%;}
	#primary-podstrona{width:100%!important;}
	#pasek-menu{margin-right:10px;}
	#dane-kontaktowe-03{margin-right:5px;}

	#dolna-czesc{width:100%;padding-left:2%;padding-right:2%;}
	.entry-header{width:100%;height:auto;margin:0px 0px;}

	#autoposzukiwacz{margin-right:5px;}
	#schowek-ofert{right:225px;}
	#dolna-czesc{width:100%;padding-left:2%;padding-right:2%;}
	#zew-entry-header{width:100%;margin-left:0%;margin-right:0%;padding-bottom:20px;}
	/*#zew-entry-header{
		width:100%;
		background-color:#ebebeb;
		height:auto;
		padding-top:0px;
		padding-bottom:1px;
		margin-bottom:20px;
		margin-top:0px;
		float:left;
		border-top:1px solid #e3e3e3;
	}*/
	#social-media{right:5px;}

}
@media screen and (max-width: 1250px) {
#dane-kontaktowe-01{position:absolute;right:285px;top:65px;margin-right:0px;}
#dane-kontaktowe-03{position:absolute;right:90px;top:65px;margin-right:0px;}
#banner-wakacje{background-image:none;background-color:#088c8c;}
#schowek-ofert{color:#ffde29;}
#schowek-ofert a{color:#ffde29;}
}
@media screen and (max-width: 1200px) {
	#pasek-menu{display:none;}
	.main-navigation{display:none;}
.entry-header{width:100%;height:auto;margin:0px 0px;}
#baner-glowny{display:none}
#wyszukiwarka-baner{float:left;width:100%;margin-top:0px!important;position:relative;z-index:1;height:auto;}
#logo{margin-left:10px;}
#autoposzukiwacz{margin-right:5px;}

.qtip{/*margin-top:40px;*/z-index:999999999!important;}
#containerFluidCart{/*margin-top:40px;*/z-index:999999999!important;}


}
@media screen and (max-width: 1024px) {
body{background-image:none!important;background-color:#ffffff!important;}
.wrapper{margin-bottom:0px;padding-bottom:0px;}
#baner-glowny{display:none;width:100%;height:auto;float:left;/*margin-top:-630px;*/position:relative;z-index:5;margin-bottom:15px;}
#wyszukiwarka-baner{float:left;/*width:400px;*/margin-bottom:60px;margin-top:0px!important;margin-top:0px;
	position:relative;z-index:6;clear:right;}

#naglowek-01{margin-top:-50px;}

#naglowek-01 h3, #naglowek-02 h3, #naglowek-03 h3, #naglowek-04 h3, #naglowek-05 h3{width:100%;padding-left:1%;padding-right:1%;}


#dolna-czesc{background-image:none;}
#stopka-tresc-01{width:48%;float:left;height:auto;margin:1%;}
#stopka-tresc-02{width:48%;float:left;height:auto;margin:1%;}
#stopka-tresc-03{width:48%;float:left;height:auto;margin:1%;}
#stopka-tresc-04{width:48%;float:left;height:auto;margin:1%;}

	#nasi-partnerzy{width:100%;height:auto;float:left;margin-top:0%;margin-bottom:20px;}
	#nasi-partnerzy .widget{float:left;width:30.33%;margin-left:1.5%;margin-right:1.5%;min-height:90px;}

}

@media screen and (max-width: 990px) {
#oferta-01 .sl-content span{}
#oferta-01 .sl-wrap{padding-top:10px!important;}
}
@media screen and (max-width: 950px) {
}

@media screen and (max-width: 910px) {

#primary-podstrona{padding-top:0%}
    .full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		clear: both;
		width: 100%!important;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;}
.entry-content h2, .comment-content h2, .mu_register h2 {line-height: 1.6;font-family: "Poppins", sans-serif;font-size: 35px;font-weight: 500;}

#stopka-bottom-srodek{width:auto;max-width:1340px;margin:20px auto 0px;height:auto;}
#stopka-tekst-01{float:left;width:98%;height:auto;margin:1%;}
#stopka-tekst-02{float:right;margin-right:10px;width:auto;}

}
@media screen and (max-width: 850px) {
/*#wyszukiwarka .btn{width:100%;float:right;right:0px;}*/
#wyszukiwarka .sb-elem-fullsize {width: 50%;}
#dolna-czesc{width:98%;padding-left:1%;padding-right:1%;}
.breadcrumbs{width:auto;float:right;color:#929292;font-family: "Poppins", sans-serif;font-size:16px;position:absolute;right:5px;top:5px;}
.breadcrumbs a{font-size:16px;}
	#nasi-partnerzy{width:100%;height:auto;float:left;margin-top:0%;margin-bottom:40px;background-image: none;}

}
@media screen and (max-width: 780px) {
	#dane-kontaktowe-01{position:absolute;right:90px;top:65px;margin-right:0px;}
	#dane-kontaktowe-03{display:none;position:absolute;right:90px;top:65px;margin-right:0px;}
}
@media screen and (max-width: 768px) {
.entry-header .entry-title{width:96%!important;margin-left:2%!important;margin-right:2%!important;}
#cff .cff-item{ width: 50%; clear: none; padding: 0 1%; border: none !important; }
.entry-content{width:90%;margin-left:5%;margin-right:5%;}

	#nasi-partnerzy{width:98%;margin:1%;}
	#nasi-partnerzy .section-header{display:block;}

/* OZON BANERY ŚRODKOWE */

/*#baner-01{width:98%;float:left;height:auto;margin-left:1%;margin-right:1%;}
#baner-02{width:98%;float:left;height:auto;margin-left:1%;margin-right:1%;}*/

}
@media screen and (max-width: 720px) {
	#banner-wakacje{width:100%;max-width:1340px;height:120px;float:left;margin-top:0px;position:relative;overflow:visible;/*z-index:9!important;*/}

	#logo {width: 100%; /*width:431px;*/height: 51px;float: left;margin-left: 0px;margin-right: 0px;margin-top: 50px;
		margin-bottom: 15px;position: relative;z-index: 1 !important;}
	#logo img {margin-left: auto;margin-right: auto;}
	#social-media {display: none;}
	#dane-kontaktowe-01 {display: none;}
	#dane-kontaktowe-03 {display: none;}
	#schowek-ofert{margin-top:10px;}
	#autoposzukiwacz{hidden;margin-top:5px;}
}
@media screen and (max-width: 680px) {
#wyszukiwarka-baner{width:100%;margin:0px;}
#wyszukiwarka{width:100%;margin:0px;}
#naglowek-01{width:100%;float:left;margin-top:30px;margin-bottom:30px;}
#naglowek-02{width:100%;float:left;margin-top:30px;margin-bottom:30px;}
#naglowek-03{width:100%;float:left;margin-top:30px;margin-bottom:30px;}
#naglowek-04{width:100%;float:left;margin-top:30px;margin-bottom:30px;}

}
@media screen and (max-width: 675px) {

#naglowek-05{/*display:none;*/}

}
@media screen and (max-width: 680px) {
	#wyszukiwarka .sb-elem-fullsize {width: 100%;}
	.breadcrumbs {margin-top: 20px;}  #dane-top-01 { /*display: none;*/}

	#nasi-partnerzy{width:100%;height:auto;float:left;margin-top:0%;margin-bottom:20px;}
	#nasi-partnerzy .widget{float:left;width:47%;margin-left:1.5%;margin-right:1.5%;min-height:90px;}


}
@media screen and (max-width: 620px) {
	#stopka-tresc-01{width:94%;float:left;height:auto;margin:3%;}
	#stopka-tresc-02{width:94%;float:left;height:auto;margin:3%;}
	#stopka-tresc-03{width:94%;float:left;height:auto;margin:3%;}
	#stopka-tresc-04{width:94%;float:left;height:auto;margin:3%;}
}
@media screen and (max-width: 540px) {
.entry-content h2, .comment-content h2, .mu_register h2 {line-height: 1.6;font-family: "Poppins";font-size: 30px;font-weight: 500;}

#naglowek-01 h3{font-size: 20px;;}
#naglowek-02 h3{font-size: 20px;}
#naglowek-03 h3{font-size: 20px;}
#naglowek-04 h3{font-size: 20px;}
#naglowek-05 h3{font-size: 20px;}



#cff .cff-item{ width: 100%; clear: none; padding: 0 1%; border: none !important; }
}
@media screen and (max-width: 530px) {

	#naglowek-01{width:100%;float:left;margin-top:10px;margin-bottom:30px;}
	#naglowek-02{width:100%;float:left;margin-top:10px;margin-bottom:30px;}
	#naglowek-03{width:100%;float:left;margin-top:10px;margin-bottom:30px;}
	#naglowek-04{width:100%;float:left;margin-top:10px;margin-bottom:30px;}

	/* OZON BANERY ŚRODKOWE */

	#baner-01{width:100%;float:left;height:auto;margin-bottom:20px;}
	#baner-01 .widget{display:inline-block;}
	#baner-01 .aligncenter{margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}
	#baner-01 p{margin-bottom:0px;padding-bottom:0px;}
	#baner-01 .widget:nth-child(1){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-01 .widget {}
	#baner-01 .widget:nth-child(2) {width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-01 .widget:nth-child(3) {width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-01 .widget:nth-child(4){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-01 .widget:nth-child(5) {width:90%;margin-left: 5%;margin-right:5%;margin-bottom:1.5%;}
	#baner-01 .widget:nth-child(6) {width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}


	#baner-02{width:100%;height:auto;margin-bottom:20px;max-width:1100px;margin-left:auto;margin-right:auto;}
	#baner-02 .widget{display:inline-block;}
	#baner-02 .aligncenter{margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}
	#baner-02 p{margin-bottom:0px;padding-bottom:0px;}
	#baner-02 .widget:nth-child(1){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-02 .widget:nth-child(2){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-02 .widget:nth-child(3){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-02 .widget:nth-child(4){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-02 .widget:nth-child(5){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}
	#baner-02 .widget:nth-child(6){width:90%;margin-bottom:1.5%;margin-left: 5%;margin-right:5%;}

}
@media screen and (max-width: 470px) {
/*.content-column.one_fourth{display:none!important;}*/

	#nasi-partnerzy{width:100%;height:auto;float:left;margin-top:0%;margin-bottom:20px;}
	#nasi-partnerzy .widget{float:left;width:97%;margin-left:1.5%;margin-right:1.5%;min-height:90px;}

}
@media screen and (max-width: 455px) {
#autoposzukiwacz{display:none;}
	#schowek-ofert{right:5px;}

}
/*END OZON*/
/* Minimum width of 600 pixels. */
@media screen and (min-width: 1px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.wrapper{
	width:auto;
	max-width:1340px;
	margin:0 auto;
	position:relative;
	/*float:left;*/
	height:auto;
	}
	.site {
		/*margin: 0 auto;*/
		max-width: 100%;
		overflow: hidden;
	}
	.site-header{
	width:auto;
	/*max-width:1340px;*/
	margin:0 auto;
	}
	.site-content {
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.entry-header .entry-title {font-size: 30px;line-height: 1.2;font-weight: bold;color:#414141;font-family: "Poppins", sans-serif;}
	#respond form input[type="text"] {width: 46.333333333%;}
	#respond form textarea.blog-textarea {width: 79.666666667%;}
	.template-front-page .site-content,
	.template-front-page article {overflow: hidden;}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #ffffff;
	}
	body .site {
		padding: 0 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}
/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] ";
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}


	#dolna-czesc{display:none!important}
	#pasek-menu{display:none!important}
	#site-navigation li{display:inline!important;}
	.nav-menu{display:inline!important;}
	.navigation{display:none!important}
	.nav-menu{display:none!important}
	#sm_vertical_menu-4{display: none!important}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 1340px;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	 #responsive-menu,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation,
	.navigation,
	.nav-menu,
	#sm_vertical_menu-4,
	#site-navigation
   {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
#pasek-menu { display:none!important; }
.main-navigation { display:none!important; }
 nav { display:none!important; }

}
