/*
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 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: #c4006b;
}
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:1200px;*/
margin:0 auto;
}
#primary{}
#primary-podstrona{
width:100%;
/*max-width:1200px;*/
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:1200px;margin:0 auto;position:relative;}
.entry-header{
width:100%;
max-width:1200px;
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:1200px;
margin:0% auto 0%!important;
min-height:200px;
}
.entry-meta{
width:100%;
max-width:1200px;
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: '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: #646464;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #646464;
}
.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: #c4006b;
}
.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:#646464;
	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: #c4006b!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:#c4006b;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold!important;
}
.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";
	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: 'Montserrat', sans-serif;
}
.entry-content a:visited,
.comment-content a:visited {
	color:#c4006b;
}
.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:#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: 'Montserrat', 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: 'Montserrat', 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:1200px;
	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: #c4006b;
}
.template-front-page .widget-area .widget li a:hover {
	color: #c4006b;
}
.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;}


/* OZON HEADER */

#banner-wakacje-zew{width:100%;height:auto;float:left;position:relative;
/*background-image: url(img/tpp-header-bg-01-img.jpg);
background-repeat: no-repeat;background-position:center top;*/}
#banner-wakacje{width:100%;max-width:1200px;height:185px;/*float:left;*/margin-top:0px;position:relative;overflow:visible;
/*z-index:9!important;*/margin:0 auto;/*background-color:#ff0000;*/}
#logo{width:137px;height:137px;float:left;margin-left:0px;margin-top:24px;position:relative;z-index:1!important;}
#logo img{margin:0px;padding:0px;}
#dane-top-01{float:right;width:730px;height:60px;border-bottom:1px solid #dadada;
position:absolute;right:0px;top:65px;z-index:2;}

#dane-kontaktowe{float:right;height:60px;width:auto;margin-right:0px;margin-top:15px;}
#dane-kontaktowe-01{float:right;width:auto;height:30px;font-family: "Montserrat", sans-serif;
background-image: url(img/ct-header-icon-01-02-img.png);background-repeat: no-repeat;background-position:center left;margin-right:20px;}
#dane-kontaktowe-01 p{font-family: 'Montserrat', sans-serif;font-size: 19px;line-height:30px;font-weight: 600;color:#c4006b;padding-left:25px;margin:0px;}

#dane-kontaktowe-02{float:right;width:auto;height:30px;background-position:left center;
	background-image: url(img/ct-header-icon-01-02-img.png);background-repeat: no-repeat;background-position:center left;margin-right:20px;}
#dane-kontaktowe-02 p{font-family: 'Montserrat', sans-serif;font-size: 19px;line-height:30px;font-weight: 600;color:#c4006b;padding-left:25px;margin:0px;}
#dane-kontaktowe-02 a{color:#c4006b;text-decoration:none;}
#dane-kontaktowe-02 a:hover{color:#c4006b;text-decoration:underline;}

#dane-kontaktowe-03{float:right;width:auto;height:30px;background-position:left center;
	background-image: url(img/ct-header-icon-02-img.png);background-repeat: no-repeat;background-position:center left;}
#dane-kontaktowe-03 p{font-family: 'Montserrat', sans-serif;font-size: 19px;line-height:30px;font-weight: 600;color:#c4006b;padding-left:30px;margin:0px;}
#dane-kontaktowe-03 a{color:#c4006b;text-decoration:none;}
#dane-kontaktowe-03 a:hover{color:#c4006b;text-decoration:underline;}

#dane-kontaktowe-04{float:right;width:auto;height:30px;}
#dane-kontaktowe-04 p{font-family: 'Montserrat', sans-serif;font-size: 19px;line-height:30px;font-weight: 600;color:#c4006b;padding-left:20px;margin:0px;}
#dane-kontaktowe-04 a{color:#c4006b;text-decoration:none;}
#dane-kontaktowe-04 a:hover{color:#c4006b;text-decoration:underline;}

#schowek-ofert{float:right;width:auto;height:20px;line-height:20px;font-size: 14px;z-index:2;
	position:relative;margin:15px 12px 0px;padding:0px;font-family: 'Montserrat', sans-serif;}
#schowek-ofert a{color:#b9b9b9;font-weight:300;/*text-transform:uppercase;*/font-family: 'Montserrat', sans-serif;}

