#logo {
	position: absolute;
	top: 80px;
	left: 34px;
	z-index: 200;
	width: 210px;
	height: 210px;
}

/************************************************/
#c-site-title a {
	color: #15549e;
	text-decoration: none;
}

/************************************************/
#top-icons a {
	display: block;
	float: left;
}

#top-icons > a {
	margin-left: 17px;
	margin-top: 12px;
}

#top-icons > img {
	margin-left: 22px;
}

#top-icons a:first-child {
	margin-left: 0;
}

#top-icons a img {
	display: block;
}

#top-icons a:hover,
#top-icons a:active {
	opacity: 0.8;
}

/************************************************/
#c-header #header #c-header-image {
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
}

#c-header #header #c-header-image #header-image-foil {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0;
	z-index: 50;
	background: url('/img/header/foil.png') repeat-x left top;
	background-size: cover;
}

#c-header #header #c-header-image #header-image-foil {
	top: 0px;
}

#c-header #header #header-image {
	width: inherit;
	height: inherit;
	position: relative;
	overflow: hidden;
}

#c-header #header #header-image > img {
	width: inherit;
	height: inherit;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#c-header #header #header-image > img.active {
	z-index:10;
}

#c-header #header #header-image > img.last-active {
    z-index:9;
}

/************************************************/
#main-menu {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	text-shadow: 1px 2px 2px rgba(0,0,0, 0.3);
	text-transform: uppercase;
}

#main-menu ul {
	list-style: none;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
	background: url("/img/main-menu-sep.png") no-repeat 0 27px;
	padding-left: 6px;
}

#main-menu ul li:first-child {
    background: none;
    padding-left: 0;
}

#main-menu a {
	display: inline-block;
	color: #fff;
	padding: 0 50px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
}

#main-menu li:hover a,
#main-menu a:hover,
#main-menu a:active {
	text-decoration: none;
	color: #fff;
}

#main-menu a:hover {
	text-shadow: 0 0 5px #fff;	
}

#main-menu .responsive {
	display: none;
}

#main-menu li.banner,
#main-menu li.l-menu,
#main-menu .left-menu-header {
	display: none;
}

/************************************************/
.banners {
	margin: 0 auto 30px auto;
	text-shadow: 1px 2px 2px rgba(0,0,0, 0.3);
}

.banners ul {
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 1px;
}

.banners ul li {
	width: 100%;
	display: table-row;
}

.banners ul li.v-sep {
}

.banners a {
	display: table-cell;
	height: 56px;
	vertical-align: middle;
	padding: 3px 10px;
	margin-bottom: 1px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #194261;
	font-style: italic;
	background: url('/img/bg-banner-yellow.png') repeat-x left top;
}

.banners a:hover {
	text-decoration: none;
	text-shadow: 0 0 5px #fff;
	background: url('/img/bg-banner-yellow-h.png') repeat-x left top;
}

.banners a.red-txt {
	color: #e32819;
}

nav + .banners {
	margin-top: 60px;
}

/************************************************/
#left-recommended a {
    display: block;
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

#left-recommended a:first-child {
    border-top: 1px solid #e5e5e5;
}

#left-recommended a:hover {
    opacity: 0.8
}

/************************************************/
ul.left-menu {
	list-style: none;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	text-shadow: 1px 2px 2px rgba(0,0,0, 0.3);
}

.left-menu-header {
	color: #15549e;
	font-size: 22px;
	line-height: 26px;
	padding: 8px 15px 6px 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #15549e !important;
}

ul.left-menu li + .left-menu-header {
	margin-top: 30px;
}

ul.left-menu li {
	border-bottom: 1px solid #eee;
}

ul.left-menu li a {
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #343333;
	padding: 19px 15px 14px 15px;
}

ul.left-menu li a.active {
	color: #15549e;
}

ul.left-menu li ul {
	list-style: none;
}

ul.left-menu li ul li {
	padding: 0 7px 0 19px;
	border: none;
}

ul.left-menu li ul li:last-child {
	margin-bottom: 10px;
}

ul.left-menu li ul li a {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #343333;
	padding: 8px 15px;
}

ul.left-menu li ul li a.active {
	color: #15549e;
}

/************************************************/
#c-title-h1,
#s-content h1 {
	text-align: left;
}

#c-title-h1 {
	padding: 8px 0 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 32px;
}

#c-title-h1 h1 {
	color: #000;
}

#s-content h1,
#s-content h2 {
	margin: 0 0 10px 0; 
}

#s-content h2 {
	margin-top: 60px;
}

#s-content h3 {
	margin-top: 30px;
}

