*, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body{font-family: "OpenSans", Arial, sans-serif; font-size: 13px; line-height: 20px; color: #5e6160;background: #fff; overflow-x: hidden;}

a {text-decoration: none; }
*:focus,*:active {outline: none;}
strong {font-weight: bold;}
.italic {font-style: italic;}
.accent {color: #1CC58C;}


.col {float: left; padding: 0 20px;}
.col-1-1 {width: 100%;}
.col-1-2 {width: 50%;}
.col-1-3 {width: 33.3%;}
.col-2-3 {width: 66.7%;}

.wrapper {width: 100%; max-width: 1040px; margin: 0 auto; }

h2 {display: inline-block; width: 100%; font-size: 26px; font-weight: bold; text-transform: uppercase; padding: 60px 0 20px; line-height: 28px; border-bottom: 1px solid #b6bcba; margin-bottom: 30px; text-align: center;color: #4C4F4E;}
p { margin-bottom: 15px;}

ul.list {}
   ul.list li {background: url("../images/list-bg.png") no-repeat 0 50%; padding-left: 15px }

#top{width: 100%; min-height: 80px; background: #1cc58c; position: fixed; top: 0; z-index: 99; border-bottom: 2px solid #14996c;}
   #top #logo{float: left; margin-top: 5px;}
   #top #menu{float: right; margin-top: 28px}
      #top #menu li{float: left; margin: 0 3px;}
         #top #menu li a{font-size: 16px; font-weight: bold; display: inline-block; color: #fff; padding: 4px 8px; }
         #top #menu li a:hover{background: #fff; color: #1cc58c;}
         #top #menu li.fb a{padding: 0 5px; }
         #top #menu li.fb a:hover{background: none;}
         #top #menu li.fb img{margin-top: 2px;} 

  #top .lang-sel{float: right; white-space: nowrap; padding: 36px 20px 0 4px; font-size: 0px; line-height: 0;}
    #top .lang-sel li{display: inline-block; padding-left: 6px;}

#start-box {height: 430px; margin-top: 80px; background: url("../images/start-bg.jpg") no-repeat 50% 0; background-size: cover; position: relative; z-index: 9; padding-top: 0}
   #start-box .slogan{display: block; padding: 150px 0 50px; font-family: "OpenSansLight"; font-size: 28px; line-height: 38px; color: #fff; text-shadow: 0px 1px 0 rgba(0,0,0,0.6);}
   #start-box .slogan strong{font-family: "OpenSans"; font-weight: bold;}
   #start-box img {display: block; margin: 0 auto;}
   #start-box .phones {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 55px;
}

#about-app-box { background: #E4E3E3 url("../images/body-bg.png") repeat-x 0 0;}
   #about-app-box .map{display: block; }
   #about-app-box .map .logo-slider {display: block; max-width: 100%; padding: 0; border: 1px solid #8c9290; background: #f7f7f7; background: #fff; position: relative;}
   #about-app-box .map .logo-slider .padd-box { font-size: 0; line-height: 0; height: 0; width: 100%; padding-top: 100%; position: relative;}
/*   #about-app-box .map .logo-slider li { display: none; }
   #about-app-box .map .logo-slider li:first-child { display: block; }*/
   #about-app-box .map .logo-slider li .inner { position: absolute; top: 0; left: 0; text-align: center; width: 100%; height: 100%; }
   #about-app-box .map .logo-slider li .inner:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
   #about-app-box .map .logo-slider li img {max-width: 100%; max-height: 100%; width: auto; height: auto; vertical-align: middle;}
   /*#about-app-box .map:hover img{background: #8c9290;}*/
   #about-app-box .map span{display: block; text-align: center; color: #fff; font-weight: bold;  padding: 4px; background: #8c9290;}
   
   #about-app-box .person {font-size: 12px; line-height: 16px;}
   #about-app-box .person .name{font-size: 13px; margin-bottom: 10px; display: block;}
   #about-app-box .person .photo_holder {margin: 30px 0 20px; overflow: hidden;}    
   #about-app-box .person .photo_holder img{    
      background:  #E5E5E5;
    border: 1px solid #C6C6C6;
    border-radius: 50%;
    padding: 5px;
   float: left;
   margin-right: 15px;
   margin-bottom: 10px;
   }
   
   #about-app-box .person .photo_holder p{font-size: 11px; text-align: justify;}  
   #about-app-box .person .logo{margin-top: 25px; display: block;}  

   
   #stores{}
      #stores li{display: inline-block; margin-left: 10px;}
      #stores li:first-child{margin: 0;}

   .bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -20px; outline: 0; width: 61px; height: 61px; text-indent: -9999px; z-index: 9;  }
   .bx-wrapper .bx-controls-direction a.disabled { display: none }
   .bx-wrapper .bx-prev { left: 40px; background: url(../images/slider-arrows.png) no-repeat 100% 100%; }
   .bx-wrapper .bx-prev:hover {background-position: 100% 0;}
   .bx-wrapper .bx-next { right: 40px; background: url(../images/slider-arrows.png) no-repeat 0 100%; }
   .bx-wrapper .bx-next:hover {background-position: 0 0;}

#news-box {background-color: #e4e3e3;}
  #news-box .news-image img { max-width: 100%; height: auto; }
  #news-box .news-list li { margin-bottom: 30px; }
  #news-box .news-list li:last-child { margin-bottom: 0; }
  #news-box .news-title { font-size: 1.3em;  font-weight: bold; }
  #news-box .news-date { font-size: 0.9em;  margin-bottom: 10px; display: block;}
   