#autoposzukiwacz{float:right;width:auto;height:auto;margin-right:0px;position:relative;z-index:9;min-width:200px;height:30px;overflow:hidden;margin-top:10px;}
#autoposzukiwacz .input-container {color:#c4006b;margin-top:0px;height:30px;}
#autoposzukiwacz .input-container input{padding: 4px 20px 4px 5px;}
#autoposzukiwacz .input-container input, #autoposzukiwacz .input-container textarea, #autoposzukiwacz .form-group input, .form-group textarea {color:#c4006b!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 #e5e5e5;border-radius:3px;}

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

#baner-glowny{width:100%;height:auto;float:left;margin-top:-10px!important;position:relative;margin-bottom:0px;z-index:1;height:560px;}
#baner-glowny h3{font-family: "Montserrat", 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: "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:-277px!important;position:relative;z-index:1;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:#c4006b;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: "Montserrat", sans-serif; font-weight:normal;text-align:center;}
#wyszukiwarka .section-header{display:none!important;}

#pasek{width:100%;background-color:#ffb400;float:left;height:65px;margin-bottom: 0px;margin-top:1px;position:relative;z-index:1;
	background-color:#bd1468;position:relative;background-image: url(img/jt-formularz-ofertowy-bg-2560-01-img.png);
	background-repeat: no-repeat;background-position:center bottom;display: flex;
	justify-content: center;}
#pasek p{font-size:18px;color:#828282;line-height:65px;font-family: "Montserrat", sans-serif; }
#pasek a{font-weight:700;color:#828282;}
#pasek-wew{width:auto;max-width:1200px;  display: flex;
	gap: 0px;}
#pasek-wew-01{float:left;width:900px;height:94px;}
#pasek-wew-02{float:left;width:300px;height:94px;}
#pasek-wew-02 p{color:#ffffff;}
#pasek-wew-02 p a{text-decoration:underline;color:#ffffff!important;text-decoration:underline!important;}
#pasek-wew-02 p a:hover{text-decoration:underline;color:#555555;}
#pasek-wew-02 img{padding-right:5px;}



/* OZON OFERTY ŚRODEK*/

