html, body {
    background-image: url(images/pageBack4.png);
    background-color: #DFE5E1;
}

header {
    flex-wrap: wrap;
}

header .logo {
    order: 1;
}

.searchWrap {
    order: 2;
}

.pageWrap {
    margin-top: 75px;
    background: rgb(255 255 255 / 90%);
}

header ul {
    order: 3;
    width: 100%;
    background: #FFFFFF;
    opacity: 0.89;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
    margin: 0 -25px 20px;
    padding: 20px 25px;
}

header a {
    color: #333;
    font-family: Arial;
}

a {
    color: #1268B5;
}

.button {
    background: #1268B5;
}

a:hover {
    color: #004f94;
}

.button:hover {
    background: #004f94;
}

.buttonPlay:after {
    background: url(images/play4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-dots .slick-active button,
.slick-dots button:hover,
.siEpisodes, .playThis {
    background: #1268B5;
}

.podborList > a {
    box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
    background: #fff;
    border: none;
}

.podborList > a:hover {
    background: #1268B5;
    color: #fff!important;
}

.searchWrap {
    order: 2;
    border: 1px solid #eee;
    background: #fff;
}

.search {
    background: url(images/search7.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-color: #2897E1;
    width: 28px;
    height: 28px;
    margin-right: 0;
}



