/*
html5doctor.com Reset Stylesheet
v1.6.1
Data ostatniej modyfikacji: 2010-09-17
Autor: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: 'open_sansregular';
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* Ustaw własne kolory */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* Ustaw własne kolory */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* Ustaw własny kolor obramowania */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

/* Fonty */

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

}

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

}

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

}

/* Divy strony */

body {
	text-align:center;
	background:#000;
}

#Wrapper {
	padding:0;
	margin:0 auto;
}

#Top {
	margin:0 auto;
	width:100%
}

.top_container {
	width:950px;
	background:#151515;
}

header {
    font-family: 'open_sansregular';
	text-align:center;
	color:#fff;
	width:920px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:18px;
}

header h1 {
	float:left;
	margin:0 auto;
	width:230px;
	height:51px;
	background:url('../img/logo.png') no-repeat;
}

header h1 a {
	text-decoration:none;
	display:block;
	width:230px;
	height:51px;
}

header address {
	font-size:12px;
	text-align:right;
	float:right;
	font-style:normal;
}

header address  a {
	color:#fff;
	text-decoration:none;
}

header address a:hover {
	text-decoration:underline;
}

header motto {
	font-family:'open_sansregular';
	margin: 8px 20px 0px 35px;
	font-size:16px;
	text-align:left;
	float:left;
	font-style:normal;
	line-height: 24px;
}

header motto  a {
	color:#fff;
	text-decoration:none;
}

header motto a:hover {
	text-decoration:underline;
}


.side1_left {
	background:#151515;
}

.side1_right {
	background:#151515;
}

#Gray {
	width:100%;
}

#Gray .gray_container {
	width:900px;
	background:#e1e1e1;
	padding-top:25px;
	padding-bottom:50px;
}

.side2_left {
	background:#e1e1e1;
}

.side2_right {
	background:#e1e1e1;
}

.note {
    font-family: 'open_sansregular';
	font-size:12px;
	color:#535353;
	line-height:20px;
	text-align:left;
	width:420px;
	float:left;
	padding-right:30px;
	padding-bottom:25px;
}
	

.note h3 {
	font-size:18px;
	color:#000;
	padding-bottom:20px;
}

.about_container {
	clear:both;
	text-align:left;
}

.about_container  h4 {
    font-family: 'open_sansregular';
	font-size:34px;
	color:#000;
	padding-bottom:25px;
}

.about_picture {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	max-width:100%;
}

.about_container .links {
	float:left;
	width:232px;
}

.about_container .links a {
	font-family: 'open_sansregular';
	color:#fff;
	text-decoration:none;
	font-size:18px;
	width:198px;
	background:#363636;
	padding-left:24px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:12px;
	display:block;
}

.about_container .links a:hover {
	background:#727272;
}

#Footer {
	width:100%;
	font-family: 'open_sansregular';
	color:#737373;
	font-size:13px;
}

#Footer .footer_container {
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	width:890px;
}

#Footer .footer_container span {
	float:left;
	display:block;
}

#Footer .footer_container a {
	float:left;
	text-decoration:none;
	display:block;
	margin-left:180px;
	width:23px;
	height:16px;
	background:url('../img/on_top.png') no-repeat;
}
	

/* Nawigacja */

nav {
	width:100%;
	text-align:center;
}

nav ul {
	margin:0 auto;
	padding-top:32px;
	padding-bottom:4px;
}

nav ul li {
	margin-left:11px;
	margin-right:11px;
	height:40px;
	float:left;
	position:relative;
}

nav ul li a {
    font-family: 'open_sansregular';
	color:#c1c1c1;
	padding-bottom:10px;
	display:block;
	font-size:14px;
	text-decoration:none;
}

nav ul li.active a, nav ul a:hover {
	color:#fff;
	border-bottom:1px solid #666666;
}

nav ul li ul {
    visibility: hidden;
    text-align:center;
    padding:0px 10px;
    margin:0;
    z-index:100;
    position:absolute;
    background:#000;
    width:120px;
}

nav ul li ul li {
    padding:0;
    margin:0;
    float:none;
    height:30px;
    padding-top:10px;
}

nav ul li ul {
	    visibility: hidden;
	    text-align:center;
	    padding:0px 10px;
	    margin:0;
	    z-index:100;
	    position:absolute;
	    background:#000;
	    width:120px;
}

nav ul li ul li {
	    padding:0;
	    margin:0;
	    float:none;
	    height:30px;
	    padding-top:10px;
	}	

nav ul li a {
	    border-bottom:1px solid #000;
	}

nav ul li ul li a:hover {
	    color:#fff;
	    border-bottom:1px solid #666666;
	}

nav ul .active ul li a {
	    color:#fff;
	    border-bottom:0;
	}

#Main {
	clear:both;
}

#Shortcuts {
	font-family: 'open_sansbold';
	font-size:17px;
	color:#fff;
	width:100%;
	clear:both;
}

#Shortcuts .shorts_container {
	padding-top:24px;
	width:900px;
}

#Shortcuts a.bg {
	display:block;
	width:281px;
	height:238px;
	text-decoration:none;
	background:url('../img/short_bg.png') no-repeat;
	max-width:100%;
}

#Shortcuts a.bg:hover {
	background:url('../img/short_bg_a.png') no-repeat;
}

#Shortcuts .picture {
	margin-right:27px;
	margin-bottom:24px;
	width:281px;
	height:238px;
	float:left;
}