#s-content {
	min-height: 200px;
}

/*** aktualnosci *****************************************************/
.news {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.news > .min-image {
    float: left;
    width: 120px;
    margin: 0 20px;
}

.news > .min-image img {
}

.news > .txt {
    float: left;
    width: 710px;
}

.news > .txt > .title {
    color: #000;
    font-weight: bold;
}

.news > .txt > .title a {
    color: #000;
}

.news > .txt > .date {
    color: #787878;
}

.news > .txt > .header {
	color: #2e2e2e;
}

.news > .txt > .more {
    padding: 5px 0;
    text-align: right;
}

.news > .txt > .more a {
    color: #007cc3;
}

.thumb-clickable {
    cursor: pointer;
}

.news .news-thumb {
    border-radius: 60px;
    height: 120px;
    width: 120px;
}

/*** newsy - archiwum **************************************************/
.news-arch {
	margin: 60px 0 0 160px !important;
	padding-top: 20px;
	width: 330px;
	border-top: 1px solid #e5e5e5;
}

#s-content .news-arch h2 {
	margin-top: 0;
	font-size: 30px;
	text-transform: none;
}

.news-arch ul {
	list-style: none;
	margin-left: 0 !important;
}

.news-arch ul li:before {
    content: "-";
    padding-right: 7px;
}

.news-arch a {
	color: #2c2c2c;
}

/*** news - wyswietlenie **************************************************/
.news-show {
	
}

.news-show > .date {
	margin-bottom: 20px;
}

.news-show > .header {
	font-weight: 700;
	margin-bottom: 40px
}

.news-show > .img {
	text-align: center;
}

.news-show > .img img {
	margin-bottom: 20px;
}

.news-gallery {
	margin-top: 60px;
}

.news-gallery:empty {
	display: none;
}

/*********************************************************/
#s-content ul,
#s-content ol {
	margin-left: 25px;
}

/*** komponenty ******************************************************/
.cmp {
	margin-bottom: 20px;
}

/*** komponent tekst **************************************************/
.cmp-text {
	
}

#s-content .cmp-text:first-child > h2:first-child {
	margin-top: 0 !important;
}

.cmp-text ul,
.cmp-text ol,
.news-show ul,
.news-show ol,
.news > .txt > .header ul,
.news > .txt > .header ol {
	margin-left: 25px;
}

.cmp-text ul li,
.cmp-text ol li,
.news-show ul li,
.news-show ol li,
.news > .txt > .header ul li,
.news > .txt > .header ol li {
	margin-bottom: 10px;
}

.cmp-text li ul,
.news-show li ul,
.news > .txt > .header li ul {
	margin-top: 10px;	
}

.cmp-text p,
.news-show p,
.news > .txt > .header p {
	margin-bottom: 10px;
}

.cmp-text table th,
.cmp-text table td,
.news-show table th,
.news-show table td,
.news > .txt > .header table th,
.news > .txt > .header table td {
	padding: 5px;
	vertical-align: top;
}

/*** komponent link **************************************************/
.cmp-link + .cmp {
	margin-top: 20px;
}

.cmp-link {
	margin: 0 0 10px 0 !important;
}

.cmp-link > a {
	
}

/*** komponent plik **************************************************/
.cmp-file {
	
}

.cmp-file > .icon {
	width: 50px;
	float: left;
	padding-right: 15px;
	text-align: center;
}

.cmp-file > .icon img {
	max-width: 50px;
	max-height: 65px;
}

.cmp-file > .icon > .size {
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #bbb;
	
	display: none;
}

.cmp-file > .txt {
	width: 805px;
	float: left;
}

.cmp-file > .txt > .title {
	
}

.cmp-file > .txt > .desc {
	
}

/*** komponent obrazek **************************************************/
.cmp-image img {
    margin-bottom: 20px;
}

.cmp-image > .left {
	float: left;
	margin-right: 20px;
}

.cmp-image > .center {
	float: none;
	text-align: center;
}

.cmp-image > .right {
	float: right;
	margin-left: 20px;
}

.cmp-image > .left img,
.cmp-image > .right img {
	max-width: 425px;
}

/*** komponent film **************************************************/
.cmp-movie {
	
}

.cmp-movie > .image {
	max-width: 200px;
	cursor: pointer;
}

.cmp-movie > .image img {
	
}

.cmp-movie > .title {
	
}

.cmp-movie > .movie {
	text-align: center;
}

.cmp-movie > .movie > iframe {
	width: 100%;
	height: 486px; 
}

/*** komponent mapa dojazdu **************************************************/
.cmp-gmap {
	text-align: center;
}

