body {
    font-family: "Fira Sans", sans-serif;
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 14px;
}
.c_clear {
    clear:both;
}
.c_plik_pdf {
    background: #00813b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.c_serwis_linia {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 4px solid #00813b;
}
#like-box {
	position: fixed;
	z-index: 99;
	width: 296px;
	top: 150px;  /* jego polozenie od gory */
	left: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box:hover {
	/*right: 0px;*/
}
.belt:hover  > #like-box {
	left: 0px;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
	top: -40px;
}

/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}

/* pasek z logo FB */
#like-box .belt {
	position: relative;
  z-index: 0;
  float: right;
  width: 40px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  right: -40px;
}


.c_oferta_menu {
  float: left;
  width: 20%;
  justify-content: flex-start;

}
.c_oferta_menu li {
  padding-left: 0px !important;
  list-style: none !important;
  background: #e6e6e6;
  margin-bottom: 5px;
}
.c_oferta_menu li a {
  display: block;
  padding: 5px 10px;
  border-bottom: 3px solid #e6e6e6;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_oferta_menu li a:hover {
  border-bottom: 3px solid #00813b;
}
.c_menu_active {
  background: #00813b;
  color: #fff !important;
  
}


.c_oferta_content {
  float: left;
  width: 76%;
  border-left: 3px solid #00813b; 
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c_oferta_content2 {
  padding-left: 8%;
}
.c_oferta_content2_left {
  width: 49%;
  padding-right: 1%;
  float: left;
}
.c_oferta_content2_right {
  width: 49%;
  padding-left: 1%;
  float: left;
}
#m_menu_kategorie {
    background: #00813b;  
}
#m_menu_kategorie_content {
    width: 95%;
    max-width: 1330px;
    margin-right: auto;
	margin-left: auto;
    padding: 15px 0px;
    text-align: center;
}
#m_menu_kategorie_content a {
    font-size: 16px; 
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_menu_kategorie_content a:hover {
    background: #005c2a;
}
.c_gallery_box {
    background: #f0f0f0;
    padding: 0px 10px;
    margin-top: 10px;
}
#m_all_top {
    position: fixed;
    width: 100%;
    z-index:5;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_all_content {
    padding-top: 210px;
}
.c_boxPodstrona {

}
#preview{
	position:absolute;
  z-index:500;
    border-radius: 5px;
	background:#cdcdcd;
	padding:5px;
	display:none;
	color:#00813b;
	}
