/*
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.0
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;
$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 0;
	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: 'Montserrat', 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: 'Montserrat', Helvetica, Arial, sans-serif;*/
	font-family: 'Montserrat', 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: 'Montserrat', sans-serif, Helvetica, Arial, sans-serif;*/
}
a {
	outline: none;
	outline: none;
	color: #1d2e6e;
}
a:hover {
	text-decoration:underline!important;
}
/* 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 {margin-bottom:30px;}
.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:30px;
	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: 'Montserrat', sans-serif;font-size:18px;position:absolute;right:10px;top:5px;}
.breadcrumbs a{color:#3c3737;font-family: 'Montserrat', 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:#fddd3b;font-size:19px;
font-family: 'Montserrat', 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: #ff3273;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #087dc2;
}


.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: #ff3273;
}
.widget-area .widget a:hover {
	color: #ff3273;
}
.widget-area .widget a:visited {
	color: #ff3273;
}
.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:#ffffff;
	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:#354556;
	font-family: 'Montserrat', sans-serif;
}
.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: #ff3273!important;
}
.entry-content a:hover{text-decoration:underline!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:#ff3273;
	font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
	font-weight:500;
}
.entry-content h3,
.comment-content h3 {
	font-size: 21px;
	line-height: 1.846153846;
	font-family: 'Montserrat', sans-serif;
	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:#0d1431;
font-family: 'Montserrat', sans-serif;
}
.entry-content a:visited,
.comment-content a:visited {
	color:#0093dd;
}
.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: 'Montserrat', sans-serif;
	color:#0d1431;
}
.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: 'Montserrat', sans-serif;
	color:#0d1431;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	color:#0d1431;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
	color:#0d1431;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
	font-family: 'Montserrat', sans-serif;
		font-size:16px;
line-height:26px;
	color:#0d1431;
}
.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: #fddd3b;
}
/* =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: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.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;}
#mapa{float:left;width:100%;height:auto;}

/* OZON HEADER */

/* Styl dla top bar */
.top-bar {
	background-color: #ff3273; /* Kolor tła */
	padding: 0px 0; /* Odstęp wewnętrzny w pionie */
}

/* Kontener wyrównany i ograniczony do 1340px */
.lapalma-container {
	max-width: 1340px; /* Maksymalna szerokość kontenera */
	margin: 0 auto; /* Wyśrodkowanie kontenera */
	display: flex; /* Użycie Flexboxa */
	justify-content: flex-end; /* Wyrównanie elementów do prawej */
	gap: 10px; /* Odstęp między divami */
}
/* Styl dla każdego diva */
.box {
	width: auto; /* Szerokość diva */
	height: 40px; /* Wysokość diva */
	/*background-color: #fff;*/ /* Kolor tła diva */
	/*color: #1d2e6e;*/ /* Kolor tekstu */
	display: flex; /* Wyrównanie tekstu */
	justify-content: center; /* Wyrównanie w poziomie */
	align-items: center; /* Wyrównanie w pionie */
	font-size: 16px; /* Rozmiar tekstu */
}

/* Ogólne ustawienia dla całego nagłówka */
#banner-wakacje-zew {
	width: 100%;
	height: auto;
	float: left;
	/*background: url(img/lp-header-bg-01-img.png) no-repeat center top;*/
}

#banner-wakacje {
	width: 100%;
	max-width: 1340px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

#logo {
	width: 175px;
	height: 53px;
	/*float: left;*
	/*margin: 45px 0 0 0;*/
	/*position: relative;*/
	z-index: 1 !important;
	position: absolute;
	top: 50%; /* Ustawienie środka w pionie */
	left: 0; /* Jeśli nie chcesz przesuwać poziomo */
	transform: translateY(-50%); /* Przesunięcie o połowę własnej wysokości */
}

#logo img {
	margin: 0;
	padding: 0;
}

/* Dane kontaktowe */
#dane-kontaktowe-01,
#dane-kontaktowe-02,
#dane-kontaktowe-03 {
	width: auto;
}
#dane-kontaktowe-01 p,
#dane-kontaktowe-02 p,
#dane-kontaktowe-03 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	text-align: right;
	padding-left: 5px;
}

#dane-kontaktowe-01 a{
	font-size: 15px;
	font-weight: 500;
	color: #d6f549;
	text-decoration: none;
}
#dane-kontaktowe-02 a,
#dane-kontaktowe-03 a {
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}


#dane-kontaktowe-01 a:hover,
#dane-kontaktowe-02 a:hover,
#dane-kontaktowe-03 a:hover {
	color: #0d1431;
	text-decoration: underline;
}

#dane-kontaktowe-01 img,
#dane-kontaktowe-02 img,
#dane-kontaktowe-03 img {
	margin-right: 2px;
}

#dane-kontaktowe-01 i,
#dane-kontaktowe-02 i,
#dane-kontaktowe-03 i {
	padding-right: 12px;
}

/* Dodatkowe ustawienia specyficzne */
#dane-kontaktowe-03 {
	height: 40px;
	z-index: 3;
	position: absolute;
	top: 50%; /* Pozycjonowanie środka kontenera w osi Y */
	right: 0; /* Przyklejenie do prawej krawędzi */
	transform: translateY(-50%); /* Wyrównanie do środka pionowo */
}

