.nl-details,
.nl-details *,
.nl-details *::before,
.nl-details *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nl-details {
    padding: 20px 10px;
}

.nl-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.goto-link {
    text-decoration: none;
    color: #248fdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.goto-link svg {
    height: 14px;
    width: 14px;
    margin-left: 5px;
}

.nl-details__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nl-details__left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
}

.nl-details__right-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.nl-details__cover {
    display: block;
    margin-bottom: 20px;
}

.nl-details__box-wrapper {
    background: #f5f5f5;
    padding: 20px;
    /*overflow: hidden;*/
}

.nl-details__box {
    margin-bottom: 15px;
}

.nl-details__box h4 {
    margin-bottom: 15px
}

.nl-details__box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nl-details__box-title h4 {
    margin-bottom: 0;
}

.nl-details__media-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-bottom: 2px;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nl-details__media-play {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

.nl-details__media-play svg {
    color: #da203f;
    width: 18px;
    height: 18px;
}

.nl-details__media-description {
    font-size: 11px;
}

.nl-details__tour {
    background: #fff;
    margin-bottom: 2px;
    padding: 5px;
    position: relative;
}

.nl-details__tours-list {
    position: relative;
}

.nl-details__tour-box {
    position: absolute;
    top: 0;
    left: 102%;
    width: 300px;
    background: #fff;
    padding: 10px;
    display: none;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.nl-details__box-right {
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 5px 25px;
    margin-bottom: 5px;
}

.nl-details__trackinglist-wrapper {
    margin: 25px 0;
}

.nl-details__trackinglist {
    overflow: hidden;
    /*max-height: 75px;*/
    height: 75px;

}

.nl-details__track {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nl-details__track-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    font-weight: 700;
}

.nl-details__project-desctiption {
    line-height: 1.5;
}

.nl-details__discography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    overflow: hidden;
}

.nl-details__discography-album {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin: 5px 30px 5px 0;
    text-align: center;
}

.nl-details__discography-title {
    margin-top: 10px;
    font-weight: 700;
    word-break: break-word;
}

.nl-details__link {
    color: #248fdf;
}

.nl-details__tracking {
    margin-top: 30px;
}

.nl-details__up {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: #248fdf;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #248fdf;
    display: none;
    overflow: hidden;
}

.nl-details__up:hover {
    background: #fff;
    color: #248fdf;
}

.nl-details__up span {
    font-size: 14px;
    line-height: 22px;
    float: left;
}

.nl-details__up svg {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    float: right;
}

.hide-tracks,
.hide-discs {
    display: none;
}

.jsHidden {
    display: none;
}

.project-control-wrapper {
    margin-top: 30px;
}

/* social icons   */

.nl-details__social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.nl-details__social-icons a {
    margin-right: 10px;
}

.nl-details__social-icons a:hover {
    color: #da203f;
}

.nl-details__social-icons svg {
    width: 27px;
    height: 27px;
}
