body {
	background: #EEEEEE url(../images/bg.png) repeat-x;
	font-family: 'pt_sansregular', Arial, sans-serif;
	color: #515151;	
    font-size: 18px;	
}

#ludzikiWhite {
	background: #EEEEEE;
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pt_sans-web-bold-webfont.eot');
    src: url('../fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bold-webfont.woff') format('woff'),
         url('../fonts/pt_sans-web-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/pt_sans-web-bolditalic-webfont.eot');
    src: url('../fonts/pt_sans-web-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bolditalic-webfont.woff') format('woff'),
         url('../fonts/pt_sans-web-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pt_sans-web-italic-webfont.eot');
    src: url('../fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-italic-webfont.woff') format('woff'),
         url('../fonts/pt_sans-web-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pt_sans-web-regular-webfont.eot');
    src: url('../fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'),
         url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'world_of_waterregular';
    src: url('../fonts/world_of_water-webfont.eot');
    src: url('../fonts/world_of_water-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/world_of_water-webfont.woff2') format('woff2'),
         url('../fonts/world_of_water-webfont.woff') format('woff'),
         url('../fonts/world_of_water-webfont.ttf') format('truetype'),
         url('../fonts/world_of_water-webfont.svg#world_of_waterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header,
.contentareaWrap,
#footerIn2 {
	width: 91%;
    max-width: 1145px;
    margin: 0 auto;
}

/*************************************************************/
/************************** header ***************************/

#header {
/*border-bottom: 1px solid red;*/
	padding-top: 40px;
	padding-bottom: 40px;
}

#logo {
	width: 101px;
	float: left;
}

#logo a {
	background: url(../images/logo.png) no-repeat;
	width: 101px; /* żałoba 151px;
	/* żałoba 
	background: url(../images/logo_zaloba.png) no-repeat;
	width: 151px; /* żałoba */
	height: 176px;
	text-decoration: none;
	display: block;
}

#headerRight {
	float: right;
}

@media only screen and (max-width: 479px){
	#mainMenu {
		position: absolute;	
		width: 215px;
		right: 170px;
		bottom: 100px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 799px){
	#mainMenu {
		position: absolute;	
		width: 215px;
		right: 205px;
		bottom: 100px;
	}
}

@media only screen and (max-width: 799px){
	#header {
		position: relative;
	}
	
	#headerRight .topMenu {
		width: 170px;
	}
	
}

@media only screen and (min-width: 800px) {
	#headerRight {
		/*width: 514px;*/
	}

	 #mainMenu {
		float: right;	
	}
}

/* szzukaj */

#headerRight #Szukaj input[type="text"] {
	margin: 0 !important;
}

@media only screen and (max-width: 399px){
	#headerRight #Szukaj {
		display: none;
	}
}

@media only screen and (min-width: 400px) and (max-width: 479px){
	#headerRight #Szukaj input[type="text"] {
		width: 90px;
	}	
}

@media only screen and (min-width: 480px){
	#headerRight #Szukaj input[type="text"] {
		width: 150px;
	}
}

@media only screen and (max-width: 799px){
	#Szukaj {
		position: absolute;
		right: 210px;
		bottom: 58px;		
	}
}

@media only screen and (min-width: 800px) {
	#headerRightBottom  #Szukaj {
		float: left;
		/*margin-left: 20px; /* żałoba */
		margin-top: 4px;
	}
}


#headerRight .moduletable_menu,
#headerRight .moduletable.uSer {
	float: right;
}

#headerRight .moduletable.uSer .login-greeting {
	font-size: 13px;
}

#headerRight .moduletable.uSer .logout-button input {
    width: 120px;
    height: 38px;
	background-color: #B1CB2C;
	color: white;
	font-family: 'world_of_waterregular', Arial, sans-serif;	
	font-size: 18px;	
	-webkit-animation: logout 2s linear 1s infinite alternate;
	animation: logout 2s linear 1s infinite alternate;	
}

@-webkit-keyframes logout {
	0%   { background-color: #B1CB2C; }
	100% { background-color: #028FE7; }
}

@keyframes logout {
	0%   { background-color: #B1CB2C; }
	100% { background-color: #028FE7; }
}

#headerRight .moduletable.uSer .logout-button input:hover {
	color: #000006;
}

/*************************************************************/
/**************************** Main ***************************/

.contentareaWrap {
/*border: 1px solid blue;*/
}

@media only screen and (min-width: 1024px) {
	#Left {
		float: left;
		width: 23%;
	}

	#Right {
		float: left;
		width: 23%;
	}

	#contentareaWrap_big #Main{
		width: 100%;
		margin: 0 auto;	
	}

	#contentareaWrap_middleR #Main,
	#contentareaWrap_middleL #Main {
		width: 77%;	
		float: left;
	}

	#contentareaWrap #Main {
		width: 54%;		
		float: left;
	}
}

