/*
Theme Name: Clean Zsme Theme 2016
Theme URI: 
Description: Unique theme for zsme
Version: 0.1
Author: Marcin Kowalski
Author URI: 
*/

/* Main styles */

/*
jasnożółty: rgba(247, 207, 85);
*/

/* Shadow */


body
{
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;

	font-family: Verdana, Helvetica, Georgia;
	line-height: 1.5em;
	background-color: rgb(216, 216, 216);
}

div#ie-div
{
	padding-left: 10px;
	padding-top: 10px;
	left: 0px;
	background-color: #aa0000;
	color: white;
	font-size: 11pt;
	margin-bottom: 10px;
	font-family: Verdana, Helvetica, Georgia;	
	height: 40px;
	width: 100%;
	min-width: 1200px;
	position: fixed;
	z-index: 999;

}

div
{
	box-sizing: border-box;
	/*border: 1px dashed #678;*/
}

/*-----------------------------------------------------------------------------------------*/

#header-div
{
	position: relative;	
	margin-left: 10px;
	margin-right: 10px;
	background-color: rgb(249,249,249);
}

#header-div div.header
{
	padding: 10px;
	padding-bottom: 50px;
}

div.emblem-div
{
	box-shadow: 0px 0px 5px #555;
	top: 7px;
	left: 800px;
	position: absolute;	
	z-index: 999;
	background-color: #fff;
	width: 300px;
}

div.emblem-div > div
{	
	border: 1px solid #999;
	margin: 3px;
	padding: 2px;
}

div.emblem-div > div > div
{
	width: 30%;
	display: inline-block;
	padding-left: 25px;
}
div.emblem-div > div > div img
{
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------------------------------------------------------*/

#menu-div
{
	padding-top: 0px;
	padding-bottom: 10px;
}

#header-div div.header-bar
{
	padding-top: 20px;
	padding-bottom: 10px;
}

#main-div div.header-bar
{
	padding-top: 10px;
}

div.header-bar
{	
	position: relative;	
	width: 1200px;
	left:-10px;
	padding: 0px;
	margin: 0px;
}

div.header-bar > div.bar
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: rgb(43, 101, 180);
	color: #fff;
	padding: 10px;
	font-family: verdana;
	min-width: 200px;
}

div.header-bar > div.news-title
{
	float: left;
	margin-right: 10px;
} 

div.header-bar > div.news
{
	float: left;
	margin-right: 10px;
	/*width: 200px;*/
}

div.header-bar > div.partners
{
	float: right;
	margin-left: 10px;
	/*width: 381px;*/
}

/*----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------*/
div#body
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;

	
}
/*----------------------------------------------------------------------------------------*/

#main-div
{	
	margin: 0px 10px 0px 10px;
	padding: 0px;
	/*box-shadow: 0px 0px 1px #000 !important;*/
	background-color: rgb(249,249,249);
	min-height: 100px;
}

div.projects
{
	padding-top: 10px;
}

div.projects img
{
	float: left;
	border: 1px solid #aaa;
	margin: 0px 20px 10px 0px;	
}

/*----------------------------------------------------------------------------------------*/
div#top-div, div#center-div, div#bottom-div
{
	width: 100%;
	position: absolute;
	z-index: -1;
}

div#top-div
{		
	height: 600px;
	top: 0px;
	/*background-color: rgba(43, 101, 180, 1);*/
	/*background-color: rgba(15, 70, 133, 1);*/
	/*background-color: rgba(49, 62, 70, 1);*/
	background-color: rgb(49, 62, 70);
}

div#center-div
{	
	background-color: rgb(236, 236, 236);
	top: 400px;
	height: auto;	
}
div#bottom-div
{		
	/*background-color: rgba(43, 101, 180, 1);*/
	/*background-color: rgba(15, 70, 133, 1);*/
	background-color: rgb(49, 62, 70);
	bottom: 0px;
	height: 100px;
}

div.column
{
	float: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div.column-one {width: 42%; padding:0px;}
div.column-two {width: 42%; padding: 0px }
div.column-both {width: 84%; padding: 0px;}
div.column-three {width: 16%; padding-right: 10px; text-align:center;}

div.column img.imgpartners
{
	max-height: 100%;
	max-width: 100%;
}

div.column h1
{
	color: rgb(13, 172, 233);
	font-family: verdana;
	font-size: 14pt;
	margin: 10px 10px 10px 0px;
}

div.column div.news
{
	padding: 10px;
	margin: 10px;
	font-family: verdana;
	text-align: justify;
	transition:.2s;
	color: #555;
}

div.column div.news:hover
{
	background-color: #ddd;
}

div.column div.single-post
{
	padding: 0px 10px 10px 10px;
	margin: 0px 20px 10px 10px;

	font-family: verdana;
	text-align: justify;
	color: #555;
}

div.article-entry
{
	margin: 0px;
	margin-top: 5px;
	line-height: 1.5em;
	font-size: 10pt;
}

div.single-post div.article-entry img
{
	border: 1px solid #777;
	background-color: #fff;
	padding: 5px;
}


div.article-entry a
{
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #555;
}

.ngg-gallery-thumbnail a
{
	border-bottom: none !important;
}


div.article-entry div.futured
{
	float:left;	
	margin: 0px 5px 5px 0px;
	padding: 5px;
	border: 1px solid #888;
	background-color: #fff;
	width: 120px;
	height: 120px;
	margin-top: 6px;
	margin-right: 16px;
}

div.article-entry h2 {
	margin-top: 25px;

}

div.article-entry .separate {
	clear: both;
}

div.article-entry div.futured div
{
	overflow:hidden;
    height: 100%;
}


div.article-entry div.futured img
{
	transform: translateX(-50%); 
	margin-left: 50%;
	height: 100%;
	width: auto;
}

div.article-entry table
{
	width: 95%;
}
div.article-entry table td
{
	border: 1px solid #777;
	padding: 5px;	
}

div.article-entry ul
{
	list-style-type: square;
}

div.article-entry ul ul
{
	list-style-type: circle;
}

div.article-entry ol
{
	list-style-type: decimal;
}

div.article-entry ol ol
{
	list-style-type: lower-alpha;
}

div.article-entry li
{
	margin-left: 30px;
}

div.article-title a
{
	/*color: #555;*/
	color: rgb(43, 101, 180);;
	font-weight: normal;
	text-decoration: none;
	font-size: 13pt;
}

div.article-categories,
div.article-categories a,
div.article-author,
div.article-date
{
	font-size: 8pt;
	line-height: 1.5em;
}

div.article-categories,
div.article-categories a,
div.article-author {
	color: #aaa;
}

div.article-date {
	color: #2b65b4;
}

div.article-categories a
{
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	color: #aaa;
}

div.article-categories a:hover
{
	border-bottom: 1px solid #2b65b4;
	color: #2b65b4;
}

div.article-author a
{
	text-decoration: none;
	color: inherit;
}

div.pagination-div
{	
	padding: 20px;
	
}

div.pagination-div > div
{
	font-size: 10pt;
	
	display: table;
    margin: 0 auto;
}

div.pagination-div a
{
	color: #000000;
}

#footer-eu
{
	width:1180px;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;

	/*height: 100px;*/
	background-color: rgb(249,249,249);
}

#footer-div
{
	width:1180px;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 100px;
	background-color: rgb(49, 49, 49);
}