@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,latin-ext);
/**
 * Base
 */
*{font-family:'Open Sans', sans-serif;}
div,span,p,textarea,input,select,li,td,strong,em{color:#000; font-size:14px; line-height:150%;}
a{color:#8c8c8c; outline:none; text-decoration:none;}
a:hover{color:#000; text-decoration:none; transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s;}
h1,h2,h3,h4,h5{color:#F15156; padding:0; font-weight:normal;}
h1{font-size:26px; line-height:30px;}
h2{font-size:22px; line-height:26px;}
h3{font-size:20px; line-height:24px;}
h4{font-size:16px; line-height:20px;}
h5{font-size:14px; line-height:18px;}
img{border:0;}
/* img:hover {opacity:0.85; filter:alpha(opacity=85); transition:0.8s; -webkit-transition:0.8s; -moz-transition:0.8s; -ms-transition:0.8s; -o-transition:0.8s;} */
th{text-align:left;}
ul{padding:5px 10px; margin:0;}
ul li{background:url('images/li.png') left 6px no-repeat; list-style:none outside none; padding-left:14px; margin:3px; min-height:20px;}
table caption {font-weight: bold; text-transform: uppercase;}
/**
 * Shorters
 */
.b{font-weight:bold;}
.i{font-style:italic;}
.strike{text-decoration:line-through;}
.small{font-size:smaller;}
.big{font-size:bigger;}
.clear{clear:both;}
.block{display:block;}
.inline{display:inline;}
.hide{display:none !important;}
.round{border-radius:5px;}
.no_bg{background:none !important;}
.no_border{border:0 !important;}
.no_wrap{white-space:nowrap;}
.no_margin{margin:0 !important;}
.no_margin_right{margin-right:0 !important;}
.red{color:#ff0000 !important;}
.red_bg{background:red !important;}
.center{text-align:center !important;}
.to_left{text-align:left !important;}
.to_right{text-align:right !important;}
.justify{text-align:justify !important;}
.middle{margin:auto;}
.left{float:left !important;}
.right{float:right !important;}
.block_left{float:left; margin:0 10px 10px 0; width:25%;}
.block_right{float:right; margin:0 0 10px 10px; width:25%;}
.short{width:50px !important;}
.half{width:50%;}
.long{width:99%;}
.date{width:100px;}
.margin{margin:20px;}
.vmargin{margin:20px 0;}
.hmargin{margin:0 20px;}
.margin_left{margin-left:20px;}
.margin_right{margin-right:20px;}
.margin_top{margin-top:20px;}
.margin_bottom{margin-bottom:20px;}
.padding{padding:20px;}
.vpadding{padding:20px 0;}
.hpadding{padding:0 20px;}
.padding_left{padding-left:20px;}
.padding_right{padding-right:20px;}
.padding_top{padding-top:20px;}
.padding_bottom{padding-bottom:20px;}
.break{padding:5px 0;}
.strike{text-decoration:line-through;}
.more{color:#350c0f; display:block; text-align:right;}
.back{color:#350c0f; display:block; text-align:right;}
.clearfix:before,.clearfix:after{content:''; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1; /* For IE 6/7 (trigger hasLayout) */}

/**
 * Forms
 */
input,textarea{border:1px solid #6d6d6d; background:#fff; padding:5px 10px; border-radius: 2px;}
input:focus,textarea:focus{border: 1px solid #900;}
input[type='button'], input[type='submit'], .button {
	display: inline-block;
	color: #fff !important;
	background: #F15156;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
/* 	box-shadow: 1px 1px 15px #999; */
}
input[type='button']:hover, input[type='submit']:hover, .button:hover {
	color: #fff !important;
	background: #f00;
	border: none;
}
input[type='button']:active, input[type='submit']:active, .button:active {
	position: relative;
	top: 1px;
	left: 0;
}
input[type='submit']:first-letter, input[type='button']:first-letter, .button:first-letter, .button:hover:first-letter {
	text-transform: uppercase;
}
input[disabled='disabled'], input[disabled='disabled']:hover, textarea[disabled='disabled'], option[disabled='disabled'] {
	color: #333;
	background: #eee;
	cursor: pointer;
}
input[type='checkbox'], input[type='radio'], .checkbox, .radio {
	cursor: pointer;
}
.input, .textarea, .select {
	width: 250px;
}
.form .error, .form .red {
	display: block;
}
#controls, .controls {
	padding: 20px 0;
	text-align: center;
}
.required span {
	cursor: help;
}
form .even {
	background: #eee;
}
/**
 * Messages
 */
#messageBox {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #F7E4A5;
	border: 1px solid #F0AE0E;
}
#messageBox * {
	color: #000;
}
#messageBox .error, .error {
	color: #f00;
}
#messageBox .notice {
	color: #00f;
}
#messageBox .warning {
	color: #666;
}

/**
 * Layout
 */
body {
	margin: 0;
	padding: 0;
	background: url('images/main_bg.jpg') repeat top center;
}
#main_container {
	text-align: center;
}
#sub_container {
	text-align: center;
}
#sub_container h1 {
	margin: 4px 0 14px;
}
#logo_container {
	position: relative;
	z-index: 13;
	padding: 0;
	height: 103px;
	background: #fff;
}
#main_logo {
	display: block;
	float: left;
	margin: 14px 14px 14px 24px;
}
.center_container {
	position: relative;
	width: 968px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#content {
	position: relative;
	z-index: 15;
}
#content, #content div, #content p, #content span, #content strong, #content em, #content ul, #content li {
	font-size: 13px;
	color: #343434;
}
#sub_container #content {
	padding: 30px; 
}
#col_1 {
	float: left;
	width: 200px;
	padding: 10px 0;
}
#col_2 {
	float: right;
	width: 775px;
	padding: 10px;
}
#text {
	padding: 10px;
}

