*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Hind', sans-serif;
}

a{
    text-decoration: none;
    color: dimgray;
}

.top-bar{
    width: 100%;
    display: flex;
    height: 50px;
    background-color: dimgray;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
        box-shadow: 0px 0px 15px #000000;
    
}

.contact-us{
    flex: 3;
    color: white;
    margin: 0 auto;
    text-align: center;
    
}

.contact-us p{
    white-space: pre;
    font-size: 14px;
}

.language{
    flex: 1;
    .width;87px;
    .height:50px;
    margin: 0 auto;
    display: flex;
}

.language-box{
    width: 50px;
    height: 50px;
    margin-left: 11px;
    float: right;
    background-color: gray;
}

.language-box:hover{
    background-color: #BD252D;
    transition: 0.5s;
}

.language ul{
    list-style: none;
    width: auto;
}

.language-box ul li{
    text-decoration: none;
}


.language-box a{
    text-decoration: none;
    color: white;
    vertical-align: middle;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header{
    display: flex;
    width: 90%;
    margin: auto;
    height: 25vh;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.logo-container{
    margin-top: 15px;
    flex: 1;
}

nav{
    flex: 2;
}

.pl-logo{
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex: 1;
}

.nav-list ul{
    .margin: 0 auto;
    .list-style: none;
    text-align: center;
}

.nav-list ul li{
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.5s; 
    display: inline;
    margin-left: 25px;
    margin-right: 25px;
    
    
}

.nav-list ul li a:hover{
    color: #BD252D;
    transition: 0.5s;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.stock-photo{
    clear: both;
    position: relative;
    background: url(../images/stock/stock.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);

}

.stock-photo-realizacje{
    clear: both;
    position: relative;
    background: url(../images/stock/realizacje.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);

}


.stock-photo-oferta{
    clear: both;
    position: relative;
    background: url(../images/stock/oferta.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);

}

.stock-photo-o-nas{
    clear: both;
    position: relative;
    background: url(../images/stock/background-o-nas.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);

}

.stock-photo-donica{
    
    background-color: #BD252D;
    height: 350px;
}

.eu-banner-top{
    position: relative;
    top: 30px;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}

.eu-banner{
    display: table;
    margin: 0 auto; 
}

.stock-text-o-nas{
    padding:  5%;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    color: white;
}

.stock-text{
    
    padding: 70px;
    margin-left: 5px;
    margin-right: 40%;
    width: auto;
    color: #424242;
}

.stock-text p.stock-title{
    font-size: 60px;
}

.stock-text p.stock-small-text{
    font-size: 20px;
}

.stock-text-o-nas p.stock-title{
    font-size: 60px;
}

.stock-text-o-nas p.stock-small-text{
    font-size: 20px;
}

.stock-text-donica{
    
    position: absolute;
    margin-left: 70px;
    margin-right: auto;
    margin-top: 100px;
    width: 500px;
    color: white;
}

.stock-text-donica a{
    color: white;
}

.stock-text-donica p{
    font-size: 60px;
}
.stock-text p{
    font-size: 25px;
    font-weight: lighter;
}

.stock-text-o-nas p{
    font-size: 25px;
    font-weight: lighter;
}

.o-nas{
    padding: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    color: dimgray;
}

.dummy-container{
    height: 200px;
    width: 100%;
    background-color: white;
}

.main-container{
    .display: flex;
    .flex-direction: column;
    height: auto;
}


.main-grid-container{
    margin: 100px;
    display: grid;
}

.grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
    position: relative;
}

.grid img{
    max-width: 100%;
}

.grid-hover{
    .display: flex;
    .position: relative;
    .align-items: center;
    .text-align: center;
    .-webkit-transition: all 0.5s ease-in-out;
    .-moz-transition: all 0.5s ease-in-out;
    .-o-transition: all 0.5s ease-in-out;
    .-ms-transition: all 0.5s ease-in-out;
    .transition: all 0.5s ease-in-out;
    .z-index: 0;
}

.grid-hover:hover{
	.-webkit-transform: scale(1.3);
	.transform: scale(1.3);
    .transition: 0.5s;
    .opacity: 0.5;
    .-webkit-transition: all 0.5s ease-in-out;
    .-moz-transition: all 0.5s ease-in-out;
    .-o-transition: all 0.5s ease-in-out;
    .-ms-transition: all 0.5s ease-in-out;
    .transition: all 0.5s ease-in-out;
    
}

.grid-text{
    .color: White;
    .text-align: center;
    .font-weight: 500;
    .position: absolute;
    .width: 100%;
    .margin: 0 auto;
    .visibility: hidden;
    .opacity: 0;
    .transition: opacity 0.5s;
    .-webkit-transition: all 0.5s ease-in-out;
    .-moz-transition: all 0.5s ease-in-out;
    .-o-transition: all 0.5s ease-in-out;
    .-ms-transition: all 0.5s ease-in-out;
    .transition: all 0.5s ease-in-out;
    .z-index: 1;
}

.grid-hover:hover .grid-text{
    .text-align: center;
    .visibility: visible;
    .opacity: 1;
    .transition: 0.5s;
    .-webkit-transition: all 0.5s ease-in-out;
    .-moz-transition: all 0.5s ease-in-out;
    .-o-transition: all 0.5s ease-in-out;
    .-ms-transition: all 0.5s ease-in-out;
    .transition: all 0.5s ease-in-out;
}

.grid-middle{   
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.grid-hover{
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-hover:hover .image{
    opacity: 0.2;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image{
    transition: 0.3s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid-hover:hover .grid-text{
    opacity: 1;
}

.grid-text {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.grid-text a{
    font-size: 30px
}

.buttons{
    padding: 50px;
    display: flex;
    justify-content: space-around;
}

.button{
    
    display: flex;
    align-items: center;
    width: 300px;
    height: 100px;
    border: solid 4px #BD252D;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    margin: 5px;
    color: #BD252D;
    font-weight: bolder;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.button:hover{
    background-color: #BD252D;
    color: white;
    transition: 0.5s;
}
.button p{
    margin: 0;
}

.button a{
    color: #BD252D;
}

.button:hover a{
    color: white;
}

.slider-container{
    width: 100%;
    height: auto;
    padding: 50px;
    margin:  0 auto;
}

.slider{
    
}


.slider-thumb{
    width: 100px;
    height: 100px;
}


.gallery-container{
    padding: 10%;
}


p{
    font-size: 20px;
}

.footer{
    display: flex;
    justify-content: space-between;
    background: url(../images/stopka.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    height: auto;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}


.info-in-footer{
    font-size: 15px;
    height: auto;
    width: 300px;
    align-self: center;
    margin: 40px;
    margin-right: 70px;
}

.copyright{
    font-size: 12px;
    padding-top: 10px;
    margin: 0 auto;
    padding-left: 30px;
    white-space: pre;
    
}

/* Donica offer containers*/


.donica-container{
    padding: 50px;
}

.donica-gallery-main{
    display: flex;
    justify-content: center;
    align-content: center;
    width: auto;
}

.donica-thumb-main{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px;
    margin: 0 auto;
    flex: 1;
}

.donica-dimensions{
    width: auto;
}

.donica-specs{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.donica-specs-text{
    padding: 20px;
    text-align: right;
}

.donica-colors{
    padding: 20px;
}

.donica-dimensions{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    margin:  0 auto;
    padding: 20px;
}

.donica-slider-container{
    width: 60%;
    height: auto;
    .padding: 50px;
    .margin:  0 auto;
    .box-sizing: border-box;
}

.donica-slider div img{
    width: auto;
    height: 400px;
    margin: auto;
    
}
