#e89-main-content {
    padding: 0;
}
#podcast-main {
    line-height: 1.2em;
    color: #000;
    padding-bottom: 10px;
}
#podcast-main label,
#podcast-main a {
    color: #000;
}
#podcast-main h1 {
    font-family: 'Gill Sans';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1;
}
#podcast-main h2 {
    font-size: 1.4em;
    color: #000;
}
#podcast-main a:hover {
    color: #18283f;
}
#podcast-main .btn {
    display: inline-block;
    width: 100%;
    color: #000;
    border: 1px solid #000;
    padding: .76em 1.33em .56em 1.33em;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
}
#podcast-main .btn:hover {
    color: #fff;
    background-color: #000;
}
.pmd-login-page {
    background: rgb(255,198,56);
    background: radial-gradient(circle, rgba(255,198,56,1) 0%, rgba(255,155,11,1) 100%);
    margin-bottom: -10px;
}
.pmd-login-page .wrapper {
    position: relative;
    max-width: 1280px;
    margin: auto;
}
.pmd-wrapper-auth {
    position: relative;
    padding: 80px 20px;
    max-width: 450px;
    margin: auto;
}
.pmd-login-page .logo {
    width: 250px;
    display: block;
    margin: 0 auto 40px auto;
}

.pmd-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pmd-form .col {
    width: 48%;
    margin-bottom: 10px;
}
.pmd-form .col.full {
    width: 100%;
}
.pmd-form input {
    color: #000;
    border-radius: 4px;
    border-color: #fff;
    background-color: #fff;
}
.pmd-form input:focus {
    color: #000;
    background-color: #f7f7f7;
}
.pmd-form button {
    width: 100%;
    background-color: #18283f;
    color: #fff;
    padding: .76em 1.33em .56em 1.33em;
    border-radius: 4px;
    text-transform: uppercase;
}
.pmd-form button:hover {
    color: #fff;
    background-color: #000;
}
.pmd-form a {
    text-decoration: underline;
}
.pmd-form .col.extra {
    text-align: center;
    margin-top: 40px;
}
.pmd-form .col.extra p {
    margin-bottom: 5px;
}
.pmd-form .col.extra .links {
    margin-top: 40px;
}
.pmd-form .col.extra .links a {
    display: inline-block;
    width: 150px;
    margin: 5px 10px;
}

.pmd-toggle-pass {
    position: relative;
}
.pmd-toggle-pass input {
    padding-right: 40px;
}
.pmd-toggle-pass i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}
.pmd-toggle-pass i.show:before {
    content: "\f070";
}

div.pmd-msg {
    display: none;
    font-size: .9em;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
div.pmd-msg >i {
    flex: 0 0 auto;
    font-size: 24px;
    margin-right: 10px;
}
div.pmd-msg .text {
    flex: 1;
}
div.pmd-msg.error {
    display: flex;
    color: #b01111;
}
div.pmd-msg.error i::before {
    content: "\f06a";
}
div.pmd-msg.ok {
    display: flex;
    color: #18283f;
}
div.pmd-msg.ok i::before {
    content: "\f058";
}
div.pmd-msg.adv {
    display: flex;
    color: #b35916;
}
div.pmd-msg.adv i::before {
    content: "\f059";
}

.pmd-head-wrapper {
    background-color: #18283f;
    color: #fff;
    padding: 10px 20px 40px 20px;
    position: relative;
}
.pmd-head-wrapper .menu {
    max-width: 1240px;
    margin: 0 auto 20px auto;
    text-align: right;
}
#podcast-main .pmd-head-wrapper a {
    color: #fff;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 500;
}
#podcast-main .pmd-head-wrapper a:last-of-type {
    margin-right: 0;
}
#podcast-main .pmd-head-wrapper a i {
    font-size: 1.2em;
    margin-right: 3px;
}
#podcast-main .pmd-head-wrapper a:hover {
    color: #ff9b0b;
}
.pmd-head-wrapper img {
    display: block;
    width: 280px;
    margin: auto;
}

.pmd-play-this {
    border: 2px solid #18283f;
    color: #18283f;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    transition: all .3s ease;
    cursor: pointer;
}
.pmd-play-this i {
    line-height: 36px;
    padding-left: 4px;
    font-size: 22px;
}
.pmd-play-this i.fa-pause {
    padding-left: 1px;
}
.pmd-play-this:hover {
    transform: scale(1.1);
    color: #ff9b0b!important;
    border-color: #ff9b0b!important;
}

