/*
@font-face {
	font-family: 'Helvetica Neue LT 33 ThinEx';
	src: url('../../uploads/fonts/HelveticaLT33ThinExtended.eot');
	src: local('Helvetica LT 33 Thin Extended.ttf'), url('../../uploads/fonts/HelveticaLT33ThinExtended.woff') format('woff'),
		url('../../uploads/fonts/HelveticaLT33ThinExtended.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/

* {
  margin: 0;
  padding: 0;
}

.tab {
  text-indent: 30px;
  text-align: justify;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #960405;
}

a:hover{
  text-decoration: underline;
}

a img {
  border: 0;
}

html{
  width: 100%;
  height: 100%;
  background: url(../../uploads/image/bg_html.jpg) repeat-y center top;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

body{
  width: 100%;
  height: 100%;
}

div.clear{
  clear: both;
}

div#main_wrapper{
  width: 950px;
  margin: 0 auto;
}

div#top{
  width: 950px;
  height: 125px;
  background: url(../../uploads/image/bg_top.jpg) no-repeat 0 0;
  float: left;
  margin-left:0px;
  display: inline;
}

#main_link {
  float: left;
  display: inline;
  width: 580px;
  height: 76px;
  margin: 19px 0 0 59px;
}

#search {
  float: right;
  display: inline;
  width: 208px;
  height: 28px;
  margin:18px 28px 0 0;
}

#search label {
  display: none;
}

.search-input {
  float: left;
  display: inline;
  width: 135px;
  height: 24px;
  border-style: none;
  color: #676767;
  margin: 4px 10px 0 30px;
  font: 12px Arial, sans-serif;
  background: none;
  line-height: 24px;
}

.search-button {
  width: 33px;
  height: 28px;
  border-style: none;
  text-indent: -9999em;
  float: left;
  cursor: pointer;
  font-size: 0;
  background: none;
}

#nav{
  float: left;
  display: inline;
  width: 896px;
  height: 30px;
  padding: 0 27px;
  background: #666666;
  margin-left:0px;
}

div#baner{
  float: left;
  display: inline;
  width: 950px;
  height: 269px;
  background: url(../../uploads/image/baner.jpg) no-repeat 0 0;
  margin-left:0px;
  position: relative;
}

.baner_pic{
  margin-top: 25px;
  margin-left: 6px;
}

div#baner_dane{
  float:left;
  margin: 10px 0 0 25px;
  font-size: 15px;;
  font-family: "Helvetica Neue LT 33 ThinEx";
  width: 259px;
  height: 245px;
}

div#nazwa{
  float:left;
  margin: 20px 0 0 23px;
  font-size: 19px;;
  font-family: "Helvetica Neue LT 33 ThinEx";
  height: 40px;
}

div#adres{
  float:left;
  margin: 9px 0 0 68px;
}

div#telefon{
  float:left;
  margin: 15px 0 0 68px;
}

div#email{
  float:left;
  margin: 43px 0 0 68px;
}

a#email_link {
  float:left;
  width: 180px;
  height: 20px;
  margin: 193px 0 0 68px;
}

#page {
  float: left;
  display: inline;
  width: 950px;
  margin-bottom: 15px;
  //background: url(../../uploads/image/bg_page.jpg) repeat-y 0 0;
}

#left_column {
  float: left;
  display: inline;
  width: 260px;
  margin-left: 25px;
}

#right_column {
  float: right;
  display: inline;
  width: 622px;
  margin-right: 25px;
}

/* tymczasowe nadpisanie po ukryciu left_column — do przywrócenia: usuń blok poniżej */
#right_column {
  float: left;
  display: inline;
  width: 900px;
  margin-left: 25px;
  margin-right: 25px;
}

#info_stripe {
  float: left;
  display: inline;
  width: 612px;
  padding-left: 10px;
  height: 26px;
  background: url(../../uploads/image/info_stripe.jpg) no-repeat 0 0;
}

/* tymczasowe nadpisanie po ukryciu left_column */
#info_stripe {
  width: 890px;
}
#info_stripe { 
  background: #666666; 
}

#napis_menu {
  display: inline;
  float: left;
  font-family: Tahoma;
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
  margin-top: 4px;
}

#info_link{
  float: left;
  display: inline;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
  font-weight: bold;
}

#content {
  float: left;
  display: inline;
  width: 592px;
  min-height: 350px;
  height: auto !important;
  height: 350px;
  margin: 15px 15px 0 15px;
  color: #000000;
  font: 12px Tahoma;
  line-height: 1.6em;
}

