body {
    color: #000;
    font-size: 16px;
}

p {
    line-height: 26px;
    text-align: justify;
}

#header {
    text-align: center;
}

.header-img {
    position: absolute;
	min-width: 100%;
}

h1 {
    display: none;
}

.logo {
    position: relative;
    padding-top: 5%;
    padding-left: 5%;
    max-height: 140px;
    filter: none;
    transition: all 0.25s ease-in-out 0s;
    margin-bottom: 10px;
}

.centered {
    text-align: center;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

.menu-button {
    color: #008dd2;
    border: 3px solid #008dd2;
    border-radius: 15px;
    padding: 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 1px auto 1px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
}

    .menu-button:hover {
        background: #008dd2;
        color: #fff;
        transition: all 0.4s ease-in-out 0s;
    }

.menu-button-active {
    color: #fff;
    border: 3px solid #008dd2;
    border-radius: 15px;
    padding: 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 1px auto 1px;
    background: #008dd2;
    transition: all 0.25s ease-in-out 0s;
    cursor: default;
}

.products-menu {
    cursor: pointer;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}

    .nav-tabs > li {
        float: none;
        margin-bottom: -1px;
        margin-left: auto;
        margin-right: auto;
        min-width: 291px;
    }

        .nav-tabs > li > a {
            padding: 3px;
        }

.category {
    margin-top: 10px;
}

.category-tab {
    width: 25%;
    text-align: center;
    font-size: 20px;
    color: #008dd2 !important;
    font-weight: bold;
}

.sub-category-container {
    margin-top: 10px;
}

.sub-category {
    border: 3px solid #008dd2 !important;
    border-radius: 15px !important;
    transition: all 0.25s ease-in-out 0s;
}

    .sub-category:hover {
        background: #008dd2 !important;
        color: #fff;
        transition: all 0.4s ease-in-out 0s;
    }

.header-subcategory {
    font-size: 20px;
    font-weight: bold;
    padding: 3px;
    margin: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #008dd2;
    color: #fff;
    transition: all 0.25s ease-in-out 0s;
}

.milk-centered {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tab-content {
    margin-top: 50px;
}

.product-button {
    border: 3px solid #008dd2;
    border-radius: 15px;
    width: 200px;
    height: 200px;
    padding: 0;
    overflow: hidden;
}

/*.product-button:hover {
    padding: 5px;
    transition: all 0.25s ease-in-out 0s;
}*/

.fancy-hover {
    transition: all 0.15s ease-in-out 0s;
}

.fancy-hover:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.25s ease-in-out 0s;
}

.product-button-text {
    font-weight: bold;
    font-size: 26px;
    color: #008dd2;
    background: none;
    border: none;
}

/* produkty */

.product-modal {
    background-color: #008dd2;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 15px;
}

.close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.product-image-box {
    border: 3px solid #fff;
    background-color: #000;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 346px;
}

.centered-image {
    margin: 0 auto;
}

.aligned-left {
    text-align: left;
}

.product-name {
    font-size: 22px;
    font-weight: bold;
    margin-right: 15px;
}

.product-id {
    font-size: 22px;
    font-weight: bold;
}

.product-headline {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.product-text {
    color: #000;
    line-height: 20px;
    text-align: left;
}

.curd-image {
    color: #fff;
}

.close-button {
    background: #fff;
    border: none;
    border-radius: 15px;
    color: #000;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.to-products {
    margin-top: 50px;
}

.button-to-contact {
    padding: 10px;
}

/* produkty konec */

.products-owner {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
}














.about-us-content {
    margin-top: 30px;
}

.inline-img {
    display: inline;
    max-height: 500px;
}

#footer {
    background-color: #008dd2;
}

.footer-h2 {
    font-size: 20px;
}

.footer-li {
    margin-left: -5%;
    list-style-position: inside;
}

.footer-link {
	color: #000;
	transition: all 0.3s ease-in-out 0s;
}

.footer-link:hover {
	color: #fff;
	transition: all 0.15s ease-in-out 0s;
}

textarea {
    padding: 5px;
    border-radius: 15px;
    width: 95%;
    max-width: 99%;
    margin-bottom: 3px;
    border: none;
    resize: none;
}

#email-input {
    padding: 5px;
    border-radius: 15px;
    width: 95%;
    max-width: 99%;
    margin-bottom: 10px;
    border: none;
}

#send-button {
    color: #000;
    border-radius: 15px;
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 150px;
    margin: 1px auto 20px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    border: none;
}

    #send-button:hover {
        color: #008dd2;
        transition: all 0.4s ease-in-out 0s;
    }











.footer-contact {
    font-size: 17px;
    color: #000;
    transition: all 0.3s ease-in-out 0s;
}

    .footer-contact:hover {
        color: #fff;
        transition: all 0.15s ease-in-out 0s;
    }

.web-info {
    margin-top: 50px;
}












.image-effect:hover {
    filter: brightness(1.13);
    transition: all 0.25s ease-in-out 0s;
}





@media all and (max-width: 767px) {

    .hp-owner {
        max-width: 220px;
        margin: auto;
    }

    #footer {
        text-align: center;
    }

    #mini-center {
        text-align: center;
    }

    .close {
        position: absolute;
        top: 0px;
        right: -5px;
    }
}

@media all and (max-width: 575px) {

    .logo {
        padding-left: 0;
    }

    .category-tab {
        width: 50%;
    }
}
