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

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

body {
	font: 0.75em/1.3333 "Open sans", Sans-Serif;
	margin: 0px;F
	padding: 0px;
	color: rgb(0, 0, 0);
	-ms-overflow-y: scroll;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: rgb(255, 255, 255);
}
* {
    font-family: "Open sans",sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}
h2, h2.home-title {
    font-size: 50px;
    line-height: 1.33em; 
    font-family: Abel, Arial;  
    font-weight: normal; 
}


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

p{
	margin: 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: 0;
	line-height: 0;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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-size: 16px;
	line-height: 1.5;
}

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

p {
	margin-bottom: 0.8em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #fff;
	border-radius: 0;
	background: #2b96cc;
	box-shadow: 0 0 0 0 #2b96cc;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: inherit;
	padding: 10px 20px;
	text-shadow: none;
	margin-left: 6px;
	margin-top: 6px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #0173ac;
	box-shadow: 0 0 0 5px #0173ac;
}

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 {
	box-shadow: 0 0 0 5px #0173ac;
	background: #0173ac;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.site-header {
	height: 100px;
}
/*
masthead (131px)
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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%;
}
/*--------------------------------------------------------------
# W tej sekcji menu
--------------------------------------------------------------*/

#sidebar nav {
	font-family: "Open sans", sans-serif;
    margin-left: 0px;
	list-style: none;
}
#sidebar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar nav ul a {
    text-decoration: none;
    color: #424242
}
#sidebar nav > ul > li > a {
	background-position: left;
	font-size: 15px;
	display: block;
	max-width: 310px;
	padding: 7px 8px 7px 15px;
	-webkit-border-radius: 0 1000px 1000px 0;
	border-radius: 0 1000px 1000px 0;
	position: relative;
	font-weight: lighter;
	border-left: 1px #785978 solid;
	background-image: url('assets/img/icons/arrow-right-fiolet.jpg');
	background-repeat: no-repeat;
}
#sidebar nav > ul > li > a:after {
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    content: "";
    right: 20px;
    top: 20%;
    margin-top: -3px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}
#sidebar nav > ul > li > a:hover {
    border-color: #785978;
    font-weight: 300;
    background: #f3f3f3
}
#sidebar nav > ul > li > a.active {
    border-color: #785978;
    font-weight: 600;
    background: #f3f3f3;
    border-left: 6px #785978 solid;
}
#sidebar nav > ul > li > a:hover:after {
    opacity: 1
}
#sidebar nav > ul > li > a.active:after {
    opacity: 1
}
#sidebar nav > ul > li.open > ul {
    display: block
}
#sidebar nav > ul > li > ul {
    margin: 10px 0;
    display: none
}
#sidebar nav > ul > li > ul > li > a, #sidebar nav li.open > ul > li > a {
	background-position: left;
	font-size: 14px;
	line-height: 14px;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	padding: 5px 0 5px 15px;
	border-left: 6px solid transparent;
	display: block;
	max-width: 290px;
	position: relative;
	background-image: url('assets/img/icons/arrow-right-fiolet.jpg');
	background-repeat: no-repeat;
}
#sidebar nav > ul > li > ul > li > a:after {
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    content: "";
    right: 20px;
    top: 10%;
    margin-top: -3px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}
#sidebar nav > ul > li > ul > li > a:hover {
    border-color: #785978;
    font-weight: 300;
    background: #f3f3f3
}
#sidebar nav > ul > li > ul > li > a.active {
    border-color: #785978;
    font-weight: 300;
    background: #f3f3f3
}
#sidebar nav > ul > li > ul > li > a:hover:after {
    opacity: 1
}
#sidebar nav > ul > li > ul > li > a.active:after {
    opacity: 1
}
#sidebar nav > ul > li > ul > li > ul > li > a {
    padding-left: 80px;
    margin-bottom: 6px;
    display: block;
}
#sidebar nav > ul > li > ul > li > ul {
    margin-bottom: 4px;
}
#sidebar h1 {
    margin: 66px 0 27px;
    font-weight: 300;
    font-size: 30px
}

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

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

/*--------------------------------------------------------------
# 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, 
.ed-container:before,
.ed-container:after {
	content: "";
	display: table;
}

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

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

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget.widget_recent_entries ul li {
    padding: 5px 0;
}
.widget.widget_recent_entries ul li a {
	padding: 0;
}
.widget .post-date {
    font-size: 13px;
    font-style: italic;
}
.tagcloud a {
    font-size: 16px !important;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #eee;
    margin-bottom: 5px;
}
.tagcloud a:hover {
	border-color: #5bdafe;
}

/*--------------------------------------------------------------
# Content /menu margin -30 !!!
--------------------------------------------------------------*/

.page-id-1216 .content-area {
	margin-top: 0px!important;
	padding: 0!important;
}

#page .content-area {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 5px 10px 5px 20px;
}
.page-header {
    float: left;
    background-size: cover !important;
    background-position: center;
    color: #FFF;
    width: 100%;
    padding: 5px 10px 30px 83px;
    position: relative;
    overflow: hidden;
}

/*--------------------------------------------------------------
## 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: 10px 0 0 0;
}

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item a::before {
    color: #fff;
    content: "\f00e";
    font-family: fontawesome;
    font-size: 2em;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    visibility: hidden;
    z-index: 1;
}
.gallery-item a:hover::before {
    opacity: 1;
    filter: alpha(opacity= 100);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    visibility: visible;
}

.gallery-item a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.gallery-item a:hover::after {
    opacity: 1;
    visibility: visible;
}

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

/*---------------------------------------------------
GLOBAL CSS
----------------------------------------------------*/
.ed-container {
	margin: 0 auto;
	width: 1170px;
}
.btn-wrapper {
	margin-top: 20px;
}
a.btn {
	background-color: rgb(0, 174, 239);
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	border: 1px solid transparent;
	box-shadow: 0 0 0 0 #2b96cc;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
a.btn:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 0 5px #2b96cc;
}
h1.page-title {
	margin-top: 10;
	font-family: "Open sans", sans-serif;
	font-weight: lighter;
	line-height: 30px;
	color: #333;
	margin-bottom: 0px;
	position: relative;
	margin: -5px -1px 0 -65px;
	font-size: xx-large;
}
.sidebar .widget-title {
	margin-top: 0;
	font-family: "Open sans", sans-serif;
	font-weight: lighter;
	line-height: 20px;
	color: #333;
	margin-bottom: 0px;
	position: relative;
	margin: -5px -1px 0 -45px;
	font-size: xx-large;
}
h1.page-title:after, .sidebar .widget-title:after {
	content: "";
	border-bottom: 0px solid #70c0e8;
	border-left: 15px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0; 
}
h1.katalog {
	font-family: "Open sans", sans-serif;
	padding: 10px 0 15px 0;
	line-height: 50px;
	color: #fefefe;
	position: relative;
	margin: 0 -1px 10px 0;
	font-size: 55px!important;
	font-weight: lighter;
}