#content p {
  margin: 0 0 10px 0;
}

#content a {
  color: #960405;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content ul {
  margin-left: 30px;
  list-style-position: inside;
  margin-bottom: 15px;
}

#content ul li {
  list-style-type: disc;
  margin: 2px 0;
}

#content img {
  max-width: 100%;
  height: auto;
}

/* tymczasowe nadpisanie po ukryciu left_column */
#content {
  width: 870px;
}

div#footer{
  float: left;
  display: inline;
  clear: both;
  width: 950px;
  height: 33px;
  background: #666666;
  margin-left:0px;
}

#bottom_links {
  text-align:center;
  padding: 8px 0 0 0;
  height: 25px;
  color: #fff;
  font: 12px Tahoma;
}

a.bottom_l {
  color: #fff;
  font: 12px Tahoma;
  text-decoration: none;
}

a.bottom_l:hover {
  text-decoration: underline;
}

.sh_separator {
  color:#fff;
  font-family:Tahoma,sans-serif;
  font-size:12px;
  margin-left:10px;
  margin-right:10px;
}

#under_footer {
  float: left;
  display: inline;
  width: 950px;
  height: 40px;
}

#company_name {
  float: left;
  display: inline;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  margin-top: 8px;
  margin-left: 30px;
}

.copy, .cookies {
  float: right;
  display: inline;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  margin-top: 8px;
  margin-right: 30px;
  text-decoration: none;
  outline: none;
}

.copy a:hover, .cookies:hover {
  text-decoration: underline;
}

.mapka {
  width: 550px;
  margin: 0 auto;
}

a.reg{
  height:35px;
  width:195px;
  float: left;
  margin: 30px;
  background: url(../../uploads/image/reg_on.jpg);
}

a.reg:hover{
  background: url(../../uploads/image/reg_off.jpg);
}

.params {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-left: 30px;
}

.params td {
  padding: 5px;
  border: 1px solid #ccc;
}

.left_header {
  float: left;
  display: inline;
  width: 230px;
  height: 26px;
  color: #fff;
  font-family: "Arial";
  font-size: 14px;
  line-height: 26px;
  padding: 0 15px;
  background: url(../../uploads/image/bg_menu.jpg) no-repeat -25px 0;
}

.left_box {
  float: left;
  display: inline;
  width: 240px;
  padding: 10px;
  font-size: 12px;
}

.pdf p {
  padding: 10px 0;
}

.pdf a {
  padding: 5px 25px 5px 0;
  background: url(../../uploads/image/pdf_ico.png) no-repeat right 0;
}

#left_link {
  float: left;
  display: inline;
  width: 240px;
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
  color: #960405;
  outline: none;
  text-align: center;
  line-height: 22px;
}

#left_link a {
  background: none;
  padding: 0;
}

#gallery_link a {
  color: #960405;
  line-height: 22px;
}

#gallery_link a:hover {
  text-decoration: underline;
}

#left_gallery {
  float: left;
  display: inline;
  width: 240px;
}

#content .box_video {
  float: left;
  display: inline;
  width: 240px;
  margin: 0 22px 15px;
}

.video .gallery_video {
  float: left;
  display: inline;
  margin: 0;
  width: 240px;
}

.video .gallery_video a {
  float: left;
  display: inline;
  border: 1px solid #960405;
  padding: 1px;
}

.gallery_video .box_video {
  display: inline;
  float: left;
  margin: 0 12px 12px 0;
}

.gallery_video .box_video.last-box {
  margin: 0 0 12px 0;
}

.video .gallery_video img {
  margin: 0;
}

.video_opis {
  margin-bottom: 5px;
  width: 240px;
  text-align: center;
}

.video .video_opis {
  display: none;
}

.left_box video .hva-title-text {
  padding: 5px 0 0 10px;
}

#fancybox-outer #fancybox-left,
#fancybox-outer #fancybox-right {
  height: 76%;
  top: 0;
}

/* ---=== FACEBOOK ===---*/
#fb {
  position: fixed;
  z-index: 1000;
  top: 25%;
  right: -298px;
  width: 325px;
}

#fb_top {
  display: inline;
  float: left;
  width: 350px;
  background: url(../../uploads/image/fb_bg.png) repeat-y 0 0;
}

#fb_content {
  display: inline;
  float: left;
  width: 240px;
  padding: 10px 7px 0 35px;
  background: url(../../uploads/image/fb_bg_top.png) no-repeat 0 top;
}