#pmd-content {
    max-width: 1280px;
    margin: auto;
    padding: 40px 20px;
}
#pmd-content h2 {
    padding-right: 80px;
    margin-bottom: 10px;
}
#pmd-content .section {
    padding-bottom: 60px;
}
#pmd-content .slick-prev,
#pmd-content .slick-next {
    background: #5e5e5e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -25px;
    right: 0;
}
#pmd-content .slick-prev.slick-disabled,
#pmd-content .slick-next.slick-disabled {
    opacity: .5;
    cursor: default;
}
#pmd-content .slick-prev {
    left: auto;
    right: 40px;
}
#pmd-content .slick-prev:before,
#pmd-content .slick-next:before {
    top: 6px;
    left: 7px;
    right: 5px;
    bottom: 6px;
}
#pmd-content .slick-prev:before {
    left: 5px;
    right: 7px;
}
#pmd-content .slick-prev:hover:before,
#pmd-content .slick-next:hover:before,
#pmd-content .slick-prev.slick-disabled:before,
#pmd-content .slick-next.slick-disabled:before {
    opacity: 1;
}
#pmd-content .slick-prev:not(.slick-disabled):hover,
#pmd-content .slick-prev:not(.slick-disabled):focus,
#pmd-content .slick-next:not(.slick-disabled):hover,
#pmd-content .slick-next:not(.slick-disabled):focus {
    background-color: #000;
}
#pmd-content .slick-track {
   margin: 0; 
}
#pmd-content .slick-slider .box {
    display: block;
    padding: 3px;
}
#pmd-content .slick-slider .wrapper {
    position: relative;
}
#pmd-content .slick-slider .img {
    position: relative;
    display: block;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
}
#pmd-content .authors .slick-slider .img {
    padding-top: 150%;
}
#pmd-content .podcasts .slick-slider .img:before {
    content: "";
    background-image: linear-gradient(331deg, rgba(0, 0, 0, 0.7) 10%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#pmd-content .slick-slider .pmd-play-this {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border-color: #fff;
}
#pmd-content .slick-slider .title {
    display: block;
    padding-top: 5px;
    line-height: 1.1em;
}

.program-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.program-info .img {
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
.program-info .text {
    flex: 1;
    text-align: center;
}
.program-info .text h1 {
    margin-bottom: 10px;
}
.program-info .author {
    display: flex;
    align-items: center;
    justify-content: center;
}
.program-info .author .photo {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
.program-season select {
    max-width: 200px;
    border-color: #000;
}

#pmd-player {
    position: sticky;
    bottom: 10px;
    z-index: 999;
    max-width: 1260px;
    padding: 0 10px;
    margin: auto;
}
#pmd-player .container {
    background-color: #18283f;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    border-radius: 4px;
}
#pmd-player .info {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
#pmd-player .info .img {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
#pmd-player .info .text {
    flex: 1;
    margin-right: 20px;
}
#pmd-player .info .text .item {
    display: block;
    font-size: 14px;
    color: #ff9b0b;
}
#pmd-player .info .text .item.program {
    color: #fff;
    font-style: italic;
}
#pmd-player .info .add-fav {
    font-size: 24px;
    cursor: pointer;
}
#pmd-player .info .action {
    margin-right: 5px;
}
#pmd-player .play-pause {
    border: 2px solid #ff9b0b;
    color: #ff9b0b;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    line-height: 1;
    transition: all .3s ease;
    cursor: pointer;
}
#pmd-player .play-pause:hover {
    border-color: #fff;
    color: #fff;
}
#pmd-player .play-pause .fa {
    line-height: 46px;
    padding-left: 4px;
    font-size: 22px;
}
#pmd-player .play-pause .fa-pause {
    padding-left: 1px;
}
#pmd-player .play-pause .fa-undo {
    padding-left: 2px;
    padding-bottom: 0;
    line-height: 46px;
}
#pmd-player .time {
	flex: 1;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
#pmd-player .time .count {
    line-height: 1;
    margin-top: 3px;
    font-size: 12px;
    width: 30px;
}
#pmd-player .time .count.duration{
    text-align: right;
}
#pmd-player #time-slide {
    flex: 1;
    margin: 0 10px;
}
#pmd-player .noUi-handle {
    border: 0;
    width: 18px;
    height: 18px;
    right: -8px;
    top: -7px;
    background: #ff9b0b;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
}
#pmd-player .noUi-target {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    height: 14px;
}
#pmd-player .noUi-base,
#pmd-player .noUi-connects {
    cursor: pointer;
    border-radius: 0;
}
#pmd-player .noUi-base {
    border-top: 5px solid #2b2b2b;
    border-bottom: 5px solid #2b2b2b;
}
#pmd-player .noUi-connect {
    background: #ff9b0b;
}
#pmd-player .noUi-handle:after,
#pmd-player .noUi-handle:before {
    display: none;
}
#pmd-player .noUi-vertical {
    width: 14px;
    height: 100px;
}
#pmd-player .noUi-vertical .noUi-base {
    border: 0;
    border-left: 5px solid #2b2b2b;
    border-right: 5px solid #2b2b2b;
}
#pmd-player .noUi-vertical .noUi-handle {
    top: auto;
    right: -7px;
    bottom: -9px;
    background: #ff9b0b;
}
#pmd-player .volume {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
#pmd-player .volume:hover,
#pmd-player .volume:active {
    width: 110px;
}
#pmd-player #volume-slide {
    position: absolute;
    width: 70px;
    left: 30px;
}

@media (min-width: 500px) {

    .program-info .img {
        width: 250px;
        height: 250px;
    }

    .program-season select {
        max-width: 250px;
    }

}

@media (min-width: 768px) {

    .program-info {
        flex-direction: row;
    }
    .program-info .img {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .program-info .text {
        text-align: left;
    }
    .program-info .author {
        justify-content: flex-start;
    }

    #pmd-player .info .action {
        margin-right: 40px;
    }
    #pmd-player .info {
        width: auto;
        margin-bottom: 0;
    }

}

@media (min-width: 900px) {

    .pmd-login-page .wrapper {
        display: flex;
        justify-content: flex-end;
    }
    .pmd-login-page .img {
        position: absolute;
        width: 70%;
        top: 0;
        bottom: 0;
        left: -10%;
        background-size: contain;
        background-position: bottom right;
        background-image: url(../img/login-image.png);
        background-repeat: no-repeat;
    }
    .pmd-wrapper-auth {
        width: 50%;
        margin: 0;
    }

}