.recording .details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-right: none;
    background: #e6e6e6
}

.recording .author {
    float: left;
    clear: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: table;
    padding: 0 25px
}

.recording .author>div, .recording .author>p {
    display: table-cell;
    vertical-align: middle
}

.recording .author .user-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px
}

.recording .author p {
    font-size: 16px;
    font-weight: 300
    height: 30px;
}

.recording .song {
    float: left;
    clear: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 30px 0 0 30px;
    font-size: 16px;
    font-weight: 500
}

.recording .gift {
    float: left;
    clear: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 30px 0 0 30px;
    font-size: 16px;
    font-weight: 500
}


.recording .actions {
    float: left;
    clear: left;
    width: 100%;
    margin-top: -30px;
    position: relative
}

.recording .actions .date {
    background: url("../images/ui/recording.png") no-repeat left center;
    font-size: 14px;
    color: #aeaeae;
    padding-left: 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 22px;
    line-height: 22px
}

.recording .actions .social {
    position: absolute;
    bottom: 26px;
    right: 26px
}

.recording .actions .social a.btn-copy-link {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    float: right;
    background: #828282;
    display: none;
    margin-right: 5px;
    padding: 3px 10px 3px 5px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.recording .actions .social a.btn-copy-link i {
    margin-right: 5px
}

.recording .actions .social a.btn-copy-link:hover, .recording .actions .social a.btn-copy-link.hover {
    background: #0e6290;
    box-shadow: 0 0 2px #0e6290
}

.recording .actions .social>div:last-child {
    margin-top: -7px !important
}

.recording .actions .social>div {
    float: right
}

.recording .main-wrapper {
    min-height: 475px
}

#main-view {
    display: block;
}

body .recording .main-wrapper {
    position: relative;
    min-height: 0 !important;
    float: left;
    clear: left;
    width: 100%;
    background: #000;
    text-align: center
}

body .recording .main-wrapper #main-view {
    cursor: pointer;
    max-height: 360px
}

body .recording .main-wrapper #main-view img {
    opacity: .5
}

body .recording .main-wrapper #main-view a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: box-shadow 0.25s;
    -moz-transition: box-shadow 0.25s;
    -ms-transition: box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    position: absolute;
    display: block;
    width: 50%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff;
    left: 25%;
    line-height: 40px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

body .recording .main-wrapper #main-view a span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    line-height: 40px
}

body .recording .main-wrapper #main-view a>.circle {
    width: 30px;
    height: 30px;
    margin: 5px 5px 5px 5px;
    float: left;
    line-height: 29px;
    font-size: 22px
}

body .recording .main-wrapper #main-view a>.circle>i {
    color: #fff;
    text-align: center
}

body .recording .main-wrapper #main-view a>.circle>i.icon-caret-right:before {
    width: 5px
}

body .recording .main-wrapper #main-view a.play-btn {
    top: 30%
}

body .recording .main-wrapper #main-view a.get-btn {
    bottom: 30%
}

body .recording .main-wrapper #main-view a:hover {
    box-shadow: 0 0 50px #0e6290
}

@media (max-width: 580px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .recording .author>p {
        margin-top: 15px !important
    }

    .recording .song {
        max-height: 75px
    }

     .recording .gift {
        max-height: 75px
    }

    .recording .like-btn {
        display: none
    }

    body .recording .main-wrapper #main-view a {
        font-size: 16px;
        width: 80%;
        left: 10%
    }
}
@media (min-width: 992px) {
     .recording .details {
        height: 311px;
    }
}

@media (max-width: 991px) {
    .recording .details {
        border: none;
        height: auto !important;
        float: left;
        width: 100%
    }

    .recording .author {
        display: block;
        padding: 0;
        height: 90px !important
    }

    .recording .author>div {
        display: block;
        float: left;
        width: 70px
    }

    .recording .author>p {
        display: table-cell;
        float: left;
        margin: 25px 0 0 10px;
        height: 30px;
        vertical-align: middle;
        width: -webkit-calc(100% - 120px)
    }

    .recording .song {
        padding: 10px;
        font-size: 16px !important;
        height: auto !important
    }

    .recording .gift {
        padding: 10px;
        font-size: 16px !important;
        height: auto !important
    }

    .recording .gift>div {
        display: block;
        float: left;
        width: 70px
    }

    .recording .actions {
        height: 50px !important;
        margin-top: 0 !important
    }

    .recording .actions .date {
        bottom: 10px;
        left: 10px
    }

    .recording .actions .social {
        bottom: 10px;
        right: 10px
    }

    .recording .main-wrapper {
        min-height: 0 !important;
        float: left;
        clear: left;
        width: 100%;
        background: #000;
        text-align: center
    }

    .recording .main-wrapper img {
        max-height: 400px;
        max-width: 100%;
        opacity: .5
    }

    body .recording .main-wrapper #main-view a.play-btn {
        top: 20%
    }

    body .recording .main-wrapper #main-view a.get-btn {
        bottom: 20%
    }
}


