* {
    margin: 0;
}
html {
    position: relative;
    margin:    0 auto;
    -webkit-text-size-adjust: 100%;
    overflow:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font: 13px/21px 'Open Sans', sans-serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    background-color:#ffffff;
    overflow:hidden;
    min-width:300px;
}

div,li,input,select,button,ul,spam,td{
	font-family: 'Open Sans', sans-serif;
	font: 13px/21px 'Open Sans', sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.slp3-content-div{
	width:100%;
	max-width:1440px;
	margin:0 auto;
}

.slp3-content-div-2{
	background-color:#ffffff;
	margin:0 auto;
	width:100%;
	max-width:656px;
	overflow-y:scroll;
    position: relative;
}

.slp3-top{
	height:150px;
	background-color:#ffffff;
	width:100%;
	max-width:656px;
	position:fixed;
	z-index:100;
	min-width:300px;
}

.slp3-content-1{
	margin-top:150px;
	margin-bottom:50px;
	width:100%;
	max-width:656px;
	display:block;
	padding:15px 15px 0 15px;
}

.slp3-content-2{
	margin-top:150px;
	margin-bottom:50px;
	width:100%;
	max-width:656px;
	display:none;
	padding:15px;
}

.slp3-footer{
	bottom: 0;
	width:100%;
	max-width:656px;
	height:50px;
	position:fixed;
	background-color:#ffffff;
	z-index:100;

}

.slp3-footer-div{
	bottom: 0;
	width:100%;
	position:absolute;
	max-width:656px;
	height:40px;
	background-color:#cccccc;
	border-radius:5px 5px 0 0;
	padding:15px;
}

.slp3-footer-subdiv1{
	  border:#000000 solid 1px
	  width:50%;
	  float:left;
	  font-size:11px;
	  font-family: 'Roboto', sans-serif;
}

.slp3-footer-subdiv2{
	  border:#000000 solid 1px
	  width:50%;
	  float:right;
	  font-size:11px;
	  font-family: 'Roboto', sans-serif;
}

.menuimg{
	margin: 15px 0 0 15px;
}

.menuimg img{
	display:block;
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 70px;
}


.menucontainer {
  width: 100%;
}


.menuul{
  text-align: left;
  margin: 0;
  padding:0;
}

.menuul .menuli {
  display: inline;
  text-align: left;
}

.menuli a{
  display: inline-block;
  padding: .75rem 0;
  margin: 0;
  text-decoration: none;
  color: #b91025;
  font-size:20px;
  font-weight:bold;
  font-family: 'Roboto', sans-serif;
}

.menuli a:hover{
  color: #000000;
}


.menuone{
  margin-left:15px;
}

.menuone a{
  width: 90px;
}

.menutwo a{
  width: 124px;
}

.menuone:hover ~ .menuhr {
  color: #000000;
  background:#000000;
}

.menutwo:hover ~ .menuhr {
  width: 100px;
  margin-left:106px;
  color: #000000;
  background:#000000;
}

.menuthree:hover ~ .menuhr {
 width: 96px;
  margin-left: 230px;
  color: #000000;
  background:#000000;
}

.four:hover ~ .menuhr {
  margin-left: 450px;
}

.menuhr {
  height: .2rem;
  width: 64px;
  background:#b91025;
  border: none;
  transition: .3s ease-in-out;
  z-index:1;
  position:absolute;
  margin:0 0 0 15px;
}

.menuhr2 {
  height: .2rem;
  width: 100%;
  margin: 0;
  background:#cccccc;
  border: none;
  z-index:1;
  position:absolute;
}


.station{
     width: 100%;
      height: 120px;
      background-color:#f6f6f6;
      padding:10px;
      border-radius:5px;
      margin-bottom:20px;
}

.station:hover{
      background-color:#ececec;
      cursor:pointer;
}

.station-img{
      width: 100px;
      height: 100px;
      float:left;
      border-radius:15px;

}

.station-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.station-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius:5px;
}

.station-cover {
  width: 100px;
  height: 100px;
}

.station-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color:#b91025;
  border-radius:5px;
}

.station:hover .station-overlay {
  opacity: 0.6;
}

.station-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

station-icon  img{
	width: 100px;
    height: 100px;
}

.station-text{
    color:#acaaaa;
    width: calc(100% - 110px);
    height: 100px;
    margin-left:10px;
    float:left;
}

.station-playing-on{
	z-index:1;
	position:absolute;
	right:20px;
	width:31px;
	height:14px;
	background: transparent url('../img/station-vu.gif') left top no-repeat;
}