.c_video {
  
}
.c_box_title {
  position: absolute;
  top: 48%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
#m_menu_contact_content {
    width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
}
.c_box_title_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
  background: url(index_06.png) no-repeat bottom left;
  padding-bottom: 30px;
}
.c_box_title_content h1 {
  font-size: 42px;
  padding: 0px;
  margin: 0px;
  text-shadow: 2px 2px 0px #000;
}
.c_box_title_content h2 {
  font-size: 25px;
  padding: 0px;
  margin: 0px;
  text-shadow: 2px 2px 0px #000;
}
.c_kategorie {
  margin: 15px 1%;
  color: #fff;
  width: 31%;
  float: left;
  height: 250px;
  background: #f7f7f7;
  border-bottom: 4px solid #cdcdcd;
}
.figure {
    width: 100%;
    max-height: 200px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    background: 
    #fff;
    overflow: hidden;
}
.hover_fx .figure img {
  width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover_fx .figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.c_kategorie_title {
  font-size: 16px;
  height: 45px;
  text-align: center;
  padding-top: 5px;
}

a.c_imgpreview {
  position: relative;
}

a.c_imgpreview img {
  position: absolute !important;
  opacity: 0;
  width: 200px;
  z-index: 300;
  left: 0px;
  top: 0px;
  transition: opacity .5s, top .5s;
}

a.c_imgpreview:hover img {
  opacity: 1;
  top: 25px;
}

.c_sciezka {
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
}
.c_sciezka a {
  color: #00813b;
  text-decoration: none; 
}
.c_sciezka a:hover {
  text-decoration: underline;
}
.c_oferta_left {
  width: 40%;
  float: left;
}
.c_oferta_right img {
  border: 1px solid #00813b;
  padding: 0;
  width: 96%;
}
.c_oferta_right {
  width: 59%;
  padding-left: 1%;
  float: left;
}
.c_boxFoto {
  text-align: center;
  padding: 0px;
  margin: 5px 1%;
  line-height:0px; 
  width: 18%;
  float: left;
}
.c_boxFoto a {
    line-height:0px;
}
.c_boxFoto img {
    border: 1px solid #00813b;
    width:100%;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari prior 9.0 */
    transform: scale(1,1);
}
.c_boxFoto img:hover {
    width:100%;
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari prior 9.0 */
    transform: scale(1.1,1.1);
}
#m_social {
  background: #2a2a2a;
  padding: 15px 0px;
}
#m_social_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
  text-align: center;
}
#m_social_content a {
  margin: 0px 5px;
}
#m_social_content img  {
  border: 2px solid #2a2a2a;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_social_content img:hover {
  border: 2px solid #00813b;
}  
#m_mapa {
  margin-top: 50px;
}
#m_mapa_content {
  width: 100%;
  margin-right: auto;
	margin-left: auto;
}
#m_kontakt {
  background: #000f09;
  padding: 30px 0px;
  color: #fff;
}
#m_kontakt_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
}
.c_kontakt_left {
    width: 30%;
    margin-right: 4%;
    float: left;
    padding-top: 40px;
}
.c_kontakt_right {
    width: 66%;
    float: left;
}
.c_kontakt h5 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #00813b;
}
.c_kontakt {
  width: 25%;
  margin: 0px;
  float: left;
  line-height: 24px;
}
.c_kontakt a {
  color: #fff;
  text-decoration: none;
}
#m_news {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
}
#m_news h2 {
  text-align: center;
  font-size: 30px;
  margin:50px 0px 20px;
  padding: 10px 0px;
  border-bottom: 2px solid #00813b;
}
.c_boxNews {
  padding: 0px 10px;
}
.c_boxNews h4 {
  font-size: 18px;
}
.c_boxNews_content {
  line-height: 24px;
}
.c_boxNews_link {
  margin: 30px 0px;
}
.c_boxNews_link a {
  border: 2px solid #00813b;
  padding: 10px 30px;
  text-decoration: none;
  color: #00813b;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_boxNews_link a:hover {
  background: #00813b;
   color: #fff;
}

#m_box3 {
  background: #f8f8f8;
  padding: 50px 0px;
}
#m_box3_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
}
#m_box3_content h1 {
  text-align: center;
  font-size: 30px;
  margin:0px;
  padding: 0px 0px 60px 0px;
}
.c_box3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 20px;
}
.c_box3_title {
  padding-top: 30px;
}
#m_box2 {
  background: #fff;
  padding: 50px 0px;
}
#m_box2_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
}
.c_box2 {
  width: 49%;
  float: left;
  margin: 5px 0.5%;
}
.c_box2_content iframe {
    border: 0px;
}
.c_box2_content {
  background: rgba(0,0,0,0.5);
  text-align: center;
  height: 100%;
  padding: 1px;
}
.c_box2_content2 {
  padding: 80px 0px;
  margin: 50px;
  line-height: 24px;
  border: 2px solid #00813b;
}
.c_box2_content h3 a {
  color: #fff;
  font-size: 30px;
  margin:0px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_box2_content h3 a:hover {
  color: #00813b;
}

.c_box2_b {
  width: 49%;
  float: left;
  margin: 5px 0.5%;
  background: #cdcdcd;
  text-align: center;
}
.c_box2_b_content2 {
  padding: 60px 0px;
  line-height: 24px;
}
.c_box2_b_content2 h4 {
  font-size: 30px; 
}
.c_box2_text {
  height: 80px;
  font-size: 18px;
  color: #000;
}
.c_box2_link a {
  text-decoration: none;
  color: #00813b;
  border: 1px solid #00813b;
  padding: 10px 30px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_box2_link a:hover {
  color: #fff;
  background: #00813b;
}
#m_produkt_r {
  background: #fff;
  padding: 80px 0px;
}
#m_produkt_r_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
}
.c_produkt_r_left {
  width: 38%;
  float: left;
  margin: 0px 1%;
}
.c_produkt_r_right {
  width: 60%;
  float: left;
  margin: 0px;
}
.c_produkt_r_right a {
  text-decoration: none;
  color: #000;
}
.c_produkt_r_content {
  font-size: 14px;
  line-height: 24px;
}

.c_kartaProduktu a {
  background: #e31e25;
  border: 1px solid #e31e25;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_kartaProduktu a:hover {
  color: #e31e25 !important;
  background: #fff;
}


#m_produkty {
  background: #f7f7f7;
  padding: 70px 0px;
}
#m_produkty_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
}
#m_produkty h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  background: url(index_03.png) repeat-x center;
  padding: 0px;
  margin: 0px;
}
#m_produkty h1 span {
  background: #f7f7f7;
  padding: 0px 30px;  
}
#m_produkty h4 {
  font-size: 18px;
  font-weight: normal;
  color: #5b5b5b;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
}
.c_produkty_kat {
  width: 31%;
  margin: 10px 1%;
  float: left;
  text-align: center;
}
.c_produkty_kat_img {
  border-bottom: 5px solid #cdcdcd;
  background: #fff;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_produkty_kat_img:hover {
  border-bottom: 5px solid #00813b;
  -webkit-box-shadow: 0px 0px 24px 0px #c2c2c2;
  -moz-box-shadow: 0px 0px 24px 0px #c2c2c2;
  box-shadow: 0px 0px 24px 0px #c2c2c2;
}
.c_produkty_kat_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.c_produkty_kat_img img {
  vertical-align: middle;
  max-width: 100%;
  padding: 15px 0px;
}
.c_produkty_kat_link {
  padding: 10px 0px;
  height: 65px;
}
.c_produkty_kat_link a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_produkty_kat_link a:hover {
  color: #00813b;
}
#m_video_content {
  width: 100%;
  height: 750px;
  background: rgba(0,0,0,0.4);
  position: relative;
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    margin-top: -15%;
    z-index: -1;
}
#m_video_coment {
    position: relative;
    top: 40%;
    right: 0;
    left: 0%;
    width: 100%;
    padding: 30px 0% 50px;
    text-align: center;
}
#m_video_coment h1 {
  color: #f4f4f4;
  font-size: 60px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 65px;
  text-shadow: 1px 1px 0px #000;
}
#m_video_coment h2 {
  color: #f4f4f4;
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-shadow: 1px 1px 0px #000;
}
.galeria {
  float: left;
  width: 23%;
  height: 193px;
  margin: 5px 1%;
  text-align: center;
  background: #f0f0f0;
}
.galeria img {
  max-width: 100%;
  max-height: 100%
}

.c_boxMain {
  margin: 0px 16px;
}
.c_boxMain img {
  width: 100%;
}
.c_boxMain_title {
  margin: 10px 0px;
  min-height:50px;
}
.c_boxMain_title a {
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 0px 20px 0px;
  background: #e10606;
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-decoration: none; 
}
.c_boxMain_title span {
  padding-left: 20px;
}
.c_boxMain_title a:hover {
  background: #f0f0f0;
  color: #666 !important;
}

.content2 a {
  color: #999;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.content2 a:hover {
	color: #2f353e;
}
#m_header {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #fff;
}
#m_header_str {
	width: 100%;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  z-index: 500;
  background: #fff;
}
#m_header_content, #m_main_content, #m_footer_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
	margin-left: auto;
}
#m_header_content {
  
}
#m_menu_contact {
  background: #000;
  color: #fff;  
}
#m_menu_contact a {
  color: #fff;
}
#menuLang {
  width: 30%;
  float: left;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin:10px 0px;
}
#menuLang a img {
  margin: 0px 1px;
  border: 1px solid #000;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#menuLang a img:hover {
  border: 1px solid #e41e3a;
}
#menuContact img {
  margin-bottom: -3px;
  margin-right: 6px;
}
#menuContact {
  width: 70%;
  float: left;
  text-align: right;
  padding-top: 10px;
  color: #fff;
}
#menuContact a {
  color: #fff;
  text-decoration: none;
}
#menuContact span {
  padding: 0px 10px;
}
.fluid_container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

