/*
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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;*/
	font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif, Helvetica, Arial, sans-serif;*/
}
a {
	outline: none;
	outline: none;
	color: #231f20;
}
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:30px;
	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: "Plus Jakarta Sans", sans-serif;font-size:18px;position:absolute;right:10px;top:5px;}
.breadcrumbs a{color:#3c3737;font-family: "Plus Jakarta Sans", 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:#fddd3b;font-size:19px;
font-family: "Plus Jakarta Sans", 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: #087dc2;
	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: #757575;
}
.widget-area .widget a:hover {
	color: #535b61;
}
.widget-area .widget a:visited {
	color: #231f20;
}
.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:#354556;
	font-family: "Plus Jakarta Sans", 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: #0093dd!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:#231f20;
	font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;
	font-weight:500;
}
.entry-content h3,
.comment-content h3 {
	font-size: 21px;
	line-height: 1.846153846;
	font-family: "Plus Jakarta Sans";
	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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: #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 */

#banner-wakacje-zew{width:100%;height:auto;float:left;background-image: url(img/vt-header-bg-01-img.png);
	background-repeat: no-repeat;background-position:center top;}
#banner-wakacje{width:100%;max-width:1200px;height:141px;margin-top:0px;overflow:visible;
margin:0 auto;position:relative;}
#logo{width:254px;height:73px;float:left;margin-left:0px;margin-top:30px;position:relative;z-index:1!important;}
#logo img{margin:0px;padding:0px;}
#dane-top-01{}

#dane-kontaktowe{/*float:right;height:60px;width:auto;margin-right:0px;margin-top:0px;position:relative;*/}
#dane-kontaktowe-01{width:auto;height:30px;position:absolute;right:280px;top:55px;
	font-family: "Plus Jakarta Sans", sans-serif;/*background-image: url(img/gt-header-icon-02-img.png)
background-repeat: no-repeat;background-position:center left;*/}
#dane-kontaktowe-01 p{ font-family: "Plus Jakarta Sans", sans-serif;font-size: 20px;line-height:27px;color:#000000;font-weight:600;
padding-left:35px;margin:0px;text-align:right;}
#dane-kontaktowe-01 a{text-decoration:none;color:#0ca1e5;font-weight: 600;font-size:22px;}
#dane-kontaktowe-01 a:hover{color:#a6a6a6;text-decoration:underline;}
#dane-kontaktowe-01 img {margin-right:12px;}
#dane-kontaktowe-01 i{padding-right:12px;}
#dane-kontaktowe-01 span{padding-left:5px;}

#dane-kontaktowe-02{width:auto;height:30px;position:absolute;right:70px;top:55px;
background-position:left center;/*background-image: url(img/gt-header-icon-01-img.png);
background-repeat: no-repeat;background-position:center left;*/}
#dane-kontaktowe-02 p{ font-family: "Plus Jakarta Sans", sans-serif;font-size: 20px;line-height:27px;font-weight: 600;color:#000000;
padding-left:45px;margin:0px;text-align:right;}
#dane-kontaktowe-02 a{color:#0ca1e5;text-decoration:none;font-weight: 600;font-size:22px;}
#dane-kontaktowe-02 a:hover{color:#a6a6a6;text-decoration:underline;}
#dane-kontaktowe-02 img {margin-right:12px;}
#dane-kontaktowe-02 i{padding-right:8px;}

#dane-kontaktowe-03{display;none;width:auto;height:40px;position:absolute;right:0px;top:49px;z-index:3;}
#dane-kontaktowe-03 p{ font-family: "Plus Jakarta Sans", sans-serif;font-size: 20px;line-height:27px;
font-weight: 600;color:#000000;padding-left:45px;margin:0px;text-align:right;}
#dane-kontaktowe-03 a{/*color:#e5097f;text-decoration:none;*/height:38px;line-height:38px;font-size:20px;}
#dane-kontaktowe-03 a:hover{height:38px;line-height:38px;}
#dane-kontaktowe-03 img{margin-left:5px;}

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