.station-playing-off{
	z-index:1;
	position:absolute;
	right:20px;
	width:31px;
	height:14px;
	background: transparent;
}

.station-text-name{
	font-family: 'Roboto', sans-serif;
	color:#acaaaa;
	height:24px;
	font-weight:bold;
	font-size:16px;
}

.station-text-title{
	color:#b91025;
	height:23px;
	 font-weight:700;
	font-size:15px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.33;
    text-overflow: ellipsis;
    text-transform: none;
}

.station-text-artist{
	color:#acaaaa;
	height:23px;
	font-weight:normal;
	font-size:13px;
	overflow: hidden;
    white-space: nowrap;
    line-height: 1.33;
    text-overflow: ellipsis;
    text-transform: none;
    margin-top:0;
    font-weight:700;
}

.station-text-year{
	color:#acaaaa;
	height:23px;
	font-weight:normal;
	font-size:12px;
	margin-top:0;
	overflow: hidden;
    white-space: nowrap;
    line-height: 1.33;
    text-overflow: ellipsis;
    text-transform: none;
}


.playlist-topimg-div {
  width: 100%;
  margin:0 auto;
  text-align:center;
}

.playlist-topimg-container {
  position: relative;
  display:inline-block;
  width: 100%;
  max-width: 260px;
  cursor:pointer;
}

.playlist-topimg-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius:5px;
}

.playlist-topimg-cover {
	width: 100%;
	height: 100%;
	min-width:200px;
	max-width:260px;
}

.playlist-topimg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color:#b91025;
  border-radius:5px;
  opacity: 0;
}

.playlist-topimg-container:hover .playlist-topimg-overlay {
  opacity: 0.6;
}

.playlist-topimg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.playlist-topimg-icon-img{
	width: 75px;
    height: 75px;
}

.playlist-topimg-name{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	height:33px;
	font-weight:bold;
	font-size:28px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
	line-height: 1;
	text-transform: uppercase;
}

.playlist-topimg-bar-div{
	position: absolute;
	bottom: 0;
	padding:0 5px 0 5px;
	left: 0;
	width:100%;
	height:2px;
	transition: width 1s;
}

.playlist-topimg-bar{
	width:100%;
	background-color:#ff0000;
	height:2px;
}

.playlist-topimg-bar-count{
	  	position: absolute;
		bottom: 18px;
		padding:0 5px 0 5px;
		left: 0;
		width:100%;
		height:2px;
		transition: width 1s;
		z-index:1;

		font-family: 'Roboto', sans-serif;
		color:#ffffff;
		font-weight:bold;
		font-size:10px;
		text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.playlist-now-artist{
	margin:10px 0;
	font-family: 'Roboto', sans-serif;
	color:#b91025;
	height:33px;
	font-weight:bold;
	font-size:18px;
	line-height: 1;
	text-transform: uppercase;
}

.playlist-now-title{
	color:#000000;
	height:33px;
	font-weight:bold;
	font-size:17px;
	line-height: 1;
}

.playlist-start-stop img{
	    width: 75px;
    	height: 75px;
}

.playlist-start-stop-div{
	display:inline-block;
	cursor:pointer;

}


.player .jp-current-time{
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
	color:#000000;
	height:33px;
	font-weight:bold;
	font-size:12px;
	line-height: 1;
	text-transform: uppercase;
}



.player .mute-control .volume-icon {
    position: absolute;
    left: 10px;
    vertical-align: middle;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: transparent url("../img/mute3.png") no-repeat 0px 0px
}


.player .mute-control .volume-icon2 {
    position: absolute;
    left: 10px;
    vertical-align: middle;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: transparent url("../img/unmute3.png") no-repeat 0px 0px
}

.player .mute-control .volume-icon:hover {
    background: transparent url("../img/mute3_hover.png") no-repeat 0px 0px;
}

.player .mute-control .volume-icon2:hover {
    background: transparent url("../img/unmute3_hover.png") no-repeat 0px 0px;
}


 .player .volume-control {
    /*position: absolute;*/
    padding: 0;
    vertical-align: middle;
    left: 0;
    right: 0;
    height: 28px;
    margin: 0 auto;
    width:100%;
    max-width:270px;
}


.player .volume-control .volume-slider {
    /*position: absolute;*/
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 10px;

}
.player .volume-control .volume-slider .vol-progress {
    margin: 0 5px;
    width: 100%;
    height: 8px;
    padding: 1px;
    background: #ccc;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 3px
}
.player .volume-control .volume-slider .vol-progress .vol-bar {
    position: relative;
    display: block;
    height: 100%;
    background: rgba(185, 16, 37, 0.75);
    width: 50%;
    border-radius: 3px
}
.player .volume-control .volume-slider .vol-progress .circle-control {
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    width: 23px;
    height: 23px;
    background: transparent url("../img/sliderbut.png") no-repeat 0px -1px;
    transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1)
}
.player .volume-control .volume-slider .vol-progress:hover .circle-control {
    cursor: pointer;
    opacity: 0.95
}
.player .volume-control .volume-slider .player-status {
    font-size: 10pt;
    text-align: center;
    width: 100%;
    top: 100%;
    margin-top: 10px
}