#dane-kontaktowe-03 a {
	height: 38px;
	line-height: 38px;
	font-size: 20px;
}

/* OZON MENU GÓRNE */

#pasek-menu{

	/*position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(50%);
	min-width: 1024px;
	height: auto;
	z-index: 3;*/

	float:right;
	width:auto;
	width:auto;
	min-width:1024px;
	height:auto;
	z-index:3;
	position:absolute;
	top: 50%; /* Pozycjonowanie środka kontenera w osi Y */
	right: 50px; /* Przyklejenie do prawej krawędzi */
	transform: translateY(-50%); /* Wyrównanie do środka pionowo */
}
#pasek-wew{
	width:auto;
	margin:0 auto;
	height:30px;
	float:right;
}

.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {
	display: inline-block !important;text-align: right;float:right;margin:0 auto;width: 100%;height:auto;z-index:1000;margin-right:0px;}
.main-navigation ul {margin: 0;text-indent: 0;}
.main-navigation li a,.main-navigation li {font-family: 'Montserrat', sans-serif;
	display: inline-block;text-decoration: none;height:auto;line-height:30px;text-align:center;}
.main-navigation li a {border-bottom: 0;color: #000000;font-family: 'Montserrat', sans-serif;white-space: nowrap;font-weight:600;font-size:15px;}
.main-navigation li:after{content: "|";color:#ff3273;padding: 0px 15px 0px 15px;font-size:15px;font-family: 'Montserrat', sans-serif;}
.main-navigation li:last-child:after{content:none;}
.main-navigation li a:hover,.main-navigation li a:focus {color: #0d1431;;}
.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);
background: #ffffff;
	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:#000000;display: block;font-size: 14px;line-height:35px!important;
	height:auto!important;padding: 0px 5px;width: 200px;white-space: normal;font-weight:500;}
.main-navigation li ul li:after{content:none;}
.main-navigation li ul li a:hover,.main-navigation li ul li a:focus {color:#ff3273;}
.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: #ff3273;}
.menu-toggle {display: none;}
.menu-toggle {display: none;}

/* OZON MENU GÓRNE END*/

#dane-kontaktowe-mobile-zew{display:none;}
#dane-kontaktowe-mobile{display:none;}

#autoposzukiwacz{float:right;width:auto;height:auto;margin-right:0px;
	z-index:9;min-width:200px;height:25px;overflow:visible;font-family: 'Montserrat', sans-serif;color:#ffffff;}
#autoposzukiwacz .input-container {color:#ffffff!important;margin-top:0px;height:27px;width:200px;}
#autoposzukiwacz .input-container input{padding: 2px 2px 2px 5px;}
#autoposzukiwacz .input-container input, #autoposzukiwacz .input-container textarea,
#autoposzukiwacz .form-group input, .form-group textarea {color:#1d2e6e!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 #ffffff;}
#autoposzukiwacz input::placeholder{color:#1d2e6e!important;}

#schowek-ofert{width:auto;height:20px;line-height:20px;font-size: 15px;z-index:4;
padding:0px;font-family: 'Montserrat', sans-serif;}
#schowek-ofert a{color:#ffffff;font-weight:300;/*text-transform:uppercase;*/font-family: 'Montserrat', sans-serif;}

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

/*#baner-glowny{width:100%;height:auto;float:left;margin-top:0px!important;position:relative;margin-bottom:0px;z-index:0;} *//* -589px */
#baner-glowny{width:100%;height:auto;min-height:527px;float:left;margin-top:0px!important;
position:relative;margin-bottom:0px;z-index:2;overflow:hidden!important;} /* -589px */

#baner-glowny h3{font-family: 'Montserrat', sans-serif/*font-family: 'Raleway', sans-serif;*/color:#ffffff;font-size: 85px;l
etter-spacing: 0;line-height: 62px;position:relative;z-index:1000;}
#baner-glowny h3:first-line{font-family: 'Montserrat', 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: 'Montserrat', 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{}
#wyszukiwarka-baner{float:left;width:100%;margin-top:-95px!important;position:relative;z-index:3;
	height:auto;overflow:visible;} /* 339px */
#wyszukiwarka{width:100%;float:left;margin:0% 0%;margin-top:0px;position:relative;background-color:#fff;padding:10px 0px 0px;
	overflow:visible;height:auto;z-index:3;border-radius:10px;border-top:10px solid #ff3273;}

/* OZON WYSZUKIWARKA */

section.search-box .tab-content .fields-container > .searchbox-dd-item .searchbox-field-label {
	white-space: nowrap;
	position: absolute;
	z-index: 1;
	top: 1px!important;
	left: 1px!important;
	max-width: calc(100% - 30px);
	text-overflow: ellipsis;
	overflow: hidden;
	color:#000000;font-size:18px;font-weight:600;margin-bottom:20px!important;
}

/* OZON WYSZUKIWARKA END */

