/* 
    Document   : lnp
    Created on : 2014-04-14, 14:50:58
    Author     : Przemo
    Description:
        Purpose of the stylesheet follows.
*/
body > header.lnpHead {
  background: url("/assets/dozzy/img/bg/cover_lnp.jpg") no-repeat scroll 50% 0 #617A0B;
  padding: 20px 0;
  height: 246px;
}
body > header.lnpHead > .container {
  position: relative;
}
body > header.lnpHead > div > .row {
  position: absolute;
  right: 0;
  padding-right: 18%;
  width: 300%;
}

.lnp_index .starter-template,
.lnp_index #ajax_content,
.lnp_index #ajax_nav_buttons {
  position: relative;
}
.lnp_index #ajax_nav_buttons {
  z-index: 100;
}
.imgBg {
  position: absolute;
  z-index: -1;
  left: -190px;
  top:-60px;
}
/** mapa **/
.mapSerchCity {
  text-align: center;
  width: 775px;
  height: 737px;
  line-height: 737px;
  background: url(/assets/dozzy/img/lnp/mapaLNPnoDot.png) no-repeat 50% 50% / cover transparent;
  position: absolute;
  right: 0;
   top: 0;
}
.mapSerchCity li {
  position: absolute;
  top: 210px;
  left: 190px;
  list-style: none;
}
.mapSerchCity li.current {
  z-index: 100;
}
.mapSerchCity li.left_side_city {
  margin-left: -316px;
}

.mapSerchCity li div:before {
  content:"";
  position: absolute;
  height: 0; 
  width: 0;
  top: 15px;
  left: -9px;
  border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid #FFF;
}
.mapSerchCity li.lnp_city_484 div:before /** wawa **/,
.mapSerchCity li.lnp_city_569 div:before /** biały **/,
.mapSerchCity li.left_side_city div:before /** lewy **/ {
	border-left: 10px solid #FFF;
	border-right: none;
  left: auto;
  right: -9px;
}
.mapSerchCity li span {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 14px;
  left: -18px;
  cursor: pointer;
  background: #515151;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  -o-border-radius: 50%!important;
  border-radius: 50%!important;
}
.mapSerchCity li.lnp_city_484 span /** wawa **/,
.mapSerchCity li.lnp_city_569 span /** biały **/,
.mapSerchCity li.left_side_city span /** lewy **/ {
  left: 300px;
}
.mapSerchCity li div {
  background: #FFF;
  border: 1px solid #999;
  padding: 2px 10px 3px 3px;
  width: 300px;
  line-height: 36px;
  text-align: left
}
.mapSerchCity li div > * {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/* Wrocław  */  .mapSerchCity li.lnp_city_1{
  top: 62.4%;
  left: 30.9%;
}
/* Poznań   */  .mapSerchCity li.lnp_city_4{
  top: 299px;
  left: 229px;
}
/* Lubin    */  .mapSerchCity li.lnp_city_13 {
  top: 422px;
  left: 176px;
}
/* Bytom    */  .mapSerchCity li.lnp_city_139{
  top: 546px;
  left: 369px;
}
/* Toruń    */  .mapSerchCity li.lnp_city_307 {
  top: 224px;
  left: 355px;
} 
/* Łódź     */  .mapSerchCity li.lnp_city_358{
  top: 378px;
  left: 418px;
}
/* Warszawa */  .mapSerchCity li.lnp_city_484{
  top: 319px;
  left: 221px;
}
/* Białystok*/  .mapSerchCity li.lnp_city_569{
  top: 209px;
  left: 381px;
}
/* Krotoszyn*/  .mapSerchCity li.lnp_city_736{
  top: 385px;
  left: 268px;
}
/* Szczecin */  .mapSerchCity li.lnp_city_835{
  top: 170px;
  left: 53px;
}


.ukladanki img {
  float: left;
  position: relative;
  
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.ukladanki a img:hover {
  z-index: 10;
  
  -webkit-box-shadow: 0 0 10px #222;
  -moz-box-shadow: 0 0 10px #222;
  box-shadow: 0 0 10px #222;
  
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/****/
#sliderNews .item {
  height: 530px;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
}
#sliderNews .item > a:first-child{
  height: 530px;
  display: block;
  width: 100%;
}
#sliderNews .item > a:first-child img {
  display: none;
}

.green_line {
  background: #617A0B no-repeat  50% 0;
  width: 100%;
  margin-bottom: 10px;
  height: 550px;
}