.player .volume-control .volume-slider .vol-progress .circle-control {
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    width: 23px;
    height: 23px;
    background: transparent url("../img/sliderbut.png") no-repeat 0px -1px;
    transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1)
}
.player .volume-control .volume-slider .vol-progress:hover .circle-control {
    cursor: pointer;
    opacity: 0.95
}

.playlist-container {
    padding: 30px 0 0 0;
}

.song-div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.song-div-time{
    width: 44px;
    color: #000000;
    font-size: 14px;
    align-self: center;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    margin-right: 18px;
}

.song-div-time-text{
    width:44px;
    color: #000000;
    font-size: 14px;
    align-self: center;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    margin-right: 18px;
    padding:0 0 0 5px;
    font-weight:700;
}

.song-div-time-2{
    padding:0 0 0 1px;
     width: 100%;
    color: #000000;
    font-size: 14px;
    align-self: center;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    margin-right: 18px;
    margin-top:10px;
}

.playlist-song-ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.playlist-song-li::before {
    left: 104px;
    bottom: -20px;
    height: 20px;
    content: "";
    position: absolute;
    border-left: solid 2px #dee2e6;
}

.playlist-song-ul:last-child .playlist-song-li:before{
   display:none;
}

.playlist-song-li {
    margin: 0;
    position: relative;
    margin-bottom: 20px;
}

.song-div-info {
    display: flex;
}


.song-div-img {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    position: relative;
    align-self: center;
    border-radius: 5%;
}

.song-div-img-img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.song-div-text{
    display: flex;
    text-align: left;
    line-height: 1.25;
    margin-left: 10px;
    flex-direction: column;
    justify-content: center;
}

.song-div-text-title{
    color: #000000;
    margin: 0;
    overflow: hidden;
    max-width: 365px;
    font-size: 15px;
    white-space: nowrap;
    line-height: 1.33;
    text-overflow: ellipsis;
    text-transform: none;
    font-weight:700;
}

.song-div-text-artist{
    font-family: 'Roboto', sans-serif;
    color: #b91025;
    margin: 0;
    max-width: 565px;
    font-size: 16px;
    line-height: 1.17;
    text-transform: none;
}

.song-div-text-year{
    color: #ACAAAA;
    margin: 0;
    max-width: 200px;
    font-size: 14px;
    line-height: 1.17;
    text-transform: none;
}

.ps__rail-y {
      margin: 150px 0 50px 0;
}

.ps-scrollbar-y-rail {
 margin-bottom: 70px;
}


.player-kbps{
    width:100%;
    text-align:center;
    margin:20px auto;
}

.player-kbps-but{
	  font-family: 'Roboto', sans-serif;
	  background-color:#cccccc;
	  color:#000000;
	  font-size: 11px;
	  display:inline-block;
	  padding:5px 5px;
	  border-radius:5px;
	  cursor:pointer;
}

.player-kbps-but-selected{
	  font-family: 'Roboto', sans-serif;
	  background-color:#b91025;
	  color:#ffffff;
	  font-size: 11px;
	  display:inline-block;
	  padding:5px 5px;
	  border-radius:5px;
}

.player-kbps-but:hover{
	  background-color:#b91025;
	  color:#ffffff;
}

.message-div{
	position:fixed;
	z-index:110;
	width:100%;
	min-height:30px;
	background-color:#b91025;
	background:rgba(185,16,37, .8);
	max-width:641px;
	margin-right:20px;
	border-radius:5px;
	padding:15px;
	display:none;
}


.message-div-text-div{
	width:90%;
	float:left;
}

.message-div-close{
	width:10%;
	float:right;
	text-align:center;
    background:transparent url('../img/close1.png') center 5px no-repeat;
	height:20px;
	cursor:pointer;
}

