@import 'https://fonts.googleapis.com/css?family=Rubik:400,700&subset=cyrillic';

html {
    background: url(http://hiphop4real.com/wp-content/themes/organic_music/images/bg.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

body {
    margin: 0;
    color: #000;
    width: 100%;
    max-width: 450px;
    max-height: 500px;
    min-width: 320px;
    max-height: 700px;
    font-family: 'Rubik', sans-serif;
    margin: 0 auto;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
}

img {
    border-style: none;
}

a {
    color: #e6e6e6;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

header {
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.logo {
    width: 60%;
    float: right;
}

h1.sup-logo {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 18.5px;
    line-height: 1;
    margin: 0;
}

.title-holder {
    background: #211f1f;
    color: #fff;
    padding: 20px;
    border-top: 1px dashed rgba(255, 255, 255, .1);
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

.title-holder span {
    display: block;
	margin-left: 25px;
}

.title-holder span.now {
    padding-bottom: 15px;
    position: relative;
}

.title-holder span.now:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 13px;
    background: url(images/eq.gif) no-repeat;
    left: -19px;
}

.song {
    font-family: 'Rubik', sans-serif;
    margin-left: 0px !important;
}

.mejs-container .mejs-controls {
    background: #191919;
    box-sizing: content-box;
    padding: 0 0 0 20px;
    position: relative;
}

.flexslider {
    border: none;
    margin: 0;
}

.mejs-clear {
    clear: both;
}

.mejs-controls .mejs-pause button, .mejs-controls .mejs-play button {
    display: block;
    width: 60px;
    height: 60px;
    background: url(images/play.png) no-repeat;
    border: none;
    text-indent: -99999999px;
    background-position: 0 0px;
    position: absolute;
    top: -80px;
    right: 20px;
    outline: none;
    cursor: pointer;
    background-size: 100%;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -60px;
}

.jp-volume-max {
    display: none !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 8px;
    background: #cac5c1;
    border-radius: 8px;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #ffffff;
    max-width: 80%;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    cursor: pointer;
}

.mejs-horizontal-volume-current {
    background: #bab5b1;
    height: 100%;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.mejs-horizontal-volume-current:after {
    content: "";
    width: 18px;
    height: 19px;
    background: url(images/vol-pos.png) no-repeat;
    position: absolute;
    right: -9px;
    top: -4px;
    cursor: pointer;
}

.mejs-unmute button, .mejs-mute button {
    background: url(images/vol-icon.png) no-repeat;
    border: none;
    width: 40px;
    height: 40px;
    outline: none;
    cursor: pointer;
    text-indent: -99999999px;
    padding: 0;
	float: right;
	margin: -8px 20px 10px 0px;
}

.mejs-unmute button {
    background-position: 0 -40px;
}

.jp-volume-controls {
    overflow: hidden;
}

.sup-slide {
    background: #191919;
    overflow: hidden;
    padding: 20px;
    max-height: 100px;
    min-height: 100px;
}

.sup-slide span {
    color: #fff;
}

.flex-control-nav {
    bottom: 128px;
    text-align: right;
    overflow: hidden;
}

.flex-control-nav li {
    margin: 0 8px;
}

.flex-control-nav li a {
    text-indent: 999999999999px;
}

.flex-control-nav li:last-child {
    margin-right: 25px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.4);
    width: 12px;
    height: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #000 url(images/preloader.gif) no-repeat center top;
    z-index: 999999999999999999999;
}

@media (max-width: 320px) {
    .logo img {
        width: 100%;
    }

    h1.sup-logo {
        font-size: 13.2px;
        line-height: 24px;
    }

    button.jp-play {
        width: 70px;
        height: 70px;
        background-size: 100%;
    }

    .jp-state-playing button.jp-play {
        background-position: 0 -70px;
    }

    .jp-volume-bar {
        max-width: 75%;
    }

    h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .sup-slide span {
        font-size: 12px;
    }
}

.rambler {
    position: absolute;
    left: -999999999999999999px;
    opacity: 0;
    height: 0px;
    top: 0px;
}

.mejs-currenttime-container, .mejs-time-rail, .mejs-time, .mejs-offscreen {
    display: none !important;
}



#mep_0 {
    height: auto !important;
    width: 100% !important;
    box-sizing: content-box;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    width: 100%;
}

.radio_logo {
	max-width: 150px;
    text-align: center;
}

.radio_body {
	margin: 20px 0;
    background: #191919;
    border-radius: 5px;
}

.cc_streaminfo {
	position: relative;
}

.cc_streaminfo:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 13px;
	background: url(images/eq.gif) no-repeat;
	left: -25px;
}

.radio_info {
    padding: 20px 0;
	color: #fff;
}

.radio_info h3 {
    margin: 0 0 20px;
}

.radio_footer {
    text-align: center;
    font-size: 11px;
    background: #211f1f;
    border-top: 1px dashed rgba(255, 255, 255, .1);
    color: #fff;
    padding: 10px 0;
}

.radio_footer a {
    border-bottom: 1px #fff dotted;
}

.radio_request {
    position: relative;
}

.radio_input {
    display: block!important;
    margin: 0 0 10px;
    max-width: 100%;
    border: 1px #eee solid;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 3px;
    width: 100%;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
}

.radio_input_button {
    display: block!important;
    border-radius: 3px;
    padding: 8px 20px;;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    background: #921616;
    color: #ffffff;
    -webkit-appearance: none;
}

.radio_input_button:hover {
    background: #ad2222;
}

/* ACCORDION */
.ac-container{

}

.ac-container label {
    position: relative;
    z-index: 20;
    display: block;
    height: 34px;
    cursor: pointer;
    line-height: 34px;
    background: #211f1f;
    color: #fff;
    padding: 0 10px;
    border-top: 1px dashed rgba(255, 255, 255, .1);
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

.ac-container label:before {
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.ac-container input:checked + label:before {
    content: '\f078';
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}

.ac-container input:checked + label:hover:after {
}

.ac-container input{
    display: none;
}

.ac-container article{
    color: #ffffff;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article {
    height: 100px;
    padding: 20px 10px;
}

.ac-container input:checked ~ article.radio_request {
    height: auto;
}

.ac-container article p {
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#cc_req_result_hiphop4real {
    margin-bottom: 15px;
    font-weight: 100;
    color: #dc4343;
    font-size: 14px;
}

/* ACCORDION */

.radio_programm {
    font-size: 12px;
    width: 100%;
    border-top: 1px dashed rgba(255, 255, 255, .1);
    border-left: 1px dashed rgba(255, 255, 255, .1);
}

.radio_programm td {
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    border-right: 1px dashed rgba(255, 255, 255, .1);
    padding: 6px 10px 6px;
}

.radio_programm tr td:first-child {
    width: 80px;
}
