@font-face {  
    font-family: OpenSans-ExtraBold;
    src: url('../fonts/OpenSans-ExtraBold.ttf');
}

@font-face {  
    font-family: OpenSans-Light;
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {  
    font-family: OpenSans-Bold;
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {  
    font-family: OpenSans-SemiBold;
    src: url('../fonts/OpenSans-SemiBold.ttf');
}

@font-face {  
    font-family: OpenSans-Regular;
    src: url('../fonts/OpenSans-Regular.ttf');
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.OpenSans-Light {
    font-family: OpenSans-Light;
}

.OpenSans-ExtraBold {
    font-family: OpenSans-ExtraBold;
}

.OpenSans-Bold {
    font-family: OpenSans-Bold;
}

.OpenSans-Regular {
    font-family: OpenSans-Regular;
}

.OpenSans-SemiBold {
    font-family: OpenSans-SemiBold;
}

.hero p {
    letter-spacing: 0.2px;
    font-size: 30px;
    opacity: 0.9;
}

.libra-padding-right {
    padding-right: 185px;
}

.libra-padding-left {
    padding-left: 185px;
}

.libra-contact p a:hover {
    color: #FFF;
    text-decoration: none;
}

.libra-padding {
    padding-top: 30px;
}

.libara-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.libra-padding-bottom {
    padding-bottom: 15px;
}

.libra-padding-top {
    padding-top: 45px;
}

.libra-about {
    font-size: 15px;
}

.libra-grey {
    color: #363636;
}

.libra-white {
    color: #FFF;
}

.libra-offert {
    margin-top: 30px;
    height: 380px;
    background-image: url('../img/oferta.jpg');
}



.libra-contact {
    margin-top: 30px;
    height: 380px;
    background-image: url('../img/pasekdolny.jpg');
}

.libra-contact p {
    font-size: 16px;
    color: #FFF;
    font-family: OpenSans-Light;
    letter-spacing: 0.4px;
}

.libra-footer {
    text-align: center;
    height: 50px;
    text-decoration: none;
    color: #fff;
    background-color: #363636;
}

.libra-footer p {
    padding-top: 15px;
    margin: 0 auto;
}

.libra-footer a {
    color: #FFF;
    text-decoration: none;
}

.libra-footer a:hover, .libra-footer a:focus {
    color: #E66600;
    text-decoration: none;
}

.libra-offert ul {
    padding-top: 20px;
    padding-left: 10px;
    list-style: none;
}

.libra-offert ul li {
    position: relative;
	padding-bottom: 20px;
    font-family: OpenSans-Regular;
    font-size: 18px;
 }

.libra-offert ul li:before{
    content: '';
    position: absolute;
    border-right:3px solid #E66600;
    border-bottom:3px solid #E66600;
    width:10px;
    height:10px;
    top: calc(50% - 9px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
 }

 .libra-padding-top-10 {
     padding-top: 10px;
 }

.libra-img-logotyp {
    position: absolute;
    top: 18px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #363636;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #E66600;
}

.libra-img {
    border-radius: 100%;
    width: 210px;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #363636;
    border-color: #363636;
    border-bottom: 10px solid #E66600;
}

.navbar-default .navbar-brand {
    font-size: 24px;
    text-transform: uppercase;
    font-family: OpenSans-ExtraBold;
    color: #FFF;
}

.navbar-default .navbar-brand:hover {
    color: #E66600;
}

.navbar-default .navbar-nav > li > a {
    letter-spacing: 0.2px;
    font-family: OpenSans-Light;
    font-size: 18px;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #E66600;
}

  ul.nav li a {
    color: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 125px;
  }
  ul.nav li a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40%;
    right: 0;
    background: #E66600;
    top: 50%;
    transform: translate(0, -50%);
  }

  ul.nav li:last-child a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40%;
    right: 0;
    background: transparent;
    top: 50%;
    transform: translate(0, -50%);
  }

  @media (max-width: 768px) {
    .libra-padding-left {
        padding-left: 30px;
    }

    ul.nav li a:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 40%;
        right: 0;
        background: transparent;
        top: 50%;
        transform: translate(0, -50%);
      }
  }

  .fade-carousel {
    position: relative;
    height: 86vh;
}
.fade-carousel .carousel-inner .item {
    height: 86vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 20px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #E66600;
    background-color: transparent;
    /* border-color: #FFF; */
    background-color: rgba(255, 255, 255, 0.6);
    /* border: 3px solid rgba(255, 255, 255, .6); */
    outline: none;
    margin: 20px auto;
    font-family: OpenSans-Bold;
    font-size: 24px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 86vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../img/piaskowanie_2.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('../img/IMAG0221_2.jpg');
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.libra-color {
    color: #E66600;
    text-decoration: none;
}

.libra-bold {
    font-family: OpenSans-Bold;
}


.demo-gallery {
    margin-bottom: 0;
    padding-left: 15px;
  }
  
  .demo-gallery a {
    border: 3px solid #FFF;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    left: 80px;
    float: left;
  }

  .demo-gallery p {
    display: block;
    overflow: hidden;
    /* position: relative;
    left: 40px; */
    /* float: left; */
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #363636;
    font-family: OpenSans-Light;
    text-align: center;
  }

  @media (max-width: 1370px) {
      .demo-gallery p {
          font-size: 16px;
      }
  }

  
  
  .demo-gallery a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 250px;
    width: 250px;
    border-radius: 100%;
  }
  
  .demo-gallery a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  
  .demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  
  .demo-gallery.dark a {
    border: 3px solid #04070a;
  }


  .btn-contact {
      margin: 0px !important;
      font-size: 16px !important;
      border-radius: 20px;
  }

  .libra-padding-top-25 {
      padding-top: 25px;
  }

  .fa-facebook-square {
    color:#8b9dc3;
  }
  .fa-facebook-square:hover {
    color: #3b5998;
  }
.fa-youtube-square {
    color:#ea4641;
}
  .fa-youtube-square:hover {
        color: #c4302b;
  }

.libra-map {
    width:100%;
    height:300px;
    margin-top: 40px;
}

  @media (max-width: 992px) {
      .libra-map {
          margin-top: 30px;
      }
    .libra-offert {
        margin-top: 30px;
        height: 720px;
        background-image: url('../img/oferta2.jpg');
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .libra-contact {
        margin-top: 30px;
        height: 720px;
        background-image: url('../img/pasekdolny2.jpg');
        background-position: center center;
        background-size: 110%;
        background-repeat: no-repeat;
    }
    .demo-gallery a {
        position: relative;
        left: 0;
        float: left;
      }
    
      .demo-gallery p {
          text-align: center;
          width: 100%;
        position: relative;
        left: auto;
        float: left;
      }
}

.lg-outer .lg-image {
    height: 450px !important;
}