.overlay-gradient {
    background: -moz-linear-gradient(bottom, rgba(240,125,90,0.8) 0%, rgba(240,125,90,0) 60%);
    background: -webkit-linear-gradient(bottom, rgba(240,125,90,0.8) 0%,rgba(240,125,90,0) 60%);
    background: linear-gradient(to top, rgba(240,125,90,0.8) 0%,rgba(240,125,90,0) 60%);
}

.menu li.active a, .menu li a:hover {
    color: #F0414B;
}

.content ul li:before {
    border-color: transparent transparent transparent #F0414B;
}

#kontakt {
    background: #F3EFE3;
}

footer {
    background: #F3EFE3;
}

#testimonials .text {
    background: #3250A0;
}

.button, a.button {
    background: #3250A0;
}

.button:hover, a.button:hover {
    background: rgba(50,80,160,.6);
}

.triangle-up {
    border-bottom-color:#B3A998 !important;
}

a:hover, article .card a {
    color: #3250A0;
}

.cls-1 {
    stroke:#3250A0!important;
}

.social-icons a svg * {
    fill: #3250A0;
}

.ui.popup {
    background: #3250A0;
}

.ui.top.left.popup:before {
    background: #3250A0;
}

.modal .modal-close i {
    color:#3250A0;
}

.slicknav_icon-bar {
    background:#3250A0;
}

.slicknav_nav li.active {
    background: #3250A0;
}

.icon .print-only svg * {
    fill:#3250A0;
}

.awards img:nth-of-type(1), .awards img:nth-of-type(5) {
    display:none!important;
}