#naglowek-01{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:45px;clear:both;
/*background-position:center top;background-image: url(img/tpp-naglowek-ptak-01x3-v2.png);
background-repeat: no-repeat;*/}
#naglowek-01 h3{width:100%;color:#c4006b;display: inline;float: left;font-family: "Montserrat", sans-serif;font-size: 25px;
line-height:50px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-01 h1{width:100%;color:#646464;display: inline;float: left;font-family: "Montserrat", sans-serif;font-size: 20px;
line-height:50px;font-weight: 700;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-01 p{color:#b9b9b9;font-size:20px;}
#naglowek-01 img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

#naglowek-02{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:30px;clear:both;
/*background-position:center top;background-image: url(img/tpp-naglowek-ptak-01x3-v2.png);
background-repeat: no-repeat;*/}
#naglowek-02 h3{width:100%;color:#c4006b;display: inline;float: left;font-family: "Montserrat", sans-serif;font-size: 25px;
line-height:50px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-02 p{color:#b9b9b9;font-size:20px;}

#naglowek-03{width:100%;float:left;height:auto;margin-top:40px;margin-bottom:30px;clear:both;
/*background-position:center top;background-image: url(img/tpp-naglowek-ptak-01x3-v2.png);
background-repeat: no-repeat;*/}
#naglowek-03 h3{width:100%;color:#c4006b;display: inline;float: left;font-family: "Montserrat", sans-serif;font-size: 25px;
line-height:50px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-03 p{color:#b9b9b9;font-size:20px;}

#naglowek-04{width:100%;float:left;height:auto;margin-top:40px;margin-bottom:10px;clear:both;
	/*background-position:center top;background-image: url(img/tpp-naglowek-ptak-01x3-v2.png);
    background-repeat: no-repeat;*/}
#naglowek-04 h3{width:100%;color:#c4006b;display: inline;float: left;font-family: "Montserrat", sans-serif;font-size: 25px;
	line-height:50px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-04 p{color:#b9b9b9;font-size:20px;}


#naglowek-05{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:45px;clear:both;
/*background-position:center top;background-image: url(img/tpp-naglowek-ptak-01x3-v2.png);
background-repeat: no-repeat;*/}
#naglowek-05 h3{width:100%;color:#c4006b;display: inline;float: left;font-family: "Montserrat", sans-serif;font-size: 25px;
line-height:50px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-05 p{color:#b9b9b9;font-size:20px;}

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

.naglowek-03{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	position: relative;
	background-image: url(img/jt-heading-icon-03-img.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.naglowek-04{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	position: relative;
	background-image: url(img/jt-heading-icon-04-img.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.naglowek-01 h2, .naglowek-02 h2, .naglowek-03 h2, .naglowek-04 h2{
	width: 100%;
	color: #828282;
	display: inline;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 65px;
}

.naglowek-01 p, .naglowek-02 p, .naglowek-03 p, .naglowek-04 p{
	width: 100%;
	color: #a1a1a1;
	display: inline;
	float: left;
	font-family: "Montserrat", sans-serif;
	margin-top: 0px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 65px;
}

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

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

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

	.naglowek-01 h2, .naglowek-02 h2, .naglowek-03 h2, .naglowek-04 h2,
	.naglowek-01 p, .naglowek-01 p, .naglowek-03 p, .naglowek-04 p {
		padding-left: 0;
		text-align: center;
	}
}
/* Styl dla max-width 1024px */
@media (max-width: 1024px) {
	.naglowek-01, .naglowek-02, .naglowek-03, .naglowek-04 {
		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: 10px;
	}

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

	.naglowek-03::before {
		content: '';
		width: 45px; /* Dostosuj rozmiar obrazu */
		height: 45px;
		background-image: url(img/jt-heading-icon-03-img.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 15px; /* Odstęp między obrazem a tekstem */
	}
	.naglowek-04::before {
		content: '';
		width: 45px; /* Dostosuj rozmiar obrazu */
		height: 45px;
		background-image: url(img/jt-heading-icon-04-img.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 15px; /* Odstęp między obrazem a tekstem */
	}
	.naglowek-01 h2, .naglowek-02 h2, .naglowek-03 h2, .naglowek-04 h2  {
		font-size: 21px;
		line-height: 28px;
		padding-left: 0;
		margin: 0 0 10px 0;
	}

	.naglowek-01 p, .naglowek-02 p, .naglowek-03 p, .naglowek-04 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 */
	}
}
@media (max-width: 768px) {
	/* Tylko pierwszy element naglowek-01 */
	.naglowek-01 {
		margin-top: 10px;/* Ujemny margines dla pierwszego elementu */
	}
}

/* OZON BANERY ŚRODKOWE */
#banery{width:100%;float:left;/*background-color:#f9f9f9;*/height:auto;min-height:300px;padding-top:50px;z-index:3;position:relative;
	background-image: url(img/jt-gdzie-chcesz-leciec-bg-2560-01-img.jpg);margin-top:50px;margin-bottom:50px;
	background-repeat: no-repeat;background-position:center top;}
.baner{width:16.66%;float:left;height:auto;}
/*#baner-01{width:13%;float:left;height:auto;margin-bottom:20px;margin-left:7.5%;}
#baner-02{width:13%;float:left;height:auto;margin-bottom:20px;margin-left:2%;margin-right:2%;}
#baner-03{width:13%;float:left;height:auto;margin-bottom:20px;margin-right:7.5%;}
#baner-04{width:13%;float:left;height:auto;margin-bottom:20px;margin-right:7.5%;}
#baner-05{width:13%;float:left;height:auto;margin-bottom:20px;margin-right:7.5%;}
#baner-06{width:13%;float:left;height:auto;margin-bottom:20px;margin-right:7.5%;}*/

/* LOGOTYPY */

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


/* BOKSY MERLINX OZON */

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

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

/*#oferta-01 .special-label{background-color:#422c1f!important;color:#ffffff!important;}
#oferta-02 .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;}*/


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

/* OZON OPINIE GOOGLE */

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

/* BLOG PLUGIN */

html body .blogsqode_cat_title_layout_19 .blogsqode_post_cat {
	display: inline-block;
	background-color: #c4006b!important;
	padding: 5px;
	color: #FFFFFF !important;
}
html body .layout-19-content .blog_date {
	display: block;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #c4006b!important;
	margin-bottom: 2px;
}

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

html body .read_more_btn_lyt_19 {
	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-29 .read_more_btn_lyt_19 {
	margin-left: 30px;
}

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

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

html body .read_more_btn_lyt_19_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_19 svg {
	margin-left: 10px;
	color: #ffffff;
}

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

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

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

html body .layout-19-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-19:hover .blogsqode_post_title a {
	color: #c4006b!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;
}

/* 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: 'Poppins', 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: #c4006b!important;
	margin: 0 !important;
	text-transform: uppercase;
}
html body h2.entry-title.blogsqode-single-post-title {
	font-size: 36px;
	line-height: 30px;
	color: #c4006b!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: #c4006b!important;
}
html body .blogsqode_main_head {
	max-width: 1200px!important;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/* OZON FOOTER */

#dolna-czesc{float:left;width:100%;margin:0% auto 0%!important;padding-top:25px;padding-bottom:45px;height:auto;
	border-top:1px solid #e3e3e3;
background-color:#f7f7f7;position:relative;/*background-image: url(img/tpp-footer-bg-03-img.jpg);
background-repeat: no-repeat;background-position:center top;*/}
#stopka-srodek{width:100%;max-width:1200px;margin:0 auto; height:auto; padding:0px 0px 10px;margin-bottom:0px;height:auto;
}
#stopka-01{width:100%;height:auto;float:left;margin-top:20px;position:relative;}

#stopka-tresc-00{width:12%;float:left;height:auto;margin-left:0%;margin-right:2%;}
#stopka-tresc-00 h3{color:#bd1468;width:100%;float: left;font-family: "Montserrat", sans-serif;font-size: 20px;
	line-height:30px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:10px;}
#stopka-tresc-00 p{height:auto;font-family: "Montserrat", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#828282;}
#stopka-tresc-00 ul{width:100%;margin:0px;padding:0px;}
#stopka-tresc-00 ul li{font-size:17px;color:#828282;font-weight: 500;line-height:30px;}
#stopka-tresc-00 a{font-size:17px;color:#828282;text-decoration:none;font-family: "Montserrat", sans-serif;}
#stopka-tresc-00 a:hover{text-decoration:underline;}

#stopka-tresc-01{width:28%;float:left;height:auto;margin-left:0%;margin-right:2%;}
#stopka-tresc-01 h3{color:#bd1468;width:100%;float: left;font-family: "Montserrat", sans-serif;font-size: 20px;
line-height:30px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:10px;}
#stopka-tresc-01 p{height:auto;font-family: "Montserrat", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#828282 ;}
#stopka-tresc-01 ul{width:100%;margin:0px;padding:0px;}
#stopka-tresc-01 ul li{font-size:17px;color:#828282;font-weight: 500;line-height:30px;}
#stopka-tresc-01 a{font-size:17px;color:#828282;text-decoration:none;font-family: "Montserrat", sans-serif;}
#stopka-tresc-01 a:hover{text-decoration:underline;}

#stopka-tresc-02{width:17%;float:left;height:auto;margin-left:0%;margin-right:2%;}
#stopka-tresc-02 h3{color:#bd1468;width:100%;float: left;font-family: "Montserrat", sans-serif;font-size: 20px;
line-height:30px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:10px;}
#stopka-tresc-02 p{height:auto;font-family: "Montserrat", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#828282;}
#stopka-tresc-02 ul{width:100%;margin:0px;padding:0px;}
#stopka-tresc-02 ul li{font-size:17px;color:#828282;font-weight: 500;line-height:30px;}
#stopka-tresc-02 ul li a{font-size:17px;color:#828282;text-decoration:none;font-family: "Montserrat", sans-serif;}
#stopka-tresc-02 a{font-size:17px;color:#828282;text-decoration:none;font-family: "Montserrat", sans-serif;font-weight:500;}
#stopka-tresc-02 a:hover{text-decoration:underline;}
#stopka-tresc-02 span{line-height:16px;display:inline-block;}

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

#stopka-tresc-04{width:18%;float:left;height:auto;margin-left:0%;margin-right:0%;}
#stopka-tresc-04 h3{color:#bd1468;width:100%;float: left;font-family: "Montserrat", sans-serif;font-size: 20px;line-height:30px;font-weight: 600;margin: 0px;padding: 0px 0px 0px 0px;text-transform:none;margin-bottom:10px;}
#stopka-tresc-04 p{height:auto;font-family: "Montserrat", sans-serif;font-size: 17px;line-height:30px;font-weight: 400;color:#828282;}
#stopka-tresc-04 ul{width:100%;margin:0px;padding:0px;}
#stopka-tresc-04 ul li{font-size:17px;color:#828282;font-weight: 500;line-height:30px;}
#stopka-tresc-04 ul li a{font-size:17px;color:#828282;text-decoration:none;font-family: "Montserrat", 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: "Montserrat", 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-pasek{width:100%;margin:0px auto 0px;height:auto;background-color:#bd1468;min-height:70px;float:left;}
#stopka-pasek-wew{max-width:1200px;margin-left:auto;margin-right:auto;height:auto;}
#stopka-pasek-01{float:left;width:800px;height:50px;margin-top:10px;margin-bottom:10px;}
#stopka-pasek-01 p{color:#ffffff;font-family: "Montserrat", sans-serif;font-size:17px;}
/*#stopka-pasek-01 i {font-size:22px;padding-right:10px;}*/
#stopka-pasek-01 a{color:#ffffff;}

#stopka-pasek-01 p{
	display: flex;
	align-items: center;
	gap: 8px; /* odstęp między ikoną a tekstem */
	/*background-color: #c2185b; */
	color: #ffffff;
	padding: 10px 8px;
	margin:0px;
}