.message-div-close:hover{
    background:transparent url('../img/close1b.png') center 5px no-repeat;
}

.message-div-text{
	color:#ffffff;
	font-size:14px;
}


.slp3-status{
	height:30px;
	width:100px;
	position:absolute;
	z-index:110;
	top:25px;
	right:10px;
}

.slp3-load{
	background:transparent url(../img/player-load.gif) center left no-repeat;
	padding-left:30px;
	height:24px;
	width:90px;
	text-align:right;
}

.slp3-play{
	background:transparent url(../img/player-play.png) center left no-repeat;
	padding-left:30px;
	height:24px;
	width:90px;
	text-align:right;
}

.slp3-stop{
	background:transparent url(../img/player-stop.png) center left no-repeat;
	padding-left:30px;
	height:24px;
	width:90px;
	text-align:right;
}
@media only screen and (min-width: 500px){
      /*
       .ps__rail-y {
      		margin: 150px 0 50px 0;
		}
		*/
}
@media only screen and (max-width: 500px){


	  	.slp3-content-1,.slp3-content-2{
			margin-top:98px;
	     }

		.ps__rail-y {
      		margin: 98px 0 50px 0;
		}

		.slp3-top{
			height:98px;

		}

		.menuimg{
			margin: 5px 0 0 15px;
		}

		.menuimg img{
		    height: 40px;
		}

		.playlist-topimg-name{
			font-size:22px;
		}

		.playlist-topimg-container {
		  max-width: 200px;
		}

	.station-text-name{
		height:23px;
		font-size:16px;
	}

	.station-text-title{
		height:15px;
		font-size:13px;

	}

	.station-text-artist{
		height:15px;
		font-weight:bold;
		font-size:12px;
		margin-top:3px;
	}

	.station-text-year{
		height:18px;
		font-weight:normal;
		font-size:12px;
		margin-top:3px;
	}

	.station{
	      height: 95px;
	}

	.station-img{
	      width: 75px;
	      height: 75px;
	}

	.station-text{
	    width: calc(100% - 85px);
	    height: 75px;
	}

	.station-cover {
		width: 74px;
		height: 74px;
	}



    .menuone{
	  margin:0 0 0 15px;
	}

	.menuone a{
	  width: 80px;
	}

	.menutwo a{
	  width: 106px;
	}

	.menuthree a{
	  width:76px;
	}

	.menuli a{
		font-size:16px;
	}

	.menutwo:hover ~ .menuhr {
		margin-left:85px;
		width: 80px;
	}

	.menuthree:hover ~ .menuhr {
		margin-left: 200px;
	}


	.four:hover ~ .menuhr {
		margin-left: 300px;
	}

	.menuhr {
		width: 54px;
	}

	.song-div-img {
	    width: 50px;
	    height: 50px;
	}

	.song-div-time{
	    width: 24px;
	    color: #ACAAAA;
	    font-size: 11px;
	    align-self: center;
	    text-align: center;
	    white-space: nowrap;
	    line-height: 1;
	    margin-right: 18px;
	}

	.song-div-time-text{
	    width:24px;
	    color: #000000;
	    font-size: 10px;
	    align-self: center;
	    text-align: center;
	    white-space: nowrap;
	    line-height: 1;
	    margin-right: 18px;
	    padding:0 0 0 5px;
	}

	.song-div-time-2{
	    padding:0 0 0 1px;
	    width: 100%;
	    color: #000000;
	    font-size: 11px;
	    align-self: center;
	    text-align: center;
	    white-space: nowrap;
	    line-height: 1;
	    margin-right: 18px;
	}

	.song-div-text-title{
	    font-size: 14px;
	    line-height: 1.33;
	    max-width: 165px;
	}

	.song-div-text-artist{
	    font-size: 11px;
	    line-height: 1.17;
	}

	.song-div-text-year{
	    font-size: 11px;
	    line-height: 1.17;
	}

	.playlist-song-li::before {
    	left: 64px;
    }

    .slp3-footer{
		height:70px;
	}

	.slp3-footer-div{
		height:65px;
	}

	.slp3-footer-subdiv1{
		  width:100%;
		  float:none;
	}

	.slp3-footer-subdiv2{
		  width:100%;
		  float:none;
	}

	/*
	.ps__rail-y {
	      margin: 150px 0 70px 0;
	}
    */

	.slp3-content-1{
		margin-bottom:80px;
     }

}