/*
#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:#ffca00;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:#ffca00!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;}
*/

#autoposzukiwacz{float:right;width:auto;height:auto;margin-right:0px;position:absolute;right:0px;top:10px;
	z-index:9;min-width:200px;height:27px;overflow:visible;font-family: "Plus Jakarta Sans", sans-serif;color:#b3b3b3;}
#autoposzukiwacz .input-container {color:#b3b3b3!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:#b3b3b3!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;}
#autoposzukiwacz input::placeholder{color:#b3b3b3!important;}


#schowek-ofert{width:auto;height:20px;line-height:20px;font-size: 14px;z-index:4;position:absolute;right:210px;top:15px;
padding:0px;font-family: "Plus Jakarta Sans", sans-serif;}
#schowek-ofert a{color:#b3b3b3;font-weight:300;/*text-transform:uppercase;*/font-family: "Plus Jakarta Sans", 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:3;overflow:hidden!important;} /* -589px */

#baner-glowny h3{font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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:-254px!important;position:relative;z-index:1;height:auto;}*/ /* 339px */
#wyszukiwarka-baner{float:left;width:100%;margin-top:-200px!important;position:relative;z-index:3;
	height:auto;overflow:visible;} /* 339px */
#wyszukiwarka{width:100%;float:left;margin:0% 0%;margin-top:0px;position:relative;overflow:visible;padding:0px;height:auto;}

#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: "Plus Jakarta Sans", 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;}

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

/* OZON OFERTY ŚRODEK*/

#naglowek-01{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:70px;clear:both;position: relative;}
#naglowek-01 h1{width:100%;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
font-size: 25px;line-height:30px;font-weight: 800;margin: 0px;padding: 30px 0px 0px 0px;text-transform:uppercase;
background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
background-clip: text; /* dla niektórych przeglądarek */}
#naglowek-01 p{width:100%;color:#000000;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
font-size: 18px;line-height:15px;font-weight: 400;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-01 img{margin-bottom:-20px;}

#naglowek-02{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:50px;clear:both;position: relative;}
#naglowek-02 h2{width:100%;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 25px;line-height:30px;font-weight: 800;margin: 0px;padding: 30px 0px 0px 0px;text-transform:uppercase;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#naglowek-02 p{width:100%;color:#000000;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;line-height:15px;font-weight: 400;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-02 img{margin-bottom:-20px;}

#naglowek-03{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:50px;clear:both;position: relative;}
#naglowek-03 h2{width:100%;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 25px;line-height:30px;font-weight: 800;margin: 0px;padding: 30px 0px 0px 0px;text-transform:uppercase;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#naglowek-03 p{width:100%;color:#000000;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;line-height:15px;font-weight: 400;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-03 img{margin-bottom:-20px;}

#naglowek-04{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:50px;clear:both;position: relative;}
#naglowek-04 h2{width:100%;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 25px;line-height:30px;font-weight: 800;margin: 0px;padding: 30px 0px 0px 0px;text-transform:uppercase;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#naglowek-04 p{width:100%;color:#000000;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;line-height:15px;font-weight: 400;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-04 img{margin-bottom:-20px;}

#naglowek-05{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:50px;clear:both;position: relative;}
#naglowek-05 h2{width:100%;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 25px;line-height:30px;font-weight: 800;margin: 0px;padding: 30px 0px 0px 0px;text-transform:uppercase;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#naglowek-05 p{width:100%;color:#000000;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;line-height:15px;font-weight: 400;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-05 img{margin-bottom:-20px;}

#naglowek-05{width:100%;float:left;height:auto;margin-top:20px;margin-bottom:50px;clear:both;position: relative;}
#naglowek-05 h2{width:100%;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 25px;line-height:30px;font-weight: 800;margin: 0px;padding: 30px 0px 0px 0px;text-transform:uppercase;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#naglowek-05 p{width:100%;color:#000000;display: inline;float: left;font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;line-height:15px;font-weight: 400;margin: 0px;padding: 0px 0px 0px 0px;}
#naglowek-05 img{margin-bottom:-20px;}

