body{
    font-family: 'Lato', sans-serif;
}
a:focus{
   outline: none;
}
h1{
    color: #FFF;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    margin: 0;
    padding: 10px;
}
h3{
    text-align: center;
}

/* top-nav-bar*/
.nav a{
    color: #393937 !important;
    font-size: 1.1em;
}
a.log-in{
    color: #edac58 !important;
    border-left: 1px solid #000;
}
.navbar-default {
    background: none;
    border: none;
    float: right;
    margin: 0;
    margin-top: 35px;
}
.navbar-header{
    float: right;
    z-index: 99999;
}
.nav > li a{
    padding: 5px 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000 !important;
}
.top-bar{
    width: 100%;
    padding: 10px;
    background-color: #f1f3ee;
}
.logo img{
    width: 180px;
}
/*top-carousel*/
.carousel-top {
    height: 40vh;
    max-height: 400px;
    overflow: hidden;
}
.carousel .item img{
    min-width: 100%;
    min-height: 40vh;
    margin: 0 auto;
    margin-top: -18%;
}
/*.carousel-inner.responsive-gallery a{
  width: 100%;
  height: 40vh;
 
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.responsive-gallery a img {
  position: absolute;
  min-height:  40vh;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.responsive-gallery a img.portrait {
  width: 100%;
  height: auto;
}*/

/*orange banner */
.banner{ 
    width: 100%;
    height: 75px;
    background-position: center;
    position: relative;
    text-align: center;
}
.banner .banner-title {
    position: absolute;
    bottom: 80px;
    width: 100%;
}
.banner .banner-description{
    width: 100%;
    height: 80px;
    background-color: #eca150;   
    position: absolute;
    bottom:0;
    z-index: 999;
}
/*sekcja o nas*/
.about-us div{
    padding: 100px 0;
    text-align: center;
}
.about-us p{
    padding: 0 20px;
}
/*go into gallery */ 
.into-gallery{
    background-color: #f1f3ee;
    padding-top: 60px;
}
.into-gallery a{
    margin-top: 40px;
    background-color: #393939;
    border: none;
}
.into-gallery a:hover, .into-gallery a.btn-primary:focus{
    color: #eca150;
    background-color: #393939;
}
.into-gallery-img-block{
    height: 300px;
    overflow: hidden;
}
.into-gallery img{
    width: 100%;
}
/*bottom carousel*/
.carousel-bottom-container{
    text-align: center;
    padding: 50px;
}
.carousel-bottom div{
    width: 100%;
    height: 250px;
    overflow: hidden;
    /*margin: 10px 40px;*/
}
.carousel-bottom img{
    width: 100%;
    /*margin: 0 auto;*/
    padding: 50px 10px 10px 10px;
}
.slick-slide:focus{
    outline: 0;
}
/*VALUATION*/
.valuation{
    width: 100%;
    padding: 40px;
    background-image: url('../img/evaluation_bg.jpg');
    text-align: center;
}
.valuation-title{
    font-size: 2.2em;
    font-weight: bold;
    color: #FFF;
}
.valuation-btn{
    margin: 30px 0 15px 0;
}
.valuation-btn a{
    background-color: #393939;
    padding: 15px 150px;
    color: #FFF;
    border-bottom: 4px solid #FFF;
    border-radius: 2px;
}

/* offer */
.offer-content img{
    width: 100%;
}

/*footer*/
footer{
    color: #9f9f9f;
    background-color: #393939;
    width: 100%;
    padding: 50px;
    text-align: center;
}
.footer-logo{

}
.footer-menu{
    text-align: center;
}
.footer-menu ul{
    width: 100%;
    text-align: center;
    margin-left: -20px;
}
.footer-menu ul li{
    display: inline-block;
    list-style: none;
    padding: 20px 2px 5px 2px;
}
.footer-menu a{
    color: #9f9f9f;
    padding: 5px;
    font-size: 1.1em;
    font-weight: bold;
}
.footer-copyright{
    width: 33%;
    margin-left: 33%;
    padding: 10px;
    border-top: 1px solid #333333;
}
@media (max-width: 991px) {
    .navbar-default{
        margin-top: -100px;
    }
    .navbar-collapse{
        margin-top: 110px;
    }
    .navbar-toggle{
        position: absolute;
        top: 40px;
        right: 10px;
        border: 2px solid #eca150 !important;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #eca150;
    }
    .navbar-toggle:hover, .navbar-toggle:focus{
        background-color: #eca150;
    }
    .navbar{
        width: 100% !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .footer-copyright{
        width: 50%;
        margin-left: 25%;
    }
    .valuation-btn a{
        padding: 15px 20%;
    }
     .carousel-top {
        height: 33vh;
        overflow: hidden;
    }
    
    
}
@media (max-width: 861px) {
     .carousel-top {
        height: 30vh;
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    .into-gallery-img{
        float: right;
    }
   
}
@media (max-width: 767px) {
    .carousel-top {
        height: 30vw;
        overflow: hidden;
    }
    h1{
        font-size: 1.8em;
    }
    h2{
        margin-top: 30px;
        font-size: 1.7em;
    }
    .about-us{
        padding: 0 5%;
    }
    .about-us div{
        padding: 10px 0;
    }
    .about-us p{
        padding: 0 20%;
    }
    .into-gallery-content h2{
        display: table;
        margin: 10px auto;
    }
    .into-gallery-img-block{
        height: auto;
        max-height: 400px;
    }
    .into-gallery-img{
        display: table;
        margin: 0 auto;
        max-width: 100%;
    }
    .into-gallery-content{
        padding: 0 20%;
    }
    .into-gallery-content a{
        display: table;
        margin: 20px auto;
    }
    .footer-copyright{
        width: 70%;
        margin-left: 15%;
    }
}
@media (max-width: 660px) {
    .footer-logo{
        width: 80%;
        margin-left: 10%;
    }
    .footer-logo img{
        width: 100%;
    }
}
@media (max-width: 550px) {
    .navbar-toggle{
        right: -15px;
    }
    h1{
        font-size: 1.6em;
    }
    h2{
        margin-top: 20px;
        font-size: 1.5em;
    }
      .carousel-top {
        height: 30vh;
        overflow: hidden;
    }
}