/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel  .owl-prev,
.owl-carousel  .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
 .owl-dots {display:table;margin:0px auto;}
 .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline ;
}

.owl-dots .owl-dot span{
	width:17px;
	height:2px;
	margin:0px 2px;
	background:#7D8B96;
	display:block;
	
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
	background:#AB986D
}
.owl-stage {margin:0px auto;}
/** ----------------------------------------------------------
 *
 * Contains the main layout of the page and the individual styles.
 * Acts as the main stylesheet for theme.
 *
 *		Include your notes or table of contents below....
 *		Include color hex's or values of your grid
 *
 *		1. OOCSS GRID
 *		2. MAIN LAYOUT
 *		3. HEADER
 *			- Brand
 *			- Search Form
 *		4. Navigation
 *			- Primary Navigation
 *			- tablet Navi#newsgation
 *			- Secondary Navigation
 *			- Secondary Nav 2-5 Levels deep
 *		5. Mixed
 *		6. Footer
 *		7. Page Specific Layout
 *			- Homepage
 *			- Search Results
 *		8. Device and Responsive Layout
 *			- Breakpoint 960px
 *			- Breakpoint 640px
 *				- Search Form
 *				- Main Content
 *		9. Print Styles
 *			- Simple Theme custom print styles
 *
 * @author Your Name <email@silverstripe.com>
 * ------------------------------------------------------- */

/* OOCSS Grid
* https://github.com/stubbornella/oocss/wiki/grids
*/
a img  {border:0;}
.line, /* line - Groups units on one horizontal line. Note: for mobile layout units may be stacked to avoid horizontal scrolling. */
.lastUnit {
	overflow:hidden;
	*overflow:visible;
	*zoom:1;
	padding:0 10px;
}
.unit { /* unit - Base class which divides a line into sections (columns). */
	float:left;
	padding:0 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box; /* box-sizing:border-box; creates a box-model where 
	padding and border are NOT added onto the width - they are included in the width, 
	so a 200px wide element with 20px padding will be 200px, NOT 240px wide */
}
.unitRightv { /* Use this class if you want to offset a column eg: |--content(.unit)--|--content(.unit)--|--no-content--|--no-content--|--content(.unitRighttv)--| */
	float:right;
}

/* sizeXofY - Extends unit. Indicates the fractional width of the unit, for example size3of4 would take up three quarters, or 75%, of the horizontal space. 
The following fractions are supported: 1, 1/2, 1/3, 2/3, 1/4, 3/4, 1/5, 2/5, 3/5, 4/5 */
/* It is possible to add more columns if you wish you will just have to add the fractions that are missing eg: .size1of6 {width:16.66666%;} */

.size1of1 {
	float:none;
}
.size1of2 {
	width:50%;
}
.size1of3 {
	width:33.33333%;
}
.size2of3 {
	width:66.66666%;
}
.size1of4 {
	width:25%;
}
.size3of4 {
	width:75%;
}
.size1of5 {
	width:20%;
}
.size2of5 {
	width:40%;
}
.size3of5 {
	width:60%;
}
.size4of5 {
	width:80%;
}
.lastUnit { /* lastUnit - Extends unit. Applied to the last child of every line. */
	float:none;
	width:auto;
	_position:relative; /* Bug fix for IE6 - Internet Explorer 6 and below wouldn't fail on properties that were prefixed with non-alphanumeric characters. 
	meaning that anything prefixed with _ wouldn't be picked up by any other browsers */
	_left:-3px;
	_margin-right:-3px;
}

/* MAIN LAYOUT */
body {
    margin: 0;
    background: #eaeaea;
    min-width: 240px; 
    -webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
	border-top:6px solid #0d2b43;
	color:#0b2f4e;
	font-family: 'Source Sans Pro', sans-serif;font-size:15px;
}
 .cell {display:none;}

