.audio-player-embed-container { /* Amíg nem töltődik be a teljes js addig ne jelenítsük meg, úgy sem tudjuk lejátszani */
    height: 0;
    overflow: hidden;
}

.audio-player-embed-container > img {
    width: 100%;
}

.audio-player-background {
    background-image: url(/static/frontend/imgs/audio_background.png?1);
    background-size: 100% 100%;
    padding: 10px 0;
}

.main > .container.adas {
    padding: 20px 0;
    background: #e79100;
}

.audio-player-embed {
    overflow: hidden;
    background: whitesmoke;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    margin: 0px auto;
    width: 98%;
}

.audio-player-embed .audio-player-left {
    width: 160px;
    height: 160px;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

.audio-player-embed .audio-player-left img {
    display: block;
    height: auto;
}

.audio-player-embed .audio-player-right {
    width: calc(100% - 185px);
    float: left;
}

.audio-player-embed .audio-player-right.no-image {
    width: 100%;
}

.audio-player-embed .audio-player-right .audio-player-top {

}

.adas-holder .adas-hanganyag {
    overflow: hidden;
    margin: 10px;
}

.audio-player-embed .audio-player-right .audio-player-top .play-pause {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #e79100;
    color: white;
    border: 1px solid #a56700;
    border-radius: 50%;
}

.audio-player-embed .audio-player-right .audio-player-top .download,
.audio-player-embed .audio-player-right .audio-player-top .volume-close .volume-on-off {
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background: #e79100;
    color: white;
    border: 1px solid #a56700;
    border-radius: 50%;
    outline: none;
}

.audio-player-embed .audio-player-right .audio-player-top .play-new-window {
    float: left;
    margin-right: 10px;
}

.audio-player-embed .audio-player-right .audio-player-top .volume-open .volume-slider {
    float: right;
    height: 100%;
}

.audio-player-embed .audio-player-right .audio-player-top .volume-open .volume-on-off i {
    padding-top: 12px;
}

.audio-player-embed .audio-player-right .audio-player-top .play-in-new,
.audio-player-embed .audio-player-right .audio-player-top .volume-open .volume-on-off {
    width: auto;
    float: left;
    margin-left: -20px;
    padding: 0;
    height: 40px;
    background: #e79100;
    color: white;
    border: 1px solid #a56700;
    border-left: 0px;
    border-right: 0px;
    position: relative;
    outline: none;
}

.audio-player-embed .audio-player-right .audio-player-top .volume-open,
.audio-player-embed .audio-player-right .audio-player-top .volume-close {
    float: right;
    outline: none;
}

.audio-player-embed .audio-player-right .audio-player-top .volume-close .play-in-new-before,
.audio-player-embed .audio-player-right .audio-player-top .volume-close .play-in-new-after {
    display: none;
}

.audio-player-embed .audio-player-right .audio-player-top .volume-open .volume-on-off .max-volume {
    width: 100px;
    height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 13px;
    background: #a56700;
    float: right;
    border-radius: 10px;
    transition: width 0.5s,margin-left 1s,margin-right 1s;
}

.audio-player-embed .audio-player-right .audio-player-top .volume-open .volume-on-off .current-volume {
    width: 100%;
    height: 12px;
    background: white;
    border-radius: 10px;
}

.audio-player-embed .audio-player-right .audio-player-top .play-in-new-before {
    content: '';
    border-radius: 50% 0% 0% 50%;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    border: 1px solid #a56700;
    border-right: 0;
    background: #e79100;
}

.audio-player-embed .audio-player-right .audio-player-top .play-in-new-after {
    content: '';
    border-radius: 0% 50% 50% 0%;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-left: -20px;
    border: 1px solid #a56700;
    border-left: 0;
    background: #e79100;
}

.audio-player-embed .audio-player-right .audio-player-top .play-in-new span {
    padding-left: 10px;
}

.audio-player-embed .audio-player-right .audio-player-top span.top {
    color: rgb(102, 102, 102);
    text-decoration: underline;
    font-size: 14px;
    text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    overflow: hidden;
    display: block;
    float: left;
    text-align: left;
}

.audio-player-embed .audio-player-right .audio-player-top span.botom {
    color: rgb(102, 102, 102);
    font-size: 16px;
    text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    overflow: hidden;
    display: block;
    float: left;
    text-align: left;
}

article .audio-player-embed .audio-player-right .audio-player-top.new_window span.botom,
article .audio-player-embed .audio-player-right .audio-player-top.new_window span.top {
    width: calc(100% - 251px);
}

.audio-player-embed .audio-player-right .audio-player-top.new_window span.botom,
.audio-player-embed .audio-player-right .audio-player-top.new_window span.top {
    width: calc(100% - 240px);
}

.audio-player-embed .audio-player-right .audio-player-middle {
    height: 103px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.audio-player-embed .audio-player-right .duration {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 12px;
    color: white;
    background: black;
    padding-left: 5px;
    padding-right: 5px;
}
.audio-player-embed .audio-player-right .duration.not_first {
    display: none;
}

.audio-player-embed .audio-player-right .currentTime {
    position: absolute;
    display: none;
    left: 0;
    bottom: 4px;
    font-size: 12px;
    color: #e79100;
    background: black;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
}

.audio-player-embed .audio-player-right .audio-player-middle svg {
    width: 100%;
    margin-top: 10px;
    height: 90px;
}

.audio-player-embed .audio-player-right .audio-player-middle audio {
/*  display: none; */
}

.audio-player-embed .audio-player-right .audio-player-bottom {
    color: rgb(102, 102, 102);
    font-size: 14px;
    text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
}

/* Migrálni kell a site.scss-be */
.main .article-wrapper article.people .article-content h3 a {
    -webkit-line-clamp: 3;
    height: auto;
    margin-bottom: 0px;
    max-height: 100px;
}

.main .article .musor-description {
    font-size: 18px;
    padding: 15px 25px;
}

.main .article .musor-description table {
    width: 100%;
}

@media (max-width: 425px) {
    .audio-player-embed .audio-player-right {
        width: 100%;
        margin-top: 10px;
    }
    .audio-player-embed .audio-player-left {
        left: calc(50% - 80px);
        margin-right: 0;
    }
    .audio-player-embed .audio-player-right .audio-player-top .download {
        margin-left: 0;
    }
    .audio-player-embed .audio-player-right .audio-player-top .volume-open {
        width: 178px;
        margin-top: 10px;
        float: left;
    }
    .audio-player-embed .audio-player-right .audio-player-top .volume-close {
        margin-top: 10px;
        float: left;
    }
    .audio-player-embed .audio-player-right .audio-player-top .volume-close .volume-on-off {
        margin-left: 0px;
        float: left;
    }
    .audio-player-embed .audio-player-right .audio-player-top .volume-open::before,
    .audio-player-embed .audio-player-right .audio-player-top .volume-close::before {
        display: block;
        content: '';
        clear: both;
        height: 1px;
        width: 425px;
    }
    article .audio-player-embed .audio-player-right .audio-player-top.new_window span.botom,
    article .audio-player-embed .audio-player-right .audio-player-top.new_window span.top {
        width: 100%;
    }
}

p.tags a {
    color: #e79100;
}

p.tags a:hover {
    text-decoration: underline;
}