object, a:active {outline: none}
.overflow {
	overflow: hidden;
}
.none {display: none;}
.none2 {
	position: absolute;
	left: -10000px;
	overflow: hidden;
}
.none-border {border: 0px;}
html {
	font-size: 62.5%;
}
html.bigger-font {
	font-size: 68.75%;
}
html.biggest-font {
	font-size: 75%;
}
body{
	background: #fff;
}
* {
	outline: 0;
}
button {
	cursor: pointer;
}
.sr-only {
	font-size: 2rem;
}
.clear {
	clear: both;
}
.focus-ring {
	outline: 2px dashed #000;
	outline-offset: -1px;
	border-color: transparent !important;
	text-decoration: none;
}
.page{
	width: 980px;
	margin: 0 auto;
	padding: 0 70px;
	position: relative;
	overflow: hidden;
}

.bg-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	padding: 0px;
}

.accessibility-bar {
	width: 100%;
	border-bottom: solid 1px #d0d0d0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	padding: 0 10px;
	background: #fff;
}

.accessibility-helpers__title {

}

.accessibility-helpers__list {
	padding: 0;
	overflow: visible;
}

.accessibility-helpers__item {
	display: inline-block;
	vertical-align: baseline;
	padding: 0;
	background: none;
}
.accessibility-helpers__item:not(:first-child) {
	margin-left: 5px;
}

.accessibility-helpers__btn {
	display: block;
	padding: 5px;
	border: 0;
	background: none;
	font-size: 1.5rem;
	line-height: 1.5em;
	outline-offset: -2px;
}

.accessibility-helpers__btn:hover {
	color: #024d8d;
}

.accessibility-helpers__btn.focus-ring {

}

.accessibility-helpers__btn.default-font {
	font-size: 1.2rem;
}

.accessibility-helpers__btn.bigger-font {
	font-size: 1.4rem;
}

.accessibility-helpers__btn.biggest-font {
	font-size: 1.6rem;
}

.accessibility-nav {
	margin-left: 10px;
}

.accessibility-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 0;
	overflow: visible;
}

.accessibility-nav li {
	padding: 0;
	background: none;
}

.accessibility-nav a {
	display: block;
    margin: 0;
    padding: 0 10px; 
    font-family: Arial, Georgia, Tahoma;
    font-size: 1.1rem;
	line-height: 1.6em;
	color: #3b3b3b;
}

#zone6{
	padding: 15px 0;
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
}

#zone6 .menu {
	width: 420px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
#zone6 .menu li{
	width: 50%;
	float: left;
	margin: 0 0 8px;
	padding: 0;
	background: none;
	overflow: hidden;
}
#zone6 .menu li:nth-child(2n+1){ text-align: right;}
#zone6 .menu li:nth-child(2n) a{ margin-left: 31px; margin-right: 0;}
#zone6 .menu li a{
	padding: 0px;
	margin-right: 31px;
	background: none;
	color: #3b3b3b;
	line-height: 14px;
	font-size: 1.1rem;
	font-family: Arial, Georgia, Tahoma;
}

#page-bottom{
	clear: both;
	margin: 24px 0 10px;
	padding: 0;
	position: relative;
}
#page-bottom .home{
	background: url(../images/logo_bottom.gif) no-repeat 0 0;
	display: block;
	width: 150px;
	height: 83px;
	margin: 0 auto;
	cursor: pointer;
}
.en-version #page-bottom .home{
	background-image: url(../images/logo_bottom-en.gif);
}
#page-bottom .left-link,
#page-bottom .right-link{
	position: absolute;
	width: 50%;
	height: 30px;
	bottom: 65px;
}
#page-bottom .left-link{ left: 0;}
#page-bottom .right-link{ right: 0;}

#page-bottom .left-link a,
#page-bottom .right-link a{
	cursor: pointer;
	display: block;
	width: 140px;
	height: 30px;
}
#page-bottom .left-link a{
	background: url(../images/bbn-hover.gif) no-repeat 50% 50%;
	float: right;
	margin-right: 210px;
}

#page-bottom .right-link a{
	background: url(../images/bip2-hover.gif) no-repeat 50% 50%;
	float: left;
	margin-left: 210px;
}

#page-bottom .link{
	visibility: hidden;
}

a img {
	border: none;
}

.welcome .white {
	background-color: #fff;
	width: 100%;
	min-height: 20px;
}
#main-zone{
	background: url(../images/content_bg.gif) repeat-y 0 0;
	margin: 0 -70px 30px;
}
#main-zone > div{
	margin: 0 70px;
	background: #fff;
	overflow: hidden;
}
#main-zone div.top, #main-zone div.bottom{
	margin: 0;
	height: 1px;
	line-height: 1px;
	background: url(../images/content_border.gif) no-repeat 0 0;
}

#zone1{
	padding: 11px 10px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	font-family: Arial, Tahoma;
	font-size: 1.1rem;
	color: #3b3b3b;
	line-height: 16px;
	background: #fff;
	border-bottom: solid 1px #d0d0d0;
	width: 100%;
}
#zone2{
	padding: 10px;
	position: relative;
}
#zone3 {
	height: 55px;
	overflow: hidden;
	position: relative;
	margin: 0;
	background: #fff;
}

#zone0{
	float: left;
	padding: 0 0 40px 4px;
	margin-right: 20px;
	width: 508px;
	overflow: hidden;
}
#zone0 .box:first-child{
	border-top: none;
}
#zone0 .box{
	padding: 20px;
	border-top: solid 1px #d0d0d0;
}
.welcome #zone0{
	width: auto;
	float: none;
	padding: 0;
	margin: 0 !important;
}

.main{
	background: url(../images/bg_right.gif) repeat-y 100% 0;
	margin: 0 1px;
}
.welcome .main {
	border-top: solid 1px #d0d0d0;
	background: none;
}

.aktywneregiony- .path,.aktywneregiony-7 .path{ margin-right: 0;}
.aktywneregiony-7 .main, .aktywneregiony- .main{ background: none;}
.aktywneregiony-7 #zone0, .aktywneregiony- #zone0{
	float: none;
	width: auto;
	margin-right: 15px;
}
.aktywneregiony- #zone0{
	margin-left: 15px;
}
.aktywneregiony-4-9 #zone0, .aktywneregiony-4 #zone0, .aktywneregiony-9 #zone0{
	width: 725px;
	margin-left: 15px;
} 

.welcome .aktywneregiony-4 #zone0,
.welcome .aktywneregiony-4-9 #zone0,
.welcome .aktywneregiony-9 #zone0{
	width: 572px;
	border-right: solid 1px #d0d0d0;
	margin-right: -1px !important;
	float: left;
}

.welcome #zone-right{
	border-left: solid 1px #d0d0d0;
}
#zone-right{
	overflow: hidden;
}
#zone4{
	overflow: hidden;
	padding: 0 10px 20px;
}
.welcome #zone4{
	border-bottom: solid 1px #d0d0d0;
	padding: 25px 20px 20px;
}
.aktywneregiony-4-9 #zone4{
	border-bottom: solid 1px #d0d0d0;
}
#zone4 .box:first-child .title, #zone4 .box:first-child .title a{ line-height: 36px;}


#zone9 {
	overflow: hidden;
	padding: 0 10px 20px;
}
.welcome #zone9 {
	padding: 20px;
}
#zone4 .box,
#zone9 .box{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
#zone7{
	float: left;
	width: 193px;
	margin: 0px 24px 40px 15px;
}

#zone5 {padding: 20px 0px 35px; margin-bottom: 10px; border-bottom: 1px solid #D0D0D0; }


/* Bloki */
#zone1 .home{
	background: url(../images/prezydent_pl.png) no-repeat 0 50%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 140px;
	height: 35px;
}
#zone1 .home.focus-ring {
	outline-offset: -3px;
}

.en-version #zone1 .home{
	background-image: url(../images/prezydent-pl-en.png);
}

.logo-link {
	width: 325px;
	margin-right: auto;
}
.logo-link img {
	max-width: 100%;
	height: auto;
}
.logo-link .home {
	background: url(../images/logo.gif) no-repeat 0 0;
	width: 370px;
	height: 120px;
	display: block;
	/* position: absolute; */
}
.logo-link h1 a {
	display: block;
	outline-offset: -2px;
}

.en-version .logo-link .home {
	background-image: url(../images/logo-en.gif);
}

#resize {
	float: right;
	width: auto;
	padding: 0 5px 0 0;
	margin-top: 3px;
}
#resize a {
	color: #B0B0B0;
	font-family: Arial, Georgia, Tahoma;
	font-weight: bold;
	padding: 0px 1px;
}
#resize .small {font-size: 1.1rem}
#resize .medium {font-size: 1.4rem}
#resize .large {font-size: 1.6rem}

.quote-box {
	float: right;
	width: auto;
	text-align: right;
	margin: 0px 0px 14px;
	line-height: 26px;
}
.quote-box .quote {
	float: right;
	width: auto;
	color: #ffffff;
	font-size: 1.9rem;
}
.quote-box .quote a {color: #ffffff;}
.quote-box .label {
	float: right;
	width: auto;
	color: #9eadbb;
	font-size: 1.3rem;
	padding: 0px 10px 0px 0px
}
.quote-box .description {
	color: #c2c2c2;
	padding: 3px 0px 0px;
	clear: both;
}

#zone1 ul.menu {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 68%;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#zone1 ul.menu li {
	margin: 0px;
	width: auto;
	padding: 0px;
	background: none;
}
#zone1 ul.menu li a {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #3b3b3b;
	font-family: Arial, Georgia, Tahoma;
	font-size: 1.1rem;
	line-height: 1.6em;
}
#zone1 ul.menu li.active a {text-decoration: underline;}

#zone1 ul.menu li a span {
	padding: 0 10px;
	display: block;
}

.dlanieslyszacych span {
	background: url(../images/ucho2.png) no-repeat 0 0;
	padding-left: 24px !important;
}

#zone1 ul.menu li.bip a,
#zone1 ul.menu li.bips a {
	background: url(../images/bip.png) no-repeat 50% 50%;
	width: 34px;
	text-indent: -999px;
}
#zone1 ul.menu li.bip a:hover,
#zone1 ul.menu li.bips a:hover {
	text-decoration: none;
}

#zone1 ul.menu li.search a {
	background: url(../images/search-bg.png) no-repeat 10px -115px;
	text-decoration: none !important;
	cursor: pointer;
}
#zone1 ul.menu li.search a span {
	background: url(../images/search-bg.png) no-repeat 100% -114px;
	padding: 10px 23px 10px 29px;
}

#zone1 ul.menu li.search.active a {
	color: #024d8d;
}
#zone1 ul.menu li.search.active a span {
	color: #024d8d;
		background: url(../images/search-bg.png) no-repeat -17px 4px;
}

#zone3 ul.menu {
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
#zone3 ul.menu li {
	display: inline-block;
	text-align: center;
	width: auto;
	padding: 15px 0px;
	background: none;
}
#zone3 ul.menu li a {
	display: inline-block;
	color: #3b3b3b;
	font-size: 1.9rem;
	line-height: 25px;
	margin: 0px;
	padding: 0 13px;
	position: relative;
	cursor: pointer;
}
#zone3 ul.menu li.first a {
	padding-left: 10px;
}
#zone3 ul.menu li.last a {
	padding-right: 10px;
}
#zone3 ul.menu li a:hover,
#zone3 ul.menu li.active a {
	color: #02478d;
	text-decoration: none;
}

#zone7 ul.menu{
	margin: 0;
	padding: 0px;
	border-top: 1px solid #eaeaea;
	overflow: visible;
}
#zone7 ul.menu li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
	background: none;
}
#zone7 ul.menu a{
	display: block;
	cursor: pointer;
	color: #3b3b3b;
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 8px 0 0;
	margin: -1px 0 -1px -2px;
	position: relative;
}

#zone7 ul.menu a.focus-ring {
	outline-offset: -2px;
	position: relative;
	z-index: 1;
}
#zone7 ul.menu span{
	padding: 0px 10px 9px 17px;;
	display: block;
}

#zone7 ul.menu a:hover,
#zone7 ul.menu a.active {
	text-decoration: none;
	background: #fff url(../images/menu-active.jpg) no-repeat 0px 0px;
}

#zone7 ul.menu a:hover {
	text-decoration: underline;
}

#zone7 ul.menu a:hover span,
#zone7 ul.menu a.active span {
	background: url(../images/menu-active.jpg) no-repeat 0px 100%;
	text-decoration: none;
}

#zone7 ul.menu ul{
	margin: 1px 0px 0px;
	padding: 0px;
	position: relative;
	bottom: -1px;
	overflow: visible;
}
#zone7 ul.menu ul a{
	padding: 0;
	margin: 0;
	background: #fff;
}

#zone7 ul.menu ul a:hover,
#zone7 ul.menu ul a.active {
	background: url(../images/icons.png) no-repeat -315px -83px;
	padding: 0px;
	margin: 0px;
}
#zone7 ul.menu ul a:hover {
	text-decoration: underline;
}
#zone7 ul.menu ul a span{
	padding: 8px 10px 9px 30px;
	background: none;
}
#zone7 ul.menu ul a:hover span,
#zone7 ul.menu ul a.active span {
	background: none;
}
#zone7 ul.menu ul ul{
	border-top: 1px solid #eaeaea;
}
#zone7 ul.menu ul ul li,
#zone7 ul.menu ul ul li{
	padding-left: 15px;
}


.banner {
	padding: 0px 0px 15px;
	text-align: center;
}
#zone4 .banner {
	margin: 0px -3px;
}

#zone4 .banner a {
	display: block;
}
#zone4 .banner a img {
	vertical-align: top;
}

#bannerContent76 .media,
#bannerContent77 .media,
#bannerContent80 .media {
	margin-bottom: 5px;
}

.information .foto{
	float: right;
	background: #212121;
	padding: 0;
}
.information .foto img{
	border: 0 none;
}
.information .summary {
	overflow: hidden;
	position: relative;
	padding: 10px 18px;
	z-index: 2;
}
.information .date {
	font-size: 1.4rem;
	padding: 0 0 6px;
	margin: 0px 0px 15px;
	background: url(../images/bg4.png) no-repeat 0px 100%;
}
.information .title{
	background: url(../images/slide_bg1.png) no-repeat 0px 100%;
	padding: 0px 0px 38px;
	margin: 0;
	font-size: 2.8rem;
	line-height: 33px;
	font-weight: normal;
	color: #fff;
}
.information .title a {
	color: inherit;
}

.information .title a.focus-ring {
	outline-color: #fff;
}

.information .description{
	background: url(../images/slide_bg2.png) no-repeat 0 0;
	font-size: 1.3rem;
	line-height: 22px;
	padding-top: 25px;
}
.information .more {
	padding: 0;
	margin: 0;
	vertical-align: 1px;
	display: inline-block;
	line-height: 9px;
	font-size: .9rem;
	color: #fff;
}
.information .more.focus-ring {
	outline-color: #fff;
	outline-offset: 2px;
}
.more:hover {
	text-decoration: none;
}


.box .yt-link{
	background: url(../images/youtube.gif) no-repeat 0 0;
	float: right;
	width: 57px;
	height: 23px;
	line-height: 23px;
	margin: 3px 0 0 auto;
	overflow: hidden;
	text-indent: 100px;
}
.box .flickr-link{
	background: url(../images/flickr.png) no-repeat 0 0;
	float: right;
	width: 27px;
	height: 23px;
	line-height: 23px;
	margin: 3px 0 0 auto;
	overflow: hidden;
	text-indent: 100px;
}
.yt-link:hover{ text-decoration: none;}
.gallery-block {
	overflow: visible;
}
.gallery-block ul {
	overflow: visible;
	padding: 0;
}
.gallery-block ul li {
	padding: 0;
	background: none;
}
.gallery-block ul li:not(:first-child) {
	margin-top: 20px;
}
.gallery-block .image{
	text-align: center;
	margin: 0 auto 5px;
}
.gallery-block .image a {
	display: block;
}
.gallery-block .image img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.gallery-block .image a.focus-ring {
	outline-offset: 0;
}
.gallery-block .title3{
	color: #5B5B5B;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 10px 0;
}

.gallery-block .read-more{
	display: flex;
	justify-content: flex-end;
}
.gallery-block .read-more .more1:hover {
	text-decoration: underline;
}

.news-list{
	overflow: visible;
	clear: both;
	padding: 0;
}
.news-list ul {
	padding: 0;
	overflow: visible;
}

.news-list2 {
	border: none transparent;
	padding: 6px 0px;
	margin: 0px;
	line-height: 22px;
	clear: both;
}
.news-list .path{ 
	margin: 0 0 5px 0 !important;
}
.news-border {
	padding: 0;
	margin: 0 0 30px;
	background: none;
	line-height: 1.9em;
}
.news-border2 {
	padding: 0px;
	margin: 0;
	border: none transparent;
}
.news-list .date {
	color: #595959;
	font-size: 1.3rem;
	margin: 0px 0px 5px;
}
.news-list h3 {margin-bottom: 10px;}
.news-list h3 a {
	color: #024d8d;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 21px;
}

.news-list h3 a.focus-ring {
	outline-offset: 2px;
}
.news-list .more {
	padding: 0px;
	margin: 0px 0px 0px 8px;
	display: inline-block;
	font-size: .9rem;
	vertical-align: 1px;
}
.news-list .more.focus-ring {
	outline-offset: 2px;
}