/* OZON BANERY ŚRODKOWE */

#banery{width:100%;float:left;height:auto;position:relative;}
#banery .widget{display:inline-block;}
#banery .widget:nth-child(1) {margin-left: 0%;margin-right: 0%;width:25.25%;}
#banery .widget:nth-child(2) {margin-left: 1%;margin-right: 1%;width:38.5%;}
#banery .widget:nth-child(3) {margin-left: 0%;margin-right: 0%;width:34.25%;}

/* MERLINX INNE */

#load-more-offers-text{font-size:20px;}
/* 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:#231f20!important;color:#ffffff!important;}
#oferta-02 .special-label{background-color:#231f20!important;color:#ffffff!important;}*/

#oferta-03{width:100%;float:left;height:auto;}
#oferta-03 .widget{display:inline-block;}
#oferta-03 .widget:nth-child(1) {margin-left: 0%;margin-right: 0%;width:49%;}
#oferta-03 .widget:nth-child(2) {margin-left: 2%;margin-right: 0%;width:49%;}

/* OZON LOTNISKA */

#doradcy{background-image: url(img/vt-lotniska-bg-02-img.jpg);width:100%;height:auto;
/*min-height:250px;*/float:left;margin-top:0px;position:relative;z-index:3;
padding-top:30px;padding-bottom:30px;background-repeat: no-repeat;background-position: top center;margin-bottom:20px;}
#doradcy a{color:#ffffff;}
#doradcy-wew{width:auto;max-width:1200px;margin-left:auto;margin-right:auto;}
.doradcy p{height:45px;line-height:45px;background-color:#none;font-size:23px;color:#ffffff;}
#doradcy-01{width:100%;height:auto;float:left;margin-top:50px;margin-bottom:1%;margin-left:0px;margin-right:0px;}
#doradcy-01 .widget{display:inline-block;margin-left:5px;margin-right:4px;}

#oferta-01 .widget:nth-child(2) {margin-left: 22.6px;margin-right: 11.3px;}
#oferta-01 .widget:nth-child(3) {margin-left: 11.3px;margin-right: 22.6px;}

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

/* CSS RHOMBUS */
/*#doradcy-01 {float:left;
background: #0093dd;margin-top:1%;margin-bottom:1%;margin-left:3%;margin-right:1%;
width: 300px;height: 45px;transform: skewX(-30deg);}*/

#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: "Plus Jakarta Sans", sans-serif;
	font-size: 26px;line-height:50px;font-weight: 700;margin: 0px;padding: 20px 0px 0px 0px;font-style:italic;}
#opinie p{color:#231f20!important;font-size:15px!important;line-height:30px;font-weight:400;}

/* OZON LOGOTYPY */

#logotypy{width:100%;height:auto;float:left;margin-top:25px;margin-bottom:40px;margin-left:0%;margin-right:0%;}
#logotypy .widget{display:inline-block;margin-left:18px;margin-right:18px;}


/* 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: "Plus Jakarta Sans", 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: 1200px!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 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 0%!important;padding-top:15px;padding-bottom:30px;
height:auto;background-color:#eef9ff;position:relative;background-image: url(img/vt-footer-bg-01-img.png);
	background-repeat: no-repeat;background-position:center bottom;}
#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:28%;float:left;height:auto;margin-left:0%;margin-right:3%;}
#stopka-tresc-00 h3{color:#a6e5ec;width:100%;float: left;font-family: "Plus Jakarta Sans", sans-serif;font-size: 22px;line-height:30px;font-weight: 600;
margin: 0px 0px 20px;padding: 0px 0px 0px 0px;text-transform:none;display:inline-block;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#stopka-tresc-00 p{height:auto;font-family: "Plus Jakarta Sans", sans-serif;font-size: 20px;line-height:30px;font-weight: 400;color:#000000;}
#stopka-tresc-00 ul{wdith:100%;/*margin:0px;*/padding:0px;}
#stopka-tresc-00 ul li{font-size:16px;color:#ffffff;font-weight: 500;line-height:30px;}
#stopka-tresc-00 a{font-size:16px;color:#ffffff;text-decoration:none;font-family: "Plus Jakarta Sans", sans-serif;}
#stopka-tresc-00 a:hover span{text-decoration:underline!important;}
#stopka-tresc-00 img{clear:both;}


