@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

a:hover, a:focus {
    color: #4661b5;
    text-decoration: underline;
}
a {
    color: #ccc;
    text-decoration: none;
}

a.reg-banner {
    display: block;
    margin-left: 60px;
    width:220px;
    height:220px;

}
@media (max-width: 1820px) {
    a.reg-banner {margin-left: 80px;}
}
@media (max-width: 1720px) {
    a.reg-banner {margin-left: 100px;}
}
@media (max-width: 1620px) {
    a.reg-banner {margin-left: 120px;}
}
@media (max-width: 1520px) {
    a.reg-banner {margin-left: 140px;}
}
@media (max-width: 1420px) {
    a.reg-banner {
        margin-left: 170px;
        width:200px;
        height:200px;
    }
}
@media (max-width: 1320px) {
    a.reg-banner {
        margin-left: 200px;
        width:180px;
        height:190px;
    }
}
.pr0 {padding-right: 0 !important;}
.pl0 {padding-left: 0 !important;}

.bg-img {
  position: relative; 
  top: 0; 
  left: 0; 
  margin:0;
  padding:0;
  /* Preserve aspet ratio */
  width: 100%;
  height: auto;
}
.img-res {
  max-width: 100%;
  height: auto;
}
/*
#section-home {
    background: url(/img/baner-bkg.jpg) no-repeat center top;
    background-size: 100% 100%;
}
*/
div.title {
    position: absolute;
    top: 100px;
    width: 555px;
    z-index: 1000;
}
div.title h1 {font-family:"Roboto", sans-serif;font-size:62px;line-height:45px;margin-top:40px;color: #f0f0f0;text-shadow: 0 0 4px rgba(255,255,255,1);}
div.title h1 span {font-size:45px;}
div.title h3 {display: box;font-family:"Roboto", sans-serif;font-size:25px;line-height:28px;font-weight:400 !important;text-align: justify;width: 505px;}
@media (max-width: 999px) {
    div.title h1 {font-size:45px;line-height:35px;}
    div.title h1 span {font-size:35px;}
    div.title h3 {font-size:15px;line-height:22px;width: 400px;}
}

html {overflow-y: scroll;}
body {font-family: "Roboto", sans-serif;font-size: 14px;color: #fff;background: #000;margin: 0;}

/*.main-wrp {}
.main-wrp:before,.main-wrp:after {content: " ";display: table;}
.main-wrp:after {clear: both;}*/
#content:before,#content:after {content: " ";display: table;}
#content:after {clear: both;}

.navbar {
    min-height: 134px;
}
.navbar-default {
    background-color: #000;
    border-color: #eeeeee;
    background-image:none;
    box-shadow: none;
    /*height: 100px;*/
}
.navbar-fixed-top {
    border-width: 0;
    top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.navbar-header-top {
  font-size: 13px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-align: right;
  padding-top: 3px;
  border-top: 3px solid #709A48;
  color: #fff;
  height: 100px;
  margin-left: 200px;
}
.navbar-header-top a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
   color: #fff;
   background: #000;
   text-shadow: none;
   font-size: 19px;
   font-weight: 400;
   font-family: "Roboto", sans-serif;
   padding-top: 16px;
   padding-bottom: 5px;
   text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {color:#008E34;}

.nav > li > a {
    padding: 10px 0px 10px 50px;
}

/*navbar bottom*/
.navbar-bottom .bottombar-nav > li > a {
   color: #fff;
   background: #000;
   text-shadow: none;
   font-size: 15px;
   font-weight: 400;
   font-family: "Roboto", sans-serif;
   padding-top: 0px;
   padding-bottom: 0px;
   text-transform: uppercase;
}
.navbar-bottom .bottombar-nav > li > a:hover {color:#008E34;}

.navbar-bottom .nav > li > a {
    padding: 0px 0px 0px 65px;
}
.bottombar-nav {
    float: right;
    clear: right;
    position: relative;
    min-height: 20px;
    margin-bottom: 30px;
    border: 1px solid transparent;
}
.bottombar-nav > li {
    float: left;
}

.bottombar-nav {
}
.navbar-bottom {
    height: 20px;
    padding-top: 0px;
    padding-right: 15px;    
}
.s-logo {text-align: right;}
@media (max-width: 991px) {
    #bottom-navbar {
        display:none;
    }
    .s-logo {text-align: left;}
}

.top-contact {float: right;font-family: "Roboto", sans-serif;font-size: 14px;font-weight:300;padding:45px 0 0 0;text-transform: uppercase;letter-spacing: 0.5px;}
.top-contact span.tc-tel, .top-contact span.tc-reg, .top-contact span.tc-log {padding:45px 0 0 0;}
.top-contact span.tc-tel {font-size: 22px;font-weight: 500;padding-right: 10px;}
.top-contact span.tc-reg {background: url('../img/reg-ico.gif') no-repeat 50% 10px;}
.top-contact span.tc-reg {padding-left: 33px;padding-right: 33px;}
.top-contact span.tc-log {background: url('../img/log-ico.gif') no-repeat 50% 10px;}
.top-contact span.tc-reg a, .top-contact span.tc-log a {padding-top: 45px;color:#008E34;}
.top-contact span.tc-reg a:hover, .top-contact span.tc-log a:hover {color: #999;text-decoration: none;}
.top-navbar-collapse {margin-top: 0px;background:#000;}
.top-navbar-collapse ul.navbar-nav {float: right;clear:right;}
img.navbar-brand-logo {margin-top: 0px;width: 147px;height: 88px;}
a.navbar-brand {display:block;margin-top: 9px;width: 147px;height: 88px;}

@media (max-width: 767px) {
  .navbar-default .navbar-brand, .navbar-default .navbar-brand img.navbar-brand-logo {padding-top: 0px;margin:5px 0;}
  .top-navbar-collapse ul.navbar-nav {margin-top: 0px;}
  .top-navbar-collapse ul.navbar-nav {
    float: left !important;
  }
  .top-navbar-collapse {
      margin-top: 10px;
  }
  .nav li a {padding-left: 15px;}
}
@media (max-width: 410px) {
    .galleries .row div {width:100%;}
    
}
#header {
  background-color: #000;
  color: #fff;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;font-weight:300;}
.section .precontainer-0 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
  /*background-color:#4761b5;*/
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
}
.mobile .section .precontainer-0 {
  margin-top: 0 !important;
}
.section .precontainer-0 .precontainer-1 {
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}
.section .precontainer-0.section-kontakt .precontainer-1 {
    padding-bottom: 0;
}
.section .precontainer-0 .precontainer-1 .precontainer-2 {
  background: transparent;
}


.section .precontainer-0.section-stopka .boxes {
  margin-top: 0px;
}
.section .precontainer-0.section-stopka .boxes .box-footer {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color:#fff;
}
.section .precontainer-0.section-stopka .boxes .box-footer div,
.section .precontainer-0.section-stopka .boxes .box-footer p,
.section .precontainer-0.section-stopka .boxes .box-footer a {
  font-size: 13px;
}
.section .precontainer-0.section-stopka .boxes .boxes-stopka {
  clear: left;
}
.section .precontainer-0.section-stopka .boxes .box-copyrights {
  /*white-space: nowrap;*/
  font-size: 13px;
}
.section .precontainer-0.section-stopka .boxes .box-copyrights div,
.section .precontainer-0.section-stopka .boxes .box-copyrights p,
.section .precontainer-0.section-stopka .boxes .box-copyrights a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  clear: left;
}
.section .precontainer-0.section-stopka .boxes .box-copyrights p span,
.section .precontainer-0.section-stopka .boxes .box-copyrights p span a {
    color:#b19578;
}
.boxes-stopka {
    padding-top: 10px;
    border-top: 1px solid #2d2d2d;     
}
iframe {
  border-width: 1px;
  max-width: 100%;
}
.section-galeria .article .row img {padding-bottom: 30px;}

.article,
.galleries {
  padding: 20px 0;
  line-height: 19px;
}
@media (max-width: 480px) {
  .article,
  .galleries {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.article h2,
.galleries h2,
.container h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 26px;
}
.article p,
.galleries p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 20px;
}

p.bottom-navi {
    text-align: right;
    font-size: 13px;
    line-height: 1.3;
}
p.bottom-navi-2 {
    text-align: right;
    font-size: 13px;
    line-height: 1.3;
    padding-right: 20px;
}

#section-kontakt .article p {
    font-size: 18px;
}

#section-kontakt .article img {
    margin:0 0 30px 30px;
}
.article img,
.galleries img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .section-contact {
    padding-left: 5px;
    padding-right: 5px;
  }
}
table td {
  vertical-align: top;
}
.galleries .gallery-photo {
  margin-bottom: 20px;
}
.galleries .gallery-photo a {
  border: 1px solid #AAAAAA;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.article {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article img.oryg {
  width: auto;
  max-width: none;
  height: auto;
  margin-right:30px;
}

.article img.oryg-last {
  width: auto;
  max-width: none;
  height: auto;
}

.article p.img-info {
    text-align: center;
    padding-top: 10px;
    margin-left: 30px;
}

.article .static:before,
.article .static:after {
  content: " ";
  display: table;
}
.article .static:after {
  clear: both;
}
.article .static:before,
.article .static:after {
  content: " ";
  display: table;
}
.article .static:after {
  clear: both;
}
@media screen and (min-width: 999px) {
  .article .static h1,
  .article .static h2,
  .article .static h3,
  .article .static h4,
  .article .static h5,
  .article .static h6 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.article .static h4 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.article .static h1 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 35px;
}
.article .static h1 span {
  font-size: 24px;
  font-weight: 400;
    
}
.article .static h2, .container h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight:300;
  padding-right: 15px;
}
.article .static h2 span {
  font-size: 18px;
  font-weight: 300;
    
}
.article .static h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight:300;
  margin-bottom: 20px;
}
.article .static h4 {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight:bold;
}
.article .static > table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 480px) {
  .article .static > table {
    width: 100% !important;
  }
}
.article .static > table > tbody > tr > td {
  position: relative;
  width: 40%;
}
.c-logo {text-align: center !important;}
@media screen and (max-width: 767px) {
  .article .static > table > tbody > tr > td {
    float: none;
    clear: both;
    width: 100% !important;
    display: block;
  }
  .c-logo {text-align: left !important;}
}
.article .static > table > tbody > tr > td + td {
  width: 50%;
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .article .static > table > tbody > tr > td + td {
    margin-top: 20px;
    padding-left: 0;
  }
}
.article .static > table + table {
  margin-top: 50px;
}
.article + .article {
  margin-top: 10px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}