#pasek{width:100%;background-color:#0093dd;float:left;height:40px;margin-bottom: 0px;margin-top:1px;}
#pasek p{font-size:16px;color:#ffffff;line-height:40px;font-family: 'Montserrat', sans-serif;}
#pasek span{}

#wyszukiwarka section.search-box .tab-content .fields-container-wrapper {
  margin-top:0;/*padding:7.5px;*//*background-color:#ffffff !important*/}
#merlin-gallery-fullscreen{z-index:999999!important;}

/* TABS WYSZUKIWARKA MERLINX  */
/*	section.search-box.slim-tabs:not(.step2) .section-content .nav-tabs > li a {
		padding: 0 15px;
		top: auto !important;
		transform: none !important;
		color:#ffffff;
		background-color: #a6e5ec!important;

		line-height: 38px;
		height: 38px;
	}
section.search-box.slim-tabs:not(.step2) .section-content .nav-tabs > li.active a {
	padding: 0 15px;
	top: auto !important;
	transform: none !important;
	color:#ffffff;
	background-color:#0093dd!important;
	line-height: 38px;
	height: 38px;
}*/

/*#metaslider_4432 img{text-align:center!important; display: block!important;
  width: 100%!important;margin-left:auto!important;margin-right:auto!important;}*/


#wyszukiwarka .section-header{display:none!important;}

/* OZON OFERTY ŚRODEK*/

/* Styl bazowy */
.naglowek-01,.naglowek-02 {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	clear: both;
	position: relative;
	background-image: url(img/it-heading-icon-01-img.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.naglowek-01 h3, .naglowek-02 h3 {
	width: 100%;
	color: #000000;
	display: inline;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	line-height: 30px;
	font-weight: 700;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 55px;
}

.naglowek-01 p, .naglowek-02 p {
	width: 100%;
	color: #c1c1c1;
	display: inline;
	float: left;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0px;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 55px;
}

/* Dostosowanie dla max-width 1200px */
@media (max-width: 1200px) {
	.naglowek-01, .naglowek-02 {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-image: none;
		text-align: center;
	}

	.naglowek-01::before, .naglowek-02::before {
		content: '';
		width: 38px; /* dostosuj do rozmiaru obrazu */
		height: 38px; /* dostosuj do rozmiaru obrazu */
		background-image: url(img/it-heading-icon-01-img.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 20px; /* odstęp między obrazem a tekstem */
	}

	.naglowek-01 h3, .naglowek-02 h3,
	.naglowek-01 p, .naglowek-01 p {
		padding-left: 0;
		text-align: center;
	}
}
/* Styl dla max-width 1024px */
@media (max-width: 1024px) {
	.naglowek-01, .naglowek-02 {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-image: none; /* Usunięcie obrazu jako tła */
		text-align: center;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.naglowek-01::before, .naglowek-02::before, {
		content: '';
		width: 38px; /* Dostosuj rozmiar obrazu */
		height: 38px;
		background-image: url(img/it-heading-icon-01-img.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 15px; /* Odstęp między obrazem a tekstem */
	}

	.naglowek-01 h3, .naglowek-02 h3  {
		font-size: 21px;
		line-height: 28px;
		padding-left: 0;
		margin: 0 0 10px 0;
	}

	.naglowek-01 p, .naglowek-02 p {
		font-size: 17px;
		line-height: 23px;
		padding-left: 0;
		margin: 0;
	}

	/* Tylko pierwszy element naglowek-01 */
	.naglowek-01 {
		margin-top: -40px;/* Ujemny margines dla pierwszego elementu */
	}
}




/* OZON NAGŁÓWEK */

/*.naglowek-01{width:100%;float:left;height:auto;margin-top:25px;margin-bottom:50px;clear:both;position: relative;
	background-image: url(img/lp-heading-icon-01-img.png);background-repeat: no-repeat;background-position:left top;}
.naglowek-01 h3{width:100%;color:#1d2e6e;display: inline;float: left;font-family: 'Montserrat', sans-serif;
font-size: 23px;line-height:30px;font-weight: 700;margin: 3px 0px 0px 0px;padding: 0px 0px 0px 0px;padding-left:55px;}
.naglowek-01 p{width:100%;color:#c1c1c1;display: inline;float: left;font-family: 'Montserrat', sans-serif;margin-top:0px;
font-size: 19px;line-height:25px;font-weight: 400;margin: 0px;padding: 0px 0px 0px 0px;padding-left:55px;}*/

/* OZON NAGŁÓWEK END */

/* OZON NEWSLETTER */

#newsletter {
	float: left;
	width: 100%;
	margin: 20px 0;
	/*min-height: 487px;*/
	min-height:628px;
	/*background-color: #ff3273; *//* Tło ciemnoniebieskie */
	position: relative;
	z-index: 3;
	/*background-image: url(img/lp-newsletter-bg-2560-01-img.jpg);z-index:3;*/
	background-image: url(img/it-newsletter-bg-02.png);z-index:3;
	background-repeat: no-repeat;background-position:center bottom;
}

#newsletter-middle {
	margin: auto auto;
	max-width: 1340px; /* Wyrównanie środkowe */
	padding: 20px;
}

#newsletter-wew {
	float: left;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin-top:150px;
}

#newsletter h2 {
	font-size: 32px; /* Większy nagłówek */
	font-weight: bold;
	font-family: 'Montserrat', sans-serif; /* Nowoczesna czcionka */
	color: #000000; /* Limonkowy kolor tekstu */
	margin-bottom: 20px;

}

#newsletter p {
	font-size: 16px;
	color: #ffffff; /* Biały kolor tekstu */
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	margin-bottom: 20px;
}
#newsletter-pola{position:relative;width:100%;height:auto;}
#newsletter-pola input[type="email"] {
	width: calc(100% - 120px);
	max-width: 400px;
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #ffffff; /* Obwódka limonkowa */
	border-radius: 25px; /* Zaokrąglone rogi */
	margin-right: 10px;
	outline: none;
}