#fb_content iframe{
  background-color: #fff;
}

#fb_bottom {
  display: inline;
  float: left;
  width: 350px;
  height: 10px;
  background: url(../../uploads/image/fb_bg_bottom.png) no-repeat 0 0;
}

#gplus {
  position: absolute;
  right: 253px;
  top: 112px;
}

.btn_serwis {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold;
  padding: 1em 2em !important;
  line-height: .8em !important;
  color: #ffffff !important;
  background-color: #d43b1b !important;
  border: none !important;
  display: inline-block;
  margin: 1rem auto;
  text-decoration: none;
}
.btn_serwis:hover {
  background-color: #a03c31 !important;
  text-decoration: none !important;
}

/* === Cookie consent visibility fix === */
#cookie_consent {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99999 !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  background: #1e1e1e !important;
  color: #ffffff !important;
  border-top: 1px solid #444 !important;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.35) !important;
  text-align: center !important;
}

#cookie_consent p {
  margin: 0 0 8px 0 !important;
  color: #ffffff !important;
  line-height: 1.4 !important;
  font-size: 14px !important;
}

#cookie_consent a,
#cookie_consent a.more_info,
#cookie_consent .accept_cookies {
  color: #ffd166 !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
}

#cookie_consent .accept_cookies {
  display: inline-block !important;
  background: #ffffff !important;
  color: #1e1e1e !important;
  border: 1px solid #ccc !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

#cookie_consent .accept_cookies:hover {
  background: #f0f0f0 !important;
}
/* Stylesheet: main_stylesheet Modified On 2026-08-20 08:37:46 */
.jqueryslidemenu {
  font: 14px Arial;
  width: 100%;
  position: relative;
  z-index: 98;
  overflow: none;
}

.jqueryslidemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
  position: relative;
  display: inline;
  float: left;
  z-index: 99;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
  display: inline;
  float: left;
  color: #fff;
  padding: 7px 10px 0 10px;
  height: 23px;
  text-decoration: none;
}

.custom-bg {
  background: #199f59!important;
}

a.lev1_on{
  background: #4d4d4d;
  color: #fff !important;
  text-decoration: underline !important;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block;
}

.jqueryslidemenu ul li a:hover{
  background: #4d4d4d; /*tab link background during hover state*/
  color: #fff;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
  display: list-item;
  clear: both;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
  top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
  font: 13px Arial;
  width: 160px;
  padding: 7px 10px 6px 10px;
  height: auto;
  background-color: #808080;
  border-bottom: 1px solid #4d4d4d;
  color: #fff;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
  background-image: none;
  background-color: #4d4d4d !important;
  color: #fff;
}

.lev2_on{
  background-image: none;
  background-color: #4d4d4d !important;
  color: #fff !important;
  text-decoration: underline !important;
}

.top_separator {
  float: left;
  display:inline;
  width: 2px;
  height: 30px;
  background: #999999;
}
/* Stylesheet: menu_stylesheet Modified On 2026-08-20 08:35:18 */
div.news_wrapper {
  width: 100%;
  margin: 0;
  float: left;
  display: inline;
}

