@import url('makleri.css?v1');



header ul li.current-menu-item a
{
    border-color: #ee6644;
}
header ul.menu > li a:hover,
header ul.menu > li a:active,
header ul.menu > li a:focus
{
    background: #ee6644;
    color: #fff;
}
header ul.menu > li:last-child a {
    background: #4989f2;
    color: #fff;
}
header ul.menu > li:last-child a:hover {
    background: #004D8F;
    border-bottom-color: #004D8F;
}



.white-popup .wrapper {
    background: #ee6644;
    color: #fff;
}



.block-intro {
    border-top: solid 1px #dd4444;
    background: #ee6644;
}



.new-cenik-wrapper h4 {
    font-size: .9em;
}
.new-cenik-wrapper .section {
    width: 38%;
}
.new-cenik-wrapper .bundle {
    border-color: #ee6644;
    width: 58%;
}
.new-cenik-wrapper .bundle .balik {
    width: 31%;
}
@media (max-width: 1250px) {
    .new-cenik-wrapper .bundle h4 {
        font-size: .8em;
    }
}
@media (max-width: 1100px) {
    .new-cenik-wrapper .bundle h4 {
        font-size: .7em;
    }
}
@media (max-width: 960px) {
    .new-cenik-wrapper .section {
        width: 100%;
    }
    .new-cenik-wrapper .bundle h4 {
        font-size: .8em;
    }
}
@media (max-width: 640px) {
    .new-cenik-wrapper .section .balik {
        width: 100%;
    }
}