#newsletter-pola button {
	background-color: #000000; /* Limonkowy kolor tła */
	color: #ffffff; /* Ciemnoniebieski kolor tekstu */
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	border: none;
	border-radius: 25px; /* Zaokrąglone rogi */
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#newsletter-pola button:hover {
	background-color: #000000; /* Jaśniejszy limonkowy kolor na hover */
}

#newsletter-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

#newsletter-checkbox input[type="checkbox"] {
	margin-right: 10px;
}

#newsletter-checkbox label {
	font-size: 14px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
}
#newsletter a:link{color:#ffffff;text-decoration:underline!important;}
#newsletter a:hover{text-decoration:underline!important;color:#ffffff;}
#newsletter a:visited{text-decoration:underline!important;color:#ffffff;}


/* OZON NEWSLETTER */

/*
#newsletter{float:left;height:auto;width:100%;margin-top:20px;margin-bottom:20px;min-height:487px;
background-color:#0093dd;position:relative;background-image: url(img/lp-newsletter-bg-2560-01-img.jpg);z-index:3;
background-repeat: no-repeat;background-position:center bottom;}
#newsletter-middle {
	float: none; margin-left:auto;margin-right:auto;
	max-width: 1340px;
}
#newsletter-wew{float:left;margin:50px 60px 0px 60px;width:100%;height:auto;max-width:500px;}
#newsletter-pola{position:relative;width:100%;height:auto;}
#newsletter h2{font-size:25px;font-weight:bold;font-family: 'Montserrat', sans-serif;
color:#ffffff;padding-top:5px;padding-bottom:10px;}
#newsletter p{font-size:16px;color:#ffffff;font-family: 'Montserrat', sans-serif;color:#ffffff;line-height:23px;}
#newsletter a:link{color:#ffffff;text-decoration:underline!important;}
#newsletter a:hover{text-decoration:underline!important;color:#ffffff;}
#newsletter a:visited{text-decoration:underline!important;color:#ffffff;} */



div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1em;
	padding: 10px 15px;
	position:absolute;/*left:310px;*/top:0px;
}
#wpforms-4834-field_1 {
	position:absolute;left:0px;top:0px;
}
#wpforms-submit-4834 {
	position: absolute;
	left: 310px; top:-22px;
	padding: 10px 20px;
	background-color: #f0c005;
	color: white;
	border: none;
	cursor: pointer;
}
#wpforms-submit-4834:hover {
	background-color: #000000;
}

/* OZON BANERY ŚRODKOWE */

#banery{width:100%;float:left;height:auto;position:relative;}
#banery img{margin-bottom:0px;}
#banery img.aligncenter{margin-top:0px;}


#baner-01{width:32%;float:left;height:auto;margin:0% 0% 20px 0%;}
#baner-02{width:32%;float:left;height:auto;margin:0% 2% 20px 2%}
#baner-03{width:32%;float:left;height:auto;margin:0% 0% 20px 0%;}
#baner-04{width:32%;float:left;height:auto;margin:0% 0% 20px 0%;}
#baner-05{width:32%;float:left;height:auto;margin:0% 2% 20px 2%}
#baner-06{width:32%;float:left;height:auto;margin:0% 0% 20px 0%;}

#banery-wersja-mobile{display:none;}


/* MERLINX INNE */

#load-more-offers-text{font-size:20px;}


/* BOKSY MERLINX OZON */

#oferta-01 {width:100%;float:left;height:auto;overflow:visible;}
#oferta-02{width:100%;float:left;height:auto;overflow:visible;}
#oferta-01 .section-header{display:none;}#oferta-02 .section-header{display:none;}
#oferta-03{width:100%;float:left;height:auto;overflow:visible;}
#oferta-03 .section-header{display:none;}#oferta-04 .section-header{display:none;}

#oferta-04{width:100%;float:left;height:auto;overflow:visible;}
#oferta-04 .widget{display:inline-block;}
#oferta-04 .widget:nth-child(1) {width:49%;height:auto;margin-right:2%;margin-bottom:20px;}
#oferta-04 .widget:nth-child(2) {width:49%;height:auto;margin-bottom:20px;}

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

