@import "https://fonts.googleapis.com/css?family=Oxygen:300,400,700";
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    opacity: 1
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}


.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}

.clearfix:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

header,
section {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

a:active,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    cursor: pointer
}

.point {
    margin: 0 auto;
    padding: 50px 0
}

.center_text {
    text-align: center
}

.main_header {
    height: 100vh;
    background-image: url(../img/header_bg.jpg);
    position: relative;
    background-attachment: fixed
}

.header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: 2;
    background: #90f;
    background: -moz-linear-gradient(left, rgba(153, 0, 255, 1) 0%, rgba(255, 0, 221, 1) 25%, rgba(255, 0, 85, 1) 50%, rgba(255, 51, 0, 1) 75%, rgba(255, 187, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(153, 0, 255, 1) 0%, rgba(255, 0, 221, 1) 25%, rgba(255, 0, 85, 1) 50%, rgba(255, 51, 0, 1) 75%, rgba(255, 187, 0, 1) 100%);
    background: linear-gradient(to right, rgba(153, 0, 255, 1) 0%, rgba(255, 0, 221, 1) 25%, rgba(255, 0, 85, 1) 50%, rgba(255, 51, 0, 1) 75%, rgba(255, 187, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9900ff', endColorstr='#ffbb00', GradientType=1)
}

.footer_text {
    text-align: center
}

.top_line {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 15px 0;
    border-bottom: 2px solid #f09
}

.logo_container {
    width: 250px;
    float: left
}

.login_container {
    float: right;
    font-size: 0;
    padding-top: 10px;
    color: #fff
}

footer {
    padding: 25px 0;
    font-weight: 700
}

.log_btn {
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle
}

.mood_nav,
.mood_nav_item {
    padding: 0;
    margin: 0;
    text-align: center
}

.mood_nav {
    margin-bottom: 50px
}

.mood_nav_item {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    line-height: 2;
    transition: all .3s ease
}

.rules {
    margin: 0 auto;
    padding: 0 15px
}

.portfolio_item {
    display: none;
    padding: 0
}

img {
    width: 100%
}

.hover_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    padding-top: 15%;
    opacity: 0;
    transition: all .5s ease
}

.hover_content:hover {
    opacity: 1;
    padding-top: 20%
}

.hover_content a {
    background-color: transparent;
    border: 1px solid;
    padding: 2px 10px;
    display: inline-block
}

.sign_in {
    border: 2px solid #f09;
    color: #f09
}

.sign_in:hover {
    color: #f09
}

.register {
    color: #fff;
    border: 2px solid transparent;
    background-color: #f09
}

.register:hover {
    color: #fff
}

.header_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px
}

.rules_header {
    float: left
}

.back_btn {
    float: right;
    background: #f09;
    outline: none;
    border: none;
    font-size: 24px;
    font-weight: 700;
    padding: .5rem 2rem;
    color: #fff;
    margin: .67em 0
}

.header_content h2 {
    font-size: 48px
}

.search_line {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 25px
}

.search_element {
    display: inline-block;
    font-size: 24px;
    color: #f9f9f9
}

.search_input {
    width: 75%;
    margin: 0 auto;
    text-indent: 20px;
    padding: 10px 0;
    outline: none;
    color: #d0f;
    letter-spacing: 2px
}

.srch_btn {
    width: 24%;
    padding: 10px;
    outline: none;
    border: 2px solid transparent;
    background-color: #f09;
    cursor: pointer
}

.artist_name {
    font-size: 14px;
    color: #847f7f
}

.song_name {
    font-weight: 700
}

.song {
    margin-bottom: 25px
}

.artist_img_container {
    position: relative
}

.artist_overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(../img/play_icon.png);
    background-position: center;
    -webkit-background-size: 100px;
    background-size: 100px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.artist_img_container:hover .artist_overlay {
    height: 100%
}

.more_btn {
    display: block;
    width: 300px;
    padding: 15px 30px;
    font-size: 32px;
    color: #f09;
    border: 2px solid #f09;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    transition: all .3s ease-in-out
}

.more_btn:hover {
    border: 2px solid #fb0;
    color: #fb0
}

.big_login .log_btn {
    color: #fff;
    margin-top: 50px;
    margin-right: 25px;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all .3s ease-in-out
}

.big_login .log_btn:last-child {
    margin-right: 0
}

.big_login .log_btn:hover {
    background-color: #f09
}

.calling_section {
    background-image: url(../img/calling_bg.jpg);
    position: relative
}

.calling_text {
    float: right;
    color: #fff;
    letter-spacing: 2px;
    width: 50%
}

.calling_text h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px
}

.calling_text p {
    font-size: 20px;
    font-weight: 700
}

.calling_text .more_btn {
    background-color: #fff
}

.add-bottom {
    margin-bottom: 2rem!important
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

audio {
    width: 100%
}

#audiowrap,
#plwrap {
    margin: 0 auto
}

#tracks {
    position: relative;
    text-align: center
}

#nowPlay {
    display: inline
}

#npAction {
    padding: 21px;
    position: absolute
}

#npTitle {
    padding: 21px
}

#plList li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 21px 0
}

#plList li:hover {
    background-color: rgba(0, 0, 0, .1)
}

.plItem {
    position: relative
}

.plTitle {
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: 65px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap
}

.plNum {
    padding-left: 21px;
    width: 25px
}

.plLength {
    padding-left: 21px;
    position: absolute;
    right: 21px;
    top: 0
}

.plSel,
.plSel:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    cursor: default!important
}

a[id^="btn"] {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 35px;
    line-height: .8;
    margin: 0 20px 20px;
    padding: 10px;
    text-decoration: none;
    transition: background .3s ease;
    width: 35px
}

a[id^="btn"]:last-child {
    margin-left: -4px
}

a[id^="btn"]:hover,
a[id^="btn"]:active {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

a[id^="btn"]::-moz-focus-inner {
    border: 0;
    padding: 0
}

.plyr--audio .plyr__controls {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 20px 20px 20px 13px;
    width: 100%
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: rgba(0, 0, 0, .1)
}

.plyr__progress--played,
.plyr__volume--display {
    color: rgba(0, 0, 0, .1)
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(0, 0, 0, .1)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(0, 0, 0, .1)
}

@media only screen and (max-width:850px) {
    #nowPlay {
        display: none
    }
}

.player_section {
    position: relative
}

.player_overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8)
}

.player_overlay p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #000;
    font-weight: 700
}

.registration__title{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}

.registration__word{
    text-align: center;
    margin-top: 20px;
    color: #B4B4B4;
}

.form-control{
    font-size: 18px;
    height: 48px;
}

.registration__form{
    margin-top: 60%;
    display: block;
}

.registration__label{
    text-align: center;
}

.btn{
    width: 100%;
    display: block;
    font-size: 18px;
    height: 48px;
}

.thead-default{
    background: #000;
    color: #fff;
}
.linkOne{
    display: block;
}
.linkTwo{
    display: none;
}
.linkThree{
    display: none;
}
.linkFour{
    display: none;
}
.linkFive{
    display: none;
}

@media only screen and (max-height: 625px) and (min-width: 1200px) {
    .col-md-3 {
        width: 12%
    }
}

@media only screen and (max-height: 400px) and (max-width: 720px) {
    .col-xs-6 {
        width: 25%
    }
    .song_name,
    .search_element {
        font-size: 8px!important
    }
}