body
{
  font-family: 'Source Sans Pro', sans-serif !important;
}
a, a:hover
{
  text-decoration: none !important;
}
.bg
{
  width: 100%;
  height: 130px;
  background-image: url('../img/back_menu_1440.png');
  background-position: right;
  background-repeat: no-repeat;
}
#menu
{
  position: relative;
  height: 130px;
  width: 100%;
  padding: 25px 15px 20px;
}
#menu .container
{
  height: 130px;
}
.logo
{
  width: 150px;
  margin-right: 0;
}
/* szukanie */
.szukaj
{
  width: 270px;
  height: 30px;
}
.przycisk-szukaj
{
  background-color: #f0f0f0;
  border: 0;
  background-image: url('../img/szukaj.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  float: left;
}
.przycisk-szukaj:hover
{
  cursor: pointer;
}
.form-szukaj
{
  width: 225px;
  height: 30px;
  border: none;
  background-color: #f0f0f0;
  float: left;
  padding-right: 10px;
}
.form-szukaj::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
  font-style: italic;
  color: #748a96;
  text-align: right;
}
.form-szukaj::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
  font-style: italic;
  color: #748a96;
  text-align: right;
}
.form-szukaj:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
  font-style: italic;
  color: #748a96;
  text-align: right;
}
.form-szukaj:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
  font-style: italic;
  color: #748a96;
  text-align: right;
}
.link
{
  float: left;
  margin-left: 50px;
  font-size: 12px;
  margin-top: 5px;
}
.link a
{
  color: rgba(116, 138, 150, 0.5);
}
/* menu */
.navbar-collapse
{
  clear: both;
}
.linki
{
  margin-top: 19px;
}
.linki .nav-link
{
  color: #000 !important;
  font-size: 16px !important;
  margin-right: 25px;
  padding: 6px;
}
.linki .nav-link:last-child
{
  margin-right: 0;
}
.dropdown
{
  margin-right: 25px;
}
.dropdown .nav-link
{
  margin-right: 0;
}
.show
{
  background-color: rgba(240, 240, 240, 0.98);
}
.show .nav-link
{
  color: #0084CA !important;
}
.dropdown-menu
{
  top: 34px;
  border: 0;
  border-radius: 0;
}
.dropdown-menu .dropdown-item
{
  color: #0084CA !important;
  line-height: 30px;
  font-size: 14px;
  padding: 0 11px;
}

#brakinfo
{
  padding: 40px 0;
}
.tytul-brak
{
  font-size: 24px;
  color: #444444;
  margin-bottom: 30px;
}
.przycisk-brak
{
  width: 420px;
  height: 60px;
  background-color: #0084CA;
  color: #fff;
  line-height: 60px;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}
.przycisk-brak:hover
{
  background: none;
  border: 1px solid #0084CA;
  color: #0084CA;
  text-decoration: none !important;
}
/* stopka */
#stopka
{
  width: 100%;
  background: #fff;
  box-shadow: 0px -8px 6px rgba(0, 0, 0, 0.03);
  height: 150px;
  padding-top: 25px;
}
.list-inline
{
  margin-bottom: 10px;
}
.list-inline .list-inline-item a
{
  font-size: 13px;
  text-align: center;
  color: #000;
}
.list-inline .list-inline-item
{
  margin-right: 35px;
}
.list-inline .list-inline-item:last-child
{
  margin-right: 0px;
}
.copy, .projekt
{
  font-size: 13px;
  color: #748A96;
}
.copy
{
  margin-bottom: 10px;
}
.w
{
  width: 15px !important;
  height: 15px !important;
}
.ikony .list-inline-item
{
  margin-right: 30px;
}
.mobile
{
  display: none;
}
@media screen and (max-width: 1199px){
  .ikony .list-inline-item
  {
    margin-right: 25px;
  }
  .logo img, .logo
  {
    width: 100%;
  }
}
@media screen and (max-width: 991px){
  #menu
  {
    padding: 25px 0 20px;
  }
  .bg
  {
    background-image: none;
  }
  .link
  {
    margin-left: 35px;
    font-size: 12px;
    margin-top: 5px;
  }
  .linki .nav-link
  {
    font-size: 16px !important;
    margin-right: 24px;
  }
  .dropdown
  {
    font-size: 16px;
    margin-right: 24px;
  }
  .dropdown .nav-link
  {
    margin-right: 0;
  }
  #stopka
  {
    height: auto;
    padding-bottom: 10px;
  }
  .ikony
  {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px){
  #menu
  {
    height: auto;
    min-height: 130px;
  }
  .navbar-toggler
  {
    position: absolute;
    right: 15px;
    top: 24px;
    border: 2px solid #748A96 !important;
    border-radius: 4px;
    box-sizing: border-box;
    width: 50px;
    height: 40px;
  }
  .navbar-toggler-icon
  {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='4 1.5 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,132,202, 1)' stroke-width='3' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    background-position: center center !important;
  }
  .linki
  {
    margin: 0;
  }
  .linki .nav-item
  {
    padding: 8.3px 0;
  }
  #navbarNav
  {
    position: absolute;
    top: 130px;
    z-index: 10000;
    width: 100%;
    text-align: center;
    background-color: #0084CA;
  }
  .show
  {
    background-color: #3d3d3d;
  }
  .collapsing
  {
    width: 100% !important;
  }
  .linki .nav-link
  {
    margin-right: 0px;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    font-size: 18px !important;
  }
  .linki .nav-link:last-child
  {
    border-bottom: none;
  }
  .dropdown
  {
    margin-right: 0px;
  }
  .dropdown-menu
  {
    position: relative !important;
    background-color: #045e8e;
    margin: 0;
    width: 100%;
    text-align: center;
    left: 0px;
    transform: translate3d(0px, 0px, 0px) !important;
    padding: 5px 0;
  }
  .dropdown-menu .dropdown-item
  {
    color: #fff !important;
    padding: 5px 0;
    font-size: 16px;
    border-bottom: 1px solid #fff;
  }
  .dropdown-menu .dropdown-item:last-child
  {
    border-bottom: none;
  }
  .szukaj
  {
    margin: 20px 0;
    width: 300px;
  }
  .form-szukaj
  {
    width: 270px;
  }
  #stopka
  {
    height: auto;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 575px){
  #navbarNav
  {
    top: 90px;
  }
  .logo img
  {
    width: auto;
    height: 65px;
  }
  .navbar-toggler
  {
    top: 15px;
  }
  .ikony .list-inline-item
  {
    margin-right: 25px;
  }
  #menu
  {
    padding: 10px 0px 15px 10px;
    min-height: 90px;
  }
  #menu .container
  {
    height: auto;
  }
  .bg
  {
    height: 90px;
  }
}
@media screen and (max-width: 400px){
  .mobile
  {
    display: block;
  }
}