#opinie{display:none;float:left;width:100%;height:auto;margin-top:20px;margin-bottom:20px;clear:both;position:relative;
border: 1px solid #c5c6c6;padding: 10px;box-shadow: 5px 5px #fddd3b;padding-bottom:20px;}
#opinie h3{width:100%;color:#231f20;display: inline;float: left;font-family: 'Montserrat', sans-serif;
	font-size: 26px;line-height:50px;font-weight: 700;margin: 0px;padding: 20px 0px 0px 0px;font-style:italic;}
/*#opinie-wew{width:auto;max-width:1000px;margin-left:auto;margin-right:auto;height:auto;min-height:600px;}*/
#opinie p{color:#231f20!important;font-size:15px!important;line-height:30px;font-weight:400;}

#logotypy{width:100%;height:auto;float:left;margin-top:15px;margin-bottom:40px;margin-left:0%;margin-right:0%;}
#logotypy img{margin-right:5px;margin-left:5px;}



/* BLOG */

#blog-zew{background-co lor:#f6f6f6;width:100%;float:left;height:auto;padding-top:25px;padding-bottom:20px;
background-image: url(img/ww-blog-bg-03-img.png);min-height:500px;;margin-top:20px;position:relative;z-index:3;
background-repeat: no-repeat;background-position: top center;margin-bottom:20px;}
.pt-cv-page{padding-top:15px;}
#blog-wew{background-col or:#ffffff;width:100%;max-width:1340px;height:auto;overflow:visible;
width:auto;margin-left:auto;margin-right:auto;border-radius:20px;padding:20px;}

pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #0093dd !important;
	border-color: #f4f4f4!important;
}
pt-cv-wrapper .btn-success, .pt-cv-wrapper .btn-success, .pt-cv-wrapper .btn-success, .pt-cv-wrapper .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #f0c005!important;
	border-color: #f4f4f4 !important;
}
.pt-cv-view{background-color:#ffffff;}

/* BLOG */
.blogsqode-single-post{margin-bottom:30px;}
div.blog-single-thumbnail-wrap{display:none;}
.blogsqode-single-post .blogsqode-entry-content p {
	font-size: 16px!important;
	color:#000000!important;
}
.blogsqode-single-post .blogsqode-entry-content li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:26px;
	color:#000000!important;
}
html body h2.entry-title.blogsqode-single-post-title {
	font-size: 30px!important;
}

html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-1, html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #0093dd !important;
	background: 0 0;
	padding: 0;
	height: auto;
}
html body .blogsqode-blog-wrap .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: #0093dd !important;
}
html body .blogsqode_post_cat {
	font-weight: 600;
	font-size: 16px !important;
	line-height: 16px;
	color: #0093dd !important;
	margin: 0 !important;
	text-transform: uppercase;
}
html body h2.entry-title.blogsqode-single-post-title {
	font-size: 36px;
	line-height: 30px;
	color: #0093dd !important;
	font-weight: 700;
	margin-bottom: 40px;
}
html body .blogsqode-single-count-cat .blogsqode_post_cat {
	height: 24px;
	line-height: 24px;
	border: 1px solid #0093dd !important;
	border-radius: 5px;
	padding: 0 10px;
	color: #6f39fd;
}
html body .blogsqode_main_head {
	max-width: 1340px!important;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
/* PRZYCISK OPUBLIKUJ KOMENTARZ */

#submit {
	background-color: #0093dd; /* Niebieskie tło */
	color: white; /* Biały kolor tekstu */
	padding: 10px 20px; /* Wewnętrzne odstępy */
	border: none; /* Usunięcie obramowania */
	border-radius: 5px; /* Zaokrąglone rogi */
	cursor: pointer; /* Kursor wskazujący na klikalność */
	font-size: 16px; /* Wielkość czcionki */
	transition: background-color 0.3s ease; /* Płynne przejście koloru tła */
}

#submit:hover {
	background-color: #007bb5; /* Ciemniejszy odcień niebieskiego po najechaniu */
}

#submit:active {
	background-color: #005f8a; /* Jeszcze ciemniejszy odcień niebieskiego po kliknięciu */
}

/*#blog{width:auto;max-width:1340px;margin-left:auto;margin-right:auto;height:auto;}
#blog div.pt-cv-content{color:#7b7b7b!important;font-size:15px;text-align:justify;
	line-height:25px;font-weight:300!important;}
#blog h4.pt-cv-title a{color:#231f20!important;font-size:23px!important;font-weight:400;}
#blog .btn{background-color:#ffffff!important;color:#231f20!important;float:right;
font-weight:bold!important;border:none!important;font-size:20px!important;}
#blog	.pt-cv-meta-fields a{color:#6b6b6b!important;font-size:14px!important;font-weight:400!important;}
#blog .pt-cv-content-item{background-color:#ffffff!important;padding:20px 20px;}*/


/* BLOG PLUGIN */

p.blogsqode_post_sort_desc{font-weight:normal!important;font-size:14px!important;color:#4f4f4f!important}

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 FOOTER */

#dolna-czesc {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px;
	background-color: #ff3273;
	position: relative;
	background-image: url(img/it-footer-bg-01-img.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#stopka-srodek {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 0 10px;
}

#stopka-01 {
	width: 100%;
	float: left;
	margin-top: 50px;
	position: relative;
}

