@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,700,500,400italic&subset=latin,latin-ext);

body {
	font-size: 15px;
	font-family:Ubuntu;
	color: #6a6b6b;
	margin-top:30px;
	line-height: 20px;
}

#background {
	background: #fff url(images/header_bg.jpg) no-repeat center top;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	width:100%;
	height:536px;
}

h1, h2 {
	font-size:24px;
	margin: 5px 0 30px;
	color:#000;
}

h3 {
	font-size:20px;
	margin: 40px 0 20px;
	font-weight:500;
	font-family:Ubuntu;
	color:#000;
}

strong,b { font-weight:bold;}
p {margin:20px 0 20px;}
ul li {list-style: circle;}
.red {color:#e2071c;}

a:link, a:visited{
	text-decoration: none;
	color: #6a6b6b;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:hover {
	color: #000;
	font-weight: bold;
}

.box_center {
	width:980px;
	margin:0 auto 0;
}

.container {
	float:left;
	width:100%;
}

#logo {
	float:left;
	width: 235px;
	height:34px;
	padding: 33px;
	background:#fff;
}

nav#menu {
	float:right;
	width: 599px;
	height:100px;
	background:#fff;
}

nav#menu  ol, nav#menu  ol li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#menu ol {
	float:right;
	margin-right:20px;
}

nav#menu  ol li {
	float: left;
}

nav#menu  ol a:link,nav#menu  ol a:visited {
	text-decoration: none;
	display: block;
	color: #000;
	margin:33px 20px 33px;
}

nav#menu  ol a:link,nav#menu  ol a:visited {
	text-decoration: none;
	display: block;
	color: #000;
	margin:33px 20px 33px;
}

nav#menu ol a:link span,nav#menu  ol a:visited  span{
	font-weight:bold;
	display:block;
}

nav#menu  ol a:hover {
	color:#e2071c;
}

/* Ikonka domu w menu*/
nav#menu  ol li.home{
	margin-top:10px;
}

nav#menu  ol li.home a
{
	background: url(images/icons/home.png) no-repeat;
	display:block;
	height:13px;
	overflow:hidden;
	width:13px;
}

nav#menu  ol li.home a:hover
{
	background-position: 0px -13px;
}

nav#menu  ol li.home a span
{
	display:block;
	text-indent: -9999px;
}
/* KONIEC */

.language select{
	width:50px;
	border:0;
	margin:40px 0 0 0;
}

#trucks {
	float:left;
	width:980px;
	height:406px;
	overflow:hidden;
}

#black_box_container{
	float:left;
	width:100%;
	height:140px;
	cursor: context-menu;
}


.black_box {
	float:left;
	width:243px;
	height:100px;
	color:#fff;
	border: 1px solid #555;
	-webkit-transition:margin 1s;
	transition:margin 0.5s;
	background: #000 url(images/gradient_bg.jpg) repeat;
}

.black_box img {
	float:left;
	background: url(images/bg_img_blackbox.png);
	padding:16px;
	margin:17px;
}

.black_box:hover img {
	float:left;
	background: url(images/bg_img_blackbox_hover.png);
	padding:16px;
	margin:17px;
}

.black_box p { 
	margin:34px 5px 30px 5px;
}

a:link .black_box span {
	font-weight:bold;
	display:block;
}

.black_box:hover{
background: rgb(253,26,48); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,26,48,1) 0%, rgba(212,0,21,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,26,48,1)), color-stop(100%,rgba(212,0,21,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(253,26,48,1) 0%,rgba(212,0,21,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(253,26,48,1) 0%,rgba(212,0,21,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(253,26,48,1) 0%,rgba(212,0,21,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(253,26,48,1) 0%,rgba(212,0,21,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd1a30', endColorstr='#d40015',GradientType=0 ); /* IE6-9 */
	margin: -10px 0 10px;
	padding: 10px 0 0;
	height: 110px;
}

#content {
	width:560px;
	float:left;
	margin-right:40px;
	line-height: 30px;
}

#content-max{
	width:100%;
	float:left;
	margin-right:20px;
}

#content p {
	text-align:justify;
}

#informations {
	width:380px;
	float:left;
	line-height: 25px;
}

.ikonki {
	 background-repeat: no-repeat;
	 padding:10px 0 0 40px;
	 margin:10px 10px 0 0;
	 height:30px;
	 float:left;
	 color:#000;
}

footer {
	width:100%;
	background-image:url(images/foot-pat.png);
	background-repeat:repeat;
	float:left;
	margin: 30px 0 0;
	margin-top:45px;
	font-size:14px;
	padding-bottom:30px;
}

footer .box {
	width:225px;
	float:left;
	margin-right: 20px;
}

footer .box ul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

footer .box ul li{
	margin-bottom:5px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

footer .box ul li::before {
content:"- ";
} 

.form_text {
	width:170px;
	height:20px;
	padding:5px;
	float:left;
}

#footer_bootom {
	height:50px;
	width:100%;
	float:left;
}

.pobierz {
	display: table;
	width:840px;
	height: 48px;
	padding: 6px 7px 6px;			
	float:left;
	border:1px solid #e7e7e7;
	margin:5px 0;
	font-size:12px;
}

.pobierz a, .button{	
	border:0;
	float:right;
	padding:15px 20px;
	background:#e20d21;
	color:#fff;
	font-size:15px;
}

.pobierz img {
	float:left;
	position:absolute;
	margin-top:-40px;
	margin-left:15px;
}

.pobierz span {
	width:652px;
	height: 48px;
	display: table-cell;
	vertical-align: middle;
	margin-left:50px;
	padding-left:60px;
	text-align:left;
}

.contacts_form {
	border: 1px solid #bbb;
	border-left: 5px solid #e60015;
	width:254px;
	height:30px;
	padding:10px 20px;
	float:left;
	margin:10px 10px 0 0;
}

.contacts_form_area {
	border: 1px solid #bbb;
	border-left: 5px solid #e60015;
	width:564px;
	height:150px;
	padding:10px 20px;
	float:left;
	margin:10px 10px 0 0;
	font-family:Ubuntu;
}

.truck {
	height:200px;
	border:1px solid #bbb;
	margin-top:10px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	}

.truck span {
	margin:40px 30px;
	float:left;
	width:270px;
	font-size:13px;
}

.fcopy {
	font-size:11.5px;
	margin-top:20px;
	margin-bottom:30px;
}

.truck span h2 {color:#ff0000; font-size:18px; margin-top:0px;}

.truck span hr {
	outline:none;
	background:none;
	border: 1px solid #d6d6d6;
	margin-top:16px;
	margin-bottom:16px;
	
}

.truck span h4{
	height:25px;
	margin:0;
}

.truck img {
	margin:22px 5px;
	float:left;
}

.well {
	width:100%;
	border:1px solid #8cf05a;
	padding: 10px;
	color:#8cf05a;
	text-align:center;
}

.error {
	width:100%;
	border:1px solid #e81e23;
	padding: 10px;
	color:#e81e23;
	text-align:center;
}

.lang {
	margin-right:10px;
	float:left;
}

.lang img {
	width:24px;
	height:24px;
}

.lang_box {
	float:right;
	width:70px;
	height:62px;
	background:#fff;
	padding-top:38px;
	padding-right:10px;
}