/*** breadcrumbs ***/

ul.breadcrumb {
	text-align: left;
	margin: 0 0 15px 0;
	font-family: Arial, sans-serif !important;
	color: #2D2D2C;	
    font-size: 12px;	
}

ul.breadcrumb li {
	padding-left: 5px;
	display: inline;
	list-style: none;
}

ul.breadcrumb li img {
	padding-left: 5px;
	padding-bottom: 1px;
}

ul.breadcrumb span a:link {
	text-transform: none;
	font-weight: normal;
}

ul.breadcrumb span a:hover,
ul.breadcrumb span a:active {
	text-decoration: none;
}

/*** content ***/

.blog-featured,
.blog {
}

[itemprop="blogPost"] {
	padding-bottom: 10px;
	margin-bottom: 30px;	
	overflow: hidden;	
}

.aktualnosci-blog [itemprop="blogPost"] {
	border-bottom: 3px solid #1D9BEB;
}

#nasze-sukcesy .aktualnosci-blog [itemprop="blogPost"] {
	border-bottom: 3px solid #FFA400;
}
 
.item-page,
.blog-featured .item,
.blog .item,
.category-desc {
	overflow: hidden;
	line-height: 150%;
}

.item-page [itemprop="articleBody"] ol,
.item-page [itemprop="articleBody"] ul,
.blog-featured ol,
.blog-featured ul,
.blog .articleBody ol,
.blog .articleBody ul,
.category-desc ol,
.category-desc ul,
#archive-items .intro ol,
#archive-items .intro ul {
	margin-left: 40px;
}

.row-separator {
	display: block;
	clear: both;
	margin: 0;
	border: 0;
	height: 1px;
}

.item-separator {
	border: none;
	display: none;
	margin: 0;
}

.shownocolumns {
	width: 98% !important;
}

/*** blog ***/

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

@media only screen and (min-width: 1280px){
	.cols-2 .column-1 {
		width: 49%;
		float: left;
	}

	.cols-2 .column-2 {
		width: 49%;
		float: right;
	}
}

.cols-3 .column-1 {
	float: left;
	width: 32.3%;
}

.cols-3 .column-2 {
	float: left;
	width: 33.3%;
	margin-left: 1%;
	margin-right: 1%;	
}

.cols-3 .column-3 {
	float: right;
	width: 32.3%;
}

.cols-4 .column-1 {
	width: 23%;
	float: left;
}

.cols-4 .column-2 {
	width: 23%;
	margin-left: 1%;
	float: left;
}

.cols-4 .column-3 {
	width: 23%;
	margin-left: 1%;
	float: left;
}

.cols-4 .column-4 {
	width: 23%;
	margin-left: 0;
	float: right;
}

.items-row {
	overflow: hidden;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.subcategories {
	margin: 20px 20px 20px 10px;
}

.subcategories-link {
	font-weight: bold;
}

/* Categories list */

.cat-children{
	margin: 10px 20px 10px 20px;
}

.cat-children a {
	text-decoration: none !important;
}

/*** icons ***/

.blog .icons {
	display: none;
}

.icons ul {
	width: 100%;	
	text-align: left;
}

.icons li {
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 80%;
	font-style: italic;
}

.icons a {
	text-decoration: none;
}

.icons a:hover{
	text-decoration: underline !important;
}

.edit-icon a span {
	display: none;
}

/*** details ***/

.article-info {
	margin: 10px 0 10px 0;
	font-size: 90%;
}

.article-info-term {
	display: none;
}

dd.category-name,
dd.create,
dd.modified,
dd.published,
dd.createdby,
dd.hits {
	padding-right: 10px;
	display: inline;
}

/*** readmore ***/

#system-readmore {
	clear: both;
}

.readmore {
	clear: both;
	text-align: right;
}

.readmore a {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
	
	border: 1px solid black;
	
	line-height: 120%;
	padding: 3px 19px 7px 19px;
	display: inline;
	font-size: 14px;
	color: black;

	vertical-align: middle;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;

	text-decoration: none;
}

.readmore a:hover {
	background: #EEEEEE;
}

/*** items more ***/

.items-more {
	margin-left: 10px;
	clear: both;
}

.items-more ol {
	margin: 0;
	padding: 0;
}
.items-more li {
	margin: 0;
	padding: 0;
}

.items-more li a {
	text-decoration: none !important;
}

.items-more li a:hover {
}

/***  pagination ***/

.pagination {
	margin: 10px 0;
	padding: 10px 0 10px 0;
	clear: both;
	border-top: solid 1px #ddd;	
	text-align: center;
}

p.counter {
	font-weight: bold;
}

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