.news-list .template5{
	padding-right: 0;
}
.news-list .foto {
	float: left;
	margin-right: 20px;
}
.more1 {
	padding: 0;
	margin: 0;
	color: #02478d;
	font-size: 1.4rem;
	line-height: 14px;
	font-weight: normal;
}
.more1 i {
	font-size: .9rem;
}
.more1.focus-ring {
	outline-offset: 5px;
	color: #000;
}
.more:hover, 
.more1:hover{ 
	text-decoration: none;
}


#zone4 .news-list {
	border-bottom: 1px solid #cdc7a9;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	line-height: 17px;
}
#zone4 .news-list .date {
	color: #979797;
	font-size: 1.1rem;
	font-family: Tahoma, Georgia, Arial;
	padding: 0px;
}
#zone4 .news-list h3 {padding: 0px 0px 5px;}
#zone4 .news-list h3 a {
	color: #2d3236;
	font-size: 1.4rem;
}
#zone4 .news-list .more {
	background: url(../images/arrs.gif) no-repeat 0px -48px;
	padding: 0px;
	margin: 0px 0px -2px 6px;
	display: inline-block;
	height: 9px;
	width: 10px;
	line-height: 9px;
	font-size: .9rem;
}

.camera,
.speaker,
.sign{
	width: 12px;
	height: 10px;
	line-height: 21px;
	display: inline-block;
	font-size: 1rem;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	background: url(../images/ico.gif) no-repeat;
}
.camera {background-position: 0px -404px;}
.speaker {background-position: -13px -404px;}
.sign {
	background: url(../images/ucho2.png) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	position: relative;
	top: -2px;
}
.sign.nopopup {
	cursor: auto !important;
}

#zone0 .news-list .sign {
	cursor: pointer;
}
.welcome #zone0 .news-list .sign {
	cursor: auto;
}

.sign xmp {
	display: none;
}

.voting-block h3.title {
	color: #464646;
	font-size: 1.2rem;
	padding: 0px 8px 10px;
}
.voting-block ul {
	margin: 0px;
	padding: 0px 5px 10px;
}
.voting-block ul li {
	margin: 0px;
	padding: 3px 0px;
	background: none;
}
.voting-block li input {
	cursor: pointer;
	vertical-align: -3px;
}
.voting-block label {
	cursor: pointer;
	font-size: 1.2rem;
	color: #474747;
}
.voting-block .buttons,
.vote-block .buttons {
	overflow: hidden;
	padding: 0px 8px 0px;
}
.voting-block .button1 input,
.vote-block .button1 input {width: 64px}

.vote-block {
	border: 0px !important;
	padding: 0px 0px 20px;
	margin: 0px 8px !important;
}
.vote-block h3.title {padding: 0px 0px 10px;}
.vote-block .buttons {margin: 10px 0px 0px}

.newsletter-block .label {
	color: #737272;
	padding: 0px 8px 10px;
	display: block;
}
.newsletter-block .input-text div input {width: 98px}
.newsletter-block div.button1 {
	float: left;
	width: auto;
	margin: 0px 0px 0px 5px;
}
.newsletter-block div.button1 input,
.newsletter-block div.button1 .btn-submit {
	width: 53px;
}

.scroll-block {
	overflow: hidden;
	padding: 2px;
	margin: 1px;
	background: #f6f6f6;
}
.scroll-block h3{
	background: url('../images/buttons.png') no-repeat 0 -125px;
	padding: 0 0 0 12px;
	margin: 0 8px 0 0;
	float: left;
	height: 39px;
	font-size: 1.4rem;
	line-height: 19px;
	color: #3b3b3b;
	font-weight: normal;
	text-transform: uppercase;
}
.scroll-block h3 span{
	background: url('../images/buttons.png') no-repeat 100% -80px;
	padding: 10px 25px 10px 0;
	height: 19px;
	display: inline-block;
}
.scroll-block .description {
	color: #3a3a3a;
	font-family: Georgia, Tahoma, Arial;
	font-size: 1.4rem;
	height: 18px;
	line-height: 18px;
	padding: 11px 0;
	overflow: hidden;
}
.scroll-block .description div {
	white-space: nowrap;
	overflow: hidden;
}
.scroll-block .description a {
	color: #3a3a3a;
}
.scroll-block .description.wazne,
.scroll-block .description.wazne a {
	color: #02478d;
	font-weight: bold;
}

.aktywneregiony-11 .scroll-block .description div {width: 746px;}

.scroll-block .description div span {
	margin-left: 0;
}

.scroll-block .description div span b {
	padding-right: 100px;
}

#zone2 .search-block {
	padding: 0;
	position: relative;
}

#zone2 .search-block input[type="text"]{
	font-size: 1.1rem;
	color: #6c6c6c;
	background: #fff;
	font-family: Georgia, Arial, Tahoma;
	line-height: 16px;
	height: 16px; 
	padding: 6px 28px 6px 10px;
	border: solid 1px #d0d0d0;
	width: 220px;
}
#zone2 .search-block input[type="text"].focus-ring {
	outline-offset: -2px;
}
#zone2 .search-block .button {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	color: #024d8d;
}

#zone2 .search-block .button:hover {
	color: #000;
}

#zone2 .search-block .button.focus-ring {
	outline-offset: -2px;
}

.calendar-top {
	padding: 3px 0px 7px;
	margin: 0px 0px 5px;
	background: url(../images/line1.gif) no-repeat 50% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
}
.calendar-top h2 {
	color: #3b3b3b;
	font-size: 1.9rem;
	text-align: center;
	font-weight: normal;
}
.calendar-top a {
	padding: 7px;
}
.calendar-top h2 a {
	display: block;
}
.calendar{
	width: 100%;
	border: 0 none;
	padding: 0px;
	margin: 0px;
}
.calendar caption {display: none;}
.calendar th {
	border: 0 none;
	padding: 0px 0px 10px;
	margin: 0px;
	text-align: center;
	width: 26px;
	background: none;
	color: #000000;
	font-weight: bold;
	font-size: 1.3rem;
}
.calendar td {
	border: 0 none;
	padding: 3px 0px 4px;
	margin: 0px;
	text-align: center;
	background: none;
	color: #000000;
}
.calendar td.DzienNow {
	background: url(../images/ico.gif) no-repeat 50% -51px;
}
.calendar td.Active {
	background: url(../images/ico.gif) no-repeat 50% -78px;
	cursor: pointer;
}
.calendar .pelny {
	background: url('../images/kal_podkreslenie.jpg') 50% 100% no-repeat;
}
.calendar-select {
	padding: 10px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calendar-select select {
	border: 1px solid #a5acb2;
	padding: 1px 1px 1px 0px;
	margin: 0px 4px 0px 0px;
}
.calendar-select select.month {width: 91px;}
.calendar-select select.year {width: 58px}
.calendar-select .button1 {
	margin: -3px 0px 0px;
	width: auto;
}
.calendar-select .button1 input {
	padding: 1px 2px 0px;
	width: 28px;
}

.calendar-head {
	padding: 0px 0px 0px 20px;
	background: #1e4973;
	/* background: url(../images/lines.gif) no-repeat 0px -24px; */
}
.calendar-head h2 {
	padding: 11px 20px 11px 0px;
	/* background: url(../images/lines.gif) no-repeat 100% -24px; */
	display: block;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: normal;
}

.calendar .red, 
.calendar .red a {
	color: #ab0000;
}
.calendar td a.focus-ring {
	outline-offset: 2px;
}
.description-block {margin: 0 0 15px;}

.path {
	margin: 0 218px 0 15px;
	padding: 9px 0;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}
.path li {
	margin: 0 8px 0 0;
	padding: 0;
	color: #b0b0b0;
	font-family: Arial, Georgia, Tahoma;
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 14px;
	white-space: nowrap;
	list-style: none;
	background: none;
}

.path i {
	font-size: .9rem;
	color: #02478d;
	margin-right: 5px;
}

.path a {
	/* color: #b0b0b0; */
	color: #565656;
	text-decoration: none;
	font-weight: normal;
}
.path a.focus-ring {
	outline-offset: 2px;
	text-decoration: none;
}
.path a:hover {color: #000;}

.comments {padding: 20px 0px 0px;	}
.comments h4 {
	color: #024d8d;
	font-size: 2rem;
	font-weight: normal;
	float: left;
	width: auto;
	margin: 0px 15px 15px 0px;
}
.comments .more {
	background: url(../images/arrs.gif) no-repeat 0px -33px;
	padding: 0px;
	display: inline-block;
	width: 8px;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	vertical-align: 1px;
}
.comments .button {
	background: #f2f2f2;
	padding: 2px 5px;
	color: #464646;
	font-size: 12px;
}
.comments .box71 {clear: both;}
.comments .comment {padding: 5px;}
.comments .date {
	float: right;
	width: auto;
	color: #a1a1a1;
	font-size: 11px;
}
.comments .author {
	color: #024d8d;
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
.comments div.button12 input {width: 116px;}

#kontener_dodaj_komentarz {
	clear: both;
	overflow: hidden;
}

.video-block {
	overflow: hidden;
}

.logout-block .label {
	overflow: hidden;
	padding: 0px 0px 5px;
}
.logout-block .label label {
	float: left;
	width: 40px;
	text-align: right;
	padding: 3px 0px 0px 0px;
}
.logout-block .input-text input {width: 110px}
.logout-block .input-password input {width: 37px;}
.logout-block .button1 {
	margin: 0px 0px 0px 5px;
	float: left;
	width: auto;
}
.logout-block .button1 input {width: 68px;}
.logout-block .more {
	color: #24659C;
	float: right;
	width: auto;
	font-size: 1.1rem;
	white-space: nowrap;
}
.logout-block .more:hover {text-decoration: underline;}
.logout-block .login {
	padding: 0 0 0 10px;
}

.logout-block ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 10px;
	margin: 10px 0;
	overflow: visible;
}

.logout-block li {
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
}

.logout-block a {
	outline-offset: 2px;
}

/* blok odliczanie */

.odliczanie-blok{
	font-family: arial, sans-serif;
	text-align: center;
	background-color: #e74327;
	color: #fff;
	padding: 13px 9px;
	margin-top: 60px;
	font-size: 1rem;
}

.odliczanie-blok div{
	padding: 10px 0;
	font-size: 24px;
	line-height: 1;
}



/* Moduly */

.title-container {
	color: #024d8d;
	font-size: 1.8rem;
	line-height: 1.6em;
	padding: 0px 0px 15px;
	font-weight: normal;
}

.buttons-container { 
	float: right;
	width: auto;
	margin-top: 3px;
}

.buttons-container ul {
	display: flex;
	align-items: baseline;
	padding: 0;
	overflow: visible;
}

.buttons-container li {
	background: none;
	padding: 0;
	margin: 0 0 0 10px;
}

.buttons-container button,
.buttons-container a {
	display: flex;
	width: auto;
	height: auto;
	top: 0;
	cursor: pointer;
	background: none;
	padding: 5px;
	border: 0;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.5em;
	color: #c0c0c0;
	text-decoration: none;
}

.buttons-container button:hover,
.buttons-container a:hover {
	color: #000;
}

.buttons-container button.focus-ring,
.buttons-container a.focus-ring {
	outline-offset: -2px;
}

.buttons-container .sign {
	display: none;	
}

.send-friend {
	float: right;
	clear: right;
	padding: 2px;
	outline-offset: -2px;
}

#webreaderContainer {
	float: right;
	margin: 5px 0px 0px 10px;
}
#webreaderContainer_container {
	padding-top: 2px;
}
#webreaderContainer_container a {
	text-decoration: none;
}
#webreaderContainer_link {
	display: inline-block !important;
}

.rss a img {border: 0px;}

.snip-links {
	float: left;
	width: auto;
	border: 0px;
}

.snip-links a {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0px 11px 0px 0px;
}
.snip-links .facebook {background: url(../images/ico-facebook.png) no-repeat 0px 0px;}
.snip-links .twitter {background: url(../images/ico-twitter.png) no-repeat 0px 0px;}
.snip-links .flickr {background: url(../images/ico-flickr.png) no-repeat 0px 0px;}
.snip-links .google {background: url(../images/ico-google.png) no-repeat 0px 0px;}

.title-list {padding: 10px 0px 10px 20px;}
.title-list a {
	color: #3b3b3b;
	font-size: 1.4rem;
	padding: 0px 0px 0px 20px;
	background: url(../images/arrs.gif) no-repeat 0px -111px;
}

.description-module {
	font-size: 1.2rem;
	line-height: 1.6em;
	padding: 0px 0px 10px;
	clear: both;
}

input,
textarea,
select {
	font-family: Georgia, Arial, Tahoma;
	color: #737272;
	font-size: 1.1rem;
	border: 0px;
	background: #fff;
}
.form-description {
	line-height: 22px;
	padding: 10px 0px 0px;
	clear: both;
}

.form {
	padding: 20px 0px 0px;
	clear: both;
}
.form div {
	margin: 0px 0px 10px;
	background: url(../images/inputs.gif) no-repeat 115px 0px;
	clear: both;
	padding: 1px 0px;
	height: 23px;
	overflow: hidden;
}
.form div#map-canvas {
	border: 1px solid #cbcbcb;
	border-radius: 4px;
}
.form div#map-canvas div {
	margin: 0px;
	background: none;
	clear: none;
	padding: 0px;
	height: auto;
	overflow: initial;
}
.form button#geocode {
	margin-left: 10px;
	height: 25px;
	border: 1px solid #cbcbcb;
	background: #ededed;
	border-radius: 4px;
	color: #5b5b5b;
	font-family: Georgia, nimbus roman no9 l, Tahoma;
	font-size: 1.2rem;
	margin-top: -1px;
}

.form div.pole_captcha, .form div.pole_captcha.errorClass{
	background: none;
	padding: 0px;
	height: 25px;
}

.form div.radio,
.form .radio .fix {
	background: none;
	height: auto;
}
.form label, .form .radio span {
	float: left;
	width: 105px;
	padding: 3px 16px 0px 0px;
	text-align: right;
	white-space: nowrap;
}

.form label.pole_wymagane{
	line-height: 11px;
	padding-top: 0px;
}

.form label.pole_wymagane var{
	display: block;
	font-size:  1rem;
	padding-top: 1px;
}

.form div.pole_captcha label{
	width: 175px;
}

.form div.pole_captcha input{
	width: 55px;
	background: url(../images/inputs.gif) no-repeat 100% 0px;
	padding: 2px 0 ;
	display: block;
	height: 21px;
	vertical-align: middle;
	line-height: 21px;
}

.form div.pole_captcha.errorClass input{
	background: url(../images/inputs.gif) no-repeat 100% -173px;
}

.form div.pole_captcha span.pojemnik_input{
	width: 55px;
	height: 25px;
	padding-left: 5px;
	display: block;
	float: left;
	background: url(../images/inputs.gif) no-repeat 0px 0px;
}

.form div.pole_captcha.errorClass span.pojemnik_input{
	background: url(../images/inputs.gif) no-repeat 0px -173px;
}

.form div.pole_captcha span.opis_captcha{
	margin-left: 260px;
	display: block;
	padding-top: 4px;
}

.form .radio label {
	float: left;
	clear: both;
	display: inline-block;
}
.form .radio .fix label {padding: 3px 0 !important;}

.star {
	color: #ff0000;
	font-style: normal;
	font-size: 1rem;
	font-family: Tahoma, Georgia, Arial;
}
.form input {
	padding: 4px 0 4px;
	width: 288px;
}

.form .radio input {
	padding: 0px;
	width: auto;
}

.form .textarea {
	background: url(../images/inputs.gif) no-repeat 115px -51px;
	height: 119px;
}
.form .textarea textarea {
	height: 115px;
	padding: 1px;
	width: 290px;
}

.form select {
	width: 288px;
	background: #fff;
	padding: 3px 0 4px;
}
.form .captcha {
	height: auto;
	background: none;
}