#stopka-tresc-00 {width: 37%;float: left;margin: 0 4% 0 0;}
#stopka-tresc-01 {width: 17%;float: left;margin: 0 4% 0 0;}
#stopka-tresc-02 {width: 17%;float: left;margin: 0 4% 0 0;}
#stopka-tresc-03 {width: 17%;float: left;margin: 0 0% 0 0;}

#stopka-tresc-00 img{margin-bottom:30px;margin-top:0px;padding-top:0px;}
#stopka-tresc-00 a{font-size:25px;}


#stopka-tresc-00 h3,
#stopka-tresc-01 h3,
#stopka-tresc-02 h3,
#stopka-tresc-03 h3 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: none;
}

#stopka-tresc-00 p,#stopka-tresc-00 ul li,#stopka-tresc-00 a{color:#000000!important;}
#stopka-tresc-00 p,
#stopka-tresc-01 p,
#stopka-tresc-02 p,
#stopka-tresc-03 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	color: #ffffff;
}

#stopka-tresc-00 ul,
#stopka-tresc-01 ul,
#stopka-tresc-02 ul,
#stopka-tresc-03 ul {
	width: 100%;
	padding: 0;
}

#stopka-tresc-00 ul li,
#stopka-tresc-01 ul li,
#stopka-tresc-02 ul li,
#stopka-tresc-03 ul li {
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
}

#stopka-tresc-02 ul li,
#stopka-tresc-03 ul li {
	/*border-bottom: 1px solid #1d2e6e;*/
}

#stopka-tresc-00 a,
#stopka-tresc-01 a,
#stopka-tresc-02 a,
#stopka-tresc-03 a {
	/*font-size: 16px;*/
	color: #ffffff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

#stopka-tresc-00 a:hover,
#stopka-tresc-01 a:hover,
#stopka-tresc-02 a:hover,
#stopka-tresc-03 a:hover {
	text-decoration: underline!important;
}


	#stopka-bottom-srodek {
		width: 100%;
		max-width: 1340px;
		margin: 0px auto;
		display: flex; /* Dodano flexbox dla pozycjonowania */
		justify-content: space-between; /* Elementy rozłożone na boki */
		align-items: center; /* Wyrównanie w pionie */
		padding: 0px 0; /* Dodanie odstępów */
		background-color: #ffffff; /* Kolor tła stopki */
	}

#stopka-tekst-01,
#stopka-tekst-02 {
	width: auto;
	margin: 10px;
}

#stopka-tekst-01 p,
#stopka-tekst-02 p {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
}

#stopka-tekst-01 a {color: #ff3273;text-decoration: none;}
#stopka-tekst-02 a {color: #ff3273;text-decoration: none;}

#stopka-tekst-01 a:hover,
#stopka-tekst-02 a:hover {
	text-decoration: underline!important;
}
/* Media query dla max-width: 1024px */
@media (max-width: 1024px) {
	#stopka-bottom-srodek {
		flex-direction: column; /* Ustawienie elementów w kolumnie */
		align-items: stretch;  /* Dopasowanie szerokości elementów */
	}

	#stopka-tekst-01,
	#stopka-tekst-02 {
		width: 100%; /* Ustawienie pełnej szerokości */
		margin: 10px 0; /* Dodanie odstępów między elementami */
	}
}

/* OZON FOOTER */

.entry-content{font-family: 'Montserrat', 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: #231f20!important;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #fff!important;
	background-color:#231f20!important;
    padding: 5px 10px;
}
hr {
    background-color: #fddd3b;
    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;*/ma rgin-top:100px;}
/*#responsive-menu{float:left;width:100%;height:auto;display:none;font-family: 'Trebuchet MS', sans-serif;}*/

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

