@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);

/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, time {
display: block;
}
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;
}
b, strong {
font-weight: bold;
}
i, italic{
font-style: italic;
}
a{
text-decoration: none;
color: inherit;
}
body {
line-height: 1.5;
}

body{
	font-family: 'PT Sans', sans-serif;
}

.container{
	width: 920px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

header{
	padding-top: 15px;
	padding-bottom: 5px;
	overflow: auto;
	position: fixed;
	background: #FFF;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

header figure{
	float: left;
}

header nav ul{
	float: right;
	margin-top: 45px;
}

header nav ul li:first-child{
	margin-left: 0;
}

header nav ul li{
	display: inline-block;
	margin-left: 20px;
	
}

header nav ul li a:hover, header nav ul li.active a{
	color: #e82121;
	background: url('../img/menu_highlight.png') no-repeat center top;
}

header nav ul li a{
	color: #114d7f;
	padding-top: 21px;
}

main{
	margin-top: 121px;
}

#welcome{
	background: #e5f0f6 url('../img/bg1.jpg') no-repeat center top;
	text-align: center;
	height: 521px;
}

#welcome h1{
	font-size: 60px;
	color: #e82121;
	padding-top: 105px;
	font-weight: bold;
}

#welcome p{
	font-size: 24px;
	color: #114d7f;
	line-height: 1.25;
}

#welcome figure.vacuum{
	position: absolute;
	right: 0;
	top: 261px;
}

.container figure.scroll{
	position: absolute;
	width:100%;
	bottom: 0;
	margin-bottom: 30px;
	text-align: center;
}

.container  figure > *{
	margin: 0 auto;
}

.container  figcaption{
	color: #6d9db9;
	font-size: 16px;
}

.container h2{
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	padding-top: 65px;
}

#about{
	background: url('../img/bg2.png') repeat-x;
	height: 710px;
}

#about div div.main.main div.knob{
	width: 399px;
	height: 401px;
	margin-right: 126px;
	float: left;
	position: relative;
	background: url('../img/choices.png') no-repeat;
}

#about div div.main div.knob.s90{
	background-position: 0 -401px;
}

#about div div.main div.knob.s180{
	background-position: 0 -802px;
}

#about div div.main div.knob.s270{
	background-position: 0 -1203px;
}

#about div div.main div.knob img{
	position: absolute;
	top: 70px;
	left: 70px;
}
#about div div.main div.knob .knob-link{
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 70px;
	height: 70px;
}

.knob-link.serwis-dzienny{
	top: 0;
	left: 164px;
}

.knob-link.pielegnacja{
	top: 163px;
	right: 0;
}

.knob-link.serwis-awaryjny{
	bottom: 0;
	left: 163px;
}

.knob-link.odsniezanie{
	top: 163px;
	left: 0;
}

#scythe{
	background: url('../img/scythe.png') no-repeat 76px 45px;;
	height: 259px;
	width: 257px;
	position: absolute;
	top: 70px;
	left: 70px;
}

#about div div.main div.list{
	width: 390px;
	display: inline-block;
}

#about div div.main div.list div{
	overflow: auto;
}

#about div div.main div.list h3{
	font-size: 26px;
	color: #FFF;
	background: url('../img/list_bg_close.png') no-repeat 4px 14px;
	padding-left: 25px;
	cursor: pointer;
	padding-bottom: 5px;
	border-bottom: 1px solid #0a406c;
	text-shadow: #000 1px 1px 0px;
}

#about div div.main div.list div.open h3{
	background: url('../img/list_bg_open.png') no-repeat center left;
	
}

#about div div.main div.list div:first-child > div{
	display: block;
}

#about div div.main div.list div > div{
	display: none;
}

#about div div.main div.list div ul{
	margin-left: 50px;
	margin-top: 10px;
}

#about div div.main div.list div ul li{
	list-style-type: disc;
	font-size: 18px;
	color: #71b3ea;
	margin-bottom: 6px;
	text-shadow: #000 1px 1px 0px;
}

#about a.more, #about a.less, #contact a.less, #contact form input.submit{
	color: #e82121;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	background: url('../img/button.png') no-repeat;
	width: 162px;
	height: 35px;
	display: block;
	text-align: center;
	float: right;
}

#about a.less, #contact a.less{
	float: left;
	margin-top: 15px;
}

#about div div.details {
  background: none repeat scroll 0 0 #114D7F;
  color: #E4F0F7;
  height: 487px;
  left: -5000px;
  position: absolute;
  top: 205px;
  width: 920px;
  z-index: 1;
}
.details p{
	font-size: 15px;
}

#about .details h3{
	font-size: 36px;
}

#about h2{
	color: #e4f0f7;
	margin-bottom: 50px;
}

#references{
	height: 640px;
	background: #f8f8f8;
}

#references h2{
	color: #114d7f;
}

#references h3{
	text-align: center;
	color: #114d7f;
}

#references figure.polisher{
	position: absolute;
	left: -65px;
	bottom: -77px;
}

#references > div > div{
	position: relative; overflow: auto;
	margin-top: 30px;
}

#references > div > div li{
	list-style: none;
}

#references > div > div ul li{
	float: left;
}

#references > div > div ul figure{
	text-align: center;	
}

#references > div > div ul figure div{
	background: url('../img/references_logo_bg.png') repeat-x center;
	width: 700px;
}

#references > div > div ul figcaption{
	color: #949494;
	font-style: italic;
	font-size: 18px;
	margin-top: 30px;
	width: 890px;
}

#references .unslider-arrow{
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 38px;
	height: 39px;
	top: 28px;
	z-index: 10;
}

#references .unslider-arrow.prev{
	background: url('../img/references_prev.png') no-repeat;
	left: 0;
}

#references .unslider-arrow.next{
	background: url('../img/references_next.png') no-repeat;
	right: 0;
}

#contact{
	height: 710px;
	background: url('../img/bg3.png') repeat-x;
}

#contact h2, #contact h3{
	color: #f8f8f8;
}

#contact h3{
	font-size: 18px;
	text-align: center;
}

#contact figure{
	text-align: center;
	display: inline-block;
	padding-left: 30px;
}

#contact .container > div{
	text-align: center;
	margin-top: 70px;
}

#contact figure:first-child{
	background: url('../img/contact_spacer.png') no-repeat right;
	padding-right: 40px;
	padding-left: 0;
}

#contact p{
	color: #5b99cc;
	font-size: 12px;
	text-align: center;
	margin-top: 120px;
}

#contact .details{
	position: absolute;
	top: 210px;
	left: -5000px;
	width: 920px;
	height: 320px;
	margin-top: 0 !important;
	background: #114d7f;
	color: #e4f0f7;
	text-align: left !important;
	padding-left: 140px;
}

#contact .details p{
	font-size: 18px;
	color: #e4f0f7;
	margin-top: 0;
	text-align: left;
}

#contact form > *{
	display: block;
	width: 280px;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}

#contact form textarea{
	height: 180px;
}

#contact form input.submit{
	border: none;
	float: none;
	margin-bottom: 15px;
}

#autor {
    color: #B9B9AE;
    font-size: 13px;
    text-align: center;
}
#autor a {
color: #fff;
/*
    background: url("/img/optimus_logo_bw.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 5px;
    padding: 12px 26px;
    text-indent: 9999px;
	*/
}
/*
#autor a:hover{
  background: url("/img/optimus_logo_col.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
} */
#autor p:last-of-type{
	margin-top: 20px;
}