.form div.errorClass {
	background: url(../images/inputs.gif) no-repeat 115px -173px;
}
.form div.errorClass .textarea {
	background: url(../images/inputs.gif) no-repeat 115px -199px;
}
.form div.textarea-error {
	background: none;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.form-foot {
	padding: 10px 0px 20px 115px;
	margin: 0px;
	height: auto;
	background: none;
}
.form-foot input {
	margin: 0px 5px 0px 0px;
	float: left;
}
.form-foot label {
	cursor: pointer;
	overflow: hidden;
	padding: 0px 0px 20px;
	display: block;
}
.form-foot .button1 {
	float: left;
	width: auto;
	margin: 0px 20px 0px 0px;
}
.form-foot .required {
	overflow: hidden;
	padding: 3px 0px 0px;
	text-align: right;
}
.form-foot .more {
	color: #24659c;
	font-size: 1.4rem;
	float: right;
	width: auto;
	padding: 0;
	margin: 4px 0 0;
}
.form-foot .more i {
	font-size: .9rem;
}
.form-foot .more:hover {
	text-decoration: underline;
}

.form .checbox {background: none;}
.form .checbox .fix {
	background: none;
	padding: 3px 0px 0px 15px;
	margin: 0px;
	clear: none;
}
.form .checbox .fix label {
	text-align: left;
	cursor: pointer;
	width: auto;
	padding: 0px;
	margin: 0px 30px 0px 0px;
}
.form .checbox input {
	float: none;
	vertical-align: -2px;
	width: 14px;
	height: 14px;
	margin: 0px 5px 0px 0px;
}
.form fieldset.checbox {
	border: 0;
	padding: 0;
	margin: 0px 0px 10px;
}

.form fieldset.checbox legend {
	float: left;
	width: 105px;
	padding: 0 16px 0px 0px;
	text-align: right;
	white-space: nowrap;
	line-height: 11px;
}

.form fieldset.checbox .fix {

}

.form fieldset.checbox ul {
	padding: 0;
	display: flex;
}

.form fieldset.checbox ul li {
	padding: 0;
	background: none;
}

.form fieldset.checbox ul li label {
	float: none;
}

.form .text,
.form .text .fix {height: auto;}
.form .text .fix label {white-space: normal;}

.form .subscription-categories {height: auto;}
.form .subscription-categories .fix label {clear: both;}
.form .subscription-categories .fix {
	padding-left: 30px;
	height: auto;
}

.input-text {
	float: left;
	width: auto;
	overflow: hidden;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 8px;
	background: url(../images/inputs.gif) no-repeat 0px 0px;
}
.input-text div {
	padding: 0px 6px 0px 0px;
	margin: 0px;
	float: left;
	width: auto;
	background: url(../images/inputs.gif) no-repeat 100% 0px;
}
.input-text div input {
	padding: 5px 0px 6px;
	margin: 0px;
	width: 177px;
	height: 14px;
	line-height: 14px;
	float: left;
}

.form-button {
	background: none !important;
	height: auto !important;
	margin: 20px 0px !important;
}
.form-button .button1 {float: left;}

.foto {
	display: inline-block;
	overflow: hidden;
	margin: 0px 0px 10px;
	font-size: 1.1rem;
	color: #565656;
	text-align: center;
	vertical-align: top;
}
.foto a {
	display: block;
	text-align: center;
}
.foto img {
	border: 0 none;
	background: #fff;
}
.template4{
	float: right;
	width: auto;
	padding: 0px 0px 5px 15px;
	text-align: center;
}
.template5{
	float: left;
	width: auto;
	padding: 0px 15px 5px 0px;
	text-align: center;
}
.template4 .foto,
.template5 .foto{
	display: block;
}
/*.information-module .template4,
.information-module .template5 {
	float: none;
}*/

.template7 {
	overflow: hidden;
	padding: 20px 0px;
	text-align: left;
	margin: 0px -4px;
}
.template7 .foto {
	display: inline-block;
	vertical-align: top;
	padding: 0px 4px 10px;
	width: 98px;
}
.template67 {padding: 0px 0px 10px;}
.template7 img {margin: 0px}

.template72 .foto {
	width: auto;
}
/*.information-module .template72 .foto {
	width: 100%;
}*/

.information-module {
	padding: 0px 0px 20px;
	clear: both;
}
.information-module .date {
	color: #b0b0b0;
	font-size: 1.4rem;
	padding: 0px 0px 10px;
	line-height: 22px;
}
.information-module h2.title {
	color: #024d8d;
	font-size: 2.7rem;
	line-height: 34px;
	padding: 0px 0px 15px;
	font-weight: normal;
}
.information-module .description {line-height: 22px;}

.information-module .back, .video_back {
	float: right;
	width: auto;
	background: url(../images/arrs.gif) no-repeat 100% -9px;
	color: #24659C;
	font-size: 1.4rem;
	line-height: 18px;
	padding: 0px 14px 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
}

.information-tags {
	border: dotted #bdbdbd;
	border-width: 1px 0px;
	color: #b0b0b0;
	margin: 0px 0px 15px;
	padding: 5px;
}
.information-tags .label {
	float: left;
	width: auto;
	color: #b0b0b0;
	padding: 0px 4px 0px 0px;
}
.information-tags a {color: #b8b18f;}

.information-files {
	margin: 15px 0px 0px;
	clear: both;
}
.information-files .row {
	padding: 5px;
	overflow: hidden;
}
.information-files .row img {
	float: left;
	padding: 0px 6px 0px 0px;
}
.information-files .row a {
	color: #5b5b5b;
	display: block;
	overflow: hidden;
}
.information-files ul {
	padding: 0;
}
.information-files ul li {
	padding: 0;
	background: none;
}

.jq-galeria-powiazana {
	border: 1px solid #cacaca;
	width: 506px;
	margin: 0px auto 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.jq-galeria-powiazana .main-img {
	/*height: 280px;*/
	height: 336px;
	display: block;
}
.jq-galeria-powiazana img {border: 0px;}
.jq-galeria-powiazana i {display: none;}
.one_photo_navigation {
	line-height: 26px;
	border: 1px solid #CACACA;
	border-top: none;
	text-align: center;
	overflow: hidden;
	display: block;
	background: #ececec;
	width: 506px;
}
*+html .one_photo_navigation {
	margin-top: -4px;
}
.jq-galeria-powiazana .navigation {
	line-height: 26px;
	border: none;
	border-top: 1px solid #d7d7d7;
	text-align: center;
	overflow: hidden;
	display: block;
	background: #ececec url(../images/prev.gif) no-repeat 0px 50%;
}
.jq-galeria-powiazana .navigation div {
	display: block;
	background: url(../images/next.gif) no-repeat 100% 50%;
}
.jq-galeria-powiazana .navigation p,
.one_photo_navigation p {
	display:block;
	font-family:Arial;
	font-size:1.1rem;
	line-height:16px;
	padding:5px 50px;
}
.jq-galeria-powiazana a.jq-prev,
.jq-galeria-powiazana a.jq-next {
	margin-top: 55px;
	width: 38px;
	height: 140px;
	line-height: 22px;
	display: block;
	position: absolute;
	top: 281px;
}
.jq-galeria-powiazana a.jq-prev:hover,
.jq-galeria-powiazana a.jq-next:hover {
	text-decoration: none;
	background: url(../images/shadow.png) repeat 0px 0px;
}
.jq-galeria-powiazana a.jq-next {right: 0px;}
.jq-galeria-powiazana a.jq-prev {
	left: 0px;
	background-position: 50% -130px;
}
.jq-galeria-powiazana a.hide {display: none;}
.powiazana_99a {margin-top: 20px; clear: both}

#map,
.gmap {
	margin: 10px 0px 0px;
	border: 3px solid #ebebeb;
	margin: 0px auto;
	overflow: hidden;
}

.see-also {
	float: left;
	width: 43%;
	padding: 20px 20px 0px 0px;
	clear: both;
	overflow: hidden;
}
.see-also a,
.see-also span.active {
	color: #5b5b5b;
	line-height: 16px;
	margin: 5px 0px 0px;
	display: block;
	clear: both;
}
.see-also span.active {font-weight: bold;}
.see-also .box62 {overflow: hidden;}
.see-also .box61 .title {
	margin: 0px;
	padding: 0px 5px 5px;
	display: block;
	font-weight: bold;
}

.see-gallery .see-also {
	display: block;
	float: none;
	width: auto;
	padding: 0px;
}

.pager {text-align: center;}
.pager a {
	color: #555555 !important;
	font-size: 1.8rem !important;
	line-height: 18px !important;
	margin: 0px !important;
}
.pager a:hover,
.pager span, .pager a.active {
	font-size: 1.8rem;
	text-decoration: none;
	font-weight: normal;
	color: #dba105;
}
.pager .back,
.pager .next {
	font-size: 1.1rem !important;
	padding: 0px 10px;
	background: none;
	clear: none;
	float: none;
}

.site-map ul {
	margin: 0px;
	padding: 0px;
}
.site-map ul li {
	margin: 0px;
	padding: 3px 0px;
	background: none;
}
.site-map ul li a {
	margin: 0px;
	padding: 5px 0px;
	color: #3b3b3b;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
.site-map ul ul {padding: 5px 0px 0px;}
.site-map ul ul li {padding-left: 50px;}
.site-map ul ul li a {
	padding: 0px 0px 0px 17px;
	background: url(../images/arrs.gif) no-repeat 0px -111px;
	font-weight: normal;
}
.site-map ul ul ul a {
	font-size: 1.2rem;
}

.vote {
	border-bottom: 1px solid #f0f0f0;
	padding: 0px 0px 1px;
	margin: 0px 2px 20px;
}
.vote2 {
	padding: 0px 0px 30px;
	margin: 0px -2px;
	border-bottom: 1px solid #dcdcdc;
}
.vote .title {
	color: #464646;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 10px 0px 20px;
	clear: both;
}
.vote .row {padding: 3px 0px;}
.vote .answer {padding: 0px 10px 5px;}
.vote .voices {
	float: right;
	width: 45px;
	text-align: right;
	font-size: 1.4rem;
	margin: -6px 0px 0px;
}
.vote .answer-line {
	background: url(../images/lines.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 4px;
	margin: 0px 45px 0px 0px;
}
.vote .answer-line2 {
	background: url(../images/lines.gif) no-repeat 100% 0px;
	margin: 0px -4px 0px 0px;
}
.vote .answer-line .active {
	background: url(../images/lines.gif) no-repeat 0px -12px;
	margin: 0px -4px;
}
.vote .answer-line .active div {
	background: green;
	height: 11px;
	position: relative;
	left: 4px;
	background: url(../images/lines.gif) no-repeat 100% -12px;
	font-size: 9px;
}

.faq {
	clear: both;
	padding: 10px 0px 0px;
}
.faq .description-module {padding: 10px 0px 0px;}
.faq h3,
.news-list .title-list2 a {
	color: #024d8d;
	font-size: 1.6rem;
	font-weight: normal;
	cursor: pointer;
	background: url(../images/arrs.gif) no-repeat 5px -475px;
	padding: 10px 0px 10px 20px;
}
.news-list2 .faq h3,
.news-list2 .title-list2 a {
	color: #024d8d;
	font-size: 1.6rem;
	font-weight: normal;
	cursor: pointer;
	background: url(../images/arrs.gif) no-repeat 5px -488px;
	padding: 0 0px 2px 20px;
}
.news-list .title-list2 {padding: 0px;}
.news-list .title-list2 a {display: block;}
.faq .answer {
	padding: 10px 0px 10px 20px;
}
.faq .description-module {padding-bottom: 20px;}
.faq .all {
	float: right;
	width: auto;
	cursor: pointer;
	margin: 20px 0px 0px;
}
.faq .none {
	float: right;
	width: auto;
	cursor: pointer;
	margin: 20px 0px 0px;
}
.faq-form {
	margin: 0px -4px;
}

.search-form {
	padding: 20px;
	overflow: hidden;
}
.search-form .input-text div input {
	width: 291px;
}
.search-form div.button1 {
	float: left;
	width: auto;
	margin: 0px 0px 0px 10px;
}

.search-info {
	padding: 5px 10px;
	line-height: 22px;
}
.search-info span {color: #1d5f96;}

.search-result .box91 {
	overflow: visible;
}
.search-result .box93 {margin: 0px 0px 1px;}
.search-result h4 {
	cursor: pointer;
	margin: -10px;
	padding: 9px 20px;
	position: relative;
	color: #2d3236;
	font-size: 1.4rem;
	font-weight: normal;
}
.search-result h4 span {
	float: right;
	width: auto;
}
.search-result h4 var {
	font-style: normal;
	color: #024d8d;
}
.search-result ul {
	display: none;
	padding: 6px 13px 0px;
	margin: 0px 0px -6px;
}
.search-result ul li {
	border-bottom: 1px solid #ededed;
	padding: 0px 5px 7px;
	margin: 0px 0px 5px;
	display: block;
	background: none;
}
.search-result a.link {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	color: #3b3b3b;
}
.search-result a.more {
	background: url(../images/arrs.gif) no-repeat 0px -33px;
	padding: 0px;
	margin: 0px 0px 0px 6px;
	display: inline-block;
	width: 8px;
	height: 7px;
	line-height: 7px;
	font-size: .7rem;
	vertical-align: 1px;
}

.tags a {
	color: #2d3236;
	display: inline-block;
	padding: 5px 8px;
}
.tags a.even {color: #024d8d;}


/* VIDEO */
.video_podglad{
	margin: 20px 0 0px 0;
	background: transparent url(../images/galeria_video_gradient.gif ) repeat-x bottom center;
}

.video_podglad .tac{
	text-align: center
}

h3.video_tytul{
	color: #024D8D;
	font-size: 2.1rem;
	font-weight: normal;
	padding: 5px 0px 39px 10px;
}

h2.video_pozostale{
	color:	  #5b5b5b;
	font-size:  1.8rem;
	font-weight:normal;
	margin:	19px 0px 18px 20px;
}

div.video_opis{
	padding: 20px 0px 24px 10px;
	font-size: 12px;

}

.video {
	overflow: hidden;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	/*clear: both;*/
	line-height: 22px;
}

.video .date {
	color: #B0B0B0;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 10px;
}
.video h3 {
	color: #024d8d;
	font-size: 2.7rem;
	font-weight:normal;
	line-height: 34px;
	padding: 7px 0px 0px;
	text-align: center;
}
.video h3 a {
	color: #024d8d;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 22px;
}
.video .more {
	background: url(../images/arrs.gif) no-repeat 0px -33px;
	padding: 0px;
	margin: 0px 0px 0px 6px;
	display: inline-block;
	width: 8px;
	height: 7px;
	line-height: 7px;
	font-size: .7rem;
	vertical-align: 2px;
}
.video.video-list a.foto {
	/*width: 96px;*/
	height: 102px;
	float: none;
	display: block;
	/*
	border: 1px solid #cacaca;


	margin: 0px 10px 0px 0px;

	background-position: 50% 50%;
	*/
	padding: 0px;
	margin: 0px;
}

.video.video-list a.foto img{
	border: 1px solid #bfbab5;
}

.video a.foto span {
	display: block;
	width: 96px;
	height: 102px;
	background: transparent url(../images/play.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 25%;
}

div.video-list{
	width: 178px;
	height: 160px;
	float: left;
	position: relative;
	/*margin-right: 24px;*/
	margin: 0 0 6px 0;
}

.video-list a.foto {
	display: block;
	float: none;
}

.video-list h3 a {
/*	padding: 0px 0px 10px; */
	display: block;
	color: #5b5b5b;
	font-size: 1.1rem;
	line-height: 17px;
}

.dynamic-survey p {display: inline;}
.dynamic-form h2 {
	color: #024D8D;
	padding: 10px 0px 20px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 20px;
	clear: both;
}

.dynamic-form .label {
	padding: 0px 0px 1px;
	margin: 0px 2px 10px;
	clear: both;
	border-bottom: 1px solid #f0f0f0;
}
.dynamic-form .label-border {
	padding: 0px 2px 10px;
	margin: 0px -2px;
	border-bottom: 1px solid #dcdcdc;
}
.dynamic-form .label-border > input{
	float: left;
}
.dynamic-form label {
	display: block;
	padding: 0px 0px 10px;
	clear: both;
	font-weight: bold;
	cursor: pointer;
}
.dynamic-form .label-border > label{
	clear: none;
	padding: 0px 0px 10px 25px;
}
.dynamic-form .input-text {
	margin: 0px;
	background: url(../images/inputs.gif) no-repeat 0px 0px;
	clear: both;
	padding: 1px 5px;
	overflow: hidden;
	float: left;
	width: auto;
	height: 23px;
}
.dynamic-form .input-text input {
	padding: 4px 0px 5px;
	width: 290px;
}
.dynamic-form .textarea {
	background: url(../images/inputs.gif) no-repeat 0px -51px;
	height: 119px;
	padding: 1px 5px;
}
.dynamic-form .textarea textarea {
	height: 115px;
	padding: 1px;
	width: 290px;
}

.dynamic-form .select {
	background: url(../images/inputs.gif) no-repeat 0px 0px;
	clear: both;
	padding: 1px 5px;
	height: 23px;
}

.dynamic-form select {
	width: 288px;
	background: #fff;
	padding: 3px 0px 4px;
}
.dynamic-form .input-file input {height: 23px;}
.dynamic-form label.checkbox {font-weight: normal;}
.dynamic-form label.checkbox input {
	cursor: pointer;
	vertical-align: -2px;
	margin: 0px 5px 0px 0px;
}
.dynamic-form .form-foot {padding: 10px 0px 20px 0px;}

.tenders .colA {width: 123px}
.tenders .colB {width: 133px}

.tenders {
	width: 100%;
	clear: both;
	margin: 10px 0px 0px;
}
.tenders th {
	font-size: 1.2rem;
	padding: 10px;
	white-space: nowrap;
}
.tenders td {padding: 13px 20px;
}
.tenders .label {
	font-weight: bold;
	width: 200px;
}
.tenders td div {
	font-weight: normal;
}

.form-acount .button1 input {width: 120px;}
.form-remind  .button1 input {width: 151px;}

.acount-menu {
	margin: 0px;
	padding: 0px;
}
.acount-menu li {
	margin: 0px;
	padding: 0px;
	background: none;
	float: left;
}
.acount-menu li a {
	margin: 0px;
	padding: 2px 10px;
	border: solid #e8e8e8;
	border-width: 0px 1px 0px 0px;
	float: left;
	color: #5B5B5B;
	font-weight: bold;
}
.acount-menu li.last a {
	border: 0px;
	color: #FF0000;
}


.interview h3 {
	color: #024D8D;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 18px;
	padding: 20px 0px 15px;
}
.interview label, .form.interview div.pole_captcha label {width: 280px}
.form.interview div.pole_captcha span.opis_captcha {margin-left: 370px}
.interview div {background-position: 290px 0px}
.interview .textarea {background-position: 290px -51px}
.interview div.errorClass {background-position: 290px -173px}
.interview div.errorClass .textarea {background-position: 290px -199px}

.interview-foot {padding-left: 290px;}


.interview2 label {width: 345px}
.interview2 div {background-position: 355px 0px}
.interview2 .textarea {background-position: 355px -51px}
.interview2 div.errorClass {background-position: 355px -173px}
.interview2 div.errorClass .textarea {background-position: 355px -199px}

.form-foot2 .button1 {margin-left: 242px;}

.message-box {
	clear: both;
	margin-top: 40px;
}
.message {
	text-align: center;
	padding: 5px 10px;
}
.message .button1 {
	width: 42px;
	margin: 0px auto;
	float: none;
}
.message .button1 input {width: 50px;}
.message-error {
	text-align: left;
}
.message-error .head {
	color: #ff0000;
	font-size: 1.6rem;
}
.ajaxInfo,
.ajaxError {
	border: 2px solid #c3c3c3;
	clear: both;
	margin: 40px 0px 15px;
	text-align: center;
	padding: 15px 20px;
}

/* boxy */


.box-border {
	border: 1px solid #c0c0c0;
	padding: 1px;
	margin: 0px 0px 15px;
	background-color: #fff;
	position: relative;
}
.box-border .corner {
	background: url(../images/box-border.gif) no-repeat 0px 0px;

	position: absolute;
	z-index: 56;
	display: block;
	width: 4px;
	height: 4px;
	font-size: 0px;
	line-height: 0px;
}
.box-border .top-left {top: -1px; left: -1px; background-position: 0px 0px;}
.box-border .top-right {top: -1px; right: -1px; background-position: -4px 0px;}
.box-border .bottom-right {bottom: -1px; right: -1px; background-position: -4px -4px;}
.box-border .bottom-left {bottom: -1px; left: -1px; background-position: 0px -4px;}

.box-yellow1,
.box-yellow2,
.box-yellow3,
.box-yellow4 {
	 background: url(../images/box-yellow.png) no-repeat -6px -6px;
}
.box-yellow1 {
	overflow: hidden;
	background-color: #EFEFEF;
	margin: 0px 0px 2px;
}
.box-yellow2 {
	background-position: 100% -6px;
	margin: 0px -6px 0px 0px;
}
.box-yellow3 {
	background-position: -6px 100%;
	margin: 0px 0px -6px 0px;
}
.box-yellow4 {
	background-position: 100% 100%;
	padding: 2px 8px 7px 2px;
}

/* tabs */

.jq-block h2 {
	color: #2d3236;
	font-size: 1.9rem;
	font-weight: normal;
	padding: 0px 0px 10px;
}
.jq-tab {clear: both;}

.tabs span {
	float: left;
	width: auto;
	background: url(../images/tabs.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 4px;
	margin: 0px 1px 0px 0px;
}
.tabs span span {
	display: block;
	padding: 8px 10px 9px;
	background-position: 100% 0px;
	margin: 0px;
	cursor: pointer;
	color: #2d3236;
	font-size: 1.9rem;
}
.tabs .isFirst {
	margin: 0px 1px -5px 0px;
	background-position: 0px -134px;
	position: relative;
}
.tabs .isLast {margin: 0px;}
.tabs .isFirst span {height: 21px;}
.tabs .isActive {
	background-position: 0px -40px;
	margin: -2px -5px -12px;
	position: relative;
}
.tabs .isActive span {
	background-position: 100% -40px;
	height: 23px;
	padding: 10px 14px 7px 10px;
}
.tabs .isActiveAndFirst {
	margin: -2px -5px -12px 0px;
	background-position: 0px -87px;
}

/* buttons */

.button1,
.button1 div.b1,
.button1 span {
	background: url(../images/buttons.png) no-repeat 0px 0px;
}

div.button1 {
	float: right;
	width: auto;
	padding: 0px 0px 0px 4px;
	margin: 0px -4px 0px 14px;
	height: 25px;
}
div.button1 div.b1 {
	background-position: 100% 0px;
	padding: 0px 2px 0px 0px;
	margin: 0px -4px 0px 0px;
	float: left;
	width: auto;
	position: relative;
}
div.button1 input,
div.button1 .btn-submit {
	border: 0px;
	float: left;
	padding: 2px 5px 1px;
	margin: 0px -2px 0px -4px;
	height: 25px;
	color: #3b3b3b;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, Arial, Tahoma;
	cursor: pointer;
	position: relative;
	overflow: visible;
}

div.button1 .btn-submit {
	background: #fff;
}

a.button1 {
	float: right;
	width: auto;
	color: #3b3b3b;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
	height: 25px;
	margin: 0px -4px 0px 14px;
	padding: 0px 0px 0px 7px;
}
a.button1 span {
	padding: 5px 5px 4px 0px;
	margin: 0px -4px 0px 0px;
	float: left;
	width: auto;
	background-position: 100% 0px;
	position: relative;
}
a.button1:hover {text-decoration: none;}

.box42 a.button1 {margin: 0px 3px 0px 0px;}

div.button12 {
	height: 22px;
	float: left;
	width: auto;
}
div.button12,
div.button12 div {
	background: url(../images/buttons.gif) no-repeat 0px -26px;
}
div.button12 div {background-position: 100% -26px;}
div.button12 input {
	height: 22px;
	font-weight: normal;
	text-transform: none;
	color: #464646;
	font-size: 1.2rem;
}

.calendar span, .wybrany_miesiac {cursor: pointer;}

.jq_ankieta_strona {display: none;}

.czat .clear {
	overflow: hidden;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.czat .box64 {
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	height: 10px;
}
.czat .left-col {
	overflow: hidden;
	padding: 0px 15px 15px 0px;
}
.czat .right-col {
	float: right;
	width: 180px;
	padding: 0px 0px 15px;
}
.czat .left-col .box63,
.czat .right-col .box63 {
	margin-bottom: 0px;
}
#UserChatPanel,
#MainChatPanel {
	height: 400px;
	overflow: auto;
}
.czat .info {
	font-family: Tahoma, Georgia, Arial;
	font-size: 1.1rem;
	overflow: hidden;
}
.czat .info .users {float: right;}
.czat .info .spacer {
	padding: 0px 40px 0px 0px;
}
#expireDateTime,
#expireDate {color: red}
#expireDate.spacer {color: green}
.czat .send .input {
	float: left;
	width: 74%;
}
.czat .send .input input {
	width: 100%;
	margin: -5px 0px;
	padding: 6px 0px;
}
.czat .send .button1 {float: left;}
.czat .send .button1 input {width: 65px;}
.czat .send .box62 {padding-top: 5px;}
.czat .send .box64 {height: 5px;}
.czat .buttons {
	overflow: hidden;
	padding: 0px 10px 0px 0px;
	float: right;
	width: 85px;
}
.czat .buttons .button1 input {width: 80px;}
#UserChatPanel img {cursor: pointer;}
#UserChatPanel span img {cursor: auto;}
.czat .send .box63 {margin: 0px;}

.czat-login {
	padding: 10px;
	overflow: hidden;
}
.czat-login .error {
	padding: 0px 20px 20px;
	text-align: center;
	color: red;
	font-weight: bold;
}
.czat-login .label {
	float: left;
	padding: 3px 20px 0px 0px;
}
.czat-login .button1 {float: left;}
.czat-login .button1 input {width: 76px;}

.chatSystemMsg {color: #aa0000;}
.chatRow1 {background-color: #FFFFFF;}
.chatRow2 {background-color: #F5F5F5;}


.monthFilter li {
	float: left;
	width: auto;
	background: none;
}

/* english */
/*.en-version #page-bottom .dla-dzieci,
.en-version #page-bottom .bip,
.en-version #page-bottom .link {
	display: none;
}
#page-bottom .dla-dzieci-en {
	display: none;
}
.en-version #page-bottom .dla-dzieci-en {
	display: block;
}*/

.SemaCode {
	width: 16px;
	height: 16px;
	background-image: url(../images/semacode.png);
	padding: 0;
	border: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.SemaCode img {
	left: 0;
}

/* wydarzenia */

.event {
	padding: 0px 0px 10px;
	line-height:22px;
}

.events-list .date {
	color: #B0B0B0;
	font-size: 1.8rem;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
}
.events-list .more {vertical-align: 3px;}

.question-box .buttons {
	padding: 20px 5px;
	overflow: hidden;
}
.question-box .button1 {float: left;}

.guestbook .button1 {
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
}
.guestbook .desc {
	padding: 10px 0px 0px;
	text-align: right;
}

#zone8 .box24 {
	position: relative;
}

.pager-aggregate {
	background: url("../images/pager-bg.png") no-repeat scroll 50% 50% transparent;
	bottom: 10px;
	left: 17px;
	padding: 57px 0 27px;
	position: absolute;
	text-align: center;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.pager-aggregate li {
	padding: 0;
	margin: 0 5px;
	background: none;
}
.pager-aggregate button {
	color: #2c597c;
	cursor: pointer;
	font-size: 2.5rem;
	display: inline-block;
	padding: 0 3px;
	border: 0;
	background-color: transparent;
	text-decoration: none;
	line-height: 30px;
	position: relative;
	z-index: 3;
}
.pager-aggregate button.focus-ring {
	outline-color: #fff;
	color: #fff;
}
.pager-aggregate button:hover,
.pager-aggregate button.active {
	color: #fff;
}
.art-aggregate{
	background: url(../images/slider_bg.gif) repeat-x 0 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.art-aggregate__list {
	padding: 0;
}

#zone8 .art-aggregate {
	height: 424px;
	border: solid 1px #fff;
}

#zone8 .art-aggregate .information {
	position: absolute;
	width: 100%;
	height: 428px;
	padding: 0;
	background: none;
	color: #fff;
}
#zone8,
#zone8 .art-aggregate + div.description-block{
	background: url(../images/main_block_bg.gif) repeat-x 0 0;
	min-height: 40px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

#zone8 .art-aggregate .author {
	background: rgba(0,0,0,.73);
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	padding: 10px;
	font-style: italic;
	text-align: right;
	color: #fff;
	font-size: 1.1rem;
	line-height: 14px;
}

.welcome #zone4 .description-block {
	margin-left: 0px;
	margin-right: 0px;
}

.social-networks{ text-align: center; white-space: nowrap; padding: 10px 10px 0px; overflow: hidden;}
#zone4 .social-networks, #zone9 .social-networks{ padding: 0;}
.social-networks a{
	background: url("../images/social_networks.png") no-repeat 0 30px;
	display: inline-block;
	width: 29px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 2px;
	text-indent: -100px;
}
.social-networks a.youtube{background-position: -96px 0px;}
.social-networks a.twitter{background-position: -32px 0px;}
.social-networks a.flickr{background-position: -123px 0px;}
.social-networks a.facebook{background-position: 0px 0px;}
.social-networks a.nk{background-position: -160px 0px;}
.social-networks a.google{background-position: -64px 0px;}


#ekonomia {
	background: url("../images/ikony/ekonomia.png") no-repeat 0px 0px;
	padding-left: 40px;
}

#historia {
	background: url("../images/ikony/historia.png") no-repeat 0px 0px;
	padding-left: 40px;
}

#prawo {
	background: url("../images/ikony/prawo.png") no-repeat 0px 0px;
	padding-left: 40px;
}

#spoleczenstwo {
	background: url("../images/ikony/spoleczenstwo.png") no-repeat 0px 0px;
	padding-left: 40px;
}

#stosunki-miedzynarodowe {
	background: url("../images/ikony/stosunki-miedzynarodowe.png") no-repeat 0px 0px;
	padding-left: 40px;
}

.gallery-download {
	overflow: hidden;
	clear: both;
}

.gallery-download .row,
.gallery-download .template7 .foto {
	float: left;
	width: 160px;
	padding: 0px 4px 5px 5px;
	height: 175px;
}
.gallery-download .template7 .foto {
	height: 112px;
}
.gallery-download .row h3 a {
	color: #5b5b5b;
	font-size: 1.1rem;
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: 18px;
}

.gallery-carousel {
	background: #c3c3c3 url("../images/gallery-bg.gif") repeat-x 0px 0px;
	padding: 10px;
	margin: 0px 0px 10px;
	text-align: center;
	position: relative;
}

.gallery-carousel .main-foto {
	/* height: 482px; g.kawalec, ucina stare zdjecia */
	overflow: hidden;
}

#js-main-foto {
	margin: 0px auto;
	display: block;
	border: 1px solid #cacaca;
}

.gallery-carousel ul li a {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.gallery-carousel ul li a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#js-foto-desc {
	text-align: left;
	line-height: 18px;
}
#js-foto-autor {
	position: absolute;
	right: 10px;
	color: #5b5b5b;
	font-size: 1rem;
	margin: 8px 0px 0px;
}

#js-foto-navi {
	height: 34px;
}
#js-foto-navi .gallery-prev,
#js-foto-navi .gallery-next,
#js-foto-navi #gallery-play {
	background: url("../images/gallery-ico.png") no-repeat 50% 8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px 2px;
	cursor: pointer;
}
#js-foto-navi .gallery-next {
	background-position: 50% -29px;
}
#js-foto-navi #gallery-play {
	background-position: 50% -66px;
}
#js-foto-navi .stop {
	background-position: 50% -103px !important;
}