div.naglowek{
  width: 100%;
  float: left;
  display: inline;
  font-family:Arial, sans-serif;
  font-size: 18px;
  text-align: justify;
  position: relative;
  z-index: 1;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.detail_naglowek{
  float: left;
  display: inline;
  margin-bottom: 7px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: left;
  position: relative;
  z-index: 1; 
  border-bottom: 1px solid #000;
  width: 90%;
 
}

div.tresc_news{
  float: left;
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1.5em; 
  width: 100%;
}

.tresc_news p {
 margin-top: 0;
 margin-bottom: 5px;
}

div.detail_tresc_news{
  clear: both;
  width: 100%;
  float: left;
  display: inline;
  margin-bottom: 7px;
  color: #000;
  position: relative;
  z-index: 1;  
}

div.news_data{
  float: left;
  display: inline;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

div.detail_news_data{
  width: 10%;
  float: right;
  display: inline;
  font-size: 12px;
  color: #000;
  text-align: right; 
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

div.detail_wracaj {
 width: 100%;
}

div.detail_wracaj a {
  float: right;
  display: inline;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666!important;
  text-align: right; 
  text-decoration: none;
  outline: none;
}

a.news_wiecej{
  float: right;
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  text-align: right; 
  text-decoration: none;
  outline: none;

  margin-top: 10px;
}

a.news_wiecej:hover{
  color: #666;
  text-decoration: none;
}

div.detail_wracaj a:hover{
  text-decoration: underline;
 
}

.news_pagination {
  float: left;
  display: inline;
  margin: 10px 0 0 0;
  width: 100%;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  font-weight: bold;
 
}

.news_pagination a{
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

.news_pagination a:hover {
  text-decoration: underline;
 
}
/* Stylesheet: news_stylesheet Modified On 2012-05-22 11:30:20 */
.formularz {
float: left;
display: inline;
margin-left: 80px;
margin-top: 10px;
}

.g-recaptcha {
 margin-left: 140px;
 margin-top: 10px;
 float: left;
}

.formularz label{
	margin-top: 10px;
	line-height: 20px;
	width: 130px;
        margin-right: 10px;
	line-height: 20px;
	float: left;
	display: inline;
        text-align: right;
        clear: both;
        font: 12px Tahoma, sans-serif;
}

.formularz input{
	margin-top: 5px;
	width: 200px;
	float: left;
	display: inline;
        font: 12px Tahoma;
        color: #000;
        padding: 2px;
}

.formularz textarea{
	margin-top: 5px;
	width: 260px;
	height: 150px;
    float: left;
    display: inline;
        font: 12px Tahoma;
        color: #000;
        padding: 2px;
}

.formularz .submit input{
float: left;
display: inline;
clear: both;
margin-left: 140px;
margin-top: 10px;
width: 150px;
}

.error_message_c {
  float: left;
  display: inline;
  width: 260px;
  clear:both;
  font-size: 10px;
  font-family: Tahoma;
  margin-top: 2px;
  margin-bottom: 2px;
  color: red;
  margin-left: 140px;
  line-height: 1.5em;
}
/* Stylesheet: form_stylesheet Modified On 2017-01-05 12:09:49 */
.lewy_formularz {
 background: url("../../uploads/image/bg_form.jpg") no-repeat scroll 0 0 transparent;
 display: inline;
 float: left;
 margin-bottom: 10px;
 padding: 35px 10px 10px;
 width: 240px;
}

.lewy_formularz label {
 clear: both;
 foat: left;
 display: inline;
 margin-top: 5px;
 margin-right: 10px;
 line-height: 20px;
 width: 240px;
 text-align: left;
 font: 12px Tahoma, sans-serif;
}

.lewy_formularz input{
 float: left;
 display: inline;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 2px;
 width: 226px;
 font: 12px Tahoma, sans-serif;
}

.lewy_formularz textarea{
 float: left;
 display: inline;
 margin-top: 5px;
 padding: 2px;
 width: 226px;
 height: 150px;
 font: 12px Tahoma, sans-serif;
 overflow: auto;
}

.lewy_formularz .submit {
 display: inline;
 float: left;
 margin-left: 47px;
 margin-top: 5px;
}

.lewy_formularz .submit input{
 background-image: url("../../uploads/image/bg_submit.jpg");
 border: 0;
 color: #fff;
 height: 26px;
 outline: none;
 width: 134px;
 cursor: pointer;
}

.error_message{
  float: left;
  display: inline;
  width: 100%;
  clear:both;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  margin-top: 2px;
  margin-bottom: 2px;
  color: red;
  margin-left: 0px;
  line-height: 1.5em;
}
/* Stylesheet: left_form_stylesheet Modified On 2012-05-22 11:08:25 */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	float: right;
	display: inline;
	margin-top: 20px;
	margin-right: 35px;
	position: relative;
	width: 880px;
	height: 225px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
 font-family: Arial;
 font-size: 14px;
 text-align: center;
	bottom:0px;
	background: #A90E09;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
 text-align:center;
 position: absolute;
 top: 25px;
 right: 36px;
 z-index: 100;
}
.nivo-controlNav a {
 cursor:pointer;
 border: 1px solid #8e0000;
 background-color: #ccc;
 font-size: 0;
 width: 10px;
 height: 10px;
 float: left;
 margin-right: 3px;
}
.nivo-controlNav a.active {
 font-weight:bold;
 border: 1px solid #661215;
 background-color: #fffafd;
 font-size: 0;
}
/* Stylesheet: nivo_slider Modified On 2018-05-22 13:07:28 */
div#lang{
  float: right;
  margin: 23px 21px 0 0;
  width: 180px;
}

a.lang{
  float:left;
  margin-right:5px;
  border:1px solid lightgrey;
  margin-bottom: 5px;
}

a.lang:hover{
  border:1px solid grey;
}
/* Stylesheet: lang Modified On 2019-09-13 12:09:12 */
