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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* -------- zmiany do tabletow i mobil ---- */

* {
				box-sizing: border-box;
			}
			.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    /*background-color: #9933cc;
    color: #ffffff;
    padding: 15px;*/
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
   /* padding: 8px;*/
    margin-bottom: 7px;
    background-color :#33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
.aside {
    background-color: #33b5e5;
   /* padding: 15px;*/
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
	
    .col-m-12 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {

    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
/*
@media only screen and (orientation: landscape) and (max-width: 600px) {

    .col-m-12 {width: 100%;background-color: lightblue;}
    .col-m-2 {width: 100%;background-color: lightblue;}
    .col-m-3 {width: 100%;background-color: lightblue;}
    .col-m-4 {width: 100%;}
    .col-m-5 {width: 100%;}
    .col-m-6 {width: 100%;}
    .col-m-7 {width: 100%;}
    .col-m-8 {width: 100%;}
    .col-m-9 {width: 100%;}
    .col-m-10 {width: 100%;}
    .col-m-11 {width: 100%;}
    .col-m-12 {width: 100%;}
}*/

/* koniec zmian do tabletow i telefonow */


/* unreset */

b, strong {
    font-weight: bold;
    }
i,  em {
    font-style: italic;
    }
ul {
    list-style-type: disc;
    margin: 20px 0;
    margin-left: 45px;
	}
ol {
    list-style-type: decimal;
    margin: 20px 0;
    margin-left: 55px;
    }
li {
    padding-left: 0px;
    }

/*definitions */

h1, h2, h3, h4, h5, h6, p {
	display: block;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

.clear {
	clear: both;
	}

html {
	}

body {
	margin: 0;
	padding: 0;
	font: 15px tahoma, arial, verdana, geneva, sans-serif;
	color: #666;
	background: #fff;
	text-align: center;
	}

a {
	outline: none;
	text-decoration: none;
	color: #4a88bb;
	transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	}
a:hover {
	text-decoration: none;
	color: #005499;
	}

header {
	position: relative;
	}

header nav {
	position: relative;
	display: block;
	height: 46px;
	background: #e3e3e3;
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #f1f2f2 50%, #e9e9e9 51%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(50%,#f1f2f2), color-stop(51%,#e9e9e9), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #e3e3e3 0%,#f1f2f2 50%,#e9e9e9 51%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f5f5f5',GradientType=0 );
	}

header nav ul {
	position: relative;
	display: block;
	width: 998px;
	height: 46px;
	margin: 0 auto;
	list-style: none;
	}

header nav ul li {
	float: left;
	}

header nav ul li a {
	display: block;
	margin-right: 30px;
	color: #888;
	font: bold 17px/48px arial, sans-serif;;
	text-shadow: 1px 1px 0 #fff;
	}
header nav ul li a.active {
	color: #000;
	}

header nav ul li a.home {
	height: 46px;
	background: url('gfx/home.png') no-repeat 0 7px;
	padding-left: 55px;
	margin-left: 30px;
	}

header section {
	display: block;
	position: relative;
	/*width: 998px;*/
	width: 100%;
	height: 280px;
	margin: auto;
	background: url('gfx/h.png') no-repeat;
	background-size: 100% 100%;
	text-align: left;
	}

header section a {
	display: block;
	padding: 85px 0 0 30px;
	font: 50px/40px tahoma, arial, sans-serif;
	color: #fff;
	text-shadow: 0 0 16px #0057b7, 0 0 16px #0057b7;
	}
header section a:hover {
	color: #fff;
	opacity: 0.8;
	}

header section a span {
	display: block;
	font: 25px/57px arial, sans-serif;
	text-transform: uppercase;
	}

body>hr {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	height: 24px;
	background: #e3e3e3;
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #f1f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#f1f2f2));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 100%);
	background: -o-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#f1f2f2 100%);
	background: linear-gradient(to bottom,  #e3e3e3 0%,#f1f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f1f2f2',GradientType=0 );
	}

main {
	/*display: block;*/
	position: relative;
	/*width: 958px;*/
	margin: 20px auto;
	padding: 0 20px;
	text-align: left;
	}

main section {
	position: relative;
	/*width: 630px;*/
	float: left;
	}

main aside {
	position: relative;
	width: 280px;
	padding-left: 40px;
	overflow: hidden;
	}

main section nav ul {
	display: block;
	height: 40px;
	margin: 0;
	margin-left: -3px;
	padding: 0;
	list-style: none;
	}

main section ul li {
	font: 11px/18px arial, sans-serif;
	float: left;
	padding: 0 3px;
	}

main section ul li:after {
	content: " »";
	}

main section ul li a {
	color: #0d9bc1;
	}

main section h1 {
	font: 22px/23px arial, sans-serif;
	text-transform: uppercase;
	color: #4f6901;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
	text-shadow: 0 0 1px #e4ff91;
	}

main aside section {
	margin-bottom: 50px;
	font: 12px/20px arial, sans-serif;
	}

main aside section h3 {
	font: 22px/23px arial, sans-serif;
	text-transform: uppercase;
	color: #4f6901;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
	text-shadow: 0 0 1px #e4ff91;
	}

sup {
	vertical-align: super;
	font-size: 0.7em;
	}

article {
	margin-bottom: 30px;
	font: 13px arial, sans-serif;
	line-height: 140%;
	}

article p {
	text-align: justify;
}

h2 {
	font-weight: bold;
	margin-bottom: 10px;
	}

.img-to-left {
	float: left;
	margin: 5px 20px 20px 0;
	}

footer {
	clear: both;
	position: relative;
	height: 80px;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
	margin-top: 150px;
	}

footer>div {
	position: relative;
	width: 998px;
	margin: auto;
	}

footer>div>div {
	position: absolute;
	top: -100px;
	left: 0;
	height: 180px;	
	width: 998px;
	background: url('gfx/h.png') no-repeat 0 -86px;
	background-size: 100% 100%;
	}

footer>div>div>div {
	position: relative;
	height: 180px;	
	width: 998px%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	}