.gallery-carousel .jcarousel-container {
	border-top: 1px solid #fff;
	margin: 10px -10px 0px;
	padding: 10px 0px 0px;
}

.gallery-carousel .jcarousel-clip {
	width:  520px;
	height: 62px;
	margin: 0px auto;
}

.gallery-carousel .jcarousel-item {
	height: 62px;
	background: none;
	padding: 0px 6px;
	margin: 0px;
}

.jcarousel-prev,
.jcarousel-next {
	position: absolute;
	top: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url("../images/gallery-ico.png") no-repeat 50% -130px;
}
.jcarousel-next {right: 54px;}
.jcarousel-prev {
	left: 58px;
	background-position: 50% -167px;
}

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
	opacity: 0.2;
	cursor: auto;
}

.gallery-list {margin: 10px 0px 0px}
.gallery-list h3,
.gallery-list-download h3 {
	color: #5b5b5b;
	font-size: 1.8rem;
	margin: 30px 10px 5px;
	font-weight: normal;
}
.gallery-list .row {
	float: left;
	padding: 0px 13px;
	width: 155px;
	height: 160px;
	text-align: center;
}
.gallery-list .row .foto {
	padding: 0px 0px 7px !important;
}
.gallery-list .row a {
	color: #5b5b5b;
	font-size: 1.1rem;
	line-height: 15px;
}

.gallery-list-download h3 {
	margin: 20px 10px 0px;
}

.gallery-list-download .template7 .foto {
	padding: 0 2px 10px;
}

.gallery-list-download {
	width: 527px;
	float: left;
}

.galeria-download-form {
	width: 197px;
	float: right;
	margin-top: 15px;
}
.description-module-galeria-download {
	width: 187px;
	padding: 0px 5px;
	line-height: 22px;
}
.galeria-download-logowanie-form {
	width: 187px;
	padding: 5px;
}
.galeria-download-logowanie-form .label {
	overflow: hidden;
	padding: 0 0 5px;
}
.galeria-download-logowanie-form .label label {
	float: left;
	width: 37px;
	padding-right: 3px;
	text-align: right;
	margin-top: 5px;
}
.galeria-download-logowanie-form .label input {
	width: 127px;
	margin-top: -1px;
	padding-bottom: 1px;
}
.galeria-download-logowanie-form .input-text {
	background: url("../images/inputs.gif") no-repeat scroll 0 0 transparent;
	float: left;
	margin: 0 0 0 8px;
	overflow: hidden;
	padding: 0 0 0 6px;
	width: auto;
}
.galeria-download-logowanie-form .galeria-download-button {
	margin-right: 8px;
}
.galeria-download-form .witaj {
	margin: 10px 5px;
}
.galeria-download-form .link_galerie {
	text-align: center;
}
.galeria-download-form .galeria-download-button-wyloguj {
	margin: 10px 10px 10px 0px;
}


.dla-mlodych {
	background-color: #fff;
	width: 734px;
	position: relative;
	top: -18px;
	bottom: -5px;
}
.dla-mlodych table td {
	background: none;
	padding: 0px;
	text-align: center;
	height: 192px;
}
.dla-mlodych table td.k1 {
	width: 244px;
}
.dla-mlodych table td.k2-k3 {
	width: 245px;
}
.dla-mlodych .wirtualna-akademia {
	width: 214px;
	height: 165px;
	display: block;
	background: url("../images/dla-mlodych-sprite.jpg") no-repeat -1128px -10px;
	margin: 14px 0px 0px 9px;
}
.dla-mlodych .e-biblioteka {
	width: 212px;
	height: 134px;
	display: block;
	background: url("../images/dla-mlodych-sprite.jpg") no-repeat -901px -234px;
	margin: 32px 0px 0px 22px;
}
.dla-mlodych .linki {
	width: 195px;
	height: 190px;
	display: block;
	background: url("../images/dla-mlodych-sprite.jpg") no-repeat -684px -399px;
	margin-left: 24px;
}
.dla-mlodych .zdjecia {
	width: 169px;
	height: 158px;
	display: block;
	background: url("../images/dla-mlodych-sprite.jpg") no-repeat -465px -615px;
	margin: 17px 0px 0px 35px;
}
.dla-mlodych .konkursy {
	width: 188px;
	height: 164px;
	display: block;
	background: url("../images/dla-mlodych-sprite.jpg") no-repeat -263px -816px;
	margin: 5px 0px 0px 27px;
}
.dla-mlodych .gry {
	width: 214px;
	height: 172px;
	display: block;
	background: url("../images/dla-mlodych-sprite.jpg") no-repeat -16px -999px;
	margin-left: 11px;
}
.dla-mlodych .e-pojeciownik {
	width: 223px;
	height: 169px;
	display: block;
	background: url("../images/dla-mlodych-sprite.jpg") no-repeat -1112px -1239px;
	margin-left: 8px;
}

