/* OGÓLNE */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form {
margin : 0;
padding : 0;
border : 0;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}

a {
	color: rgb(0, 159, 227);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.plainlinks {
	text-decoration: none;
	color: #000;
}
a.plainlinks:hover {
	text-decoration: none;
	color: rgb(75, 75, 77);
}

/* NAGŁÓWKI */

h1 {
	font-size: 2.2em;
	font-weight: bold;
	margin: 0.5em 0;
	line-height: 35px;
}
h2 {
	font-size: 1.6em;
	margin: 0.8em 0 0.5em 0;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.8em 0 0.5em 0;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.8em 0 0.5em 0;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0.8em 0 0.5em 0;
}
h6 {
	margin: 0;
	font-size: small;
	color: #aaa;
	text-align: right;
}

.section {
	text-transform: uppercase;
	font-size: 2.2em;
	margin: auto;
}

/* SG */
.art_list {
	overflow: hidden;
	margin: 35px auto;
	line-height: 22px;
}

.art_cell_left {
	overflow: hidden;
	display: inline-block;
	margin: 0 2% 0 0;
	width: 47%;
	max-width: 450px;
	text-align: left !important;
	height: 500px;
}
.art_cell_right {
	overflow: hidden;
	display: inline-block;
	margin: 0 0 0 2%;
	width: 47%;
	max-width: 450px;
	text-align: left !important;
	height: 500px;
}

/*
.table_art {
	width: 980px;
	border: 0;
	background: transparent;
	margin: 35px auto;
	color: #000 !important;
}

td.sg_img {
	padding: 0 80px 0 0;
	width: 450px;
}
td.sg_img_last {
	width: 450px;
}
td.sg_img_firstrow {
	padding: 80px 80px 0 0;
	width: 450px;
}*/

img.sg_img {
	width: 100%;
	max-width: 450px;
}
img.sg_img:hover {
	opacity: 0.75;
	width: 100%;
	max-width: 450px;
}

/*
td.sg {
	padding: 2px 80px 5px 0;
	width: 450px !important;
}
.sg_last {
	padding: 2px 0 5px 0;
	width: 450px !important;
}

td.sg_txt {
	line-height: 18px;
	color: #000;
	width: 450px;
} */

.date {
	font-size: small;
	color: rgb(0, 159, 227);
}

/* TOP */

.top {
	border-bottom: 5px solid #eee;
	width: 100%;
	padding: 0.5em 15% 0.2em 15%;
	background-color: #fff;	
	position: fixed;
	top: 0;
    left: 0;
    z-index: 100;
}

ul.top_menu {
	list-style: none;
    text-align: center;

}

li.top_menu_first {
	width: 300px;
	float: left;
    line-height: 32px;
    margin-left: 20px;
    padding-right: 0px;
}

li.top_menu {
	float: left;
    line-height: 32px;
    margin-left: 30px;
    padding-right: 0px;
	padding-top: 1em;
}
	
a.top_menu {
	color: #000 !important;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
}

a.top_menu:hover {
	color: rgb(0, 159, 227) !important;
	text-decoration: none;
}

/* MAIN */

.main {
	padding: 140px 15% 0.2em 15%;
	color: #000;
/*	letter-spacing: -1.5px; */
	line-height: 25px;
	
	overflow:hidden;
	height:auto !important;
	position:relative;
	clear: both;
}

.art {
	line-height: 22px !important;
	width: 70%;
	max-width: 850px;
}

.lead {
	font-weight: bold;
	margin: 12px 0;
}

hr {
	border-top: 1px solid rgb(0, 159, 227);
}

/* FOOTER */

div.footer {
	background-color: rgb(75, 75, 77);
	margin: 35px 0 0 0;
}
div.footer_content{
	width: 70%;
	margin: auto;
	padding: 0.5em 0 0 0;
}
p.footer_title {
	padding: 0.5em 0;
	font-weight: bold;
	color: #fff;
	font-size: 9pt;
	line-height: 12px;
}
p.footer {
	font-size: 8pt;
	color: #fff;
	line-height: 12px;
	width: 70%;
	max-width: 600px;
}
.footer_author {
	text-align: right;
	padding-top: 0.2em;
}

div.socialnet {
	float: right;
	padding-top: 0.5em;
}
img.socialnet {
	opacity: 0.4;
}
img.socialnet:hover {
	opacity: 1;
}