.pagination li {
	display: inline;
	padding: 2px 5px;
	text-align: left;
	margin: 0 2px;
}

/*** pagenav ***/

.pager.pagenav {
	text-align: center;
	padding-top: 30px;
}

.pager.pagenav li {
	display: inline;
}

/*** pagebreak ***/

table.contenttoc {
	border: solid 1px #ccc;
	padding: 10px;
	margin: 10px;
}

table.contenttoc tr td {
	padding: 1px 0px;
}

.pagenavcounter {
	font-weight: bold;
}

#article-index {
	width: 25%;
	float: right;
	border: solid 1px #eee;
	padding: 10px;
	margin: 10px 0px 20px 30px;
	background: #f9faf9;
}

#article-index ul {
	list-style-type: disc;
}

/* */
span.spacer > span.text label {
	white-space: nowrap;
	font-weight: bold;
}

.star {
	color: #cc0000;
}

/* image float style */

.pull-left.item-image {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pull-right.item-image {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.pull-none.item-image {
	margin-bottom: 20px;
}

.blog-featured .item-image,
.blog .item-image {
	display: none;
}

/*************************************************************/
/************************** footer ***************************/

#konkursy footer#footer {
	position: absolute;
    width: 100%;
    margin-top: 50px;
    left: 0px;
}

#archiwum footer#footer {
	position: absolute;
    width: 100%;
    margin-top: 50px;
    left: 0px;
}

footer#footer {
	position: relative;	
}

#ludzikiWhite {
	height: 210px;
}

#ludziki {
	background: url(../images/potworki.png) no-repeat;
	width: 772px;
	height: 328px;
	position: absolute;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

body#konkursy #ludziki {
	background: url(../images/dekoracja-konkursy.png) 50% 20px no-repeat;
}

#footerIn {
	background: url(../images/bg-footer.png) repeat-x;
}

#footerIn2 {
	color: #505050;
	overflow: hidden;
	clear: both;
	padding-top: 170px;	
}

#footer li {
	list-style: none;
}

#footer a {
	text-decoration: none;
}

#footerIn a:hover {
	color: #ed2024;	
}

#footerNawigacja {
	margin-bottom: 20px;
}

#footerNawigacja h3 {
	font-family: 'world_of_waterregular', Arial, sans-serif;
	font-size: 42px !important;
	text-transform: uppercase;
	font-weight: normal;
	color: #ed2024;
	border-bottom: 1px solid #ed2024;
	display: inline;
	padding-bottom: 0;
}

.footerMenu {
	margin-bottom: 30px;
	margin-right: 50px;
}
	
.footerMenu li {
	font-family: 'world_of_waterregular', Arial, sans-serif;	
	font-size: 19px;
	font-weight: normal;
	line-height: 130%;
	color: #505050;
}

.footerMenu li a {
	color: #505050;
}

@media only screen and (min-width: 800px) {
	#footerLeft {
		float: left;
	}

	#footerRight {
		float: right;
	}
}

@media only screen and (min-width: 1024px) {
	.footerMenu {
		float: left;
	}
}

#footerRight {
	width: 280px;
	margin-top: -15px;
}

#footerRight h3 {
	font-size: 26px;
	color: #505050;
	font-weight: normal;
	line-height: 100%;
}

table.acymailing_form {
	width: 100%;
    background: #CFCECF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
	padding: 0 !important;
}

table.acymailing_form td {
	padding: 0 !important;
}

td.acyfield_email input {
	background: none;
	height: 24px !important;
	border: none;
	width: 220px !important;
}

td.acysubbuttons {
	background: url(../images/koperta.png) 50% 50% no-repeat;
	width: 37px;
	height: 28px;
}

td.acysubbuttons input,
td.acysubbuttons input:hover,
td.acysubbuttons input:focus {
	background: none;
	width: 37px;
	height: 28px;
}

#footerRight ul {
	margin-top: 30px;
	overflow: hidden;
}

#footerRight ul li .FB {
	background: url(../images/icon-fb2.png) 50% 0 no-repeat;
	display: block;	
	text-decoration: none;	
	width: 36px;
	height: 36px;
	float: right;
}

#footerRight .FB span {
	display: none;
}

/*** copyright ***/

#copyrightOut{
	color: #323232;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
	padding-bottom: 55px;
	font-size: 80%;
}

#copyright a {
	color: #323232;
}

#copyright a:hover {
	text-decoration: none;
}

#copyright {
	border-top: 1px solid white;
	padding-top: 30px;
	margin-top: 30px;
	clear: both;
}

#copyright p {
	padding-bottom: 0;
}
/*
#zaloba {
display: block;
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(100,100,100,0.95);
color: white;
z-index: 2;
padding-left: 80px;
padding-top: 200px;
}
*/

/* wyszarzenie żałobne
*{
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}
 */