/* menu kontekstowe - galeria */
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
	list-style: none;
}

.contextMenu li {
	list-style: none;
	margin-left: -6px;
	padding: 0 0 0 6px;
}

.contextMenu a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
	cursor: pointer;
}

.contextMenu li.hover a {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu li.disabled a {
	color: #AAA;
	cursor: default;
}

.contextMenu li.hover.disabled a {
	background-color: transparent;
}

.contextMenu li.separator {
	border-top: solid 1px #CCC;
}

.contextMenu LI.save A { background-image: url("../images/zapiszIco.gif"); }

/* Simple Popup */
/* Overlay */
/*#modalOverlay {background-color:#000; cursor:wait;}  */

/* Container */
/*#modalContainer {width: 300px; height: 200px; margin-left:-170px; left:50%; top:15%; background-color:#fff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url(../img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer .modalheader {height:30px; width:100%; background:url(../img/sprite.png) repeat-x 0px 0px; color:#0192BF; font-size:1.1em; font-weight:bold; line-height:30px;}
#modalContainer .modalheader span {padding-left:8px;}
#modalContainer .modalbody {padding:15px 5px 15px 5px;}
#modalContainer .modalbody th {text-align:right;}
#modalContainer .modalbodysubmitbuttons {text-align:center;}
*/
/* Confirm Popup
/* Overlay */
#confirmModalOverlay {background-color:Gray; cursor:wait;}

/* Container */
#confirmModalContainer {height:330px; width:420px; left:50%; top:15%; margin-left:-210px; line-height:22px; font-size:12px; text-align:left; background:#fff; border:4px solid #989898;}

.confirmbuttons button {
	background: none;
	background-color: transparent;
	border: none;
	border-color: transparent;
}
.confirmbuttons .contextButton {
	background: url("../images/contextButton.png") no-repeat;
	width: 93px;
	height: 25px;
	cursor: pointer;
}

/*#confirmModalContainer a.modalCloseImg {background:url("../imgages/contextButton.png") no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
*/#confirmModalContainer .confirmmessage {color:#333; text-align:center; margin:0; padding:12px 4px; font-size:1em;}
#confirmModalContainer .confirmbuttons {text-align:center;}

/* PUZZLE */

.puzzlePhotoShell {clear:both; height:auto; overflow:hidden; margin-bottom:20px}
	.puzzlePhotoShell .puzzlePhoto {float:left; margin:0 5px 5px 0; border:1px solid #B2B2B2; padding:1px}

	.puzzelShell h2 {margin-bottom:15px}
	.puzzelShell .date {color:#B0B0B0; font-size:14px; margin:-10px 0 5px}
		.puzzelShell .description {height:auto; overflow:hidden}
		.puzzelShell .puzzel {float:right; margin:0 0 5px 20px}
			.puzzelShell .puzzel img {border:1px solid #B2B2B2; padding:1px; margin-bottom:5px}
			.puzzelShell .puzzel p {text-align: center}
				.puzzelShell .puzzel p .l1 {color:green}
				.puzzelShell .puzzel p .l3 {color:red}
		.puttingPuzzel {text-align:center; padding:15px; margin:5px 0 15px; background-color:#F6F6F6; border:1px solid #ddd}
			.puttingPuzzel input {padding:2px 5px; border:1px solid #ddd; background-color:#fff; font:12px normal Arial,sans-serif; margin-right:5px}
			.puttingPuzzel span {display:inline-block; padding:5px; font-weight:bold; cursor:pointer}
			.puttingPuzzel p {display:none; padding-top:10px; color:#c00}

		#tmpWrapper {width:100%; height:100%; background-color:#000; opacity:0.4; filter:alpha(opacity = 40); position:fixed; left:0; top:0; z-index:999}
		#kontenerFlashPuzzel {position:absolute; top:100px; left:50%; z-index:1000}

		.puzzleResults table {width:100%; margin-bottom:20px}
			.puzzleResults table th {text-align:left}
			.puzzleResults table td {padding:6px 10px}

/*popup */

.popup {
	position:absolute; left:230px; top:100px;width:345px; height:300px;
	color:#000000;
}

.popup input{
	margin-top:10px;
	background: url('/public/images/admin/button.jpg');
	width:80px;
	height:23px;
	cursor:pointer;
	color:#ffffff;
	text-align:center;
	font-size:1.1rem;
	float:left;
}
.gora{
	background: url(../images/gora.gif) no-repeat;
 	width:340px; height:15px;
 	padding-top:3px;
 	padding-right:5px;
 	text-align:right;
}

.srodek_popup {
		background: url(../images/srodek.gif) repeat-y;
		min-height:80px;
		padding:5px 20px 0px 20px;
		text-align:center;
}

.srodek_popup_zapytanie{
			padding:15px 70px 0px 70px;
}
.xx{
	cursor:pointer;
}

.dol{
	background: url(../images/dol.gif) no-repeat;
 	width:345px; height:11px;
 	text-align:right;
}
.button-add-photo{
	margin:10px 0px 10px 0px;
	cursor: pointer;
}

/* bloczek Facebook */
.facebook_conteiner {
	margin-bottom: 10px;
}

.facebook_body {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background: #fff;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	padding: 10px;
	color: #2d3236;
}
.facebook_gora_prawa {
	background: url('../images/facebook_blok_bottom_top.gif') right top no-repeat;
	height: 4px;
	margin-left: 4px;
}
.facebook_gora_lewa {
	background: url('../images/facebook_blok_bottom_top.gif') left top no-repeat;
	width: 4px;
	height: 4px;
	margin-left: -4px;
}
.facebook_dol_prawa {
	background: url('../images/facebook_blok_bottom_top.gif') right bottom no-repeat;
	height: 4px;
	margin-left: 4px;
}
.facebook_dol_lewa {
	background: url('../images/facebook_blok_bottom_top.gif') left bottom no-repeat;
	width: 4px;
	height: 4px;
	margin-left: -4px;
}
.facebook_body .login {
	float: left;
	width: 95px;
	font-size: 15px;
}
.facebook_body .logout {
	background: url('../images/arrs.gif') 100% -10px no-repeat;
	float: right;
	margin: 0px;
	font-size: 1.5rem;
	line-height: 17px;
}
.facebook_body .punkty {
	font-size: 3rem;
	line-height: 32px;
	color: #2c597c;
	margin-top: 10px;
}
.facebook_body .punkty span {
	float: left;
}
.facebook_body .punkty a {
	font-size: 2.4rem;
	color: #2d3236;
	line-height: 26px;
	display: block;
	float: right;
	width: 140px;
	margin-top: 5px;
}
.facebook_body .punkty a:hover {
	text-decoration: none;
}
.facebook_body .punkty a span {
	display: block;
	font-size: 1.5rem;
	margin: -7px 0px 10px;
}
.facebook_body .table_row {
	display: table-row;
}
.facebook_body #table_row1 {
	background: url('../images/ajax-loader.gif') no-repeat scroll 69px 4px transparent;
}
.facebook_body .table_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	float: left;
}
.facebook_body .cell1 {
	width: 43px;
	font-size: 2.4rem;
	padding: 9px 0px 0px 27px;
	line-height: 26px;
	float: left;
}
.facebook_body .cell2 {
	font-size: 1.1rem;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	line-height: 13px;
	max-width: 100px;
}
.facebook_body .zobacz {
	font-size: 1.5rem;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	color: #2c597c;
	cursor: pointer;
	margin-top: 4px;
	line-height: 17px;
	padding-bottom: 10px;
}
.facebook_body .zobacz span {
	font-size: 2.2rem;
	margin-left: 2px;
	position: relative;
	top: 1px;
}
.facebook_body #nastepne,
.facebook_body #poprzenie {
	font-size: 5rem;
	color: #2c597c;
	display: block;
	height: 40px;
	width: 40px;
	display: table-cell;
	float: left;
	cursor: pointer;
}
.facebook_body #poprzenie {
	float: left;
}
.facebook_body #nastepne {
	float: right;
	position: relative;
	left: -10px;
}
.facebook_body #nastepne div,
.facebook_body #poprzenie div {
	float: left;
	height: 32px;
	width: 35px;
	margin-top: -5px;
	padding-left: 5px;
	line-height: 42px;
}
.facebook_body .karuzela {
	float: left;
}
.facebook_body .karuzela img {
	margin: 0px;
}
.facebook_body .karuzela .table_row {
	width: 180px;
	float: left;
	background: url("../images/ajax-loader.gif") no-repeat scroll 69px 4px transparent;
}
.table_row .do_zaproszenia {
	width: 40px;
	height: 40px;
	margin: 0px 10px;
	float: left;
}
.table_row .user {
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	background: url('../images/ajax-loader.gif') 4px 4px no-repeat;
}
.facebook_body .userdane {
	font-size: 1.1rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #2c597c;
	width: 170px;
	text-align: center;
	margin: 10px 0px 0px -64px;
}
.facebook_body .imie_nazwisko {
	position: relative;
	top: 15px;
	width: 175px;
	left: -40px;
}
.facebook_body .zaproszenie {
	float: left;
	margin-top: 10px;
}
.facebook_body .zdjecie {
	margin: 0px 15px;
	height: 70px;
}
.facebook_body .jeszcze_nie {
	width: 170px;
	margin-left: -64px;
	text-align: center;
	font-size: 1.1rem;
	font-family: Arial, Helvetica, sans-serif;
}
.facebook_text_prawa {
	background: url('../images/facebook_blok_inputy.png') right top no-repeat;
	height: 25px;
	margin-left: 4px;
	width: 170px;
}
.facebook_text_lewa {
	background: url('../images/facebook_blok_inputy.png') left top no-repeat;
	width: 4px;
	height: 25px;
	margin-left: -4px;
}
.facebook_text_lewa input {
	margin: 4px 12px;
	width: 150px;
}
.facebook_umiesc_lewa {
	background: url('../images/facebook_blok_inputy.png') 0% 50% no-repeat;
	height: 25px;
	padding-left: 3px;
	width: 57px;
	margin: 10px auto;
}
.facebook_umiesc_prawa {
	background: url('../images/facebook_blok_inputy.png') 100% 50% no-repeat;
	height: 25px;
	margin-right: -3px;
}
.facebook_umiesc_prawa input {
	border: 0px none transparent;
	background: none transparent;
	font-size: 1.1rem;
	color: #fff;
	height: 25px;
	width: 63px;
	text-transform: uppercase;
	margin: 0px 0px 0px -3px;
	padding: 7px 4px 4px 4px;
	line-height: 14px;
	cursor: pointer;
}
.facebook_login_lewa {
	background: url('../images/facebook_blok_logowanie.png') left top no-repeat;
	height: 114px;
	padding-left: 3px;
}
.facebook_login_prawa {
	background: url('../images/facebook_blok_logowanie.png') right top no-repeat;
	height: 103px;
	margin-right: -3px;
	text-align: center;
	font-size: 1.5rem;
	color: #2d3236;
	line-height: 17px;
	padding-top: 11px;
}
.facebook_login_dol_prawa {
	background: url('../images/facebook_blok_logowanie.png') 100% -115px no-repeat;
	height: 8px;
	margin: 0px -3px 0px 4px;
}
.facebook_login_dol_lewa {
	background: url('../images/facebook_blok_logowanie.png') 0px -115px no-repeat;
	width: 4px;
	height: 8px;
	margin-left: -4px;
}
.facebook_login_prawa .logout-block .prezydent_logo {
	background: url('../images/facebook_blok_logowanie.png') 100% 100% no-repeat;
	width: 152px;
	height: 16px;
	margin: 9px auto 5px;
}
.facebook_login_prawa .logout-block a {
	background: url('../images/facebook_blok_logowanie.png') 0px 100% no-repeat !important;
	width: 152px;
	height: 43px;
	border: none transparent;
	margin-top: 6px;
	font-size: 1.2rem;
	line-height: 15px;
}
.facebook_login_prawa .logout-block a span {
	font-size: 1.2rem;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #2d3236;
	background: none transparent !important;
	border: none transparent !important;
	margin: 12px 0px 0px 23px;
	padding: 0px;
}
.polecone_fb {
	width: 346px;
}
.polecone_fb .polecone_body {
	background: #fff;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	padding: 9px;
	margin-bottom: 0px;
}
.polecone_fb .polecone_scroll_0 {
	min-height: 73px;
	overflow: hidden;
}
.polecone_fb .polecone_scroll_1 {
	max-height: 292px;
	overflow-y: scroll;
}
.polecone_fb .popup_gora_lewa {
	background: url('../images/facebook_blok_popup.png') 0% 0px no-repeat;
	height: 31px;
	padding-left: 3px;
}
.polecone_fb .popup_gora_prawa {
	background: url('../images/facebook_blok_popup.png') 100% 0px no-repeat;
	height: 31px;
}
.polecone_fb .popup_gora_prawa div {
	font-family: Georgia, "Nimbus Roman No9 L", serif !important;
	cursor: pointer;
	display: block;
	float: right;
	padding: 6px 0;
	text-align: center;
	width: 76px;
	text-transform: uppercase;
}
.polecone_fb .popup_dol_lewa {
	background: url('../images/facebook_blok_popup.png') 0% 100% no-repeat;
	height: 4px;
	padding-left: 3px;
	margin-right: 3px;
}
.polecone_fb .popup_dol_prawa {
	background: url('../images/facebook_blok_popup.png') 100% 100% no-repeat;
	height: 4px;
	margin: 0px -3px 0px 0px;
}
.polecone_fb .polecone_body .row {
	height: 60px;
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 10px 0px;
}
.polecone_fb .polecone_body .row_linia {
	display: block;
	height: 1px;
	border-bottom: 1px solid #ededed;
}
.polecone_fb .polecone_body .cell1 {
	width: 50px;
	height: 50px;
	float: left;
}
.polecone_fb .polecone_body .cell2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	line-height: 14px;
	color: #2c597c;
	padding: 17px 0px 0px 10px;
}
.polecone_fb .polecone_body span {
	font-size: 2.4rem;
	line-height: 25px;
	color: #2d3236;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-list .galeria_flickr {
	float: right;
	font-size: 1.1rem;
	line-height: 13px;
	padding: 4px 47px 0px 0px;
	color: #5B5B5B;
	background: url('../images/galeria_flickr_button.png') 100% 2px no-repeat;
	margin: -29px 30px 0px 0px;
}
.gallery-list .clear {
	clear: both;
}

.aktualnosci_autor {
	background: url('../images/transparent_black.png');
	font-family: Georgia, "nimbus roman no9 l", Tahoma;
	font-style: italic;
	display: inline;
	position: absolute;
	right: 0px;
	top: 312px;
	padding: 6px;
	text-align: right;
	color: #D2D2D2;
	font-size: 1rem;
	line-height: 12px;
}
.aktualnosci_autor2 {
	top: 313px;
	right: -301px;
}
.foto_author .aktualnosci_autor2 {
	top: 312px;
	right: 5px;
}
/*formatowania dla nowego modulu*/
.modmap{
	position: relative;
}

.modsearch {
	min-height: 400px;
}

.modmap .news-list{
	padding-left: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #dcdcdc;
}
.modmap .news-list a{
	margin: 0;
}
.modmap .news-list a img{
	border: 0 none;
}
.modmap .news-list a:hover{
	text-decoration: none;
}
.container-search{
	border-top: 1px solid #F0F0F0;
	margin: 3px 2px;
	overflow: hidden;
	padding-top: 5px;
	width: 730px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.container-search.position-static{
	position: static;
}
.container-search h2.title{
	float: left;
	padding-top: 8px;
	padding-bottom: 0;
}
.js_params_search{
	z-index: 4;
	position: relative;
}
.container-search .searchbox{
	background: url("../images/search-bg-big.png") no-repeat 0 0;
	float: right;
	width: 522px;
	height: 413px;
	z-index: 3;
	position: relative;
}

.container-search.min .searchbox{
	background: url("../images/search-min-bg.png") no-repeat 0 0;
	float: right;
	width: 522px;
	height: 55px;
	z-index: 3;
	position: relative;
}
.container-search .searchbox .form{
	clear: none;
	width: 439px;
	float: left;
	padding-top: 10px;
	margin-left: 6px;
}
.container-search .searchbox .kategoria-container{
	background: url("../images/select-bg.png") no-repeat 0 0;
	width: 149px;
	height: 35px;
	float: left;
	margin-left: 6px;
	margin-right: 10px;
}
.container-search .searchbox .kategoria-container select{
	height: 35px;
	padding: 9px 3px;
	width: 149px;
}
.container-search .searchbox .wojewodztwo-container{
	background: url("../images/multiselect-bg.png") no-repeat 0 0;
	width: 151px;
	height: 337px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.container-search .searchbox .wojewodztwo-container ol{
	height: 320px;
	margin: 2px;
	padding: 7px 0;
	width: 147px;
}
.container-search .searchbox .wojewodztwo-container #wojewodztwo .ui-selecting{
	background: #3399FF;
}
.container-search .searchbox .wojewodztwo-container #wojewodztwo .ui-unselecting,
.container-search .searchbox .wojewodztwo-container #wojewodztwo .ui-selected{
	background: #3399FF;
	color: white;
}
.container-search .searchbox .wojewodztwo-container ol li{
	margin: 0;
	padding: 1px 3px 2px 6px;
	cursor: default;
}

