@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v4/fVu1p3782bqS2z-CaJvp9vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/notoserif/v4/fVu1p3782bqS2z-CaJvp9hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPa9pE_tb3z3xWksRrNuit-E.woff2) format('woff2'), url(https://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPUnwhEOjQ2CQgMjdTKA0dzI.woff) format('woff');
}

 body {
   /* font-family:Arial, Helvetica, Tahoma, Sans-serif; */
   font-family:'Noto Serif', Georgia, 'Times New Roman';
   font-weight:normal; font-size:18px; color:#000;
   background-color:#fff;
 }
 h1 {
   position:relative; margin:0px 0 20px 0; padding-top:0px;
   font-family:'Noto Serif', Georgia, 'Times New Roman'; font-weight:normal; font-size:3em;
   text-align:center; 
 }
 article > h1 {
   padding-top:40px;
 }
 article > h1 a {
   color:#cc0000;
 }
 article > h1 a:hover {
   text-decoration:none;
 }
 div + h1 {
   padding-top:0px;
 }
 h2 {
   margin-top:16px; margin-bottom:10px; padding:0; padding-bottom:6px;
   font-family:'Noto Serif', Georgia, 'Times New Roman'; font-size:1.8em; font-weight:normal; line-height:120%; color:#ff3333;
 }
 article > h2 {
   margin-top:40px;
 }
 
 h3 {
   margin-top:1.2em; margin-bottom:0;
   font-family:'Noto Serif', Georgia, 'Times New Roman'; font-size:1.2em; font-weight:bold; line-height:120%; color:#444;
 }
 h4 {
   margin:0; padding:0;
   margin-top:10px;
   color:#444; font-size:1.2em;
 }
 
 p {
   margin:14px 0;
   font-size:1em;
   line-height:130%;
 }
 
 a {
   color:#0000ff;
   text-decoration:none;
 }
 
 a:hover {
   color:#ff3333;
   text-decoration:underline;
 }
 a:focus {
   outline:2px dotted red;
 }
 
 p.loc_links {
   text-align:right; padding:6px 0 0 0; margin:0;
 }
 p.loc_links a {
   display:inline-block; padding:0px 6px; background-color:#ddd; border-radius:4px;
   font-family:Tahoma, sans-serif; font-size:12px; line-height:22px;
 }
 p.loc_links a.gml {
   padding:0; background:none; color:#fff;
 }
 p.loc_links a.gml:after {
   content:"|";
 }
 p.loc_links a.gml img {
   display:block; float:left; margin:0;
 }
 
 p.loc_links a.wybory_2018 {
   color:#fff; background:#cc0000; font-weight:bold;
 }
 
 .clear {
   clear:both; height:1px;
 }
 h2.tge {
   clear:left; padding-top:15px; border-top:1px solid red;
 }
 img.tge {
   float:left; margin-right:20px; margin-bottom:15px;
 }
 
 address {
   font-size:13px;
 }
 
 code {
   border:1px solid red;
 }
 
 blockquote {
   border:0px solid red;
   position:relative; margin:40px 0; padding: 0 90px;
   font-weight:700; font-style:italic; text-align:left;
 }
 blockquote:before {
   content: ",,";
   position:absolute; top:-42px; left:30px;
   font-size:110px; font-weight:700; line-height:20px; color:#cc0000;
   letter-spacing:-8px;
 }
 
 div.adm_info {
   position:relative; padding:10px 20px 20px 20px; background-color:#cc0000; color:#fff;
   box-shadow:0 0 6px #000; z-index:3;
 }
 div.adm_info ul {
   list-style:none; margin:0; padding:0;
 }
 div.adm_info a {
   color:#fff; display:block; padding:4px 8px; margin-bottom:4px;
   background-color:#990000;
 }
 div.adm_info a:hover {
   background-color:red;
 }
 a.ims_txt {
   display:block; padding:10px 15px;
   background-color:#fff; color:#3366ff !important; text-align:center;
   border:1px solid #ccc;
 }
 /* .ims_txt p, div.ims_txt a {
   color:#3366ff;
 } */
 
 
 .hljs {
   display: block; padding: 0.5em;
   background: red;
 }

 a.btn {
   display:block; width:125px;
   float:right;
 }
 
 h4.wyniki {
   margin:40px 0 10px 0;
   text-align:center; font-size:1em; font-family:Tahoma, Arial, Sans-serif; font-weight:normal;
 }
 table.tpl_table_wyniki {
   width:100%; padding:0px; border:0px solid #ccc;
   font-family:Tahoma, Arial, Sans-serif; font-size:0.8em;
   border-collapse: separate;
   border-spacing: 0px 0px;
 }
 table.tpl_table_wyniki th {
   padding:6px; cursor:pointer;
   background-color:#ff3333; color:#fff; font-weight:normal; text-align:left;
   border:0; /* border-top:1px solid #222; */
 }
 table.tpl_table_wyniki td {
   color:#333; padding:6px;
   background:none; border-bottom:1px solid #ccc;
 }
 
 table.tpl_table_wyniki tr {
   background-color:#fff;
 }
 
 #redakcja_tel {
   display:block; margin:10px 0; padding:15px 5px 15px 60px;
   font-family:Tahoma, Arial, Sans-serif;
   line-height:20px; font-size:1.6em; /* font-weight:bold; */ color:#cc0000;
   background:url(images/ico_gorzow24.png) left -335px #fff no-repeat;
   /* border-radius:4px; opacity:0.6; */
 }
 
 #page_footer_in {
   position:relative; margin:0 auto; width:1200px; padding-top:0; padding-bottom:25px;
   text-align:left; color:#333; border:0px solid red;
 }
 #page_footer_in #redakcja, #page_footer_in #praca {
   position:absolute; top:-24px; z-index:33; font-size:10px; line-height:10px; letter-spacing:5px; background-color:#000; padding:6px 1px 6px 6px; margin:0;
   border-radius:3px;
 }
 #page_footer_in #praca {
   right:72px; top:-24px;
   padding:6px 12px 10px 12px; letter-spacing:0px;
 }
 #page_footer_in a.edit {
   margin-top:-30px;
 }
 
 #page_footer_in #ico_top {
   display:block; position:absolute; 
   width:64px; height:64px; background:url('images/icons/ico_top.png') #fff;
   right:8px; top:-30px; z-index:2; border-radius:50%;
   box-shadow: 0 -3px 3px #ccc inset;
 }
 #page_footer_in p, #page_footer_in a {
   color:#ccc;
 }
 
 #page_footer_in ul.zespol {
   position:absolute; top:-6px; max-width:380px; 
   list-style-type:none; padding:0px 3px 6px 6px; margin:0; 
   color:#ccc; background-color:#000;
   box-shadow: 0px 0px 2px #ccc; z-index:33;
 }
 #page_footer_in ul.zespol li {
   display:inline-block; margin:6px 3px 0px 0px;
 }
 #page_footer_in #dne {
   border:1px solid red; display:inline;
 }
 #page_footer_in div.red {
   position:absolute; display:none; top:-150px; z-index:32;
   color:#ccc; clear:left; max-height:146px; width:368px; 
   padding-top:10px; padding-bottom:0px; background-color:#000;
   box-shadow: 0px -1px 2px #555; font-size:0.8em;
 }
 
 #page_footer_in div.red img {
   width: 150px; height: 150px; float: left; margin-right:12px; margin-top:-10px;
 }
 
 #page_footer_in ul li {
   opacity:0.7;
 }
 #page_footer_in ul li.active, #page_footer_in ul li:hover {
   opacity:1;
 }
 #page_footer_in ul li a {
   display:block; width:50px; height:50px; border:1px solid #fff; 
 }
 #page_footer_in ul a.oziewicz {
   background-image:url('images/zespol/adam-oziewicz-50.jpg');
 }
 #page_footer_in ul a.gorecki {
   background-image:url('images/zespol/filip-gorecki-50.jpg');
 }
 #page_footer_in ul a.marciniak {
   background-image:url('images/zespol/damian-marciniak-50.jpg');
 }
 #page_footer_in ul a.wiszniewski {
   background-image:url('images/zespol/piotr-wiszniewski-50.jpg');
 }
 #page_footer_in ul a.pluta {
   background-image:url('images/zespol/bartlomiej-pluta-50.jpg');
 }
 #page_footer_in ul a.siuba {
   background-image:url('images/zespol/radoslaw-siuba-50.jpg');
 }
 #page_footer_in ul a.kapuscinski {
   background-image:url('images/zespol/michal-kapuscinski-50.jpg');
 }
 #page_footer_in p.footer_right {
   clear:both; width:100%; text-align:center;
   padding-top:65px; font-size:0.8em;
 }
 
 a.made_by_opty {
   float:left;
 }
 
 a.pracuj_pl {
   display:block; overflow:hidden; /* clear:both !important; */ width:110px; height:25px !important; padding:0 0 0 102px !important; color:#666 !important; text-decoration:none !important; font-size:10px !important; line-height:25px !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; background-color:transparent !important;
   background:url("images/icons/pracuj_pl.png") 0 0 no-repeat;
   transition: all 0.4s ease;
   float:right;
 }
 a.pracuj_pl:hover {
   text-decoration:none !important;
 }
 a.pracuj_pl:before {
   content: "- PARTNER SERWISU";
 }
 
 #page_footer_in:after {
   content: "";
   clear:both; display:block; height:20px;
 }
 
 #zlwidget .zlw {
   max-width: 70%;
 }
 
 /* NOTE: 1200
 */
 @media only screen and (max-width: 1200px) {
   a.tel_red {
     width:0px; overflow:hidden;
   }
   #news_cat_menu_cont {
     width:100%; top:0; left:0; margin:0;
   }
   /* #ims_over {
     display:none;
   } */
   #sidebar, #content {
     width:100%; clear:both; margin:0;
   }
   
   #sidebar #news_most_comm_displ a.news {
     min-height:68px;
   }
   #sidebar #news_most_comm_displ a.news img {
     display:block; max-width:68px; min-height:68px;
   }
   .cont, #today {
     width:96%;
   }
   .cont div.news {
     width:100%; padding:0 2%; clear:both; float:none;
   }
   .cont_left {
     width:100%;
   }
   
   div.cont_right {
     clear:both;
   }
   
   /* baner na dole */
   div.cont_left div.ba {
     display:none;
   }
   div.ba_bottom {
     display:block; width:100%;
   }
   
   
   #sidebar #news_most_comm_displ a.news {
     min-height:30px;
   }
   #sidebar #news_most_comm_displ a.news img {
     display:none;
   }
   
   div.news_cat_header, div.news_cat_header.first {
     width:100%;
   }
   
   div.cont #page_right, div.cont div.cont_right, div.cont div.news {
     padding:0; clear:both; float:none; margin:0 auto;
     /* border:1px solid red; */
   }
   
   #nav_menu_mini li a {
     font-size:1.1em;
   }
   
   a.RSS {
     display:block; position:absolute; right:0px; top:18px; width:32px; height:32px;
     background-image:url('images/ico_gorzow24.png'); transition: all 0.3s ease-out;
     background-position:0px -576px; z-index:3; margin:0;
   }
   
   /* submenu grup newsów - pierwsza (jak normalne z grupy) */
   div.cont_left.first ul.news_cat_menu_sub {
     margin:0; padding:0; list-style:none;
     position:absolute; right:50px; top:20px; z-index:2;
   }
   div.cont_left.first ul.news_cat_menu_sub li {
     float:left; position:relative; margin-left:4px; border:0;
   }
   div.cont_left.first ul.news_cat_menu_sub li a {
     padding:6px; font-size:0.8em; font-family:Tahoma, Arial, Sans-serif;
     /* border-right:1px solid #ccc; */
     background-color:#eee; border-radius:4px;
   }
   div.cont_left.first ul.news_cat_menu_sub li.curr {
     display:none;
   }
   /* sub */
   div.cont_left.first ul.news_cat_menu_sub li:hover ul {
     display:block;
   }
   div.cont_left.first ul.news_cat_menu_sub ul {
     display:none; position:absolute; margin-top:6px; min-width:120px; left:0; /* right:auto; top:auto; */ z-index:4;
     background-color:#eee; /* border-radius:4px; box-shadow:0 4px 4px #ccc; */
     /* border-bottom-left-radius:4px;
     border-bottom-right-radius:4px; */
     /* box-shadow:0 4px 4px #555; */
   }
   div.cont_left.first ul.news_cat_menu_sub ul li {
     float:none; margin:2px;
   }
   div.cont_left.first ul.news_cat_menu_sub ul li a {
     padding:4px; border:0; background-color:#ccc;
   }
   
   a.curr_news img {
     display:block;
     margin:0 auto;
   }
   
   #gal_pictures div.gal_pic {
     width:24.0%;
   }
   
   #page_footer_in {
     width:100%;
   }
   a.made_by_opty {
     margin-left:2%;
   }
 }
 /* NOTE: 930
 */
 @media only screen and (max-width: 930px) {
   img {
	    max-width:100%;
	  }
	  h1 {
	    /* margin-top:80px; */
	  }
	  a.tel_red {
     width:130px; overflow:hidden;
   }
	  /* menu grup newsów */
	  div.news_cat_header div.cont_left.first h2 a.news_cat_name {
	    margin-right:60px;
	  }
   #menu_mini_btn {
     display:block; position:absolute; right:0px; top:10px; z-index:9;
   }
   /*#top_bar*/ #news_cat_menu li span.sub {
     display:block;
   }
   
   #search_mini_btn {
     right:50px;
   }
   #news_cat_menu_cont {
     position:absolute; z-index:200; top:45px;
   }
   /*#top_bar*/ #news_cat_menu {
     display:none; /* position:absolute;  */margin:0 0 0 0; width:280px;
     background-color:#333; box-shadow:-1px 1px 8px #555;
   }
   
   /*#top_bar*/ #news_cat_menu li:hover ul, /*#top_bar*/ #news_cat_menu ul li:hover ul {
     display:none;
   }
   /*#top_bar*/ #news_cat_menu ul {
     display:block; display:none; position:relative; border-radius:0; box-shadow:none;
     
   }
   /*#top_bar*/ #news_cat_menu li:hover ul, /*#top_bar*/ #news_cat_menu ul li:hover ul {
     display:none;
   }
   
   /*#top_bar*/ #news_cat_menu, /*#top_bar*/ #news_cat_menu ul {
     margin:0; padding:0; list-style:none;
   }
   
   /*#top_bar*/ #news_cat_menu li, /*#top_bar*/ #news_cat_menu ul li {
     border-top:1px solid #555; float:none;
   }
   /*#top_bar*/ #news_cat_menu li a, /*#top_bar*/ #news_cat_menu ul li a {
     display:block; padding:20px; font-family:Tahoma, Arial, Sans-serif; 
     font-size:1.4em; color:#ccc;
     border-radius:0;
   }
   
   /*#top_bar*/ #news_cat_menu li a:hover, /*#top_bar*/ #news_cat_menu li:hover a {
     background-color:#444;
   }
   /*#top_bar*/ #news_cat_menu ul li a {
     padding-left:25px; background-color:#444; 
   }
   /*#top_bar*/ #news_cat_menu ul li a:hover {
     background-color:#666;
   }
	  
   /*#top_bar*/ #news_cat_menu ul ul {
     background-color:#444; padding:0;
   }
   /*#top_bar*/ #news_cat_menu ul ul li a {
     padding-left:40px; background-color:#444;
   }
   
	  #content h1 {
	    /* margin-top:20px; */
	  }
   
   .cont_left, .cont_left_w {
     width:100%; /* clear:both; float:none; */ margin:0 auto;
   }
   .cont_right, .cont_right_w {
     width:100%; /* clear:both; float:none; */ margin:0 auto;
   }
	  
	  img.baner {
     position:relative;
   }
   
 }
 
 /* NOTE: 800
 */
 @media only screen and (max-width: 800px) {
   .cont {
     width:92%;
   }
   div.cont article div.ba {
     margin-left:0;
   }
   div.cont_left a.sub_menu_btn {
     display:block; right:40px;
   }
   
   div.share_btn_top {
     width:100%; text-align:justify; margin-bottom:0px;
   }
   div.share_btn_top:after {
     content: " "; width:90%; font-size:1px; line-height:1px; display:inline-block;
     border:0px solid red; margin:0;
   }
   div.share_btn_top a {
     width:41%;
   }
   
   /* #search_form_top {
     padding-top:20px;
     background-color:#000; border:none;
     top:50px; right:0px; width:100%;
     z-index:1;
     box-shadow: 0px 1px 8px #000;
   }
   #search_form_top input[type='text'] {
     background-color:#ccc; width:87%; height:16px; margin:10px; margin-top:0; margin-right:0;
     border:1px solid #000;
     border-radius:3px;
     box-shadow: 1px 1px 3px #000 inset;
   } */
   #search_form_top input[type='text']:focus {
     /* border:1px solid red; */
   }
   /* #search_form_top input[type='submit'] {
     background-color:#ccc; width:45px; height:30px; margin:10px; margin-top:0; margin-right:8px;
     border:1px solid #666; border-left:none;
     border-radius:3px; position:absolute; right:0;
     background-image:url(images/icons/rwd_icons.png);
     background-position:0px -35px;
     background-repeat:no-repeat;
   } */
   
   #nav_menu_mini {
     position:absolute; right:0px; top:-10px;
     display:none; /* width:70%; */
     background-color:#fff;
     border-bottom-left-radius:4px;
     box-shadow:1px 1px 6px #555;
     list-style: none; margin:0; padding:6px;
     overflow:hidden; z-index:8;
   }
   #nav_menu_mini ul {
     width:100%;
   }
   #nav_menu_mini li {
     width:100%; clear:left; float:none; margin:0; padding:0; margin-bottom:4px;
   }
   #nav_menu_mini li a {
     display:block; padding:8px; width:100%; 
     background-color:#eee; font-size:1.2em; font-weight:bold; color:#333;
     border-radius:4px; background-image:none;
   }
   #nav_menu_mini li a:hover {
     text-decoration:none; background-color:#ccc; color:#cc0000;
   }
   #today {
     display:none;
   }
   #content {
     padding-top:10px;
   }
      
   #nasze_serwisy_cont {
     position:absolute; margin:0; top:100px;
   }
   #nasze_serwisy {
     position:absolute; top:0;
   }
   
   #FB_cont {
     position:absolute; margin:0; top:280px;
   }
   #FB_box {
     position:absolute; top:0;
   }
   
   /* submenu grup newsów - grupa */
   div.cont_left.first ul.news_cat_menu_sub, div.cont_left ul.news_cat_menu_sub {
     display:none;
     margin:0; padding:4px; list-style:none;
     position:absolute; right:0; top:55px; margin-top:0px; z-index:4;
     background-color:#fff; border-radius:4px;
     box-shadow:0 3px 6px #333;
   }
   div.cont_left.first ul.news_cat_menu_sub li, div.cont_left ul.news_cat_menu_sub li {
     float:none; display:block; border:0; border-radius:0; margin:0;
   }
   div.cont_left.first ul.news_cat_menu_sub li a, div.cont_left ul.news_cat_menu_sub li a {
     display:block; padding:10px 20px; font-size:0.8em; font-family:Tahoma, Arial, Sans-serif;
     border:0; border-bottom:1px solid #ccc; background-color:#fff;
   }
   div.cont_left ul.news_cat_menu_sub li.curr {
     display:none;
   }
   /* sub */
   div.cont_left.first ul.news_cat_menu_sub ul, div.cont_left ul.news_cat_menu_sub ul {
     display:block; position:relative; top:auto; margin:0; padding:0;
     box-shadow:none; border-radius:0; background-color:#eee;
   }
   div.cont_left.first ul.news_cat_menu_sub ul li a, 
   div.cont_left ul.news_cat_menu_sub ul li a {
     padding-left:30px; border-radius:none; background-color:#eee;
   }
   
   /* #nasze_serwisy {
     position:absolute; top:100px;
   } */
   #gal_pictures div.gal_pic {
     width:32.5%;
   }
   
   a.scrollgo.up span {
     right:4px; top:-3px; z-index:1;
   }
 }
 
 /* NOTE: 640
 */
 @media only screen and (max-width: 640px) {
   /* body {
     font-size:16px;
   } */
   
   a.tel_red {
     width:0px; overflow:hidden;
   }
   
   /* div.share_btn {
     display:none;
   } */
   
   #FB_box {
     display:none;
   }
   #nasze_serwisy_cont {
     position:relative; clear:left; top:auto; margin:0; width:100%;
   }
   #nasze_serwisy {
     width:100%; position:relative; right:0px; top:0px; margin-right:0; z-index:30;
     background:none; background-color:transparent; min-height:10px;
   }
   #nasze_serwisy_btn_footer {
     display:block; width:92%; margin:10px auto; height:40px; line-height:40px; text-align:center; 
     font-family:Tahoma, Arial, Sans-serif; font-size:1.2em; color:#fff; background:#ff3333;
     border-radius:8px; box-shadow:0 0 3px #000; cursor:pointer;
   }
   #nasze_serwisy ul {
     display:none; width:92%; margin:0 auto 10px auto; border-bottom-left-radius:0;
     box-shadow:none; background-color:#fff;
   }
   #nasze_serwisy ul li {
     float:left; width:49%; margin-right:1%;
     background-color:#eeeeee;
   }
   
   #serwisy {
     clear:both; float:none; margin:0 auto;
   }
   #serwisy li a {
     padding:6px; margin-top:0; background-color:#eee; margin-right:3px;
   }
   a.sub_menu_btn {
     top:18px;
   }
   
   div.cont_left.first ul.news_cat_menu_sub {
     top:50px;
   }
   
   div.news > a.news, div.news > a.news50, div.news > div.ims, #search_results > a.news {
     width:48%;
   }
   a.news span.more, a.news50 span.more, a.curr_news span.more {
     display:block;
   }
   
   /* a.news span.more, a.news50 span.more, a.curr_news span.more {
     display:block;
   } */
   a.news, a.news50, a.curr_news {
     background:url(images/gorzow24_news_bg.png) right bottom no-repeat;
     padding-bottom:20px;
   }
   #news_related_displ a.news, #news_most_pop_displ a.news, #news_most_comm_displ a.news {
     background-image:none;
   }
   
   a.news h3, a.news50 h3, a.curr_news h3 {
     padding-top:10px; font-size:1.5em;
   }
   div.news > a.news.zapas {
     display:inline-block;
   }
   
   div.ba.mobi_yes {
     display:block;
   }
   div.ba.mobi_no {
     display:none;
   }
   
   /* live */
   #live_wynik {
     float:none; clear:both; width:50%; margin:0 auto; text-align:center;
   }
   #live_gosp {
     width:50%;
   }
   #live_goscie {
     width:50%;
   }
 }
 
 /* NOTE: 540
 */
 @media only screen and (max-width: 540px) {
   a.tel_red {
     left:250px;
   }
   
   a.mini, #search_mini_btn, #menu_mini_btn {
     width:30px; height:30px;
     border:none; border-radius:0;
     background-position:-6px -1px;
     border:0px solid yellow;
   }
   #search_mini_btn {
     right:32px; background-position:-8px -31px;
   }
   #search_mini_btn.open, #menu_mini_btn.open, #cust_box div.avatar.open:empty {
     background-image:url(images/icons/rwd_icons.png);
     background-position:-8px -62px;
   }
   
   
   #cust_box {
     /* display:none; */
     /* left:-6px; top:54px; */
     left:auto; right:65px;
   }
   #cust_box div.avatar {
     float:right; width:30px; height:30px; margin-top:5px;
     border:none; border-radius:0; box-shadow:none;
   }
   #cust_box div.avatar:empty {
     background:url(images/ico_gorzow24.png) -5px -615px no-repeat;
   }
   #cust_box div.avatar:empty:after {
     content: '';
   }
   
   #cust_box img {
     margin:0; width:40px; height:40px;
   }
   #cust_box ul {
     margin-right:-70px; margin-top:50px;
   }
   div.share_btn_top a {
     width:40%;
   }
   div.share_btn_mobi div.share_btn {
     display:block; float:none; margin:20px auto; 
     padding-right:2px; /* border:1px solid red; text-align:center; */ 
   }
   div.share_btn_mobi div.share_btn a {
      
   }
 }
 
 /* NOTE: 480
 */
 @media only screen and (max-width: 480px) {
   h1 {
     font-size:1.8em; line-height:120%; padding-top:20px;
   }
   #content {
     padding-top:0;
   }
   a.link_home {
     background-size:100%; height:60px; width:185px;
   }
   a.tel_red {
     left:200px;
   }
   div.share_btn_top a {
     width:38.3%; font-size:12px;
   }
   div.share_btn a {
     width:20%;
   }
   
   div.share_btn a.facebook {
     width:45.5%;
   }
   
   div.share_btn a.twitter {
     width:45.5%;
   }
   
   div.share_btn a.google:after, div.share_btn a.mail:after, 
   div.share_btn a.print:after, div.share_btn a.comm:after {
     content:'';
   }
   div.share_btn a.google span, div.share_btn a.mail span, 
   div.share_btn a.print span, div.share_btn a.comm span {
     visibility:hidden;
   }
   
   blockquote {
     padding: 0 20px 0 70px;
   }
   blockquote:before {
     top:-42px; left:10px;
   }
   
   div.cont article div.ba {
     margin-top:0px;
   }
   
   #news_cat_menu {
     width:100%;
   }
   
   #nasze_serwisy ul li {
     width:100%; margin-right:0;
   }
   div.news > a.news, div.news > a.news50, div.news > div.ims, #search_results > a.news {
     width:100%;
   }
   
   #gal_pictures div.gal_pic {
     width:49.0%;
   }
   
   #live_gosp_sklad {
     width:100%;
   }
   #live_goscie_sklad {
     width:100%; text-align:left;
   }
   #page_footer_in {
     padding-bottom:30px;
   }
   #page_footer_in #praca {
     right:0px;
   }
   #page_footer_in ul.zespol {
     max-width:98%; text-align:center;
   }
   #page_footer_in div.red {
     max-width:100%; top:-106px; padding-bottom:6px;
   }
   #page_footer_in div.red img {
     width:100px; height:100px; float: left; margin-right:12px; margin-top:-10px;
   }
   #page_footer_in #ico_top {
     background-position:0 -15px;
     right:4%; top:auto; bottom:0px;
     height:36px; border-radius:32px; border-bottom-left-radius:0; border-bottom-right-radius:0;
     box-shadow: 0 3px 3px #ccc inset; opacity:0.8;
   }
   a.pracuj_pl {
     float:left; margin-top:10px; margin-left:1%;
   }
 }
 
 @media only screen and (max-width: 360px) {
   a.link_home {
     background-size:100%; height:50px; width:150px;
   }
   a.tel_red {
     left:155px;
   }
   
   div.share_btn_top a {
     width:36.5%; 
   }
   
   /* live */
   #live_wynik {
     width:70%;
   }
   
   #page_footer_in ul li a {
     width:40px; height:40px;
   }
   /* div.share_btn_mobi div.share_btn a.print {
     display:none;
   } */
 }
 
 @media only screen and (max-width: 319px) {
   
   #top_bar {
     max-width:100%; box-shadow:none;
   }
 }