#m_logo {
  width: 25%;
  float: left;
  padding: 20px 0%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_logo img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_menu {
  width: 75%;
  float: left;
  padding-top: 35px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_menuTop {
	
}

#m_main_all_str {
  color: #a2a2a2;
  background: #fff;
}
#m_main_all {
  color: #a2a2a2;
  background: #fff;
}
#m_boxMain {
  background: #323232 url(topBox.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   
}
#m_boxMain_content {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 24px;
}
#m_boxMain_content_left {
  width: 60%;
  float: left;
  padding-right: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#m_boxMain_content_right {
   width: 31%;
   padding: 30px 2%;
   background: #343434;
  float: left;
  margin-top: -35px;
  margin-bottom: -35px;
}
#m_boxMain_content h3, #m_boxMain_content h2 {
  margin: 0px;
  padding: 20px 0px;
  font-size: 30px;
}
#m_galeria {
  width: 95%;
    max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0px 30px;
}
#m_galeria h2 {
  font-size: 30px;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
}

#m_footer_all {
  background: #2a2a29;
}
#m_footer_content {
  padding: 0px;
  
}
#m_footer_link {
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
}
.c_webmaster a{
  color: #999797;
  text-decoration: none;
  padding: 0px 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; 
}
.c_webmaster a:hover, .c_privacy a:hover, #m_footer_dane a:hover {
  text-decoration: underline;
  color: #00813b;
}
.c_privacy a{
  color: #999797;
  text-decoration: none;
  padding: 0px 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

/* */
.toggleMenu {
    display:  none;
    background: #151616 url(index_07.png) no-repeat;
    background-position: 50% 50%;
    padding: 15px 3%;
    margin: 0px;
    width: 40px;
    color: #fff;
    z-index: 100;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.toggleMenu:hover {
   background: #E41E3A url(index_07.png) no-repeat;
   background-position: 50% 50%;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100; 
    text-align: center;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  float: right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
    z-index: 100; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    z-index: 100;
    padding: 0px;
    background: #fff;
}
.nav a {
    padding: 10px 10px;
    color:#000;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.nav a:hover {
  background: #e10606;
  color: #fff;
  z-index: 100;
}
.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
    background: bottom center url("downArrow.png") no-repeat;  
}
.nav > li > .parent:hover {
    background: #e10606 bottom center url("downArrow.png") no-repeat;  
}
.nav > li > a {
    display: block;  
}
.nav li  ul {
    position: absolute;
    left: -9999px; 
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    color: #767676;
    padding: 10px;
    margin-left: 0px;   
    position: relative;
    z-index:100;
    width: 250px;
}
.nav li li a:hover {
    background: #9c9d9d;
    color: #fff;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .active {
        display: block; 
    }
    .nav {
    float: none;
    background: #151616; 
    position: absolute;
    width: 95%;
    left: 2.5%;
    }
    .nav a {
        padding: 10px 0px;
        color:#9c9d9d;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-top: 1px solid #444;
        width: 100%;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .nav a:hover { 
        color: #fff;
        background: #E41E3A;
    }
    .nav li li a {
      width: 100%;
      padding: 10px 0px;
      border-top: 1px solid #000;
    }
    .nav li li a:hover {
      padding: 10px 0px;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%;
        -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }

}
.c_news_date {
  width: 6%;
  float: left;
}
.c_day {
  text-align: center;
  background: #00813b;
  font-size: 36px;
  font-weight: bold;
  color: #dedede;
  padding-top: 3px;
}
.c_month {
  text-align: center;
  background: #00813b;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px;
}
.c_year {
  text-align: center;
  background: #2f353e;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 3px 0px;
}
.c_news_content {
  width: 86%;
  float: left;
  padding: 1% 4%;
  border-top: 1px solid #e8e7e7;
}
.c_news_content img {
  float: left;
  border: 1px solid #c8c8c8;
  margin-right: 20px;
}
.content {
  padding: 20px 0px 60px 0px;
}
.content2 {
	padding: 0px 15px;
	color: #565656;
  line-height: 24px;
} 
.content h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  background: url(index_03.png) repeat-x bottom;
  padding: 20px 0px;
  margin: 0px;
}
.content h4 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 20px 0px;
  margin: 0px;
}
.content h4 span {
    background:#f0f0f0;
    padding: 0px 30px;
}
.content h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  background: url(index_03.png) repeat-x center;
  padding: 20px 0px;
  margin: 0px;
}
.content h3 span {
    background:#f0f0f0;
    padding: 0px 30px;
}
.content h1 span {
    background:#fff;
    padding: 0px 30px;
}
.content h1 {
  font-size: 30px;
  color:#000;
  font-weight: bold;
  background: url(index_03.png) repeat-x center;
  padding: 20px 0px;
  margin: 0px;
}
.content h5 {
  color: #009fe3;
  font-size: 40px;
  margin: 10px 0px 15px 0px;
  padding: 0px;
  font-weight: bold;
  line-height: 40px;
}
.content h4 {
  color: #353535;;
  font-size: 25px;
  margin: 10px 0px 15px 0px;
  padding: 0px;
  font-weight: normal;
}
.content h4 a {
  text-decoration: none;
  color: #000;
}
.button {
	background-color: #999999;
	border: 1px solid #999999;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	padding: 10px 20px;
	border-radius: 10px;
}
.button:hover {
	background-color: #666666;
	color: #fff;
}
.szuk {
	width: 95%;
	max-width: 480px;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 13px;
	color: #333333;
	padding: 5px;
}
.textarea {
	width: 95%;
	max-width: 480px;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 13px;
	color: #333333;
	padding: 5px;
}
.captcha {
	width: 120px;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 10px;
	color: #333333;
	padding: 5px;
}
.captchaimg {
	margin-left: 4px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
} 