#dla-gminy-box {background: #fff; text-align: justify;}
   #dla-gminy-box .buttons{text-align: center; margin: 30px 0 20px}
      #dla-gminy-box .buttons li{display: inline;}
      #dla-gminy-box .buttons a{display: inline-block; padding: 10px 30px; background: #1cc58c; border-bottom: 3px solid #14996c; text-transform: uppercase; color: #fff; font-weight: bold;height: 55px; line-height: 16px;margin: 3px;vertical-align: top;}
      #dla-gminy-box .buttons a.one-line{padding-top: 19px;}
      #dla-gminy-box .buttons a:hover{background: #3be2aa;}
      
#dla-mieszkanca-box {background: url("../images/dla-mieszkanca-bg.png") repeat-x 0 0; text-align: justify;}      
   #dla-mieszkanca-box .phones{margin-top: 80px;}      
   
         
#harmonogram-box {background: url("../images/dla-mieszkanca-bg.png") repeat-x 0 0; text-align: justify;}      
   #harmonogram-box .phones{margin-top: 80px;}    

#faq-box {background: #fff; min-height: 380px; margin: 0;}
   #faq-box ul{margin-left: 15px;}
      #faq-box li{background: url("../images/faq-li.png") no-repeat 0 0; padding-left: 30px; margin-bottom: 25px;}
         #faq-box li .question{display: block; font-size: 15px; font-weight: bold; margin-bottom: 15px;}
         #faq-box li .answer{padding: 0;}
         
#contact-box{background: #292b2a; color: #e6e5e5; margin: 0; padding-bottom: 50px;}
   #contact-box h2{color: #fff;}
   #contact-box ul{margin-left: 15px;}
   #contact-box li{float: left; min-height: 50px; margin-left: 50px; margin-bottom: 20px}
   #contact-box li:first-child{margin: 0;}
   #contact-box .big{font-size: 15px;}
   #contact-box .phone{background: url("../images/ico-phone.png") no-repeat 10px 0; padding-left: 65px;}
   #contact-box .email{background: url("../images/ico-email.png") no-repeat 0 0; padding-left: 65px;}
   #contact-box .info{background: url("../images/ico-home.png") no-repeat 0 0; padding-left: 65px;}
   #contact-box a{color: #E6E5E5;}
   #contact-box a:hover{text-decoration: underline;}

.box {padding-top: 20px; padding-bottom: 40px; position: relative;}

.clear {clear: both;}


#cboxLoadedContent
{
	padding: 30px !important;
      background: #444;
	  border-radius: 5px;
}

#cboxTitle
{
	bottom: 2px !important;
    font: normal 15px Lucida, Arial;
}

#cboxCurrent
{
    bottom: 7px !important;
    color: #888888 !important;
    font: 12px Lucida,Arial;
    left: 50% !important;
    margin-left: -25px;
    width: 50px;
}

#cboxPrevious
{
	left: 3px !important;
}

#cboxNext
{
	right: 3px !important;
}

#cboxClose
{
	width: 22px;
	top: 7px;
	right: 7px;
}

.my_select_box {
    width: 300px;
}
         
@media screen and (max-width: 1024px)
{
   #contact-box ul{margin: 0 auto; max-width: 470px;}
   #contact-box .phone{margin-left: 0;}

   .phones {max-width: 100%;}
   
   .person .logo img {max-width: 100%;}
   #about-app-box .person .photo_holder p {clear: both; display: block;margin-top: 15px; float: left;}
   
   #stores li {max-width: 100px;}
      #stores li img {max-width: 100%;}
   
   #top {text-align: center; position: relative;}
      #top #logo{float: none;}
      #top #menu{float: none; margin-bottom: 8px; margin-top: 0;}
         #top #menu li{margin: 0; display: inline-block; float: none; margin-bottom: 2px;}
         #top #menu li a{background: #11a372; padding: 5px 18px;}  
          #top #menu .hide_mobile {display: none !important;}
          .my_select_box {width: 200px;}
}

@media screen and (max-width: 800px)
{
   #start-box .slogan {padding-top: 100px;}
   .my_select_box {width: 200px;}
}
@media screen and (max-width: 767px)
{
   .col {float: none; width: 100% !important;}
   
   .hide_mobile {display: none !important;}
   
   .wrapper {padding: 0 10px;}

   
   #start-box {margin-top: 0;}
   #start-box .slogan {
       font-size: 24px;
       line-height: 32px;
       padding: 80px 0 50px;
       text-align: center;
   }   
   
   .phones {display: none !important;}   
   
   #stores {text-align: center;}
      #stores li {max-width: 100%;}
   
   #about-app-box .map img {margin: 0 auto;}
   #about-app-box .map span {max-width: 342px; margin: 0 auto;}
   
   #about-app-box .person {text-align: center;}
      #about-app-box .person .photo_holder img {float: none;}
      
   #dla-gminy-box .buttons a {display: block; height: auto; min-height: 55px;}
   
         
   #dla-mieszkanca-box img {max-width: 100%;}
   
   #faq-box li{background: none; padding-left: 0px; margin-bottom: 15px;}
   
   #contact-box ul{margin: 0 auto; max-width: 260px;}
      #contact-box li{float: none;margin-left: 0;}
      #contact-box .home{background: url("../images/ico-home.png") no-repeat 0 0; padding-left: 65px;}
      #contact-box .phone{margin-left: 0;}

  #news-box .news-image img { max-width: 280px; }
  #news-box .news-image { text-align: center; margin-bottom: 20px; }
  .my_select_box {width: 200px;}
}

@media screen and (max-width: 360px)
{
   #top #menu li{display: block; margin-bottom: 2px;}
      #top #menu li a{display: block;}
      
   #start-box .slogan {
       font-size: 18px;
       line-height: 24px;
   }      
  #news-box .news-image img { max-width: 100%; }

   
#stores li {margin: 0;}   

.my_select_box {width: 200px;}

}   
   

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
#harmonogram-table td {
    padding: 5px
}
