 body {
   margin:0; padding:0; margin-top:50px; 
   background-color:#fff;
 }
 /* #ims_over {
   display:none;
 } */
 #acc_2, #acc_9 {
   display:block; position:absolute; z-index:500; left:-999px; top:10px;
   padding:20px; color:#fff; background-color:#000; /* border:2px solid #ffff00; */
   
 }
 #acc_2:focus, #acc_9:focus {
   left:20px;
 }
 #top {
   position:absolute; top:-150px;
 }
 #top_bar {
   position:fixed; top:0; left:0; width:100%; height:50px; z-index:240;
   background-color:#000; box-shadow:0 1px 8px #555;
 }
 
 #content {
   /* margin-left: 280px; position:relative; */
   float:right; position:relative;
   width:77%;
 }
 #sidebar {
   float: left; /* position:relative; */
   width:20%;
 }
 
 #nav_menu_mini ul {
   width:100%;
 }
 #nav_menu_mini li {
   width:100%;
 }
 #nav_menu_mini li a {
   width:100%;
 }
 
 #nav_sm li a {
   width:100%; padding:15px 0 45px 15px;
   font-size:1.4em; font-weight:normal; font-family: Arial, Tahoma;
   background:url(images/bg_menu_main.png) left bottom no-repeat;
   transition: all 0.2s ease-out;
 }
 #nav_sm li a:hover {
   background-position:left 70%;
 }
 #nav_sm li a span {
   padding:0; padding-left:15px; font-weight:normal;
 }
 
 img {
   /* display:block; */ max-width:100%; /* height:auto; */
 }
 
 img.lazy {
   display:block; float:none !important; clear:both; height:100px; margin:0 auto !important;
   background: no-repeat 50% 50% #ccc;
 }
 
 .cont {
   clear:both; position:relative; margin:0 auto; margin-bottom:5px; width:1200px; /* overflow:hidden; */
 }
 .cont_left {
   float:left; /* width:20%; */ width:100%;
 }
 .cont_right {
   float:right; /* width:930px; */ width:77%;
 }
 .cont_left_w {
   float:left; /* width:820px; */ width:71%;
   /* border:1px solid red; */
 }
 .cont_right_w {
   float:right; width:25%;
   /* border:1px solid red; overflow:hidden; */
 }
 
 a.link_home {
   display:block; position:absolute; width:240px; height:80px;
   background-image:url(images/g-24-logo-rwd.png);
   background-repeat:no-repeat;
   border:0px solid red; z-index:20;
 }
 a.tel_red {
   display:block; position:absolute; left:320px; top:7px; width:130px; height:40px;
   padding-left:39px; line-height:50px; letter-spacing:2px; font-family:Tahoma, Arial, sans-serif; color:#fff;
   background:url(images/bg_kontakt_do_redakcji.png) no-repeat;
   border:0px solid red; z-index:20; opacity:0.7;
 }
 a.tel_red:hover {
   opacity:1;
 }
 
 #cust_box {
   display:block; position:absolute; left:250px; top:5px;
 }
 #cust_box div.avatar {
   overflow:hidden; width:61px; height:61px; padding:0px;
   border:3px solid #000; border-radius:50%; box-shadow:0 0 4px 2px #222;
   cursor:pointer; background-color:#fff; text-align:center; line-height:61px; font-size:2em; color:#555;
 }
 #cust_box img {
   display:block; margin:2px auto; width:57px; height:57px; border-radius:50%;
 }
 
 #cust_box div.avatar:empty {
   /* background:url(../../images/avatar.png) 0px 0px no-repeat; cursor:pointer; */
   background:url('images/icons/noavatar.png') 0px 0px no-repeat; cursor:pointer;
 }
 #cust_box div.avatar:empty:after {
   content: '?';
 }
 
 /* #cust_box div.avatar_login {
   width:40px; height:40px; opacity:0.7;
   background:url(images/ico_gorzow24.png) 0 -525px no-repeat; cursor:pointer;
 }
 #cust_box div.avatar_login:hover {
   opacity:1;
 } */
 
 #cust_box ul {
   display:none; clear:both; 
   padding:10px; width:100%; width:170px;
   background-color:#333; color:#fff;
   box-shadow:1px 1px 4px #000;
   margin:2px 0; list-style:none;
 }
 #cust_box li {
   margin-bottom:2px;
 }
 #cust_box ul li a {
   display:block; padding:10px 10px 10px 50px;
   font-size:0.8em; text-align:left; text-decoration:none; color:#fff;
   background:url(../../images/icons/ico_admin_24.png) -52px -685px no-repeat #555; opacity:0.7;
 }
 #cust_box ul li a.login {
   background-position:-52px -930px;
 }
 #cust_box ul li a.logout {
   background-position:-52px -685px;
 }
 #cust_box ul li a.profile {
   background-position:-62px -162px;
 }
 #cust_box ul li a.register {
   background-position:6px -40px;
 }
 
 #cust_box ul li a.login_FB {
   background:url('images/os_icons.png') 0 -193px no-repeat;
 }
 
 #cust_box ul li a:hover {
   background-color:#666; opacity:1;
 }
 #cust_box ul li a.edit_user {
   background-position:10px -38px;
 }
 
 
 a.mini, #menu_mini_btn, #search_mini_btn {
   width:43px; height:30px;
   display:block; position:absolute; top:10px; right:8px; z-index:9;
   border:1px solid #999; border-radius:3px;
   background-image:url(images/icons/rwd_icons.png);
   background-position:-1px -1px;
   background-repeat:no-repeat;
 }
 #menu_mini_btn {
   display:none;
 }
 #search_mini_btn {
   display:block; top:10px; right:0; background-position:-2px -31px;
 }
 #search_mini_btn.open, #menu_mini_btn.open {
   background-image:url(images/icons/rwd_icons.png);
   background-position:-1px -62px;
 }
 
 #search_form_top {
   display:none; position:absolute; right:0px; top:50px;
   background-color:#333; border:none;
   padding-top:14px; width:280px;
   z-index:2;
   box-shadow: 0px 1px 8px #000;
 }
 #search_form_top input[type='text'] {
   background-color:#ccc; width:220px; height:20px; 
   margin:10px; margin-top:0; margin-right:0; padding:5px; 
   border:none; border:1px solid #999;
   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'], #search_form_top button[type='submit'] {
   width:43px; height:32px; margin:10px; margin-top:0; margin-right:10px;
   border:1px solid #999; border-left:none; /* padding:5px; */
   border-top-right-radius:3px; border-bottom-right-radius:3px; position:absolute; right:0;
   background-image:url(images/icons/rwd_icons.png);
   background-position:0px -32px;
   background-repeat:no-repeat;
   color:transparent;
 }
 
 
 a.sub_menu_btn {
   display:none; width:43px; height:30px;
   position:absolute; top:18px; right:100px; z-index:9;
   border:1px solid #ccc; border-radius:3px;
   background-image:url(images/ico_gorzow24.png);
   background-position:0 -96px;
   background-repeat:no-repeat;
 }
 div.cont_left.first a.sub_menu_btn {
   right:40px;
 }
 
 
 
 
 /* menu grup newsów */
 #news_cat_menu_cont {
   position:fixed; width:1200px; height:1px; top:0; left:50%; margin-left:-600px; z-index:250;
 }
 
 /* #top_bar */ #news_cat_menu {
   /* display:block; position:absolute; right:55px; top:9px; z-index:999;
    */
    margin:9px 60px 0 0; padding:0; list-style:none;
   float:right;
 }
 /* #top_bar */ #news_cat_menu ul {
   display:none; position:absolute; min-width:140px;
   margin:0; margin-top:-4px; padding:4px; list-style:none;
   background-color:#333;
   border-radius:4px; box-shadow:0 1px 8px #333;
 }
 /* #top_bar */ #news_cat_menu ul ul {
   position:relative; margin:0; padding:4px; list-style:none;
   box-shadow:none;
 }
 /* #top_bar */ #news_cat_menu li {
   float:left; position:relative;
 }
 
 /*#top_bar*/ #news_cat_menu li span.sub {
   display:none; position:absolute; right:0; top:0; width:50px; height:60px;
   border:0px solid red; z-index:20; cursor:pointer;
   background:url('images/ico_gorzow24.png') -52px -40px no-repeat;
 }
 
 /*#top_bar*/ #news_cat_menu li a {
   display:block; padding:5px 10px; font-family:Tahoma, Arial, Sans-serif; 
   color:#ccc; border-radius:4px;
 }
 /*#top_bar*/ #news_cat_menu li a:hover, /*#top_bar*/ #news_cat_menu li:hover a {
   background-color:#333;
 }
 /*#top_bar*/ #news_cat_menu li:hover ul, /*#top_bar*/ #news_cat_menu ul li:hover ul {
   display:block;
 }
 
 /*#top_bar*/ #news_cat_menu ul li, /*#top_bar*/ #news_cat_menu ul ul li {
   float:none;
 }
 /*#top_bar*/ #news_cat_menu ul li a {
   padding-left:6px;
 }
 /*#top_bar*/ #news_cat_menu ul li a:hover {
   background-color:#222;
   background-color:#ff3333; color:#222;
 }
 /*#top_bar*/ #news_cat_menu ul ul li a {
   padding-left:10px;
 }
 
 
 
 #top_bar_first #search_form_top {
   top:20px;
 }
 
 #today {
   width:1200px; margin:0 auto;
   text-align:right;
   padding:4px 0px 0px 0;
   font-family:Tahoma, Arial, Sans-serif;
   font-size:0.8em; color:#555;
 }
 
 #nav_menu_mini {
   position:relative;
 }
 
 .news_live_first {
   border-bottom:1px solid red; font-size:16px; line-height:18px; margin-bottom:1px;
 }
 .news_live_first span {
   display:block; float:left; margin-right:10px; padding:0 10px; background:red; color:#fff; font-weight:bold; line-height:40px;
 }
 .news_live_first a {
   display:block; padding:11px 0;
 }
 
 /* galeria */
 
 #gal_pictures {
   margin:0 auto; text-align:center;
 }
 #gal_pictures div.gal_pic {
   float:none; width:19.5%;
 }
 #gal_pictures div.gal_pic img {
   width:100%;
 }
 #gal_pictures div.gal_pic img.desc_edit {
   width:auto;
 }
 
 div.gal_gp a, div.gal_gp a:visited, div.gal_gp a.gal_gp_active, div.gal_gp a.gal_gp_active:hover, div.gal_gp a.gal_gp_active:visited {
   font-family:Tahoma, Arial, Sans-serif;
   border:1px solid #999;
   background-color:#eee; color:#333;
   box-shadow:none;
 }
 div.gal_gp a:hover {
   border:1px solid #999; color:#000;
 }
 div.gal_gp a.gal_gp_active, div.gal_gp a.gal_gp_active:hover, div.gal_gp a.gal_gp_active:visited {
   background-color:#fff; color:#ff3333;
   box-shadow:none;
 }
 
 #content h3 {
   float:left; margin:6px 0; padding:0;
 }
 #content p {
   font-family:'Noto Serif', Georgia, 'Times New Roman';
 }
 #content article {
   clear:both;
 }
 #serwisy {
   float:right; margin:0; padding:0; list-style:none;
 }
 #serwisy li {
   float:left;
 }
 #serwisy li a {
   display:block; padding:10px; margin-top:10px;
   font-family:Tahoma, Arial, Sans-serif;
   font-size:0.8em; color:#555;
 }
 #serwisy li a:hover {
   color:#ff3333;
 }
 
 /* news */
 /* h2.news_cat_header {
   height:22px; padding: 4px 4px 0px 10px;
   background-image:url(images/bg_header_menu_red.jpg);
   border:1px solid #ccc; border-bottom:0;
   font-size:12px; line-height:16px; font-weight:bold;
 }
 h2.news_cat_header a {
   display:block;
   text-decoration:none;
   color:#222;
 }
 h2.news_cat_header a.more {
   float:right;
 } */
 
 div.news_cat_header {
   /* min-height:10px; */
   /* float:right; */
   clear:both; float:left; position:relative; width:100%;
   background-image:url(images/bg_menu.png);
   background-repeat:no-repeat;
 }
 div.news_cat_header.first {
   /* width:20%; */
   display:none;
 }
 
 /* nagłówek działu */
 div.news_cat_header div.cont_left h1 {
   color:#555; text-align:center; margin:30px 0 20px 0; padding:0;
   border-top:1px solid #ccc; /* font-size:0.8em; */
 }
 
 div.news_cat_header div.cont_left h1 span {
   display:block; margin-top:-0.7em;
   /* border:1px solid red; */
 }
 div.news_cat_header div.cont_left h1 strong {
   display:inline-block; margin:0 auto; background-color:#fff;
   padding:0 20px; font-weight:normal;
   /* border:1px solid green; */
 }
 
 /* nagłówek działu - pierwsza */
 div.news_cat_header div.cont_left.first h2 {
   margin:0; padding:0;
 }
 div.news_cat_header div.cont_left.first h2 a.news_cat_name {
   display:block; color:#ff3333; font-size:1em; padding:0.4em 0 0.2em 0;
   /* border:1px solid green; */
 }
 div.news_cat_header div.cont_left.first a.news_cat_name:hover {
   color:#333;
 }
 /* baner na dole */
 div.ba_bottom {
   display:none;
 }
 
 /* submenu grup newsów - pierwsza */
 div.cont_left.first ul.news_cat_menu_sub {
   position:relative; margin:0; padding:0; list-style:none; text-align:left;
   margin-top:20px;
 }
 div.cont_left.first ul.news_cat_menu_sub li {
   display:block; float:none; border:0; border-top:1px solid #ccc;
 }
 div.cont_left.first ul.news_cat_menu_sub li a {
   display:block; padding:10px 10px 10px 0;
   background-color:#fff;
 }
 /* sub */
 div.cont_left.first ul.news_cat_menu_sub ul {
   display:block; margin:0; background-color:#fff;
 }
 div.cont_left.first ul.news_cat_menu_sub ul li a {
   padding:10px 10px 10px 30px;
 }
 
 /* submenu grup newsów - grupa */
 div.cont_left ul.news_cat_menu_sub {
   margin:0; padding:0; list-style:none; z-index:2;
 }
 div.cont_left ul.news_cat_menu_sub li {
   float:left; position:relative; margin-left:4px; border:0;
 }
 div.cont_left ul.news_cat_menu_sub li a {
   padding:6px; font-size:0.8em; font-family:Tahoma, Arial, Sans-serif;
   background-color:#eee; border-radius:4px;
 }
 /* div.cont_left ul.news_cat_menu_sub li.curr {
   display:none;
 } */
 
 /* sub */
 div.cont_left ul.news_cat_menu_sub li:hover ul {
   display:block; border-radius:4px;
 }
 div.cont_left ul.news_cat_menu_sub ul {
   display:none; position:absolute; margin-top:4px; min-width:120px; left:0; z-index:4;
   background-color:#eee;
 }
 div.cont_left ul.news_cat_menu_sub ul li {
   float:none; margin:2px;
 }
 div.cont_left ul.news_cat_menu_sub ul li a {
   display:block; padding:4px; border:0; background-color:#ccc;
 }
 
 a.scrollgo.up {
   display:block; position:relative; width:100%; height:0.8em; padding-top:15px;
   text-align:center; font-family:Tahoma, Arial, Sans-serif; font-size:0.8em; color:#fff;
   background:url(images/bg_up.png) left top no-repeat;
   margin-top:10px;
 }
 a.scrollgo.up:hover {
   color:#555;
 }
 a.scrollgo.up span {
   display:block; position:absolute; right:3px; top:-3px; width:24px; height:24px;
   background-image:url('images/ico_gorzow24.png'); transition: all 0.3s ease-out;
   background-position:-8px -152px; border-radius:12px;
   border:1px solid #ccc; z-index:3;
 }
 a.scrollgo.up:hover span {
   box-shadow:0 0 6px #ccc;
 }
 
 a.RSS {
   display:block; position:relative; 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;
 }
 a.RSS {
   margin-left:87%; margin-top:-40px;
 }
 div.cont_left_w a.RSS {
   display:block; position:absolute; right:0px; top:18px; margin:0;
 }
 
 
 /* news - cat */
 div.cont_left_w div.cont_left {
   width:100%; padding-top:30px;
 }
 div.cont_left_w div.cont_left a.up {
   display:none;
 }
 
 div.news, div#search_results {
   width:930px; max-width:100%; float:right;
   text-align:justify;
   -ms-text-justify: distribute-all-lines;
   text-justify: distribute-all-lines;
 }
 div.news:after, #search_results:after {
   content: ''; width: 100%; display: inline-block;
   font-size: 0; line-height: 1px; /* border:1px solid red; */
 }
 div.news > a.news, div.news > div.ims, #search_results > a.news {
   position:relative;
   text-align:left;
   width: 31%; min-width:150px; min-height: 200px; 
   margin:1% 0;
   vertical-align: top;
   display: inline-block;
   *display: inline;
   overflow:hidden;
   zoom: 1;
   /* border-bottom:1px solid green; */ margin-bottom:5px;
 }
 
 div.news > div.ims div.ba,
 div.news > div.ims50 div.ba{
   margin:0; padding:0;
 }
 div.news > div.ims p.r {
   display:none;
 }
 div.news > div.ims img {
   display:block;
 }
 
 div.news > a.news50, div.news > div.ims50 {
   position:relative;
   width: 48%; min-width:150px; min-height: 200px; 
   margin:1% 0;
   vertical-align: top;
   display: inline-block;
   *display: inline;
   overflow:hidden;
   zoom: 1;
   /* border-bottom:1px solid red; */ margin-bottom:5px;
 }
 
 div.news p {
   text-align: left; font-family:'Noto Serif', Georgia, Times New Roman;
 }
 
 div.news_nowe {
   position:absolute; left:0; top:0; padding:5px 8px;
   background:#cc0000; color:#fff; font-family:Tahoma, sans-serif; font-size:12px;
 }
 
 div.news_ico {
   display:block; position:absolute; right:10px; top:10px; width:36px;
   /* border:1px solid red; */
 }
 div.news_ico div.foto {
   width:36px; height:32px; margin-bottom:6px;
   background:url(images/ico_gorzow24.png) left -48px #000 no-repeat;
   border-radius:4px; opacity:0.6;
 }
 div.news_ico div.video {
   width:36px; height:32px; margin-bottom:6px;
   background:url(images/ico_gorzow24.png) left -0px #000 no-repeat;
   border-radius:4px; opacity:0.6;
 }
 
 div.news_ico div.pop {
   background-color:#000; border-radius:4px; opacity:0.6;
   text-align:center; line-height:1.5em; color:#fff; font-size:0.8em; font-family:Sans-serif;
 }
 div.news_ico a {
   display:block; width:36px; height:32px;
 }
 
 p.news_date span.pop_cnt, p.news_date span.comm_cnt, span.pop_cnt, span.comm_cnt {
   display:inline-block; line-height:15px; padding:0 0px 2px 20px; 
   background:url(images/ico_gorzow24.png) -47px -574px no-repeat;
   /* border:1px solid red; */
 }
 p.news_date span.comm_cnt, span.comm_cnt {
   padding-left:24px; 
   background:url(images/ico_gorzow24.png) -42px -590px no-repeat;
 }
 p.news_date span.comm_cnt:empty, span.comm_cnt:empty {
   display:none;
 }
 
 span.authors {
   white-space: nowrap;
 }
 
 /* lista newsów, zobacz także, najczęściej czytane, komentowane */
 #news_related_displ, #news_most_pop_displ, #news_most_comm_displ {
   margin:40px 0 0 0;
 }
 #news_most_comm_bottom {
   margin-top:-40px;
 }
 #news_related_displ h2, #news_most_pop_displ h2, #news_most_comm_displ h2 {
   display:block; padding:8px; margin:0;
   font-family:Tahoma, Arial, Sans-serif; font-size:0.8em;
   background-color:#ff3333; color:#fff;
 }
 #news_related_displ h2 a, #news_most_pop_displ h2 a, #news_most_comm_displ h2 a {
   display:block; color:#fff;
 }
 #news_most_pop_displ h2 form, 
 #news_most_comm_displ h2 form {
   float:right; margin-left:10px;
 }
 
 #news_related_displ a.news, 
 #news_most_pop_displ a.news, 
 #news_most_comm_displ a.news {
   font-family:Tahoma, Arial, Sans-serif; font-size:0.6em;
   margin-bottom:3px; margin-top:10px; padding-bottom:10px; 
   border-bottom:1px solid #ccc;
 }
 #news_related_displ a.news h3, 
 #news_most_pop_displ a.news h3, 
 #news_most_comm_displ a.news h3 {
   clear:none; padding:0; margin:0px 6px 0px 0px; text-align:left;
 }
 
 #sidebar #news_most_comm_displ {
   margin-top:10px;
 }
 #sidebar #news_most_comm_displ a.news {
   min-height:48px;
 }
 #sidebar #news_most_comm_displ a.news img {
   max-width:48px; min-height:48px;
 }
 
 a.news {
   display:block; clear:left; min-height:68px; /* margin-bottom:0; */ color:#222;
 }
 a.news img {
   float:left; margin-right:12px;
   max-width:68px; min-height:50px; 
 }
 a.news h3, a.news50 h3, a.curr_news h3, div.news div.ims a h3 {
   /* margin:20px 6px 0px 0px;  */
   clear:left; padding-top:0px; margin:0; text-align:left;
   font-size:1.5em; font-weight:normal; color:#444;
 }
 #search_results a.news img {
   float:none; width:100%; max-width:100%; min-height:50px; display:block; margin:0;
 }
 #search_results a.news h3 {
   padding-top:0;
 }
 
 p.date, div.news p.date, #content p.date {
   font-size: 0.8em; font-weight:normal; font-family:Tahoma, Arial, Sans-serif; color:#aaa;
   margin:0.2em 0; /* border-bottom:1px solid #aaa; */
 }
 a.news:hover, a.news50:hover, a.curr_news:hover {
   text-decoration:none; color:#333;
 }
 a.news:hover h3, a.news50:hover h3, a.curr_news h3 {
   color:#ff3333;
 }
 
 /* a.news span.more, a.news50 span.more, a.curr_news span.more {
   display:none; float:right; font-style:italic; color:#555;
   padding-right:20px; background:url(images/ico_gorzow24.png) -50px -112px no-repeat;
 } */
 
 div.news > a h3 {
   /* clear:left; display:block; margin-top:0; padding-top:20px; margin-right:0; z-index:5;
   text-align:left; */
 }
 div.news > a.news.zapas {
   display:none;
 }
 div.news > a img, #search_results > a img {
   width:100%; max-width:100%; /* display:block; */
 }
 
 a.curr_news, div.news > div.curr_ims {
   position:relative; display: inline-block; width:100%; margin:1% 0;
 }
 a.news:hover img, a.news50:hover img, a.curr_news:hover img, .news_pane a:hover img {
   opacity:0.8; /* transform: translateY(-50%) rotate(-4deg) scale(1.2,1.2); */
 }
 
 h2.news_header {
   color:#555; text-align:center; margin:0; margin-bottom:8px; padding:0;
   border-top:1px solid #ccc;
   font-family:Tahoma, Arial, Sans-serif; font-size:0.8em;
 }
 h2.news_header a {
   display:block; /* margin:0 auto; width:180px;  */margin-top:-0.7em;
   color:#555; text-align:center; letter-spacing:0.4em;
 }
 h2.news_header a:hover {
   color:#ff3333;
 }
 h2.news_header a span {
   display:inline-block; margin:0 auto; background-color:#fff; padding:0 20px;
 }
 
 div.news_header_img {
   position:relative; max-width:100%; height:auto; background-color:#ddd; margin:6px 0;
 }
 div.news_header_img img {
   display:block; width:100%; min-height:50px;
 }
 div.news_header_img p {
   margin:0; padding:2px 8px 4px 8px;
   font-family:Tahoma, Arial, Sans-serif; font-size:0.8em;
 }
 /* div.news_header_img span {
   float:left;
 } */
 div.news_header_img span.img_author {
   color:#666;
 }
 /* div.news_header_img div.news_ico {
   top:auto; bottom:40px;
 } */
 
 div.fb-like {
   clear:both; margin:10px 0;
 }
 
 div.share_btn {
   width:100%; text-align:justify;
 }
 div.share_btn:after {
   content: ""; width:100%; font-size:1px; line-height:1px; display:inline-block;
   border:0px solid red; margin:0;
 }
 div.share_btn_top {
   float:right; text-align:right;
 }
 div.share_btn a, div.share_btn_top a {
   display:inline-block; /* margin-left:2px;  width:48px; */ width:21%; height:48px; line-height:48px; color:#fff; font-family:Tahoma, Arial, sans-serif; font-size:14px; font-weight:normal; text-align:right; padding-right:3%;
   background:url('images/icons/social_icons.png') 0 0 no-repeat #eee;
 }
 
 div.share_btn a.google {
   background-position:0 -48px;
   background-color:#d3492c;
 }
 /* div.share_btn a.google:after {
   content:'Google';
 } */
 div.share_btn a.facebook, div.share_btn_top a.facebook {
   background-position:0 -96px;
 }
 
 div.share_btn a.facebook {
   width:46.3%; /* padding-right:3%;*/ margin-bottom:8px; background-color:#204385;
 }
 
 div.share_btn a.twitter {
   width:46.3%; /* padding-right:3%; */ margin-bottom:8px; background-color:#00abe3;
 }
 
 div.share_btn a.mail {
   background-position:0 -144px;
   background-color:#cdc82c;
 }
 /* div.share_btn a.mail:after {
   content:'Napisz';
 } */
 div.share_btn a.print {
   background-position:0 -192px;
   background-color:#999999;
 }
 /* div.share_btn a.print:after {
   content:'Drukuj';
 } */
 div.share_btn a.comm, div.share_btn_top a.comm {
   background-position:0 -240px;
   background-color:#99cc66;
 }
 /* div.share_btn a.comm:after {
   content:'Skomentuj';
 } */
 
 div.share_btn_top {
   width:55%;
 }
 div.share_btn_top a {
   width:37%; padding-right:3%; font-size:14px; text-align:right;
 }
 div.share_btn_top a.facebook {
   background-color:#204385;
 }
 div.share_btn_top a.twitter {
   background-color:#00abe3;
 }
 div.share_btn_top a.comm {
   width:48px; padding:0;
 }
 
 p.news_date {
   display: inline-block; min-width:180px; margin: 0px 4px 4px 0px;
   /* font-size: 0.8em; line-height:24px; color:#999; */
   font-size: 0.9em; line-height:1em; color:#999; font-weight:bold; 
 }
 p.news_date span {
   display:inline-block; padding-top:3px; font-size: 0.8em; line-height:1.1em; color:#999; font-weight:normal; font-family:Tahoma, sans-serif;
 }
 p.news_date img {
   width:48px; float:left; margin-right:10px;
 }
 div.news_lead {
   /* clear:left; */ margin-bottom:10px;
   font-family:'Noto Serif Bold', Georgia, Times New Roman; font-weight:700;
 }
 
 #search_results a.news {
   min-height:20px;
 }
 
 /* news live */
 
 #live_wynik {
   width:26%; float:right; margin:0% 1% 0% 0%;
   text-align:center; font-size:2em; font-weight:bold;
   background:#ff3333; color:#fff; border-radius:5px;
   box-shadow:0px 1px 5px #333;
 }
 #live_wynik.end {
   background:#666;
 }
 #live_gosp {
   float:left; width:36%; font-weight:bold;
   border-bottom:1px solid #ff3333;
   /* background:cyan; */ 
 }
 #live_goscie {
   float:right; width:36%; font-weight:bold; text-align:right;
   border-bottom:1px solid #ff3333;
   /* background:cyan; */ 
 }
 
 #live_header_toggle {
   clear:both; text-align:center; font-size:0.8em; font-weight:normal; font-family:Tahoma, Arial, sans-serif; cursor:pointer;
 }
 #live_header_toggle span {
   display:block; margin:0 auto; width:140px; background-color:#204385; color:#fff; padding:2px 5px 6px 5px;
   border-bottom-left-radius:5px; border-bottom-right-radius:5px;
 }
 
 #live_header {
   display:none; width:100%; background:#fff; float:left;
   /* border:1px solid green; */
 }
 #live_gosp_sklad {
   float:left; width:49%;
   /* border:1px solid cyan; */
 }
 #live_goscie_sklad {
   float:right; width:49%;
   /* border:1px solid cyan; */
 }
 
 #news_live_top {
   
 }
 #news_live {
   clear:both; padding-top:10px; overflow:hidden;
 }
 
 #edit_msg {
   display:none; background-color:#eee; padding:10px 15px; margin:10px 0;
 }
 
 div.news_live {
   background-color:#eee; padding:10px 15px; margin-bottom:10px;
   animation:news_live_anim ease 0.8s;
   animation-iteration-count: 1;
   animation-fill-mode:forwards;
   border-radius:5px;
 }
 
 @keyframes news_live_anim {
   0% {
     opacity:0;
   }
   100% {
     opacity:1;
   }
 }
 
 div.news_live p {
   margin: 5px 0;
 }
 p.news_live_date {
   font-family:Tahoma, Arial, sans-serif; font-size:0.8em; color:#999; 
   margin-top:0; padding-top:0;
 }
 
 #news_live_edit {
   padding:20px; margin-bottom:20px; border-radius:5px;
   background-color:#99cc66;
 }
 #news_live_edit label {
   float:none; clear:left;
   display:block;
 }
 
 div.news_live_new {
   animation:news_live_new_anim ease 20s;
   animation-iteration-count: 1;
   animation-fill-mode:forwards;
   border-radius:5px;
 }
 @keyframes news_live_new_anim {
   0% {
     margin-top:-100px;
     background-color:#eee;
   }
   10% {
     margin-top:0px;
     background-color:#ffcccc;
   }
   90% {
     background-color:#ffcccc;
   }
   100% {
     background-color:#eee;
   }
 }
 
 div.news_live textarea, div.news_live_new textarea, #news_live_edit textarea {
   box-sizing: border-box; width:100%; height:60px;
 }
 
 
 #page_footer {
   /* min-height:80px; */ width:100%; margin-top:30px;
   background-color:#222;
   font-family:Tahoma, Arial, Sans-serif;
 }
 /* footer {
   overflow:hidden;
 } */
 div.error_msg {
   border:1px solid #990000; margin:30px 0; padding:20px; 
   background-color:#ff3333; color:#fff; border-radius:4px;
 }
 div.error_msg a {
   color:#fff;
 }
 div.error_msg a:hover {
   text-decoration:underline;
 }
 
 div.gal_gp {
   clear:both;
   height:40px;
   padding-top:20px;
 }
 div.gal_gp input.submit {
   float:right; background:none; border:none; cursor:pointer; width:20px; height:20px; margin-left:3px;
   background-image: url(images/icons/ico_search.gif);
   background-position:left 3px;
   background-repeat:no-repeat;
 }
 div.gal_gp select {
   float:right;
 }
 div.gal_gp div.gal_pic a {
   width:100%;
 }
 
 /* banerki */
 div.cont article div.cont_left.first div.ba {
   margin-top:0px;
 }
 div.ba {
   clear:both; margin-bottom:0; text-align:center;
   padding:0% 0% 10px 0;
 }
 div.ba span {
   /* display:block; position:relative; */
   /* border:1px solid green; */
 }
 div.ba a.tel {
   /* position:absolute; bottom:6px; right:6px; */ 
   position:absolute; z-index:4; margin-left:-50px; margin-top:-8px;
   width:43px; height:43px; background:url(images/ico_gorzow24.png) left -436px no-repeat;
   /* border:1px solid red; */
   border:2px solid #fff; border-radius:50%; box-shadow: 0 0 3px #000;
 }
 div.ba p.r, div.cycle-slideshow p.r {
   margin:0; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ccc; 
 }
 div.ba p.r:after, div.cycle-slideshow p.r:after {
   content:'REKLAMA';
 }
 div.cycle-slideshow p.r {
   position:absolute; top:-12px; left: 0; 
 }
 
 /* 
 na pierwszej
 div.cont article div.ba {
   margin-left:23%;
 } */
 
 /* div.cont article div.ba {
   margin-top:10px;
 } */
 
 div.ba_ss_wrap {
   position:relative; padding-bottom:0;
 }
 div.ba_ss {
   padding:0; margin-bottom:30px;
 }
 .ss_nav_pn {
   display:none;
 }
 .ss_nav_nr {
   position:absolute; bottom:-24px; left:0; z-index:3;
 }
 .ss_nav_nr a {
   display:inline-block; width:16px; height:16px; margin-right:3px; background-color:#cc0000;
   font-size:6px; color:#cc0000;
 }
 .ss_nav_nr a.activeSlide {
   background-color:#ffcc00; color:#ffcc00;
 }
 
 /* C2 */
 .cycle-slideshow {
   position:relative; /* padding-bottom:20px; */ 
   margin-top:10px;
   padding-bottom:0px;
   border:0px solid red; margin-bottom:0px;
   width:100%;
 }
 .cycle-slideshow div {
   width:100%;
   text-align:center; display:none;
 }
  /* pager */
 .cycle-pager { 
   display:none;
   text-align: center; width: 100%; z-index: 50; position: absolute; bottom: 0px; overflow: hidden;
 }
 .cycle-pager span { 
   font-family: arial; font-size: 5px; width: 16px; height: 16px; 
   display: inline-block; color: #ddd; background-color:#ddd; margin-right:3px; cursor: pointer; 
   border-radius:8px;
 }
 .cycle-pager span.cycle-pager-active { color: #D69746; background-color:#D69746; }
 .cycle-pager > * { cursor: pointer;}
 
 .cycle-slideshow.pilne div {
   width: auto;
   text-align: left;
   border:1px solid cyan;
 }
 
 div.news_pilne {
   position:relative; margin:5px 0; padding-left:85px; padding-right:5px; overflow:hidden; background:#cc0000; color:#fff;
 }
 div.news_pilne div.pilne {
   /* float:left; */ position:absolute; left:0; top:0; padding:0 10px 100px 10px; line-height:2em; font-weight:bold; background:#cc0000; z-index:5;
 }
 div.news_pilne p {
   margin:0; padding:0; line-height:2em;
   transform:translateX(100%);
   animation: from-left-one 8s ease infinite;
 }
 @keyframes from-left-one {
   0%  {
     transform:translateX(100%);
   }
   10% {
     transform:translateX(0);
   }
   40% {
     transform:translateX(0);
   }
   90% {
     transform:translateX(0);
   }
   100%{
     transform:translateX(-100%);
   }
 }
 div.news_pilne p a {
   color:#fff;
 }
 
 
 #news_panes {
   width:100%;
   height:320px;
   padding:0;
   border:2px solid #000;
   border-radius:4px;
   background-color:#333;
   position:relative;
 }
 
 #news_panes div {
   position:absolute; left:0;
   /* width:536px; */
 }
 #news_panes div div.caption {
   position:relative; overflow:hidden;
   width:100%; height:320px;
   /* width:536px; height:320px; */
 }
 #news_panes div div.caption div.caption_bg {
   position:absolute;
   bottom:10px; left:8px;
   width:500px; padding:10px 10px 0px 10px;
   background-image:url(images/trans_gray.png);
   color:#fff;
 }
 #news_panes div.caption_bg p, #news_panes div.caption_bg a, #news_panes div.caption_bg h2 {
   color:#fff;
 }
 #news_panes div.caption_bg h2 a {
   font-size:16px;
   text-decoration:none;
 }
 
 #news_panes.news_panes_one {
   background-color:#cc0000;
   border-color:#cc0000;
 }
 
 /* reklama na górze pierwszej strony */
 #content div.ba {
   padding-bottom:0;
 }
 div.news_pane {
   position:relative; margin-top:10px;
 }
 
 #nasze_serwisy_cont {
   width:100%; position:absolute;
 }
 #nasze_serwisy {
   display:block; width:290px; min-height:200px;
   position:fixed; right:0px; top:120px; margin-right:-255px; z-index:125;
   background-color:#eeeeee;
   background:url(images/nasze_serwisy.png) left top no-repeat;
 }
 #nasze_serwisy_btn {
   position:absolute; width:40px; height:160px;
 }
 #nasze_serwisy_btn_footer {
   display:none;
 }
 #nasze_serwisy ul {
   display:block; overflow:hidden; list-style:none;
   margin:0 0 0 40px; padding:0 5px;
   background-color:#eee; border-bottom-left-radius:10px;
   box-shadow:-1px 2px 4px #333;
 }
 #nasze_serwisy ul li {
   border-top:1px solid #ccc; margin-bottom:4px;
 }
 #nasze_serwisy ul li a {
   display:block;
   padding:80px 20px 0px 20px;
 }
 #nasze_serwisy ul li a.tg {
   background:url(images/serwisy/tg_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.tg_ex {
   background:url(images/serwisy/tg_ex_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.mr {
   background:url(images/serwisy/medi_raj_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.este {
   background:url(images/serwisy/estedentico_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.bd {
   background:url(images/serwisy/bachalski_dev_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.gml {
   background:url(images/serwisy/gml_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.jdj {
   background:url(images/serwisy/jdj_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.g24 {
   background:url(images/serwisy/gorzow24_arch.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.gorzow24 {
   background:url(images/serwisy/gorzow24.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.jdj {
   background:url(images/serwisy/jdj_logo.png) center top no-repeat;
 }
 #nasze_serwisy ul li a.zh {
   background:url(images/serwisy/zielony_horyzont_logo.png) center top no-repeat;
 }
 
 #FB_cont {
   width:100%; position:absolute;
 }
 #FB_box {
   display:block; width:290px; min-height:200px;
   position:fixed; right:0px; top:290px; margin-right:-255px; z-index:126;
   background-color:#eeeeee;
   background:url(images/fb_btn.png) left top no-repeat;
 }
 #FB_btn {
   position:absolute; width:40px; height:90px;
 }
 
 div.fb-like-box {
   margin-left:40px;
 
 }
 
 #comments div.comm_login form.comm input[type="submit"] {
   background-color:#ff3333; color:#fff;
 }
 form.comm p.login_open_btn {
   cursor:pointer;
 }
 
 /* reklama */
 div.ba {
   overflow:visible;
 }
 #ims_bg {
   display:none; position:fixed; top:0; left:0; width:100%; height:100%;
   background-color:rgba(0,0,0,0.5); z-index:2;
 }
 a.ims_active {
   display:inline-block; position:relative; 
   z-index:120; background:#fff;
   box-shadow:0 0 12px #000;
   transition: all 0.5s ease-out;
 }
 a.ims_active img {
   display:block; margin:0 auto;
 }
 
 /* NOTE: polls
 */
 form.poll input[type="radio"], form.poll input[type="checkbox"] {
   height:20px; float:left; margin-right:10px;
 }
 /* form.poll label {
   float:left;
 } */
 span.opt_line {
   background: #ccc;
 }
 span.opt_line span {
   background-color: #336600;
   background: linear-gradient(to bottom, #339900, #336600, #336600);
 }
 span.opt_line strong {
   font-size:0.8em;
 }
 
 .medirajtv {
   display:block; position:absolute; z-index:100;
   left:0; bottom:0;
   width:100%;
   height:40px; line-height:40px;
   background:#cc0000; color:#fff;
   
 }
 
 
@media print {
  #nasze_serwisy_cont {
    display:none;
  }
  .cont_left_w {
    width:100%;
  }
}