#stopka-pasek-01 i {
	font-size: 24px; /* dopasuj do wyglądu */
	display: flex;
	align-items: center;
	padding-right:10px;
}
#stopka-pasek-02{float:right;width:310px;height:50px;text-align:right!important;margin-top:10px;margin-bottom:10px;}
#stopka-pasek-02 p{font-size:17px;/*line-height:30px;*/color:#ffffff;font-size:17px;font-family: 'Montserrat', sans-serif;
	/*padding-top:0px;padding-bottom:0px;margin-bottom:15px;margin-top:15px;*/}
#stopka-pasek-02 img{/*width:121px;height:46px;padding-left:10px;*/}
#stopka-pasek-02 a{color:#ffffff;}
/*#stopka-pasek-02 img{margin:0px;padding:0px;}
#stopka-pasek-02 span{color:#ffffff;}*/


#stopka-pasek-02 p{
	display: flex;
	align-items: center;
	gap: 8px; /* odstęp między ikoną a tekstem */
	/*background-color: #c2185b; */
	color: #ffffff;
	padding: 5px 8px;
	margin:0px;
}

#stopka-pasek-02 img {
	font-size: 24px; /* dopasuj do wyglądu */
	display: flex;
	align-items: center;
	padding-left:10px;
	width:121px;height:46px;
}