.inp {
  width: 160px;
  border: 2px solid #000;
  color: #666;
  padding: 3px;
  margin: 3px;
}

#cookie-info-layer{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 1px 1px 4px #aaa;
    padding: 20px;
    width: 480px;

    font-size: 12px;
    color: #7a7a7a;
    line-height: 19px;
    text-align: justify;
    font-family: Arial;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cookie-info-layer a{
    text-decoration: underline;
    color: #7a7a7a;
}
#cookie-info-layer .cookie-info-close{
    float: right;
    display: inline-block;
    background-color: #151616;
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:100px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('index_05.png') no-repeat;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.scrollup:hover {
   opacity:0.7;
}
img {
	max-width: 100%;
}
.responsywny-box-mapa {
  position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsywny-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsywny {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsywny iframe,
.responsywny-box iframe,   
.responsywny-box object,  
.responsywny-box embed, .responsywny-box-mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c_content_left_column, .c_content_right_column {
  width: 48%;
  padding: 1%;
  float: left;
}
.c_content_left {
  width: 59%;
  padding-right: 10%;
  float: left;
}
.c_content_right {
  width: 29%;
  padding-left: 1%;
  float: left;
}
.content2 ul li, .tab-content ul li {
    list-style-image: url(index_14.png);
    padding-left: 20px;
}
.c_serwis {
  margin-bottom: 50px;
  line-height: 24px;
  color: #515151;
}
.c_serwis_left {
  width: 55%;
  float: left;
}
.c_serwis_right {
  width: 40%;
  float: left;
  margin-left: 5%;
}
.container {
width: 95%;
    max-width: 1330px;
margin-right: auto;
margin-left: auto;
}

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
      text-align: center;
      background: #fff;
		}
		ul.tabs li{
			background: none;
			color: #222;
      border: 1px solid #00813b;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #00813b;
			color: #fff;
		}

		.tab-content{
			display: none;
			padding: 15px;
      margin-top:-1px;
		}

		.tab-content.current{
			display: inherit;
      border-top: 1px solid #00813b;
		}


@media only screen and (max-width: 620px) {
.c_content_left_column, .c_content_right_column {
  width: 90%;
  padding: 5%;
  float: none;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1650px) {
    #myVideo {
    width: 100%;
    margin-top: -33%;
  }
  #m_video_content {
    height: 670px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1499px) {
    #myVideo {
    width: 100%;
    margin-top: -14%;
  }
  #m_video_content {
    height: 670px;
  }
  #m_video_coment {
    left: 50%;
    width: 40%;
    }
    #m_video_coment h1 {
    font-size: 40px;
    line-height: 45px;
    }
    #m_video_coment h2 {
    font-size: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
   #myVideo {
    width: 100%;
    margin-top: -18%;
  }
  #m_video_content {
    height: 550px;
  } 
  #m_video_coment {
    top: 45%;
    left: 50%;
    width: 40%;
    }
    #m_video_coment h1 {
    font-size: 40px;
    line-height: 45px;
    }
    #m_video_coment h2 {
    font-size: 30px;
    }
    .c_oferta_menu {
  	width: 15%;
  	}
}
@media only screen and (min-width: 960px) and (max-width: 1023px) { 
   #myVideo {
    width: 100%;
    margin-top: -20%;
  }
  #m_video_content {
    height: 500px;
  } 
  #m_video_coment {
    top: 45%;
    left: 50%;
    width: 40%;
    }
    #m_video_coment h1 {
    font-size: 35px;
    line-height: 45px;
    }
    #m_video_coment h2 {
    font-size: 28px;
    } 
     .c_oferta_menu {
  	width: 15%;
  	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
   #myVideo {
    width: 100%;
    margin-top: -33%;
  }
  #m_video_content {
    height: 420px;
  } 
  #m_video_coment {
    top: 25%;
    left: 50%;
    width: 40%;
    }
    #m_video_coment h1 {
    font-size: 40px;
    line-height: 45px;
    }
    #m_video_coment h2 {
    font-size: 30px;
    }  
    #m_logo {
    width: 50%;
    }
    #m_menu {
    width: 50%;
    }
    .c_kategorie {
    width: 48%;
    }
    .c_oferta_left {
    width: 100%;
    }
    .c_oferta_right {
    width: 100%;
    padding-left: 0%;
    }
    .responsywny-box-mapa {
    padding-bottom: 40%;
    }  
     #m_all_top {
    position: absolute;
    }
    
    .c_oferta_menu {
  width: 100%;
  padding-left: 0px;
  }
  .c_oferta_menu li {
  display: inline-block;
  }
  .c_oferta_content {
  float: left;
  width: 100%;
  border-left: 0px;
  }
 .c_oferta_content2 {
  padding-left: 0%;
}
#m_menu_kategorie_content a {
  padding: 10px 15px;
  }
    
  .scrollup {
    bottom: 10px;
    right: 10px;
    }    
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
   #myVideo {
    width: 100%;
    margin-top: -22%;
  }
  #m_video_content {
    height: 330px;
  } 
  #m_video_coment {
    top: 25%;
    left: 50%;
    width: 40%;
    padding: 20px 5% 20px;
    }
    #m_video_coment h1 {
    font-size: 30px;
    line-height: 35px;
    }
    #m_video_coment h2 {
    font-size: 20px;
    }  
    #m_logo {
    width: 50%;
    }
    #m_menu {
    width: 50%;
    }
    .c_kategorie {
    width: 48%;
    }
    .c_oferta_left {
    width: 100%;
    }
    .c_oferta_right {
    width: 100%;
    padding-left: 0%;
    }

    .c_produkty_kat {
    width: 48%;
    }
    .c_produkt_r_left {
    width: 98%;
    }
    .c_produkt_r_right {
    width: 100%;
    }
    .c_box2, .c_box2_b {
    width: 100%;
    float: left;
    margin: 5px 0%;
    }
    .responsywny-box-mapa {
    padding-bottom: 60%;
    }
    .c_kontakt_left {
    width: 100%;
    margin-right: 0%;
    text-align: center;
    }
    .c_kontakt_right {
    width: 100%;
    }
     #m_all_top {
    position: absolute;
    }
    
    .scrollup {
    bottom: 10px;
    right: 10px;
    } 
    .c_news_date {
    width: 11%
    } 
    .c_news_content {
    width: 81%;
    }   
    
    
    
    
    .c_oferta_menu {
  width: 100%;
  padding-left: 0px;
  }
  .c_oferta_menu li {
  display: inline-block;
  }
  .c_oferta_content {
  float: left;
  width: 100%;
  border-left: 0px;
  }
 .c_oferta_content2 {
  padding-left: 0%;
}
#m_menu_kategorie_content a {
  padding: 10px;
  font-size: 14px;
  }
    
}
@media only screen and (min-width: 540px) and (max-width: 599px) { 
   #myVideo {
    width: 100%;
    margin-top: -30%;
  }
  #m_video_content {
    height: 300px;
  } 
  #m_video_coment {
    top: 25%;
    left: 50%;
    width: 40%;
    padding: 20px 5% 20px;
    }
    #m_video_coment h1 {
    font-size: 30px;
    line-height: 35px;
    }
    #m_video_coment h2 {
    font-size: 20px;
    }  
    #m_logo {
    width: 50%;
    }
    #m_menu {
    width: 50%;
    }
    .c_kategorie {
    width: 48%;
    }
    .c_oferta_left {
    width: 100%;
    }
    .c_oferta_right {
    width: 100%;
    padding-left: 0%;
    }
    .c_produkty_kat {
    width: 48%;
    }
    .c_produkt_r_left {
    width: 98%;
    }
    .c_produkt_r_right {
    width: 100%;
    }
    .c_box2, .c_box2_b {
    width: 100%;
    float: left;
    margin: 5px 0%;
    }
    .responsywny-box-mapa {
    padding-bottom: 60%;
    }
    .c_kontakt_left {
    width: 100%;
    margin-right: 0%;
    text-align: center;
    }
    .c_kontakt_right {
    width: 100%;
    }
     #m_all_top {
    position: absolute;
    }
  
