/*
Theme Name: aesis-network theme
Author: kwarda
Author URI: https://mentor.pl
Version: 1.0
*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background: #fff;
}

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: 5px 0 0 15px;
	padding: 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: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

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

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 {
	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%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
}
.navbar-brand > a {
	color: #563d7c;
	font-weight: bold;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
	color: #563d7c;
	text-decoration: none;
}
div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	font-size: 20px;
}
div#page-sub-header h1{
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}



@media screen and (min-width: 768px) {
	div#page-sub-header h1{
		font-size: 60px;
		line-height: 1;
	}
	div#page-sub-header {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: left;
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	div#page-sub-header p{
		max-width: 640px;
	}
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.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;
}
.navbar-brand {
	height: auto;
}
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.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. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
}

.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-bottom: 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

.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
--------------------------------------------------------------*/
.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 {
	max-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;
}

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


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon {
	margin: 20px 0 0;
	padding: 20px 0;
	text-align: center;
}
.copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.copyright a, footer#colophon a {
    color: inherit;
}


@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}

.map {position: relative;}
.map div {box-sizing: border-box;}
.map>a {display: block; position: absolute; z-index: 3; cursor: pointer; background: url('img/circle-orange.png') no-repeat; width: 26px; height: 26px; background-size: cover;}
.map>a>div {display: none; background: #fff; width: 150px; height: 200px; position: absolute; right: -165px; top: -85px; z-index: 5; border-radius: 20px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);}
.map>a:hover div {display: block;}
.map>a:hover {z-index: 4;}
.map>a>div>span {position: absolute; top: 50%; margin-top: -42px; margin-left: -29px; filter: drop-shadow(0 0 5px rgba(0,0,0,0.3)); width: 0px; height: 0px; border-top: 40px solid transparent; border-bottom: 40px solid transparent; border-right: 40px solid #fff;}
.map>a>div>div {width: 100%; height: 100%; max-width: 100%; max-height: 100%; border-radius: 20px; text-align: center; background: #fff; position: relative; z-index: 2;}
.map>a>div .fl {position: absolute; top: 50%; left: 0; margin-top: -27px; z-index: 3; margin-left: -10px; width: 30px; height: 30px; border-radius: 50%; box-sizing: border-box; padding: 6px; background-color: #d7d7d7;}
.map>a>div .lo {max-width: 115px; clear: both;}
.map>a>div h5 {width: 100%; text-align: center; font-size: 10px; text-transform: uppercase; color: #707070;}
.map>a>div h2 {width: 100%; text-align: center; font-size: 13px; color: #010101; font-weight: 700; box-sizing: border-box; padding: 0 25px; margin: 10px 0; position: absolute; bottom: 70px; left: 0;}
.map>a>div i {color: #010101; font-size: 11px; width: 100%; text-align: center; font-style: normal; position: absolute; bottom: 40px; left: 0;}
.map>a>div .mi {font-style: normal; position: absolute; cursor: pointer; bottom: 5px; border-top: 1px dotted #eee; color: #da935f; text-decoration: underline; font-size: 11px; padding-top: 5px; display: block; width: 100%; text-align: center;}


nav .caret {
	border: 0;
	background: url('img/circle-small.png') no-repeat center center;
	width: 13px; 
	height: 12px;
	margin-top: -3px;
}

#menu-main {margin-top: 35px;}
#menu-main li a {color: #525252; text-transform: uppercase; font-size: 13px; padding: 0 8px; margin: 0 7px;}
#menu-main li.active a , .open>a {font-weight: 700; background: url('img/h_m_pom.png') no-repeat left top 14px !important;}
.nav>li>a:focus, .nav>li>a:hover , .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background: none;}
.nav>li>a:hover {background: url('img/h_m_pom.png') no-repeat left bottom;}
.page-content, .entry-content, .entry-summary {margin: 0;}
.site-footer .nav {background: url('img/border_menu_bottom.png') repeat-x bottom right; width: 100%; text-align: left; padding-left: 30px;}
.site-footer .nav a {font-size: 10px; color: #8b898a !important; text-transform: uppercase; padding: 10px 13px;}
.site-footer .nav>li>a:hover {background: url('img/h_m_pom.png') repeat-x left bottom;}
.site-footer .copyinfo {clear: both; width: 100%; font-size: 11px; color: #969696;}

.site-footer .copyinfo .a_cookies_policy {text-decoration: underline; color: #969696 !important;}
.site-footer .copyinfo a {color: #da935f !important;}
.site-footer .col-md-1 , .site-footer .col-md-2 , .site-footer .col-md-9 {padding: 0;}
#goTop {margin-top: 20px; float: left;}
#logoB {margin-top: 12px;}
.fot_h {position: relative;}
.fot_h img {padding: 20px; border-radius: 50%; border: 2px dotted #e7a06c;}
.fot_h .pom_kropka {position: absolute; z-index: 2; max-width: 30% !important;}
.fot_h .pom_kropka img {padding: 0; border: none !important;}

#web {margin-top: 70px; color: #444;}
#web .widget-title {font-weight: 700;}
#web a {color: #474747}

.member_info_b {position: relative;}
.member_info_b .b_txt {position: absolute; bottom: 40%; left: 5%;}
.member_info_b .b_txt .widget-title {font-weight: 800; background: url('img/kreska_memb-i.jpg') no-repeat left bottom; color: #000; padding-left: 13px; font-size: 18px; text-transform: uppercase;}
.member_info_b .b_txt .textwidget {color: #fff; font-size: 16px; padding-left: 13px;}

.mem_log_box {position: relative;}
.mem_log_box .sow-image-container {text-align: center; margin: 30px; float: left; box-sizing: border-box; width: 100%;}
.mem_log_box .sow-image-container img {display: inline !important; width: auto !important;}
.mem_log_box .mem_kraj {position: absolute; top: 0; left: 40px; color: #0b0b0b; line-height: 42px;}
.mem_log_box .mem_kraj img {width: 42px; height: 42px; border-radius: 50%; border: 1px solid #999; margin-right: 10px;}
.mem_log_box .textwidget {width: 100%;}
.mem_log_box .lin {position: absolute; left: 15px; top: 30px; z-index: 2; background: url('img/lin.png') no-repeat center center; width: 73px; height: 72px;}
.mem_log_box .linn {position: absolute; right: 0; top: 50%; z-index: 2; background: url('img/linn.png') no-repeat center center; width: 2px; height: 99px; margin-top: -50px;}

.nr_reg {color: #7f7f7f; font-size: 12px;}
.mem_about .widget-title {color: #e57720; font-weight: 700; font-size: 22px;}
.mem_about h4 {font-weight: 700; font-size: 18px;}
.mem_about p span {color: #888; display: inline-block; width: 50px; text-transform: lowercase; font-size: 13px;}
.mem_about i {font-style: normal; font-size: 16px;}
.mem_about a {color: #333; cursor: pointer;}
.mem_about a:hover {text-decoration: underline;}
.widget-title {color: #e57720; font-weight: 700; font-size: 18px;}
.textwidget ul {list-style: circle;}
.textwidget ul li {}
.panel-widget-style {background-repeat: no-repeat !important; background-position: center right !important;}
.title_druzyna .widget-title {font-size: 24px; background: url('img/linia_dot.png') no-repeat center bottom; padding: 30px 0 15px 0;}

.osoby {font-size: 16px; background: url('img/border-osoba.png') no-repeat center left; padding-left: 20px;}
.osoby .widget-title {font-size: 22px; color: #000;}
.osoby p {padding-top: 20px; line-height: 200%; color: #555;}
 .li_tel , .legenda_os .li_tel {background: url('img/li_tel.png') no-repeat center left; padding-left: 30px;}
 .li_mob , .legenda_os .li_mob {background: url('img/li_mob.png') no-repeat center left; padding-left: 30px;}
 .li_fax , .legenda_os .li_fax {background: url('img/li_fax.png') no-repeat center left; padding-left: 30px;}
 .li_mail , .legenda_os .li_mail {background: url('img/li_mail.png') no-repeat center left; padding-left: 30px;}

.kontakt_maile_dol .widget-title {color: #333;}

.legenda_os {text-align: center;}
.legenda_os span {padding: 0 30px; text-transform: uppercase; font-size: 12px;}

.select_members {color: #9f9f9f; text-transform: uppercase; font-size: 12px; text-align: right; line-height:30px;}
.select_members label {font-weight: normal;}
.select_members div.select {
    padding: 0;
    margin: 0 0 0 15px;
    border: 2px solid #d9d9d9;
    background-color: #fff;
	 color: #e7a06c;
    background: #fff url("img/bg_select.png") no-repeat top 8px right 8px ;
    display: inline-block;
    width: 250px;
    height: 34px;
    cursor: pointer;
}
.select_members div.select select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
     color: #e7a06c; 
     text-transform: uppercase;    
     line-height:30px;  
     cursor: pointer; 
     padding: 0 10px;
}

.select_members div select:focus {
    outline: none;
}

.textwidget a {color: #000;}

.members_wiersz {font-size: 16px;}
.members_wiersz .panel-grid-cell {padding: 10px;}
.members_wiersz .widget-title {font-size: 22px;}
.members_wiersz .fl {width: 40px; height: 40px; border-radius: 50%; border: 1px solid #999a9e; margin-top: 15px;}
.members_wiersz .sow-image-container {width: 190px; height: 190px; background: #fff; border: 1px solid #c0c0c0; text-align: center; vertical-align: middle; border-radius: 50%; box-sizing: border-box;}
.members_wiersz .sow-image-container a {display: block; width: 100%; height: 100%; line-height: 190px;}
.members_wiersz .sow-image-container img {filter: grayscale(100%); display: inline !important; width: 70% !important;}
.members_wiersz .so-widget-sow-image {padding: 0 0 20px 30px; background: url('img/bg_mem_k.png') no-repeat bottom left;}
.members_wiersz .panel-grid-cell:hover {background: #f5f5f5;}
.members_wiersz .panel-grid-cell:hover .sow-image-container img {filter: none;}
.members_wiersz .panel-grid-cell:hover .sow-image-container {border-color: #bc9b8a; box-shadow: 0 0 4px rgba(0,0,0,0.3);}
.members_wiersz .panel-grid-cell a:hover {text-decoration: underline; cursor: pointer;}

.the_board_title .widget-title {color: #e57720; padding: 0; margin: 0;}

.board_aims {padding: 35px 20px; color: #fff;}
.board_aims .widget-title {font-size: 17px;}
.board_aims strong {font-size: 22px;}
.board_aims hr {height: 0; border-top: 1px dotted #9b8170; background: none;}

.p_i_s_txt {line-height: 175%; color: #505050; padding-top: }
.p_i_s_txt strong {font-weight: bold; font-size: 22px;}

.open .caret {background-image: url('img/circle-small-hover.png');}
.dropdown-menu {border: none; border-radius: 0; background: #fff; right: auto !important; left: 0; top: 23px; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 3px 6px;}
.dropdown-menu li {margin: 3px 0;}
.dropdown-menu li a {line-height: 30px; background: #fafafa; padding: 0 54px 0 10px; height: 30px; margin: 0 !important;}
.dropdown-menu li a:hover {background: #fee5d1;}

.wpcf7-form input {width: 100%; height: 37px; line-height: 37px; padding: 0 13px; border: 1px solid #c5c5c5; border-radius: 0; font-weight: normal;}
.wpcf7-form label {display: block;}
.wpcf7-form input:focus {border-color: #707070; box-shadow: none; outline: none;}
.wpcf7-form textarea {padding: 13px; font-weight: normal; border-radius: 0;}
.wpcf7-form textarea:focus {border-color: #707070; box-shadow: none; outline: none;}
.send_button {background: url('img/button_send.png') no-repeat; width: 542px; height: 46px; margin: 30px auto;}
.send_button input { color: #fff; font-size: 13px; text-transform: uppercase; text-align: center; border: 0; background: none; line-height: 46px;}
.orange {color: #ee7420;}
.bigger {font-size: 1.3em;}

@media screen and (min-width: 992px) {
	.site-footer .container {width: 950px;}
	.site-footer .copyinfo {padding-top: 10px;}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.site-footer .nav a {padding: 10px 6px;}
	#menu-main li a {padding: 0 4px; margin: 0 1px;}
	header .container {padding-left: 0; padding-right: 0; margin-left: 0.5%; margin-right: 0.5%; width: 99%;}
}

@media screen and (max-width: 992px) {
	.fot_h img {padding: 15px;}
	.home .sow-image-container , #pgc-w5936b46e9d5b9-0-0 , .b_txt .textwidget {display: none;}
	#panel-795-1-1-2> .panel-widget-style {padding: 0 15px !important;}
	.member_info_b .b_txt {bottom: 30% !important;}
	.category .b_txt , #post-1383 .b_txt , #post-251 .b_txt {bottom: 65% !important;}
	#post-251 .sow-image-container {text-align: center !important;}
	#post-251 .sow-image-container img {display: inline !important;}
	.protected-post-form {padding: 0 !important;}
	.protected-post-form span , .protected-post-form input {width: auto !important; }
	.protected-post-form input[type=submit] {width: 100% !important; height: 30px !important; border-radius: 0 !important; margin: 0 !important;}
	.kontakt_maile_dol {display: block !important;}
	.kontakt_maile_dol .panel-grid-cell , .kontakt_maile_dol .panel-grid-cell .widget_enhancedtextwidget {width: 100%; padding: 5px 0 10px 0;}
	.map a {display: none;}
	.map {padding-bottom: 50px;}
}


.protected-post-form {padding-left:20%;}
.protected-post-form input {
    height: 35px;
    line-height: 35px;
    padding: 0 13px;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font-weight: normal;
    width: 320px;
}
.protected-post-form label {margin-bottom: 30px;}
.protected-post-form input[type=submit] {
	border-radius: 90%;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #b58a6a;
	text-transform: uppercase;
	float: left;
	font-size: 14px;
	color: #ce8052;
	font-weight: bold;
	margin-left: 30px;
} 

.protected-post-form .ll {
	float: left;
}

.protected-post-form span {display: block; width: 150px; padding-right: 10px; text-align: right; font-weight: normal; text-transform: uppercase; color: #a4a4a4;}

.add_content {background: url('img/addcontentbg.png') no-repeat center left; height: 160px; padding-left: 80px; padding-top: 20px; box-sizing: border-box;}
.add_content p {width: 330px; padding-top: 15px; line-height: 200%; font-size: 12px;}


.newsy .widget-title a{color:#ee7420; font-size:.8em; min-height:50px; display:block; }
.newsy small a{color:#999999; }
.newsy small a:before{content: "_"; }

.newsy .sow-image-container{background:#E6E6E6; border:1px solid #E6E6E6;}
.newsy .sow-image-container:hover{xbox-shadow:0px 0px 10px #fff;}
.newsy .so-widget-sow-image{border-left:2px solid #cfcfcf; }
.newsy .members_wiersz .so-widget-sow-image {background:url('img/linn.png') no-repeat; background-position: 10px 40px;}

.newsy .members_wiersz .sow-image-container img {filter:none; border-radius: 90%; width: 100% !important; height: 100% !important;}


.newsy .panel-grid-cell{width:33%; display:inline; float:left;}
@media screen and (max-width: 992px) and (min-width: 768px) {.newsy .panel-grid-cell{width:50%;}}
@media screen and (max-width: 767px) {.newsy .panel-grid-cell{width:100%;}}

.post-password-protected .members_wiersz .sow-image-container img {width: 100% !important;}

.pliki_do_pobrania {}
.pliki_do_pobrania .panel-grid-cell {background: url('img/border-downloads.png') no-repeat left center; padding-left: 20px; box-sizing: border-box;}
.pliki_do_pobrania a {display: block; cursor: pointer;}
.pliki_do_pobrania .widget-title {color: #333;height: 60px;}
.pliki_do_pobrania img {float: left;}
.pliki_do_pobrania p {float: left;}
.pliki_do_pobrania p span {font-size: 11px; color: #555;}


.news a[href$=".pdf"] { 
  padding-left: 40px;
  background:url(img/pdf_icon.png) no-repeat left center;
  line-height: 60px;
  height: 60px;
  display: block;
  width: 100%;
}






















 