.container-search .searchbox .rok-container{
	background: url("../images/multiselect-bg.png") no-repeat 0 0;
	width: 151px;
	height: 337px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.container-search .searchbox .rok-container select{
	width: 148px;
	height: 335px;
	padding: 8px 0;
	margin: 1px;
}
.container-search .searchbox .rok-container select option{
	padding: 3px 3px 2px 6px;
}
.zaznaczony2,
.zaznaczony{
	background-color: #3399FF;
	color: #fff;
}
.container-search .searchbox .form input{
	background: url("../images/search-input.png") no-repeat 0 0;
	padding: 11px;
	width: 417px;
}
.container-search .searchbox .button1{
	float: right;
	margin: 15px 10px 0 0;
}
.mapcontainer2{
	padding-top: 66px;
	z-index: 1;
	position: relative;
}
.mapcontainer{
	border: 1px solid #C0C0C0;
}
.mapcontainer #map-box{
	border: 1px solid #ffffff;
}
.info h1{
	display: block;
}
.search-list{
	margin: 2px;
	border-top: 1px solid #f0f0f0;
}
.search-list .search-row{
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	margin: 5px 0;
}
.infospec.info dd{
	margin: 0;
}
.search-list .search-row a{
	display: block;
}
.search-list .search-row h2{
	padding: 7px 0 0;
	font-size: 1.8rem;
	line-height: 28px;
}
.search-list .search-row img{
	float: left;
	margin-right: 15px;
}
.search-info2{
	line-height: 22px;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 10px;	
}
.search-info2 .search-content {
	max-width: 595px;
}
.projekt-list{

}

.projekt-list-right {
	float: right;
	width: 300px;
}

.projekt-list .projekt-title{
	overflow: hidden;
}
.projekt-list .projekt-title a{
	display: block;
	float: left;
}
.projekt-list .projekt-title a img{
	border: 0 none;
}
.projekt-list .projekt-title h2.title{
	padding-left: 40px;
}
.projekt-list .pliki-box{
	float: right;
	width: 185px;
	margin-left: 15px;
}
.projekt-list .pliki-box .information-files,
.projekt-list .information-tags{
	margin-top: 10px;
}
.projekt_karusela{
 	background: url("../images/gallery_bg.png") repeat-x left bottom transparent;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ececec;
}
.projekt_karusela ul{
	padding: 0 25px;
}
.projekt_karusela .jcarousel-clip{
	margin: 0 27px;
}
.projekt_karusela .jcarousel-prev{
	background: url("../images/gallery-icon-new.png") no-repeat -26px -152px transparent;
 	left: 0px;
	top: 0;
	width: 46px;
	height: 82px;
}
.projekt_karusela .jcarousel-next{
	background: url("../images/gallery-icon-new.png") no-repeat 21px 36px transparent;
	right: 0px;
	top: 0;
	width: 46px;
	height: 82px;
}
.projekt_karusela ul li{
	background: none;
	float: left;
	height: 82px;
	width: 98px;
	padding: 0;
	margin: 0px 19px;
}
.projekt-list .projekt_list_row{
	overflow: hidden;
	margin-bottom: 25px;
}
.projekt-list .projekt_list_row .projekt-title a{
	float: none;
	display: inline;
}
.projekt-list .projekt_list_row .projekt-title h2.title{
 	margin-left: 40px;
 	padding-left: 0px;
}
.projekt-list .projekt_list_row .projekt-title img{
	float: left;
}
.ikonka_lista_main{
	overflow: hidden;
	margin-bottom: 6px;
	float: left;
	margin-right: 20px;
}
.special_opis{
	border-bottom: 1px dotted #C9C9C9;
	font-size: 1.6rem;
	line-height: 22px;
	padding: 20px;
	overflow: hidden;
}
#tooltip{
	background: url("../images/tooltip-bg.png") no-repeat left top transparent;
	position: absolute;
	width: 148px;
	height: 67px;
	padding-bottom: 10px;
	z-index: 5;
}
#tooltip h3{
	color: #000;
	font-size: 1.2rem;
	line-height: 16px;
	padding: 10px 8px 8px;
	text-align: center;
}

#popup-box {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10010;
}
#popup-box .overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#popup-box .popup-content {
	position: absolute;
	background: white;
	z-index: 9992;
	display: none;
	left: -9999px;
	top: -9999px;
	max-width: 800px !important;
}

#popup-box .popup-content #btnClose {
	float: right;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
}

#popup-box .popup-content #js-info
{
	text-align: center;
	font-weight: bold;
}

#popup-content {
	overflow: hidden;
	clear: both;
}

.witryna-klimat-map {
	position: relative;
}
.marker_label {
	font-size: 2.2rem;
	line-height: 22px;
	color: #024d8d;
	width: 46px;
	height: 46px;
	text-align: center;
	margin: -23px 0 0 -23px !important;
}

.marker_label span {
	display: block;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	position:relative;
	z-index: 0;
	overflow: hidden;
}
.witryna-klimat #map-box {
	position: relative;
}
.witryna-klimat #map-box  div,
.witryna-klimat #map-box  canvas{
	border: 0px solid red;
}
.witryna-klimat h2.title {
	font-size: 2.7rem;
	color: #024d8d;
	font-weight: normal;
}
.witryna-klimat .description {
	margin-bottom: 15px;
}
.witryna-klimat .pierwsza-linia {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #dcdcdc;
}
.witryna-klimat .druga-linia {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #f0f0f0;
	margin: 1px 2px 15px;
}
.witryna-klimat-popup {
	position: absolute;
	top: -1000px;
	right: -1000px;
	z-index: 2;
}
.witryna-klimat-popup h1 {
	display: block;
}
.witryna-klimat-popup .popup-close {
	position: absolute;
	right: 2px;
	top: -28px;
	cursor: pointer;
}
.witryna-klimat-popup {
	background-image: url("../images/white-background-shadow.png");
	padding: 20px;
	width: 375px;
	top: 10px;
}
.witryna-klimat-popup h1 {
	font-size: 1.9rem;
	color: #024d8d;
	font-weight: normal;
}
.witryna-klimat-popup h2 {
	font-size: 1.9rem;
	color: #5b5b5b;
	font-weight: normal;
	margin: 20px 0px 5px;
}
a.witryna-klimat-kategoria {
	font-size: 1.3rem;
	line-height: 24px;
	padding-left: 15px;
}
a.witryna-klimat-kategoria img {
	width: 16px;
	height: 24px;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
a.witryna-klimat-kategoria span.nazwa {
	color: #5b5b5b;
}
a.witryna-klimat-kategoria span.ilosc {
	font-size: 1.5rem;
	font-weight: bold;
	color: #024d8d;
}

.cookies-info {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0px;
	text-align: center;
	padding: 5px 0 10px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6em;
}
.cookies-info p {
	display: inline;
}
.cookies-info a {
	color: inherit;
	text-decoration: underline;
}
.cookies-info a:hover {
	text-decoration: none;
}
.cookies-info a.focus-ring {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
.cookies-info button {
	background-color: transparent;
	padding: 0;
	border: 0;
	font-size: 2.25rem;
	color: #fff;
	margin-left: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	color: #fff;
}
.cookies-info button.focus-ring,
.cookies-info button:hover {
	background-color: #fff;
	color: #000;
	outline-offset: -2px;
}
.skip-links {
	padding: 0;
}
.skip-links__item {
	padding: 0;
}
.skip-links__link {
	display: block;
	font-size: 1.27rem;
	top: 0;
    left: -9000em;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
	z-index: 100;
	outline-offset: -2px;
	font-size: 2rem;
}
.skip-links__link:focus {
	left: 0;
}
.projekt-mapa {
	margin-top: 20px;
}

.ostatnio-dodane {
	border: 2px solid #eaeaea;	
	width: 317px;
	float: right;
	margin: 8px 0 0 20px;
}

.ostatnio-dodane h2 {
	background: #94a8cc;
	font: normal 18px Georgia;
	color: #ffffff;
	padding: 10px 20px;
}

.ostatnio-dodane  a {
	display: block;
	margin: 15px 20px;
}

.ostatnio-dodane h3.title {
	font: normal 12px/24px Georgia;
	color: #5b5b5b;
	overflow: hidden;
}

.ostatnio-dodane img{
	float: left;
	margin: 0 10px 0 0;
}

.map-buttons {
	position:relative;
	padding: 10px 15px 0 0 ;		
}

.map-buttons .button1 {
	position: absolute;
	right: 15px;
	bottom: -27px;
}

.whitespace-normal label {
	white-space:normal;
}

.dynamic-form-inputs .textarea,
.dynamic-form-inputs .input-text {
	background: #ffffff;
	height: auto;
	padding: 0;
}

.dynamic-form-inputs .textarea textarea, 
.dynamic-form-inputs .input-text input{
	background: #ffffff;
	border: 1px solid #CBCBCB;
	width: 99%;
	border-radius: 4px;
}
.dynamic-form-inputs .textarea textarea {
	padding: 7px 1px;
	height: auto;
	min-height: 120px;
}

.dynamic-form-inputs .input-text {
	float: none;
	height: 24px;
	overflow:visible;
   
}


.menu-tab td{
	padding: 0;
	border: none;
}
.menu-tab td a{
	font-size: 13px;
	line-height: 16px;
	color: #02478d;
}
.menu-tab td a.focus-ring {
	outline-offset: 2px;
}
.menu-tab td ul{
	padding: 32px 10px 0 0;
	overflow: visible;
}
.menu-tab td ul li{
	background: none;
	padding: 0 0 6px;
}
.menu-tab td ul li a{
	font-size: 1.1rem;
	color: #545454;
}
.menu-tab td ul li a:hover{
	text-decoration: none;
	color: #02478d;
}


.title, .title2{ margin: 0 0 15px;}
.title, .title a,
.title2, .title2 a{
	font-size: 2.5rem;
	line-height: 33px;
	color: #02478d;
	font-weight: normal;
}

.title2, .title2 a, #zone4 .title, #zone4 .title a, #zone9 .title, #zone9 .title a{
	font-size: 26px;
	line-height: 30px;
}

.title3{
	font-size: 1.4rem;
	line-height: 18px;
	margin-bottom: 5px;
}
.title3, .title3 a{
	color: #24659C;
}
.hr{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #d0d0d0;
	margin: 0 1px;
}


/*************************** karuzela banerow ********************************/
.jq-banner-carousel{
	min-height: 200px;
	padding: 0;
}
.jq-banner-carousel .media{ text-align: center; vertical-align: middle;}
.jq-banner-carousel .media a,
.jq-banner-carousel .media span{
	display: block;
	width: 100% !important;
}

.jq-banner-pager{
	padding: 20px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.jq-banner-pager a{
	background: url(../images/icons.png) no-repeat -340px -30px;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	overflow: hidden;
	text-indent: 100px;
	cursor: pointer;
	line-height: 13px;
}
.jq-banner-pager a.activeSlide{
	background-position: -360px -30px;
}

.jq-banner-pager a:hover{ text-decoration: none;}

.box61, .box62, .box63, .box64 {
	background: url("../images/box6.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
}
.box61 {
	overflow: hidden;
	padding: 0 0 0 10px;
}
.box62 {
	background-position: 100% 0;
	padding: 10px 10px 0 0;
}
.box63 {
	background-position: 0 100%;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.box64 {
	background-position: 100% 100%;
	height: 10px;
}
.box61 .title {
	border-bottom: 1px solid #EDEDED;
	color: #024D8D;
	font-size: 1.6rem;
	margin: 0 0 9px;
	padding: 0 5px 10px;
}

.box71, .box72, .box73, .box74 {
	background: url("../images/box7.gif") no-repeat scroll -4px -4px rgba(0, 0, 0, 0);
}
.box71 {
	background-color: #F7F7F7;
	margin: 0 0 15px;
}
.box72 {
	background-position: 100% -4px;
	margin: 0 -4px 0 0;
}
.box73 {
	background-position: -4px 100%;
	margin: 0 0 -4px;
}
.box74 {
	background-position: 100% 100%;
	padding: 6px 10px 10px 6px;
}
.box81, .box82, .box83, .box84 {
	background: url("../images/box8.gif") no-repeat scroll -4px -4px rgba(0, 0, 0, 0);
}
.box81 {
	background-color: #FFFFFF;
	margin: 0 0 2px;
	overflow: hidden;
}
.box82 {
	background-position: 100% -4px;
	margin: 0 -4px 0 0;
}
.box83 {
	background-position: -4px 100%;
	margin: 0 0 -4px;
}
.box84 {
	background-position: 100% 100%;
	padding: 10px 14px 4px 10px;
}
.box91, .box92, .box93, .box94 {
	background: url("../images/box9.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box91 {
	overflow: hidden;
	padding: 0 0 0 10px;
}
.box92 {
	background-position: 100% 0;
	padding: 10px 10px 0 0;
}
.box93 {
	background-position: 0 100%;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.box94 {
	background-position: 100% 100%;
	height: 10px;
}

#zone-right .box51,
#zone-right .box61,
#zone-right .box71,
#zone-right .box81,
#zone-right .box91{
	clear: both;
}

#mapa-propozycja {
	width: 100%;
	height: 400px;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#map_canvas2 {
	width: 100%;
	height: 400px;
}
.propozycja-form .input-group {
	margin-bottom: 15px;
	clear: both;
}
.propozycja-form .form-foot.agreement .input-group {
	margin-bottom: 0;
}
.propozycja-form label {
	float: left;
	line-height: 25px;
	width: 130px;
	text-align: right;
	padding-right: 7px;
	padding-top: 2px;
}
.propozycja-form label.pole_wymagane {
	line-height: 14px;
}
.propozycja-form label.captcha-label {
	width: 170px;
}
.propozycja-form input, .propozycja-form .textarea textarea {
	width: 300px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.propozycja-form .form-foot .input-group input {
	width: auto;
	padding: 0px 5px 0px 0px;
}

.propozycja-form .form-foot .input-group label{
	float: initial;
	width: auto;
	text-align: left;
	padding-top: 0px;
	line-height: 16px;
	padding: 0px 0px 20px;
}
.propozycja-form .form-foot.agreement .input-group label{
	padding-bottom: 0;
}

.propozycja-form .textarea textarea {
	
}
.propozycja-form .form-submit {
	clear: both;
	margin-bottom: 20px;
}
.propozycja-form .form-submit .button1 {
	/*float: none;*/
}
.propozycja-form .pole_captcha input {
	width: auto;
}
.propozycja-form .form-submit .button1 input {
	float: none;
}


.jq-org-form{
	overflow: hidden;
	position: relative;
	padding: 20px 0;
	border-top: solid 1px #ccc;
	
}
.jq-org-form .button-delete{
	overflow: hidden;
	position: absolute;
	top: 22px;
	right: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(/szablony/prezydent/images/delete_on.gif) no-repeat 50% 50%;
}

.propozycja-form .input-group.buttons{
	overflow: hidden;
	width: 449px;
}
.propozycja-form .button-add{
	cursor: pointer;
	float: right;
	display: inline-block;
	background: #02478d;
	color: #fff;
	padding: 8px 10px;
	margin: 0;
	line-height: 16px;
}
.propozycja-form .button-add > span:before{
	content: "+";
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 5px;
}
.propozycja-form .button-add:hover{
	text-decoration: none;
	background-color: #2c597c;
}

.propozycja-form .errorClass input{
	border-color: #ff0000;
}
.propozycja-form.check .form-submit {
	padding: 20px 0;
}
.propozycja-form .summary-data {
	line-height: 25px;
	padding-top: 2px;
}


.textarea-counter {
	text-align: right;
	font-size: 1.1rem;
	color: #b0b0b0;
	padding-right: 58px;
}
.textarea-counter.error {
	color: #ff0000;
}
.form-help {
	color: #999;
}
.infowindow_content {
	min-width: 200px;
	min-height: 50px;
}
.mapa_search {
	display: table;
}
.mapa_search_row {
	display: table-row;
}
.mapa_search_title, .mapa_search_input {
	display: table-cell;
}
.mapa_search_title {
	width: 100px;
}
.mapa_search input {
	padding: 3px;
	border: solid 1px #ccc;
	width: 400px;
}
.margin-title {
	margin-top: 22px;
}
.mapa-wydarzen-wydarzenie .subtitle {
	font-weight: bold;
	margin-bottom: 20px;
}
.mapa-wydarzen-wydarzenie h3 {
	border-bottom: 1px solid #EDEDED;
	color: #024D8D;
	font-size: 1.6rem;
	margin: 15px 0 5px;
	padding: 5px 0;
	font-weight: normal;
}
#lista-wydarzen, #lista-miast {
	margin-top: 10px;
	margin-bottom: 10px;
}
#lista-wydarzen, #lista-panstw {
	margin-top: 10px;
}

#lista-wydarzen h2 {
	font-size: 1.8rem;
	margin: 15px 0;
	font-weight: normal;
}
.lista-wydarzen-result {
	margin-top: 10px;
	padding-bottom: 5px;
}
.lista-wydarzen-result h3{
	font-size: 1.6rem;
	margin: 3px 0;
	color: #024d8d;
}
.lista-wydarzen-back {
	margin-top: 20px;
}
.lista-miast-content li {
	color: #024d8d;
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.lista-panstw-filter select {
	height: 25px;
	border: solid 1px #d0d0d0;
	border-radius: 5px;
	width: 100%;
}
.filter_letter, .filter_country {
	padding: 4px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	/*font-size: 11px;*/
	/*color: #024d8d;*/
}

.filter_letter_active, .filter_country_active/*, .page_navigation a.active_page*/ {
	/*border: solid 1px #ccc;*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(219, 161, 5, 0.52);
}
.filter_letter:hover, .filter_country:hover {
	text-decoration: underline;
}
.page_navigation {
	/*text-align: center;*/
}
.page_navigation a {
	color: #555555;
	font-size: 1.8rem;
	line-height: 18px;
	margin: 0px;
	padding: 0 4px;
}
.page_navigation a.active_page {
	color: #dba105;
}
.page_navigation a.first_link, .page_navigation a.last_link, .page_navigation a.next_link, .page_navigation a.previous_link {
	font-size: 1.1rem !important;
	text-transform: uppercase;
}

/* sociale glowna */
.page .social-media__list {
	display: flex;
	align-items: center;
	padding: 0;
	overflow: visible;
}
.page .social-media__item {
	padding: 0;
	margin-right: 25px;
	background: none;
}
.page .social-media__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 2rem;
	color: #808080;
	text-decoration: none;
}

.page .social-media__link 
.page .social-media__link.focus-ring,
.page .social-media__link:hover {
	color: #000;
}

.page .social-media__link.white {
	color: #fff;
}

.events-map .event-pop{
	padding: 18px 8px 8px;
	font-size: 1.1rem;
	line-height: 16px;
	min-width: 120px;
	max-width: 300px;
}
.events-map .event-pop h4{
	color: #02478d;
	margin: 0 0 10px;
	font-size: 1.2rem;
	font-family: Georgia, Arial, sans-serif;
}
.events-map .event-pop p{
	padding: 0;
	margin: 0 0 2px;
}

.grecaptcha-badge {
	background: #fff !important;
}

.recaptcha-no-js .frame-content1 {
	width: 302px;
	height: 422px;
	position: relative;
	margin: 0 auto;
}
.recaptcha-no-js .frame-content2 {
	width: 302px;
	height: 422px;
	position: absolute;
}
.recaptcha-no-js .frame-content2 iframe {
	width: 302px;
	height: 422px;
	border-style: none;
}
.recaptcha-no-js .text-content {
	width: 300px;
	height: 60px;
	bottom: 12px;
	left: 25px;
	margin: 0 auto;
	padding: 0;
	right: 25px;
	background: #f9f9f9;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
}
.recaptcha-no-js .text-content textarea {
	width: 250px;
	height: 40px;
	border: 1px solid #c1c1c1;
	margin: 10px 25px;
	padding: 0;
	resize: none;
}

/*Tymczasowa zmiana */
.dynamic-form label{
    font-weight: normal;
}
.dynamic-form .label-border{
    border: none;
}


/*Flip Book - flipbook.style.css */
.flipbook-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	/* background: url('../nowels/images/overlay.png') white repeat; */
	background-color: #c7c7c7;
    z-index: 2147483646 !important;
}

.flipbook-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    /*background: url('../images/overlay_lightbox.png') repeat;*/
}

