/**
    colors:

    grey: #938f8e
    green: #00984a
 */


.bg-custom-white {
    background-image: url('../images/bg-white.jpg');
    background-size: cover;
    background-position: center;
}

.bg-custom-green {
    background-image: url('../images/bg-green.jpg');
    background-size: cover;
    background-position: center;
}

.top-menu-container {
    border-bottom: 2px dashed #938f8e;
    height: 135px;
    margin-bottom: 50px;
}

ul.top-menu {
    padding: 0;
    margin-top: 70px;
}

ul.top-menu li {
    display: inline-block;
    padding: 12px 14px;
    border-radius: 20px;
    line-height: 1rem;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    color: #404040;
    cursor: pointer;
}

ul.top-menu li:hover {
    background: #00984a;
    color: #fff;
}

.quality-container {
    background-image: url('../images/pies-kot-miska.png');
    background-position-x: right;
    background-position-y: bottom;
    height: 500px;
    background-repeat: no-repeat;
    background-size: 65%;
}

.quality-container .row {
    height: 100%;
}

.quality-container .label-quality {
    /*margin-bottom: 40px;*/
}

.bg-paralax {
    background-image: url('../images/kotpies-pano.jpg');
    background-size: cover;
    background-position: center;
}

.bg-paralax .icon-container {
    height: 130px;
}

.bg-paralax .icon-container img {
    width: auto;
    height: 130px;
    padding:20px;
}

.bg-paralax label {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.bg-paralax .description {
    color: white;
    font-size: 0.8rem;
    line-height: 1.1rem;
}

footer {
    background-color: #dcdcdc;
}

footer .bg-footer {
    background: url("../images/bg-footer.jpg") top left no-repeat;
    background-size: 50%;
}

footer .contact-container {
    width: 100%;
    height: 100%;
    background: url("../images/footer-reka.png") right center no-repeat #00974a;
    border-radius: 30px;
    color: white;
}

footer .contact-container .wrapper {
    margin-bottom: 25px;
    padding-left: 50px;
    background-size: 23px;
    background-position-y: 5px;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

footer .contact-container .wrapper.address {
    background-image: url("../images/006-home.svg");
}

footer .contact-container .wrapper.mail {
    background-image: url("../images/007-envelope.svg");
}

footer .contact-container .wrapper.phones {
    background-image: url("../images/008-phone-call.svg");
}

.styled-button {
    display: inline-block;
    padding: 17px 29px;
    border-radius: 26px;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.styled-button.offer {
    padding: 20px 29px;
    background: #606060;
    color: #fff;
    font-size: 1rem;
}

.styled-button.offer:hover {
    background: #00984a;
}

h1 {
    font-family: 'Caveat Brush', cursive;
    font-size: 3.3rem;
}

h2 {
    font-family: 'Caveat Brush', cursive;
    font-size: 3rem;
}

h3 {
    font-family: 'Caveat Brush', cursive;
}

.green {
    color: #00984a;
}

.white {
    color: #fff;
}

.content.offer ul {
    padding: 0;
    margin: 30px 0;
}

.content.offer ul li {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 20px;
    line-height: 1rem;
    margin: 7px 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    color: #404040;
    cursor: pointer;
    background: rgba(255, 228, 183, 0.67);
}

.content.offer ul li:hover {
    background: #00984a;
    color: #fff;
}

.contact-form-container input, textarea {
    width: 100%;
    margin: 10px;
    padding: 15px 25px;
    border-radius: 25px;
    border: 0;
    font-style: italic;
}

.contact-form-container .acceptance {
    margin-top: 10px;
}

.contact-form-container .info {
    display: inline-block;
    width: 60%;
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #505050;
}

.contact-form-container input[type=checkbox] {
    display: inline-block;
    width: auto;
    border: none;
    padding: 0;
    margin: 10px;
    margin-left: 20px;
}

.contact-form-container button {
    border: 0;
    background: #606060;
    color: #fff;
    font-size: 1rem;
}