/* General */

body {
    background-color: #222!important;
    color: #dddddd;
    margin-bottom: 60px;
}

.navbar-nav {
    position: relative;
    top: 2px;
}

header {
    background-color: #090909;
    margin-bottom: 0px;
}

.header-logo {
    width: 120px;
}

.social-links {
    background-color: #1a1919;
}

.social-links .link {
    font-size: 24px;
}

.social-links .link.facebook {
    color: #4165ad;
}

.social-links .link.youtube {
    color: #FF0000;
}

.social-links .link.twitter {
    color: #429cd6;
}

.social-links .link.instagram {
    color: #E1306C;
}

.hide {
    display: none;
}

.btn-primary,
.btn-primary:hover {
    background-color: #005D30;
    border-color: #005D30;
}


/* Controls */

.controls {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 100;
    background-color: #090909;
    transition: all 1.5s;
    cursor: pointer;
}

.controls-icon {
    width: 20px;
    fill: #005D30;
    margin-top: 13px;
}

.controls .media .image {
    width: 50px;
}

.controls .media .title {
    font-size: 13px;
    margin: 5px 0 0 0;
}

.controls .media .series {
    font-size: 12px;
    margin: 2px 0 0 0;
    color: #828080;
}


/* Mix Listing */

h1.mix-title {
    font-size: 26px;
}

.mix-heading h3 {
    color: #828080;
    text-transform: uppercase;
    font-size: 15px;
}

.mixes {
    border-bottom: 1px solid #373737;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.mixes .title {
    font-size: 13px;
    margin: 5px 0 0 0;
}

.mixes .series {
    font-size: 12px;
    margin: 2px 0 0 0;
    color: #828080;
}

a.mix,
a.mix:hover {
    color: #dddddd;
    text-decoration: none;
    position: relative;
}

.mix.loading .animation.loading {
    display: block!important;
}

.mix.playing .animation.playing {
    display: block!important;
}

.mix.paused .animation.paused {
    display: block!important;
}


/* .mix.loading .animation.loading{
    display:block!important;
} */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: auto;
    font-size: 18px;
}


/* https://www.sitepoint.com/play-button-overlay-image-css/ */

.img-container {
    position: relative;
    display: inline-block;
}

.img-container img {
    z-index: 9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mix.loading .img-container img,
.mix.playing .img-container img,
.mix.paused .img-container img {
    -webkit-filter: blur(3px);
    /* Safari 6.0 - 9.0 */
    filter: blur(3px);
}

.blur {
    -webkit-filter: blur(3px);
    /* Safari 6.0 - 9.0 */
    filter: blur(3px);
}

.img-container .animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    z-index: 10;
    color: white;
}


/* https://samherbert.net/svg-loaders/ */

.img-container .animation.loading {
    background: url('../img/animations/oval.svg') center center no-repeat;
}

.img-container .animation.playing {
    background: url('../img/animations/audio.svg') center center no-repeat;
}

.img-container .animation.paused {
    background: url('../img/music-icons/play-solid.svg') center center no-repeat;
    fill: #FFF;
}

#playingModal {
    z-index: 1071!important;
}

.modal-content {
    background-color: #222;
}

.modal-footer {
    border-top: 1px solid #373737;
}

.modal .close {
    text-shadow: none;
    color: #ffffff;
}


/* Details */


/* .details {
    bottom:0;
    position:fixed;
    width:100%;
    height:0vh;
    z-index:200;
    transition: all 0.5s;
}
.details .inner {
    bottom:0;
    height:85vh;
    background-color:#3e3c3c;
    padding:5px 40px 40px 40px;
} */

.details.playing .pause {
    display: block!important;
}

.details.paused .play {
    display: block!important;
}

.details .image {
    width: 200px;
}

.details-icon {
    width: 30px;
    fill: #FFFFFF;
    margin-top: 13px;
    margin: auto;
}

.progress {
    height: 4px;
}

.progress-bar {
    background-color: #005D30;
}

.details .item {
    margin-bottom: 30px;
}

.details a.share {
    color: white;
    font-size: 28px;
}

.details a.share.facebook {
    color: #4165ad;
}

.details a.share.twitter {
    color: #429cd6;
}

.details a.share.whatsapp {
    color: #52ba63;
}

.details .title {
    font-size: 16px;
    margin: 5px 0 0 0;
}

.details .duration,
.details .seek {
    font-size: 12px;
}

.details .series {
    font-size: 14px;
    margin: 2px 0 0 0;
    color: #828080;
}

.details .hide-details {
    width: 20px;
    margin-bottom: 20px;
}

.searching {
    font-size: 14px;
    color: #828080;
}

.searching .text {
    position: relative;
    top: 1px;
    padding-left: 5px;
}

.search-loading {
    width: 20px;
}


/* expandable search */


/* https://codepen.io/912lab/pen/LsplC */

.expandable-search {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

.expandable-search::-webkit-search-decoration,
.expandable-search::-webkit-search-cancel-button {
    display: none;
}

.expandable-search {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 2px #ccc;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    outline: none;
    width: 15px!important;
    height: auto!important;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

.expandable-search:focus {
    width: 150px!important;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    border-color: #005D30;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

.expandable-search:-moz-placeholder {
    color: #999;
}

.expandable-search::-webkit-input-placeholder {
    color: #999;
}

.expandable-search:hover {
    background-color: #fff;
}

.expandable-search:-moz-placeholder {
    color: transparent;
}

.expandable-search::-webkit-input-placeholder {
    color: transparent;
}


/* https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    border-radius: 10px;
    background: #005D30;
    cursor: pointer;
    width: 12px;
    height: 12px;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d /* Add cool effects to your sliders! */
    */
}


/* All the same stuff for Firefox */

input[type=range]::-moz-range-thumb {
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    background: #005D30;
    cursor: pointer;
}


/* All the same stuff for IE */

input[type=range]::-ms-thumb {
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    background: #005D30;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    background: #ffffff;
    border-radius: 1.3px;
    border: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    background: #ffffff;
    border-radius: 1.3px;
    border: none;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}


/* @media only screen and (max-width: 550px) {
  .header-logo {
    width:180px;
  }
} */