body{
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13px;
}
h3{
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #d2c9c2;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}
.my-container{
    width: 90%;
    margin: 0 auto;
}
.my-container .row{
    width: 80%;
    margin: 0 auto;
}
/*Navbar*/
.navbar-default{
    margin-top: 10px;
    border: none;
    background: url(../img/bg.jpg);
    padding-right: 15px;
}
#navbar ul li a{
    font-weight: bold;
    color:  #ddd;
    font-size: 14px;
    text-transform: uppercase;
    padding: 27px 45px;
    letter-spacing: 3px;
}
#navbar ul li{
    border-right: 3px dotted #888;
}
#navbar ul li:nth-child(1){
    border-left: 3px dotted #888;
}

#navbar ul li a:hover, #navbar ul li a:focus{
    background-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav > .active > a{
    background-color: rgba(0,0,0,0.5);
}
/*Dropdown menu*/
.dropdown-menu{
    background: url(../img/bg.jpg);
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(141,144,147,0.63);
    -moz-box-shadow: 1px 1px 5px 0px rgba(141,144,147,0.63);
    box-shadow: 1px 1px 5px 0px rgba(141,144,147,0.63);
}
.dropdown .dropdown-menu li {
    border-right: none!important;
    border-left: none!important;
}
.dropdown-menu > .divider{
    margin: 0;
    border-bottom:  3px dotted #888;
    background: none;
}
/*Toggle menu*/
.navbar-toggle {
    z-index: 1;
    border: 3px dotted #888;
}
.navbar-default .navbar-collapse{
    border: none;
}

.brand-centered {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.brand-centered a img{
    z-index: 999;
}

.navbar-default{
    display: flex;
    justify-content: center;
}
.hidden{
    display: none;
}
/*Main*/
main{
    background: url(../img/bg-main.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 20px 0;
    position: relative;
}

article{
    padding: 50px 0;
}

.thumbnail{
    background: url(../img/bg-thumbnail.jpg);
    border: none;

}
.product{
    position: relative;
    display: block;
}
.img-desc{
    position: absolute;
    bottom: 20px;
    padding: 10px;
    background: rgba(48, 43, 41, .8);
    color: #eee;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: 300ms ease-in; 
}
.product:hover .img-desc{
    visibility: visible;
    opacity: 1;
}

/*Carrousel Scrolling logo thumbnail*/
#jssor_1{
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:1200px;
    height:160px;
    overflow:hidden;
    visibility:hidden;
}
.thumbnail-cont{
    cursor:default;
    position:relative;
    top:25px;
    left:0px;
    width:1200px;
    height:114px;
    overflow:hidden;
}

/*Footer*/
.footer-basic-centered{
    background: url(../img/bg.jpg);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font: normal 18px sans-serif;
    padding: 45px;
    position: relative;
}

/*.footer-basic-centered .footer-company-motto{
    color:  #d2c9c2;
    font-size: 24px;
    margin: 0;
}*/

.footer-basic-centered .footer-company-name{
    color:  #d2c9c2;
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
}

.footer-basic-centered .footer-links{
    list-style: none;
    font-weight: bold;
    color:  #ddd;
    padding: 35px 0 23px;
    margin: 0;
}

.footer-basic-centered .footer-links a{
    display:inline-block;
    text-decoration: none;
    color: inherit;
}
.footer-company-name a{
    color:  #d2c9c2;
    border-bottom: 2px dotted transparent;
}
.footer-company-name a:hover{
    text-decoration: none;
    border-bottom: 2px dotted #888;
}

.my-food-item{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

/*Responsive*/
@media only screen and (max-width: 768px){
    .navbar-header{
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }
    .navbar-toggle{
        margin: 0;
    }
    .navbar-default{
        padding-right: 0;
    }
    #navbar ul li{
        border-right: none!important;
        border-left: none!important;
    }
    #carousel-example-generic{
        margin: 0 auto;
        width: 50%;
    }
    .my-container .row{
        width: 100%;
    }
    .my-food-item{
        display: none;
    }
    .article-contact{
        margin-top: 0;
        padding-top: 0;
    }
    .article-contact a{
        margin-bottom: 2em;
    }
    .article-contact img{
        margin-bottom: 1em;
    }

    .pop-up{
        max-width: 360px;
    }
    .pop-up > h1{
        font-size: 1.4rem;
    }
    .img-map{
        display: none;
    }
}

@media (max-width: 600px) {

    .footer-basic-centered{
        padding: 35px;
    }
    .footer-basic-centered .footer-company-motto{
        font-size: 18px;
    }
    .footer-basic-centered .footer-company-name{
        font-size: 12px;
    }
    .footer-basic-centered .footer-links{
        font-size: 14px;
        padding: 25px 0 20px;
    }
    .footer-basic-centered .footer-links a{
        line-height: 1.8;
    }
}

/*Podstrony*/
/*O nas*/
.about{
    padding: 40px 0 180px 0;
    position: relative;
}
.about p{
    font-size: 18px;
    padding-bottom: 10px;
    color:  #d2c9c2;
}
.about .divider{
    display: block;
    width: 80px;
    border-bottom: 3px dotted #888;
    margin:  0 auto;
    margin-bottom: 40px;
}
.about-img{
    position: absolute;
    z-index: 999;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}
/*Kontakt*/
.article-contact h1 i{
    text-align: center;
    color: #d2c9c2;
    font-size: 60px;
    line-height: 60px;
    transition: ease 400ms;
    padding-top: 20px;
}
.article-contact a{
    display: inline-block;
    font-size: 25px;
    padding-top: 30px;
    font-weight: bold;
    color: #d2c9c2;
    transition: ease 400ms;
    text-decoration: none;
    border-bottom: 3px dotted #888;
    padding-bottom: 5px;
}
.article-contact a:hover{
    color: #ddd;
    border-bottom: 3px dotted #eee;
}
.article-contact{
    padding: 100px 0 140px 0;
}

/*-----------------*Kategorie produktów--------------------*/
/*Orientalna*/
.product-category{
    padding: 20px 0 60px 0;
}
p.cat-info{
    color: #fff;
}
.catalogue{
    padding: 6em 0 12em 0;;
}
.catalogue a{
    color: #d2c9c2;
    padding: 2em 3.5em;
    text-transform: uppercase;
    border: 3px dotted #d2c9c2;
    text-decoration: none;
    border-radius: 5px;
    transition: 250ms ease-in-out;
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: 1px;
}
.catalogue a:hover{
    background-color: #d2c9c2;
    color: #101010;
}

/* Pop-up */
.pop-up{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 5px;
    text-align: center;
    display: block;
    transition: 300ms ease-in-out;
    z-index: 9999;
}

.img-map{
    margin-top: 10px;
    border-radius: 5px;
}

.pop-up-icon{
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: 300ms ease-in-out;
}
.pop-up-icon:hover{
 color: #888;
}