.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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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:#231f20!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: #231f20!important;
}
.wpmega-black-white .wpmm-mega-wrapper > li:hover,
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item {
	backg round: #231f20!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: #fddd3b!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: #231f20!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: #231f20; 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: #fddd3b;
			  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) {
#dolna-czesc{width:100%;padding-left:2%;padding-right:2%;}
.entry-header{width:100%;height:auto;margin:0px 0px;}
/*#wyszukiwarka-baner{float:left;width:100%;margin-top:0px!important;position:relative;z-index:1;height:auto;}
#wyszukiwarka{width:100%;float:left;margin:0% 0%;margin-top:0px;position:relative;overflow:visible;padding:0px;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: 1340px) {
#zew-entry-header{width:100%;margin-left:0%;margin-right:0%;}
.entry-content{width:98%!important;margin-left:1%!important;margin-right:1%!important;}
.entry-header .entry-title{width:98%;margin-left:1%;margin-right:1%;}
#primary-podstrona{width:100%!important;}
#schowek-ofert{margin-right:10px;}
#pasek-menu{margin-right:10px;}
#dane-kontaktowe-03{margin-right:5px;}
/*#naglowek-wyszukiwarka h1{color:#727272;}*/

	html body .blogsqode_main_head {
		max-width: 1340px!important;
		margin-right: auto;
		margin-left: auto;
		width: 92%!important;
	}

}
@media screen and (max-width: 1200px) {
	#banner-wakacje-zew {background:none;}
	#logo{width:100%;/*width:431px;*/float:left;margin-left:0px;margin-right:0px;
		/*margin-top:15px;margin-bottom:15px;position:relative;*/z-index:3!important;}
	#logo img{margin-left:auto;margin-right:auto;}
	#pasek-menu{display:none;}
	.lapalma-container {
		justify-content: center; /* Wyśrodkowanie elementów */
	}

	/*#logotypy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	#logotypy img {
		margin: 1.33%;
		width: 14%;
	}*/
	#dolna-czesc{background-image:none;}
	#stopka-tresc-00{width:44%;float:left;height:auto;margin:3%;min-height:275px;}
	#stopka-tresc-01{width:44%;float:left;height:auto;margin:3%;min-height:275px;}
	#stopka-tresc-02{width:44%;float:left;height:auto;margin:3%;min-height:275px;}
	#stopka-tresc-03{width:44%;float:left;height:auto;margin:3%;min-height:275px;}
	#stopka-tresc-00 a{font-size:17px;}
}
@media screen and (max-width: 1024px) {
body{background-image:none!important;background-color:#ffffff!important;}
#banner-wakacje{width:100%;max-width:1340px;height:88px;float:left;margin-top:0px;position:relative;overflow:visible;}
.wrapper{margin-bottom:0px;padding-bottom:0px;}
/*#banner-wakacje{height:175px;}*/
.main-navigation{display:none;}

/*.sl-content span{font-size:30px;}*/

#logo{margin-left:20px;}
	#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;}
	#wyszukiwarka{width:100%;float:left;margin:0% 0%;margin-top:0px;position:relative;overflow:visible;padding:0px;height:auto;}


}
@media screen and (max-width: 950px) {
	html body .blogsqode-blog-wrap .post-grid-3 .blogsqode-post-item {
		width: 31.33%;
		width: calc(50% - 20px)!important;
		padding: 0 10px!important;
	}


}
@media screen and (max-width: 910px) {
/*#responsive-menu{display:none!important;}*/
#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: 'Montserrat', sans-serif;font-size: 35px;font-weight: 500;}
}

@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: 'Montserrat', sans-serif;font-size:16px;position:absolute;right:5px;top:5px;}
.breadcrumbs a{font-size:16px;}

#banery{}
#banery p{color:#231f20;text-align:center;}

#baner-01, #baner-02, #baner-03, #baner-04, #baner-05, #baner-06{width:46%;float:left;height:auto;margin:2%;}

