.all-beatmakers { }

.all-beatmakers .promo-section {
    color: #fff;
    font-size: 30px;
    background-image: url(/Content/responsive_design/img/all-beatmakers/promo-bg.jpg);
    background-size: cover;
    background-position: center;
    font-size: 23px;
    font-family: Conv_BebasNeue Regular;
    padding: 20px 0 80px;
    margin-bottom: -25px;
    text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.2);
}

.all-beatmakers .beatmakers-count {
    color: #2b2b2b;
    font-size: 12px;
}

.all-beatmakers .do-master {
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.all-beatmakers .do-master input {
    position: relative;
    top: 3px;
}

.all-beatmakers .all-beatmakers-list { margin: 20px 0 0 0; }

.all-beatmakers .promo-section .pre-text {
    font-size: 23px;
    font-family: Conv_BebasNeue Regular;
}

.all-beatmakers .promo-section .pre-text p { margin: 25px 0; }

.all-beatmakers .promo-section ul:before {
    width: 2px;
    height: 605px;
    content: " ";
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    transition: all 1.3s ease-out;
}

.all-beatmakers .promo-section ul {
    margin: 40px 0 0 0;
    font-size: 40px;
    list-style: none;
    display: block;
    position: relative;
}

.all-beatmakers .promo-section ul li:before {
    width: 2px;
    height: 50px;
    content: " ";
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #fdb90f;
}

.all-beatmakers .promo-section ul li:after {
    width: 6px;
    height: 6px;
    content: " ";
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 21px;
    left: 0px;
    margin: 20px 20px 0 -2px;
    background-color: #ffd700;
}

.all-beatmakers .promo-section ul li {
    position: relative;
    padding: 0 0px 0 40px;
}

.all-beatmakers .promo-section ul li a {
    color: #fff;
    text-decoration: none;
    z-index: 25;
    position: relative;
}

.all-beatmakers .promo-section ul li img {
    height: 97px;
    width: 97px;
    margin: 0 15px 30px 0;
    border-radius: 0px;
    display: inline-block;
}

.all-beatmakers .promo-section ul li .beatmaker-info {
    display: inline-block;
    position: relative;
}

.all-beatmakers .promo-section ul li .beatmaker-info:before {
    font-size: 120px;
    display: block;
    background: none;
    position: absolute;
    font-family: Conv_BebasNeue Bold;
    opacity: 0.15;
    top: -40px;
}

.all-beatmakers .promo-section ul li:nth-child(1) .beatmaker-info:before { content: "#1"; }

.all-beatmakers .promo-section ul li:nth-child(2) .beatmaker-info:before { content: "#2"; }

.all-beatmakers .promo-section ul li:nth-child(3) .beatmaker-info:before { content: "#3"; }

.all-beatmakers .promo-section ul li:nth-child(4) .beatmaker-info:before { content: "#4"; }

.all-beatmakers .promo-section ul li:nth-child(5) .beatmaker-info:before { content: "#5"; }

.all-beatmakers .promo-section ul li .beatmaker-info .beatmaker-stats { font-size: 18px; }

.all-beatmakers .promo-section ul li .beatmaker-info .beatmaker-stats .beats-count {
    font-family: Conv_BebasNeue Bold;
    margin: 0 0 0 15px;
    position: relative;
}

.all-beatmakers .promo-section ul li .beatmaker-info .beatmaker-stats .beats-count:before {
    height: 4px;
    width: 4px;
    background-color: #ffd700;
    content: " ";
    display: block;
    left: -10px;
    top: 7px;
    transform: rotate(-45deg);
    position: absolute;
}


.all-beatmakers { }

.all-beatmakers .beatmaker-card {
    background-color: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
    padding: 5px;
    position: relative;
}

.all-beatmakers .beatmaker-card a {
    color: #2b2b2b;
    font-size: 14px;
    text-decoration: none;
}

.all-beatmakers .beatmaker-card .avatar img {
    width: 100%;
    height: 100%;
    margin: 0 0 5px 0;
    border-radius: 0px;
}


.all-beatmakers .beatmaker-card .premium-acc {
     right: 3px;
    top: 0px;
}


.all-beatmakers .beatmaker-card .country {
    position: absolute;
    top: 5px;
    left: 10px;
}

.all-beatmakers .beatmaker-card .country img { border-radius: 0px; }

.all-beatmakers .beatmaker-card .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.all-beatmakers .beatmaker-card .icon-music {
    color: #c0c0c0;
    cursor: pointer;
}

.all-beatmakers .beatmaker-card .icon-music:hover { color: #0eb5f2; }
