nav#desktop {
  background-repeat: no-repeat;
  background-position: right 0;
  margin-top: 20px;
  height: 80px;
  position: relative;
  z-index: 1;
  text-align: right;
}
nav#desktop ul {
  display: inline-block;
  padding-top: 7px;
}
nav#desktop ul li {
  float: left;
  position: relative;
  padding: 13px 7px 5px;
  margin: 0 5px 0;
}
nav#desktop ul li a {
  color: #bbb;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
nav#desktop ul li div {
  position: absolute;
  width: 12px;
  height: 12px;
}
nav#desktop ul li div img {
  width: 100%;
}
nav#desktop ul li .top-left {
  top: 0px;
  left: 0px;
}
nav#desktop ul li .top-right {
  top: 0px;
  right: 0px;
}
nav#desktop ul li .bottom-left {
  bottom: 0px;
  left: 0px;
}
nav#desktop ul li .bottom-right {
  bottom: 0px;
  right: 0px;
}
nav#desktop ul li:hover a {
  text-decoration: none;
  color: #faac56;
}
nav#desktop .active a,
nav#desktop .active i {
  color: #faac56;
}
nav#mobile {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 299;
  width: 100%;
  text-align: center;
}
nav#mobile ul#ul {
  padding: 50px 30px 0;
}
nav#mobile ul#ul li {
  padding: 10px 0 10px;
  line-height: 20px;
}
nav#mobile ul#ul li ul {
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  margin: 5px 0 5px;
}
nav#mobile ul#ul li ul li {
  padding: 5px;
}
nav#mobile ul#ul li > div {
  display: none;
}
nav#mobile ul#ul li:not(:last-child) {
  border-bottom: 1px dotted #bbb;
}
nav#mobile ul {
  padding: 50px 30px 0;
}
nav#mobile ul .li-sep:not(:last-child) {
  border-top: 1px dotted #fff;
  margin: 10px 70px 10px;
}
nav#mobile i {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 20px;
}
nav#mobile a {
  color: #fff;
  font-size: 18px;
}
#hamburger {
  display: none;
  z-index: 300;
  position: fixed;
  left: 10px;
  background: none;
  border: 3px solid #fff;
  color: #fff;
  top: 10px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.content-menu {
  text-align: center;
}
.content-menu div > div {
  padding: 10px 0 20px;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}
