﻿* {
    font-family: 'Quicksand', sans-serif;
}


/* NAV-BAR */

.fa-bars {
    color: #F7A82A;
}

.navbar-toggler {
    border: 1px solid #F7A82A;
    padding: .5rem .8rem;
}

.logo {
    height: 36px;
    width: auto;
}

.nav-item {
    border-bottom: 1.5px solid #EBEBEB;
}

.navbar {
    margin-bottom: 10px;
}

    .navbar a {
        color: #F7A82A;
    }



/* GENERAL */

.img-responsive {
    width: 100%;
    height: auto;
}

h1 {
    text-align: center;
    font: Bold 24px/28px Quicksand;
    letter-spacing: 0.31px;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    font: Bold 22px/28px Quicksand;
    letter-spacing: 0.31px;
    margin-bottom: 20px;
}

p {
    font: Medium 15px/22px Quicksand;
    letter-spacing: 0.21px;
}

.normal-line {
    width: 32px;
    height: auto;
    display: table;
    margin: 33px auto 15px;
}

.small-line {
    width: 20px;
    height: auto;
    display: table;
    margin: 15px auto 15px;
}

a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #F7A82A;
        text-decoration: none;
    }

.center-img {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* CHARACTER STYLING */
.orange {
    color: #F7A82A;
}



/* HOME-PAGE FEATURES */

.features {
    position: relative;
    height: 100px;
    width: 100%;
}

.features-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 71px;
    height: auto;
}


.features-paragraph {
    text-align: center;
    font: Medium 15px/22px Quicksand;
    letter-spacing: 0.21px;
    color: #999999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.features-table a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover .features-paragraph {
    color: #F7A82A;
}


/* FOOTER */
.footer {
    border-top: 2px solid #F1F1F1;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 30px;
}

    .footer p {
        margin-top: 10px;
    }

/* MIESZALNIA PASZ */
.karmen {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 92px;
    height: auto;
}

.furage-tables {
    list-style-type: none;
    padding: 0;
}

    .furage-tables li {
        font-size: 19px;
        font-weight: bold;
        padding: 12px 12px 12px 0;
        border-bottom: 2px solid #F1F1F1;
    }

.arrow-down {
    width: 15px;
    height: auto;
    margin-left: 10px;
    transition: all .5s;
}

.furage-tables a {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.furage-tables a:hover {
    color: #F7A82A;
}

#drob-table, #trzoda-table, #bydlo-table, #other-table {
    display: none;

}

.furage-tables li:hover{
    cursor: pointer;
}


/* TABLES */
.table {
    font-size: 16px;
}

.table th{
    border: none;
}

.category-row {
    background-color: #F7A82A;
}

.category-cell {
    font-weight: bold;
    color: white;
}

.activa {
    transform: rotate(180deg);
    transition: all .5s;
}

/* SKLEPY SPOŻYWCZE */
.shop-list {
    margin-top: 50px;
    margin-bottom: 80px;
}

.city-line {
    width: 32px;
    height: auto;
    margin-bottom: 20px;
}


.arrow-right {
    width: 30px;
    height: auto;
    margin-left: 5px;
}

.promo a {
    position: relative;
    color: #F7A82A;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    .promo a:hover {
        color: #F7A82A;
    }

    .promo a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -12px;
        left: 0;
        background-color: #F7A82A;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .promo a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

/* MEDIA QUERIES */
@media (min-width: 576px) {
}


@media (min-width: 768px) {
}


@media (min-width: 992px) {
    h1 {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    h2 {
        margin-bottom: 50px;
    }

    .features-table h2 {
        margin-bottom: 0;
    }

    .footer p {
        margin-top: 0px;
    }

    .nav-item {
        border: none;
    }

    .navbar a {
        color: black;
        font-size: 19px;
        margin: 10px;
    }

    .logo {
        height: 55px;
    }

    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .navbar a {
            position: relative;
            color: #000;
            text-decoration: none;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
        }

            .navbar a:hover {
                color: #F7A82A;
            }

            .navbar a:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 3px;
                bottom: 0;
                left: 0;
                background-color: #F7A82A;
                visibility: hidden;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: all 0.5s ease-in-out 0s;
                transition: all 0.5s ease-in-out 0s;
            }

            .navbar a:hover:before {
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

    .karmen {
        width: 120px;
    }
}


@media (min-width: 1200px) {
}
