.transition {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.navbar{z-index:99999999999;}
html {
  font-size: 62,5%;
}

.content{
        margin-top: 160px;
}
.plus{
    max-height:300px!important;
}
#col1{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
#col2{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
#col3{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
#col4{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
#col5{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
#col6{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
#col7{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
#col8{
    max-height:0px;
    display:block!important;
    overflow:hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
body #oferta #of8 .name .right{
    border-right:none!important;
}
/* --------------SPRITE-------------------- */
.sprite {
  background-image: url(../../images/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}
.sprite.sprite-about_bg {
  background-position: -5px -5px;
  width: 409px;
  height: 410px;
}
.sprite.sprite-arrow_down {
  background-position: -424px -5px;
  width: 16px;
  height: 18px;
}
.sprite.sprite-left_arrow {
  background-position: -450px -5px;
  width: 44px;
  height: 41px;
}
.sprite.sprite-localization {
  background-position: -504px -5px;
  width: 27px;
  height: 39px;
}
.sprite.sprite-logo {
  background-position: -541px -5px;
  width: 322px;
  height: 51px;
}
.sprite.sprite-mobile {
  background-position: -873px -5px;
  width: 46px;
  height: 77px;
}
.sprite.sprite-right_arrow {
  background-position: -929px -5px;
  width: 44px;
  height: 41px;
}
.sprite.sprite-right_arrow_small {
  background-position: -983px -5px;
  width: 21px;
  height: 23px;
}
.sprite.sprite-search {
  background-position: -1014px -5px;
  width: 21px;
  height: 23px;
}
/* --------------SPRITE-------------------- */
/* ----------------HEADING------------------ */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 20%;
  min-width: 180px;
  float: left;
}
.lefthr {
  float: left;
  width: 40%;
  border: none;
  height: 1px;
  background: #fab819;
  margin-top: 40px;
}
.lefthr:after {
  width: 50px;
  height: 3px;
  content: "";
  background: #282826;
  float: right;
  margin-top: -1px;
}
.righthr {
  float: left;
  width: 40%;
  border: none;
  height: 1px;
  background: #fab819;
  margin-top: 40px;
}
.righthr:before {
  float: left;
  width: 50px;
  height: 3px;
  content: "";
  background: #282826;
  margin-top: -1px;
}
/* ----------------HEADING------------------ */
/* --------------HEADER-------------------- */
body header {
  margin-top: 30px;
  height: 77px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
body header .navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(40, 40, 38, 0.8) !important;
  z-index: 9;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
body header .navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body header .navbar-default {
  background: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color:white!important;
}
body header ul li {
  padding: 0px 30px!important;
  cursor:pointer;
}
body header ul li ul {
  background: #e7e7e7!important;
  box-shadow: none!important;
  background-clip: none;
  border: 1px solid #E7E7E7!important;
}
body header ul li ul a {
  color: #000000 !important;
}
body header ul li a {
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  margin-top: 15px;
  height: 60px;
  padding: 15px 15px!important;
}
body header ul li a:hover {
  border-bottom: 2px solid #ffffff;
  background: transparent!important;
  color: white;
}
body header ul li a:active {
  background: transparent!important;
}
body header ul li a:focus {
  background: transparent!important;
}
/* --------------HEADER-------------------- */
/* --------------Slider-------------------- */
body #slider {
  position: relative;
  top: -110px;
  left: 0;
  width: 100%;

}
body #slider .lbg {
  background: #c2c2be;
  height: 0px;
}
body #slider .rbg {width:100%;

  height: 47vw;padding:0;
}
/* --------------Slider-------------------- */
/* --------------O firmie-------------------- */
body #ofirmie {
  margin-top: -60px;
}
body #ofirmie .col-sm-12 {
  margin-top: 30px;
  text-align: justify;
  text-align-last: center;
  margin-bottom: 30px;
}
/* --------------O firmie-------------------- */
/* --------------Oferta-------------------- */
body #oferta {
  background-image: url(../../images/oferta_bg.jpg);
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-bottom: 60px;
  padding-top: 50px;
}
body #oferta h1 {
  color: #ffffff;
}
body #oferta .lefthr:after {
  background: #ffffff;
}
body #oferta .righthr:before {
  background: #ffffff;
}
body #oferta .row {
  margin-top: 80px;
}
body #oferta .col-sm-3 {
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
  position:relative;
  margin-bottom: 20px;
}
body #oferta .col-sm-3:hover .name .scircle {
  background: #5c5c58;
}
body #oferta .col-sm-3:hover .name {
  box-shadow: 0px 0px 25px 0px #fab819;
}
body #oferta .col-sm-3 .circle {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin: 40px auto;
}
body #oferta .col-sm-3 .circle img {
  margin: 0 auto;
  width: 170%;
  margin-left: -50%;
}
body #oferta .col-sm-3 .name {
  background: #fab819;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  text-align: center;
  padding: 5% 2%;
  float: left;
  text-transform: uppercase;
}
body #oferta .col-sm-3 .name .right {
  width: 100%;
  height: 50px;
  border-right: 1px solid #282826;
}
body #oferta .col-sm-3 .name p {
  margin: 7px 0px;
  float: left;
  width: 70%;
}
body #oferta .col-sm-3 .name .scircle {
  float: right;
  width: 50px;
  margin-right: 15px;
  height: 50px;
  border-radius: 25px;
  background: #282826;
  border-right: 1px solid #282826;
}
body #oferta .col-sm-3 .name .scircle .sprite {
  margin-top: 11px;
  margin-left: 12px;
}
body #oferta a{
    color:black;
}
body #oferta a:hover{
    color:black;
}
body #oferta a:nth-child(4n+4) .right {
  border-right: none!important;
  line-height:26px!important;
}
.back{    width: 150px;
    height: 50px;
    display: block;
    margin-top: 50px;
    background: #fab819;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}
.back{
    color:#282826;
}
.back a:focus, a:hover{
    color:#282826!important;
}
body #oferta a:nth-child(3) p {
  margin-top: 4px;
  line-height: 19px;
}
body #oferta a:nth-child(4) p {
  margin-top: 4px;
  line-height: 19px;
}
body #oferta a:nth-child(5) p {
  margin-top: 4px;
  line-height: 18px;
}
body #oferta a:nth-child(8) p {
  margin-top: 4px;
  line-height: 18px;
}
/* --------------Oferta-------------------- */
/* --------------Kontakt-------------------- */
body #kontakt {
  margin-top: 50px;
}
body #kontakt .row:nth-child(1) {
  margin-top: 150px;
}
body #kontakt .row:nth-child(1) .col-sm-3 {
  padding: 2%;
  background: #fab819;
  font-family: 'Lato', sans-serif;
  font-size: 1.9rem;
  border-right: 1px solid #db9c05;
  height: 130px;
  line-height: 90px;
  font-weight: 300;
}
body #kontakt .row:nth-child(1) .col-sm-3:nth-child(1) {
  line-height: 30px;
}
body #kontakt .row:nth-child(1) .col-sm-3:nth-child(4) {
  border-right: none;line-height:30px;
}
body #kontakt .row:nth-child(2) .col-sm-3 {
  padding: 2%;
  background: #282826;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  height: 120px;
}
/* --------------Kontakt-------------------- */
/* --------------Mapa-------------------- */
body #mapa .col-sm-12 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
body #mapa .findus {
  margin-top: 50px;
  width: 100%;
  background: #343432;
  height: 50px;
  color: #fab819;
}
body #mapa .findus .margin {
  cursor: pointer;
  width: 320px;
  margin: 0 auto;
}
body #mapa .findus .margin .findust1 {
  float: left;
  width: 130px;
  margin-top: 15px;
}
body #mapa .findus .margin .mapcircle {
  float: left;
  background: #343432;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  position: relative;
  top: -15px;
  margin-left: 10px;
  margin-right: 10px;
}
body #mapa .findus .margin .mapcircle .sprite {
  margin-top: 7px;
  margin-left: 8px;
}
body #mapa .findus .margin .findust2 {
  float: left;
  width: 130px;
  text-align: right;
  margin-top: 15px;
}
body #mapa #mapka {
  max-height: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
}
body #mapa .maxh {
  max-height: 600px!important;
}
/* --------------Mapa-------------------- */
/* --------------Footer-------------------- */
body footer {
  width: 100%;
  background: #282826;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
}
body footer a {
  color: white;
}
body footer a:hover {
  color: #fab819!important;
}
body footer a:focus {
  color: #fab819;
}
/* --------------Footer-------------------- */
/* ---------------Responsywność---------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
  body header ul li {
    padding: 0px 15px!important;
  }
  body #oferta .col-sm-3 .name p {
    line-height: 19px;
    font-size: 1.8rem;
  }
  body #oferta a:nth-child(5) p {
    margin-top: 1.2rem;
  }
  body #oferta .col-sm-3 .name {
    height: 75px;
  }
  body #oferta .col-sm-3 .name .scircle {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 59%;
  }
  body header ul li {
    padding: 0px!important;
  }
  body header ul li a {
    padding: 15px 10px!important;
  }
  body #oferta .col-sm-3 .circle {
    width: 160px;
    height: 160px;
  }
  body #oferta .col-sm-3 .name {
    height: 120px;
  }
  body #oferta .col-sm-3 .name p {
    width: 100%;
    font-size: 1.7rem;
  }
  body #oferta .col-sm-3 .name .scircle {
    margin-left: 65px;
  }
  h1 {
    width: 30%;
  }
  .lefthr,
  .righthr {
    width: 35%;
  }
  body #kontakt .row:nth-child(1) .col-sm-3 {
    font-size: 1.9rem;
  }
  body #kontakt .row:nth-child(2) .col-sm-3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  html {
    font-size: 55%!important;
  }
  header .sprite-logo {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -14px;
  }
  #slider .col-sm-6:nth-child(1) {
    display: none;
  }
  footer .col-sm-6 {
    width: 50%;
    float: left;
  }
  .righthr {
    width: 35%;
  }
  .lefthr {
    width: 35%;
  }
  h1 {
    width: 30%;
    min-width: 140px;
  }
  body #ofirmie .col-sm-12 {
    margin-top: 100px;
  }
  body #oferta .col-sm-3 .name {
    padding: 5px 5px;
    margin-bottom: 70px;
  }
  body #oferta a:nth-child(3) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta a:nth-child(4) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta a:nth-child(5) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta a:nth-child(8) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta .col-sm-3 .name .right {
    border-right: none;
    line-height:50px!important;
  }
  body #kontakt .row:nth-child(1) .col-sm-3 {
    height: auto;
    line-height: normal;
  }
  body #kontakt .row:nth-child(2) .col-sm-3 {
    height: auto;
  }
  body #slider .rbg {
    background-size: cover;
    height: 460px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  html {
    font-size: 55%!important;
  }
  header .sprite-logo {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -14px;
    margin-left: -50px;
  }
  #slider .col-sm-6:nth-child(1) {
    display: none;
  }
  footer .col-sm-6 {
    width: 50%;
    float: left;
  }
  .righthr {
    display: none;
  }
  .lefthr {
    display: none;
  }
  h1 {
    width: 100%;
    min-width: 140px;
  }
  body #ofirmie .col-sm-12 {
    margin-top: 100px;
  }
  body #oferta .col-sm-3{
      margin-top:100px;
  }
  .list-group{
          margin-top: 40px;
  }
  #col1 .list-group{
      margin-top:0px;
  }
  body #oferta .col-sm-3 .name {
    padding: 5px 5px;
    margin-bottom: 70px;
  }
  body #oferta .col-sm-3:nth-child(3) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta .col-sm-3:nth-child(4) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta .col-sm-3:nth-child(5) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta .col-sm-3:nth-child(8) p {
    margin-top: 12px;
    line-height: normal;
  }
  body #oferta .col-sm-3 .name .right {
    border-right: none;
  }
  body #kontakt .row:nth-child(1) .col-sm-3 {
    height: auto;
    line-height: normal;
  }
  body #kontakt .row:nth-child(2) .col-sm-3 {
    height: auto;
  }
  body #slider .rbg {
    background-size: cover;
    height: 460px;
  }
  .navbar-default .navbar-brand {
    width: 75%;
    float: left;
  }
  body #kontakt .row:nth-child(1) {
    margin-top: 80px;
  }
}


/*~~~~~~~~~~~~~~COOKIES~~~~~~~~~~~~~~~~~*/
#cookieinfo{
    display:none;
    width: 100%;
    color: #282826;
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    background: rgb(250, 184, 25) none repeat scroll 0% 0%;
    font-size: 12px;
    height: 94px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    text-align:center;
}
#cookieinfo p
{
    padding: 3px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#cookieinfo a
{
 color: white;
 text-decoration: none;
}
#cookieinfo a:hover
{
 color:white!important;
 text-decoration: underline;
}
#cookieimage img{
    width: 85px;
    float: left;
    padding: 15px 30px 15px 30px;
}
#close{
    width: 130px;
    height: 30px;
    display: block;
    float: right;
    background-color: #393939;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}
#close:hover{
    background:#1d1d1d;
}
.cookiewidth{
    width:80%;
    margin:0 auto;
}
.panel-heading{
    padding:0px!important;
    border:none!important;
    background:transparent!important;
}
.panel{
    background:transparent!important;
    border:none!important;
}
.panel-collapse{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.collapsing{
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:100%!important;
}
.list-group-item{
    text-align: left!important;
    background: #fab819!important;
    border: none!important;
    border-radius: 0px 0px!important;
}

.list-group-item:hover{
    background:#ffc842!important;
}
tbody tr td{
    border: 2px solid #282826;
    padding: 10px;
}
/* Stylesheet: main Modified On 2017-05-17 10:12:42 */