.cmp-gmap > iframe {
	width: 100%;
	height: 450px;
}

.cmp-gmap > a {
	font-size: 12px;
}

/*** komponent galeria **************************************************/
.cmp-gallery {
	
}

.cmp-gallery img:hover,
.cmp-gallery img:active {
	outline: 1px solid #000; 
}

.cmp-gallery > img {
	max-width: 100%;
	cursor: pointer;
}

.cmp-gallery.n-image > .item {
	float: left;
	margin: 5px;
	width: 164px;
	height: 123px;
	line-height: 123px;
	text-align: center;
}

.cmp-gallery.n-image > .item > img {
	display: inline-block;
	max-width: 164px;
	max-height: 123px;
	vertical-align: middle;
	cursor: pointer;
}

.cmp-gallery > .item > .title {
	display: none;
}

/*****************************************************/
#overlay-content > .popup {
	max-width: 980px;
	padding: 5px;
	margin-bottom: 25px;
	background: #cdcdcd;
	box-shadow: 0 0 10px #000;
	display: inline-block;
	position: relative;
	text-align: center;
}

#overlay-content > .popup.fullscreen {
	max-width: 90%;
}

#overlay-content > .popup > iframe {
	width: 640px;
	height: 480px;
}

#overlay-content > .popup img {
	max-width: 980px;
	max-height: 3000px;  
}

#overlay-content > .popup .item {
	display: none;
}

#overlay-content > .popup .item.active {
	display: inline-block;
}

#overlay-content > .popup.fullscreen img {
	max-width: 100%;
	display: inline-block;
}

#overlay-content > .popup img.active {
	display: inline-block;
}

#overlay-content >.popup > .title,
#overlay-content >.popup .item > .title {
	padding-top: 5px;
	max-width: 600px;
	margin: 0 auto;
	display: block; 
}

#overlay-content >.popup > .title {
	display: none;
}


#overlay-content >.popup > .title.active {
	display: block; 
}


#overlay-content >.popup .item > .title:empty,
#overlay-content >.popup .title:empty {
	display: none !important;
}

/*--- ---*/
#overlay-content > .popup > .gallery-change {
	width: 50px;
	height: 100px;
	position: absolute;	
	top: 50%;
	margin-top: -50px;
	z-index: 100;
	display: none;
	cursor: pointer;
}

#overlay-content > .popup:hover > .gallery-change {
	display: block;
}

#overlay-content > .popup > .gallery-change:focus {
	outline: 2px solid #fff;
}

#overlay-content > .popup > #gallery-left {
	left: 5px;
	background: url('/img/gallery-left.png') no-repeat left top; 
}

#overlay-content > .popup > #gallery-right {
	right: 5px;
	background: url('/img/gallery-right.png') no-repeat left top; 
}

/*****************************************************/
.cursor-pointer {
	cursor: pointer;
}

.back-section {
	margin-top: 25px;
	text-align: center;
}

/************************************************/
#logotypes {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#logotypes > img,
#logotypes > a {
	display: inline-block;
	margin: 0 10px;
}

#logotypes a:hover {
	opacity: 0.8;
}

#logotypes a img {
	display: block;
	margin: 0 auto;
}

/************************************************/
#footer {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 16px;
	line-height: 26px;
	text-shadow: 1px 2px 2px rgba(0,0,0, 0.3);
	font-family: 'Titillium Web', sans-serif;
}

#footer strong {
	font-weight: 600;
}

#footer a {
	color: #d3e3f7;
}

#footer a:hover,
#footer a:active {
	color: #fff;
}

#footer-menu {
	float: left;
	margin-left: 22px;
}

#footer-menu ul {
	list-style: none;
	display: block;
	float: left;
	width: 350px;
	margin-right: 20px;
	line-height: 20px;
}

#footer-menu ul:first-child {
	width: 240px;
}

#footer-menu ul li {
	padding-bottom: 6px;
}

#footer-menu .left-menu-header {
	margin-top: 20px;
	color: #d3e3f7;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3e3f7 !important;
	padding-top: 0;
	font-size: 16px;
	line-height: 26px;
}

#footer-address {
	width: 307px;
	float: right;
	margin-right: 20px;
	margin-top: -4px;
}

#lioosys {
	margin: 75px 0 0 0;
	text-align: left;
}

/************************************************/
#ver-switch-left {
	margin-bottom: 24px;
}

#ver-switch-left a:hover {
	opacity: 0.9;
}

#ver-switch-header {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 200;
    width: 137px;
    height: 45px;
    display: none;
}