.flipbook-lightbox-thumb-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.flipbook-lightbox-thumb-overlay:hover {
    opacity: 1;
}

.flipbook-lightbox-thumb-icon {
    position: relative;
    margin-left: -50%;
    margin-top: -50%;
    color: #555;
    display: none;
}

.flipbook-lightbox-thumb-icon-holder {
    position: absolute;
    left: 50%;
    top: 50%;
}

.flipbook-wrapper-transparent {
    width: 100%;
    height: 100%;
    background: none;
}

.flipbook-main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    direction: ltr !important;
}

.flipbook-bookLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.flipbook-zoomLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    opacity: .7;
    /*opacity: .5;*/
    /*ointer-events:none;*/
}

.flipbook-zoomLayer-inside {
    display: block;
    position: relative;
    background-image: url("../grid.jpg");
    background-size: contain;
    text-align: center;
}

.flipbook-zoomLayer-inside .flipbook-carousel-page {
    float: left;
}

.flipbook-center-container {
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-center-container-wrapper {}

.flipbook-center-wrapper {}

.flipbook-book {
    display: block;
    position: relative;
}

.flipbook-page {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(0px);
    /*-webkit-transform:translateZ(0px);*/
    will-change: transform;
}

.flipbook-page3 {
    position: absolute;
    background: #eee;
    /* overflow: hidden; */
    /*transform: translateZ(0px);*/
    /*-webkit-transform:translateZ(0px);*/
    /*will-change: transform;*/
}

.flipbook-page3-html {
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    top: 0;
    left: 0;
    /* transform-origin:0 0; */
    /* -webkit-transform-origin:0 0; */
    transform: translateZ(0);
    /* -webkit-transform:translateZ(0); */
    /* float:  left; */
    /* z-index: 9999999999; */
}

.flipbook-page3-inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}

.flipbook-page3-bg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.flipbook-page3-image {
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.flipbook-page3 img {
    /*transform-origin:0 0;
    -webkit-transform-origin:0 0;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* width:  100%; */
    height: 100%;
    margin: auto;
    position: absolute;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /* transform:translateZ(0); */
    /* -webkit-transform:translateZ(0); */
    float: left;
    user-select: none;
    pointer-events: none;
}

.flipbook-page3 canvas {
    /* position:absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    transform: translateZ(0);
    backface-visibility: hidden;
    /* float: left; */
}

.flipbook-page3-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    /*background:rgba(0,0,0,.6);*/
    background: #000;
    opacity: 0;
    pointer-events: none;
    /*opacity:.5;*/
}

.flipbook-page3-front {
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    /* transform: translateZ(0);
    -webkit-transform: translateZ(0);*/
}

.flipbook-page3-back {
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    /*transform: translateZ(0);
    -webkit-transform: translateZ(0);*/
    z-index: 999999 !important;
}

.flipbook-book3 {
    display: block;
    position: relative;
    /*background: #F00;*/
}

.flipbook-center-container3 {
    position: relative;
    /* height:100%; */
    perspective: 4000px;
    -webkit-perspective: 4000px;
    transform: translateZ(0px);
    /*-webkit-transform:translateZ(0px);*/
    will-change: transform;
    border: none;
    /* background: none; */
    /* color:  #000; */
    /* opacity: .1; */
    /* box-shadow:  none; */
    /* overflow:  hidden; */
}

.flipbook-page-face {
    position: absolute;
    background-color: #DDD;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    pointer-events: none !important;
    z-index: 10;
}

.flipbook-page-htmlContent {
    position: absolute;
    /* float:  left; */
    top: 0;
    left: 0;
    transform-origin: 0 0;
    z-index: 50;
    transform: translateZ(0px);
    /* -webkit-transform:translateZ(0px); */
    -backface-visibility: hidden;
    /* -webkit-backface-visibility: hidden; */
    /* transform-style: preserve-3d; */
    /* -webkit-transform-style: preserve-3d; */
}

.flipbook-book canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-page img {
    width: 100%;
    height: 100%;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-opacity0 {
    opacity: 0;
}

.flipbook-opacity1 {
    opacity: 1;
}

.flipbook-arrow-wrapper {
    opacity: .85;
    transition: opacity .3s;
}

.flipbook-arrow-wrapper:hover {
    opacity: 1;
}

.flipbook-left-arrow {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    /* font-size: 32px !important; */
    /* line-height: 40px !important; */
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
    width: 40px;
    /* height: 40px; */
    -webkit-border-radius: 0;
    border-radius: 0;
}

.flipbook-right-arrow {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    speak: none;
    right: 0;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
}

.flipbook-first-arrow {
    display: block !important;
    position: absolute !important;
    top: 50%;
    speak: none;
    left: 0;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
}

.flipbook-last-arrow {
    display: block !important;
    position: absolute !important;
    top: 50%;
    speak: none;
    right: 0;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
}

.flipbook-currentPageHolder {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    display: inline-block;
    user-select: none;
}

.flipbook-floating {
    background: rgba(0, 0, 0, .3);
    color: #FFF;
    position: absolute;
}

.flipbook-floating span {
    color: #FFF;
}

.flipbook-floating span:hover {
    color: #FFF;
}

.flipbook-currentPageHolder form {
    position: absolute !important;
    top: 0;
}

.flipbook-currentPageNumber {
    /* font-weight: bold !important; */
    border-radius: 15px !important;
    /*     color: rgba(255, 255, 255, 0.72); */
    padding: 5px 12px !important;
    /*     background-color: rgba(0, 0, 0, 0.4); */
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px;
    line-height: initial;
}




/*.flipbook-menu-title {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px 0;
    width: 100%;
}*/

.flipbook-currentPageInput {
    padding: initial !important;
    position: absolute !important;
    line-height: 14px !important;
    background: none !important;
    border: none !important;
    font-size: 14px !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    /* font-weight: bold !important; */
    text-align: center !important;
    /* color: rgba(255, 255, 255, 0.72) !important; */
    height: 26px !important;
    top: 0 !Important;
    left: 0 !important;
    border: 2px solid rgba(128, 128, 128, .5);
}

.flipbook-currentPageInput:focus {
    /* outline: 0 !important; */
    outline: 2px solid #88888885;
}

.flipbook-color-transparent {
    color: transparent !important;
}

.flipbook-browser-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
    margin: 0 !important;
    padding: 0 !important;
}




/*
.flipbook-totalPages {
    background: none;  box-shadow: none;
    position: absolute !important;
    padding-left: 3em !important;
    border: none !important;
    width: 3em !important;
    
    font-size: 1.2em !important;
    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;
    
    text-align: left !important;
    line-height: 30px !important;
    
    z-index: 9999;
    height: 35px;
}*/

.flipbook-totalPages {
    box-shadow: none;
    padding-left: 3em !important;
    padding-right: 1em !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border: none !important;
    width: 3em !important;
    font-size: 1em !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-align: left !important;
    line-height: 30px !important;
    /*z-index: 9999;*/
    height: 35px;
    /* opacity: .7 !important; */
    pointer-events: none;
}

.flipbook-currentPage:focus {
    outline: none;
}

.flipbook-menuBottom {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    /* justify-content: space-between; */
}

.flipbook-menu-fixed {
    left: 0;
    right: 0;
}

.flipbook-menu-fixed .flipbook-menu {
    align-items: center;
}

.flipbook-menu-center {
    justify-content: center;
    align-items: center;
    /* margin-left: auto; */
}

.flipbook-menu-right {
    justify-content: flex-end;
    align-self: center;
    flex: 1;
    display: flex;
    min-width: -webkit-min-content;
    /* Workaround to Chrome bug */
    /* margin-left: auto; */
}

.flipbook-menu-left {
    justify-content: flex-start;
    align-self: center;
    flex: 1;
    display: flex;
    min-width: -webkit-min-content;
    /* Workaround to Chrome bug */
}



.flipbook-menu-floating {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: fit-content;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 2px;
}

.flipbook-menuTop {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}

.flipbook-menuWrapper:hover {
    opacity: 1;
}

.flipbook-menu {
    position: relative;
    text-align: center;
    display: flex;
}

.flipbook-menu-btn {
    user-select: none;
    display: inline;
    cursor: pointer;
    background: none;
    transition: : all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
}

.flipbook-thumbHolder {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 250px;
    border-right: 2px solid #1f3358;
}


.flipbook-thumbsWrapper {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 90px;
    overflow: hidden;
    padding-top: 20px;
}



.flipbook-thumbsScroller {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    min-width: 250px;
    padding-bottom: 20px;
}

.flipbook-thumb {
    margin: 0px auto 45px;
    cursor: pointer;
    position: relative;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(116, 116, 116, .3);
}

.flipbook-empty-thumb {
    display: inline-block;
    position: absolute;
    background: rgb(255, 0, 0);
}

.flipbook-thumb-num {
    font-family: GaramondRegular, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 14px;
    user-select: none;
    /* background: rgba(0, 0, 0, 0.39); */
    /* padding: 10px; */
    position: relative;
    top: 5px;
}

.flipbook-thumb img {
    /* border: 1px solid rgba(134, 134, 134, 0.33); */
    display: inline-block;
    /* margin: 0 2px 7px 0; */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
}

.flipbook-toc {
    position: relative;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 70px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}

.flipbook-tocHolder {
    position: absolute;
    border-left: 2px solid #1f3358;
    top: 0;
    width: 310px;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.flipbook-tocItem {
    display: block;
    /* padding: 10px 20px; */
    /* text-align: justify; */
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    /* font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;  font-weight: 300;*/
    /*     border-top: solid 1px rgba(135, 135, 135, 0.22); */
    /* border-bottom: solid 1px rgba(0,0,0,.3); */
}



.flipbook-tocItem .title_toc_h1 {
    display: inline-block;
    font-size: 18px;
    font-family: GaramondRegular;
    margin-top: 15px;
    font-weight: bold;
    padding: 5px 3px 5px 3px;
    background-color: #e4162d;
    color: white;
    white-space: pre-line;
    /* width: 170px; */
}

.flipbook-tocItem .title_toc_h2 {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-family: GaramondRegular;
    font-weight: bold;
    padding: 3px;
    background-color: #1f3358;
    white-space: pre-line;
    color: white;
    /* width: 170px; */
}

.flipbook-tocItem .title_toc_h4 {
    display: inline-block;
    margin-top: 10px;
    font-family: GaramondRegular;
    font-size: 15px;
    padding: 5px;
    color: #1f3358;
    white-space: pre-line;
    /* width: 170px; */
}

.flipbook-tocItem .title_toc_h3 {
    display: inline-block;
    font-size: 15px;
    white-space: pre-line;
    font-family: GaramondRegular;
    margin: -3px;
    padding: 3px;
    color: #1f3358;
    /* width: 170px; */
}

.flipbook-tocItem .title_italic {
    display: inline-block;
    /* width: 170px; */
}

.flipbook-tocItem .title_toc_h1:hover {
    text-decoration: underline;
}

.flipbook-tocItem .title_toc_h2:hover {
    text-decoration: underline;
    color: white;
    background-color: #e4162d;
}

.flipbook-tocItem .title_toc_h3:hover {
    background-color: #e4162d;
    color: white;
}

.flipbook-tocItem .title_toc_h4:hover {
    background-color: #e4162d;
    color: white;
}

.flipbook-tocItem .title_italic:hover {
    /*text-decoration: underline;*/
}

.flipbook-tocItem:hover {
    /*    background: rgba(128, 128, 128, .2) */
}

.flipbook-tocItem .right_h1 {
    float: right;
    font-size: 18px;
    font-family: GaramondRegular;
    margin-top: 15px;
    margin-right: 10px;
    color: #1f3358;
    padding-top: 5px;
}

.flipbook-tocItem .right_h2 {
    float: right;
    margin-top: 10px;
    font-family: GaramondRegular;
    font-size: 15px;
    margin-right: 10px;
    color: #1f3358;
    padding-top: 2px;
}

.flipbook-tocItem .right_h4 {
    float: right;
    margin-top: 10px;
    font-family: GaramondRegular;
    font-size: 15px;
    margin-right: 10px;
    color: #1f3358;
    padding-top: 2px;
}

.flipbook-tocItem .right_h3 {
    float: right;
    padding-top: 2px;
    font-size: 15px;
    margin-right: 10px;
    color: #1f3358;
    font-family: GaramondRegular;
}

.flipbook-tocTitle {
    display: block;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase;
}

.flipbook-bmHolder {
    position: absolute;
    top: 0;
    width: 250px;
    bottom: 0;
    transition: : all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;
    /* Firefox 4-15 */
    -o-transition: all .3s ease-out;
    /* Opera 10.50
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
    /* margin: 20px; */
    /* pointer-events: none; */
    /* background: #000; */
    z-index: 9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}

.flipbook-searchHolder {
    position: absolute;
    top: 0;
    width: 250px;
    bottom: 0;
    transition: : all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;
    /* Firefox 4-15 */
    -o-transition: all .3s ease-out;
    /* Opera 10.50
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
    /* margin: 20px; */
    /* pointer-events: none; */
    /* background: #000; */
    z-index: 9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}



.flipbook-findbar input {
    width: 230px;
    padding: 5px;
    margin: 0px 10px;
    font-size: 14px;
}

.flipbook-findbar input:focus {
    /*    outline:2px solid #bfbfbf; */
}

.flipbook-find-info {
    padding-left: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px;
    pointer-events: none;
}


.invisible {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.transition {
    -webkit-transition: all .3s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;
    /* Firefox 4-15 */
    -o-transition: all .3s ease-out;
    /* Opera 10.50*/
    transition: all .3s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-shareButtons {
    width: 41px;
    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    bottom: 40px;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    /* Aligns Vertically - Remove for Horizontal Only */
    /* Aligns Horizontally - Remove for Vertical Only  */
    ;
    /* padding: 10px 0; */
    /*margin-right: 10px;*/
    text-align: center;
}

.flipbook-shareBtn {
    display: inline-block;
    cursor: pointer;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

.flipbook-share-email {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='at' class='svg-inline--fa fa-at fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z'%3E%3C/path%3E%3C/svg%3E");
}

.flipbook-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 999999;
}




/* img{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} */

.flipbook-icon-fa {
    speak: none;
    color: #1f3358;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 36px;
    bottom: 0;
    text-align: center;
    pointer-events: auto;
    box-sizing: initial;
    display: inline-block;
}

.flipbook-icon-material {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 36px;
    bottom: 0;
    text-align: center;
    pointer-events: auto;
    box-sizing: initial;
    display: inline-block;
}

.flipbook-btn-close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 12px;
    cursor: pointer;
}


.flipbook-btn-close-icon {
    height: 40px;
    line-height: 40px !important;
}


/* ui */

.flipbook-skin-color {
    /*     -webkit-transition: all .3s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .3s ease-out; */
}

.flipbook-font {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}

.flipbook-btn {
    text-transform: uppercase;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    /* padding: 5px 25px; */
    width: 200px;
    line-height: 32px;
    text-align: center;
    /* background: rgba(0,0,0,.1); */
    margin: 5px auto;
    border: 1px solid #868686;
    border: none;
    background: #f9f9f9;
    background: none;
    border-radius: 3px;
    /* border-bottom: 3px solid rgba(0, 0, 0, .15); */
    /* border: 2px solid #999; */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 12px;
}




/*dark*/

.flipbook-bg-dark {
    background: rgb(49, 53, 56);
}

.flipbook-color-dark {
    color: rgba(255, 255, 255, 0.75);
}

.flipbook-color-dark:hover {
    color: #FFF;
}




/*light*/

.flipbook-bg-light {
    background: rgb(255, 255, 255);
}

.flipbook-color-light {
    color: rgba(50, 50, 50, 0.75);
}

.flipbook-color-light:hover {
    color: rgb(50, 50, 50);
}




/*twilight*/

.flipbook-bg-twilight {
    background: #141414;
}

.flipbook-color-twilight {
    color: #FEFFD3;
}

.flipbook-color-twilight:hover {
    color: #FEFFD3;
}




/*darkgrey*/

.flipbook-bg-darkgrey {
    background: #212121;
}

.flipbook-color-darkgrey {
    color: #9E9E9E;
}

.flipbook-color-darkgrey:hover {
    color: #BDBDBD;
}




/*lightgrey*/

.flipbook-bg-lightgrey {
    background: #E0E0E0;
}

.flipbook-color-lightgrey {
    color: #757575;
}

.flipbook-color-lightgrey:hover {
    color: #616161;
}

.flipbook-lightbox-toolbar {
    /* opacity:.6; */
}

.flipbook-lightbox-close {
    position: absolute !important;
    z-index: 85 !important;
    right: 0px !important;
    top: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer;
    opacity: .85;
    transition: opacity .3s;
}

.flipbook-lightbox-close:hover {
    opacity: 1;
}

.flipbook-loading-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #333;
    border-bottom: 1px solid #333;
}

.flipbook-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ddd;
    overflow: hidden;
    -webkit-transition: width 200ms;
    transition: width 200ms;
}

