/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}
/* Global properties ======================================================== */
body, html{
	min-width:960px;
	min-height:1015px;
}
body {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	border:0;
	background:url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:black;
	font:13px/21px  Arial, sans-serif;
}
/* Global Structure ============================================================= */
.glob {
	position:absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	width:100%;
	height:100%;
	border:0;
}
.main {
	position:relative;
	left: 20px;
	margin:0 auto;
	width:940px;
}
.page_spinner {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	height:100%;
	background:url(../images/main_spinner.gif) 50% 50% no-repeat #222;
}
/* ============================= main layout ====================== */
a {
	outline:none;
	color:white;
	text-decoration:none;
}
a:hover {
	color:gray;
}
h1 {
	display:block;
	padding:0;
}
h2 {
	padding-bottom:26px;
	color:black;
	text-transform:uppercase;
	font:24px/30px sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}
p { 
	padding-bottom:24px;
	color: black;
}
#page_maszyny p { 
	padding-bottom:22px;
}
#page_home img, #page_onas img, #page_maszyny img, #page_stacja img, #page_serwis img{
	margin-bottom:20px;
	border: 5px solid #4e4e4e;
}
.color1{
	color:#fff;
}
#bg_content {
	position:absolute;
	top:262px;
	z-index:-1;
	width:100%;
	height:100%;
}
/* ============================= top_section ====================== */
.top_section{
	position: absolute;
	padding: 12px 0 12px 0;
	width: 100%;
	background:url(../images/header_bg.png) 0 bottom;
}
.top_section p{
	padding-bottom: 7px;
	color: #969595;
	text-transform: uppercase;
	font:bold 10px Arial, sans-serif;
}
/* ============================= header ====================== */
header{
	position: relative;
	height:226px;
	text-transform:uppercase;
}
#logo {
	position:relative;
	z-index:5;
	display:block;
	overflow:hidden;
	margin: 80px 0 15px -10px;
	width:302px;
	height:120px;
	background:url(../images/logo.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
}
/* ============================= menu ====================== */
.menu{
	position: relative;
    display: inline-block;
	/*height: 88px;*/
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#menu > li {
	position:relative;
	float:left;
	background:url(../images/menu_bg.png);
}
#menu > li .menu_arrow {
	position:relative;
	z-index:1;
	display: inline-block;
	margin-top: 43px;
	margin-left: 7px;
	width: 7px;
	height: 4px;
	background:url(../images/menu_arrow.png) 0 0 no-repeat;
}
#menu > li > a{
	position:relative;
	z-index:1;
	display:block;
	width:156px;
	/*height:88px;*/
	background:url(../images/menu_line.png) right 2px repeat-y;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-shadow: 1px 1px 1px #333;
	font:20px/88px 'Anton', sans-serif;
}
#menu > li > a.last{
	background:0;
}