.edit-link, .reply {
	display: block;
	margin: 10px;
}
.edit-link a, .reply a, .entry-footer .edit-link a, .entry-footer .reply a {
	background: #2b96cc;
	color: #fff;
	padding: 5px 15px;
	border: 1px solid transparent;
	box-shadow: 0 0 0 0 #2b96cc;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.edit-link a:hover, .reply a:hover, .entry-footer .edit-link a:hover, .entry-footer .reply a:hover, .entry-footer span a.post-edit-link:hover {
	border-color: #fff;
	box-shadow: 0 0 0 5px #2b96cc;
}
.entry-title {
	margin: 0;
	font-size: 20px;
}
.entry-title a:hover {
	color: #2b96cc;
}
.entry-summary {
	margin-top: 5px;
}
.entry-footer span {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}
.entry-footer span:after {
	content: "|";
	position: absolute;
	bottom: 0;
	right: 0;
}
.entry-footer span:last-child:after {
	content: "";
}
.entry-footer span a {
	color: #646464;
}
.entry-footer .cat-links a:hover, .entry-footer .comments-link a:hover {
	color: #2b96cc;
}
.nav-links {
	margin: 20px 0;
}
.nav-links a {
	display: inline-block;
	background: #2b96cc;
	color: #fff;
	font-size: 20px;
	position: relative;
}
.nav-links .nav-previous a {
	float: left;
	padding: 10px 25px 10px 35px;
}
.nav-links .nav-next a {
	padding: 10px 35px 10px 25px;
}
.nav-links a:hover {
	background: #0074af;
}
.nav-links .nav-previous a:before, .nav-links .nav-previous a:after {
	content: "\f104";
	font-family: fontawesome;
	position: absolute;
	top: 20%;
	left: 15px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.nav-links .nav-previous a:hover:after {
	left: 5px;
	opacity: 0;
}
.nav-links .nav-next a:before, .nav-links .nav-next a:after {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	top: 20%;
	right: 15px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.nav-links .nav-next a:hover:after {
	right: 5px;
	opacity: 0;
}
.entry-meta {
	font-size: 13px;
	font-style: italic;
}
.entry-meta a:hover {
	color: #2b96cc;
}
.widget_search .search-field {
    width: 98%;
}
#es-top::after {
    content: "\f0aa";
    font-family: fontawesome;
    font-size: 2.5em;
    color: #87e8ff;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
#es-top:hover:after {
	color: #0074ac;
}
#es-top {
    bottom: 0;
    position: fixed;
    cursor: pointer;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

/*-----------------------------------------------------
COMMENT SECTION
------------------------------------------------------*/
.comment-respond {
	background: #eee;
	padding: 20px;
	margin-bottom: 50px;
}
.comment-reply-title, .comments-title {
	font-family: 'Open Sans', sans-serif; font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
}
h2.comments-title {
	margin-bottom: 20px;
}
.logged-in-as a {
	color: #777;
	font-style: italic;
}
.logged-in-as a:hover {
	color: #2b96cc;
}
ol.comment-list, ol.children {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ol.children {
	margin-top: 30px;
	margin-left: 10px;
}
ol.comment-list li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
ol.comment-list li:last-child {
	border-bottom: none;
}
b.fn {
	vertical-align: top;
	margin-left: 5px;
}
b.fn a.url {
	vertical-align: top;
}
span.says {
	vertical-align: top;
}
.comment-meta:before, .comment-meta:after {
	content: "";
	display: table;
	clear: both;
}
.comment-author {
	display: inline-block;
	padding-right: 20px;
	width: 45%;
}
.comment-metadata {
	display: inline-block;
	text-align: right;
	width: 54%;
	vertical-align: top;
}
.comment-metadata a {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.comment-metadata a:hover {
	color: #2b96cc;
}
.comment-metadata span.edit-link {
	display: inline-block;
}
.comment-metadata span.edit-link a:hover {
	color: #fff;
}
.comment-content p {
	margin-bottom: 10px;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding-right: 20px;
}
.both-sidebar p.comment-form-author, .both-sidebar p.comment-form-email, .both-sidebar p.comment-form-url {
	padding-right: 0;
	width: 100%;
}
p.comment-form-url {
	padding-right: 0;
}
p.comment-form-comment {
	padding-right: 3%;
}
p.comment-form-comment textarea {
	background: #fff;
}
.comment-respond form.comment-form input[type="text"], .comment-respond form.comment-form input[type="email"],
.comment-respond form.comment-form input[type="url"] {
	width: 100%;
}
.comment-respond form.comment-form label {
	display: block;
}
.comment-respond form.comment-form label span.required {
	color: red;
	font-size: 18px;
}
p.comment-awaiting-moderation {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
	color: #2b96cc;
}

/*----------------------------------------------------
TOP HEADER SECTION
----------------------------------------------------*/
.top-header {
	background: #e61f2a;
	font-size: 75%;
	border-bottom: 1px solid #FF0000;
}
.ed-container-home {
    margin: 0 auto;
    width: 1170px;
}
.top-header .header-callto .callto-left, .top-header .header-callto .callto-right{
	display: inline-block;
	color: #fff;
}
.top-header .callto-left {
    padding: 10px;
}
.top-header .callto-left a {
	display: inline-block;
    padding-right: 5px;
    position: relative;
}
.top-header .callto-left a:first-child {
	padding-left: 0;
}
.top-header .callto-left a:hover {
	color: #6accfd;
}
.top-header .header-callto .callto-right{
	float: right;
}
.callto-right .cta a {
	color: #fff;
    display: inline-block;
    padding: 10px 5px;
}
.callto-right .cta a:hover {
	background: #1e7aa8;
}
.callto-right .header-social.social-links .social-icons a {
	background: #2b96cc none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.callto-right .header-social.social-links .social-icons a:hover {
	background: #1e7aa8;
}
.cta, .header-social, .header-search{
	display: inline-block;
	vertical-align: middle;
}
.header-search{
	position: relative;
}

.header-search > .fa {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 21px;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.header-search > .fa:hover {
	background: #1e7aa8;
	border-color: #2b96cc;
	color: #2b96cc;
}
.header-search .search-form {
	background: #fff;
	z-index: 1;
	display: none;
	position: absolute;
	width: 400px;
	padding: 15px;
	right: 0;
	border: 1px solid #ccc;
	top: 103%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
}
.header-search .search-form label {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}
.header-search input.search-field {
	box-sizing: border-box;
    height: 40px;
    vertical-align: middle;
    width: 100%;
}
.header-search .search-submit {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    color: #2b96cc;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    vertical-align: middle;
    width: 20%;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.header-search .search-submit:hover {
	background: #2b96cc none repeat scroll 0 0;
    border-color: #2b96cc;
    box-shadow: none;
    color: #fff;
}

/*-----------------------------------------------
BOTTOM HEADER SECTION
------------------------------------------------*/
header#masthead {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.site-branding .site-logo {
	margin-right: 15px;
}
.site-branding h1.site-title {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	line-height: 28px;
}
.site-branding, nav.main-navigation{
	display: inline-block;
	vertical-align: middle;
}
.site-branding {
	width: 30%;
	padding-top: 15px;
	padding-bottom: 10px;
}
.site-branding .site-logo, .site-branding  .site-text{
	display: inline-block;
	vertical-align: middle;
}
h1.site-title, .site-description {
	margin: 0;
}
.site-branding p.site-description {
	font-size: 13px;
}

/*----------------------------------------------
MAIN NAVIGATION
-----------------------------------------------*/
nav#site-navigation {
	width: 69%;
	text-align: right;
}
button.menu-toggle {
	display: none;
}

.main-navigation ul, .main-navigation .nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation .nav-menu li {
	display: inline-block;
	font-size: 16px;
	position: relative;
}
.main-navigation .nav-menu li a {
	display: inline-block;
	padding: 31px 15px;
	vertical-align: middle;
	/*line-height: 24px;*/
}
.main-navigation .nav-menu li:last-child a {
	padding-right: 0;
}
.main-navigation .nav-menu li:hover a, 
.main-navigation .nav-menu li.current-menu-item a, 
.main-navigation .nav-menu li.current_page_item a {
	color: #2b96cc;
}
.main-navigation .nav-menu li.current-menu-item a, 
.main-navigation .nav-menu li.current_page_item a {
	font-family: 'Open Sans', sans-serif; 
	line-height: 20px;
}
.main-navigation .nav-menu > li.menu-item-has-children:after {
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
	right: 3px;
	top: 33px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	font-size: 12px;
}
.menu-item-2236 .menu-image-title-after {
	content: "\f0d7";
	font-family: fontawesome;
	margin-right: 15px;
}
.main-navigation .nav-menu > li.menu-item-has-children:hover:after,
.main-navigation .nav-menu > li.current-menu-item.menu-item-has-children:after, 
.main-navigation .nav-menu > li.current_page_item.menu-item-has-children:after {
	color: #2b96cc;
}
.main-navigation .nav-menu > li.menu-item-has-children:before {
	content: "";
	border-bottom: 8px solid #2b96cc;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 20%;
	opacity: 0;
	visibility: visible;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.main-navigation .nav-menu > li.menu-item-has-children:hover:before {
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.main-navigation .nav-menu li .sub-menu, .main-navigation .nav-menu li .children {
	position: absolute;
	z-index: 9999;
	width: 200px;
	text-align: left;
	background: #2b96cc;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.main-navigation .nav-menu li:last-child .sub-menu, .main-navigation .nav-menu:last-child li .children {
	left: inherit;
	right: 0;
}
.main-navigation .nav-menu li:hover > .sub-menu, .main-navigation .nav-menu li:hover > .children {
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.main-navigation .nav-menu li .sub-menu li, .main-navigation .nav-menu li .children li {
	display: block;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.main-navigation .nav-menu li .sub-menu li.menu-item-has-children:after, 
.main-navigation .nav-menu li .children li.menu-item-has-children:after {
	content: "\f0da";
	font-family: fontawesome;
	position: absolute;
	right: 10px;
	top: 11px;
	color: #fff;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.main-navigation .nav-menu li .sub-menu li:hover, 
.main-navigation .nav-menu li .children li:hover {
	background: #1576a6;
}
.main-navigation .nav-menu li.current-menu-item .sub-menu li a, 
.main-navigation .nav-menu li.current_page_item .sub-menu li a,
.main-navigation .nav-menu li.current-menu-item .children li a, 
.main-navigation .nav-menu li.current_page_item .children li a {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
}
.main-navigation .nav-menu .sub-menu li.current-menu-item a, 
.main-navigation .nav-menu .sub-menu li.current_page_item a,
.main-navigation .nav-menu .children li.current-menu-item a, 
.main-navigation .nav-menu .children li.current_page_item a{
	background: #1576a6;
}
.main-navigation .nav-menu li .sub-menu li a, 
.main-navigation .nav-menu li .children li a {
	padding: 10px;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #1576a6;
}
.main-navigation .nav-menu li .sub-menu li.menu-item-has-children a, 
.main-navigation .nav-menu li .children li.menu-item-has-children a {
    padding-right: 25px;
}
.main-navigation .nav-menu li .sub-menu li:last-child > a, 
.main-navigation .nav-menu li .children li:last-child > a {
	padding-bottom: 10px;
	border-bottom: none;
}
.main-navigation .nav-menu li:hover .sub-menu li a, 
.main-navigation .nav-menu li:hover .children li a {
	color: #fff;
}
.main-navigation .nav-menu li .sub-menu li .sub-menu, 
.main-navigation .nav-menu li .children li .children {
	left: 100%;
	top: 0;
}

/*----------------------------------------------
HOME SLIDER SECTION
-----------------------------------------------*/
#home-slider {
	position: relative;
	height: 380px;
}
.caption-wrapper {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	width: 380px;
}
.caption-wrapper .em-container {
	margin: 0 auto;
	width: 1170px;
	height: 60% !important;
}
.slider-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 30px;
    width: 70%;
}
.bx-wrapper img {
	margin: 0 auto;
	display: inherit;
}
.slider-title {
	color: #fff;
    	display: inline-block;
    	font-family: "Open Sans",sans-serif;
    	font-size: 45px;
    	font-weight: lighter;
    	line-height: 40px;
    	margin-bottom: 15px;
}
.slider-content {
	background: #e61f2a;
	/*background: #7BBDD7;*/
	color: #fff;
	padding: 20px;
	margin-top: 10px;
}
.slider-caption h2 {
	color: #fff;
   	font-size: 16px;
    	font-weight: 400;
    	line-height: 30px;
    	margin: 0;
}
.caption-wrapper p {
	margin-bottom: 0;
	margin-top: 10px;
}
a.slider-btn {
	background: #2b96cc none repeat scroll 0 0;
    	border: 1px solid transparent;
    	box-shadow: 0 0 0 0 #107eb5;
    	color: #fff;
    	display: inline-block;
    	font-size: 14px;
    	font-weight: 400;
    	margin: 6px 0 0 6px;
    	padding: 10px 20px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
a.slider-btn:hover {
	background: #107eb5;
	border-color: #fff;
	box-shadow: 0 0 0 5px #107eb5;
}
.home-slider-pointer {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
a.home-slider-pointer.cta-btn {
    	width: 240px;
    	background: #cc444d;
    	line-height: 50px;
    	bottom: 0;
    	border-top-left-radius: 5px;
    	border-top-right-radius: 5px;
    	color: #fff;
    	font-weight: 600;
}
a.home-slider-pointer.cta-btn:hover {
	background: #b2363f;
}
.home-slider-pointer .fa {
	font-size: 3em;
	color: #2b95cc;
	line-height: 20px;
	animation-name: scrolldown;
	-webkit-animation-name: scrolldown;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: Infinite;
	-webkit-animation-iteration-count: Infinite;
}
.home-slider-pointer .fa:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@-webkit-keyframes scrolldown {
	25%{
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	50%{
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
	}
	75%{
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@keyframes scrolldown {
	25%{
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	50%{
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
	}
	75%{
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

/*-------------------------- SLIDER CONTROL ----------------------*/	
.bx-wrapper {
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 0px;
}
.bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 100px;
	text-indent: 60px;
	overflow: hidden;
}
.bx-wrapper .bx-prev:before {
	content: "\f104";
	font-family: fontawesome;
	font-size: 2em;
	color: #fff;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: -45px;
	line-height: 100px;
}
.bx-wrapper .bx-prev {
	background: rgba(0, 0, 0, 0.5);
	left: -100%;
}
.bx-wrapper:hover .bx-prev {
	left: 0;
}
.bx-wrapper .bx-next:after {
	content: "\f105";
	font-family: fontawesome;
	font-size: 2em;
	color: #fff;
	margin-right: 10px;
	position: absolute;
	top: 0;
	right: 7px;
	line-height: 100px;
}
.bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0.5);
	right: -100%;	
}
.bx-wrapper:hover .bx-next {
	right: 0;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	background: rgba(0, 0, 0, 0.75);
}
.bx-wrapper .bx-pager {
	bottom: 10px;
	width: auto;
	right: 170px;
	z-index: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2b95cc;
}

/*------------------------------------------
SLIDER BELOW SECTION EXTRA
-------------------------------------------*/
#featured-content .ed-container-home {
	width: 100%;
}
.featured-block {
	float: left;
	width: 20%;
	background: #46bddf;
	vertical-align: top;
	text-align: center;
	color: #fff;
	padding: 15px;
	min-height: 195px;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.featured-block.featured-post-2, .featured-block.featured-post-4 {
	background: #4ea1c9; 
}
.featured-block.featured-post-3 {
	color: #626364;
}
.featured-block.featured-post-1 {
	background: #7BBDD7 url('assets/img/icons/icoPakiet.gif') no-repeat bottom;
	padding-bottom: 5px;
}
.featured-block.featured-post-2 {
	background: #4ea1c9  url('assets/img/icons/icoABC.gif') no-repeat bottom;
	padding-bottom: 5px;
}
.featured-block.featured-post-3 {
	background: #ffffff url('assets/img/icons/icoTelefon.png') no-repeat bottom;
	padding-bottom: 5px;
}
.featured-block.featured-post-4 {
	background: #4ea1c9  url('assets/img/icons/icoNauka.gif') no-repeat bottom;
	padding-bottom: 5px;
}
.featured-block.featured-post-5 {
	background: #7BBDD7  url('assets/img/icons/icoInstytut.gif') no-repeat bottom;
	padding-bottom: 5px;
}


.featured-block:hover {
	border-top: 25px #FF0000 solid;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.featured-text{
	overflow: hidden;
}
.featured-block a{
	color: #fff;
}
.featured-block.featured-post-3 a {
	color: #626364;
	font-family: 'Open Sans', sans-serif; font-weight: 600;
}
.featured-block a figure.featured-image:after {
	content: "";
	background: radial-gradient(rgba(0, 0, 0, 0.35), transparent 50%);
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), transparent 50%);
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.35), transparent 50%);
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.35), transparent 50%);
	background: -o-radial-gradient(rgba(0, 0, 0, 0.35), transparent 50%);
	position: absolute;
	width: 80px;
	height: 20px;
	bottom: 0px;
	left: 0;
	right: 0;
	border-radius: 100%;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.featured-block:hover a figure.featured-image:after {
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.featured figure.featured-image {
	margin: 0px 0 5px 0;
	position: relative;
}
.featured-image img {
	position: relative;
	z-index: 1;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.featured-block a:hover img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.featured .featured-single-title {
	font-size: 18px;
	line-height: 20px; 
	font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}
.featured-block .featured-content{
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
}
.featured .featured-block p {
	margin-bottom: 10px;
}
.featured .featured-block table tr {
	height: 30px;
}
.featured-content table td:nth-of-type(odd) {
	text-align: left;
}
.featured-content table td:nth-of-type(even) {
	text-align: right;
}

/*---------------------------------------------
APPOINTMENT SECTION
----------------------------------------------*/
.appointment {
	margin-top: 50px;
	/*padding-left: 20px;
	padding-right: 20px;*/
}
.title {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	font-size: 30px;
	margin: 0;
	text-align: center;
	color: #646463;
	margin-bottom: 25px;
}
.home-description {
	color: #646463;
	line-height: 30px;
	/*font-weight: normal;*/
}
.appointment-desc.home-description {
	text-align: center;
	margin-bottom: 40px;
}
.custom-appointment-form {
	margin: 0 auto 0;
    width: 1170px;
    padding-top: 110px;
}
.appointment .ufbl-form-wrapper.ufbl-default-template {
	box-shadow: none;
	padding: 0;
	margin-top: 0;
	width: 55% !important;
}
.appointment .ufbl-form-wrapper form input, .appointment .ufbl-form-wrapper form textarea {
	border-radius: 0;
	border-color: #dadada;
	color: #333;
	background: #fff;
	padding: 10px 20px;
}
.appointment .ufbl-form-wrapper form input[type='date'] {
	width: 100%;
	border: 1px solid #dadada;
	padding: 10px 20px;
	/*height: 32px;*/
}
.ufbl-default-template .ufbl-form-field-wrap {
	width: 48%;
	padding-right: 3%;
	display: inline-block;
	padding-bottom: 0;
	vertical-align: top;
}
.ufbl-default-template .ufbl-form-field-wrap:nth-of-type(even) {
	padding-right: 0;
}
.ufbl-default-template .ufbl-form-field-wrap.fullwidth {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	display: block;
}
.ufbl-default-template .ufbl-form-field-wrap.fullwidth .ufbl-form-field {
	text-align: center;
}
.appointment .ufbl-form-wrapper form input.ufbl-form-submit {
	background: #51b8f2 none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 #2b96cc;
    color: #fff;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    /*min-height: 40px;
    min-width: 225px;*/
    text-shadow: none;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.appointment .ufbl-form-wrapper form input.ufbl-form-submit:hover {
	border-color: #fff;
	box-shadow: 0 0 0 5px #2b96cc;
	background: #2b96cc;
}

/*--------------------------------------------------------
ABOUT SECTION
---------------------------------------------------------*/
.about figure.about-img {
	margin: 0;
	float: left;
	width: 45%;
	overflow: hidden;
	line-height: 0;
	height: 400px;
}
.about h2.title.home-title {
	font-size: 42px;
	line-height: 20px;
	font-weight: lighter;
	font: 250% Georgia;
	font-style: italic;
	color: #fff;
	text-align: left;
}
.about .about-content {
	float: right;
	width: 55%;
	overflow: hidden;
	padding: 42px 90px 42px 50px;
	height: 400px;
	padding: 8px 10px 4px; 
	color: rgb(255, 255, 255); 
	text-transform: none;
	font: Georgia, Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 14px; 
	font-weight: lighter; 
	background-color: rgb(0, 174, 239);
}

.about .about-excerpt.home-description {
	color: #fff;
	/*font-size: 18px;*/
}
.about .btn {
	background: #fff;
	color: #2b96cc;
	padding: 10px 20px;
	margin-left: 6px;
	border: 1px solid transparent;
	box-shadow: 0 0 0 0px #fff;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.about .btn:hover {
	border-color: #2b96cc;
	box-shadow: 0 0 0 5px #fff;
}

/*------------------------------------------------------
TEAM SECTION
-------------------------------------------------------*/
section.our-team-member {
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;

}
section.our-team-member .title {
	text-align: left;
}
.team-text-wrap {
	float: left;
	width: 50%;
	padding-right: 3%;
}
.our-team-member p {
	margin-bottom: 0;
}
.team-slider-wrap {
	float: right;
	width: 50%;
}
.team-slider-wrap .bx-wrapper {
	overflow: visible;
}
.team-slider figure.team-image {
	border: 1px solid #ddd;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.team-slider .team-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2b96cc;
	width: 100%;
	padding: 10px;
	color: #fff;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.team-slider figure.team-image:hover .team-hover {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.team-hover-title {
	font-size: 18px;
	line-height: 20px;
}
.team-hover-text {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
}
.our-team-member .bx-wrapper .bx-controls-direction a {
	height: 40px;
	width: 40px;
	top: inherit;
	bottom: 0;
	left: -20%;
}
.team-slider-wrap .bx-wrapper a.bx-prev {
	background: none;
}
.team-slider-wrap .bx-wrapper a.bx-next {
	left: -12%;
	right: inherit;
	background: none;
}
.team-slider-wrap .bx-wrapper .bx-next:after, .team-slider-wrap .bx-wrapper .bx-prev:before {
	line-height: 40px;
	color: #2b96cc;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.team-slider-wrap .bx-wrapper .bx-prev:before {
	left: -46px;
}
.team-slider-wrap .bx-wrapper .bx-next:after {
	right: 3px;
}
.team-slider-wrap .bx-wrapper .bx-prev:hover, .team-slider-wrap .bx-wrapper .bx-next:hover {
	background: #2b96cc;
}
.team-slider-wrap .bx-wrapper .bx-next:hover:after, .team-slider-wrap .bx-wrapper .bx-prev:hover:before {
	color: #fff;
}

/*----------------------------------------------
CALL TO ACTION SECTION
-----------------------------------------------*/
.call-to-action {
	margin-top: 50px;
	/*padding-right: 20px;*/
	padding-top: 30px;
	background-color: #46bddf;
}
.call-to-action figure {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	line-height: 0;
}
.call-to-action .cta-content-wrap {
	display: inline-block;
	width: 64%;
	vertical-align: middle;
	padding: 0 0 40px 50px;
}
.call-to-action h2.title.home-title {
	color: #fff;
	text-align: left;
}
.call-to-action-desc.home-description {
	color: #fff;
}
.call-to-action .cta-link {
	margin-top: 25px;
	margin-left: 6px;
}
.call-to-action .cta-link a {
	background: #fff;
	color: #2b96cc;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid transparent;
	box-shadow: 0 0 0 0px #fff;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.call-to-action .cta-link a:hover{
	border: 1px solid #46bddf;
	box-shadow: 0 0 0 5px #fff;
}

/*---------------------------------------------------
LATEST NEWS SECTION
----------------------------------------------------*/
section.latest-news {
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.latest-news .home-description {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.latest-news .btn-wrapper {
	margin-bottom: 30px;
	text-align: center;
}
.latest-news .btn-wrapper a:hover {
	color: #fff;
}
.news-block {
	display: inline-block;
	width: 33%;
	height: 70%;
	vertical-align: top;
	padding: 0 15px;
}
.news-block figure.news-image {
	margin: 0 0 20px 0;
	position: relative;
}
.news-block figure.news-image img {
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.news-block figure.news-image:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}
.latest-news .news-date {
	background: #51b8f2 none repeat scroll 0 0;
    color: #fff;
    left: 0;
    line-height: 1;
    min-height: 58px;
    min-width: 58px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.latest-news .news-date span {
	display: block;
	font-size: 2.2em;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
}
.latest-news figure.news-image:hover .news-date {
	background: #1d92d4;
}
.latest-news .news-single-title {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	margin-bottom: 5px;
}
.latest-news .news-single-title a {
	color: #646463;
}
.latest-news .news-single-title a:after {
	display: none;
}
.latest-news .news-single-title a:hover {
	color: #2b96cc;
}
.latest-news .news-text {
	line-height: 25px;
	color: #646363;
	margin-bottom: 10px;
}
.latest-news a {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	position: relative;
}
.latest-news a.btn {
	font-weight: 400;
}
.latest-news a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #2b96cc;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.latest-news a:hover {
	color: #2b96cc;
}
.latest-news a:hover:after {
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
	bottom: -2px;
}

/*-------------------------------------------------
SPONSoRS SECTION
--------------------------------------------------*/
section.our-sponsers {
	margin-top: 50px;
}
.sponsers-block {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}
.our-sponsers .bx-wrapper .bx-controls-direction a {
	top: 30%;
}
.our-sponsers figure.sponsers-image {
	/*margin: 20px 20px 0 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);*/
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.our-sponsers figure.sponsers-image:hover {
	/*filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);*/
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/*--------------------------------------------------
CALL TO ACTION SMALL SECTION
---------------------------------------------------*/
section.call-to-action-small {
	margin-top: 50px;
	position: relative;
	/*padding-left: 20px;
	padding-right: 20px;*/
}
.call-to-action-small figure:before {
	background: #46bddf none repeat scroll 0 0;
	content: "";
	height: 70%;
	left: 0;
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: -1;
}
.call-to-action-small figure {
	margin: 0;
	display: inline-block;
	width: 15%;
	vertical-align: middle;
	line-height: 0;
}
.content-wrap {
	display: inline-block;
	width: 84%;
	vertical-align: middle;
	margin-top: 40px;
}
.call-to-action-small h2.title.cta-small-title.home-title {
	display: inline-block;
	width: 79%;
	vertical-align: middle;
	margin-bottom: 0;
	color: #fff;
	line-height: 1.5;
	font-size: 35px;
	font-weight: 700;
}
.call-to-action-small .cta-link-small {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	text-align: center;
}
.call-to-action-small .cta-link-small a {
	background: #fff;
	color: #46bddf;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	border: 1px solid transparent;
	box-shadow: 0 0 0 0 #fff;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.call-to-action-small .cta-link-small a:hover {
	border: 1px solid #46bddf;
	box-shadow: 0 0 0 5px #fff;
}

/*-----------------------------------------------
GOOGLE MAP SECTION
------------------------------------------------*/
#google-map {
	position: relative;
	line-height: 0;
}
#google-map iframe {
	width: 100%;
	height: 350px;
	border: none;
	pointer-events: none;	
}
.google-section-wrap.em-container {
	position: absolute;
	top: 40px;
	right: 80px;
	background: rgba(255, 255, 255, 0.8);
	width: 30%;
	padding: 50px 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#google-map .em-contact-address h3 {
	font-family: "Open Sans",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}
#google-map .em-contact-address p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0;
}

/*--------------------------------------------------
FOOTER SECTION
---------------------------------------------------*/
/*.top-footer, .main-footer {
	padding-left: 20px;
	padding-right: 20px;
}*/
.footer-wrap {
    background: rgb(0, 204, 269) none repeat scroll 0 0;
}
.top-footer {
	padding: 50px 0;
}
.top-footer .widget{
	display: inline-block;
	vertical-align: top;
	width: 19.6%;
	margin-bottom: 0;
	color: #fff;
	padding: 0 15px;
}
.widget_recent_comments a {
	color: #fff;
}
.widget_recent_comments a:visited {
	color: #666;
}
.top-footer h2.widget-title {
	color: #fff!important;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Open sans", sans-serif; 
	font-weight: 600;
	line-height: initial;
}
.top-footer p {
	margin-bottom: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px white solid;
}
.widget ul li a {
	font-size: 12px;
	color: #fff!important;
	display: inline-block;
	width: 100%;
	margin: 0 20px 0 0;
	padding: 5px 0 0 5px;
	line-height: 20px;
}
.widget ul li a:hover {
	color: #2b96cc;
}
.main-footer{
	text-align: center;
	background-color: rgb(100, 100, 100);
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-info {
	color: #fff;
	font-size: 14px;
}
.site-info a, .site-info .sep {
	color: #fff;
}
.site-info a:hover {
	color: #b3eeff;
}
.footer-social.social-links {
	margin-top: 10px;
}
.footer-social a {
	background-color: #fff;
    color: #4ea1c9;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: relative;
    width: 40px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.footer-social a:after {
	content: "";
	border-top: 2px solid #005f7a;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.footer-social a:hover {
	background: #b3eeff;
	color: #005f7a;
}
.footer-social a:hover:after {
	width: 100%;
}

/*---------------------------------------------
BOXED LAYOUT
----------------------------------------------*/
.boxed-layout {
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.boxed-layout div#page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.boxed-layout .main-navigation .nav-menu li a {
	padding-left: 10px;
	padding-right: 10px;
}
.boxed-layout .main-navigation .nav-menu > li.menu-item-has-children:after {
	right: 0;
}

/*.boxed-layout .about .about-content {
	padding-top: 12px;
	padding-bottom: 12px;
}*/
.boxed-layout .about .about-excerpt.home-description {
	line-height: 20px;
}
.boxed-layout .team-text-wrap, .boxed-layout .team-slider-wrap {
	width: 47%;
}
h2.widget-map-title {
    line-height: 25px;
}

/*------------------------------------------------
LOGO CENTER
-------------------------------------------------*/
.center-align .site-branding {
	width: 100%;
	text-align: center;
	margin: 0 auto; 
	padding-bottom: 0;
}
.center-align nav#site-navigation {
    text-align: center;
    width: 100%;
}
.center-align .main-navigation .nav-menu li a {
	padding-top: 10px;
	padding-bottom: 10px; 
}
.center-align .main-navigation .nav-menu > li.menu-item-has-children::after {
	top: 30%;
}

/*----------------------------------------------
SIDEBAR LAYOUT
-----------------------------------------------*/
#primary.right-sidebar {
	width: 75%;
	padding-right: 3%;
	float: left;
}
#secondary-right {
	width: 25%;
	float: right;
}
#primary.left-sidebar {
	float: right;
	width: 75%;
	padding-left: 3%;
}
#secondary-left {
	width: 25%;
	float: left;
}
#primary.both-sidebar {
	width: 50%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}

#primary, #secondary-left, #secondary-right {
	margin-top: 50px;
}
.no-margin #primary, .no-margin #secondary-left, .no-margin #secondary-right {
	margin-top: 0;
}

/*-----------------------------------------------
WIDGET LAYOUT
------------------------------------------------*/
.widget_recent_comments a {
	color: #70c0e8;
}
.widget_archive select {
	height: 30px;
	padding: 0 10px;
}
.widget.widget_categories ul li a {
	width: 90%;
	display: inline-block;
}

/*---------------------------------------------
ERROR 404 PAGE
----------------------------------------------*/
body.error404 {
	background: #fbf9fc;
}
.error-404-section {
	margin: 0 auto;
	padding: 0;
	background: url(css/images/error404.png) no-repeat center;
	width: 700px;
	height: 655px;
	position: relative;
} 
.error-404-contain-wrap {
	left: 27%;
    position: absolute;
    top: 32%;
    width: 50%;
}
h2.error-404-title {
	margin: 0;
	font-size: 90px;
	font-family: 'Open Sans', sans-serif; font-weight: 600;
	color: #2b96cc;
	line-height: 1;
	font-style: italic;
}
h2.error-404-title span {
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
}
.error-404 p {
	margin-bottom: 0;
	color: #777;
	font-size: 16px;
}
.error-404 form.search-form {
	bottom: 35%;
    left: 27%;
    position: absolute;
}
.error-404 input.search-field {
	height: 40px;
	border-color: #e1e1e1;
	padding: 0 10px;
}
.error-404 input.search-submit {
	height: 41px;
	vertical-align: top;
	font-size: 16px;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif; font-weight: 600;
	color: #fff;
	background: #2b96cc;
	box-shadow: none;
	border: none;
	margin: 0;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.error-404 input.search-submit:hover {
	background: #0773a9;
}

/*-------------------------------------
SEARCH PAGE
-------------------------------------*/
.search.search-results article {
	border-bottom: 3px double #ddd;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.search.search-results .category-news header.entry-header, 
.search.search-results .category-news .entry-content {
	float: none;
	width: 100%;
	padding-left: 0;
}
.search-results article .entry-summary ul {
    margin: 20px 0;
    padding-left: 20px;
}
section.no-results.not-found {
	margin-bottom: 50px;
}
.search-no-results input.search-field {
	height: 50px;
	padding: 0 15px;
	width: 80%;
	border: 7px solid #eee;
	font-size: 18px;
}
.search-no-results .both-sidebar input.search-field {
	width: 69%;
}
.search-no-results input.search-submit {
	height: 64px;
	vertical-align: top;
	border: 7px solid #2b96cc;
	background: #2b96cc;
	box-shadow: none;
	text-shadow: none;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	width: 13%;
	margin-top: 0;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.search-no-results input.search-submit:hover {
	background: #0773a9;
	border-color: #0773a9;
}
/*--------------------------------------------
SEARCH RESULT PAGE
---------------------------------------------*/
.search.search-results article {
	border-bottom: 3px double #ddd;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.search.search-results .category-news header.entry-header, .search.search-results .category-news .entry-content {
	float: none;
	width: 100%;
	padding-left: 0;
}

/*-------------------------------------------
ARCHIVE DOCTOR PAGE
--------------------------------------------*/
.category-doctors article {
	display: inline-block;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 40px;
	vertical-align: top;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.category-doctors article:nth-of-type(3n) {
    margin-right: 0;
}
.category-doctors article figure {
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	line-height: 0;
	position: relative;
	overflow: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.category-doctors article figure:before {
	content: "";
	border-bottom: 2px solid #2b96cc;
	position: absolute;
	bottom: 0;
	right: 50%; 
	width: 100px;
	height: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.category-doctors article figure a:before {
	content: "";
	border-right: 2px solid #2b96cc;
	position: absolute;
	right: 0;
	bottom: 50%;
	width: 100px;
	height: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.category-doctors article figure:after {
	content: "";
	border-top: 2px solid #2b96cc;
	position: absolute;
	top: 0; 
	left: 50%;
	width: 100px;
	height: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.category-doctors article figure a:after {
	content: "";
	border-left: 2px solid #2b96cc;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100px;
	height: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.category-doctors article:hover figure {
	border-color: transparent;
}
.category-doctors article:hover figure:before {
	right: 0;
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.category-doctors article:hover figure:after {
	left: 0;
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.category-doctors article:hover figure a:before {
	bottom: 0;
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.category-doctors article:hover figure a:after {
	top: 0;
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.category-doctors h1.entry-title {
	font-family: 'Open Sans', sans-serif; font-weight: 600;
}
.category-doctors .entry-content {
	margin-top: 4px;
}
.category-doctors .entry-content p {
	margin-bottom: 5px;
}
.category-doctors footer.entry-footer {
	font-size: 13px;
}

/*------------------------------------------
CATEGORY NEWS PAGE
-------------------------------------------*/
.category-news article::before, .category-news article::after {
    clear: both;
    content: "";
    display: table;
}
.category-news article {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.category-news figure {
	float: left;
	width: 30%;
		border: 5px solid #ddd;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.category-news article:hover figure {
	border-color: #88d7ff;
}
.category-news header.entry-header, .category-news .entry-content, .category-news .entry-footer {
	float: right;
	width: 70%;
	padding-left: 3%;
}
.single .category-news header.entry-header, .single .category-news .entry-content, .single .category-news .entry-footer {
	float: none;
	width: 100%;
	padding-left: 0;
}
.category-news .entry-content {
	margin-bottom: 10px;
}
.category-news #primary.both-sidebar header.entry-header, .category-news #primary.both-sidebar .entry-content, 
.category-news #primary.both-sidebar figure {
	float: none;
	width: 100%;
	padding-left: 0%;
	margin-bottom: 15px;
}
.category-news .entry-content {
	margin-top: 10px;
}

/*------------------------------------------
CATEGORY FEATURE PAGE
-------------------------------------------*/
.category-featured article {
	float: left;
	width: 48%;
	padding: 20px;
	margin-bottom: 30px;
	background: #eee;
	margin-right: 3%;
}
.category-featured article:nth-of-type(even) {
	margin-right: 0;
}
.category-featured figure a{
	background: #2b96cc;
	min-height: 200px;
	line-height: 15;
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	border: 1px solid transparent;
	box-shadow: 0 0 0 0 #2b96cc;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.category-featured figure a:hover {
	border-color: #fff;
	box-shadow: 0 0 0 5px #2b96cc;
}

/*------------------------------------
INNER CONTACT PAGE
-------------------------------------*/
.wpcf7-form p {
	display: inline-block;
	width: 33%;
	padding-right: 20px;
	vertical-align: top;
}
.both-sidebar .wpcf7-form p {
	width: 100%;
	padding-right: 0;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form p.form-textarea {
	width: 100%;
}

/*--------------------------------------
SINGLE PAGE
---------------------------------------*/
.single figure {
	margin-bottom: 30px;
	text-align: center;
}
.single article.category-featured figure {
	background: #2b96cc none repeat scroll 0 0;
    line-height: 200px;
    min-height: 200px;
}
.single .category-news .entry-content{
	float: none;
	width: 100%;
	padding-left: 0;
}
.single .category-news figure {
	float: none;
	width: 100%;
	/*border-bottom: none;*/
}
.menu-menu-1-container{
	display: none;
}

/*-----------------------------------------
RTL FEATURE DESIGN
------------------------------------------*/
.rtl nav#site-navigation {
    text-align: left;
}
.rtl .center-align nav#site-navigation {
	text-align: center;
}
.rtl .main-navigation .nav-menu > li:last-child > a {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .main-navigation .nav-menu li .sub-menu, 
.rtl .main-navigation .nav-menu li .children {
    left: inherit;
    right: 0;
    text-align: right;
}
.rtl .main-navigation .nav-menu li .sub-menu li .sub-menu, 
.rtl .main-navigation .nav-menu li .children li .children {
    left: inherit;
    right: 100%;
}
.rtl .main-navigation .nav-menu li:last-child > .sub-menu, 
.rtl .main-navigation .nav-menu li:last-child > .children {
    left: 0;
    right: inherit;
}
.rtl .main-navigation .nav-menu li:last-child .sub-menu li .sub-menu, 
.rtl .main-navigation .nav-menu li:last-child .children li .children {
    left: 100%;
    right: inherit;
}
.rtl .main-navigation .nav-menu li .sub-menu li.menu-item-has-children::after, 
.rtl .main-navigation .nav-menu li .children li.menu-item-has-children::after {
    left: 10px;
    right: inherit;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.rtl .main-navigation .nav-menu > li.menu-item-has-children::before {
	left: inherit;
	right: 20%;
}
.rtl .main-navigation .nav-menu > li.menu-item-has-children:last-child::before {
	right: inherit;
	left: 20%;
}
.rtl .bx-wrapper .bx-controls-direction a.bx-prev {
    text-indent: -70px;
}
.rtl .bx-wrapper .bx-controls-direction a.bx-next {
    text-indent: -35px;
}
.rtl .team-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
    text-indent: -40px;
}
.rtl .bx-wrapper .bx-next::after {
	right: 45px;
}
.rtl .appointment .custom-appointment-form {
    background-position: left bottom;
}
.rtl .about h2.title.home-title, 
.rtl section.our-team-member .title, 
.rtl .call-to-action h2.title.home-title {
	text-align: right;
}
.rtl .bx-wrapper .bx-viewport {
    direction: ltr;
}
.rtl .widget.widget_categories ul li, 
.rtl .widget.widget_archive ul li, 
.rtl .widget.widget_nav_menu ul li, 
.rtl .widget.widget_meta ul li, 
.rtl .widget.widget_pages ul li, 
.rtl .widget.widget_recent_comments ul li, 
.rtl .widget.widget_recent_entries ul li, 
.rtl .woocommerce.widget_product_categories ul li {
	padding-right: 15px;
	padding-left: 0;
}
.rtl .widget.widget_categories ul li::before, 
.rtl .widget.widget_archive ul li::before, 
.rtl .widget.widget_nav_menu ul li::before, 
.rtl .widget.widget_meta ul li::before, 
.rtl .widget.widget_pages ul li::before, 
.rtl .widget.widget_recent_comments ul li::before, 
.rtl .widget.widget_recent_entries ul li::before, 
.rtl .woocommerce.widget_product_categories ul li::before {
	left: inherit;
	right: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.rtl .client-detail {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .shortcode-testimonial-block .testimonial-content::after {
    left: inherit;
    right: 110px;
    transform: rotateY(180deg) skew(40deg);
    -webkit-transform: rotateY(180deg) skew(40deg);
}
.rtl .shortcode-cta-video .cta-wrap-right {
 	padding-left: 0;
    padding-right: 30px;
}
.rtl .ed_tab_wrap.horizontal .tab-title:last-child {
    margin-right: 5px;
}
.rtl ul.ed-list.ed-list1 li::before, 
.rtl ul.ed-list.ed-list2 li::before, 
.rtl ul.ed-list.ed-list3 li::before, 
.rtl ul.ed-list.ed-list4 li::before, 
.rtl ul.ed-list.ed-list5 li::before, 
.rtl ul.ed-list.ed-list6 li::before {
	left: inherit;
	right: 0;
}
.rtl ul.ed-list li {
	padding-left: 0;
	padding-right: 20px;
}
.rtl .woocommerce .woocommerce-ordering select {
	padding-right: 30px;
}
.rtl .widget_calendar thead tr th, 
.rtl .widget_calendar tbody tr td {
    text-align: center;
}
.rtl .featured-content table td:nth-of-type(2n+1) {
    text-align: inherit;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.btn-search {
    float: right;
    text-decoration: none;
    line-height: 34px;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    background-color: #785978;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 20px 0 45px;
    border-radius: 1500px;
}

.btn-search:hover {
    color: #ffffff;
}

.btn-search.open {
    background-image: url(assets/img/icons/open-search.png)
}

.btn-search.open .close-text {
    display: none
}

.btn-search.close {
    background-image: url(assets/img/icons/close.png)
}

.btn-search.close .open-text {
    display: none
}

.prom-box {
    float: right;
    text-decoration: none;
    line-height: 49px;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    background-color: #a481a4;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 20px;
    border-radius: 100px;
    margin-top: -10px
}

.top {
	width: 100%;
	display: inline-block;
}
.top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top ul li { display: inline; }
.top form {
	display: inline-block;
}

.home-box {
    float: left;
    height: 409px;
    color: #FFF;
    width: 24.98446%;
    background-size: cover;
    padding: 41px 0 0 54px;
    position: relative;
    overflow: hidden
}

.home-box .home-box-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.home-box h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    z-index: 2
}

.home-box p {
    margin: 15px 0;
    font-size: 17px;
    max-width: 200px;
    position: relative;
    z-index: 2
}

.home-box a {
    position: relative;
    z-index: 2
}

.home-box:hover .home-box-img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.read-more-arrow {
    background: url(assets/img/icons/arrow-white-right.png) right no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block
}

.read-more-arrow.black {
    background-image: url(assets/img/icons/arrow-black-right.png)
}

.read-more-arrow:hover {
    width: 23px
}

.content-header {
    height: 200px;
    /*height: auto;*/
    float: left;
    background-size: cover !important;
    background-position: center;
    color: #FFF;
    width: 100%;
    padding: 5px 10px 30px 83px;
    /*padding: 65px 10px 30px 83px;*/
    position: relative;
    overflow: hidden
}

.content-header.type-post {
    background-position: bottom center;
}

.content-header:hover .bg-cover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.content-header .btn-back {
    position: absolute;
    right: 36px;
    top: 8px;
    /*top: 58px;*/
    border: 0;
    /*border: 1px solid #ebebeb;*/
    background: url(assets/img/icons/arrow-white-left.png) rgba(255, 255, 255, 0.1) 15px center no-repeat;
    background-size: 12px auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    height: 35px;
    line-height: 33px;
    padding: 0px 13px 0 34px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: lowercase;
    opacity: 0.7;
}

.content-header .btn-back:hover {
    background-position: 10px center;
    background-color: rgba(255, 255, 255, 0.2);
}

.content-header .breadcrumbs {
	font-family: "Open sans", sans-serif;
    position: relative;
    margin-top: 10px;
    z-index: 10
}

.content-header .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content-header .breadcrumbs ul li {
	background: url('assets/img/icons/bread-first.png') left center no-repeat;
	display: inline-block;
	padding-left: 22px;
	margin-right: 20px;
	margin-top: 5px;
	opacity: .7;
}

.content-header .breadcrumbs ul li:hover {
    opacity: 1
}

.content-header .breadcrumbs ul li:first-child {
    background: url('assets/img/icons/bread-first.png') left center no-repeat;
    padding-left: 24px
}

.content-header .breadcrumbs ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}
.content-header .breadcrumbs ul li a:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300
}
.content-header h1 {
	margin: 29px 0 43px;
	padding: 0;
	font-size: xx-large;
	font-weight: lighter;
	position: relative;
	z-index: 10;
}

.content-header p {
    font-size: 20px;
    font-weight: 300;
    /*max-width: 800px;*/
    position: relative;
    z-index: 10
}

.content-header .search-form {
    max-width: 350px;
    position: relative;
    margin: 28px 0 45px;
    z-index: 10
}

.content-header .search-form input[type="text"] {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 54px;
    padding: 0 15px 0 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-style: italic;
    font-size: 16px;
    color: #FFF;
    border: 1px solid #FFF
}

.content-header .search-form ::-webkit-input-placeholder {
    color: #FFF
}

.content-header .search-form :-moz-placeholder {
    color: #FFF
}

.content-header .search-form :-ms-input-placeholder {
    color: #FFF
}

.content-header .search-form input[type="submit"] {
    position: absolute;
    background: url(assets/img/icons/icon-search.png) no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    border: none;
    top: 20px;
    left: 27px
}

.poradniki-list {
    margin: -56px -68px 0 -85px
}

.poradniki-item {
    padding: 57px 85px 50px;
    width: 100%;
    max-width: 33.3333%;
    border-right: 1px solid #e8e8e8
}

.poradniki-item h2 {
    font-size: 21px
}

.poradniki-item:nth-child(2n) {
    background: #f3f3f3
}

.poradniki-item img {
    max-width: 100%;
    margin: 20px 0;
    display: block
}

.poradniki-item time {
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: #23aac8;
    background: url(assets/img/icons/time.png) left center no-repeat;
    padding-left: 20px
}

.poradniki-item h3 {
    margin: 15px 0 32px;
    font-size: 21px
}

.poradniki-item p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    margin: 26px 0
}

.poradniki-item .btn-download {
    background: url(assets/img/icons/arrow-black-down.png) right center no-repeat;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.poradniki-item .btn-download img {
    width: 23px;
    vertical-align: top;
    display: inline-block;
    margin: 0
}

.poradniki-item .btn-download:hover {
    margin-top: 5px;
    margin-bottom: -5px
}

.content-area {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.content-left {
    float: left;
    width: 75.01554%;
    padding-left: 5%;
    background-color: #fff;
}

.content-left.width100 {
    width: 100% !important;
    padding-right: 85px !important
}

.content-left.width100 .content-left-inner {
    border-right: 0 !important;
}

.content-left .content-left-inner {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 55px 66px 0 0;
    float: left;
}

.content-right {
    float: left;
    width: 24.98446%;
    border-left: 1px solid #e8e8e8;
    margin-left: -1px
}

.content-right h1 {
    padding-left: 59px;
    padding-bottom: 0px
}

.content-left h1 {
    font-weight: 300;
    font-size: 30px;
    margin: 0 -1px 0 0;
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 66px 0 27px
}

.dyrektor-top .dyrektor-top-left {
    width: 30.65903%;
    float: left;
    text-align: right
}

.dyrektor-top .dyrektor-top-left img {
    width: 100%
}

.dyrektor-top .dyrektor-top-left h2 {
    font-size: 21px;
    font-weight: 400;
    margin: 49px 65px 0 0
}

.dyrektor-top .dyrektor-top-left p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 30px 61px 0 0
}

.dyrektor-top .dyrektor-top-right {
    float: left;
    width: 69.14995%;
    background: #f3f3f3;
    padding: 50px 79px 44px 99px
}

.dyrektor-top .dyrektor-top-right p {
    font-size: 17px;
    line-height: 22px;
    margin: 20px 0
}

.dyrektor-box {
    clear: both;
    float: left;
    width: 100%
}

.dyrektor-box h1 {
    margin: 47px 0 0;
    padding-bottom: 38px;
    border-bottom: 1px solid #e8e8e8
}

.dyrektor-box .dyrektor-item-outer {
    float: left;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    width: 33.3333%;
    text-align: center;
    padding: 46px 0 51px;
    margin-top: -1px;
    min-height: 520px
}

.dyrektor-box .dyrektor-item-outer:nth-child(3n) {
    border-right: 0
}

.dyrektor-box .dyrektor-item {
    max-width: 255px;
    background: #f9f9f9;
    text-align: center;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    padding: 55px 25px 0;
    display: inline-block;
    position: relative;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease
}

.dyrektor-box .dyrektor-item:after {
    position: absolute;
    background: url(assets/img/icons/arrow-black-down.png);
    width: 32px;
    height: 32px;
    left: 46%;
    margin-left: -5px;
    bottom: 60px;
    content: ""
}

.dyrektor-box .dyrektor-item .img {
    opacity: .5;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.dyrektor-box .dyrektor-item p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    margin: 23px 0
}

.dyrektor-box .dyrektor-item h3 {
    font-size: 21px;
    font-weight: 400;
    margin: 21px 0 130px
}

.dyrektor-box .dyrektor-item .dyrektor-item-toggle {
    opacity: 0;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 20px;
    top: 71%;
    padding-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #FFF;
    font-size: 14px;
    -webkit-border-radius: 0 0 1000px 1000px;
    border-radius: 0 0 1000px 1000px
}

.dyrektor-box .dyrektor-item .dyrektor-item-toggle:after {
    background: #FFF;
    height: 1px;
    width: 64px;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -32px
}

.dyrektor-box .dyrektor-item .dyrektor-item-toggle p {
    font-size: 14px;
    margin: 8px 0;
    line-height: 1.3;
}

.dyrektor-box .dyrektor-item:hover {
    color: #FFF;
    background: #927891;
    -webkit-border-radius: 1000px 1000px 800px 800px;
    border-radius: 1000px 1000px 800px 800px
}

.dyrektor-box .dyrektor-item:hover .img {
    opacity: 1
}

.dyrektor-box .dyrektor-item:hover .dyrektor-item-toggle {
    opacity: 1;
    background: #927891
}

.projekt-list {
    margin-top: -55px
}
.search-results-list {
    display: table;
    width: 100%
}

.search-results-item {
    display: table-row;
    width: 100%
}

.search-results-item:hover {
    background: #f9f9f9
}

.search-results-item:hover .search-results-item-col {
    border-right-color: transparent
}

.search-results-item:hover .search-results-item-col:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 15px;
    background: #FFF;
    content: ""
}

.search-results-item:hover .search-results-item-col:before {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 15px;
    background: #FFF;
    content: ""
}

.search-results-item .search-results-item-col {
    display: table-cell;
    height: 190px;
    vertical-align: middle;
    padding: 0 30px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    max-width: 30%;
    position: relative
}

.search-results-item .search-results-item-col:first-child {
    width: 80px !important
}

.search-results-item .search-results-item-col:last-child {
    border-right: 0;
    width: 60px;
    padding: 0;
    text-align: center
}

@media all and (min-width: 1300px) {
    .search-results-item .search-results-item-col .read-more-arrow.black:hover {
        width: 60px
    }
}

.search-results-item .search-results-item-col .number {
    background: #785978;
    font-weight: 900;
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    padding: 0 10px;
    color: #FFF;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.search-results-item .search-results-item-col p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.search-results-item .search-results-item-col p a {
    text-decoration: none;
    color: #000
}

.search-results-item .search-results-item-col div:not(.post-excerpt) {
    display: block;
    margin: 20px 0;
    white-space: nowrap;
    padding-left: 22px;
    font-weight: 300;
    font-size: 13px
}

.search-results-item .search-results-item-col div strong {
    display: block
}

.search-results-item .search-results-item-col div a {
    text-decoration: none;
    color: #000
}

.search-results-item .search-results-item-col .time {
    background: url(assets/img/icons/time-icon.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .date {
    background: url(assets/img/icons/calendar.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .fin {
    background: url(assets/img/icons/star.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .dofin {
    background: url(assets/img/icons/source.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .web {
    background: url(assets/img/icons/glob.png) left 3px no-repeat
}

.file-down {
    background: url(assets/img/icons/download.png) center bottom no-repeat;
    display: inline-block;
    padding-bottom: 50px;
    margin: 0 45px
}

.file-down:hover {
    background-image: url(assets/img/icons/download-hover.png)
}
.more-box {
    margin-top: 61px
}

.more-box h1 {
    font-size: 36px;
    margin: 40px 0 0;
    padding-bottom: 37px;
    border-bottom: 1px solid #e8e8e8
}

.more-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.more-box ul li {
    float: left;
    width: 33.3333%
}

.more-box ul li:nth-child(odd) a {
    background: #f3f3f3
}

.more-box ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 46px 75px 0 54px;
    position: relative;
    min-height: 300px;
    overflow: hidden
}

.more-box ul li a:after {
    position: absolute;
    background: url(assets/img/icons/arrow-black-right.png);
    width: 32px;
    height: 32px;
    content: "";
    right: 41px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.more-box ul li a:hover:after {
    right: 31px
}

.more-box ul li a h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 46px 0 26px;
    text-align: left;
}

.more-box ul li a p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
}


.instytut-page .content-header {
    padding: 140px 10px 111px 83px
}

.instytut-page .content-header h1 {
    margin: 36px 0 43px;
    padding: 0;
    font-size: 48px
}

.timeline {
    padding: 30px 0;
    position: relative
}

.timeline .timeline-bar {
    margin: auto;
    top: 0;
    bottom: 0;
    width: 105px;
    background: #e8e8e8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    left: 50%;
    margin-left: -13px;
    position: absolute
}

.timeline .timeline-item {
    position: relative;
    max-width: 420px;
    top: 0
}

.timeline .timeline-item time {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
    position: absolute
}

.timeline .timeline-item time span {
    font-size: 21px;
    color: #000;
    font-weight: 900;
    display: block;
    line-height: 21px;
    margin-bottom: -12px
}

.timeline .timeline-item h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.timeline .timeline-item .timeline-toggle-content {
    padding: 0 45px 0 0;
    clear: both;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.timeline .timeline-item .timeline-toggle-content.open {
    max-height: 500px;
    opacity: 1
}

.timeline .timeline-item.right .timeline-toggle-content {
    padding: 0 0 0 45px;
}

.timeline .timeline-item .timeline-toggle-content p {
    color: #785978;
    line-height: 22px;
    font-size: 17px
}

.timeline .timeline-item .timeline-toggle-content .btn-gray {
    height: 47px;
    line-height: 47px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background: #735673;
    display: inline-block;
    padding: 0 50px 0 25px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative
}

.timeline .timeline-item .timeline-toggle-content .btn-gray:after {
    background: url(assets/img/icons/arrow-white-right.png);
    width: 11px;
    height: 6px;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -3px;
    right: 25px;
    content: "";
    position: absolute;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.timeline .timeline-item .timeline-toggle-content .btn-gray:hover:after {
    right: 20px
}

.timeline .timeline-item .timeline-toggle {
    display: inline-block;
    background: url(assets/img/icons/os.png) no-repeat;
    width: 36px;
    height: 37px;
    position: relative;
    margin-bottom: 0px
}

.timeline .timeline-item .timeline-toggle.open {
    background-image: url(assets/img/icons/os-open.png)
}

.timeline .timeline-item.left {
    left: 50%;
    margin-left: -286px;
    text-align: right;
    width:300px;
}

.timeline .timeline-item.left .timeline-toggle-content {
    text-align: right
}

.timeline .timeline-item.left .timeline-toggle {
    float: right;
    margin-right: -17px
}

.timeline .timeline-item.left .timeline-toggle:after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 90px;
    content: "";
    height: 1px;
    background: #000
}

.timeline .timeline-item.left h2 {
    margin-right: 45px;
    margin-bottom: 0;
}

.timeline .timeline-item.left time {
    text-align: right;
    right: -60px
}

.timeline .timeline-item.right {
    left: 50%;
    margin-left: 108px;
    width:300px;
}

.timeline .timeline-item.right .timeline-toggle {
    float: left;
    margin-left: -57px
}

.timeline .timeline-item.right .timeline-toggle:after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 90px;
    content: "";
    height: 1px;
    background: #000
}

.timeline .timeline-item.right h2 {
    margin-left: 5px;
}

.timeline .timeline-item.right time {
    left: -111px
}

.template-history.active .article div.active li {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active p {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h6 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h5 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h4 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h3 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h2 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active {
    color: #000;
    font-weight: 400;
}

.template-history.active .article span.active {
    color: #000;
    font-weight: 400;
}

.template-history.active .article p.active {
    color: #000;
    font-weight: 400;
}
.o-instytucie {
    overflow: hidden;
    margin: -7px 0 0
}

.o-instytucie p {
    font-size: 17px;
    line-height: 22px
}

.o-instytucie h3 {
    font-size: 23px;
    color: #735673;
    border-bottom: 1px solid #e8e8e8;
    padding: 31px 0 31px 20px;
    background: url(assets/img/icons/arrow-right-fiolet.jpg) left center no-repeat;
    margin-bottom: 53px
}

.download-img {
    position: relative;
    -webkit-border-radius: 10000px;
    border-radius: 10000px;
    overflow: hidden
}

.download-img:hover:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.2)
}

.download-img span {
    position: absolute;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    background: #735673;
    line-height: 47px;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    padding: 0 50px 0 25px;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 5
}

.download-img span:after {
    position: absolute;
    background: url(assets/img/icons/download-btn.png) center no-repeat;
    width: 20px;
    height: 15px;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    content: "";
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

blockquote {
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	font: italic normal lighter 100%;
	max-width: 730px;
	margin: 40px auto;
	padding: 40px;
	text-align: center;
	color: #735673;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	position: relative;
	font-family: Georgia, Times, 'Times New Roman', serif !important;
}

blockquote:after {
    position: absolute;
    background: url(assets/img/icons/blockquote.png) #FFF center no-repeat;
    width: 108px;
    height: 27px;
    top: -13px;
    left: 50%;
    margin-left: -54px;
    content: ""
}


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

ol.styled li {
    background: #f3f3f3;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    padding: 7px 0 7px 55px;
    margin-bottom: 14px;
    font-size: 17px;
    color: #404040;
    font-weight: 300;
    counter-increment: section
}

ol.styled li a {
    color: #404040;
    text-decoration: none;
    position: relative;
    display: block;
    margin-right: 25px;
    padding-right: 40px
}

ol.styled li a:after {
    position: absolute;
    background: url(assets/img/icons/arrow-black-right.png);
    width: 32px;
    height: 32px;
    background-size: 11px auto;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

ol.styled li a:hover:after {
    right: -10px
}

ol.styled li:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #735673;
    width: 40px;
    text-align: center;
    content: ""
}

ol.styled li:before {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    right: 0;
    content: counter(section);
    z-index: 1;
    text-align: center;
    width: 40px
}

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

ul.styled li {
    background: #f3f3f3;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    padding: 7px 20px 7px 55px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #404040;
    font-weight: 300
}

ul.styled li a {
    color: #404040;
    text-decoration: none
}

ul.styled li:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(assets/img/icons/arrow-white-right.png) #a481a4 center no-repeat;
    background-size: 11px auto;
    width: 40px;
    text-align: center;
    content: ""
}

.download {
    background: url(assets/img/icons/download-hover.png) #f3f3f3 left no-repeat;    
    position: relative;
    padding: 13px 70px 15px 84px;
    margin-bottom: 40px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-height: 64px
}

.click-link download {
	width: 30%;
	background: url(assets/img/icons/download-hover.png) left 0px no-repeat;
}

.download:hover a {
    background-image: url(assets/img/icons/download-hover.png)
}

.download a {
    position: absolute;
    background: url(assets/img/icons/download.png);
    width: 26px;
    height: 38px;
    right: 20px;
    top: 50%;
    margin-top: -19px
}

.download p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300
}

.download img {
    position: absolute;
    left: 0;
    top: -8px
}

.person {
    margin-bottom: 30px
}

.person span {
    background: url(assets/img/icons/arrow-white-right.png) #735673 25px center no-repeat;
    color: #FFF;
    display: inline-block;
    padding: 20px 30px 20px 70px;
    -webkit-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
    vertical-align: top;
    background-size: 16px auto
}

.person div {
    color: #000;
    display: inline-block;
    padding: 20px 30px;
    font-size: 17px;
    font-weight: 300;
    background: #f9f9f9;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    vertical-align: top
}

.info {
    margin-bottom: 40px
}

.info th {
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    padding-right: 50px;
    font-size: 20px;
    padding-bottom: 40px
}

.info td {
    vertical-align: top
}

.info td p {
    margin: 0
}

.projekt-info {
    text-align: center;
    height: 280px;
    background-size: cover;
    padding-top: 75px;
    position: relative
}

.projekt-info .bg-cover {
    position: absolute !important;
    background-size: cover !important;
    background-position: center;
    z-index: 10
}

.projekt-info > div {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    overflow: hidden;
    margin: 0 30px;
    position: relative;
    z-index: 12
}

.projekt-info .budz .projekt-info-box-left span {
    margin-top: 45px
}

.projekt-info .projekt-info-box-left {
    background: #735673;
    display: inline-block;
    vertical-align: top;
    height: 125px;
    padding: 0 0 0 35px
}

.projekt-info .projekt-info-box-left span {
    color: #FFF;
    background: url(assets/img/icons/arrow-white-right-small.png) left 10px no-repeat;
    font-size: 24px;
    font-weight: 700;
    padding-left: 22px;
    display: block;
    margin: 30px 25px 30px 0
}

.projekt-info .projekt-info-box-right {
    display: inline-block;
    vertical-align: top;
    height: 125px
}

.projekt-info .projekt-info-box-right span {
    font-size: 17px;
    font-weight: 300;
    display: block;
    margin: 50px 25px
}

.projekt-info .projekt-time {
    display: block;
    background: url(assets/img/icons/time-dot.png) top left no-repeat;
    height: 68px;
    padding-left: 25px;
    margin: 30px 30px 30px 20px
}

.projekt-info .projekt-time div {
    font-size: 14px;
    font-weight: 300
}

.projekt-info .projekt-time div:last-child {
    margin-top: 35px
}

.projekt-info .projekt-info-box-left {
    height: 126px
}

.project-item .search-results-item-col img {
    max-width: 140px
}

.project-item.search-results-item .search-results-item-col {
    padding: 0 15px
}

.project-item .pi-nr {
    width: 5% !important
}

.project-item .pi-icon {
    width: 15% !important
}

.project-item .pi-chef {
    width: 20% !important
}

.project-item .pi-chef .fin {
    white-space: normal;
    word-wrap: break-word
}

.project-item .pi-chef .dofin {
    white-space: normal;
    word-wrap: break-word
}

.project-item .pi-info {
    width: 15% !important;
    word-break: break-word
}

    .projekt-info .projekt-info-box-left {
        height: 126px
    }

    .project-item .search-results-item-col img {
        max-width: 120px
    }

    .project-item.search-results-item .search-results-item-col {
        padding: 0 15px
    }

    .project-item .pi-nr {
        width: 5% !important
    }

    .project-item .pi-icon {
        width: 15% !important;
        display: none
    }

    .project-item .pi-chef {
        width: 10% !important
    }

    .project-item .pi-chef .fin {
        white-space: normal;
        word-wrap: break-word
    }

    .project-item .pi-chef .dofin {
        white-space: normal;
        word-wrap: break-word
    }

    .project-item .pi-info {
        width: 15% !important;
        word-break: break-word
    }

.praca-info {
    width: 100%;
    max-width: 1045px;
    height: 277px;
    position: relative;
    margin: 30px auto
}

.praca-info .bg-cover {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.praca-info p {
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    margin: 90px 80px 0 100px;
    display: inline-block;
    position: relative
}

.praca-info p span {
    font-weight: 300;
    display: block;
    font-size: 17px;
    margin-bottom: 15px
}

.praca-info .praca-info-person {
    position: absolute;
    background: url(assets/img/icons/arrow-white-right.png) #735673 25px center no-repeat;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: top;
    background-size: 16px auto;
    font-size: 17px;
    font-weight: 700;
    padding: 39px 40px 39px 70px;
    top: -45px;
    left: 60px
}

.praca-info .praca-info-date {
    position: absolute;
    background: #f9f9f9;
    color: #000;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: top;
    background-size: 16px auto;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 40px;
    top: -30px;
    right: 60px;
    font-weight: 300
}

.praca-info .praca-info-promotor {
    position: absolute;
    background: #f9f9f9;
    color: #000;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: top;
    background-size: 16px auto;
    font-size: 17px;
    padding: 20px 40px;
    bottom: -30px;
    left: 60px;
    font-weight: 300
}


.procedury {
    margin-top: 0
}

.procedury .search-results-item .search-results-item-col:nth-child(3), .procedury .search-results-item .search-results-item-col:nth-child(4) {
    vertical-align: top
}

.procedury .search-results-item .search-results-item-col:nth-child(4) .top:first-child {
    margin: 25px 0 43px
}

.poradniki-item {
    height: 670px
}

.poradniki-item, .poradniki-item.bg1, .poradniki-item:nth-child(2n) {
    background: #fff
}

.poradniki-item.bg2 {
    background: #f5f5f5
}

.poradniki-item.bg3 {
    background: #fff
}

.poradniki-item.bg4 {
    background: #f5f5f5
}

.poradniki-item.bg5 {
    background: #fff
}

.poradniki-item.bg6 {
    background: #f5f5f5
}

.poradniki-item.bg7 {
    background: #fff
}

.poradniki-item.bg8 {
    background: #f5f5f5
}

.poradniki-item.bg9 {
    background: #fff
}

.poradniki-item.bg10 {
    background: #f5f5f5
}

.poradniki-item.bg11 {
    background: #fff
}

.poradniki-item.bg12 {
    background: #f5f5f5
}


.dyrektor-top a {
    color: inherit;
    text-decoration: none
}

.dyrektor-item-toggle a {
    color: #fff;
    text-decoration: none
}

.dyrektor-top a:hover {
    text-decoration: underline
}

.dyrektor-item-toggle a:hover {
    text-decoration: underline
}
.dyrektor-box .dyrektor-item .dyrektor-item-toggle {
    padding-left: 45px;
    padding-right: 45px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}
.dyrektor-top .dyrektor-top-left span {
    display: block;
    width: 100%
}

.dyrektor-box .dyrektor-item span {
    display: block;
    width: 100%
}

.dyrektor-box .dyrektor-item span.email {
    margin: 23px 0;
    display: block
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.btn-search {
    float: right;
    text-decoration: none;
    line-height: 34px;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    background-color: #785978;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 20px 0 45px;
    border-radius: 1500px
}

.btn-search:hover {
    color: #ffffff;
}

.btn-search.open {
    background-image: url(assets/img/icons/open-search.png)
}

.btn-search.open .close-text {
    display: none
}

.btn-search.close {
    background-image: url(assets/img/icons/close.png)
}

.btn-search.close .open-text {
    display: none
}

.prom-box {
    float: right;
    text-decoration: none;
    line-height: 49px;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    background-color: #a481a4;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 20px;
    border-radius: 100px;
    margin-top: -10px
}

.top {
	width: 100%;
	display: inline-block;
}
.top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top ul li { display: inline; }
.top form {
	display: inline-block;
}

.home-box {
    float: left;
    height: 409px;
    color: #FFF;
    width: 24.98446%;
    background-size: cover;
    padding: 41px 0 0 54px;
    position: relative;
    overflow: hidden
}

.home-box .home-box-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.home-box h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    z-index: 2
}

.home-box p {
    margin: 15px 0;
    font-size: 17px;
    max-width: 200px;
    position: relative;
    z-index: 2
}

.home-box a {
    position: relative;
    z-index: 2
}

.home-box:hover .home-box-img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.read-more-arrow {
    background: url(assets/img/icons/arrow-white-right.png) right no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block
}

.read-more-arrow.black {
    background-image: url(assets/img/icons/arrow-black-right.png)
}

.read-more-arrow:hover {
    width: 23px
}

.content-header {
    height: 250px;
    /*height: auto;*/
    float: left;
    background-size: cover !important;
    background-position: center;
    color: #FFF;
    width: 100%;
    padding: 5px 10px 30px 83px;
    /*padding: 65px 10px 30px 83px;*/
    position: relative;
    overflow: hidden
}

.content-header.type-post {
    background-position: bottom center;
}

.content-header:hover .bg-cover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.content-header .btn-back {
    position: absolute;
    right: 36px;
    top: 8px;
    /*top: 58px;*/
    border: 0;
    /*border: 1px solid #ebebeb;*/
    background: url(assets/img/icons/arrow-white-left.png) rgba(255, 255, 255, 0.1) 15px center no-repeat;
    background-size: 12px auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    height: 35px;
    line-height: 33px;
    padding: 0px 13px 0 34px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: lowercase;
    opacity: 0.7;
}

.content-header .btn-back:hover {
    background-position: 10px center;
    background-color: rgba(255, 255, 255, 0.2);
}

.content-header .breadcrumbs {
	font-family: "Open sans", sans-serif;
    position: relative;
    margin-top: 10px;
    z-index: 10
}

.content-header .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content-header .breadcrumbs ul li {
	background: url('assets/img/icons/bread-first.png') left center no-repeat;
	display: inline-block;
	padding-left: 22px;
	margin-right: 20px;
	margin-top: 5px;
	opacity: .7;
}

.content-header .breadcrumbs ul li:hover {
    opacity: 1
}

.content-header .breadcrumbs ul li:first-child {
    background: url('assets/img/icons/bread-first.png') left center no-repeat;
    padding-left: 24px
}

.content-header .breadcrumbs ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}
.content-header .breadcrumbs ul li a:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300
}
.content-header h1 {
	margin: 29px 0 43px;
	padding: 0;
	font-size: xx-large;
	font-weight: lighter;
	position: relative;
	z-index: 10;
}

.content-header p {
    font-size: 20px;
    font-weight: 300;
    /*max-width: 800px;*/
    position: relative;
    z-index: 10
}

.content-header .search-form {
    max-width: 350px;
    position: relative;
    margin: 28px 0 45px;
    z-index: 10
}

.content-header .search-form input[type="text"] {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 54px;
    padding: 0 15px 0 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-style: italic;
    font-size: 16px;
    color: #FFF;
    border: 1px solid #FFF
}

.content-header .search-form ::-webkit-input-placeholder {
    color: #FFF
}

.content-header .search-form :-moz-placeholder {
    color: #FFF
}

.content-header .search-form :-ms-input-placeholder {
    color: #FFF
}

.content-header .search-form input[type="submit"] {
    position: absolute;
    background: url(assets/img/icons/icon-search.png) no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    border: none;
    top: 20px;
    left: 27px
}

.poradniki-list {
    margin: -56px -68px 0 -85px
}

.poradniki-item {
    padding: 57px 85px 50px;
    width: 100%;
    max-width: 33.3333%;
    border-right: 1px solid #e8e8e8
}

.poradniki-item h2 {
    font-size: 21px
}

.poradniki-item:nth-child(2n) {
    background: #f3f3f3
}

.poradniki-item img {
    max-width: 100%;
    margin: 20px 0;
    display: block
}

.poradniki-item time {
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: #23aac8;
    background: url(assets/img/icons/time.png) left center no-repeat;
    padding-left: 20px
}

.poradniki-item h3 {
    margin: 15px 0 32px;
    font-size: 21px
}

.poradniki-item p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    margin: 26px 0
}

.poradniki-item .btn-download {
    background: url(assets/img/icons/arrow-black-down.png) right center no-repeat;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.poradniki-item .btn-download img {
    width: 23px;
    vertical-align: top;
    display: inline-block;
    margin: 0
}

.poradniki-item .btn-download:hover {
    margin-top: 5px;
    margin-bottom: -5px
}

.content-area {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.content-left {
    float: left;
    width: 75.01554%;
    padding-left: 5%;
    background-color: #fff;
}

.content-left.width100 {
    width: 100% !important;
    padding-right: 85px !important
}

.content-left.width100 .content-left-inner {
    border-right: 0 !important;
}

.content-left .content-left-inner {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 55px 66px 0 0;
    float: left;
}

.content-right {
    float: left;
    width: 24.98446%;
    border-left: 1px solid #e8e8e8;
    margin-left: -1px
}

.content-right h1 {
    padding-left: 59px;
    padding-bottom: 0px
}

.content-left h1 {
    font-weight: 300;
    font-size: 30px;
    margin: 0 -1px 0 0;
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 66px 0 27px
}

.dyrektor-top .dyrektor-top-left {
    width: 30.65903%;
    float: left;
    text-align: right
}

.dyrektor-top .dyrektor-top-left img {
    width: 100%
}

.dyrektor-top .dyrektor-top-left h2 {
    font-size: 21px;
    font-weight: 400;
    margin: 49px 65px 0 0
}

.dyrektor-top .dyrektor-top-left p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 30px 61px 0 0
}

.dyrektor-top .dyrektor-top-right {
    float: left;
    width: 69.14995%;
    background: #f3f3f3;
    padding: 50px 79px 44px 99px
}

.dyrektor-top .dyrektor-top-right p {
    font-size: 17px;
    line-height: 22px;
    margin: 20px 0
}

.dyrektor-box {
    clear: both;
    float: left;
    width: 100%
}

.dyrektor-box h1 {
    margin: 47px 0 0;
    padding-bottom: 38px;
    border-bottom: 1px solid #e8e8e8
}

.dyrektor-box .dyrektor-item-outer {
    float: left;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    width: 33.3333%;
    text-align: center;
    padding: 46px 0 51px;
    margin-top: -1px;
    min-height: 520px
}

.dyrektor-box .dyrektor-item-outer:nth-child(3n) {
    border-right: 0
}

.dyrektor-box .dyrektor-item {
    max-width: 255px;
    background: #f9f9f9;
    text-align: center;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    padding: 55px 25px 0;
    display: inline-block;
    position: relative;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease
}

.dyrektor-box .dyrektor-item:after {
    position: absolute;
    background: url(assets/img/icons/arrow-black-down.png);
    width: 32px;
    height: 32px;
    left: 46%;
    margin-left: -5px;
    bottom: 60px;
    content: ""
}

.dyrektor-box .dyrektor-item .img {
    opacity: .5;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.dyrektor-box .dyrektor-item p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    margin: 23px 0
}

.dyrektor-box .dyrektor-item h3 {
    font-size: 21px;
    font-weight: 400;
    margin: 21px 0 130px
}

.dyrektor-box .dyrektor-item .dyrektor-item-toggle {
    opacity: 0;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 20px;
    top: 71%;
    padding-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #FFF;
    font-size: 14px;
    -webkit-border-radius: 0 0 1000px 1000px;
    border-radius: 0 0 1000px 1000px
}

.dyrektor-box .dyrektor-item .dyrektor-item-toggle:after {
    background: #FFF;
    height: 1px;
    width: 64px;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -32px
}

.dyrektor-box .dyrektor-item .dyrektor-item-toggle p {
    font-size: 14px;
    margin: 8px 0;
    line-height: 1.3;
}

.dyrektor-box .dyrektor-item:hover {
    color: #FFF;
    background: #927891;
    -webkit-border-radius: 1000px 1000px 800px 800px;
    border-radius: 1000px 1000px 800px 800px
}

.dyrektor-box .dyrektor-item:hover .img {
    opacity: 1
}

.dyrektor-box .dyrektor-item:hover .dyrektor-item-toggle {
    opacity: 1;
    background: #927891
}

.projekt-list {
    margin-top: -55px
}
.search-results-list {
    display: table;
    width: 100%
}

.search-results-item {
    display: table-row;
    width: 100%
}

.search-results-item:hover {
    background: #f9f9f9
}

.search-results-item:hover .search-results-item-col {
    border-right-color: transparent
}

.search-results-item:hover .search-results-item-col:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 15px;
    background: #FFF;
    content: ""
}

.search-results-item:hover .search-results-item-col:before {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 15px;
    background: #FFF;
    content: ""
}

.search-results-item .search-results-item-col {
    display: table-cell;
    height: 190px;
    vertical-align: middle;
    padding: 0 30px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    max-width: 30%;
    position: relative
}

.search-results-item .search-results-item-col:first-child {
    width: 80px !important
}

.search-results-item .search-results-item-col:last-child {
    border-right: 0;
    width: 60px;
    padding: 0;
    text-align: center
}

@media all and (min-width: 1300px) {
    .search-results-item .search-results-item-col .read-more-arrow.black:hover {
        width: 60px
    }
}

.search-results-item .search-results-item-col .number {
    background: #785978;
    font-weight: 900;
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    padding: 0 10px;
    color: #FFF;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.search-results-item .search-results-item-col p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.search-results-item .search-results-item-col p a {
    text-decoration: none;
    color: #000
}

.search-results-item .search-results-item-col div:not(.post-excerpt) {
    display: block;
    margin: 20px 0;
    white-space: nowrap;
    padding-left: 22px;
    font-weight: 300;
    font-size: 13px
}

.search-results-item .search-results-item-col div strong {
    display: block
}

.search-results-item .search-results-item-col div a {
    text-decoration: none;
    color: #000
}

.search-results-item .search-results-item-col .time {
    background: url(assets/img/icons/time-icon.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .date {
    background: url(assets/img/icons/calendar.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .fin {
    background: url(assets/img/icons/star.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .dofin {
    background: url(assets/img/icons/source.png) left 3px no-repeat
}

.search-results-item .search-results-item-col .web {
    background: url(assets/img/icons/glob.png) left 3px no-repeat
}

.file-down {
    background: url(assets/img/icons/download.png) center bottom no-repeat;
    display: inline-block;
    padding-bottom: 50px;
    margin: 0 45px
}

.file-down:hover {
    background-image: url(assets/img/icons/download-hover.png)
}
.more-box {
    margin-top: 61px
}

.more-box h1 {
    font-size: 36px;
    margin: 40px 0 0;
    padding-bottom: 37px;
    border-bottom: 1px solid #e8e8e8
}

.more-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.more-box ul li {
    float: left;
    width: 33.3333%
}

.more-box ul li:nth-child(odd) a {
    background: #f3f3f3
}

.more-box ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 46px 75px 0 54px;
    position: relative;
    min-height: 300px;
    overflow: hidden
}

.more-box ul li a:after {
    position: absolute;
    background: url(assets/img/icons/arrow-black-right.png);
    width: 32px;
    height: 32px;
    content: "";
    right: 41px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.more-box ul li a:hover:after {
    right: 31px
}

.more-box ul li a h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 46px 0 26px;
    text-align: left;
}

.more-box ul li a p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
}


.instytut-page .content-header {
    padding: 140px 10px 111px 83px
}

.instytut-page .content-header h1 {
    margin: 36px 0 43px;
    padding: 0;
    font-size: 48px
}

.timeline {
    padding: 30px 0;
    position: relative
}

.timeline .timeline-bar {
    margin: auto;
    top: 0;
    bottom: 0;
    width: 105px;
    background: #e8e8e8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    left: 50%;
    margin-left: -13px;
    position: absolute
}

.timeline .timeline-item {
    position: relative;
    max-width: 420px;
    top: 0
}

.timeline .timeline-item time {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
    position: absolute
}

.timeline .timeline-item time span {
    font-size: 21px;
    color: #000;
    font-weight: 900;
    display: block;
    line-height: 21px;
    margin-bottom: -12px
}

.timeline .timeline-item h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.timeline .timeline-item .timeline-toggle-content {
    padding: 0 45px 0 0;
    clear: both;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.timeline .timeline-item .timeline-toggle-content.open {
    max-height: 500px;
    opacity: 1
}

.timeline .timeline-item.right .timeline-toggle-content {
    padding: 0 0 0 45px;
}

.timeline .timeline-item .timeline-toggle-content p {
    color: #785978;
    line-height: 22px;
    font-size: 17px
}

.timeline .timeline-item .timeline-toggle-content .btn-gray {
    height: 47px;
    line-height: 47px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background: #735673;
    display: inline-block;
    padding: 0 50px 0 25px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative
}

.timeline .timeline-item .timeline-toggle-content .btn-gray:after {
    background: url(assets/img/icons/arrow-white-right.png);
    width: 11px;
    height: 6px;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -3px;
    right: 25px;
    content: "";
    position: absolute;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.timeline .timeline-item .timeline-toggle-content .btn-gray:hover:after {
    right: 20px
}

.timeline .timeline-item .timeline-toggle {
    display: inline-block;
    background: url(assets/img/icons/os.png) no-repeat;
    width: 36px;
    height: 37px;
    position: relative;
    margin-bottom: 0px
}

.timeline .timeline-item .timeline-toggle.open {
    background-image: url(assets/img/icons/os-open.png)
}

.timeline .timeline-item.left {
    left: 50%;
    margin-left: -286px;
    text-align: right;
    width:300px;
}

.timeline .timeline-item.left .timeline-toggle-content {
    text-align: right
}

.timeline .timeline-item.left .timeline-toggle {
    float: right;
    margin-right: -17px
}

.timeline .timeline-item.left .timeline-toggle:after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 90px;
    content: "";
    height: 1px;
    background: #000
}

.timeline .timeline-item.left h2 {
    margin-right: 45px;
    margin-bottom: 0;
}

.timeline .timeline-item.left time {
    text-align: right;
    right: -60px
}

.timeline .timeline-item.right {
    left: 50%;
    margin-left: 108px;
    width:300px;
}

.timeline .timeline-item.right .timeline-toggle {
    float: left;
    margin-left: -57px
}

.timeline .timeline-item.right .timeline-toggle:after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 90px;
    content: "";
    height: 1px;
    background: #000
}

.timeline .timeline-item.right h2 {
    margin-left: 5px;
}

.timeline .timeline-item.right time {
    left: -111px
}

.template-history.active .article div.active li {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active p {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h6 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h5 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h4 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h3 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active h2 {
    color: #000;
    font-weight: 400;
}

.template-history.active .article div.active {
    color: #000;
    font-weight: 400;
}

.template-history.active .article span.active {
    color: #000;
    font-weight: 400;
}

.template-history.active .article p.active {
    color: #000;
    font-weight: 400;
}
.o-instytucie {
    overflow: hidden;
    margin: -7px 0 0
}

.o-instytucie p {
    font-size: 17px;
    line-height: 22px
}

.o-instytucie h3 {
    font-size: 23px;
    color: #735673;
    border-bottom: 1px solid #e8e8e8;
    padding: 31px 0 31px 20px;
    background: url(assets/img/icons/arrow-right-fiolet.jpg) left center no-repeat;
    margin-bottom: 53px
}

.download-img {
    position: relative;
    -webkit-border-radius: 10000px;
    border-radius: 10000px;
    overflow: hidden
}

.download-img:hover:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.2)
}

.download-img span {
    position: absolute;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    background: #735673;
    line-height: 47px;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    padding: 0 50px 0 25px;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 5
}

.download-img span:after {
    position: absolute;
    background: url(assets/img/icons/download-btn.png) center no-repeat;
    width: 20px;
    height: 15px;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    content: "";
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

blockquote {
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	font: italic normal lighter 100%;
	max-width: 730px;
	margin: 40px auto;
	padding: 40px;
	text-align: center;
	color: #735673;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	position: relative;
	font-family: Georgia, Times, 'Times New Roman', serif !important;
}

blockquote:after {
    position: absolute;
    background: url(assets/img/icons/blockquote.png) #FFF center no-repeat;
    width: 108px;
    height: 27px;
    top: -13px;
    left: 50%;
    margin-left: -54px;
    content: ""
}


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

ol.styled li {
    background: #f3f3f3;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    padding: 7px 0 7px 55px;
    margin-bottom: 14px;
    font-size: 17px;
    color: #404040;
    font-weight: 300;
    counter-increment: section
}

ol.styled li a {
    color: #404040;
    text-decoration: none;
    position: relative;
    display: block;
    margin-right: 25px;
    padding-right: 40px
}

ol.styled li a:after {
    position: absolute;
    background: url(assets/img/icons/arrow-black-right.png);
    width: 32px;
    height: 32px;
    background-size: 11px auto;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

ol.styled li a:hover:after {
    right: -10px
}

ol.styled li:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #735673;
    width: 40px;
    text-align: center;
    content: ""
}

ol.styled li:before {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    right: 0;
    content: counter(section);
    z-index: 1;
    text-align: center;
    width: 40px
}

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

ul.styled li {
    background: #f3f3f3;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    padding: 7px 20px 7px 55px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #404040;
    font-weight: 300
}

ul.styled li a {
    color: #404040;
    text-decoration: none
}

ul.styled li:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(assets/img/icons/arrow-white-right.png) #a481a4 center no-repeat;
    background-size: 11px auto;
    width: 40px;
    text-align: center;
    content: ""
}

.download {
    background: url(assets/img/icons/download-hover.png) #f3f3f3 left no-repeat;    
    position: relative;
    padding: 13px 70px 15px 84px;
    margin-bottom: 40px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-height: 64px
}

.click-link download {
	width: 30%;
	background: url(assets/img/icons/download-hover.png) left 0px no-repeat;
}

.download:hover a {
    background-image: url(assets/img/icons/download-hover.png)
}

.download a {
    position: absolute;
    background: url(assets/img/icons/download.png);
    width: 26px;
    height: 38px;
    right: 20px;
    top: 50%;
    margin-top: -19px
}

.download p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300
}

.download img {
    position: absolute;
    left: 0;
    top: -8px
}

.person {
    margin-bottom: 30px
}

.person span {
    background: url(assets/img/icons/arrow-white-right.png) #735673 25px center no-repeat;
    color: #FFF;
    display: inline-block;
    padding: 20px 30px 20px 70px;
    -webkit-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
    vertical-align: top;
    background-size: 16px auto
}

.person div {
    color: #000;
    display: inline-block;
    padding: 20px 30px;
    font-size: 17px;
    font-weight: 300;
    background: #f9f9f9;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    vertical-align: top
}

.info {
    margin-bottom: 40px
}

.info th {
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    padding-right: 50px;
    font-size: 20px;
    padding-bottom: 40px
}

.info td {
    vertical-align: top
}

.info td p {
    margin: 0
}

.projekt-info {
    text-align: center;
    height: 280px;
    background-size: cover;
    padding-top: 75px;
    position: relative
}

.projekt-info .bg-cover {
    position: absolute !important;
    background-size: cover !important;
    background-position: center;
    z-index: 10
}

.projekt-info > div {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    overflow: hidden;
    margin: 0 30px;
    position: relative;
    z-index: 12
}

.projekt-info .budz .projekt-info-box-left span {
    margin-top: 45px
}

.projekt-info .projekt-info-box-left {
    background: #735673;
    display: inline-block;
    vertical-align: top;
    height: 125px;
    padding: 0 0 0 35px
}

.projekt-info .projekt-info-box-left span {
    color: #FFF;
    background: url(assets/img/icons/arrow-white-right-small.png) left 10px no-repeat;
    font-size: 24px;
    font-weight: 700;
    padding-left: 22px;
    display: block;
    margin: 30px 25px 30px 0
}

.projekt-info .projekt-info-box-right {
    display: inline-block;
    vertical-align: top;
    height: 125px
}

.projekt-info .projekt-info-box-right span {
    font-size: 17px;
    font-weight: 300;
    display: block;
    margin: 50px 25px
}

.projekt-info .projekt-time {
    display: block;
    background: url(assets/img/icons/time-dot.png) top left no-repeat;
    height: 68px;
    padding-left: 25px;
    margin: 30px 30px 30px 20px
}

.projekt-info .projekt-time div {
    font-size: 14px;
    font-weight: 300
}

.projekt-info .projekt-time div:last-child {
    margin-top: 35px
}

.projekt-info .projekt-info-box-left {
    height: 126px
}

.project-item .search-results-item-col img {
    max-width: 140px
}

.project-item.search-results-item .search-results-item-col {
    padding: 0 15px
}

.project-item .pi-nr {
    width: 5% !important
}

.project-item .pi-icon {
    width: 15% !important
}

.project-item .pi-chef {
    width: 20% !important
}

.project-item .pi-chef .fin {
    white-space: normal;
    word-wrap: break-word
}

.project-item .pi-chef .dofin {
    white-space: normal;
    word-wrap: break-word
}

.project-item .pi-info {
    width: 15% !important;
    word-break: break-word
}

    .projekt-info .projekt-info-box-left {
        height: 126px
    }

    .project-item .search-results-item-col img {
        max-width: 120px
    }

    .project-item.search-results-item .search-results-item-col {
        padding: 0 15px
    }

    .project-item .pi-nr {
        width: 5% !important
    }

    .project-item .pi-icon {
        width: 15% !important;
        display: none
    }

    .project-item .pi-chef {
        width: 10% !important
    }

    .project-item .pi-chef .fin {
        white-space: normal;
        word-wrap: break-word
    }

    .project-item .pi-chef .dofin {
        white-space: normal;
        word-wrap: break-word
    }

    .project-item .pi-info {
        width: 15% !important;
        word-break: break-word
    }

.praca-info {
    width: 100%;
    max-width: 1045px;
    height: 277px;
    position: relative;
    margin: 30px auto
}

.praca-info .bg-cover {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.praca-info p {
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    margin: 90px 80px 0 100px;
    display: inline-block;
    position: relative
}

.praca-info p span {
    font-weight: 300;
    display: block;
    font-size: 17px;
    margin-bottom: 15px
}

.praca-info .praca-info-person {
    position: absolute;
    background: url(assets/img/icons/arrow-white-right.png) #735673 25px center no-repeat;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: top;
    background-size: 16px auto;
    font-size: 17px;
    font-weight: 700;
    padding: 39px 40px 39px 70px;
    top: -45px;
    left: 60px
}

.praca-info .praca-info-date {
    position: absolute;
    background: #f9f9f9;
    color: #000;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: top;
    background-size: 16px auto;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 40px;
    top: -30px;
    right: 60px;
    font-weight: 300
}

.praca-info .praca-info-promotor {
    position: absolute;
    background: #f9f9f9;
    color: #000;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: top;
    background-size: 16px auto;
    font-size: 17px;
    padding: 20px 40px;
    bottom: -30px;
    left: 60px;
    font-weight: 300
}


.procedury {
    margin-top: 0
}

.procedury .search-results-item .search-results-item-col:nth-child(3), .procedury .search-results-item .search-results-item-col:nth-child(4) {
    vertical-align: top
}

.procedury .search-results-item .search-results-item-col:nth-child(4) .top:first-child {
    margin: 25px 0 43px
}

.poradniki-item {
    height: 670px
}

.poradniki-item, .poradniki-item.bg1, .poradniki-item:nth-child(2n) {
    background: #fff
}

.poradniki-item.bg2 {
    background: #f5f5f5
}

.poradniki-item.bg3 {
    background: #fff
}

.poradniki-item.bg4 {
    background: #f5f5f5
}

.poradniki-item.bg5 {
    background: #fff
}

.poradniki-item.bg6 {
    background: #f5f5f5
}

.poradniki-item.bg7 {
    background: #fff
}

.poradniki-item.bg8 {
    background: #f5f5f5
}

.poradniki-item.bg9 {
    background: #fff
}

.poradniki-item.bg10 {
    background: #f5f5f5
}

.poradniki-item.bg11 {
    background: #fff
}

.poradniki-item.bg12 {
    background: #f5f5f5
}


.dyrektor-top a {
    color: inherit;
    text-decoration: none
}

.dyrektor-item-toggle a {
    color: #fff;
    text-decoration: none
}

.dyrektor-top a:hover {
    text-decoration: underline
}

.dyrektor-item-toggle a:hover {
    text-decoration: underline
}
.dyrektor-box .dyrektor-item .dyrektor-item-toggle {
    padding-left: 45px;
    padding-right: 45px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}
.dyrektor-top .dyrektor-top-left span {
    display: block;
    width: 100%
}

.dyrektor-box .dyrektor-item span {
    display: block;
    width: 100%
}

.dyrektor-box .dyrektor-item span.email {
    margin: 23px 0;
    display: block
}
/*------------------------------------*\
    REJESTRACJA
\*------------------------------------*/

.box-register {
    background: #e61f2b;
    text-decoration: none;
    text-align:center;
    width: 150px;
    height:100px;
	margin-top:-108px;
	margin-left:180px;
}
.box-register span {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin: 50px 0px 0px 5px;
	padding-top: 120px;
}
/*--------------------------------------------------------------
# Struktura organizacyjna
--------------------------------------------------------------*/
.tree, .easy-tree { 
	font-size: 14px;
	font-weight: lighter!important;
    background-color: transparent; 
}
/* .tree > ul { padding-left: 0px;}*/
.tree ul { padding-left: 30px; }
.tree > ul { margin-left: -30px; }
.tree li { list-style-type: none; margin: 0px; padding: 10px 5px 0px; position: relative;}

.skrot {
	border: 1 #666699 solid;
	display: inline-block;
	background-color: rgb(204, 153, 255);
	color: rgb(255, 255, 255);
	padding: 4px;
	min-width: 30px;
	text-align: center;
}
.nazwad {
	margin: 0 0 0 -4px;
	border: 2 #C0C0C0 solid;
	display: inline-block;
	background-color: rgb(224, 224, 224);
	color: rgb(255, 255, 255);
	padding: 4px;
	min-width: 30px;
	text-align: left;
}
.nazwaz {
	margin: 0 0 0 -4px;
	border: 2 #C0C0C0 solid;
	display: inline-block;
	background-color: rgb(210, 210, 210);
	color: rgb(255, 255, 255);
	padding: 4px;
	min-width: 100px;
	text-align: left;
}
.nazwak {
	margin: 0 0 0 -4px;
	border: 2 #C0C0C0 solid;
	display: inline-block;
	background-color: rgb(183, 183, 183);
	color: rgb(255, 255, 255);
	padding: 4px;
	min-width: 100px;
	text-align: left;
}
.nazwao {
	margin: 0 0 0 -4px;
	border: 2 #C0C0C0 solid;
	display: inline-block;
	background-color: rgb(134, 134, 134);
	color: rgb(255, 255, 255);
	padding: 4px;
	min-width: 100px;
	text-align: left;
}
.nazwag {
	margin: 0 0 0 -4px;
	border: 2 #C0C0C0 solid;
	display: inline-block;
	background-color: rgb(102, 102, 102);
	color: rgb(255, 255, 255);
	padding: 4px;
	min-width: 100px;
	text-align: left;
}


.easy-tree { background-color: transparent; }
.easy-tree ul { padding-left: 40px; }
.easy-tree > ul { padding-left: 0px; }
.easy-tree > ul { margin-left: -30px; }
.easy-tree li {
	list-style-type: none;
	margin: 0px;
	padding: 20px 5px 0px;
	position: relative;}
.easy-tree ul > li > ul > li > ul > li { padding-top: 8px; }
.easy-tree li::before, .easy-tree li::after { content: ""; left: -30px; position: absolute; right: auto; }
.easy-tree li::before { border-left: 1px solid rgb(187, 187, 187); bottom: 50px; height: 100%; top: 0px; width: 1px; }
.easy-tree li::after { border-top: 1px solid rgb(187, 187, 187); height: 20px; top: 37px; width: 35px; }
.easy-tree ul > li > ul > li > ul > li::after { top: 26px; }
.easy-tree li > span { border-radius: 0px; display: inline-block; padding: 5px 8px 5px 5px; text-decoration: none; transition: background 0.2s ease 0s; cursor: pointer; color: rgb(255, 255, 255); }
.easy-tree li.parent_li > span { 
	cursor: pointer; 
	-webkit-border-radius: 0 1000px 1000px 0;
	border-radius: 0 1000px 1000px 0;
}
.easy-tree > ul > li::before, .easy-tree > ul > li::after { border: 0px none; }
.easy-tree li:last-child::before { height: 36px; }
.easy-tree ul.lvl-0 > li:first-child > ul > li:first-child { padding-top: 40px; }
.easy-tree ul.lvl-0 > li:first-child > ul > li:first-child::after { top: 56px; }
.easy-tree ul > li > ul > li > ul > li:last-child { padding-bottom: 20px; }
.easy-tree ul > li > ul > li > ul > li:last-child::before { height: 27px; }
.easy-tree li.parent_li > span:hover, .easy-tree li.parent_li > span:hover + ul li span {  }
.easy-tree li > span { color: rgb(255, 255, 255) !important; text-decoration: none !important; }
.easy-tree li > span > span.skrot { float: left; display: inline-block; background-color: rgb(204, 153, 255); color: rgb(51, 51, 51); padding: 2px; min-width: 30px; margin-right: 4px; text-align: center; }
.easy-tree li > span > span.nazwa { float: left; display: inline-block; padding: 2px 0px 2px 2px; }

/*--------------------------------------------------------------
# W LICZBACH
--------------------------------------------------------------*/
.mod_sloganrotator { text-align: center; background: #4ea1c9; color: rgb(255, 255, 255); }
.mod_sloganrotator h3 { text-align: center; padding: 20px 0 0; }
.mod_sloganrotator .slogan-simple { width: 200px; padding: 0px 20px; text-align: center; margin-bottom: 20px;}
.mod_sloganrotator .slogan-simple .number { height: 80px; padding: 30px 0px 0px 0; font-size: 40px; line-height: 5px; color: rgb(83, 99, 124); }
.mod_sloganrotator .slogan-simple .name { padding: 0px 0px 20px 0; font-size: 12px; line-height: 12px; text-transform: uppercase; }

.slogan-list { display: flex; flex-wrap: wrap; justify-content: center;}
.slogan-simple { display: flex; float: none; width: 25%; box-sizing: border-box; margin-top: 30px; }
.slogan-simple .inside { width: 100%; background: rgb(0, 174, 239); }
.slogan-simple .number { color: rgb(255, 255, 255) !important; }
.slogan-simple .name { background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; }

.male { 
	font-size: 10px;
	color: rgb(255, 255, 255) !important;
	text-align: left;}
	
	
/*--------------------------------------------------------------
# LOGA
--------------------------------------------------------------*/

.loga-footer {
	width:100%!important;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	text-align:center!important;
}
.loga-name {
	width: 19%;
	text-align: center!important;
	float: left;
}

/*--------------------------------------------------------------
# Newsy
--------------------------------------------------------------*/
.wp-post-image, .entry-footer .cat-links, .nav-previous, .nav-next {
	
}
.news-text .linki {
	color: #646363;
	font-size: 14px!important;
	font-weight: lighter!important;
    	background-color:#87E8FF!important;
    	text-decoration:none;
	padding: 0 20px;
}
/*--------------------------------------------------------------
# LINKI 
--------------------------------------------------------------*/

    .linki a:link  {
    	color: #033333;
    	background-color:#800000!important;
    	border: 0;
    	padding: 5;
    	text-decoration:none;
    }
    .linki a:visited {
    	color:#000000;
    	background-color: #87E8FF;
    	border: 0;
    	padding: 5;
    	text-decoration:none;
    }
    .linki a:hover {
    	color:#FFFFFF;
    	background-color:#b90dbe;
    	border:0;
    	padding: 5;
    	text-decoration:none;}
   
/*--------------------------------------------------------------
# autor i data
--------------------------------------------------------------*/

.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}