.flipbook-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: table;
}

.flipbook-sub-menu-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.flipbook-menu-header {
    position: relative;
    padding: 10px;
    /* padding-bottom: 20px; */
    font-size: 24px;
    font-family: serif;
    text-align: center;
    top: 11px;
    /* background: rgba(128,128,128,.2); */
    /* border-bottom: 1px solid rgba(128,128,128,.5); */
}

.flipbook-menu-title {
    pointer-events: none;
    user-select: none;
    color: #1f3358;
    font-family: GaramondRegular;
    /* opacity: .9; */
}

.flipbook-sub-menu-content {
    display: inline-block;
    margin-top: -20px;
    min-width: 250px;
    padding-bottom: 10px;
}

.flipbook-carousel-scroller {
    /* height:100%; */
    /* float:left; */
    /* padding:0; */
    /* position: absolute; */
    /* top:0; */
}

.flipbook-carousel-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    /* float:left; */
    text-align: center;
    /* position: absolute; */
    overflow: hidden;
    width: 100%;
    height: 100%;

    /*touch-action: none;*/
}

.flipbook-carousel-slide .slide-inner {
    /* height: 100%; */
    /* box-shadow: 10px 10px 50px rgb(50, 50, 50); */
}

.flipbook-carousel-slide .slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flipbook-carousel-slide canvas {}

.flipbook-carousel-page {
    /* height:100%; */
    /* margin: 0 auto; */
    display: inline-block;
    background: #f1f1f1;
    position: relative;
    /* float: left; */
    /* opacity: .05; */
    /* -webkit-transform-origin: 0 0; */
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    /* transform-origin:0 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* box-shadow: 0px 0px 10px #f00; */
}

.flipbook-carousel-page-inner {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    /* background: #f0f0f0; */
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.flipbook-carousel-page-inner canvas {
    /* width: 100%; */
    height: 100%;
    transform: translateZ(0);
}

.flipbook-carousel-zoom-page {
    height: 100%;
    position: relative;
}

.flipbook-carousel-zoom-page img {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.flipbook-carousel-page img {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    pointer-events: none;
}

.flipbook-carousel-page .page-carousel-img {
    height: 100%;
    /* width: 100%; */
    transform: translateZ(0);
}

.flipbook-carousel-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flipbook-carousel-zoom-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flipbook-carousel-zoom {
    position: relative;
    width: 100%;
    height: 100%;
}

.flipbook-overflow-hidden {
    overflow: hidden !important;
}




/*share*/

.flipbook-share .social.bottom,
.flipbook-share .social.top {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0
}

.flipbook-share {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flipbook-share [class*=entypo-]:before {
    font-family: entypo, sans-serif
}

.flipbook-share label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    background: #a29baa;
    color: #333;
    transition: all .3s ease
}

.flipbook-share label:hover {
    opacity: .8
}

.flipbook-share label span {
    text-transform: uppercase;
    font-size: .9em;
    font-family: Lato, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    padding-left: 6px
}

.flipbook-share .social {
    /* opacity: 0; */
    /* transition: all .4s ease; */
    /* margin-left: -15px; */
    /* visibility: hidden; */
}

.flipbook-share .social.top {
    -ms-transform-origin: 0 0;
    /* transform-origin: 0 0; */
    /* margin-top:-80px
 */
    /* bottom: 34px; */
    /* position: absolute; */
    /* left: 10px; */
}

.flipbook-share .social.bottom {
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: 5px
}

.flipbook-share .social.middle.left,
.flipbook-share .social.middle.right {
    -ms-transform-origin: 5% 50%;
    transform-origin: 5% 50%;
    -webkit-transform-origin: 5% 50%;
    -moz-transform-origin: 5% 50%;
    -o-transform-origin: 5% 50%
}

.flipbook-share .social.middle {
    margin-top: -34px
}

.flipbook-share .social.middle.right {
    margin-left: 105px
}

.flipbook-share .social.networks-1.center,
.flipbook-share .social.networks-1.left,
.flipbook-share .social.right {
    margin-left: 14px
}

.flipbook-share .social.load {
    transition: none !important
}

.flipbook-share .social.networks-1 {
    width: 60px
}

.flipbook-share .social.networks-1.middle.left {
    margin-left: -70px
}

.flipbook-share .social.networks-1 ul {
    width: 60px
}

.flipbook-share .social.networks-2,
.flipbook-share .social.networks-2 ul {
    width: 120px
}

.flipbook-share .social.networks-2.center {
    /*margin-left: -13px*/
}

.flipbook-share .social.networks-2.left {
    margin-left: -44px
}

.flipbook-share .social.networks-2.middle.left {
    margin-left: -130px
}

.flipbook-share .social.networks-3,
.flipbook-share .social.networks-3 ul {
    width: 180px
}

.flipbook-share .social.networks-3.center {
    /*margin-left: -45px*/
}

.flipbook-share .social.networks-3.left {
    margin-left: -102px
}

.flipbook-share .social.networks-3.middle.left {
    margin-left: -190px
}

.flipbook-share .social.networks-4,
.flipbook-share .social.networks-4 ul {
    width: 240px
}

.flipbook-share .social.networks-4.center {
    /*margin-left: -75px*/
}

.flipbook-share .social.networks-4.left {
    margin-left: 162px
}

.flipbook-share .social.networks-4.middle.left {
    margin-left: -250px
}

.flipbook-share .social.networks-5,
.flipbook-share .social.networks-5 ul {
    /* width: 40px; */
}

.flipbook-share .social.networks-5.center {
    /* margin-left:-105px
 */
}

.flipbook-share .social.networks-5.left {
    margin-left: -225px
}

.flipbook-share .social.networks-5.middle.left {
    margin-left: -320px
}

.flipbook-share .social.active {
    /* opacity: 1; */
    /* transition: all .4s ease; */
    /* visibility: visible; */
}

.flipbook-share .social.active.top {}

.flipbook-share .social.active.bottom {
    -webkit-transform: scale(1)translateY(15px);
    -moz-transform: scale(1)translateY(15px);
    -o-transform: scale(1)translateY(15px);
    -ms-transform: scale(1)translateY(15px);
    transform: scale(1)translateY(15px)
}

.flipbook-share .social.active.middle.right {
    -webkit-transform: scale(1)translateX(10px);
    -moz-transform: scale(1)translateX(10px);
    -o-transform: scale(1)translateX(10px);
    -ms-transform: scale(1)translateX(10px);
    transform: scale(1)translateX(10px)
}

.flipbook-share .social.active.middle.left {
    -webkit-transform: scale(1)translateX(-10px);
    -moz-transform: scale(1)translateX(-10px);
    -o-transform: scale(1)translateX(-10px);
    -ms-transform: scale(1)translateX(-10px);
    transform: scale(1)translateX(-10px)
}

.flipbook-share .social ul {
    position: relative;
    left: 0;
    right: 0;
    height: 46px;
    color: #fff;
    margin: auto;
    padding: 0;
    list-style: none
}

.flipbook-share .social ul li {
    font-size: 16px;
    cursor: pointer;
    width: 40px;
    margin: 0;
    padding: 9px 0;
    text-align: center;
    float: left;
    /* display: none; */
    height: 22px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s ease;
}

.flipbook-share .social ul li:hover {
    /* color:rgba(0,0,0,.5) */
}

.flipbook-share .social li[class*=facebook] {
    /* background:#3b5998; */
}

.flipbook-share .social li[class*=twitter] {
    /* background:#6cdfea; */
}

.flipbook-share .social li[class*=google_plus] {
    /* background:#e34429; */
}

.flipbook-share .social li[class*=pinterest] {
    /* background:#c5282f; */
}

.flipbook-share .social li[class*=send-o] {
    /* background:#42c5b0; */
}

.flipbook-page-preloader {
    width: auto !important;
    height: auto !important;
}

.flipbook-page-preloader-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/** preloader*/

.cssload-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    z-index: 2147483647 !important;
    pointer-events: none;
}

.cssload-speeding-wheel {
    width: 24px;
    height: 24px;
    /* margin: 0 auto; */
    border: 3px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
    top: 45%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 3;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/**new preloader end*/

.flipbook-lightbox-preloader {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
}

.flipbook-loading-text {
    position: absolute;
    top: 45%;
    margin-top: 20px;
    width: 100%;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px;
    color: #AAA !important;
}

.flipbook-loading-bg {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    top: 45%;
    left: 50%;
    position: absolute;
    pointer-events: none;
    background: rgba(0, 0, 0, .2);
    margin: -20px;
    display: none;
}

.flipbook-fillPreloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    pointer-events: none;
}

.flipbook-fillPreloader img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-transition: all 0.11s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}


.thumb-btn-close {
    right: -15px;
    position: absolute;
    top: 0;
    cursor: pointer;
}


.flipbook-noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.flipbook-btn-active {
    background: rgba(128, 128, 128, .5);
    border: 2px solid rgba(128, 128, 128, .5) inset;
}

.flipbook-move {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.flipbook-page-item {
    bottom: auto;
    right: auto;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}




/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.flipbook-textLayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.2;
    line-height: 1.0;
    color: #000;
    opacity: 1;
}

.flipbook-textLayer mark {
    background: #ff0;
    opacity: 0.3;
    color: transparent;
}

.flipbook-textLayer>span {
    color: transparent !important;
    /*     color: #f00; */
    position: absolute;
    white-space: pre;
    cursor: text;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.flipbook-textLayer>div {
    color: transparent !important;
    /*     color: #f00; */
    position: absolute;
    white-space: pre;
    cursor: text;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.flipbook-textLayer .highlight {
    margin: -1px;
    padding: 1px;
    background-color: rgb(180, 0, 170);
    border-radius: 4px;
}

.flipbook-textLayer .highlight.begin {
    border-radius: 4px 0px 0px 4px;
}

.flipbook-textLayer .highlight.end {
    border-radius: 0px 4px 4px 0px;
}

.flipbook-textLayer .highlight.middle {
    border-radius: 0px;
}

.flipbook-textLayer .highlight.selected {
    background-color: rgb(0, 100, 0);
}

.flipbook-textLayer ::selection {
    /*     background: rgb(0, 0, 255); */
    background: #B4D5FE;
}

.flipbook-textLayer ::-moz-selection {
    /*     background: rgb(0, 0, 255); */
    background: #B4D5FE;
}

.flipbook-textLayer .endOfContent {
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.flipbook-textLayer .endOfContent.active {
    top: 0px;
}

.flipbook-annotationLayer section {
    position: absolute;
}

.flipbook-annotationLayer .linkAnnotation>a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flipbook-annotationLayer .linkAnnotation>a
/* -ms-a */

    {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
    /* background: rgba(0, 255, 0, 0.29); */
}

.flipbook-annotationLayer .linkAnnotation>a:hover {
    opacity: 0.2;
    background: #ff0;
    box-shadow: 0px 2px 10px #ff0;
}

.flipbook-annotationLayer .textAnnotation img {
    position: absolute;
    cursor: pointer;
}

.flipbook-annotationLayer .popupWrapper {
    position: absolute;
    width: 20em;
}

.flipbook-annotationLayer .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #FFFF99;
    box-shadow: 0px 2px 5px #333;
    border-radius: 2px;
    padding: 0.6em;
    margin-left: 5px;
    cursor: pointer;
    word-wrap: break-word;
}

.flipbook-annotationLayer .popup h1 {
    font-size: 1em;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.2em;
}

.flipbook-annotationLayer .popup p {
    padding-top: 0.2em;
}

.flipbook-annotationLayer .highlightAnnotation,
.flipbook-annotationLayer .underlineAnnotation,
.flipbook-annotationLayer .squigglyAnnotation,
.flipbook-annotationLayer .strikeoutAnnotation {
    cursor: pointer;
}

.flipbook-page-simple {
    /* position:absolute; */
    display: inline-block;
}

.flipbook-page-simple-inner {
    position: absolute;
}

.flipbook-page-simple-inner img {
    transform: translateZ(0);
}

.flipbook-page-simple-inner canvas {
    transform: translateZ(0);
}

.flipbook-book-simple {
    text-align: center;
}


.annotationLayer section {
    position: absolute;
}

.annotationLayer .linkAnnotation>a,
.annotationLayer .buttonWidgetAnnotation.pushButton>a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.annotationLayer .linkAnnotation>a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover {
    opacity: 0.2;
    background: #ff0;
    box-shadow: 0px 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
    position: absolute;
    cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
    background-color: rgba(0, 54, 255, 0.13);
    border: 1px solid transparent;
    box-sizing: border-box;
    font-size: 9px;
    height: 100%;
    margin: 0;
    padding: 0 3px;
    vertical-align: top;
    width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
    padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
    border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
    font: message-box;
    font-size: 9px;
    resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
    background: none;
    border: 1px solid transparent;
    cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
    border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
    background: none;
    border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
    height: 80%;
    left: 45%;
    width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
    border-radius: 50%;
    height: 50%;
    left: 30%;
    top: 20%;
    width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
    font-family: monospace;
    padding-left: 2px;
    padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
    /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
    width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.annotationLayer .popupWrapper {
    position: absolute;
    width: 20em;
}

.annotationLayer .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #FFFF99;
    box-shadow: 0px 2px 5px #333;
    border-radius: 2px;
    padding: 0.6em;
    margin-left: 5px;
    cursor: pointer;
    font: message-box;
    word-wrap: break-word;
}

.annotationLayer .popup h1 {
    font-size: 1em;
    border-bottom: 1px solid #000000;
    margin: 0;
    padding-bottom: 0.2em;
}

.annotationLayer .popup p {
    margin: 0;
    padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
    cursor: pointer;
}











.annotationLayer section {
  position: absolute;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: .9rem;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: .9rem;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  word-wrap: break-word;
}

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-bottom: 0.2em;
}

.annotationLayer .popup p {
  margin: 0;
  padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}




/*font-awesome.css */
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/szablony/prezydent/nowels/webfonts/fa-brands-400.eot);src:url(/szablony/prezydent/nowels/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/szablony/prezydent/nowels/webfonts/fa-brands-400.woff2) format("woff2"),url(/szablony/prezydent/nowels/webfonts/fa-brands-400.woff) format("woff"),url(/szablony/prezydent/nowels/webfonts/fa-brands-400.ttf) format("truetype"),url(/szablony/prezydent/nowels/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(/szablony/prezydent/nowels/webfonts/fa-regular-400.eot);src:url(/szablony/prezydent/nowels/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/szablony/prezydent/nowels/webfonts/fa-regular-400.woff2) format("woff2"),url(/szablony/prezydent/nowels/webfonts/fa-regular-400.woff) format("woff"),url(/szablony/prezydent/nowels/webfonts/fa-regular-400.ttf) format("truetype"),url(/szablony/prezydent/nowels/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/szablony/prezydent/nowels/webfonts/fa-solid-900.eot);src:url(/szablony/prezydent/nowels/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/szablony/prezydent/nowels/webfonts/fa-solid-900.woff2) format("woff2"),url(/szablony/prezydent/nowels/webfonts/fa-solid-900.woff) format("woff"),url(/szablony/prezydent/nowels/webfonts/fa-solid-900.ttf) format("truetype"),url(/szablony/prezydent/nowels/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}