#cookie-info-layer{
    padding: 5%;
    width: 80%;
}
.scrollup {
    bottom: 10px;
    right: 10px;
    }
    .c_news_date {
    width: 11%
    } 
    .c_news_content {
    width: 81%;
    }   
    
    
    
    
    
    .c_oferta_menu {
  width: 100%;
  padding-left: 0px;
  }
  .c_oferta_menu li {
  display: inline-block;
  }
  .c_oferta_content {
  float: left;
  width: 100%;
  border-left: 0px;
  }
 .c_oferta_content2 {
  padding-left: 0%;
}
#m_menu_kategorie_content a {
  padding: 10px;
  font-size: 12px;
  }
  .c_serwis_left {
  width: 100%;
}
.c_serwis_right {
  width: 100%;
  margin-left: 0%;
  }
  .c_oferta_content2_left {
  width: 100%;
  padding-right: 0%;
  }
  .c_oferta_content2_right {
  width: 100%;
  padding-left: 0%;
  }
  .c_boxFoto {
  width: 31%;
  }
  
  
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
   #myVideo {
    width: 100%;
    margin-top: -25%;
  }
  #m_video_content {
    height: 250px;
  } 
  #m_video_coment {
    top: 25%;
    left: 50%;
    width: 40%;
    padding: 20px 5% 20px;
    }
    #m_video_coment h1 {
    font-size: 20px;
    line-height: 25px;
    }
    #m_video_coment h2 {
    font-size: 14px;
    }  
    #m_logo {
    width: 50%;
    }
    #m_menu {
    width: 50%;
    }
    .c_kategorie {
    width: 48%;
    }
    .c_oferta_left {
    width: 100%;
    }
    .c_oferta_right {
    width: 100%;
    padding-left: 0%;
    }
    .c_produkty_kat {
    width: 48%;
    }
    .c_produkt_r_left {
    width: 98%;
    }
    .c_produkt_r_right {
    width: 100%;
    }
    .c_box2, .c_box2_b {
    width: 100%;
    float: left;
    margin: 5px 0%;
    }
    .responsywny-box-mapa {
    padding-bottom: 60%;
    }
    .c_kontakt_left {
    width: 100%;
    margin-right: 0%;
    text-align: center;
    }
    .c_kontakt_right {
    width: 100%;
    }
    .c_kontakt {
    width: 50%;
    }
     #m_all_top {
    position: absolute;
    }
    