.breadcrumb {
	position: absolute;
	top: 13px;
	left: 30px;
}
.breadcrumb a {
	font-size: 11px;
	line-height: 11px;
	color: #333;
}

.show_map {
	cursor: pointer;
}
.hide_map {
	display: none;
	cursor: pointer;
}

.centainer {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
.pagination {
	position: relative;
	left: 50%;
	float: left;
	margin: 20px auto;
}
.pagination .item {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.pagination .active {
	color: #fff;
	background: #EB8928;
	border-radius: 10px;
}

#ssi {
	float: right;
	margin: 0 60px 0 0;
	text-align: left;
}
#sub_container #ssi {
	margin: 15px 60px 0 0;
}
#ssi span, #ssi strong {
	font-size: 12px;
	color: #7e7e7e;	
}
#ssi img {
	position: relative;
	top: 6px;
	left: -4px;	
}

#footer {
	padding-bottom: 20px;
}
#footer_extra {
	position: relative;
	top: -54px;
	left: 0;
	width: 680px;
	min-height: 24px;
	z-index: 12;
}
#sub_container #footer_extra {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 680px;
	padding: 20px 30px;
	z-index: 12;
	background: #fff;
}
#footer_extra p {
	margin: 0;
}
#footer_links {
	float: right;
}
#footer_links a {
/* 	text-transform: uppercase; */
}

#cookies {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4px 0;
	width: 100%;
/* 	height: 16px; */
	text-align: center;
	color: #ccc;
	background: #000;
	border-top: 1px solid #666;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#top {
	position: relative;
	z-index: 11;
}
#middle {
	position: relative;
	z-index: 12;
}
#footer {
	position: relative;
	z-index: 13;
}

#frontface {
	position: relative;
	padding: 0 0 5px;
	z-index: 11;
}
#subface {
	position: relative;
	padding: 0 0 5px;
	z-index: 11;
}

#top_shadow {
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 13px;
	background: url('images/top_shadow.png') no-repeat bottom center;
	z-index: 13;
}

#top_menu {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	z-index: 12;
}
#top_menu li {
	float: left;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0 5px;
}
#top_menu a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 40px 10px;
}
#top_menu a:hover, #top_menu .active {
	color: #F15156;
	background: url('images/top_menu_h.png') repeat-x top center;
}
#top_menu a:active {
	color: #666;
	text-shadow: 0 0 5px #fff;
}

#left_menu {
	width: 214px;
	padding: 20px 5px;
}
#left_menu li {
	position: relative;
	width: 254px;
	line-height: 32px;
	margin: 5px 0;
	padding: 0;
	background: url('images/li.png') no-repeat 10px 13px;
	text-align: left;
	z-index: 10;
}
#left_menu a {
	position: relative;
	display: block;
	padding: 0 24px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
#left_menu a:hover, #left_menu a.active {
	color: #EB8928;
}

.dropdown .sub {
	background: url('images/down.png') no-repeat right center !important;
}
.dropdown .sub a:hover, .dropdown .active .sub a {
	color: #eee;
}
.dropdown .sub_menu {
	position: absolute;
	top: 103px;
	left: -220px;
	width: 957px;
	background: #fff !important;
	border: 1px solid #F15156;
/* 	border-radius: 5px; */
	padding: 0 5px !important;
	z-index: 222;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.dropdown .sub_el {
	margin: 0 !important;
	padding: 0 5px !important;
	float: left !important;
	text-align: left !important;
	background: none !important;
}
.dropdown .sub_el a {
	padding: 10px 5px !important;
}
.dropdown *:hover {
	transition: none !important; -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important;
}

.gallery_table {
	overflow: hidden;
	border-spacing: 5px;
}
.gallery_table_row {
	clear: both;
}
.gallery_table_cell {
	padding: 5px;
	border: 1px solid #D5CEB4;
	border-radius: 5px;
}
.gallery_image_link {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.gallery_image_link img {
	border-radius: 5px;
}

.product {
	float: left;
	width: 232px;
	height: 184px;
	padding: 0;
	margin: 0 13px 13px 0;
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.product:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;
}
.product:hover .name {
	color: #FF7E00;
}
.product:hover .img {
	background: #fff;
}
.product .img {
	display: block;
	width: 232px;
	height: 150px;
	border-radius: 4px;
	overflow: hidden;
	background: none;
}
.product .name {
	display: block;
	margin: 10px 0;
	padding: 0 0 0 10px;
	background: url('images/li.png') no-repeat left center;
}
#product #images {
	float: left;
	width: 480px;
}
#product #tabs {
	float: right;
	width: 480px;
}
#product #tabs_values a {
	color: #ff4e00;
}
#product #tabs_values a:hover {
	color: #fff;
}
#product .product {
	margin: 4px;
}

#grid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: url('images/grid.png') repeat-x center top;
}
#top_grid {
	position: absolute;
	top: -103px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background: url('images/grid.png') repeat-x center top;
	pointer-events: none;
}

#box1 {
	width: 239px;
	height: 245px;
	background: url('images/box1c.png') no-repeat center top;
}
#box2 {
	width: 239px;
	height: 245px;
	background: url('images/box2c.png') no-repeat center top;
}
#box3 {
	width: 228px;
	height: 245px;
	background: url('images/box3c.png') no-repeat center top;
}
#boxes {
	overflow: hidden;
	float: left;
}
#boxes div {
	float: left;
	position: relative;
}
#boxes div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 206px;
	display: block;
}
#boxes div a:hover {
	background: #000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
#boxes h1, #boxes h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 28px;
	color: #000;
}
#dep_map {
	position: relative;
	float: right;
	text-align: center;
}
#dep_map img {
	padding: 15px 0 0 15px;
}
#dep_map a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#map_label {
	font-size: 16px !important;
	background: url('images/map_label.png') no-repeat center top;
	width: 251px;
	height: 70px;
	padding: 35px 0 0;
}
#map_label span {
	color: #ef0000;
	font-size: 16px;
}

#slider_cover {
	display: none;
	position: absolute;
	left: 767px;
	top: 233px;
	width: 165px;
	height: 71px;
	padding: 18px 0 0;
	background: #fff;
	text-align: center;
	z-index: 22;
}
#slider_cover a {
	position: relative;
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 18px;
	z-index: 23;
}
#slider_cover:hover .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	filter: alpha(opacity=10);
	z-index: 22;
	transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s;
}
#slider_cover span {
	display: block;
	color: #D7001B;
	font-size: 34px;
	line-height: 26px;
}

#map_lnk {
	position: relative;
	z-index: 21;
}
.pts {
	display: block;
	position: absolute;
	z-index: 22;
	width: 5px;
	height: 5px;
	padding: 2px;
/* 	background: #D7001B; */
	border-radius: 8px;
}
.pts:hover {
	background: #000;
	transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s;
}
#pt_szczecin {
	top: 55px;
	left: 43px;
}
#pt_gorzow {
	top: 75px;
	left: 51px;
}
#pt_gniezno {
	top: 81px;
	left: 88px;
}
#pt_pila {
	top: 63px;
	left: 78px;
}
#pt_nowasol {
	top: 100px;
	left: 58px;
}
#pt_zarow {
	top: 122px;
	left: 69px;
}
#pt_szamotuly {
	top: 80px;
	left: 71px;
}
#pt_kalisz {
	top: 105px;
	left: 97px;
}
#dep_name {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 251px;
	height: 91px;
	line-height: 91px;
	font-size: 22px !important;
	white-space:nowrap;
	background: #fff;
	z-index: 23;
}
#tom_group {
	position: absolute; 
	left: 37px;
	bottom: -4px;
}
#lang_nav {
	position: absolute; 
	top: 17px;
	right: 10px;
	z-index: 30;
	width: 30px;
}
#lang_nav a {
	display: block;
}
#nfosigw {
	position: absolute;
	top: -5px;
	left: -60px;
}