#menu > li > a span{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:155px;
	height:100%;
	background:#ff382a;
}
.submenu_1 {
	position:absolute;
	top:89px;
	left:14px;
	z-index:15;
	padding:30px 0;
	width:126px;
	border-radius: 5px;
	background:#393939;
}
.submenu_1 li {	
	position:relative;
	text-align:left;
}
.submenu_1 a {
	position:relative;
	z-index:1;
	display:inline-block;
	margin-left: 27px;
	padding:7px 0;
	color:#fff !important;
	text-align: left;
	text-decoration:none;
	font-size:12px;
}
.submenu_1 a b{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:29px;
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
	color:#ee612c !important;
}
.submenu_2 {
	position:absolute;
	top:-20px;
	left:127px;
	padding:20px 0;
	width:119px;
	border-radius: 5px;
	background:#171717;
}
/* ============================= splash ====================== */
#splash{
	position:absolute;
	left: 80px;
	z-index:10;
	margin-top: 29px;
	width:100%;
}
/* ============================= content ====================== */
#content{
	position:relative;
	/* overflow:hidden; */
	padding-bottom: 30px;
	width:100%;
}
#content > ul > li {
	position:absolute;
	width:100%;
}
#content > ul > li > div{
	overflow:hidden;
	padding-top: 70px;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.more, .more2, .comments{
	display:inline-block;
	padding:10px 22px;
	background:#ff4534;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #c43528;
	font:18px  sans-serif;
	margin-right: 6px;
}
.more2{
	margin-bottom: 10px;
	padding:3px 20px;
}
.more:hover, .more2:hover{
	background:#fff;
	color:#000;
	text-shadow: 0px 0px 1px black;
}
.google_map{
	margin-top: 7px;
	width:370px;
	height:326px;
	border:5px solid #4e4e4e;
	background:#fff;
}
.address{
	padding-bottom: 22px;
}
.address > span{
	display: inline-block;
	width:175px;
}
.url_link{
	color: #fff;
	text-decoration:none;
}
.url_link:hover{
	color: #ff3023;
}
/* ============================= lists ====================== */
#page_serwis .listWithMarker{
	padding-top:6px;
}
.listWithMarker{
	padding-bottom:4px;
}
.listWithMarker li {
	display:block;
	background:url(../images/hline.png) 0 bottom repeat-x;
}
.listWithMarker li.last {
	background:0;
}
.listWithMarker li a {
	display:inline-block;
	padding:3px 0 18px 41px;
	background:url(../images/list_marker.png) 0 0 no-repeat;
	color: black;
	text-decoration:none;
	font:13px/26px 'Arial', sans-serif;
}
.listWithMarker li a:hover {
	padding-left:55px;
	background:url(../images/list_marker.png) 9px 0 no-repeat;
	color:#ff4534;
}
/* ============================= footer ====================== */
footer {
	position: absolute;
	bottom: 0;
	z-index:10;
	padding:30px 0;
	width:100%;
	background:url(../images/footer_bg.png) 0 0;
	color:#6a6a6a;
	text-transform: uppercase;
	font:bold 10px  Arial, sans-serif;
}
footer a{
	color:#6a6a6a;
	text-decoration:none;
}
footer a:hover{
	color:#ff3326;
}
footer .footer_txt {
	margin-bottom:2px;
	padding-right:16px;
	color:#fff;
	font:26px 'Anton', sans-serif;
}
/* ============================= start soc icons ====================== */
.soc_links {
	position:relative;
	right:4px;
	display:block;
}
.soc_links>li {
	position:relative;
	display:inline-block;
	float:left;
	margin-top:-10px;
	margin-left:1px;
	width:36px;
	height:37px;
}
.soc_links>li>a {
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
}
.soc_links>li>a>img {
	position:relative;
	margin-top:10px;
}
/* ============================= end soc icons ====================== */
/* ============================= forms ============================= */
#form1{
	margin-top: 5px;
}
#form1 input {
	margin:0;
	padding:8px 10px 9px 10px;
	width:279px;
	border-top:1px solid #0a0a0a;
	border-left:1px solid #0a0a0a;
	background-color:#151515;
	box-shadow:none;
}
#form1 textarea {
	overflow:auto;
	margin:0;
	height:191px;
	padding:8px 10px 9px 10px;
	width:279px;
	border-top:1px solid #0a0a0a;
	border-left:1px solid #0a0a0a;
	background-color:#151515;
	line-height:18px;
	resize:none;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:43px;
}
#form1 .error, #form1 .empty {
	position:absolute;
	top:-1px;
	right: 3px;
	display:none;
	color:#fff;
	text-transform:none;
	font-size:10px;
	line-height:18px;
}
#form1 .success {
	position:absolute;
	z-index: 1;
	width: 299px;
	height: 337px;
	border: 1px solid #333;
	background: #000;
	opacity: 0.9;
}
#form1 .success .success_txt {
	position: relative;
	top: 45%;
	color:#fff;
	text-align: center;
}
.btns a{
	margin:24px 8px 0 2px;
}
/* Form defaults */
input, select, textarea {
	color:#8c8b8b;
	font:12px/12px Arial, sans-serif;
}
/*----------Slider2--------------*/
.slider2{
	position: relative;
	overflow: hidden;
	margin-top: 18px;
	width: 100%;
}
.list-1>li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 820px;
}
.list-1>li p{
	position: relative;
	text-transform: uppercase;
	font:24px sans-serif;
	text-shadow: 1px 1px 1px white;
	font-weight: bold;
}
.list-1>li p:after{
	position: relative;
	top: -1px;
	margin-left: 7px;
	width: 10px;
	height: 15px;
	content: url("../images/slogan_sign.png");
}
.list-1>li img{
	position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.list-1>li .img1{
	top: 18px;
	left: 0px;
	z-index: 3;
}
.list-1>li .img2{
	top: 120px;
	left: -223px;
	z-index: 2;
}
.list-1>li .img3{
	top: -244px;
	left: 400px;
	z-index: 1;
}

.list-1>li .img4{
	top: -303px;
	left: -110px;
}
.gall_btn_section{
	position: relative;
	left: 365px;
	z-index: 210;
	margin-top: -158px;
	padding-top: 20px;
	padding-left: 15px;
	width: 49px;
	height: 49px;
	background:url(../images/arrows_bg.png) 0 0 no-repeat;
}
#next_arr {
	float:left;
	margin-left:0px;
	width:15px;
	height:9px;
	background:url(../images/button-sprite-3.png) 50% 0;
	cursor: pointer;
}
#prev_arr {
	float:left;
	width:15px;
	height:9px;
	background:url(../images/button-sprite-2.png) 50% 0;
	cursor: pointer;
}
.box{
	overflow: hidden;
}
.num, .date_plane{
	float: left;
	margin-top: 6px;
	padding-right: 10px;
	width: 31px;
	height: 31px;
	background:url(../images/num_plane.png) 0 0 no-repeat;
	color:#fff;
	text-align: center;
	font:20px/31px 'Anton', sans-serif;
}
.date_plane{
	width: 47px;
	height: 50px;
	background:url(../images/date_plane2.png) 0 0 no-repeat;
	color:#fff;
	padding-right: 20px;
	text-align: center;
	font:15px/20px 'Anton', sans-serif;
	text-transform: uppercase;
	padding-top: 7px;
}
.quote{
	float: left;
	margin-top: 6px;
	padding-right: 10px;
	width: 19px;
	height: 12px;
	background:url(../images/quote_sign.png) 0 0 no-repeat;
}
.comments_icon{
	position: relative;
	margin-left: 10px;
	padding-left: 25px;
	width: 25px;
	height: 18px;
	background:url(../images/comments_plane2.png) 0 0 no-repeat;

}

.fulllist{
margin-bottom: 10px;
border: 5px solid #4e4e4e;
}

.presents{
	background-color: red;
	width: 370px;
	padding: 15px;
	color: white;
}