#Shortcuts .picture_last {
	margin-bottom:24px;
	width:281px;
	height:238px;
	float:left;
}

#Shortcuts span.text {
	padding-top:167px;
	color:#fff;
	display:block;
	text-decoration:none;
}

#White {
	width:100%;
	clear:both;
}

#White .side3_left, #White .side3_right {
	background:#fff;
}

#White .Content {
	width:900px;
	text-align:left;
    font-family: 'open_sansregular';
	background:#fff;
	font-size:12px;
	color:#535353;
	line-height:20px;
	padding-top:22px;
	padding-bottom:75px;
}

#White .Content h2 {
	font-size:18px;
	padding-bottom:24px;
	padding-top:24px
}

#White .Content .picture_right {
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	border:3px solid #a1a1a1;
	max-width:100%;
}

#White .Content .picture_left {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	border:3px solid #a1a1a1;
}

.check {
	margin-top:10px;
	width:319px;
	height:59px;
	background:url('../img/check.png') no-repeat;
	display:block;
	text-decoration:none;
}

.Content h3 {
	font-family: 'open_sanslight';
	font-size:30px;
	color:#757575;
	padding-top:50px;
	padding-bottom:50px;
}
.contact_container {
	float:left;
	font-family:Arial;
	line-height:20px;
	width:400px;
	padding-bottom:40px;
}

.address {
	padding-left:27px;
	padding-bottom:7px;
	background:url('../img/address.png') no-repeat;
	display:block;
}

.tel {
	padding-left:27px;
	padding-bottom:7px;
	background:url('../img/tel.png') no-repeat;
	display:block;
}

.fax {
	padding-left:27px;
	padding-bottom:7px;
	background:url('../img/fax.png') no-repeat;
	display:block;
}

.mail {
	padding-left:27px;
	padding-bottom:7px;
	background:url('../img/mail.png') no-repeat;
	display:block;
}

.blue_link {
	color:0e72b5;
	text-decoration:none;
}

.blue_link:hover {
	text-decoration:underline;
}
	

/* Slider */

.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}

.s1, .s2, .s3 {
	text-align:left;
	width:110%;
	height:383px;
}

.spage1, .spage2, .spage3 {
	text-align:center;
	width:110%;
	height:191px;
}

.Head {
	text-align:left;
	margin:0 auto;
	position:absolute;
	margin-top:100px;
	z-index:10;
}



.mar_tab {
	width:100%;
	position:relative
}

.mar {
	width:900px;
	text-align:left;
}

.banner { 
	margin:0 auto;
	color:#fff;
	position:relative;
	overflow:auto;
	text-align:left;
}

.banner li {
	list-style:none; 
}
.banner ul li {
	margin:0 auto;
	text-align:center;
	float:left; 
}

.banner .h {
	margin:0 auto;
	text-align:center;
	padding-top:80px;
	padding-right:670px;
	float:left;
}

.h2 {

	color:#fff;
	text-align:left;
    font-family: 'open_sanslight';
	font-size:48px;
	padding:8px 18px 12px 18px;
	background:url('../img/slider/head_bg.png');
}

.banner span img {
	max-width:100%
}

.arrows_container {
	width:100%;
	margin-top:30px;
}

.arrows {
	padding-right:800px;
}

.prev {
	background:url('../img/slider/arrow_left.png') no-repeat;
	width:48px;
	height:41px;
	font-size:40px;
	text-decoration:none;
}

.next {
	background:url('../img/slider/arrow_right.png') no-repeat;
	width:48px;
	height:41px;
	font-size:40px;
	text-decoration:none;
}

.clearfix {
	clear:both;
}

@media only screen and (max-width: 768px) {
	header {
	width:738px;
	padding-left:10px;
	padding-right:10px;
	}
	.top_container {
	width:768px;
	}
	.arrows {
	width:100px;
	}
	.note {
	width:100%;
	padding-bottom:25px;
	}
	#Footer .footer_container a {
	margin-left:90px;
	}
}

@media only screen and (max-width: 720px) {
	header {
	width:690px;
	padding-left:10px;
	padding-right:10px;
	}
	.top_container {
	width:690px;
	}
	#Footer .footer_container a {
	margin-left:90px;
	}
}

@media only screen and (max-width: 480px) {
	header {
	width:440px;
	padding-left:10px;
	padding-right:10px;
	}
	.top_container {
	width:440px;
	}
	#Footer .footer_container a {
	margin-left:90px;
	}
	header address {
	font-size:12px;
	text-align:left;
	padding-top:20px;
	float:left;
	font-style:normal;
	}
	.banner span img {
	max-width:500%
	}
}

@media only screen and (max-width: 360px) {
	header {
	width:330px;
	padding-left:10px;
	padding-right:10px;
	}
	.top_container {
	width:330px;
	}
	.banner span img {
	max-width:250%
	}
	#Footer .footer_container a {
	margin-left:300px;
	}
	#White .Content .picture_right {
	margin-left:0px;
	}
	#White .Content .picture_left {
	margin-right:0px;
	}
}

@media only screen and (max-width: 320px) {
	header {
	width:290px;
	padding-left:10px;
	padding-right:10px;
	}
	.top_container {
	width:290px;
	}
	.banner span img {
	max-width:300%
	}
	#Footer .footer_container a {
	margin-left:288px;
	}
	#White .Content .picture_right {
	margin-left:0px;
	}
	#White .Content .picture_left {
	margin-right:0px;
	}

