/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */
* {
    box-sizing: border-box;
}

html,
body {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body {
    position: relative;
}

#wrapper {
    transition: transform .5s;
    position: relative;
    min-height: 100vh;
    margin: 0 auto -150px;
    left: 0;
}



section {
    padding: 70px 0;
}

.after_image {
    padding-top: 140px;
}

.before_image {
    padding-bottom: 140px;
}

h1 {
    font-size: 3.5em;
}

h4 {
    font-weight: 700;
}

h5 {
    font-weight: 700;
}

/*Loader*/
body.loading .loader {
  overflow: hidden; }

body.loading .loader {
  display: none; }

.loader {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
    background: white url("/resources/css/img/loader.gif") 50% 50% no-repeat;
}


.lead {
    font-weight: 400;
}

/*-------*/
/*Navigation*/
/*--------*/
#main-nav {
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 1px;
    padding: 0.6em 0;
    font-weight: 400;
}

#second-nav {
    position: fixed;
    width: 100%;
    top: 43px;
    left: 0;
    z-index: 999;
    background-color: #fff;

    font-size: 90%;
    font-weight: 400;
}

#mobile-nav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    transform: translateX(300px);
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
#wrapper.navigation_open{
    transform: translateX(-300px);
    
}

#mobile-nav a {
    transition: 0.3s;
}

.mobile-nav-button {
    display: none;
    font-size: 150%;
}

#mobile-nav ul {
    margin: 0 auto;
}

#testowe img {
    width: 200px;
}

div.row,
div.container {
    page-break-inside: avoid;
}

/*---------*/
/*Common section*/
/*----------*/
.main {
    height: 85vh;
    position: relative;
    background-size: cover;
}

.main-text {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*text-transform: uppercase;*/
    text-align: center;
}

.main-text h1 {
    font-weight: 700;
}


/*Footer*/
footer {
    background-color: #222;
}

footer,
.push {
    height: 150px;
    padding: 25px 0 12.5px 0;
}

.dropdown-content {
    display: none;
    top: 2rem;
    border-radius: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*Contact*/

#contact i,
footer i {
    font-size: 140%;
    margin: 0 5px;
}

#contact a {
    color: #333;
}

#contact .fa-facebook-square {
    color: #3b5999;
}

#contact .fa-instagram {
    color: #e4405f;
}

footer .fa-facebook-square,
footer .fa-instagram {
    color: #c9c9c9;
}

#contact i:hover {
    filter: brightness(1.5);
}

footer i:hover {
    filter: brightness(.5);
}

/*-------*/
/*Homepage*/
/*-------*/
#main {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/resources/img/tlo.jpg);
    background-position: 50% 75%;
}


.show-on-mobile {
    display: none;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/*-------*/
/*Katalogi i cenniki*/
/*-------*/

.showcase_images img {
    width: 99%;
}

#cta{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/resources/img/tlo.jpeg);
    background-size: cover;
    background-position: 50% 85%;
    
}