.section-home .article p,
.bg-holder .article p {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.5em;
  padding-right: 0.5em;
  line-height: 0.9;
  text-align: right;
}
@media (max-width: 640px) {
  .section-home .article p,
  .bg-holder .article p {
    font-size: 2.5em;
  }
}
.section-home .article p:first-child,
.bg-holder .article p:first-child {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 3.3em;
  padding-right: 1.5em;
  line-height: 1;
}
.section-home .article p:first-child span,
.bg-holder .article p:first-child span {
    font-size: 0.7em;
    padding-right: 4.2em;
}
@media (max-width: 640px) {
  .section-home .article p:first-child,
  .bg-holder .article p:first-child {
    font-size: 3.2em;
  }
}
.section-home .article p:last-child,
.bg-holder .article p:last-child {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 3.4em;
  padding-right: 0em;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .section-home .article p:last-child,
  .bg-holder .article p:last-child {
    font-size: 2.4em;
  }
}
@media (max-width: 599px) {
    #carousel-example-generic {
        display:none;
    }
}
.carousel .carousel-inner-switcher .item .slide .precontainer-1 {padding-bottom: 0px;}
.carousel .carousel-inner-switcher .item .slide .article {padding-top: 0px;}
.carousel .carousel-inner-switcher .item .slide .galleries {padding-top: 0px;}
.carousel .carousel-inner-switcher .item .slide .article .static .row div {padding-bottom: 15px;}
.carousel .carousel-inner-switcher .item .slide .galleries .row div {padding-bottom: 15px;}
.carousel .carousel-inner-switcher .item .slide .article .static table tbody tr td a {
  display: inline-block;
  background-color: #8ba51c;
  width: 97px;
  height: 31px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  position: absolute;
  bottom: -40px;
  right: 0;
}
div.jtd, div.jtd-first {
    float: left;
}
@media (max-width: 1199px) {
    div.jtd-first {
        clear: left;
    }
}
div.hone {
    float: left;
    margin-left: 80px;
}
@media (max-width: 445px) {
    div.hone {
        float: none;
        margin-left: 0px;
        margin-right:  0px;
    }
}
img.section-baner-contact {
    margin-bottom: -280px;
    vertical-align: top;
}
@media (max-width: 990px) {
    p.bottom-navi {
        text-align: left;
        margin-top: 20px;
    }
    p.bottom-navi-2 {
        text-align: left;
        margin-top: 0px;
    }
    img.section-baner-contact {
        margin-bottom: 0px;
    }
}
img.photo {
    float: right;
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 767px) {
  .carousel .carousel-inner-switcher .item .slide .article .static table tbody tr td a {
        display: none;
  }
  .top-contact {
      display: none;
  }
  h2 {text-align: left;}
  img.photo {
      float: none;
      margin-left: 0;
      margin-right: 0;
  }

}

.section-contact .article {padding: 0;}

@media (max-width: 1199px) {
/*    #section-home {display: none;}*/
/*    .navbar-fixed-top {position:relative;}*/
    .section-baner-contact {display: none;}
    .section-contact .article {padding: 15px 0;}
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 43%;
}
.carousel-control .glyphicon-chevron-left {
  left: 15px;
  background-color: transparent;
  background-image: url('../simg/arr_left.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 102px;
}
.carousel-control .glyphicon-chevron-left:before {
  content: "" !important;
}
.carousel-control .glyphicon-chevron-right {
  right: 10px;
  background-color: transparent;
  background-image: url('../simg/arr_right.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 102px;
}
.carousel-control .glyphicon-chevron-right:before {
  content: "" !important;
}
.carousel-control {
    width:60px;
}

#contact-form {
    margin-left:  -15px;
    margin-right: 30px;
}
@media (max-width: 767px) {
    #contact-form {
        margin-left:  0px;
        margin-right: 0px;
    }
  
}

#contact-form .form-field {
    padding-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}
#contact-form .form-control {
    -moz-border-radius: 0px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px;
    height: 35px;
    padding-left: 8px;
    padding-right: 5px;
    border: 1px solid #008E34;
    font-size: 14px;
    font-weight: normal;
    background: transparent;
    color: #fff;
 }
#contact-form .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
#contact-form textarea.form-control {
    height: 110px;
}
#contact-form  .form-control.submit, #contact-form .btn {
    -moz-border-radius: 0px / 0px;
    -webkit-border-radius: 0px 0px;
    border-radius: 0px / 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
    font-weight: normal;
    background: #008E34;
    text-transform: uppercase;
}
#contact-form .form-control.submit {
    font-size: 18px;
}
#contact-form .form-control.submit {
    border: none;
    height: 200px;
}
#contact-form .form-control.submit:hover, #contact-form .btn:hover{background:#333;color:#fff;}

.form-control::placeholder {
  color: #fff;
}
.form-control:placeholder-shown {
  color: #fff;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.modal-header {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px; 
 }
 #confirm-error .modal-header, #confirm-error-format .modal-header {
     background-color: #D1322E;
 }
.modal-content {
    background-color:#ddd;
}    
.modal-footer {
    text-align: center;
}
.box-cookie-info {
  background: none repeat scroll 0 0 #919191;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.box-cookie-info .cookie-info {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #F3F3F3;
  background: #919191;
}
.box-cookie-info .cookie-info .cookie-info-container {
  position: relative;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 16px;
  min-height: 45px;
}
.box-cookie-info .cookie-info .cookie-info-container .cookie-info-content {
  padding: 10px;
}
.box-cookie-info .cookie-info .cookie-info-container .cookie-info-close {
  text-decoration: none;
}
.box-cookie-info p {
  margin: 0 !important;
}
.body-article-ustawienia-przegladarki .container, .body-article-polityka-prywatnosci .container {padding: 0 20px;}

.hide {display: none;}

.modal-dialog { color: #000;}