p { line-height:22px;padding:0px 0 24px 0;color:#3d4042;margin:0px;}
strong {font-weight:bold;}
	.ie7 body,
	.ie8 body {
	    min-width: 860px; /* media queries are not supported in ie7/8 without a polyfill */
	}
	.main {
	   background: #F1F5F6;
	    padding: 0px;
	    min-height: 300px;
	}
	.inner {
	    width:95%;
	    margin: 0 auto;
	      max-width:890px;padding:0px;  
        border:1px solid #ACACAC;
        background:#fff;
        overflow:hidden;
       
	}
	.ie6 .inner {
	    width: 960px;
	}
	.no-sidebar .content-container {
	    float: left;
	    width:100%; /* makes content container full width when there is no sidebar */
	}
	.sidebar { /* this is the sidebar element */
	    margin-top: 12px;
	}
	.no-sidebar .sidebar {
		display: none;
	}


/* HEADER */
.header {
   
}
	.header .inner {
	    padding-top: 45px;
	    position: relative;
	    min-height: 72px;
	}

	/* Brand */
	header .brand, header .brand:hover {
	    float: left;
	    color: #fff;
	    display: inline-block;
	}
		.brand h1 {
		    margin: 0;
		    padding: 0;
		    font-size: 48px;
		    font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-sans-serif;
		    color: #fff;
		    font-weight: 600;
		    font-stretch: normal; /* default value. No font stretching */
		    line-height: 1em;
		}
		.brand p {
		    color: #888;
		    margin-bottom: 22px;
		}

 
		



/* NAVIGATION */

	

	/* Tablet Navigation */
	/* When navigation and logo overlap tablet-nav is initialized */
	.tablet-nav .brand p {
	    margin-bottom: 0;
	}
	.tablet-nav .header .inner {
	    padding-top: 20px;
	}
 
		.tablet-nav .header .primary ul li {
		    white-space: nowrap;
		}
			.tablet-nav .header .primary ul li a { /* there is no hover on touch devices so no transition on hover is necessary */
			    -moz-transition: none;
			    -webkit-transition: none;
			    transition: none;
			}
	.tablet-nav .footer .right {
	    float: left;
	    width: 100%;
	}

	/* Secondary navigation */
	.main .secondary h3 {
	    font-size: 20px;
	    color: #AAA;
	    margin: 0 0 8px 0;
	    font-family: "CamboRegular",    sans-serif;
	    font-weight: normal;
	}
	



/* MIXED */
header:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer:after { /* clearfix */
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
.search-bar form input.action,
.header .primary li a,
.footer a { /* adds color transition when links/inputs on hover */
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer a.brand { color: #333; margin-left: 0; }
.footer a.brand:hover { color: #B80000; }
body h1 span.amp {
    font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",Georgia;
    font-style: italic;
}


/* FOOTER */
.footer {
    color: #999;
    background: #ededed;
    padding: 20px 0;
    font-size: 11px;
    line-height: 22px;  position:relative;z-index:82;  margin:0px;
}
	.footer a:link, .footer a:visited {
	    color: #999;
	}
	.footer a:hover {
	    color: #999;
	}
	.footer .left {
	    float: left;
	    color: #000;
	    display: block;
	    margin-bottom: 10px;
	}
	.footer .right {
	    float: right;
	    display: block;
	    margin-bottom: 10px;
	}
	.footer span {
	    padding: 0 3px;
	    color: #bbb;
	}
	.footer .primary,
	.footer .primary ul {
	    display: inline;
	    margin: 0;
	    padding: 0;
	}
		.footer .primary li {
		    display: inline;
		}
	.ie6 .footer .primary li,
	.ie7 .footer .primary li { /* this is a bugfix for ie6/7 */
	    display: inline;
	    zoom: 1;
	    margin-right: 10px;
	}
	.footer .primary li:after { /* adds '/' to separate the footer navigation items */
	    padding: 0 3px 0 5px;
	    content: '/';
	    color: #999;
	}
	.footer .primary li:last-child:after {
	    content: ''; /* makes sure last nav item doesn't have a '/' following it */
	}
	.footer .arrow {
	    padding: 0 8px 0 5px;
	    color: #b80000;
	    font-size: 13px;
	}
	.footer .primary .nav-open-button {
	    display: none; /* the footer includes the primary nav include - this makes sure the nav open close button doesn't show up */
	}

/* PAGE SPECIFIC LAYOUT */

	/* Homepage */
		/* currently no Hompage specific styles - feel free to add your own */

	/* Search Results */
	.typography .searchResults h1 {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.searchResults p.searchQuery {
	    margin-bottom: 10px;
	    font-size: 15px;
	    font-weight: bold; display:none;
	}
	.searchResults ul#SearchResults {
	    padding: 0;
	    border-bottom: 1px solid #e5e5e5;
	    margin:0;
	}
		.srodek .searchResults ul#SearchResults li {
		    border-top: 1px solid #e5e5e5;
		    padding: 0 0 25px 0;  margin:0;
		    list-style-type: none;
		}
    	.srodek .searchResults ul#SearchResults li h4 a {font-size:26px;font-weight:bold;text-decoration:none;}
		.searchResults ul#SearchResults p {
		    margin-bottom: 10px; color:#666666;
		}
	   .highlight {color:#1E365A;font-weight:bold;}

/* DEVICE & RESPONSIVE LAYOUT */
.header .nav-open-button {
    display: none; /* removes the nav toggle button for desktop site */
}
#media-query-trigger {
    /* instead of detecting the width of the window in simple/javascript/script.js it detects the visibility of this element (which is set using media queries) 
    instead to trigger the hiding/showing of nav and search in mobile mode */
    display: none;
    visibility: hidden;    
}

 

 

/* Print Styles */

/* Based on HTML5 boilerplate print styles */
@media print {
	* {
	    background: transparent !important;
	    color: black !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
	}
	a,
	a:visited {
	    text-decoration: underline
	}
	a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

	thead {
	    display: table-header-group
	}
	tr,
	img {
	    page-break-inside: avoid
	}
	img {
	    max-width: 100% !important
	}
	pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Simple theme custom print styles */
	.header,
	.footer,
    .nav-open-button,
    .search-bar,
    .search-dropdown-icon,
    nav.primary {
	    display: none;
	}
}

.intro {overflow:hidden;min-height:748px;position:relative;z-index:1;}
.zaslonka {background: url('../images/kunicki_03.png')   repeat  ; position:absolute;top:0px;bottom:0px;right:0px;left:0px;z-index:10; }
.introin {background: url('../images/mainfoto0.png') top center no-repeat;position:absolute;top:0px;bottom:0px;right:0px;left:0px;z-index:20;}
.introinin {background: none;position:absolute;top:0px;bottom:0px;right:0px;left:0px;z-index:30;}
.wiad {min-height:560px;}
#contact, #aktukotew{width:100%;height:1px;margin:0px;padding:0px;min-height:65px;}
.intronav li {display:inline; float:left; list-style:none; font-size:16px;line-height:45px;padding:0 20px;text-transform:uppercase; }

.intronav li a:link,.intronav li a:visited {color:#444;}
.intronav li a:hover {color:#000;}
.intronav li.current a {color:#870101;}
.introtext   {margin:0px auto;text-align:center;padding-top:195px;color:#fff;}
.introtext h2 {color:#fff;  font-family: "UbuntuLight",    sans-serif;font-size:66px;line-height:75px;}
.introtext h2 strong {color:#fff;  font-size:66px;line-height:75px;}
.introtext p {background: url('../images/kunicki_11.png') bottom center no-repeat;color:#fff;display:block;  font-family: "UbuntuMedium",    sans-serif;font-size:20px;line-height:28px;text-transform:uppercase;border:2px solid #fff;max-width:320px;margin:0px auto;margin-top:35px;padding:  0;}
.introtext a, .introtext a:link,.introtext a:visited,.introtext a:hover {color:#fff;display:block;padding:15px 0 35px 0;}
.about {overflow:hidden;margin:0px auto;position:relative;z-index:1;padding:90px 0 90px 0;}
.about h3, .contentin h2 {font-size:40px;line-height:40px; padding-bottom:30px;color:#000;font-family: "UbuntuLight",    sans-serif;}
.about .aboutme {overflow:hidden;}
h2.thanks {font-size:26px;margin:0px auto;text-align:left;line-height:30px; padding :30px;color:#870101;}

.wiad2 h3 {background: url('../images/kunicki_36.png') 0 0%   no-repeat;font-size:30px;line-height:70px; padding-left:60px; padding-bottom:30px;color:#000;font-family: "UbuntuLight",    sans-serif;}
 .wiad2 h3 a:link , .wiad2 h3 a:hover, .wiad2 h3 a:visited {color:#000;}
 .wiad2 li {list-style:none;background: url('../images/kunicki_40.png') 100% 50%   no-repeat;border-bottom:2px solid #e2e5e6;padding:25px 35px 25px 0;}
 .wiad2 li a:link,  .wiad2 li a:hover,  .wiad2 li a:visited {color:#505456;  font-family: Arial,    sans-serif;font-size:16px;line-height:24px;}
.wiad2 li a:hover {color:#000;}
.wiad2 li:hover {}
.contentin h2 {font-size:40px;line-height:40px; padding-bottom:30px;color:#000;font-family: "UbuntuLight",    sans-serif;}
#aktualnosci.content h2  {font-size:24px;line-height:24px; padding-bottom:12px;color:#000;font-family: "UbuntuLight",    sans-serif;}
#aktualnosci.content a {color:#505456;}
#aktualnosci.content h2 a {color:#000;}
#aktualnosci.content .textart {overflow:auto;}
#aktualnosci article {border-bottom:2px solid #e2e5e6;padding:25px 35px 35px 0;}
.more { background: url('../images/kunicki_10.png') 100% 50% no-repeat; padding:20px 40px 20px 0px;font-family: "UbuntuMedium",    sans-serif;font-size:12px;line-height:58px;color:#870101;text-transform:uppercase;}
.foto {width:100%;height:156px;overflow:hidden;position:relative;z-index:1;clear:both;}
.fotoout {width:1920px;position:absolute;top:0px;left:0px;z-index:8;}
.fotoin {position:absolute;top:0px;bottom:0px;right:0px;left:0px;z-index:11;}
.fotoin h3, .fotoin h1 {font-family: "UbuntuLight",    sans-serif;font-size:40px;line-height:44px;color:#fff;}
 
.scroll, .wiad {margin:0px auto;padding:35px 0;overflow:hidden;position:relative;}
.scroll h3 {width:100%;text-align:center;display:block;clear:both;font-family: "UbuntuLight",    sans-serif;font-size:33px;line-height:63px;}
.wiad1 {float:left;border:1px solid #ACACAC;
        background:#fff;
        overflow:hidden;}
.wiad2 {float:right;}
.contentin {overflow:hidden;}


 #aktualnosci .fotoart {max-width:230px; overflow:hidden;}
 #aktualnosci .fotoart img {height:130px;width:auto;}
 .full-two-sides small {display:block;font-size:12px;width:100%;clear:both; line-height:21px; margin-bottom:0px;color:#000;font-weight:normal; color:#767676;}
 #news  .contentin h2  {padding-bottom:12px;}
 .fb-like, .fb-share-button  {padding:30px 0px 20px 0px;}
 .scroll h2 img.left {float:left;padding-right:30px;}
.scroll h2 img.right {float:right;padding-left:30px;}



  

#fb-root {
    display: none;
}

/* To fill the container and nothing else */
iframe   { }
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
header {width:100%; background:#fff;overflow:hidden;clear:both;}
header  .top {width:100%; background:#eaeaea;overflow:hidden;clear:both;}
header  .topin {width:100%; max-width:1257px; overflow:hidden;margin:0px auto;clear:both;height:120px;}
header  nav {width:auto; max-width:1257px; display:table;overflow:hidden;margin:0px auto;clear:both;height:50px;}
header  nav li {display:inline;list-style:none;font-size:15px; padding:0px 60px;text-transform:uppercase;background: url('../images/menu.jpg') 100% 50% no-repeat ;}
header  nav li.item3 {background:none;}
header  nav li a:link, header  nav li a:visited{color: #0B2F4E;text-decoration:none;}
header  nav li a:hover {color:#08569A;}
.logo-head {float:left;padding-top:14px;}
.logo-head.first {margin-left: 42px; }
.logo-head.second {margin-top: 40px; }
.login {width:238px;float:right;}
.search {width:347px;float:right;padding:30px 38px 0 0 ;position:relative;}
.search form input.text {background:url('../images/senat_19.jpg') 50% 50%  no-repeat transparent;width:277px;height:45px; line-height:45px; padding:0 50px 0 20px;border:0px;color:#7f8489;text-transform:uppercase;font-size:17px;}
/* Search form */

	 

		.search-bar form input.action { /* positions the search button icon over the top of the search input */
		    font-size: 1px;  background:none;
		    position:absolute;right:35px;top:40px;
		    cursor: pointer;
		    border: none;
		    padding: 5px;
		   width:50px ; height:45px;opacity:0.5;
		    font-family: 'WebSymbolsRegular';
		    color: #DFDFDF;
			border-radius: 0;
			margin: 0;
		}
 .search-bar2  {background:#F8F8F8;overflow:hidden;width:100%;border:0;margin-bottom:50px;padding:15px;line-height:35px;}
 form, form#SearchForm_SearchForm {
    max-width: 100%;
    width: 100%;
}

.search-bar2 .field  {margin:0px ; width:80%;float:left;}
  .search-bar2 .search-label  {float:left;color:#333333;text-transform:uppercase;font-size:20px;padding:0 12px;width:10%;min-width:110px; max-width:110px; text-align: right;}
   .search-bar2 form input.text  {float:left;border:0px;background:#fff;max-width:1000px;}
    
.domek {width:100%; overflow:hidden;clear:both;height:1159px;border-top:6px solid #08569a;background: url('../images/senat_25.jpg') 50% 50% no-repeat ;}
.domekin {width:100%; max-width:1257px; overflow:hidden;margin:0px auto;clear:both;padding:30px 0 37px 0;}
.domektop {width:100%;overflow:hidden;padding-bottom:45px;}
.karuzela {width:918px;height:208px;background:url('../images/domek_12.png') 50% 0%  repeat;float:right;position:relative;}
.karuzela h3, .karuzela p {color:#fff;text-align:right;font-size:15px;padding:0 57px;}
.karuzela a:link, .karuzela a:visited, .karuzela a:hover {color:#fff;text-decoration:none;}
.karuzela a:hover {color:#fff;text-decoration:underline;}
.karuzela h3 {font-size:38px;font-family: "Playfair Display SC",serif;font-weight:normal; width:auto;margin:0px;padding-top:0px;}
.karuzela p { margin:0px;line-height:38px; }
.karuzela .next, .karuzela .owl-carousel  .owl-nav .owl-next {background:url('../images/domek_09.jpg') 50% 50%  repeat;width:29px;height:29px;position:absolute;top:10px;right:10px;z-index:100;}
.karuzela .prev , .karuzela .owl-carousel  .owl-nav .owl-prev{background:url('../images/domek_07.jpg') 50% 50%  repeat;width:29px;height:29px;position:absolute;top:10px;right:49px;z-index:100;}
 .karuzela article {width:918px;height:180px;display: table-cell;
   vertical-align: bottom;margin:0px auto;}
.karuzela .prex {} 
.domekleft {width:706px; float:left;}
.domekleftin {background:#fff;overflow:hidden;width:100%; clear:both;border-top:6px solid #0d2c45;}
.domekleft h2 {width:100%;background:#0d2c45;border-top:4px solid #b39e73;height:44px;line-height:44px;color:#ffffff;font-weight:normal;font-family: "Playfair Display SC",serif;text-align:center;font-size:19px;float:left;max-width:187px;overflow:hidden;clear:both;padding:0px;margin:0px;}
.domekleft h2 a:link, .domekleft h2 a:visited,.domekleft h2 a:hover {width:100%;background:#0d2c45; height:44px;line-height:44px;color:#fff;font-weight:normal;font-family: "Playfair Display SC",serif;text-align:center;font-size:19px;float:left;max-width:187px;overflow:hidden;clear:both;padding:0px;margin:0px;text-decoration:none;}

.domekleft article {margin:0px 33px;padding:23px 0px;border-bottom:1px solid #e7e6e6;display:block;clear:both;overflow:hidden;}
.domekleft article h3 {font-size:26px;font-weight:normal;padding:0 0 3px 0; margin:0;}
.domekleft article small{font-size:12px;font-weight:normal;color:#767676;padding:0; margin:0;}
.domekleft p {padding:10px 0;margin:0px;}
.domekleft article a:link, .domekleft article a:visited {text-decoration:none;}
.domekright{width:524px;float:right;text-align:center;/*padding-top:48px;*/}
.domekright  a:link, .domekright   a:visited, .domekright   a:hover {font-size:33px;color:#fff;text-decoration:none;}
.domekright .full1 {width:524px;background: url('../images/domek_19.jpg') 50% 0% no-repeat ;height:160px;display:table-cell;vertical-align:middle;overflow:hidden;clear:both;padding-bottom:30px;}
.domekright .full2 {width:524px;background: url('../images/domek_32.jpg') 50% 0% no-repeat ;padding-bottom:30px;height:158px;display:table-cell;vertical-align:middle;clear:both;}
.domekright .half1  {float:left;text-align:left;}
.domekright .half2  {float:right;text-align:right;}
.domekright .full1:hover , .domekright .full2:hover , .domekright .full4:hover, .domekright .full5:hover  {opacity:0.9; }

.domekright .full4 {width:524px;background: url('../images/wirtualny-spacer-zielony.png') 50% 0% no-repeat ;padding-bottom:30px;height:158px;display:table-cell;vertical-align:middle;clear:both;}

.domekright .full5 {width:524px;background: url('../images/poznajemy-senat.png') 50% 0% no-repeat ;padding-bottom:30px;height:158px;display:table-cell;vertical-align:middle;clear:both;}
 
.bigbox {width:100%; overflow:hidden;clear:both;}
.bigboxin {width:100%; max-width:1257px; overflow:hidden;margin:0px auto;clear:both;padding:70px 0;}
.bigboxin .box1 {width:300px;overflow:hidden;float:left;background:#fff;text-align:center;margin-right:18px;}
.bigboxin .box1:hover {opacity:0.8;background:#ddd;}
.bigboxin .box1.box2 {float:right;margin-right:0px;}
.bigboxin .box1 a.zinger  {display:table-cell;width:300px;height:108px; vertical-align:middle;} 
.bigboxin .box1 a.zinger:link, .bigboxin .box1 a.zinger:visited, .bigboxin .box1 a.zinger:hover {font-size:23px;text-decoration:none;color:#021a30;text-transform:uppercase;}
.wycieczka {text-transform:uppercase;font-size:24px;}
.wycieczka  h3 {font-size:30px;display:block;margin:35px 0;line-height:95px;font-weight:normal;text-align:center;width:100%;background: url('../images/senat_54.jpg') bottom center no-repeat ;font-family: "Playfair Display SC",serif;}
.wycieczka  a:link, .wycieczka   a:visited, .wycieczka   a:hover {color:#fff;text-decoration:none;}
.wycieczkain {height:417px;width:100%;overflow:hidden;background: url('../images/senat_59.jpg') top center no-repeat ;}
.wycieczkain .wycieczkainn {max-width:1026px; margin:0px auto;padding:74px 0 0 0;overflow:hidden;}
.wycieczkabox1 { float:left;line-height:185px;text-align:center;width:468px; height:185px;background: url('../images/wycieczka_11.jpg') top center no-repeat ;padding:  0;margin:0px;clear:left;}
.wycieczkabox2 {float:right;width:468px;line-height:185px;text-align:center; height:185px;background: url('../images/wycieczka_09.jpg') top center no-repeat ;padding:  0;margin:0px;clear:right;}
.wycieczkabox3 {float:none;font-size:15px;display:block;width:299px; height:62px;background: url('../images/wycieczka_22.jpg') 50% 50% no-repeat ;margin:0px auto;clear:both;padding:50px 0;overflow:hidden;line-height:62px;text-indent:70px;}
.wycieczkabox1:hover  , .wycieczkabox2:hover  ,.wycieczkabox3:hover  {opacity:0.8;}
footer {width:1256px;margin:0px auto;text-align:center;}
footer .logo-footer {padding:70px 0 30px 0;}
footer  .facebook {padding:50px 0;}
footer .stopka {height:41px;line-height:41px;width:100%;background:#dedede;}
footer .stopka  p {display:block;width:45%;padding:0 15px;line-height:41px;float:left;text-align:left;font-size:13px;color:#474747;}
footer .stopka  p.right {text-align:right;float:right;}
footer .stopka  p.right  a {margin:0 10px;text-transform:uppercase;font-size:14px;}
footer .stopka  p.right  a.last {margin:0 0 0 10px;text-transform:uppercase;font-size:14px;}
footer .stopka  p.right  a:link, footer .stopka  p.right  a:visited, footer .stopka  p.right  a:hover {color:#474747;}
footer p {text-align:center;font-family: Arial,    sans-serif;font-weight:normal;line-height:22px;padding:0;margin:0px;}
footer p.title {font-size:26px;padding:0;margin:0px;font-family: 'Playfair Display SC', serif;}

 .left:target ~ .scroll{
    margin-left: 100%;
}
.scroll input {visibility:hidden;}
.textwyb p, #o-mnie p  {overflow:auto;}
table td {vertical-align:top;}


 .full-two-sides,  .full-one-sides {width:100%; overflow:hidden;clear:both;height:auto;border-top:6px solid #08569a;background: url('../images/senat_25a.jpg') 50%  0% no-repeat ;}
 .full-two-sidesin, .zawartosc {width:100%; max-width:1366px; overflow:hidden;margin:0px auto;clear:both;padding: 0;}
 .h1layer {width:100%; max-width:1254px;height:72px; overflow:hidden;margin:0px auto;clear:both;padding: 70px 0;}
  .h1layer h1 {background:url('../images/domek_12.png')  0% 0%  repeat;font-family: 'Playfair Display SC', serif;color:#fff;font-size:38px;font-weight:normal;float:right;text-align:right;width:475px;height:72px;line-height:72px;padding:0 30px;}
  .full-two-sides .lewy  {width:260px;padding : 0px; margin:0px;background:url('../images/menu--left-bg.png')  100% 0%  no-repeat;min-height:400px;clear:left;overflow:hidden;}
  .full-two-sides .prawy {width:1105px;float:right; padding:0px;margin:0px;clear:right;overflow:hidden;}
  .full-two-sides .prawyin  {border-top: 6px solid #0D2C45;background:#fff;overflow:hidden; padding:0px;margin:0px 0 0 15px;width:1035px;float:left;}
  .full-two-sides .prawyinin {padding: 0 45px 45px 45px;min-height:300px;overflow:hidden;} 
  .full-one-sides .srodekin {padding: 0 70px 70px 70px;overflow:hidden; }
    .full-one-sides .srodek {width:100%; max-width:1256px; margin:0px auto;background:#fff;border-top: 6px solid #0D2C45;overflow:hidden;}
     .full-one-sides .mapa {width:100%; height:295px;max-width:1256px; border-bottom:40px solid #fff;margin:0px auto;background:url('../images/mapag.jpg')  50% 50%  no-repeat; overflow:hidden;}
  .full-one-sides .srodek .one,  .full-one-sides .srodek .two, .full-one-sides .srodek .three {width:33%;float:left;display:inline;}
    .full-one-sides .srodek .one {padding-top:58px;}
        .full-one-sides .srodek .three {padding-top:70px;}
    .full-one-sides .srodek .one p {font-size:18px;line-height:30px;}
    .full-one-sides .srodek .three p {font-size:12px;color:#666;line-height:20px;text-align:justify;padding:0 10px 0 60px;}
    .full-one-sides .srodek .one h4 {font-size:18px;color:#3d4042;}
    .full-one-sides.wyszukiwarka {padding-bottom:0px;min-height:500px;}
       #inne {display:none;}
  #Breadcrumbs,   #Breadcrumbs a:link,   #Breadcrumbs a:hover,   #Breadcrumbs a:visited {color:#767676;font-family: 'Source Sans Pro', sans-serif;font-weight:normal;font-size:12px; font-style: italic;text-decoration:none;padding:10px 0 45px 0;}
  #Breadcrumbs span{padding:0px 5px; }
  
   .full-one-sides  h2, .full-two-sides  h2 {font-size:30px; padding:0 0 35px 0;margin:0px;width:100%;clear:both;display:block;font-weight:normal;}
   .AktualnosciPage  h3 {font-size:26px; padding:0 0 2px 0;margin:0px;width:100%;clear:both;display:block;font-weight:normal;}
   .AktualnosciPage   a:link, .AktualnosciPage    a:hover, .AktualnosciPage    a:visited  {color: #0B2F4E;text-decoration:none;}
   .AktualnosciPage    a:hover {text-decoration:underline;}
   .AktualnosciPage p {}
   .AktualnosciPage p a {font-size:18px;}
  
   .AktualnosciPage hr {width:100%;border:0px;display:block;height:1px;background:#e7e6e6;margin:25px 0 20px 0;}
   .content {padding: 0;}
.content hr {margin:45px 0 20px 0 ;width:100%;clear:both;}
.lewy nav {padding:20px 0;margin:0px;overflow:hidden; }
.lewy ul {padding:0px;margin:0px;float:left;}
.lewy li { list-style:none;width:250px;padding:0px;margin:0px;clear:both;}
.lewy li li { list-style:none;width:195px;padding:0px;margin:0px 0 0 55px;clear:both;}
.lewy li li li { list-style:none;width:175px;padding:0px;margin:0px 0 0 20px;clear:both;}
.lewy li.current, .lewy li.section {background:url('../images/menu-active.png')   0% 50%  no-repeat;}
.lewy li a {display:block;padding:14px 0 14px 55px;}
.lewy li li a {display:block;padding:5px 0 5px 15px;}
.lewy li li li a {display:block;padding:5px 0 5px 15px;}
.lewy li a:link,  .lewy li a:visited, .lewy li a:hover  {	color:#0b2f4e;text-decoration:none;}
 .lewy li a:hover  {	color:#0b2f4e;text-decoration:underline;}
.regulamin {
	border: none;
	width: 189px;
	height: 39px;
	display: block;
background: url(../images/quizpb1_02.jpg) 15px 3px no-repeat #0D2B45;
	padding: 0;
	cursor: pointer;
	color: white;
	font-size: 14px;
  line-height:39px;
	margin: 0px;
	margin-left:0px;
	float: left;
	text-align: center; text-decoration:none;
  text-transform: none; color:#fff;
}
.regulamin a:link, .regulamin a:visited, .regulamin a:hover {color:#fff;text-decoration:none;}
.lewy li.current a:link,  .lewy li.current a:visited, .lewy li.current a:hover,
.lewy li.section a:link,  .lewy li.section a:visited, .lewy li.section a:hover  {	color:#9b8558;text-decoration:none;}
 .lewy li  li a:link,  .lewy li  li a:visited,    .lewy li  li  li a:link,  .lewy li  li  li  a:visited ,
 .lewy li.current   li a:link,  .lewy li.current   li a:visited, .lewy li.current   li a:hover, 
  .lewy li.section   li a:link,  .lewy li.section   li a:visited, .lewy li.section   li a:hover
   {	color:#0b2f4e;text-decoration:none;}
 .lewy li  li a:hover ,  .lewy li  li  li a:hover  {	color:#0b2f4e;text-decoration:underline;}
 .lewy li li.current, .lewy li li.section {background:url('../images/menu-active2.jpg')   0px 50%  no-repeat;}
 .lewy li li li.current, .lewy li li li.section {background:url('../images/menu-active2.jpg')   0px 50%  no-repeat;}
  .lewy li li.current a, .lewy li li.section a  {font-weight:bold;}
   .lewy li li.current li a, .lewy li li.section li a  {font-weight:normal;}
   .lewy li li li.current a, .lewy li li li.section a {font-weight:bold;}
.lewy li.item-34  ,.lewy li.section.item-34   {	background:#B09B70;width:203px;margin-left:47px;text-align:left;}
.lewy li.item-35  ,.lewy li.section.item-35   {	background:#0B2F4E;width:203px;margin-left:47px;text-align:left;}
 .lewy li li.item-34 a:link,  .lewy li li.item-34 a:visited, .lewy li li.item-34  a:hover,
  .lewy li li.item-35 a:link,  .lewy li li.item-35 a:visited, .lewy li li.item-35  a:hover   {padding:14px 0 14px 30px;	color:#fff;text-decoration:none;}
   .lewy li li.item-34 li a:link,  .lewy li li.item-34  li a:visited, .lewy li li.item-35   li a:hover,
  .lewy li li.item-34  li  li a:link,  .lewy li li.item-34  li  li a:visited, .lewy li li.item-34  li  li  a:hover,
    .lewy li li.item-34 li.section li  a:link,  .lewy li li.item-34  li.section li  a:visited, .lewy li li.item-34   li.section li a:hover    
  {color: #B09B70;padding:5px 0 5px 15px;font-weight:normal;}
 .lewy li li.item-35 li a:link,  .lewy li li.item-35  li a:visited, .lewy li li.item-35   li a:hover,
  .lewy li li.item-35  li  li a:link,  .lewy li li.item-35  li  li a:visited, .lewy li li.item-35  li  li  a:hover,
    .lewy li li.item-35 li.section li  a:link,  .lewy li li.item-35  li.section li  a:visited, .lewy li li.item-35   li.section li a:hover    
  {color: #0B2F4E;padding:5px 0 5px 15px;font-weight:normal; }
  .lewy li li.item-34 li.section a:link,  .lewy li li.item-34  li.section a:visited, .lewy li li.item-34   li.section a:hover,
  .lewy li li.item-34  li  li.current a:link,  .lewy li li.item-34  li  li.current a:visited, .lewy li li.item-34  li  li.current  a:hover    
  .lewy li li.item-35 li.section a:link,  .lewy li li.item-35  li.section a:visited, .lewy li li.item-35   li.section a:hover,
  .lewy li li.item-35  li  li.current a:link,  .lewy li li.item-35  li  li.current a:visited, .lewy li li.item-35  li  li.current  a:hover    
  { font-weight:bold;}
   .lewy li li.item-34 li.current, .lewy li li.item-34 li.section {background:url('../images/menu-active3.jpg')   0px 50%  no-repeat;}
.lewy li a:hover {text-decoration:underline;}

 a.back:link,      a.back:visited,     a.back:hover {font-size:12px;display:block;color:#a28d63;text-decoration:none;text-transform:uppercase;background:#f3f3f3;padding:12px 18px;width:45px;margin-top:20px;}
 .pagination {display:table;margin:0px auto;}
 a.back.cell {display:none;}
 .pagination img {width:20px;height:auto;padding:0px;margin:0px;float:left;}
 .pagination span, .pagination a {display:table-cell;vertical-align:middle;font-size:18px;line-height:18px;color:#262626;padding:0 6px;margin:0px;}
.pagination a:link, .pagination a:visited {text-decoration:none;}
 #PageNumbers {padding-top:20px;}
/*Publikacje i kroniki*/

.PublikacjePage   article {float:left; width:50%;max-width:438px;position:relative;margin-bottom:50px;overflow:hidden;}
.PublikacjePage   article.second {float:right; }
.PublikacjePage   article img {display:block;position:relative;z-index:1;}
.PublikacjePage   article .publikacja2 img {display:inline;position:relative;z-index:1;}
.PublikacjePage   article .publikacja1 {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:3;}
.PublikacjePage   article .publikacja1 div, .PublikacjePage   article .publikacja2 div{display:table-cell;height:160px;width:438px;vertical-align:bottom;text-align:center;margin:0px auto;}
.PublikacjePage   article .publikacja2 { display:none;position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:4;background:#0D2B43;color:#fff;text-align:center;}
.PublikacjePage   article .publikacja1 h3, .PublikacjePage   article .publikacja1 p, .PublikacjePage   article .publikacja2 p {color:#fff;font-size:18px;margin-bottom:5px;}
.PublikacjePage   article .publikacja1 h3 {font-size:33px;line-height:35px;font-weight:normal;}
.PublikacjePage   article .publikacja2 p, .PublikacjePage   article .publikacja2 a:link, .PublikacjePage   article .publikacja2 a:visited, .PublikacjePage   article .publikacja2 a:hover {color:#fff;text-decoration:none;margin:0 30px;}
 .PublikacjePage   article:hover .publikacja1 {display:none;}
 .PublikacjePage   article:hover .publikacja2  {display:block;}

.PublikacjePage   article .opcja1,
.PublikacjePage   article .opcja2,
.PublikacjePage   article .opcja3,
.PublikacjePage   article .opcja4,
.PublikacjePage   article .opcja5,
.PublikacjePage   article .opcja6  {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:2;opacity: 0.7;}
.PublikacjePage   article .opcja1 {background:#b54a0e;}
.PublikacjePage   article .opcja2 {background:#274964;}
.PublikacjePage   article .opcja3 {background:#b49e72;}
.PublikacjePage   article .opcja4 {background:#3f7f90;}
.PublikacjePage   article .opcja5 {background:#70a33e;}
.PublikacjePage   article .opcja6 {background:#b5940e;}



.KronikiPage   article {float:left; width:50%;max-width:438px;position:relative;margin-bottom:50px;}
.KronikiPage   article.second {float:right; }
.KronikiPage   article img {display:block;position:relative;z-index:1;}
.KronikiPage   article .publikacja2 img {display:inline;position:relative;z-index:1;}
.KronikiPage   article .publikacja1 {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:3;}
.KronikiPage   article .publikacja1 div, .KronikiPage   article .publikacja2 div{display:table-cell;height:160px;width:438px;vertical-align:bottom;text-align:center;margin:0px auto;}
.KronikiPage   article .publikacja2 { display:none;position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:4;background:#0D2B43;color:#fff;text-align:center;}
.KronikiPage   article .publikacja1 h3, .KronikiPage   article .publikacja1 p, .KronikiPage   article .publikacja2 p {color:#fff;font-size:18px;margin-bottom:5px;}
.KronikiPage   article .publikacja1 h3 {font-size:33px;line-height:35px;font-weight:normal;}
.KronikiPage   article .publikacja2 p, .KronikiPage   article .publikacja2 a:link, .KronikiPage   article .publikacja2 a:visited, .KronikiPage   article .publikacja2 a:hover {color:#fff;text-decoration:none;margin:0 30px;}
 .KronikiPage   article:hover .publikacja1 {display:none;}
 .KronikiPage   article:hover .publikacja2  {display:block;}

.KronikiPage   article .opcja1,
.KronikiPage   article .opcja2,
.KronikiPage   article .opcja3,
.KronikiPage   article .opcja4,
.KronikiPage   article .opcja5,
.KronikiPage   article .opcja6  {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:2;opacity: 0.7;}
.KronikiPage   article .opcja1 {background:#b54a0e;}
.KronikiPage   article .opcja2 {background:#274964;}
.KronikiPage   article .opcja3 {background:#b49e72;}
.KronikiPage   article .opcja4 {background:#3f7f90;}
.KronikiPage   article .opcja5 {background:#70a33e;}
.KronikiPage   article .opcja6 {background:#b5940e;}

.SenatDzieciomPage   article {float:left; width:50%;max-width:438px;position:relative;margin-bottom:50px;overflow:hidden;}
.SenatDzieciomPage   article.second {float:right; }
.SenatDzieciomPage   article img {display:block;position:relative;z-index:1;}
.SenatDzieciomPage   article .publikacja2 img {display:inline;position:relative;z-index:1;}
.SenatDzieciomPage   article .publikacja1 {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:3;}
.SenatDzieciomPage   article .publikacja1 div, .SenatDzieciomPage   article .publikacja2 div{display:table-cell;height:160px;width:438px;vertical-align:bottom;text-align:center;margin:0px auto;}
.SenatDzieciomPage   article .publikacja2 { display:none;position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:4;background:#0D2B43;color:#fff;text-align:center;}
.SenatDzieciomPage   article .publikacja1 h3, .SenatDzieciomPage   article .publikacja1 p, .SenatDzieciomPage   article .publikacja2 p {color:#fff;font-size:18px;margin-bottom:5px;}
.SenatDzieciomPage   article .publikacja1 h3 {font-size:33px;line-height:35px;font-weight:normal;}
.SenatDzieciomPage   article .publikacja2 p, .SenatDzieciomPage   article .publikacja2 a:link, .SenatDzieciomPage   article .publikacja2 a:visited, .SenatDzieciomPage   article .publikacja2 a:hover {color:#fff;text-decoration:none;margin:0 30px;}
 .SenatDzieciomPage   article:hover .publikacja1 {display:none;}
 .SenatDzieciomPage   article:hover .publikacja2  {display:block;}

.SenatDzieciomPage   article .opcja1,
.SenatDzieciomPage   article .opcja2,
.SenatDzieciomPage   article .opcja3,
.SenatDzieciomPage   article .opcja4,
.SenatDzieciomPage   article .opcja5,
.SenatDzieciomPage   article .opcja6  {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:2;opacity: 0.7;}
.SenatDzieciomPage   article .opcja1 {background:#b54a0e;}
.SenatDzieciomPage   article .opcja2 {background:#274964;}
.SenatDzieciomPage   article .opcja3 {background:#b49e72;}
.SenatDzieciomPage   article .opcja4 {background:#3f7f90;}
.SenatDzieciomPage   article .opcja5 {background:#70a33e;}
.SenatDzieciomPage   article .opcja6 {background:#b5940e;}

.OsenaciePage   article {float:left; width:50%;max-width:438px;position:relative;margin-bottom:50px;overflow:hidden;}
.OsenaciePage   article.second {float:right; }
.OsenaciePage   article img {display:block;position:relative;z-index:1;}
.OsenaciePage   article .publikacja2 img {display:inline;position:relative;z-index:1;}
.OsenaciePage   article .publikacja1 {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:3;}
.OsenaciePage   article .publikacja1 div, .OsenaciePage   article .publikacja2 div{display:table-cell;height:160px;width:438px;vertical-align:bottom;text-align:center;margin:0px auto;}
.OsenaciePage   article .publikacja2 { display:none;position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:4;background:#0D2B43;color:#fff;text-align:center;}
.OsenaciePage   article .publikacja1 h3, .OsenaciePage   article .publikacja1 p, .OsenaciePage   article .publikacja2 p {color:#fff;font-size:18px;margin-bottom:5px;}
.OsenaciePage   article .publikacja1 h3 {font-size:33px;line-height:35px;font-weight:normal;}
.OsenaciePage   article .publikacja2 p, .OsenaciePage   article .publikacja2 a:link, .OsenaciePage   article .publikacja2 a:visited, .OsenaciePage   article .publikacja2 a:hover {color:#fff;text-decoration:none;margin:0 30px;}
 .OsenaciePage   article:hover .publikacja1 {display:none;}
 .OsenaciePage   article:hover .publikacja2  {display:block;}

.OsenaciePage   article .opcja1,
.OsenaciePage   article .opcja2,
.OsenaciePage   article .opcja3,
.OsenaciePage   article .opcja4,
.OsenaciePage   article .opcja5,
.OsenaciePage   article .opcja6  {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:2;opacity: 0.7;}
.OsenaciePage   article .opcja1 {background:#b54a0e;}
.OsenaciePage   article .opcja2 {background:#274964;}
.OsenaciePage   article .opcja3 {background:#b49e72;}
.OsenaciePage   article .opcja4 {background:#3f7f90;}
.OsenaciePage   article .opcja5 {background:#70a33e;}
.OsenaciePage   article .opcja6 {background:#b5940e;}

.PrezentacjePage   article {float:left; width:50%;max-width:438px;position:relative;margin-bottom:50px;overflow:hidden;}
.PrezentacjePage   article.second {float:right; }
.PrezentacjePage   article img {display:block;position:relative;z-index:1;}
.PrezentacjePage   article .publikacja2 img {display:inline;position:relative;z-index:1;}
.PrezentacjePage   article .publikacja1 {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:3;}
.PrezentacjePage   article .publikacja1 div, .PrezentacjePage   article .publikacja2 div{display:table-cell;height:160px;width:438px;vertical-align:bottom;text-align:center;margin:0px auto;}
.PrezentacjePage   article .publikacja2 { display:none;position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:4;background:#0D2B43;color:#fff;text-align:center;}
.PrezentacjePage   article .publikacja1 h3, .PrezentacjePage   article .publikacja1 p, .PrezentacjePage   article .publikacja2 p {color:#fff;font-size:18px;margin-bottom:5px;}
.PrezentacjePage   article .publikacja1 h3 {font-size:33px;line-height:35px;font-weight:normal;}
.PrezentacjePage   article .publikacja2 p, .PrezentacjePage   article .publikacja2 a:link, .PrezentacjePage   article .publikacja2 a:visited, .PrezentacjePage   article .publikacja2 a:hover {color:#fff;text-decoration:none;margin:0 30px;}
 .PrezentacjePage   article:hover .publikacja1 {display:none;}
 .PrezentacjePage   article:hover .publikacja2  {display:block;}

.PrezentacjePage   article .opcja1,
.PrezentacjePage   article .opcja2,
.PrezentacjePage   article .opcja3,
.PrezentacjePage   article .opcja4,
.PrezentacjePage   article .opcja5,
.PrezentacjePage   article .opcja6  {position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:2;opacity: 0.7;}
.PrezentacjePage   article .opcja1 {background:#b54a0e;}
.PrezentacjePage   article .opcja2 {background:#274964;}
.PrezentacjePage   article .opcja3 {background:#b49e72;}
.PrezentacjePage   article .opcja4 {background:#3f7f90;}
.PrezentacjePage   article .opcja5 {background:#70a33e;}
.PrezentacjePage   article .opcja6 {background:#b5940e;}
/* Rezerwacje */
#rezerwacje_container {
	width: 640px;
	margin: 0 auto;
	position: relative;
}
#rezerwacje_container p {padding:0;}
#rezerwacje_container p.info_kalendarza {font-size: 24px; text-align:center;padding-bottom:30px;display:block;color: #0B2F4E;}
#rezerwacje_container p.data_kalendarza {font-size: 20px; display:block;clear:both;color:#9B8755;text-align:center;padding-top:60px;}
#rezerwacje_container input[type="text"], #rezerwacje_container input[type="password"], #rezerwacje_container textarea
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
}

#rezerwacje_container .rezerw_top{
 position:relative;
	 color: #0B2F4E;
	padding: 0 10px;
}
#rezerwacje_container #nad_kalendarzem_1 {
	height: 38px;
	 
	color: #333333;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
  text-transform:uppercase;
}

#rezerwacje_container #nad_kalendarzem_1 p.reg{
	color: black;
	font-size: 11px;
	line-height: 38px;
	font-family: "Tahoma";	
	text-align: left;
	font-weight: bold;
	padding: 0 10px;
}

#rezerwacje_container #nad_kalendarzem_0 {
	position: absolute;
	right: 5px;
	top: 2px;
}
#rezerwacje_container #tabela_kalendarz {
	border-left: 0px solid #e4e4e4;	
	border-right: 0px solid #e4e4e4;
	width: 614px;
	background: white;
	padding: 20px 0px;  margin:0px auto;
}
.kalendarz_szeroka {display:none;}
#rezerwacje_container #tabela_kalendarz th.kalendarz_szeroka{
  background:#fff;  border:0px;
}

#rezerwacje_container #tabela_kalendarz th{
	width: 80px;
	padding: 20px 0; 
   
	text-align: center;
  background:#0E2C46;
  border:2px solid #0E2C46;
  color:#fff;
  font-size:18px;
  font-weight:normal;text-transform:uppercase;
}
#rezerwacje_container #tabela_kalendarz td{
	text-align: center; position:relative;
	width: 80px; padding: 20px 0; border:2px solid #fff;color:#fff;background:#E7E1D5;font-size:20px; font-weight: bold;
}
#rezerwacje_container #tabela_kalendarz td.kalendarz_space {width: auto; padding:   0; border:0px solid #fff;color:#fff;background:#fff;height:18px;overflow:hidden;font-size:0px;}
#rezerwacje_container #tabela_kalendarz td.kalendarz_pusta  , #rezerwacje_container #tabela_kalendarz td.kalendarz_cala {
	text-align: center;
	width: auto; padding:   0; border:0px solid #fff;color:#fff;background:#fff;height:0px;overflow:hidden;font-size:0px;
}
#rezerwacje_container #tabela_kalendarz td.kalendarz_szeroka{
	 background:#fff;
}
#rezerwacje_container #tabela_kalendarz a{
	display: table;   vertical-align:bottom;
	width: 100%;
	height: 44px;
	background: #B09B70;
	color: #fff;
  text-align:center;
  text-decoration:none;
  padding:20px 0 0 0;
  position:absolute;left:0px;right:0px;top:0px;bottom:0px;
}

 #rezerwacje_container #tabela_kalendarz td:nth-last-child(2){
	color:#CC9D97;
	font-weight: bold;
}
 #rezerwacje_container #tabela_kalendarz th:nth-last-child(2){
	color:#CD9191;
 
}
#rezerwacje_container #pod_kalendarzem {
	height: 5px;
	background: url(../images/bck_rezerw_bot.png) no-repeat;
}

#rezerwacje_container #pod_kalendarzem2 {
	height: 45px;
	background: url(../images/bck_rezerw_bot2.png) no-repeat;
}
#nad_kalendarzem_back  {position:absolute;left:0px;bottom:0px;background:#0E2C46;}
#rezerwacje_container .day_back {
	font-size: 13px;
	text-align: left;
}
 
#rezerwacje_container .day_back a {
	color: #fff;
	display: block;
	background: url(../images/ico_cal.png) right no-repeat;
	padding : 3px 25px 3px 10px;
	margin-right: 10px;   text-decoration:none;
}

#rezerwacje_container #plan_dnia {
	width: 640px;
	border-left: 0px solid #e4e4e4;	
	border-right: 0px solid #e4e4e4;	
	background: white;
	padding: 20px 0;margin:0px;
}

#rezerwacje_container #plan_dnia td.zegarek_active{
	background: url(../images/ico_clock.png) center no-repeat #B09B70;
	width: 100px;
	height: 39px; text-align:left;
}
#rezerwacje_container #plan_dnia td.zegarek_szary{
	background: url(../images/ico_clock.png) center no-repeat #B09B70;
	width: 100px; text-align:left;
	height: 39px; opacity:0.5;
}
#rezerwacje_container #plan_dnia td.godzina_active{
	width: 300px;
	height: 39px;
  font-size:18px;
	color: #fff;
	font-weight: normal;background: url(../images/ico_clock.png) 30px 50% no-repeat #B09B70;
}
#rezerwacje_container #plan_dnia td.godzina_szara{
	width: 300px;
	height: 39px;
	font-size:18px;
	color: #fff; background: url(../images/ico_clock.png) 30px 50% no-repeat #B09B70;opacity:0.5;
}
#rezerwacje_container #plan_dnia td.termin_active a{
	display: block;
	text-decoration:none;
	
	padding: 0;
	cursor: pointer;
	color: white;
	
	text-align: center;	
	padding: 0 ;
}

#rezerwacje_container #plan_dnia td.termin_active {
	padding-right:0px;
	text-align: right;
	width: 300px;background:#0E2C46;
}
#rezerwacje_container #plan_dnia td.termin_szary {
	width: 300px;
	height: 39px;
	
background:#0E2C46;opacity:0.5;color:#fff;
}


#rezerwacje_container #plan_dnia td {
	border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
	height: 39px;
	line-height: 39px; vertical-align:middle; text-transform:uppercase;text-align:center;
}
#rezerwacje_container #rez_regulamin {
	width: 94%;
	height: 400px;
	border-left: 0px solid #e4e4e4;	
	border-right: 0px solid #e4e4e4;	
	background: #F5F5F5;
	position: relative;	
	overflow: auto;
	font-size: 15px;
	 margin:5% 0;
	padding:3%; text-align:left;
}
#rezerwacje_container #rez_regulamin p {padding:0 20px 0 23px;}
/*#rezerwacje_container #rez_regulamin strong {text-align:left;}*/
#rezerwacje_container #rez_regulamin p.regreg {color: #0D2E4D;font-size:24px;padding:0;}
#rezerwacje_container #bledny_div {
	width: 548px;
	height: 100px;
 background: white;
	position: relative;	
	overflow: auto;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 10px;
}
#rezerwacje_container #rez_form_regulamin {border:1px solid #ccc;padding: 0 5%;   width:90%; max-width: auto;overflow:hidden;height:40px;line-height:40px;clear:both;background:#F5F5F5;}
#rezerwacje_container #rez_regulamin strong {
	display: block;
	font-weight: bold;
	color: #0D2E4D;
	padding: 10px 0;
}

 
  #rezerwacje_container #rez_form_regulamin  input#rez_akceptuje {float:left;margin-top: 13px;width:10%;}
#rezerwacje_container #rez_form_regulamin label {
	color: #000;  float:right;
	font-size: 12px;
	line-height: 40px;
	margin:0px;
	text-align: left;
	font-weight: bold;
	padding: 0 5%;width:70%;
}
#rezerwacje_container #rez_buttony {width:80%;margin:0px auto;}
#rezerwacje_container #rez_powrot, #add_field {
	width: 50%;
	height: 40px;
	background: #B09B70;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin: 10px 0;
	float: left; text-decoration:none;text-transform:uppercase;
}
#rezerwacje_container #rez_powrot a, #rezerwacje_container #rez_dalej a, #add_field a{
	display: block;
	width: 100%;
	height: 100%;
	color: white; font-size:18px;text-decoration:none;text-transform:uppercase;
}
#rezerwacje_container #rez_dalej {
	width: 50%;
	height: 40px;
	background: #0E2C46;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin: 10px 0;
	float: right;
	color: white;text-transform:uppercase;
}
form#rez_main_formularz {margin:0px auto;}
#rezerwacje_container #rez4_cont1 {
	width: 600px;  display:block;float:none;
	border-left: 0px solid #e4e4e4;	
	border-right: 0px solid #e4e4e4;	
	background: white;
	position: relative;	
	overflow: hidden;
	margin:0px auto;
	padding: 20px 10px;

}

#rezerwacje_container #rez4_cont1 label {
	width: 100%; clear:both;
	float: left;
	text-align: left;
	line-height: 24px;text-transform:uppercase;font-size:14px;
}

#rezerwacje_container #rez4_cont1 label.label2 {
	line-height: 16px;
}

#rezerwacje_container #label_rodzaj.label_left {
	width: 330px;
	float: left;   text-transform: uppercase;
	text-align: left;
	line-height: 24px;
}

#rezerwacje_container #rez4_cont1 label.label_right {
	width: 78%;
	margin-left: 2%;
	float: left;
	text-align: left;
	line-height: 24px;
  display:block;
  clear:none;
}

#rezerwacje_container .rez_input2 {
	width: 360px;
	float: left;
	margin-left: 0px;
}


#rezerwacje_container #rez4_cont1 input {
	width: 330px;
	float: left;
	margin-left: 0px;
	height: 35px;
	border: 1px solid #dedede;
  background:#F8F8F8;
	padding: 0 10px;
	font-size: 11px;
	line-height: 22px;
}

#rezerwacje_container #rez4_cont1 input.input2 {
	margin-top: 5px;
}

#rezerwacje_container #rez4_cont1 input.input22 {
	margin-top: 5px;
	width: 135px;
}

#rezerwacje_container #rez4_cont1 input.input222 {
	margin-top: 5px;
	width: 60px;
}
#rezerwacje_container #rez4_cont1 div { width:100%;clear:both;}
#rezerwacje_container #rez4_cont1 input.input_radio {
	width: 20px;
	 float:left;display:inline;
	height: 22px;
	border: none;
	padding: 0 10px;
	font-size: 11px;
	line-height: 22px; 
}
#rezerwacje_container #rez4_cont1 label.label_radio {
	width: 330px;
	float: left;
	text-align: left;
	line-height: 24px;display:inline;clear:none;  
}
#rezerwacje_container #rez4_cont1 input.input_checkbox {
	width:20%; max-width:20px;
	margin:0px;
	float: left;
	
	border: none;
	padding: 0;
	font-size: 11px;
	line-height: 22px;
	border: 0 none;
}

#rezerwacje_container #rez4_cont1 textarea{
	border: 1px solid #D0D0D0;
	padding: 10px;	
	margin: 15px 0 15px 0px;
	height: 140px;
	width: 320px;
}

#rezerwacje_container #rez4_cont1 input.input_tekstowy2 {
	width: 135px;
}
#rezerwacje_container #rez4_cont1 .pytajnik_yes {
	width: 22px;
	height: 24px;
	background: url(../images/ico_question.png) no-repeat;
	float: left;
	position: relative;
}

#rezerwacje_container #rez4_cont1 .pytajnik_yes.var2 {
	margin-top: 5px;
}

#rezerwacje_container #rez4_cont1 .rez_podpowiedz {
	background: #E8F2FB;
	border: 1px solid #A9B9C8;
	width: 210px;
	display: none;
	padding: 5px 10px;
	position: absolute;
	bottom: 26px;
	left: 0px;
}
#rezerwacje_container #rez4_cont1 .pytajnik_yes:hover .rez_podpowiedz {
	display: block;
}
#rezerwacje_container #rez4_cont1 .rez_wiersz {
	clear: both;
	padding: 10px 0;
}
#rezerwacje_container #rez4_cont1 .podinfo {
	font-size: 10px;
	color: #aaa;
}
#rezerwacje_container #rez4_cont1 .podinfo2 {
	font-size: 10px;
	color: #aaa;
	margin-left: 0px;
}

#rezerwacje_container #rez_rezerwuje {
cursor:pointer;
		width: 50%;
	height: 40px;
	background: #0E2C46;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin: 10px 0;
	float: right;
	color: white;text-transform:uppercase;
}
.gold {color:#9B8556;}
#rezerwacje_container #nad_kalendarzem_1  table {margin:0px auto;}
/* End Rezerwacje */



/* Slownik parlamentarny */
#slownik_lista_liter {width:470px;margin:0px auto;padding:10px 0 40px 0;}
a.slownik_literki {
    background-image: url("../images/navi_cyfra.png");
    background-repeat: no-repeat;
    font-size:18px;
    border-right:1px solid #0B2F4E;
    display: block;
    float: left;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin: 0px;
     padding:0px; text-align:center;
    text-decoration: none; text-transform:uppercase;
    width:25px;
}
.slownik_haslo {
   
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
    padding-right:  0px;
    
}
.slownik_litera {    
    clear: both;  font-family: "Playfair Display SC",serif;text-transform:uppercase;
    height: 30px; font-size:30px;text-align:center;
    padding: 40px 0px;
    
}
.slownik_litera a {
    color: #8DB2D3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.slownik_objasnienie{
	padding-bottom:10px;
}
/* End Slownik parlamentarny */
 /* lista senatorow */
#senatorowie_literki {width:650px;margin:0px auto;padding:10px 0 40px 0;}
#senatorowie_literki a {
    background-image: url("../images/navi_cyfra.png");
    background-repeat: no-repeat;
    font-size:18px;
    border-right:1px solid #0B2F4E;
    display: block;
    float: left;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin: 0px;
     padding:0px; text-align:center;
    text-decoration: none; text-transform:uppercase;
    width:25px;
}
#senatorowie_literki a.sennnatorowie_Ż  {border-right:0px solid #0B2F4E;}
.senator_lista {
    width:100%;
    font-size: 15px;
    font-weight: bold;  font-family: "Playfair Display SC",serif;text-transform:uppercase;
    padding:6px 0;
   overflow:hidden;
    
}
.senator_lista a {display:block;width:50%;float:left;text-align:right;}
.senator_lista a:link, .senator_lista a:visited {text-decoration:none;}
.senator_lista a:hover {text-decoration:underline;}
.senator_lista span {display:block;width:47%;float:right;text-align:left;color:#A48D63;font-weight:normal;}
.senatorowie_literka{ display:block;   
    clear: both;  font-family: "Playfair Display SC",serif;text-transform:uppercase;
    height: 30px; font-size:30px;text-align:center;margin:0px auto;
    padding: 40px 0px;
    
}
.senatorowie_literka a {
    color: #8DB2D3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
a.senatorowie_literka:hover {text-decoration:none;}
.slownik_objasnienie{
	padding-bottom:10px;
}
/* End lista senatorow */




/* Quiz */

#content .quiz {
	width: 100%;
	border-bottom: 0px solid #e4e4e4;
	margin-top: 16px;
}
#content .quiz h2 {
	height: 72px;
	width: 100%;
	text-indent:20px; 
	line-height: 25px;
	color: white;
	font-size: 30px;
	 
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}
.items-77  #content .quiz h2 {background: url(../images/quizp1.jpg) no-repeat 0px 0px;}
.items-78  #content .quiz h2 {background: url(../images/quizp2.jpg) no-repeat  0px 0px;}
.items-79  #content .quiz h2 {background: url(../images/quizp3.jpg) no-repeat  0px 0px;}
.items-77  #content .quiz h2.quiqui,
.items-78  #content .quiz h2.quiqui,
.items-79  #content .quiz h2.quiqui {
    font-size: 30px;
    padding: 0px 0px 35px;height:auto;line-height:auto;background:none;text-indent:0;color: #0B2F4E;
    margin: 0px;
    width: 100%;
    clear: both;
    display: block;
    font-weight: normal;
}
#content .quiz h2 .level {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: none; width:100%;display:block;
	float: left;clear:both;
	margin-top: 7px;	
}

#content .quiz h2 .level img {
	float: left;
	margin: 8px 0px;
}

#content .quiz_inner {
	
	border: 0px solid #d5d4d5;
	padding: 15px 0px;
	width: 70%;
	position: relative;
  overflow:hidden;
}
 
#content .quiz p.date{
	color: #013f6d;
	line-height: 16px;
	margin-bottom: 8px!important;
}

#content .quiz .title p{
	color: #013f6d;
  font-size:26px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 0px!important;
  padding:40px 0 20px 0;
}
#content .quiz form p {
	line-height: 25px;
	padding: 15px;
	width: auto;  font-size:18px;
  background:#F9F9F9;
  border-bottom:2px solid #fff;
}
#content .quiz form p.last {background:#fff;height:25px;margin :0px;padding:0px;}
#content .quiz form p.good {
	color: #3a8e02;
 background:#F0F0F0;
}

#content .quiz form p .good{
	display: inline-block;
	margin: 0 10px;
	background: url(../images/ico_good.png) no-repeat center;
	width: 20px;
	height: 13px;
}
#content .quiz form p .bad{
	display: inline-block;
	margin: 0 10px;
	background: url(../images/ico_bad.png) no-repeat center;
	width: 20px;
	height: 13px;
}

#content .quiz form input[type=checkbox] {
	margin: 0px 10px 0 0;
	height: 25px;
  border:1px solid #ccc;
	float: left;
}

#content .quiz form a.change{
	border: none;
	width: 189px;
	height: 39px;
	display: block;
	background: url(../images/quizpb1_01.jpg) 50% 2px no-repeat #B19C71;
	padding: 0;
	cursor: pointer;
	color: white;
	font-size: 14px;
  line-height:39px;
	margin: 0px;
	margin-left:0px;
	float: left;
	text-align: center; text-decoration:none;
}


#content .quiz form input[type=submit]{
	border: none;
	width: 189px;
	height: 39px;
	display: block;
background: url(../images/quizpb1_02.jpg) 50% 3px no-repeat #0D2B45;
	padding: 0;
	cursor: pointer;
	color: white;
	font-size: 14px;
  line-height:39px;
	margin: 0px;
	margin-left:0px;
	float: left;
	text-align: center; text-decoration:none;
  text-transform: none;
}

#content .quiz {
	line-height: 16px;
	color: black;
}

#content #quizResults .title {
	color: #013f6d;
  font-size:26px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 0px!important;
  padding:40px 0 20px 0;
}

#content #quizResults .result_good{
	color: #3a8e02; width:473px;height:60px;line-height:60px;
	 
background: url(../images/quiz-pods_07.jpg) 50% 50% no-repeat ;
		padding-bottom: 0px;
	border-bottom:2px solid #fff; font-size:24px;  text-indent:50px;
}

#content #quizResults .result_bad{
	color: #c80000;
	  width:473px;height:60px;line-height:60px;
 
background: url(../images/quiz-pods_10.jpg) 50% 50% no-repeat ;
	padding-bottom: 0px;
	border-bottom:2px solid #fff;  font-size:24px;  text-indent:50px;
}
 
#content #quizResults .buttons {
	margin-top: 60px;
}
#content #quizResults .buttons a.again{
		border: none;
	width: 189px;
	height: 39px;
	display: block;
	background: url(../images/quiz-pods_18.jpg) 50% 2px no-repeat #B19C71;
	padding: 0;
	cursor: pointer;
	color: white;
	font-size: 14px;
  line-height:39px;
	margin: 0px;
	margin-left:0px;
	float: left;
	text-align: center; text-decoration:none;
}

#content #quizResults .buttons a.change{
	border: none;
	width: 189px;
	height: 39px;
	display: block;
background: url(../images/quiz-pods_19.jpg) 50% 3px no-repeat #0D2B45;
	padding: 0;
	cursor: pointer;
	color: white;
	font-size: 14px;
  line-height:39px;
	margin: 0px;
	margin-left:0px;
	float: left;
	text-align: left; text-decoration:none;
  text-transform: none; text-indent:8px;
}

#content .quiz .answer_type_good {
	color: #3a8e02;  display:none
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	bottom: 5px;
	right: 25px;
	display: none;
}
#content .quiz .answer_type_bad {
	color: #c80000;
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	bottom: 5px;
	right: 25px;
	display: none;
}

#content .quiz .answer_type_again {
	color: #013f6d; 
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	bottom: 5px;
	right: 25px;
}
.quiz_content  p {line-height:30px;}
#content .quiz img {
	margin: 10px;
}
#content .quiz {
	line-height: 18px;
}

#content .quiz_choose {
	width: 100%;
	overflow:hidden;
	
	padding: 0px 0 70px 0;
}
#content .quiz_choose a{
	display:block;
	height: 227px;
	width: 284px;
	margin-top: 0px;
	float: left;
}
#content .quiz_choose a.item1  {	background: url(../images/quiz_09.jpg) 50% 50% no-repeat;margin-right:45px;}
#content .quiz_choose a.item2  {	background: url(../images/quiz_11.jpg) 50% 50% no-repeat;margin-right:45px;}
#content .quiz_choose a.item3  {	background: url(../images/quiz_13.jpg) 50% 50% no-repeat;}

#content .quiz_content strong {
	color: #023F6C;
}
#content .quiz_content ul{
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 20px;	
}
#content .quiz_content ul li{
	list-style: disc;
	line-height: 18px;
	margin-bottom: 5px;
}

#content .quiz form .odp1, #content .quiz form .odp2, #content .quiz form .odp3{
	animation-name: odp_wejscie;
    animation-duration: 1s;
    opacity: 0%;
    animation-fill-mode: forwards;
    position: relative;
}

#content .quiz form .odp2{
    animation-delay: 1s;
}

#content .quiz form .odp3{
    animation-delay: 2s;
}

@keyframes odp_wejscie {
  from {
      opacity: 0%;
      right: -700px;
    }
  to {
      opacity: 100%;
      right: 0px;
    }
}

/* End Quiz */

/* Sitemap */
ul.sitemap {width:100%;display:table; border-spacing: 10px;
    border-collapse: separate;padding:0px;margin:0px;}
ul.sitemap li {display: table-cell;background:#F8F8F8;border:1px solid #EBEBEB;margin:0px;width:180px;text-align:center;font-weight:bold;text-transform:uppercase; }
ul.sitemap ul, ul.sitemap ul ul  , ul.sitemap ul ul ul {display:block;}
ul.sitemap ul {padding-top:10px;}
 ul.sitemap ul ul  , ul.sitemap ul ul ul {padding-top: 0px;}
ul.sitemap li li, ul.sitemap li li li, ul.sitemap li li li li {font-size:14px;display:block;width:100%;border:0px;text-align:left;line-height:17px;font-weight:normal;}
ul.sitemap li li {font-size:13px;}
ul.sitemap li li li li {font-size:13.5px;}
ul.sitemap li li ul {list-style-type: disc;padding:0;margin-left:15px;}
ul.sitemap li li li ul {list-style-type: disc;padding:0;margin-left:15px;}
ul.sitemap li li li, ul.sitemap li li li li {width:auto;display:list-item;color:#9D8557; }
ul.sitemap a {text-decoration:none;padding:4px 0;display:block;font-weight:bold;}
ul.sitemap li li li a:link,.sitemap li li li a:visited, .sitemap li li li a:hover  {text-transform:none;color:#9D8557;font-weight:bold;}
ul.sitemap li li li li a:link,.sitemap li li li li a:visited, .sitemap li li li li a:hover  {text-transform:none;color:#9D8557;font-weight:normal;}

/* End Sitemap */
/* Senator */
#senator_left, #senator_right {display:table-cell;overflow:hidden;vertical-align:top;}
img.foto-senator {padding:30px; border:5px solid #B09B70;margin:79px 40px 0 0;}
#senator_zrodla_toggle {	cursor: pointer;line-height:26px;padding-top:20px; float:left;width:100%;clear:both;width:100%;}
#senator_zrodla_toggle .to_toggle {  display:block;float:left ;	color: #013F6D; height:26px;width:26px;	margin-right: 8px;background: url(../images/senator-icoh_03.jpg) no-repeat 0px 0px;}
#senator_zrodla_toggle .to_toggle.hidden {	display: none;background: url(../images/senator-ico_03.jpg) no-repeat 0px 0px;}
#senator_zrodla { 	display: none; }
#senator_mapka_smierci  { color: #0B2F4E; font-size: 15px;font-weight:bold;text-decoration:none; margin: 0px; display:block;float:left ;clear:both;width:100%;cursor: pointer;line-height:26px;}
#senator_mapka_smierci span {  display:block;float:left ;	color: #013F6D; height:26px;width:26px;	margin-right: 8px;background: url(../images/senator-ico_01.jpg) no-repeat 0px 0px;}
#senator_mapka {height:500px;width:895px;}
.foto-1024 {display:none;}
/* End Senator */

/* Tablica pamieci */

#tablica_pamieci {
	position: relative;
	margin-bottom: 15px;
}
.tablica-obraz {max-width:100%;height:auto;display:block;}
#tablica_pamieci .segment {
	display: block;
	position: absolute;
	z-index: 999;
	height: 50%;
	width: 50%;
	text-align: center;
	 
	font-size: 0px;
	color: transparent;
	 
}

#tablica_pamieci .segment:hover {
	cursor: pointer; 
	background: transparent url(../images/tablica_20.png)  repeat ;
	color: #0B2F4E;text-decoration:none; 
	font-size: 36px;   border:1px solid #20355b;
}
#tablica_pamieci .segment span.tablica-letter {display:block; 
clear: both;
font-family: "Playfair Display SC",serif;
text-transform: uppercase;
height: 36px;
font-size: 36px; font-weight:bold;
text-align: center;
margin: 0px auto;
padding: 45px 0px 0 0;}
#tablica_pamieci .segment span.tablica-nazwiska {display:block;font-size: 18px;
font-weight: normal;
font-family: "Playfair Display SC",serif;
text-transform: uppercase;
padding: 10px 0px 14px 0;
overflow: hidden;}
#tablica_pamieci .segment .tablica-lupa {display:none;}
#tablica_pamieci .segment:hover .tablica-lupa {display:block;margin:0px auto;}
#tablica_pamieci .segment_1 {
	left: 0;
	top: 0;
	width: 43%; height:50.5%;
}

#tablica_pamieci .segment_2 {
	left: 0;
	bottom: 0;
		width: 50%;  height:48%;
}

#tablica_pamieci .segment_3 {
	right: 0;
	top: 0;
	width: 42.5%; height:50.5%;
}

#tablica_pamieci .segment_4 {
	right:0;
	bottom: 0;
		width: 50%; height:48%;
}

#tablica_box {
 
	width: 100%;
	font-weight:bold; 
	padding: 40px 0;
	font-size: 15px;
	line-height: 40px;
	color: #0B2F4E;
	 text-align:center;
}
.tablica1 {width: 100%;display:block;
	font-weight:bold; 
	padding:  0;
	font-size: 15px;
	line-height: 20px;
	color: #0B2F4E;
	 text-align:center;}
.tablica2 {width: 100%;display:block;
	font-weight:bold; 
	padding:  0;
	font-size: 25px;
	line-height: 27px;
	color: #0B2F4E;
	 text-align:center;padding-bottom:20px;}
#tablica_content {
	width: 100%; display:block;
  	padding: 0;
}
#tablica_content div {
	width: 100%; display:block;
  	padding: 0;   overflow:hidden;
}
#tablica_content p {
	display:block; text-align:justify;
}
#tablica_content a {
	text-transform: uppercase;
}
/* Tablica pamieci end */

.gallery  {display:block;overflow:hidden;padding-bottom:30px;float: left;width:100%;}
.Galeria-senator {margin:0px auto;}
.gallery  h3 {font-size:30px;display:block;font-family: "Playfair Display SC", serif;margin-bottom:65px;padding-top:65px;line-height:95px;font-weight:normal;text-align:center;width:100%;background: url('../images/senat_54.jpg') bottom center no-repeat ;color: #767676;}
.Galeria-senator img {padding:0 15px;}
.imgWraper {
    padding:   0 15px ;
    float:left;
     max-width:1037px;position:relative;
}  
.AktualnosciPage .Galeria-senator {
    padding:   0   ;
    float:left; width:100%;
     max-width:1037px;position:relative;
} 
.AktualnosciPage .Galeria-senator table {float:none;margin:0px auto;} 
.imgWraper .imgWrap , .AktualnosciPage .Galeria-senator .imgWrap {padding-right:0px;}
.imgWraper .imgWrap img, .AktualnosciPage .Galeria-senator .imgWrap img, .imgWraper img {width:100%;max-width:180px ; height:auto;}
.imgWraper img {float:left;}
.imgWraper .owl-prev  {width:29px;height:29px;position:absolute;top:50%;left:0px;margin-top:-22px}
.imgWraper .owl-next {width:29px;height:29px;position:absolute;top:50%;right:0px;margin-top:-22px}


form#Form_SenatorForm  {max-width:350px;margin:0px auto;padding-right:165px;}
.prawy .plikosfera ul {list-style:none;padding:15px 0;}
.prawy .plikosfera li {background: url(../images/get-file.jpg) no-repeat 0px 50%;height:23px;line-height:23px;text-indent:30px;padding:5px 0;margin:0;font-size:14px;}

.topmenu {display:none;}
a:focus {border:0;}
a {
   outline: 0;
}
@media (min-width:  1367px) {
#Form_SearchFormx {background:#F8F8F8;padding:0px 1%;position:relative;width:98%;}
#Form_SearchFormx select, #Form_SearchFormx input#Form_SearchFormx_LastName {background:#Fff;}
#Form_SearchFormx .lefts {width:70%;float:left;position:relative;min-height:400px;}
#Form_SearchFormx .rights {width:30%;float:right;overflow:hidden;}
#Form_SearchFormx  #LastName label {width:33%;color:#343434;font-size:22px;}
#Form_SearchFormx #Form_SearchFormx_action_doSearch  {position:absolute;top:0px;right:96px;padding: 8px 55px;}
#Form_SearchFormx .lefts #Sex.field.dropdown ,
#Form_SearchFormx .lefts #Nationality.field.dropdown ,
#Form_SearchFormx .lefts #BirthYear.field.dropdown ,
#Form_SearchFormx .lefts #DeathYear.field.dropdown 
{width:46%;position:absolute;left:30px;}
#Form_SearchFormx .lefts #BirthPlace.field.dropdown , #Form_SearchFormx .lefts #DeathPlace.field.dropdown , #Form_SearchFormx .lefts .wiek0  , #Form_SearchFormx .lefts .wiek00 {width:46%;position:absolute;right:0px;}
#Form_SearchFormx .lefts .wiek0  , #Form_SearchFormx .lefts .wiek00 {width:46%;position:absolute;right:50px;max-width:250px;}
#Form_SearchFormx .lefts #Sex.field.dropdown {top:0px;}
#Form_SearchFormx .lefts #Nationality.field.dropdown{top:100px;}
#Form_SearchFormx .lefts #BirthYear.field.dropdown {top:200px;}
#Form_SearchFormx .lefts #DeathYear.field.dropdown {top:300px;}
#Form_SearchFormx .lefts .wiek0 {top:0px;}
 #Form_SearchFormx .lefts .wiek00 {top:120px;}
#Form_SearchFormx .lefts #BirthPlace.field.dropdown {top:200px;}
 #Form_SearchFormx .lefts #DeathPlace.field.dropdown {top:300px;}
.prawy #Form_SearchFormx li   {margin:0;}
.prawy #Form_SearchFormx ul   {padding:0;}
#Form_SearchFormx p.zwin {width:100%;display:block;clear:both;text-align:right;color:#A5A5A5;text-transform:lowercase;}
#Form_SearchFormx #LastName {padding-left:20px;line-height:37px;margin: 10px 0px 0px;}
#Form_SearchFormx #LastName input.text {border:0px;border-bottom: 2px solid #DEDEDE;}
.selectboxit-container .selectboxit {width:250px;}	
}

.video-container-fixed {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container-fixed iframe,
.video-container-fixed object,
.video-container-fixed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* QUIZ – LICZNIK CZASU */
.countdown{
  position: absolute;
  right: 60px;
  z-index: 1;
  bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #0D2B45;
  text-align: center;
  min-width: 30px;
  animation: red_ending_text 5s linear 12s;
}


.pie {
  font-size: 350%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
    margin-left: auto;
  --color: white;
  background-color: #0D2B45;
  animation: red_ending 5s linear 12s;
  animation-fill-mode: forwards;
}

.pie::before,
.pie::after {
  content: '';
  width: 50%;
  height: 100%;
  border-radius: 0.5em 0 0 0.5em;
  position: absolute;
  left: 0;
  transform-origin: center right;
animation-fill-mode: forwards;
}

.pie::before {
  z-index: 1;
  background-color: #0D2B45;
}

.pie::after {
  background-color: var(--color);
}

.pie::before,
.pie::after {
  animation-duration: 15s;
  animation-delay: 1s;
}

.pie::before {
  animation-name: mask;
  animation-timing-function: steps(1);
  animation-fill-mode: forwards;
}

.pie::after {
  animation-name: rotate;
  animation-timing-function: linear;
}

@keyframes mask {
  50%,
  100% {
    background-color: var(--color);
    transform: rotate(0.5turn);
  }
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes red_ending_text {
  
  20% {
      color: red;
    }
  100% {
      color: red;
    }
}

@keyframes red_ending {
  
  20% {
      background-color: red;
    }
  95% {
      opacity: 100%;
    }
  100% {
      opacity: 0%;
      background-color: red;
    }
}

@media (max-width: 1024px){
    .pie{
        clear: both;
        margin: 60px auto -10px;
    }
    
    .countdown{
        position: static;
        margin-top: 20px;
    
    }

}
/* search tags */
.bootstrap-tagsinput .tag {
	color: white;
  background: lightblue;
  border-radius: 5px;
  padding: 5px 8px;
  margin-top: 5px;
  position: relative;
  top: 5px;
}

.tag-button {
	color: white;
  background: #0B2F4E;
  border-radius: 5px;
  padding: 5px 6px 5px 12px;
  margin-top: 5px;
  position: relative;
  top: 5px;
  cursor: pointer;
  border: 2px solid;
  border-color: transparent;
}

.tag-cloud {
/*	display: inline-block;*/
	float: left;
	width: 90%;
}

.tagsPlaceholder {
	float: left;
	width: 90%;
	margin-top: -45px;
}

.categories {
	margin-bottom: 24px;
text-align: right;
  margin-top: -30px;
  font-size: 12px;
  font-weight: bold;	
  margin-right: 10px;
}

.news .categories {
	margin-top: 0;
}

.btn {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 8px;
	background: #dedede;
	color: black;
	margin-right: 10px;
}

.tagsPlaceholder .tag-button {
	background: transparent;	
	border-color: #0B2F4E!important;
	color: #0B2F4E!important;
}

.tagsPlaceholder .tag-button.hidden {
	display: none;
}

.tag-cloud .tag-button.used {
	background: lightblue;
}

.cross {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.cross::after {
  content: "+";
  height:20px;
  width:20px;
  font-size:20px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-family:courier;
  color:white;
}

.tagsPlaceholder .cross {
	transform: rotate(45deg);
}

.tagsPlaceholder .cross::after {
	color: #0B2F4E!important;	
}

/* search form */
.tag-label {
  left: -134px;
  position: relative;
}
.tag-cloud-wrapper {
	float: left;
	margin: 24px 0;
}
.clr { clear: both; }

#ageCategory, #category { width: 50%; }

#ageCategory select, #category select {
	background: white;
}

#ageCategory { 
	text-align: right;
}

#category label {
	width: 25%;
	margin: 0;
}

#category .middleColumn {
	width: 45%;
	float: left;
}

#ageCategory label{
	width: 45%;
	margin: 0;	
	text-align: right;
}

#ageCategory .middleColumn {
	width: 45%;
	float: right;
}

/* sumbmit na górze forma */
#Form_wyszukiwanie_action_doExtendedSearch{
	width: 140px;
}
#Form_wyszukiwanie{
	position: relative;
}

#Form_wyszukiwanie #Title {
	width: 90%;
}

#Form_wyszukiwanie .Actions {
	position: absolute;
	top: 0;
	right: 0;
}

#Form_wyszukiwanie .search-bar2 .field {
	width: 90%;
}

/* tags in pages */
.head {
	display: flex;
}
.head .title {
	width: 75%;
	display: inline-flex;
}

.head .additional-info {
	width: 25%;
	display: inline-flex;	
	justify-content: right;
	align-items: baseline;
}

.page-tag {
	padding: 5px 12px;	
	background: transparent;	
	border-color: #0B2F4E!important;
	color: #0B2F4E!important;
	top: 0;
	font-size: 12px;
}


.search-bar #Form_wyszukiwanie_action_doExtendedSearch {
	width: 50px;
  top: 10px;
  right: 0;
}

.search-bar #Form_wyszukiwanie_action_doExtendedSearch:hover {
	background:none ;
}

.search-bar .small-text-under {
	margin-top: -10px;
	text-align:right;
}

.search-bar .small-text-under a {
	text-decoration: none;
}