#stopka-tresc-01{width:21%;float:left;height:auto;margin-left:0;margin-right:3%;}
#stopka-tresc-01 h3{color:#a6e5ec;width:100%;float: left;font-family: "Plus Jakarta Sans", sans-serif;font-size: 22px;line-height:30px;font-weight: 600;
margin: 0px 0px 20px;padding: 0px 0px 0px 0px;text-transform:none;display:inline-block;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#stopka-tresc-01 p{height:auto;font-family: "Plus Jakarta Sans", sans-serif;font-size: 17px;line-height:27px;font-weight: 400;color:#000000;}
#stopka-tresc-01 ul{wdith:100%;/*margin:0px;*/padding:0px;}
#stopka-tresc-01 ul li{font-size:17px;color:#000000;font-weight: 500;line-height:27px;}
#stopka-tresc-01 a{font-size:17px;color:#000000;text-decoration:none;font-family: "Plus Jakarta Sans", sans-serif;}
#stopka-tresc-01 a:hover{text-decoration:underline!important;}

#stopka-tresc-02{width:21%;float:left;height:auto;margin-left:0%;margin-right:3%;}
#stopka-tresc-02 h3{color:#a6e5ec;width:100%;float: left;font-family: "Plus Jakarta Sans", sans-serif;font-size: 22px;line-height:30px;font-weight: 600;
margin: 0px 0px 20px;padding: 0px 0px 0px 0px;text-transform:none;display:inline-block;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#stopka-tresc-02 p{height:auto;font-family: "Plus Jakarta Sans", sans-serif;font-size: 17px;line-height:35px;font-weight: 300;color:#000000;}
#stopka-tresc-02 ul{wdith:100%;/*margin:0px;*/padding:0px;}
#stopka-tresc-02 ul li{font-size:17px;color:#000000;font-weight: 300;line-height:35px;/*border-bottom:1px solid #2e87cc;*/}
#stopka-tresc-02 ul li a{font-size:17px;color:#000000;text-decoration:none;font-family: "Plus Jakarta Sans", sans-serif;}
#stopka-tresc-02 a:hover{text-decoration:underline!important;}

#stopka-tresc-03{width:21%;float:left;height:auto;margin-left:0%;margin-right:0%;}
#stopka-tresc-03 h3{color:#a6e5ec;width:100%;float: left;font-family: "Plus Jakarta Sans", sans-serif;font-size: 22px;line-height:30px;font-weight: 600;
margin: 0px 0px 20px;padding: 0px 0px 0px 0px;text-transform:none;display:inline-block;
	background: linear-gradient(to right, #04a0e4, #0868a4);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	background-clip: text; /* dla niektórych przeglądarek */}
#stopka-tresc-03 p{height:auto;font-family: "Plus Jakarta Sans", sans-serif;font-size: 17px;line-height:35px;font-weight: 300;color:#000000;}
#stopka-tresc-03 ul{wdith:100%;/*margin:0px;*/padding:0px;}
#stopka-tresc-03 ul li{font-size:17px;color:#000000;font-weight: 300;line-height:35px;/*border-bottom:1px solid #2e87cc;*/}
#stopka-tresc-03 ul li a{font-size:17px;color:#000000;text-decoration:none;font-family: "Plus Jakarta Sans", sans-serif;}
#stopka-tresc-03 a:hover{text-decoration:underline;!important;}


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

#stopka-bottom-srodek{width:auto;max-width:1200px;margin:0px auto 0px;height:auto;}
#stopka-tekst-01{float:left;width:850px;height:auto;margin-top:10px;margin-bottom:10px;height:auto;}
#stopka-tekst-01 p{color:#000000;font-family: "Plus Jakarta Sans", sans-serif;line-height:30px;height:30px;margin-bottom:10px;font-size:15px;
padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;}
#stopka-tekst-01 a{color:#0ca1e5;}
#stopka-tekst-02{float:right;width:350px;height:auto;text-align:right!important;margin-top:10px;margin-bottom:10px;height:auto;}
#stopka-tekst-02 p{font-size:15px;line-height:30px;height:30px;color:#000000;font-family: "Plus Jakarta Sans", sans-serif;
padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;}
#stopka-tekst-02 a{color:#0ca1e5;}
#stopka-tekst-02 a:hover{text-decoration:underline!important;}
#stopka-tekst-02 img{margin:0px;padding:0px;}


/*#stopka-bottom-srodek{width:auto;max-width:1200px;margin:0px auto 0px;height:auto;}
#stopka-tekst-01{float:left;width:75%;height:30px;margin-top:10px;margin-bottom:10px;}
#stopka-tekst-01 p{color:#000000;font-family: "Plus Jakarta Sans", sans-serif;line-height:30px;margin-bottom:10px;font-size:15px;font-weight:300;}
#stopka-tekst-01 a{color:#95c12a;}
#stopka-tekst-02{float:left;width:25%;height:30px;text-align:right!important;margin-top:10px;margin-bottom:10px;}
#stopka-tekst-02 p{line-height:30px;color:#000000;font-size:15px;font-family: "Plus Jakarta Sans", sans-serif;font-weight:300;}
#stopka-tekst-02 a{color:#95c12a;font-weight:300;}
#stopka-tekst-02 img{margin:0px;padding:0px;}*/

.entry-content{font-family: "Plus Jakarta Sans", 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;}

/* OZON MENU GÓRNE */

#pasek-menu{
	float:right;
	width:auto;
	width:auto;
	min-width:925px;
	/*background: #08a1e5;*/
    /*background: -webkit-linear-gradient(#08a1e5, #2075bf); For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#08a1e5, #2075bf); For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#08a1e5, #2075bf); For Firefox 3.6 to 15 */
    /*background: linear-gradient(#08a1e5, #2075bf); Standard syntax */
	height:auto;
	z-index:2;
		position:absolute;
		right:0px;
		top:79px;
}
#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%;max-width:925px;height:auto;z-index:1000;
margin-top:18px;margin-right:0px;}
	.main-navigation ul {margin: 0;text-indent: 0;}
	.main-navigation li a,.main-navigation li {font-family: "Plus Jakarta Sans", sans-serif;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: #000000;font-family: "Plus Jakarta Sans", sans-serif;text-transform:uppercase;
		white-space: nowrap;font-weight:500;font-size:19px;}
	.main-navigation li:after{content: " ";color:#0093dd;padding: 0px 2px 0px 15px;font-size:17px;font-family: "Plus Jakarta Sans", sans-serif;}
	.main-navigation li:last-child:after{content:none;}
	.main-navigation li a:hover,.main-navigation li a:focus {color: #0093dd;}
	.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 #231f20;*/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:#000000;display: block;font-size: 16px;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:#0093dd;}
	.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: #0093dd;}
	.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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: 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;}
#wyszukiwarka{width:100%;float:left;margin:0% 0%;margin-top:0px;position:relative;overflow:visible;padding:0px;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;}
}
@media screen and (max-width: 1200px) {
	#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;}*/
	#doradcy{background-image: url(img/vt-lotniska-bg-02-img.jpg);width:100%;height:auto;
		/*min-height:250px;*/float:left;margin-top:0px;position:relative;z-index:3;
		padding-top:0px;padding-bottom:0px;background-repeat: no-repeat;background-position: top center;margin-bottom:20px;}
	#doradcy {width: 100%;height: auto;float: left;margin-top: 0%;margin-bottom: 0%;background-image: none;}
	#doradcy-01{width:100%;height:auto;float:left;margin-top:1%;margin-bottom:1%;margin-left:0px;margin-right:0px;}
	#doradcy-01 .widget{width:16%;margin-left:0.33%;margin-right:0.33%;margin-bottom:10px;}
	html body .blogsqode_main_head {max-width: 1200px !important;margin-right: auto;margin-left: auto;width: 92% !important;}


	#logotypy{margin-bottom:0px;}
	#logotypy .widget{float:left;width:18%;margin-left:1%;margin-right:1%;min-height:90px;}
}
	@media screen and (max-width: 1100px) {
		#stopka-tresc-00 {width: 44%;float: left;height: auto;margin: 3%;min-height:250px;}
		#stopka-tresc-01 {width: 44%;float: left;height: auto;margin: 3%;min-height:250px;}
		#stopka-tresc-02 {width: 44%;float: left;height: auto;margin: 3%;min-height:250px;}
		#stopka-tresc-03 {width: 44%;float: left;height: auto;margin: 3%;min-height:250px;}
	}