#cookie-info-layer{
    padding: 5%;
    width: 80%;
}
.scrollup {
    bottom: 10px;
    right: 10px;
    }
     .c_news_date {
    width: 11%
    } 
    .c_news_content {
    width: 81%;
    }  
    
    
    .c_oferta_menu {
  width: 100%;
  padding-left: 0px;
  }
  .c_oferta_menu li {
  display: inline-block;
  }
  .c_oferta_content {
  float: left;
  width: 100%;
  border-left: 0px;
  }
 .c_oferta_content2 {
  padding-left: 0%;
}
#m_menu_kategorie_content a {
  padding: 10px;
  font-size: 12px;
  }
  .c_serwis_left {
  width: 100%;
}
.c_serwis_right {
  width: 100%;
  margin-left: 0%;
  }
  .c_oferta_content2_left {
  width: 100%;
  padding-right: 0%;
  }
  .c_oferta_content2_right {
  width: 100%;
  padding-left: 0%;
  }
  .c_boxFoto {
  width: 31%;
  }
  #m_menu_kategorie {
  display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
   #myVideo {
    width: 100%;
    margin-top: -40%;
  }
  #m_video_content {
    height: 170px;
  } 
  #m_video_coment {
    top: 25%;
    left: 50%;
    width: 40%;
    padding: 20px 5% 20px;
    }
    #m_video_coment h1 {
    font-size: 18px;
    line-height: 20px;
    }
    #m_video_coment h2 {
    font-size: 14px;
    }  
    #m_logo {
    width: 50%;
    }
    #m_menu {
    width: 50%;
    }
    .c_kategorie {
    width: 98%;
    }
    .c_oferta_left {
    width: 100%;
    }
    .c_oferta_right {
    width: 100%;
    padding-left: 0%;
    }
    .c_produkty_kat {
    width: 48%;
    }
    .c_produkt_r_left {
    width: 98%;
    }
    .c_produkt_r_right {
    width: 100%;
    }
    .c_box2, .c_box2_b {
    width: 100%;
    float: left;
    margin: 5px 0%;
    }
    .responsywny-box-mapa {
    padding-bottom: 90%;
    }
    .c_kontakt_left {
    width: 100%;
    margin-right: 0%;
    text-align: center;
    }
    .c_kontakt_right {
    width: 100%;
    }
    .c_kontakt {
    width: 50%;
    }
    .c_kontakt_mail {
        display: none;
    }
    #menuContact {
    width: 55%;
    }
    #menuLang {
    width: 45%;
    }
    .c_produkty_kat_img {
    height: 150px;
    }
    .c_box2_content h3 a {
    font-size: 24px;
    }
     #m_all_top {
    position: absolute;
    }
    
    
    .c_oferta_menu {
  width: 100%;
  padding-left: 0px;
  }
  .c_oferta_menu li {
  display: inline-block;
  }
  .c_oferta_content {
  float: left;
  width: 100%;
  border-left: 0px;
  }
 .c_oferta_content2 {
  padding-left: 0%;
}
#m_menu_kategorie_content a {
  padding: 10px;
  font-size: 12px;
  }
  .c_serwis_left {
  width: 100%;
}
.c_serwis_right {
  width: 100%;
  margin-left: 0%;
  }
  .c_oferta_content2_left {
  width: 100%;
  padding-right: 0%;
  }
  .c_oferta_content2_right {
  width: 100%;
  padding-left: 0%;
  }
  .c_boxFoto {
  width: 48%;
  }
  #m_menu_kategorie {
  display: none;
  }
  .content h1 {
  font-size: 24px;
  }
  .content h1 span {
  padding: 0px 10px;
  }
    
    
#cookie-info-layer{
    padding: 5%;
    width: 80%;
}


.scrollup {
    bottom: 10px;
    right: 10px;
    }
     .c_news_date {
    width: 18%
    } 
    .c_news_content {
    width: 74%;
    } 
}