#stopka-bottom-srodek{width:auto;max-width:1200px;margin:20px auto 0px;height:auto;}
#stopka-tekst-01{float:left;width:850px;height:auto;}
#stopka-tekst-01 p{color:#c4006b;font-family: "Montserrat", sans-serif;line-height:30px;margin-bottom:10px;font-size:15px;}
#stopka-tekst-01 a{color:#c4006b;}
#stopka-tekst-01 p{
	display: flex;
	align-items: center;
	gap: 8px; /* odstęp między ikoną a tekstem */
	/*background-color: #c2185b; */
	padding: 10px 8px;
	margin:0px;
}

#stopka-tekst-01 i {
	font-size: 24px; /* dopasuj do wyglądu */
	display: flex;
	align-items: center;
	padding-right:10px;
}


#stopka-tekst-02{float:right;width:310px;height:auto;text-align:right!important;}
#stopka-tekst-02 p{line-height:30px;color:#c4006b;font-size:15px;font-family: 'Montserrat', sans-serif;}
#stopka-tekst-02 a{color:#000000;}
#stopka-tekst-02 img{margin:0px;padding:0px;}
#stopka-tekst-02 span{color:#828282;}
#stopka-tekst-02 p{
	display: flex;
	align-items: center;
	gap: 8px; /* odstęp między ikoną a tekstem */
	/*background-color: #c2185b; */
	padding: 10px 8px;
	margin:0px;
}

#stopka-tekst-02 img {
	font-size: 24px; /* dopasuj do wyglądu */
	display: flex;
	align-items: center;
	padding-left:10px;
}



.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: #c4006b!important;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #fff!important;
	background-color:#c4006b!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;*/ma rgin-top:100px;}


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

/* OZON MENU GÓRNE */

