@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Oswald');

html {
  background: #343a40;
}
header {
  padding-top: 56px;
}
address {
  display: inline-block;
  margin-bottom: 0;
}
address a {
  text-decoration: none!important;
}
nav#mainNav {
  min-height: 62px;
  border-bottom: 1.5px solid #000;
}
img.logo {
  height: 155px;
  position: absolute;
  top: 0;
  z-index: 999;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.85);
}
li.nav-item {
  margin: 0 4px;
}
a.nav-link {
  white-space: nowrap;
  transition: color 0.3s ease;
}
a.nav-link.js-scroll-trigger:hover {
  color: #FFF!important;
}
div#navbarResponsive {
  padding-top: 0;
}

.carousel-inner {
  max-height: calc(100vh - 56px); 
}
.container {
  transition: max-width 0.5s ease-out;
}
section {
  padding-top: 20px;
}
section#onas {
  padding-top: 35px;
}
.about {
  text-align: justify;
}
h2 {
  text-align: center;
  text-transform: uppercase;
}
a.nav-link.js-scroll-trigger {
  text-transform: uppercase;
}
.fa-phone {
  font-size: 0.9em;
  transform: rotate(100deg);
}
ul.punktyWPoblizu {
  display: inline-block;
  list-style: none;
  padding:0;
}
span.nazwa {
  font-weight: bold;
  font-size: 2em;
}
span.adres {
  font-size: 1.5em;
  line-height: 1em;
}
.mapWrap {
  max-width: 100%;
  min-height: 400px;  
  margin-bottom: 20px;
}
.media {
  display: block;
  text-align: center;
  font-size: 4.5em;
  line-height: 1em;
  margin-bottom: 25px;
}
.media a{
  color: #343a40;
}
.fa-facebook:hover {
  color: #3b5998;
  transition: color 0.3s ease-in;
}
.fa-instagram:hover {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  transition: color 0.3s ease-in;
}

.cennik{
  line-height: 60px;
  padding: 30px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  border: 15px solid #242424;
  font-weight: 300;
  margin: 30px 0;
  background-color: #5e5e5e;
  background-image: url("../img/wzor.png");
  background-repeat: repeat;
}
a.close-icon {
  font-size: 1.3em;
}
footer {
  text-align: center;
  color: #FFF;
}
.footerMenu{
  text-decoration: underline!important;
  cursor: pointer;
}
a.footerMenu {
  padding: 0 15px;
}
p.copyr{
  color: #AAA!important;
  padding-top: 10px;
  font-size: 0.9em;
}
.cookie-bubble {
  background: rgba(0,0,0,0.7)!important;
  z-index: 10!important;
}
button.agreement-btn {
  height: 40px;
  margin: auto!important;
  background-color: rgba(0,0,0,0)!important;
  color: #FFF!important;
  border: 2px solid #FFF!important;
  font-size: 0.75em!important;
  padding: 12px!important;
  line-height: 0.8em!important;
}
span.message{
  color: #FFF!important;
}
a.cookie-policy-btn {
  text-align: center!important;
  font-size: 0.8em!important;
  float: none!important;
}
a.privacyLink {
  color: #007bff!important;
  text-decoration: underline!important;
}
a.privacyLink:hover {
  color: #0056b3!important;
  cursor: pointer!important;
}
.cookie-bubble.bottom-left.show {
  z-index:20!important;
}
.flags {
  vertical-align: top;
}
img.flag {
  border: 1px solid #000;
  max-height: 14px;
}
a#languageMenuLink {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}
a#languageMenuLink:hover {
  color: #FFF;
}
.dropdown-menu {
  background: #343a40;
  border: 1px solid #000;
  min-width:0;
}
.dropdown-menu a {
  display: block;
  padding: 0 15px;
}
.mobileFlags a{
  margin: 4px!important;
}





/* Gallery styles */
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
#image-gallery .modal-footer{
  display: block;
}
.thumb,
img.okolica{
  margin-top: 15px;
  margin-bottom: 15px;
}
.img-thumbnail {
  max-width: 100%;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}

/* Scrollbar Styles */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: #BBB;
}
::-webkit-scrollbar-thumb {
  background: #333; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}

/* Media styles */
@media only screen and (max-width: 767px){
  div#navbarResponsive {
    padding-top: 90px;
    margin-top: 8px;
    border-top: 1.5px solid #000;
    transition: height 0.15s ease-out;
  }
  img.logo {
    height: 130px;
    position: absolute;
    top: 5.5px;
    z-index: 999;
  }
  nav#mainNav {
    min-height: 58px;
    border-bottom: 1.5px solid #000;
  }

  ul.navbar-nav {
    max-width: 130px;
    text-align: center;
    margin-left: -5px!important;
  }

  .cennik {
    font-size: 2em;
    line-height: 1.5em;
  }

}

@media only screen and (max-width: 991px){
  .mapWrap {
    padding: 0;
    max-width: 100%;
    margin-bottom: 0;
  }
  .toFluid{
    max-width:100%;
  }
}

@media only screen and (max-width: 410px){
  .cookie-bubble.bottom-left.show{
    bottom: 0!important;
    left: 0!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .nav-link{
    padding: 0 .3em!important;
    font-size: 0.95em;
  }
}