body {
  background-color: #000;
  overflow-x: hidden;
}
a {
  color: #bbb;
}
textarea {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none;
}
a:hover {
  color: #fff;
}
table {
  color: #fff;
  margin-top: 10px;
}
.button,
.button-white {
  padding: 10px;
  padding-bottom: 12px;
  background: none;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
}
.button {
  border-color: #faac56;
  color: #faac56;
  margin: 5px;
}
.button-white {
  border-color: #fff;
  color: #fff;
  margin: 3px 0 0 3px;
}
.button:hover {
  border-color: #fff;
  color: #fff;
}
.button-white:hover {
  border-color: #faac56;
  color: #faac56;
}
input[type="text"],
input[type="password"] {
  padding: 20px 10px 20px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none;
  background: none;
  color: #fff;
  border-bottom: 1px solid #bbb;
}
.site-date {
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.info {
  font-size: 20px;
  text-align: center;
  padding: 20px;
}
.form-control[disabled] {
  background: none;
}
select {
  /*border: 1px solid @base !important;*/
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btn-info {
  background-color: #faac56;
}
li {
  list-style-type: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul.download {
  margin-top: 10px;
}
a:hover {
  text-decoration: none;
}
.container {
  position: relative;
  padding: 0;
}
.container-fluid .row div {
  margin: 0;
  padding: 0;
}
.container-fluid {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
}
.row {
  margin: 0;
}
#main {
  padding: 20px 0 20px;
  z-index: 3;
}
#icon .icon {
  display: table;
  padding-left: 10px;
  margin: 40px auto;
}
#icon .icon div {
  float: left;
}
#icon .icon img {
  float: left;
  margin-right: 5px;
}
#icon .icon p {
  margin: 0;
}
#icon div:nth-child(3) .icon div {
  margin-top: 10px;
}
#icon div:nth-child(4) .icon div {
  margin-top: 18px;
}
.icon-content {
  position: absolute;
  width: 100%;
  display: none;
  background-color: #fff;
  z-index: 4;
  border: 2px solid #818386;
  top: 13px;
  /*    i{
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 1;
    }*/
}
.motto {
  text-align: center;
  margin-top: 35px !important;
}
.motto a {
  background-color: #818386;
  border: none;
}
/*SLIDER*/
#slider {
  height: 600px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#slider img {
  position: absolute;
  width: 100%;
}
#scroll {
  margin-bottom: -300px;
  text-align: center;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.slider-text {
  z-index: 3;
  position: absolute;
  padding: 20px;
  right: 300px;
  top: 50px;
  display: none;
  color: #fff;
}
.slider-text > div:not(.content) {
  font-size: 42px;
  color: #fff;
  font-weight: 900;
  line-height: 32px;
  position: relative;
  padding-bottom: 7px;
}
.slider-text > div:not(.content) div {
  position: absolute;
  width: 30px;
  height: 30px;
}
.slider-text > div:not(.content) div img {
  width: 100%;
}
.slider-text > div:not(.content) .top-left {
  top: -25px;
  left: -25px;
}
.slider-text > div:not(.content) .top-right {
  top: -25px;
  right: -25px;
}
.slider-text > div:not(.content) .bottom-left {
  bottom: -25px;
  left: -25px;
}
.slider-text > div:not(.content) .bottom-right {
  bottom: -25px;
  right: -25px;
}
.slider-text > div.content {
  width: 350px;
  font-size: 17px;
  margin-top: 30px;
  line-height: 28px;
  font-weight: 200;
}
.slider-text a {
  float: right;
  margin: 20px;
  font-size: 16px;
  font-weight: bold;
}
.slider-text b {
  font-size: 26px;
  font-weight: lighter;
}
.slider-text em {
  font-size: 11px;
}
.gallery-name {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
}
#main-image {
  z-index: 2;
  position: relative;
  width: 100%;
}
#main-slider {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: -300px;
}
#gallery-slider-auto img {
  width: 100%;
}
#left-slider,
#right-slider,
.right-gallery,
.left-gallery {
  position: absolute;
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background: #000;
  padding: 0 10px 5px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#left-slider,
#right-slider {
  top: 38%;
}
.right-gallery,
.left-gallery {
  top: 30%;
}
#left-slider {
  left: 40px;
}
.left-gallery {
  left: -45px;
}
#right-slider {
  right: 40px;
}
.right-gallery {
  right: -45px;
}
.left-gallery {
  display: none;
}
#gallery-head {
  text-align: center;
  background-color: #161616;
  color: #fff;
  padding: 40px 0 20px;
  margin: 0;
  font-size: 22px;
}
#gallery-head i {
  position: absolute;
  top: 35px;
  cursor: pointer;
}
#gallery-head i#left {
  left: 10px;
}
#gallery-head i#right {
  right: 10px;
}
.header-gallery-slider .arrow-gallery-slider {
  position: absolute;
}
.password {
  margin-top: 5px;
}
#media {
  padding-top: 70px !important;
}
#media span {
  padding: 30px;
}
/*LOGO*/
#logo,
#rwd-logo {
  z-index: 3;
}
#logo {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
#rwd-logo {
  display: none;
  text-align: center;
}
fieldset {
  border: none;
}
.form-group {
  margin: 0;
}
#form {
  z-index: 4;
  padding: 10px;
}
#form textarea {
  min-height: 250px;
}
#form .mce-tinymce {
  margin-top: 20px;
}
#adres i,
#pracownicy i,
#wiadomosc i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.content,
site#site-content {
  position: relative;
}
#site-content {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding: 20px;
}
#site-content h2 {
  margin-top: 0;
  font-size: 26px;
  padding-top: 10px;
  min-height: 46px;
  text-align: center;
  color: #fff;
}
#site-content h2 strong {
  color: #818386;
}
#site-content ul {
  padding-left: 30px;
}
#site-content li {
  list-style-type: disc;
}
#gallery-begin {
  text-align: right;
}
.blend {
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.widget {
  position: relative;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
}
.widget > div {
  position: relative;
}
.widget > div div.corner {
  position: absolute;
  width: 12px;
  height: 12px;
}
.widget > div div.corner img {
  width: 100%;
}
.widget > div .top-left {
  top: -25px;
  left: -15px;
}
.widget > div .top-right {
  top: -25px;
  right: -15px;
}
.widget > div .bottom-left {
  bottom: -25px;
  left: -15px;
}
.widget > div .bottom-right {
  bottom: -25px;
  right: -15px;
}
.widget .date {
  color: #faac56;
  position: absolute;
  top: -26px;
  left: 20px;
}
.widget h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.widget ul {
  padding-left: 30px;
}
.widget ul li {
  list-style-type: disc;
}
.widget a {
  color: #fff;
  font-size: 14px;
}
.widget p {
  margin: 0;
}
.widget .widget-text {
  color: #fff;
}
#process {
  display: none;
  position: fixed;
  z-index: 10000;
  right: 40px;
  bottom: 30px;
}
#process img {
  background: #fff;
  padding: 5px;
  height: 70px;
  -webkit-box-shadow: 0 0 2px #555;
  -moz-box-shadow: 0 0 2px #555;
  box-shadow: 0 0 2px #555;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 1%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 100;
  color: #161616;
}
#cookies img {
  padding: 5px;
}
#cookies em {
  margin-left: 10px;
}
#cookies button {
  margin: 11px;
  border-color: #161616;
  color: #161616;
}
#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  padding: 10px 15px 10px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#footer {
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 20px 0 20px;
  background-color: #818386;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  display: inline-block;
  padding: 5px 10px 5px;
  border-right: 1px solid #bbb;
}
#footer a {
  color: #bbb;
}
#footer p#company {
  margin-top: 10px;
}
#footer p#author {
  margin: 0;
}
#footer p#author a {
  text-decoration: underline;
  color: #faac56;
}
#footer .row div {
  padding: 10px 0;
}
#google-map {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  color: #000;
}
#google-map a {
  color: #faac56 !important;
  font-weight: bold;
}
.alert {
  position: fixed;
  font-size: 16px;
  width: 80%;
  left: 10%;
  top: 10%;
  z-index: 1000;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: none;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background-color: #fff;
  color: #000;
  padding: 20px;
}
.employer {
  border: 1px solid #bbb;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  padding: 5px;
}
.employer form {
  text-align: center;
}
.employer-form {
  text-align: center;
  padding-top: 5px;
}
.btn-info {
  border: none;
}
#circle {
  margin: 20px 0px 20px;
  text-align: center;
  color: #000;
}
#circle div {
  background-color: #818386;
  padding-top: 65px;
  border: 5px solid #000;
  height: 200px;
  font-size: 20px;
}
#circle div strong {
  font-size: 24px;
}
#circle div a {
  color: #000;
}
#min-logo {
  display: none;
}
#gallery {
  position: relative;
  display: block;
}
#gallery > div {
  position: relative;
}
#gallery > div div.name {
  z-index: 1;
}
#gallery > div div.name h4,
#gallery > div div.name p {
  color: #fff;
}
#gallery > div div.name h4 {
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0;
}
#gallery > div div.name p {
  line-height: 25px;
}
.strona-glowna #gallery {
  padding-bottom: 10px;
}
.strona-glowna #gallery > div div.name {
  position: absolute;
  left: 80px;
  top: 50px;
}
.strona-glowna #gallery > div div.name h4 {
  width: auto;
  text-align: left;
}
.strona-glowna #gallery > div div.name p {
  width: 250px;
}
#gallery-widget img,
#gallery img {
  width: 100%;
}
#gallery-widget div.zoom,
#gallery div.zoom {
  position: relative;
  overflow: hidden;
  padding: 0;
}
#gallery-widget div.zoom :hover img,
#gallery div.zoom :hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#gallery-widget div.zoom img,
#gallery div.zoom img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery-widget {
  margin-top: 20px;
}
#type {
  border: none;
}
.my-label {
  padding: 8px;
  font-size: 16px;
  font-weight: lighter;
  margin: 0;
}
.back a {
  background-color: #161616;
}
.dk-show {
  display: block;
}
.dk-hide {
  display: none;
}
.back-menu-box {
  position: fixed;
  width: 100%;
  z-index: 300;
  text-align: center;
}
.back-menu-box h3 {
  padding: 10px;
}
.back-menu-box ul {
  margin-top: 150px;
}
.back-menu-box ul li {
  cursor: pointer;
  width: 50%;
  float: left;
}
.back-menu-box ul li span {
  font-size: 22px !important;
}
.back-menu-box .back-menu-box-close {
  float: right;
  cursor: pointer;
}
.header {
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 5px;
  padding-top: 0;
  color: #fff;
}
.header2 {
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  padding: 5px;
  color: #faac56;
}
.header2 i {
  cursor: pointer;
  margin-top: -14px;
}
.alphabet {
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  color: #faac56;
  padding: 5px;
}
#user {
  text-align: right;
  color: #fff;
  font-size: 16px;
}
#user p {
  padding: 5px 5px 0 0;
  margin: 0;
}
#user a {
  font-size: 16px;
}
#language {
  position: relative;
  text-align: center;
  margin-top: 40px;
  width: 120px;
  margin: 40px auto;
}
#language div.corner {
  position: absolute;
  width: 15px;
  height: 15px;
}
#language div.corner img {
  width: 100%;
}
#language .top-left {
  top: -15px;
  left: 0;
}
#language .top-right {
  top: -15px;
  right: 0;
}
#language .bottom-left {
  bottom: -8px;
  left: 0;
}
#language .bottom-right {
  bottom: -8px;
  right: 0;
}
#language img {
  padding: 2px;
}
.no-border {
  border: none !important;
}
#breadcrumb {
  border-bottom: 1px solid #555;
  padding: 10px;
  font-size: 14px;
  color: #bbb;
}
#breadcrumb a,
#breadcrumb i {
  font-size: 14px;
  color: #fff;
}
#popup .modal-title {
  color: #000;
}
#popup .modal-content {
  color: #000;
}
#search-icon {
  color: #faac56;
  cursor: pointer;
  position: absolute;
  right: 17px;
  top: 40px;
  z-index: 10;
  /*display: none;*/
}
#search-content {
  display: none;
  width: 100%;
  background-color: #333;
  padding: 20px;
}
#search-content > div form {
  width: 80%;
  margin: 0 auto;
}
#search-content > div form input {
  border: 1px solid #fff;
}
#search-content .form-control {
  height: 45px;
}
.frezy-tarcze h3,
.frezy-tarcze h4 {
  text-align: center;
}
.frezy-tarcze > div {
  margin-top: 30px;
}
.frezy-tarcze > div h5 {
  cursor: pointer;
  padding: 10px 5px 10px;
  font-size: 18px;
  background-color: #555;
}
.frezy-tarcze > div .table-responsive {
  display: none;
}
.frezy-tarcze > div .table-responsive table tr th {
  border: none;
}
#form .box {
  padding: 20px;
  border: 1px solid #555;
}
#form .box h3 {
  text-align: center;
}
#form .box textarea {
  border: 2px solid #000;
}
#form .warning {
  border-color: #faac56 !important;
}
#form #drecord-position {
  padding: 5px;
  border: 1px solid #bbb;
}
#form select {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #000;
}
.pdf-form .box {
  padding: 20px;
  border: 1px solid #555;
}
.pdf-form .box h3 {
  text-align: center;
}
.pdf-form .box textarea {
  border: 2px solid #000;
}
.pdf-form .warning {
  border-color: #faac56 !important;
}
.pdf-form #drecord-position {
  padding: 5px;
  border: 1px solid #bbb;
}
@media (max-width: 767px) {
  nav#desktop {
    display: none;
  }
  #hamburger {
    display: block;
  }
  #logo {
    display: none;
  }
  .icon {
    margin: 20px auto;
    padding: 0;
  }
  #slider {
    height: 200px !important;
  }
  #slider img {
    width: 160% !important;
  }
  .slider-text {
    display: none !important;
  }
  .strona-glowna #gallery {
    display: none;
  }
  .mobile-scroll {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 921px) {
  nav#desktop {
    display: none;
  }
  #hamburger {
    display: block;
  }
  #logo {
    display: none;
  }
  .icon {
    margin: 20px auto;
    padding: 0;
  }
  #slider {
    height: 170px !important;
  }
  .slider-text {
    display: none !important;
  }
  #left-slider,
  #right-slider {
    top: 28%;
  }
}
@media (min-width: 922px) and (max-width: 1199px) {
  nav#desktop {
    display: none;
  }
  #hamburger {
    display: block;
  }
  #logo {
    display: none;
  }
  .icon {
    margin: 20px auto;
    padding: 0;
  }
  #slider {
    height: 260px !important;
  }
  .slider-text section {
    line-height: 16px;
    font-size: 14px;
  }
  .slider-text .button {
    display: none;
  }
  #left-slider,
  #right-slider {
    top: 33%;
  }
}
@media (min-width: 1200px) {
  nav#mobile {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  #slider {
    height: 430px;
  }
}
@media (min-width: 1000px) {
  nav#desktop ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1301px) {
  #slider {
    height: 500px;
  }
  nav#desktop ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  #slider {
    height: 560px;
  }
}
@media (min-width: 1600px) {
  #slider {
    height: 600px;
  }
}
@media (max-width: 1400px) {
  #rwd-logo {
    display: block;
  }
  #logo {
    display: none;
  }
}
@media (max-width: 1000px) {
  .left-gallery {
    left: 0;
  }
  .right-gallery {
    right: 0;
  }
  .left-gallery,
  .right-gallery {
    top: 30%;
  }
}
@media (min-width: 451px) and (max-width: 500px) {
  #slider {
    height: 150px !important;
  }
  #slider img {
    width: 160% !important;
  }
  #left-slider,
  #right-slider {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 450px) {
  #slider {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */