/*
Theme Name: fso
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fso
Tags:

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.

fso is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
        text-decoration:none;
}

a:hover,
a:active, 
*:active, 
*:focus, 
*:hover{
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/**
 * 11.4 - Comments
 */

.comments-area {
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
    padding:0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {

}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
        font-size:14px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wrap {width:1200px;margin:auto;}
section {float:left;width:100%;}

.single-news-content a, .plenery-top-text-content a, .cinebus-text a, .plenery-program-content
.prodcontent p a, .fundacja-text a{color:#0d47a1;}
.not-logged {
    float: left;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.site-header {float:left;width:100%;height:130px;border-bottom:1px solid #e5e5e5;padding-top:35px;}
.site-branding {float:left;}
.main-navigation {margin-left:29px;margin-top:37px;}
.main-navigation ul li {position:relative;margin:0 19px;}
.main-navigation ul li a {font-size:20px;font-weight:700;color:#8b8b8b;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.main-navigation ul li a:hover, .main-navigation ul li a:focus, .main-navigation ul li.current-menu-item a {color:#393939;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.exclamation a {position:relative;}
.exclamation a:after {top:-47px;right:-13px;content:"";pointer-events: all;position:absolute;width:37px;height:37px;background:url(img/exclamation.png) center center no-repeat;}
.shiftnav-nav .menu-item-43:after, .shiftnav-nav  .menu-item-48:after {right:25px;top:-13px;}
.menu-item-40 a, .menu-item-45 a {color:#1c1c1c !important;}
.lang {margin-top:37px;float:right;}
.lang ul {margin-left:0;padding-left:0;list-style:none;}
.lang ul li {position:relative;text-transform:uppercase;float:left;margin-left:18px;}
.lang ul li a {font-size:20px;font-weight:700;color:#8b8b8b;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.lang ul li.lang-item-first:after {content:'/';position:absolute;right:-14px;font-size:20px;font-weight:700;color:#8b8b8b;}
.lang ul li a:hover, .lang ul li a:focus, .lang ul li.current-lang a {color:#1c1c1c;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/
.home-top {border-bottom:1px solid #e5e5e5;padding-top:100px;padding-bottom:135px;}
.home-top h1 {color:#565555;font-weight:300;font-size:50px;line-height:75px;float:left;width:620px;margin-bottom:0;margin-top:5px;}
.home-top img {float:right;margin-top:19px;}

.featured-news h2 {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;margin-top:24px;margin-bottom:25px;}
.featured-news h2:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}
.featured-post {}
.home-meta-wrap {float:left;width:100%;margin-bottom:6px;}
.featured-cat {font-size:16px;color:#090909;font-weight:300;text-transform:uppercase;float:left;width:100%;}
.featured-date {font-size:16px;color:#090909;font-weight:300;text-transform:uppercase;float:right;}
.featured-post h3 {margin-top:0;clear:none;font-size:30px;color: #8b8b8b;font-weight:400;margin-bottom:10px;float:left;}

.featured-content {font-size:18px;line-height:34px;font-weight:300;color:#565555;float:left;width:100%;}

.home-info {}
.home-info h3 {font-size:30px;color: #8b8b8b;font-weight:400;margin-bottom:0;}
.home-info-content {font-size:18px;line-height:34px;font-weight:300;color:#565555;margin-top:8px;}
.home-info-content p {margin-top:0;margin-bottom:0;}
.home-socials {margin-top:26px;margin-bottom:26px;}
.home-socials a {font-size:62px;color:#8b8b8b;margin-right:185px;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.home-socials a:last-of-type {margin-right:0;}
.home-socials a:hover, .home-socials a:focus {color:#1c1c1c;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.plenery {border-top:1px solid #e5e5e5;padding-bottom:47px;}
.plenery h2, .plenery h2 a {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;margin-top:24px;}
.plenery h2:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}
.plenery a {font-size:30px;color:#8b8b8b;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.pleleft {float:left;width:33.33%;text-align:left;}
.plecenter {float:left;width:33.33%;text-align:center;}
.plecenter a {position:relative;}
.plecenter a:after {top:-35px;right:-52px;content:'';position:absolute;width:37px;height:37px;background:url(img/exclamation.png) center center no-repeat;}
.pleright {float:left;width:33.33%;text-align:right;}
.plenery a:hover, .plenery a:focus {color:#1c1c1c;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}

/*--------------------------------------------------------------
## NEWS PAGE
--------------------------------------------------------------*/
.page-template-page-aktualnosci .site-content {float:left;width:100%;margin-top:170px;}
.news-header {float:left;width:100%;}
.news-header h1 {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;margin-top:24px;}
.news-header h1:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}
.blogimg {float:left;width:100%;margin-bottom:25px;height:400px;}
.news-left {float:left;width:68%}
.news-right {float:right;width:24%;}
.news-right a {-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.news-right a:hover, .news-right a:focus {color:#393939;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.list-news-item {float:left;width:100%;border-bottom:1px solid #e5e5e5;margin-bottom:35px;}
.list-news-item-thumb {float:left;width:100%;height:255px;margin-bottom:30px;}
.single-list-news-meta-wrap {float:left;width:100%;margin-bottom:6px;}
.single-list-news-cat {font-size:16px;color:#090909;font-weight:300;text-transform:uppercase;float:left;}
.single-list-news-date {font-size:16px;color:#090909;font-weight:300;text-transform:uppercase;float:right;}
.list-news-item h3 {font-size:30px;color:#090909;font-weight:400;margin-bottom:10px;}
.single-list-news-content {font-size:18px;line-height:34px;font-weight:300;color:#565555;}
.single-list-news-more {font-size:18px;color:#090909;float:right;margin-top:17px;margin-bottom:25px;}

.more {text-align:center;float:left;width:100%;margin-bottom:52px;}
#more {font-size:18px;color:#090909;cursor:pointer;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
#more:hover, #more:focus {color:#1c1c1c;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.news-categories {float:left;width:100%;border-bottom:1px solid #e5e5e5;padding-left:5px;padding-top:19px;}
.news-categories a {color:#090909;font-size:22px;display:block;margin-bottom:12px;}

.news-links {float:left;width:100%;border-bottom:1px solid #e5e5e5;padding-bottom:17px;padding-left:5px;}
.news-links a {color:#090909;font-size:22px;display:block;margin-bottom:12px;font-weight:600;}

.news-socials {float:left;width:100%;}
.news-socials a {float:left;width:100%;height:95px;line-height:94px;font-size:18px;color:#090909;padding-left:68px;position:relative;border-bottom:1px solid #e5e5e5;}
.news-socials a i {font-size:28px;position:absolute;top:0;bottom:0;margin:auto;line-height:90px;left:22px;}

.news-archive {float:left;width:100%;padding-left:5px;}
.news-archive h6 {font-weight:400;cursor:pointer;color:#090909;font-size:22px;display:block;margin-bottom:0px;margin-top:30px;margin-bottom:0px;}
.news-archive ul {display:none;list-style:none;margin:0;padding:0;float:left;width:100%;margin-top:10px;margin-bottom:0px;}
.news-archive ul li {color:#565555;;font-size:16px;display:block;margin-bottom:6px;margin-left:5px;font-weight:300;}

/*--------------------------------------------------------------
## SINGLE
--------------------------------------------------------------*/
.single-news-header {float:left;width:100%;height:200px;}
.single-news-content {color:#565555;font-size:18px;line-height:34px;}
.single-list-news-item {float:left;width:100%;margin-bottom:35px;}
.single-socials {padding-top:22px;padding-bottom:15px;float:left;width:100%;text-align:center;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;}

.fb-like {top:-7px;}
.twitter-share-button {margin:0 10px;}
#___plus_0 {width:215px !important;}
.recommended {float:left;width:100%;}
.recommended h5 {font-size:18px;font-weight:400;text-align:center;color:#090909;margin-top:40px;}
.single-post .list-news-item {border-bottom:none;margin-bottom:95px;}

/*--------------------------------------------------------------
## PRODUKCJA
--------------------------------------------------------------*/
.produkcja {float:left;width:100%;padding-top:80px;padding-bottom:30px;}
.prodwrap {width:650px;}
.proditem:nth-of-type(odd) .prodwrap {float:left;text-align:left;}
.proditem:nth-of-type(even) .prodwrap {float:right;text-align:right;}
.proditem:nth-of-type(odd) .prod-galeria {float:right;text-align:left;}
.proditem:nth-of-type(even) .prod-galeria {float:left;text-align:right;}
.proditem h2 {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;margin-top:24px;margin-bottom:25px;}
.proditem h2:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}
.proditem:nth-of-type(even) h2:after {right:0;left:auto;}
.prodcontent {font-size:18px;line-height:34px;color:#565555;}
.prodcontent p, .prodcontent li {margin-bottom:15px;font-weight:300;color:#565555;}
.prodcontent li {margin-bottom:0;}
.prodcontent ul {margin-left:0;padding-left:17px;}
.prodcontent a {font-weight:700;color:#565555;font-size:18px;margin-bottom:8px;}

.prod-galeria {width:500px;margin-top:143px}
.prodphoto {width:31.3%;margin:5px 1%;float:left;height:120px;}
.p1 .prodphoto {height: 250px; width: 100%;}


/*--------------------------------------------------------------
## CINEBUS
--------------------------------------------------------------*/
.cinebus-page {padding-top:67px;}
.cinebus-page .cinebus-title {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;margin-top:35px;}
.cinebus-page .cinebus-title:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}
.cinebus-text {color: #565555; font-size: 18px; font-weight: 300; line-height: 34px; margin-bottom: 85px;}
.kursy-partnerzy h5 {color: #8b8b8b; font-size: 22px; margin-bottom: 0;}
/*--------------------------------------------------------------
## FUNDACJA
--------------------------------------------------------------*/
.fundacja-page {padding-top:69px;}
.page-template-page-fundacja .news-left {}
.page-template-page-fundacja .news-left h1 {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;margin-top:35px;}
.page-template-page-fundacja .news-left h1:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}

.fundacja-text {font-size:18px;line-height:34px;font-weight:300;color:#565555;margin-top:10px;margin-bottom:85px;}
.fundacja-text p {margin-top:0;margin-bottom:0;}

.fundacja-team {}
.fundacja-member {float:left;text-align:center;width:33.33%;margin-bottom:33px;}
.fundacja-member:nth-of-type(3n+1) {clear:left;}
.member-photo {margin:auto;display:inline-block;width:160px;height:160px;border-radius:50%;}
.fundacja-member h3 {font-size:26px;line-height:55px;color:#565555;font-weight:300;margin-top:0;margin-bottom:0;}
.fundacja-member h4 {font-weight:700;font-size:18px;color:#565555;line-height:34px;margin-top:0;margin-bottom:0;height:65px;}
.member-opis {font-size:18px;line-height:34px;font-weight:300;color:#565555;}
.member-opis p {margin-bottom:0;margin-top:0;}

.member-meta {}
.member-meta a {font-size:18px;color:#565555;display:block;line-height:35px;}

.fundacja-links {float:left;width:100%;margin-top:113px;}
.fundacja-links h5 {font-size:18px;line-height:34px;font-weight:300;color:#565555;text-align:uppercase;margin-bottom:10px;}
.fundacja-links a {font-size:26px;line-height:60px;color:#090909;display:block;}

.fundacja-press {border-top:1px solid #e5e5e5;padding-bottom:47px;float:left;width:100%;margin-top:50px;}
.fundacja-press h2 {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;margin-top:24px;}
.fundacja-press h2:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}
.fundacja-press h2 a {font-weight:400;color:#8b8b8b;font-size:47px;}
.fundacja-press a {font-size:30px;color:#8b8b8b;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.preleft {float:left;width:33.33%;text-align:left;}
.precenter {float:left;width:33.33%;text-align:center;}
.preright {float:left;width:33.33%;text-align:right;}
.prenery a:hover, .prenery a:focus {color:#1c1c1c;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}

/*--------------------------------------------------------------
## WARSZTATY
--------------------------------------------------------------*/
.warsztaty-page {padding-top:63px;}
.parent-page {width:45%;margin-bottom:30px;}
.parent-page:nth-of-type(odd) {float:left;}
.parent-page:nth-of-type(even) {float:right;}
.parent-page h2 a {position:relative;}
.parent-page h2.excl a:before {top:-9px;right:-50px;content:'';pointer-events: all;position:absolute;width:37px;height:37px;background:url(img/exclamation.png) center center no-repeat;}
.warsztaty-parent-content {font-size:18px;line-height:34px;font-weight:300;color:#565555;float:left;width:100%;}
.warsztaty-parent-content p {margin-top:0;margin-bottom:0;}
.warsztaty-parent-link {font-size:18px;color:#090909;line-height:34px;float:right;margin-top:20px;}

/*--------------------------------------------------------------
## PLENERY
--------------------------------------------------------------*/
.fullwrap {float:left;width:100%;}
.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}

.plenery-headers {float:left;width:100%;border-bottom:1px solid #e5e5e5;}
.plenery-headers h5 {font-size:18px;line-height:34px;color:#565555;font-weight:400;text-align:center;margin-top:54px;margin-bottom:0;}
.plenery-headers h1 {font-size:61px;line-height:66px;font-weight:300;color:#565555;text-align:center;margin-top:13px;}

.plenery-header {float:left;width:100%;height:52px;line-height:51px;border-bottom:1px solid #e5e5e5;font-size:18px;color:#171717;}

.marquee {
  overflow: hidden;
  display:block;
  width:100%;float:left;
}
.plenery-header .underline {border-bottom:1px solid #171717;font-weight:700;}

.plenery-top {padding-bottom:15px;}
.plenery-top-text-content {float:left;width:100%;font-size:18px;color:#565555;line-height:34px;font-weight:300;-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;-webkit-column-gap: 100px; -moz-column-gap: 100px;column-gap: 100px;}
.plenery-top-text-content a {font-size:20px;line-height:34px;color:#565555;float:right;font-weight:700;}
.plenery-top-text-content p {margin-top:0;}
.plenery-info-one {float:left;width:100%;border-top:1px solid #e5e5e5;padding-bottom:5px;}
.info-column {font-weight:300;float:left;margin-right: 3.5%; width: 31%;margin-bottom:32px;font-size:18px;line-height:34px;color:#565555;}
.info-column-text {float:left;width:100%;}
.info-column-text p {margin-top:0;margin-bottom:0;}
.plenery-info-one .info-column h3 {margin-top:25px;margin-bottom:35px;}
.plenery-info-one .info-column:nth-of-type(1) h3:before {top:-9px;right:-52px;content:'';position:absolute;width:37px;height:37px;background:url(img/exclamation.png) center center no-repeat;}

.info-column:nth-of-type(3n+3) {margin-right:0;}
.bighead {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;float:left;}
.bighead:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}

.plenery-program {border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding-bottom:35px;}
.plenery-program h2 {margin-top:25px;}
.plenery-program-content {float:left;width:100%;font-size:18px;color:#565555;line-height:34px;font-weight:300;-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;-webkit-column-gap: 100px; -moz-column-gap: 100px;column-gap: 100px;}
.plenery-program-content a {margin-top:15px;font-size:20px;line-height:34px;color:#565555;float:right;font-weight:700;}
.plenery-program-content p {margin-top:0;margin-bottom:0;}
.plenery-program-grup {border-bottom:1px solid #e5e5e5;}
.plenery-program-grup-content {float:left;width:100%;margin-bottom:31px;font-size:18px;color:#565555;line-height:34px;font-weight:300;-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;-webkit-column-gap: 100px; -moz-column-gap: 100px;column-gap: 100px;}
.plenery-program-grup-content a {font-size:20px;line-height:34px;color:#565555;float:right;font-weight:700;}
.plenery-program-grup-content p {margin-top:0;}
.plenery-grupy {}
.grupa {float:left;margin-right: 3.5%; width: 31%;margin-bottom:32px;}
.grupa:nth-of-type(3n+3) {margin-right:0;}
.grupa strong {color:#565555;font-weight:400;font-size:22px;line-height:34px;display:block;text-transform:uppercase;}
.grupa span {color:#565555;font-weight:300;font-size:22px;line-height:34px;display:block;}

.plenery-partnerzy {border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.plenery-partnerzy h5 {font-size:22px;color:#8b8b8b;margin-bottom:0;}
.imgswrap {float:left;width:100%;text-align:center;}
.imgswrap img {width:100%;margin:5px 0;}
.kursy-partnerzy {border-bottom:1px solid #e5e5e5;}

.plereg {border-bottom:1px solid #e5e5e5;}
.plenery-previous {}
.prevwrap {float:left;width:370px;margin-right:40px;margin-bottom:32px;}
.prevwrap:nth-of-type(3n+3) {margin-right:0;}
.prevwrap a {font-size:30px;line-height:90px;color:#8b8b8b;}

.kursy-previous {border-top:1px solid #e5e5e5;}


/**
 * Antoni JAKUBIAK
 */

.info-column-text a {
	color: #03f;
}
.info-column-text a:active,
.info-column-text a:hover {
	color: #f30;
}
.plenery-opis {
	border-top: 1px solid #e5e5e5;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.footer-contents {padding:50px 0 55px 0;border-top:1px solid #e5e5e5;}
.footer-contents h5 {font-size:30px;line-height:1;margin-top:0;color:#8b8b8b;font-weight:300;}
.footer-sitemap {float:left;width:68.5%;}
.footer-sitemap h5 {margin-bottom:30px;}
.sitemap-column {float:left;width:33%;font-size:18px;line-height:42px;}
.sitemap-column ul {padding-left:0;margin-left:0;list-style:none;margin-bottom:0;}
.sitemap-column ul li {color:#8b8b8b;position:relative;}
.sitemap-column ul li ul {position:absolute;display:none;background:#fff;border:1px solid #e5e5e5;padding:5px 10px;right:0;top:50%;transform: translateY(-50%);z-index:2;line-height:32px;}
.sitemap-column ul li:hover ul {display:block;}
.footer-contact {float:right;width:31.5%;border-left:1px solid #e5e5e5;padding-left:60px;}
.footer-contents a:hover, .footer-contents a:focus {color:#1c1c1c;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.footer-contents a {-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.footer-contact h5 {margin-bottom:30px;}
.footer-contact p {font-size:18px;line-height:42px;color:#8b8b8b;margin-bottom:17px;}
.footer-contact strong {color:#404040;}
.footer-socials {}
.footer-socials a {font-size:22px;color:#8b8b8b;margin-right:50px;}
.footer-copyright {border-top:1px solid #e5e5e5;height:84px;text-align:center;}
.footer-copyright p {margin-top:0;margin-bottom:0;line-height:83px;font-size:14px;color:#8b8b8b;}


.press-header {font-weight:400;color:#8b8b8b;font-size:47px;line-height:89px;position:relative;float:left;}
.press-header:after {content:'';position:absolute;height:4px;width:45px;background:#8b8b8b;left:0;bottom:-2px;opacity:0.1;}
.press-section {float:left;width:100%;}

.press-informacje {border-bottom:1px solid #e5e5e5;padding-top: 63px;padding-bottom:45px;}
.press-kontakt {border-bottom:1px solid #e5e5e5;padding-bottom:40px;}
.press-materialy {border-bottom:1px solid #e5e5e5;}
.press-galeria {border-bottom:1px solid #e5e5e5;padding-bottom:20px;}
.press-logo {border-bottom:1px solid #e5e5e5;padding-bottom:45px;}
.press-informacje-content {font-size:18px;color:#565555;font-weight:300;line-height:34px;}
.press-informacje-content p {margin-top:0;margin-bottom:0;}

.press-kontakt-content a {font-size:22px;color:#565555;font-weight:300;line-height:34px;margin-right:90px;}
.press-kontakt-content a i {border: 1px solid #ceced0; border-radius: 50%; font-size: 16px; height: 32px; line-height: 32px; margin-right: 30px; position: relative; text-align: center;width: 32px;}
.press-kontakt-content a:hover, .press-kontakt-content a:focus {}

.material:nth-of-type(odd) {float: left;}
.material:nth-of-type(even) {float: right;}
.material {margin-bottom: 30px;width: 45%;}
.material h3 {margin-top:0;color:#090909;font-size:30px;line-height:1;}
.material-inner {margin-bottom:13px;font-size:18px;color:#565555;font-weight:300;line-height:34px;}
.material-links {}
.material-links a {font-size:18px;color:#565555;font-weight:700;line-height:34px;margin-right:30px;}

.press-galeria-content {}
.pressgalimg {float:left;width:210px;height:155px;margin-right:35px;margin-bottom:20px;position:relative;}
.presscaption {float:left;width:100%;text-align:center;font-size:13px;margin-top:3px;}
.press-galeria-content .pressphotoa {float:left;width:210px;height:140px;}
.press-galeria-content a:hover, .press-galeria-content a:focus {}
.pressgaldl {position:absolute;width:20px;height:20px;background:#fff;top:0;right:0;color:#161616;text-align:center;line-height:19px;font-size:14px;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.pressgaldl:hover, .pressgaldl:focus {color:#2196f3;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}

.press-logo-content {}
.press-logo-content a {float:left;border:1px solid #e5e5e5;margin-right:60px;padding:20px 25px;text-align:center;}
.press-logo-content a:hover, .press-logo-content a:focus {}
.press-logo-content a img {display:block;margin:auto;}
.press-logo-content a span {font-size:18px;color:#565555;font-weight:700;line-height:1;margin-top:15px;display:block;}

/*--------------------------------------------------------------
## ARCHIWUM
--------------------------------------------------------------*/

.archiwum-fields {}
.archiwum-item {width:48%;margin-bottom:30px;}
.archiwum-item:nth-of-type(odd) {float:left;clear:both;}
.archiwum-item:nth-of-type(even) {float:right;}
.archive-img {float:left;width:100%;height:300px;}
.archiwum-item h3 {font-size:30px;line-height:90px;color:#090909;margin-top:0;margin-bottom:0;}
.archiwum-item h4 {font-weight:300;font-size:18px;line-height:34px;color:#565555;margin-top:0;margin-bottom:0;}
.archiwum-item h5 {font-weight:300;font-size:18px;line-height:34px;color:#565555;margin-top:0;margin-bottom:0;}
.group-content, .archiwum-opis {float:left;width:100%;font-weight:300;font-size:18px;line-height:34px;color:#565555;}
.archiwum-opis p {margin-bottom:0;}
.archiwum-links {float:left;width:100%;margin-top:20px;}
.archiwum-links a {color:#565555;font-weight:700;float:left;margin-right:30px;font-size:18px;}

/*--------------------------------------------------------------
## NARZEDZIA
--------------------------------------------------------------*/
.tools {padding:67px 30px 0;overflow:hidden;position:fixed;top:0;bottom:0;width:345px;right:-345px;background:url(img/tools.png)center center no-repeat;background-size:cover;color:#fff;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.tools.active {right:0;-webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}
.tools-close {position:absolute;top:25px;right:30px;font-weight:700;font-size:16px;text-transform:uppercase;cursor:pointer;}
.tools-back {position:absolute;top:25px;right:30px;font-weight:700;font-size:16px;text-transform:uppercase;cursor:pointer;display:none;}
.tools-close.hidden {display:none;}
.tools-back.active {display:block;}
.tools-main.hidden {display:none;}
.tools-sub.active {display:block}
.tools-user {float:left;width:100%;margin-bottom:30px;}
.tools-user-img {float:left;width:65px;height:65px;border-radius:50%;margin-top:8px;}
.tools-user-content {float:right;width:200px;}
.tools-user-content strong {float:left;width:100%;font-size:14px;font-weight:700;}
.tools-user-content h3 {float:left;width:100%;font-size:25px;line-height:1;margin-top:6px;margin-bottom:4px;}
.tools-user-content span {float:left;width:100%;font-size:14px;text-transform:uppercase;opacity:0.55;}

.tools-links {float:left;width:100%;}
.tools-links li {float:left;width:100%;border-top:1px solid rgba(255,255,255,0.5)}
.tools-links li a {float:left;width:100%;line-height:50px;font-size:16px;font-weight:700;}
.tools-main li:last-of-type(), .tools-sub li:last-of-type() {border-bottom:1px solid rgba(255,255,255,0.5)}
.tools-main, .tools-sub {float:left;width:100%;list-style:none;padding:0;margin:0;}
.tools-sub {display:none;}

/*--------------------------------------------------------------
## JAKUBIAK - ordered form 
--------------------------------------------------------------*/
.gform_wrapper form.ordered ul.gform_fields li.gfield:nth-of-type(odd), form.ordered .ginput_left { float:left; clear: left !important }
.gform_wrapper form.ordered ul.gform_fields li.gfield:nth-of-type(even), form.ordered .ginput_right { float:right; clear: right !important }
/*--------------------------------------------------------------
## REJESTRACJA
--------------------------------------------------------------*/
.gform_body {}
.gform_wrapper ul.gform_fields li.gfield, .ginput_left, .ginput_right {width:48% !important;padding-right:0 !important; clear:none !important;}
.gform_wrapper .gfield_password_strength {
    border: 1px solid #f1f1f1 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 1.8;
    padding: 5px 25px !important;
    text-align: center;
    background-color: #f1f1f1 !important;
    border-bottom: 1px solid #f1f1f1 !important;
    float: left;
}
.gfield {position:relative;}
.gfield:nth-of-type(odd), .ginput_left {float:left;}
.gfield:nth-of-type(even), .ginput_right {float:right;}


.gfield input, .gfield select {height:52px;width:100% !important;border:1px solid #d0d0d0;padding-left:15px;}
.gform_wrapper ul.gform_fields li#field_1_4, .gform_wrapper ul.gform_fields li#field_2_4,  .gform_wrapper ul.gform_fields li#field_3_4 {width:100% !important;}
.gform_wrapper ul.gform_fields li#field_8_4 {width:100% !important;}
.gform_button {width:94px !important;height:53px;line-height:52px;background:none;border:1px solid #d0d0d0;font-size:18px;color:#565555;font-weight:700;float:right;margin-right:0 !important;}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 0px !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {margin-bottom:0 !important;}
.gform_wrapper .validation_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 14px !important;
    position: absolute;
    right: 0 !important;
    text-align: right;
    top: -3px !important;
    width: 70% !important;
}

.login-password, .login-username {width:48% !important;padding-right:0 !important; clear:none !important;}
#loginform input {padding-left:25px;height:52px;width:100% !important;border:1px solid #d0d0d0;}
#loginform input#rememberme {height:auto !important;;width:auto !important;;margin-right:5px;}

#loginform input#wp-submit {width:114px !important;text-align:center;padding-left:0;padding-right:0;height:53px;line-height:52px;background:none;border:1px solid #d0d0d0;font-size:18px;color:#565555;font-weight:700;float:left;margin-right:0 !important;margin-bottom:50px;}
#field_1_13 div.ginput_container {margin-top:4px !important;}
#field_8_13 div.ginput_container {margin-top:4px !important;}
#field_9_13 div.ginput_container {margin-top:4px !important;}
.um-profile {margin-top:100px;}

#field_6_17 {display:none;}
#field_6_18 {}
.ginput_product_price_label {display:none;}
#input_6_18 {font-weight:700;font-size:22px;}

#gform_6 .gform_footer #gform_submit_button_6 {width:auto !important;}

#field_1_5, #field_1_14, #field_1_16, #field_1_10, #field_1_11, #field_1_17, #field_1_23 {float:left !important;clear: both !important;}
#field_1_8, #field_1_15, #field_1_9, #field_1_13, #field_1_19 {float:right !important; }

/**
 * JAKUBIAK
#field_1_19 input, #field_8_19 input {
 */
.gfield input[type="checkbox"] {
	height: 1em;
}


#field_8_5, #field_8_14, #field_8_16, #field_8_10, #field_8_17, #field_8_19, #field_8_21 {float:left !important;clear: both !important;}
#field_8_8, #field_8_15, #field_8_9, #field_8_13, #field_8_11 {float:right !important}
#field_9_5, #field_9_14, #field_9_16, #field_9_10, #field_9_11 {float:left !important;clear: both !important;}
#field_9_8, #field_9_15, #field_9_9, #field_9_13 {float:right !important}
.gfield input:focus, .gfield select:focus {border:1px solid #000; background: #fdfdfd}
.gfield_list_icons:focus img {opacity:1 !important;}
.gfield_list_icons img:focus {opacity:1 !important;}
#gform_8 .gform_button {width:auto !important;margin-bottom:40px;}






/*--------------------------------------------------------------
## RWD
--------------------------------------------------------------*/

.shiftnav-toggle-button {display:none !important;}
.shiftnav::after {border-right:1px solid #e5e5e5;box-shadow:none !important;-webkit-box-shadow:none !important;right:0;}

@media screen and (max-width: 1200px) {
    .wrap {width:100%;padding:0 10px;}
    .home-top {padding-bottom: 55px; padding-top: 50px;}
    .home-top h1 {width:100%;text-align:center;margin-bottom:15px;}
    .home-top img {float:none;margin:auto;display:block}
    .footer-contact {padding-left:30px;}
    .news-right {float:right;width:30%;}
}

@media screen and (max-width: 1120px) {
    .main-navigation ul li {display:none;}
    .main-navigation ul li.menu-item-40 {display:block;}
    .shiftnav-toggle-button {
    background: none !important;
    color: #1c1c1c !important;
    display: inline-block !important;
    float: right;
    padding: 0 !important;
}
    .menu-menu-glowne-container {float:left;}
    .shiftnav-toggle-button .fa {font-size: 20px; margin-right: 3px; margin-top: 4px;}
    .shiftnav .shiftnav-menu-title {opacity: 0; padding: 10px 25px !important;}
    .fundacja-member {width:50%;}
    .fundacja-member:nth-of-type(3n+1) {clear:none;}
    .fundacja-member:nth-of-type(odd) {clear:left;}
}

@media screen and (max-width: 960px) {
    .news-left {float:left;width:60%}
    .news-right {float:right;width:37%;}
    .single-news-header {height: 100px;}
    .plenery-top-text-content, .plenery-program-content, .plenery-program-grup-content {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;-webkit-column-gap: 100px; -moz-column-gap: 100px;column-gap: 100px;}

}

@media screen and (max-width: 900px) {
    .sitemap-column {width:100%;}
    .sitemap-column ul {margin-bottom:0;}
    .footer-contact {width:50%;}
    .footer-sitemap {width:50%;}
    .press-logo-content a {
    margin-right: 0px;width:100%;margin-bottom:20px;
}
}

@media screen and (max-width: 800px) {
    .home-socials a {font-size: 62px; margin-right: 105px;}
}

@media screen and (max-width: 780px) {
    .news-left {float:left;width:100%}
    .news-right {float:right;width:100%;text-align:center;}
    .news-socials a {padding-left:0;}
    .info-column, .grupa {width:100%;margin-right:0;}
}

@media screen and (max-width: 720px) {
    .proditem {width:100%;}
    .proditem:nth-of-type(even) {float:right;text-align:left;}
    .proditem:nth-of-type(even) h2:after {right:auto;left:0;}
    .list-news-item-thumb {height: 200px; margin-bottom: 20px;}
    .parent-page {margin-bottom: 0; width: 100%;}
    .warsztaty-page {padding-bottom:30px;}
    .material {width: 100%;}
    .press-kontakt-content a {display:block;margin-right:0;}
}

@media screen and (max-width: 600px) {
    .site-branding { float: left; text-align: center; width: 100%;}
    .site-header {height: 110px; padding-top: 10px;}
    .site-branding img {width: 250px;}
    .main-navigation {margin-left:0px;margin-top:6px;}
    .lang {margin-top:6px;}
    .gform_wrapper ul.gform_fields li.gfield, .ginput_left, .ginput_right {width:100% !important;}
    .gform_wrapper .validation_message {position:static;}
}

@media screen and (max-width: 560px) {
    .home-socials a {font-size: 52px; margin-right: 62px;}
    .fundacja-member {width:100%;}
}

@media screen and (max-width: 520px) {
    .footer-contact {width:100%;padding-left:0;border-left:0;margin-top:10px;border-top:1px solid #e5e5e5;padding-top:10px;}
    .footer-sitemap {width:100%;}
    .pleleft {width:100%;text-align:center;margin:5px 0;}
    .plecenter {width:100%;text-align:center;margin:5px 0;}
    .pleright {width:100%;text-align:center;margin:5px 0;}
    .home-top h1 {font-size: 40px; line-height: 65px;}
    .footer-contents {padding: 30px 0 35px;}
}

@media screen and (max-width: 500px) {
    .main-navigation ul li {margin:0 10px;}
    .main-navigation ul li a {font-size:18px;}
    .lang ul li a {font-size:18px;}
    .press-kontakt-content a i {margin-right:5px;}
}

@media screen and (max-width:400px) {
    .home-socials a {font-size: 45px; margin-right: 45px;}
    .home-top h1 {font-size: 35px; line-height: 55px;}
    .news-socials a {padding-left:68px;text-align:left;}
}

@media screen and (max-width:350px) {
    .footer-copyright {height:60px;}
    .footer-copyright p {font-size:12px;line-height:59px;}
    .main-navigation ul li {margin:0 11px;}
    .main-navigation ul li a {font-size:16px;}
    .lang ul li a {font-size:16px;}
}