@media screen and (max-width: 1024px) {
body{background-image:none!important;background-color:#ffffff!important;}
#banner-wakacje{width:100%;max-width:1200px;height:141px;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;}
	#wyszukiwarka{width:100%;float:left;margin:0% 0%;margin-top:10px;position:relative;overflow:visible;padding:0px;height:auto;}
/*#banner-wakacje{height:175px;}*/
#pasek-menu{display:none;}
.main-navigation{display:none;}
/*#responsive-menu{display:block;margin-top:0px;position:relative;z-index:9!important;}*/
#dane-top-01{/*top:120px;border-bottom:none;*/}
#naglowek-01{margin-top:-50px;}
#dolna-czesc{background-image:none;}
#logo{margin-left:20px;}

/*#dane-kontaktowe-02{right:10px;}*/

	#dane-kontaktowe-01{position:absolute;right:10px;top:100px;}
	#dane-kontaktowe-02{right:70px;}
	#dane-kontaktowe-03{right:10px;}


}
@media screen and (max-width: 950px) {
#dane-top-01{border-bottom:none;}
	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: "Plus Jakarta Sans", sans-serif;font-size: 35px;font-weight: 500;}


#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;}

	#doradcy-01{width:100%;height:auto;float:left;margin-top:1%;margin-bottom:1%;margin-left:0px;margin-right:0px;}
	#doradcy-01 .widget{width:19%;margin-left:0.5%;margin-right:0.5%;margin-bottom:10px;}


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

}
@media screen and (max-width: 780px) {
#tarcza{display:none;}
	#banner-wakacje{width:100%;max-width:1200px;height:141px;}
#logo{width:100%;/*width:431px;*/float:left;margin-left:0px;margin-right:0px;
margin-top:50px;/*margin-bottom:15px;*/position:relative;z-index:1!important;}
#logo img{margin-left:auto;margin-right:auto;}
#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;}
#dane-kontaktowe-01{display:none;}
#dane-kontaktowe-02{display:none;}
#dane-kontaktowe-03{display:none;}
}
@media screen and (max-width: 768px) {
#dane-top-01{float:right;width:auto;max-width:500px;height:auto;border-bottom:none;}
/*#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{margin-bottom:0px;}
	#logotypy .widget{float:left;width:18%;margin-left:1%;margin-right:1%;min-height:60px;}

	#doradcy-01{width:100%;height:auto;float:left;margin-top:1%;margin-bottom:1%;margin-left:0px;margin-right:0px;}
	#doradcy-01 .widget{width:24%;margin-left:0.5%;margin-right:0.5%;margin-bottom:10px;}



	/* OZON BANERY ŚRODKOWE */

	#banery{width:100%;float:left;height:auto;position:relative;}
	#banery .widget{display:inline-block;}
	#banery .widget:nth-child(1) {width:94%;margin-left:3%;margin-right:3%;}
	#banery .widget:nth-child(1)  a:nth-of-type(1) img{margin-bottom: 30px;}
	#banery .widget:nth-child(2) {width:94%;margin-left:3%;margin-right:3%;}
	#banery .widget:nth-child(3) {width:94%;margin-left:3%;margin-right:3%;}
	#banery .widget:nth-child(3)  a:nth-of-type(1) img{margin-bottom: 30px;}
	#banery img{max-width:301px;}

	#oferta-03{width:100%;float:left;height:auto;}
	#oferta-03 .widget{display:inline-block;}
	#oferta-03 .widget:nth-child(1) {width:94%;margin-left:3%;margin-right:3%;}
	#oferta-03 .widget:nth-child(2) {width:94%;margin-left:3%;margin-right:3%;}

}
@media screen and (max-width: 680px) {
#dane-top-01{float:right;width:auto;max-width:320px;height:auto;border-bottom:none;border-bottom:none;}
/*#schowek-ofert{margin:20px 10px 0px 0px;}*/
/*#wyszukiwarka-baner{width:100%;margin:0px;}
#wyszukiwarka{width:100%;margin:0px;}*/
#naglowek-01{width:100%;float:left;/*margin-bottom:20px;*/}

	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) {
/*#doradcy .section-header{display:block;}*/
#naglowek-05{/*display:none;*/}
#stopka-tekst-01{margin-bottom:5%;}

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

	#logotypy{margin-bottom:0px;}
	#logotypy .widget{float:left;width:100%;margin-left:0%;margin-right:0px;margin-bottom:20px;}

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

#dane-kontaktowe{display:none;}
#schowek-ofert{position:absolute;top:10px;right:0px;}
#autoposzukiwacz{display:none;margin:0px auto 0px;float:none;max-width:200px;}

	#doradcy-01{width:100%;height:auto;float:left;margin-top:1%;margin-bottom:1%;margin-left:0px;margin-right:0px;}
	#doradcy-01 .widget{width:32%;margin-left:0.66%;margin-right:0.66%;margin-bottom:10px;}

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

#naglowek-01 h3{font-size: 25px;;}
#naglowek-01 h3 .slowo{font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-style: normal;font-size:25px;}
#naglowek-01 h1{font-size: 25px;;}
#naglowek-01 h1 .slowo{font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-style: normal;font-size:25px;}
#naglowek-02 h3{font-size: 25px;}
#naglowek-02 h3 .slowo{  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-style: normal;font-size:25px;}
#naglowek-03 h3{font-size: 25px;}
#naglowek-03 h3 .slowo{  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-style: normal;font-size:25px;}
#naglowek-04 h3{font-size: 25px;}
#naglowek-04 h3 .slowo{  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-style: normal;font-size:25px;}
#naglowek-05 h3{font-size: 25px;}
#naglowek-05 h3 .slowo{  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-style: normal;font-size:25px;}
#naglowek-06 h3{font-size: 25px;}
#naglowek-06 h3 .slowo{  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-style: normal;font-size:25px;}

	#doradcy-01{width:100%;height:auto;float:left;margin-top:1%;margin-bottom:1%;margin-left:0px;margin-right:0px;}
	#doradcy-01 .widget{width:49%;margin-left:0.5%;margin-right:0.5%;margin-bottom:10px;}

/*#doradcy{display:none;}*/


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

}
@media screen and (max-width: 380px) {
	#doradcy-01{width:100%;height:auto;float:left;margin-top:1%;margin-bottom:1%;margin-left:0px;margin-right:0px;}
	#doradcy-01 .widget{width:98%;margin-left:1%;margin-right:1%;margin-bottom:10px;}

}
/*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:#231f20;font-family: "Plus Jakarta Sans", 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: 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;
	}
}