#banery-wersja-mobile{display:block;float:left;height:auto;position:relative;width:100%;}
	#banery-wersja-mobile img {
		display: block;
		margin: 15px auto; /* Automatyczne marginesy po lewej i prawej stronie, oraz odstęp między obrazkami */
		width: auto; /* Ustawiamy szerokość na auto, aby zachować oryginalny rozmiar */
	}
	#oferta-04{width:100%;float:left;height:auto;overflow:visible;}
	#oferta-04 .widget{display:inline-block;}
	#oferta-04 .widget:nth-child(1) {width:100%;height:auto;margin-right:0px;margin-bottom:20px;}
	#oferta-04 .widget:nth-child(2) {width:100%;height:auto;margin-bottom:20px;}


}
@media screen and (max-width: 780px) {
#tarcza{display:none;}
#dane-kontaktowe-mobile-zew{display:none;float:left;width:100%;}
#dane-kontaktowe-mobile{display:block;height:30px;position:relative;
width:125px;height:25px;/*background-color:#ff0000;*/
margin-left:auto;margin-right:auto;bottom:0px;}
#dane-kontaktowe-mobile img{margin-left:1px;margin-right:1px;}

}
@media screen and (max-width: 768px) {
/*#doradcy{width:98%;margin:1%;}
#doradcy .section-header{display:block;}*/
.entry-content{width:96%!important;margin-left:2%!important;margin-right:2%!important;}
.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; }
h4.pt-cv-title{font-size:24px!important;margin-top:20px;}

	/*#logotypy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	#logotypy img {
		margin: 3%;
		width: 27.33%;
	}*/

	#stopka-bottom-srodek {
		display: block; /* Zamiana na blokowy układ */
		text-align: center; /* Wyśrodkowanie treści */
	}

	#stopka-tekst-01,
	#stopka-tekst-02 {
		display: block; /* Każdy element zajmuje osobną linię */
		width: 100%; /* Dopasowanie szerokości do kontenera */
		margin: 10px 0; /* Odstęp między elementami */
		text-align: center; /* Wyśrodkowanie tekstu */
	}
	#dane-kontaktowe-01{display:none;}
	#dane-kontaktowe-02{display:none;}
}
@media screen and (max-width: 680px) {

	#logo typy img {
		display: block;
		margin: 15px auto; /* Automatyczne marginesy po lewej i prawej stronie, oraz odstęp między obrazkami */
		width: auto; /* Ustawiamy szerokość na auto, aby zachować oryginalny rozmiar */
	}
	html body .blogsqode-blog-wrap .post-grid-3 .blogsqode-post-item {
		width: 31.33%;
		width: calc(100% - 20px)!important;
		padding: 0 10px!important;
	}
	html body .blogsqode-blog-wrap .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .content {
		box-shadow: 0 2px 8px rgb(0 0 0 / 5%), 0 5px 15px rgb(0 0 0 / 5%)!important;
	}
}
@media screen and (max-width: 675px) {

	#newsletter{float:left;height:auto;width:100%;margin-top:40px;margin-bottom:20px;min-height:150px;
	 ;position:relative;background-image:none;background-color: #ff3273;}
	#newsletter-wew{float:left;margin:20px 20px 20px 20px;width:auto;height:auto;max-width:1024px;}
	#newsletter-pola{position:relative;width:100%;height:auto;}
	#newsletter h2{font-size:25px;font-weight:bold;font-family: 'Montserrat', sans-serif;
		padding-top:5px;margin-top:0px;padding-bottom:10px;}
	#newsletter p{font-size:15px;font-family: 'Montserrat', sans-serif;line-height:23px;}
	#newsletter a:link{text-decoration:underline!important;}
	#newsletter a:hover{text-decoration:underline!important;}
	#newsletter a:visited{text-decoration:underline!important;}

	#oferta-04{width:100%;float:left;height:auto;overflow:visible;}
	#oferta-04 .widget{display:inline-block;}
	#oferta-04 .widget:nth-child(1) {width:96%;height:auto;margin-left:2%;margin-right:2%;margin-bottom:1%;}
	#oferta-04 .widget:nth-child(2) {width:96%;height:auto;margin-left:2%;margin-right:2%;margin-bottom:1%;}



	div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
		background-color: #eee;
		border: 1px solid #ddd;
		color: #333;
		font-size: 1em;
		padding: 10px 15px;
		position:absolute;/*left:310px;*/top:0px;
	}
	#wpforms-4834-field_1 {
		position:absolute;left:0px;top:0px;max-width:300px;
	}
	#wpforms-submit-4834 {
		position: absolute;
		left: 310px; top:-20px;
		padding: 10px 20px;
		background-color: #f0c005;
		color: white;
		border: none;
		cursor: pointer;
	}
	#wpforms-submit-4834:hover {
		background-color: #000000;
	}


}
@media screen and (max-width: 600px) {
#wyszukiwarka .sb-elem-fullsize {width: 100%;}
.breadcrumbs{margin-top:20px;}
	#baner-01, #baner-02, #baner-03, #baner-04, #baner-05, #baner-06{width:94%;float:left;height:auto;margin:3%;}
	#stopka-tresc-00{width:94%;float:left;height:auto;margin:3%;min-height:100px;}
	#stopka-tresc-01{width:94%;float:left;height:auto;margin:3%;min-height:100px;}
	#stopka-tresc-02{width:94%;float:left;height:auto;margin:3%;min-height:100px;}
	#stopka-tresc-03{width:94%;float:left;height:auto;margin:3%;min-height:100px;}

}
@media screen and (max-width: 540px) {
.entry-content h2, .comment-content h2, .mu_register h2 {line-height: 1.6;font-family: 'Montserrat', sans-serif;font-size: 30px;font-weight: 500;}


	/* OZON NEWSLETTER */

	#newsletter{float:left;height:auto;width:100%;margin-top:40px;margin-bottom:20px;min-height:150px;
		position:relative;background-image:none;background-color: #ff3273;}
	#newsletter-wew{float:left;margin:20px 20px 20px 20px;width:auto;height:auto;max-width:1024px;}
	#newsletter-pola{position:relative;width:100%;height:auto;}
	#newsletter h2{font-size:25px;font-weight:bold;font-family: 'Montserrat', sans-serif;
		padding-top:5px;margin-top:0px;padding-bottom:10px;}
	#newsletter p{font-size:15px;font-family: 'Montserrat', sans-serif;line-height:23px;}
	#newsletter a:link{text-decoration:underline!important;}
	#newsletter a:hover{text-decoration:underline!important;}
	#newsletter a:visited{text-decoration:underline!important;}

	div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
		background-color: #eee;
		border: 1px solid #ddd;
		color: #333;
		font-size: 1em;
		padding: 10px 15px;
		position:absolute;/*left:310px;*/top:0px;
	}
	#wpforms-4834-field_1 {
		position:absolute;left:0px;top:0px;max-width:200px;
	}
	#wpforms-submit-4834 {
		position: absolute;
		left: 210px; top:-20px;
		padding: 10px 20px;
		background-color: #f0c005;
		color: white;
		border: none;
		cursor: pointer;
	}
	#wpforms-submit-4834:hover {
		background-color: #000000;
	}

	/* KONIEC OZON NEWSLETTER */



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

}
@media screen and (max-width: 440px) {
	#autoposzukiwacz{display:none;}
	/*#logotypy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	#logotypy img {
		margin: 3%;
		width: 44%;
	}*/

}
/*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:#0d1431;font-family: 'Montserrat', 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}
	/*#responsive-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;
	}
}