#pasek-menu{
	float:right;
	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:0px;
		top:105px;
}
#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:980px;*/height:auto;z-index:1000;margin-top:35px;}
	.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: #3b3b3b;font-family: "Montserrat", sans-serif;white-space: nowrap;font-weight:600;font-size:18px;}
	.main-navigation li:after{content: "·";color:#bd1468;padding: 0px 14px 0px 14px;font-size:18px;font-family: "Montserrat", sans-serif;}
	.main-navigation li:last-child:after{content:none;}
	.main-navigation li a:hover,.main-navigation li a:focus {color: #bd1468;}
	.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 #c4006b;*/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:#3b3b3b;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:#bd1468;}
	.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: #bd1468;}
	.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: '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:#c4006b!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: #c4006b!important;
}
.wpmega-black-white .wpmm-mega-wrapper > li:hover,
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item {
	backg round: #c4006b!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: #c4006b!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: #c4006b; 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 only screen and (max-width: 1024px) {
	.mob-menu-logo-holder {
		padding-top: 0px!important;
	}
}
/* =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: 1200px) {
#dolna-czesc{width:100%;padding-left:2%;padding-right:2%;}
.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;}
/*#dane-kontaktowe-03{display:none;}*/
#dane-kontaktowe{margin-right:5px;}
#autoposzukiwacz{margin-right:5px;}

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

	#pasek{width:100%;background-color:#ffb400;float:left;height:65px;margin-bottom: 0px;margin-top:1px;position:relative;z-index:1;
		background-color:#bd1468;position:relative;background-image: url(img/jt-formularz-ofertowy-bg-2560-01-img.png);
		background-repeat: no-repeat;background-position:center bottom;display: flex;
		justify-content: center;}
	#pasek p{font-size:18px;color:#828282;line-height:65px;font-family: "Montserrat", sans-serif; }
	#pasek a{font-weight:700;color:#828282;}
	#pasek-wew{width:auto;max-width:1200px;  display: flex;
		gap: 0px;}
	#pasek-wew-01{float:left;width:100%;height:94px;}
	#pasek-wew-02{display:none;float:left;width:25%;height:94px;}
	#pasek-wew-02 p{color:#ffffff;}
	#pasek-wew-02 p a{text-decoration:underline;color:#ffffff!important;text-decoration:underline!important;}
	#pasek-wew-02 p a:hover{text-decoration:underline;color:#555555;}
	#pasek-wew-02 img{padding-right:5px;}
}
@media screen and (max-width: 1200px) {
#zew-entry-header{width:100%;margin-left:0%;margin-right:0%;}
.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;}
#schowek-ofert{margin-right:10px;}
#pasek-menu{margin-right:10px;}
#dane-kontaktowe-03{margin-right:5px;}
	html body .blogsqode_main_head {
		max-width: 1200px!important;
		margin-right: auto;
		margin-left: auto;
		width: 92%!important;
	}
	#logotypy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	#logotypy img {
		margin: 1.33%;
		width: 14%; /* Szerokość jednego obrazka przy 4 w rzędzie */
	}

}
@media screen and (max-width: 1024px) {
body{background-image:none!important;background-color:#ffffff!important;}
#banner-wakacje{width:100%;max-width:1200px;height:185px;float:left;margin-top:0px;position:relative;overflow:visible;/*z-index:9!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;}
/*#banner-wakacje{height:175px;}*/
#pasek-menu{display:none;}
.main-navigation{display:none;}
#dane-top-01{top:90px;border-bottom:none;max-width:400px;height:auto;poition:relative;}
#dane-kontaktowe-01{position:absolute;right:160px;top:10px;margin-right:0px;}
#dane-kontaktowe-02{position:absolute;right:10px;top:10px;margin-right:0px;}
#dane-kontaktowe-03{position:absolute;right:40px;top:50px;margin-right:0px;}
#dane-kontaktowe-04{position:absolute;right:10px;top:50px;margin-right:0px;}

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

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

#baner-01{width:44%;float:left;height:auto;margin-left:3%;margin-right:3%;margin-bottom:3%;}
#baner-02{width:44%;float:left;height:auto;margin-left:3%;margin-right:3%;margin-bottom:3%;}
#baner-03{width:44%;float:left;height:auto;margin-left:3%;margin-right:3%;margin-bottom:3%;}

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

}
@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: "Montserrat", sans-serif;font-size: 35px;font-weight: 500;}



	/*#stopka-pasek{width:auto;max-width:1200px;margin:20px auto 0px;height:auto;}
	#stopka-pasek-01{float:left;width:98%;height:auto;margin:1%;}
	#stopka-pasek-02{float:right;margin-right:10px;width:auto;}

#stopka-bottom-srodek{width:auto;max-width:1200px;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: 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: 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{background:none;}*/
	#banery{width:100%;float:left;/*background-color:#f9f9f9;*/height:auto;min-height:300px;padding-top:0px;z-index:3;position:relative;
		background-image: url(img/jt-gdzie-chcesz-leciec-bg-2560-01-img.jpg);margin-top:50px;margin-bottom:20px;
		background-repeat: no-repeat;background-position:center top;}
	.baner{width:32%;float:left;height:auto;maergin-left:1%;margin-right:1%;}
	#stopka-tresc-00{width:98%;float:left;height:auto;margin:1%;}
	#stopka-tresc-01{width:48%;float:left;height:auto;margin:1%;min-height:400px;}
	#stopka-tresc-02{width:48%;float:left;height:auto;margin:1%;min-height:400px;}
	#stopka-tresc-03{width:48%;float:left;height:auto;margin:1%;min-height:400px;}
	#stopka-tresc-04{width:48%;float:left;height:auto;margin:1%;min-height:400px;}

}
@media screen and (max-width: 780px) {
}
@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%;}
	#logotypy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	#logotypy img {
		margin: 3%;
		width: 27.33%; /* Szerokość jednego obrazka przy 4 w rzędzie */
	}



}
@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:10px;}
#baner-01{width:84%;float:left;height:auto;margin-left:8%;margin-right:8%;}
#baner-02{width:84%;float:left;height:auto;margin-left:8%;margin-right:8%;}
#baner-03{width:84%;float:left;height:auto;margin-left:8%;margin-right:8%;}
	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) {
#naglowek-05{/*display:none;*/}
/* OZON BANERY ŚRODKOWE */


}
@media screen and (max-width: 600px) {
#wyszukiwarka .sb-elem-fullsize {width: 100%;}
.breadcrumbs{margin-top:20px;}
#dane-top-01{display:none;}
#logo{width:100%;/*width:431px;*/height:137px;float:left;margin-left:0px;margin-right:0px;margin-top:24px;margin-bottom:9px;position:relative;z-index:1!important;}
#logo img{margin-left:auto;margin-right:auto;}
#schowek-ofert{position:absolute;top:5px;right:0px;}
#autoposzukiwacz{margin:0px auto 0px;float:none;max-width:200px;}
#baner-01{width:92%;float:left;height:auto;margin-left:4%;margin-right:4%;}
#baner-02{width:92%;float:left;height:auto;margin-left:4%;margin-right:4%;}
#baner-03{width:92%;float:left;height:auto;margin-left:4%;margin-right:4%;}
	#pasek p{font-size:17px; }

	#stopka-tresc-01{width:94%;float:left;height:auto;margin:3%;min-height:200px;}
	#stopka-tresc-02{width:94%;float:left;height:auto;margin:3%;min-height:200px;}
	#stopka-tresc-03{width:94%;float:left;height:auto;margin:3%;min-height:200px;}
	#stopka-tresc-04{width:94%;float:left;height:auto;margin:3%;min-height:200px;}
}

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

#naglowek-01 h3{font-size: 20px;}
#naglowek-01 h1{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) {

#baner-01{width:94%;float:left;height:auto;margin-left:3%;margin-right:3%;}
#baner-02{width:94%;float:left;height:auto;margin-left:3%;margin-right:3%;}
#baner-03{width:94%;float:left;height:auto;margin-left:3%;margin-right:3%;}

}
@media screen and (max-width: 470px) {
/*.content-column.one_fourth{display:none!important;}*/
	#pasek p{font-size:16px; }
	#logotypy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	#logotypy img {
		margin: 3%;
		width: 44%; /* Szerokość jednego obrazka przy 4 w rzędzie */
	}

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

}
/*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:1200px;
	margin:0 auto;
	position:relative;
	/*float:left;*/
	height:auto;
	}
	.site {
		/*margin: 0 auto;*/
		max-width: 100%;
		overflow: hidden;
	}
	.site-header{
	width:auto;
	/*max-width:1200px;*/
	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:#646464;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}
	#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: 1200px;
		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; }

}
