.the_wrapper {
	/*border:1px solid #FFF000;*/
	overflow: visible !important;
}


/* the container */
.audio_grupo {
	/*background:#0000CC;
    padding:5px;*/
    float: left;
    position: relative;
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #FFF;
    margin: 0;
	width: 100%;
	z-index: 2;
}
.audio_grupo a {
    -webkit-transition: none 0s;
    transition: none 0s;
	margin:0 !important;
	padding: 0 !important;
	border:none !important;
}
.audio_grupo * {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.audio_grupo_sticky {
	width: 100%;
	position: fixed;
	z-index: 999999;
	top: 100px;
	left: 0px;
	margin-left: 0;
}

.audio_grupo .FrameBehindPlayerText {
	width:100%;
	margin: 0;
	padding: 0;
    overflow: hidden;
    display: grid;
    width: 100%;
    grid-template-columns: 0fr 1fr;
}
.audio_grupo .grapperPlay {
	padding: 0 20px;
}
.audio_grupo .grapperVolume {
	padding: 30px 0 0 20px;
}
.audio_grupo .alignVolume {
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
}
.audio_grupo .grapperBars {
    position: relative;
}

.audio_grupo .radioStation {
	/* position:absolute; */
	margin-left:0;
	display: block;
	overflow:hidden;
	height:12px;
	margin:0;
	padding:0;
	line-height:1;
	font-weight: bold;
	text-align:left;
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif !important;
    text-transform:capitalize;
    /* top: 48px; */
    /* left: 115px; */
    display: block;
}

/* volume slider */
.audio_grupo .VolumeSlider {
	/*float:left;*/
	/* position:absolute; */
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width:70px;
    height:4px;
    margin-left: 5px;
    /* top: 77px; */
    /* left: 139px; */
    display: block;
	/*background: #fff000;*/
}

.audio_grupo .VolumeSlider .ui-slider-handle {
	display:none;
}

.audio_grupo .VolumeSlider .ui-slider-handle.ui-state-hover {
	/*background: #fff000;*/
}

.audio_grupo .VolumeSlider .ui-slider-range {
	position:relative;
	height:4px;
	/*background: #00F; blue*/
}

.audio_grupo .ximage {
	position:absolute;
	z-index:3;
	width: 90px;
	height: 90px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	border-width: 2px !important;
	background: url("https://proyectos.digitalhype.mx/radiogrupo/wp-content/uploads/2020/06/iso_radiogrupo.png") center top / cover no-repeat rgb(0, 0, 0);
    border-color: rgb(255, 255, 255);
    display: block;
    padding: 0px;
    border-radius: 50%;
}

.audio_grupo .smallBar {
    width: 100%!important;
}

.audio_grupo .barsContainer {
    overflow: hidden;
	position:absolute;
	width:459px;
	height:60px;
	z-index:1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.audio_grupo .bars {
    height: 40px;
    margin: 0px 0 0 0px;
    position: absolute;
    width: 459px;
}
.audio_grupo .bar {
   background: #ffffff;
    bottom: 0px;
    height: 0px;
    position: absolute;
    width: 4px;
}
.audio_grupo .sound {
	-webkit-animation-name: sound;
	animation-name: sound;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-delay: -800ms;
	-animation-delay: -800ms;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
    animation-direction: alternate;

}

@keyframes sound {
    0% {
       opacity: .90;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 38px;
    }
}
.sound2 {
	-webkit-animation-name: sound2;
	animation-name: sound2;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-delay: -800ms;
	-animation-delay: -800ms;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes sound2 {
    0% {
       opacity: .10;
        height: 0px;
    }
    100% {
        opacity: .20;
        height: 15px;
    }
}

.bar:nth-child(1)  { left: 0px; animation-duration: 464ms;}
.bar:nth-child(2)  { left: 5px; animation-duration: 433ms;}
.bar:nth-child(3)  { left: 10px; animation-duration: 387ms;}
.bar:nth-child(4)  { left: 15px; animation-duration: 458ms;}
.bar:nth-child(5)  { left: 20px; animation-duration: 300ms;}
.bar:nth-child(6)  { left: 25px; animation-duration: 407ms;}
.bar:nth-child(7)  { left: 30px; animation-duration: 421ms;}
.bar:nth-child(8)  { left: 35px; animation-duration: 399ms;}
.bar:nth-child(9)  { left: 40px; animation-duration: 467ms;}
.bar:nth-child(10) { left: 45px; animation-duration: 422ms;}
.bar:nth-child(11) { left: 50px; animation-duration: 515ms;}
.bar:nth-child(12) { left: 55px; animation-duration: 474ms;}
.bar:nth-child(13) { left: 60px; animation-duration: 433ms;}
.bar:nth-child(14) { left: 65px; animation-duration: 407ms;}
.bar:nth-child(15) { left: 70px; animation-duration: 458ms;}
.bar:nth-child(16) { left: 75px; animation-duration: 400ms;}
.bar:nth-child(17) { left: 80px; animation-duration: 427ms;}
.bar:nth-child(18) { left: 85px; animation-duration: 441ms;}
.bar:nth-child(19) { left: 90px; animation-duration: 419ms;}
.bar:nth-child(20) { left: 95px; animation-duration: 487ms;}
.bar:nth-child(21) { left: 100px; animation-duration: 412ms;}
.bar:nth-child(22) { left: 105px; animation-duration: 444ms;}
.bar:nth-child(23) { left: 110px; animation-duration: 403ms;}
.bar:nth-child(24) { left: 115px; animation-duration: 377ms;}
.bar:nth-child(25) { left: 120px; animation-duration: 428ms;}
.bar:nth-child(26) { left: 125px; animation-duration: 370ms;}
.bar:nth-child(27) { left: 130px; animation-duration: 377ms;}
.bar:nth-child(28) { left: 135px; animation-duration: 411ms;}
.bar:nth-child(29) { left: 140px; animation-duration: 399ms;}
.bar:nth-child(30) { left: 145px; animation-duration: 457ms;}
.bar:nth-child(31) { left: 150px; animation-duration: 442ms;}
.bar:nth-child(32) { left: 155px; animation-duration: 474ms;}
.bar:nth-child(33) { left: 160px; animation-duration: 433ms;}
.bar:nth-child(34) { left: 165px; animation-duration: 407ms;}
.bar:nth-child(35) { left: 170px; animation-duration: 458ms;}
.bar:nth-child(36) { left: 175px; animation-duration: 400ms;}
.bar:nth-child(37) { left: 180px; animation-duration: 427ms;}
.bar:nth-child(38) { left: 185px; animation-duration: 441ms;}
.bar:nth-child(39) { left: 190px; animation-duration: 419ms;}
.bar:nth-child(40) { left: 195px; animation-duration: 487ms;}
.bar:nth-child(41) { left: 200px; animation-duration: 442ms;}
.bar:nth-child(42) { left: 205px; animation-duration: 474ms;}
.bar:nth-child(43) { left: 210px; animation-duration: 433ms;}
.bar:nth-child(44) { left: 215px; animation-duration: 407ms;}
.bar:nth-child(45) { left: 220px; animation-duration: 458ms;}
.bar:nth-child(46) { left: 225px; animation-duration: 400ms;}
.bar:nth-child(47) { left: 230px; animation-duration: 427ms;}
.bar:nth-child(48) { left: 235px; animation-duration: 441ms;}
.bar:nth-child(49) { left: 240px; animation-duration: 419ms;}
.bar:nth-child(50) { left: 245px; animation-duration: 487ms;}
.bar:nth-child(51) { left: 250px; animation-duration: 442ms;}
.bar:nth-child(52) { left: 255px; animation-duration: 474ms;}
.bar:nth-child(53) { left: 260px; animation-duration: 433ms;}
.bar:nth-child(54) { left: 265px; animation-duration: 407ms;}
.bar:nth-child(55) { left: 270px; animation-duration: 458ms;}
.bar:nth-child(56) { left: 275px; animation-duration: 400ms;}
.bar:nth-child(57) { left: 280px; animation-duration: 427ms;}
.bar:nth-child(58) { left: 285px; animation-duration: 441ms;}
.bar:nth-child(59) { left: 290px; animation-duration: 419ms;}
.bar:nth-child(60) { left: 295px; animation-duration: 487ms;}
.bar:nth-child(61) { left: 300px; animation-duration: 442ms;}
.bar:nth-child(62) { left: 305px; animation-duration: 474ms;}
.bar:nth-child(63) { left: 310px; animation-duration: 433ms;}
.bar:nth-child(64) { left: 315px; animation-duration: 407ms;}
.bar:nth-child(65) { left: 320px; animation-duration: 458ms;}
.bar:nth-child(66) { left: 325px; animation-duration: 400ms;}
.bar:nth-child(67) { left: 330px; animation-duration: 427ms;}
.bar:nth-child(68) { left: 335px; animation-duration: 441ms;}
.bar:nth-child(69) { left: 340px; animation-duration: 419ms;}
.bar:nth-child(70) { left: 345px; animation-duration: 487ms;}
.bar:nth-child(71) { left: 350px; animation-duration: 412ms;}
.bar:nth-child(72) { left: 355px; animation-duration: 444ms;}
.bar:nth-child(73) { left: 360px; animation-duration: 403ms;}
.bar:nth-child(74) { left: 365px; animation-duration: 377ms;}
.bar:nth-child(75) { left: 370px; animation-duration: 428ms;}
.bar:nth-child(76) { left: 375px; animation-duration: 370ms;}
.bar:nth-child(77) { left: 380px; animation-duration: 377ms;}
.bar:nth-child(78) { left: 385px; animation-duration: 411ms;}
.bar:nth-child(79) { left: 390px; animation-duration: 399ms;}
.bar:nth-child(80) { left: 395px; animation-duration: 457ms;}
.bar:nth-child(81) { left: 400px; animation-duration: 412ms;}
.bar:nth-child(82) { left: 405px; animation-duration: 444ms;}
.bar:nth-child(83) { left: 410px; animation-duration: 403ms;}
.bar:nth-child(84) { left: 415px; animation-duration: 377ms;}
.bar:nth-child(85) { left: 420px; animation-duration: 428ms;}
.bar:nth-child(86) { left: 425px; animation-duration: 370ms;}
.bar:nth-child(87) { left: 430px; animation-duration: 377ms;}
.bar:nth-child(88) { left: 435px; animation-duration: 411ms;}
.bar:nth-child(89) { left: 440px; animation-duration: 399ms;}
.bar:nth-child(90) { left: 445px; animation-duration: 457ms;}
.bar:nth-child(91) { left: 450px; animation-duration: 442ms;}
.bar:nth-child(92) { left: 455px; animation-duration: 474ms;}
.bar:nth-child(93) { left: 460px; animation-duration: 433ms;}

.perspectiveDownZero {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: perspectiveDownZero;
	animation-name: perspectiveDownZero;

	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes perspectiveDownZero {
  0% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(0px) rotateX(0deg);
  }

  100% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(0px) rotateX(-180deg);
  }
}
@keyframes perspectiveDownZero {
  0% {
    transform-origin: 0 100%;
    transform: perspective(0px) rotateX(0deg);
  }

  100% {
    transform-origin: 0 100%;
    transform: perspective(0px) rotateX(-180deg);
  }
}

/* ------------------- dark theme   ---------------------- */
.audio_grupo.darkHover .AudioControls {
    height: 100%;
	margin:0;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* play */
.audio_grupo.darkHover .AudioPlay {
	/* position:absolute; */
	z-index:3;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 80px;
	height: 80px;
	background: url(controllers/darkHover/play-off.png) no-repeat;
}
.audio_grupo.darkHover .AudioPlay:hover {
    background: url(controllers/darkHover/play-on.png) no-repeat;
}
/* volume button Mute & UnMute*/
.audio_grupo.darkHover .VolumeButton {
	/* position:absolute; */
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 19px;
	height: 19px;
	background: url(controllers/darkHover/volume-off.png) no-repeat;
}
.audio_grupo.darkHover .VolumeButton:hover {
	background: url(controllers/darkHover/volume-on.png) no-repeat;
}

.audio_grupo.darkHover .VolumeButtonMuted {
	background: url(controllers/darkHover/volumeMute-off.png) no-repeat;
}
.audio_grupo.darkHover .VolumeButtonMuted:hover {
	background: url(controllers/darkHover/volumeMute-on.png) no-repeat;
}
/* pause */
.audio_grupo.darkHover .AudioPause {
	/*float:left;*/
	/* position:absolute; */
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 80px;
	height: 80px;
	background: url(controllers/darkHover/pause-off.png) no-repeat;
}
.audio_grupo.darkHover .AudioPause:hover {
	background: url(controllers/darkHover/pause-on.png) no-repeat;
}

.audio_grupo.darkHover .xgradient {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width:470px;
	height:90px;
	position:absolute;
	z-index:2;
	background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 51%, rgb(245, 245, 245) 100%);
}

/* --------------------- light theme ----------------------- */
.audio_grupo.lightHover .AudioControls {
	/* width: 20%; */
    height: 100%;
	margin:0;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* play */
.audio_grupo.lightHover .AudioPlay {
	/*float:left;*/
	/* position:absolute; */
	z-index:3;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 80px;
	height: 80px;
	background: url(controllers/lightHover/play-off.png) no-repeat;
}
.audio_grupo.lightHover .AudioPlay:hover {
    background: url(controllers/lightHover/play-on.png) no-repeat;
}
/* volume button Mute & UnMute*/
.audio_grupo.lightHover .VolumeButton {
	/*float:left;*/
	/* position:absolute; */
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 19px;
	height: 19px;
	background: url(controllers/lightHover/volume-off.png) no-repeat;
}
.audio_grupo.lightHover .VolumeButton:hover {
	background: url(controllers/lightHover/volume-on.png) no-repeat;
}

.audio_grupo.lightHover .VolumeButtonMuted {
	background: url(controllers/lightHover/volumeMute-off.png) no-repeat;
}
.audio_grupo.lightHover .VolumeButtonMuted:hover {
	background: url(controllers/lightHover/volumeMute-on.png) no-repeat;
}
/* pause */
.audio_grupo.lightHover .AudioPause {
	/*float:left;*/
	/* position:absolute; */
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 85px;
	height: 85px;
	background: url(controllers/lightHover/pause-off.png) no-repeat;
}
.audio_grupo.lightHover .AudioPause:hover {
	background: url(controllers/lightHover/pause-on.png) no-repeat;
}

/* -------------------- gallery -------------------------- */
.audio_grupo .stations {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.audio_grupo .stationImage {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.audio_grupo .stationImage img{
    height: 65px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.4;
    position: relative;
    z-index: 2;
}
.audio_grupo .stationImage img:hover{
    height: 75px;
    opacity: 1;
}
.audio_grupo .stationImage .barsContainer {
    display: none;
}
.audio_grupo .selectedImg img{
    height: 75px;
    opacity: 1;
    cursor: default;
}
.audio_grupo .selectedImg .barsContainer{
    display: block;
}
.audio_grupo .stations .name {
    display: none;
}
.audio_grupo .stations .url {
    display: none;
}
.audio_grupo .moreStations {
	display: none;
}
/* -------------------- media query ------------------*/
@media (min-device-width: 768px) and (max-device-width: 1024px) {
	.audio_grupo div.FrameBehindPlayerText {
		display: grid;
		width: 100%;
		grid-template-columns: 0fr 1fr;
	}
	.audio_grupo div.moreStations {
		display: none;
	}
	.audio_grupo div.stations {
		display: block;
		text-align: center;
		overflow-x: auto;
		white-space: nowrap;
		position: initial;
	}
	.audio_grupo div.grapperBars {
		overflow-x: auto;
		padding: 0 10px;
	}
	.audio_grupo div.stationImage {
		padding: 10px 20px 0 20px;
	}
}
@media (min-device-width: 480px) and (max-device-width: 767px) {
	.audio_grupo div.FrameBehindPlayerText {
		display: grid;
		width: 100%;
		grid-template-columns: 0fr 1fr;
	}
	.audio_grupo div.moreStations {
		display: none;
	}
	.audio_grupo div.stations {
		text-align: center;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		position: initial;
	}
	.audio_grupo div.grapperBars {
		overflow-x: auto;
		padding: 0 10px;
	}
	.audio_grupo div.stationImage {
		padding: 10px 20px 0 20px;
	}
}
@media only screen and (max-width: 768px) {
	.audio_grupo .FrameBehindPlayerText {
		display: block;
		grid-template-columns: inherit;
		overflow: inherit;
	}
	.audio_grupo .AudioControls {
		z-index: 3;
		position: relative;
	}
	.audio_grupo .stations {
		width: 100%;
		height: 100%;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		position: relative;
		transition: all 500ms;
		bottom: 100px;
		z-index: 2;
		padding: 0 10px;
	}
	.audio_grupo .stationImage {
		padding: 5px 20px;
	}
	.audio_grupo .moreStations {
		display: block;
		border-radius: 4px;
		padding: 5px;
		margin-top: 5px;
		color: white;
		text-align: center;
	}
	.audio_grupo .stationsResponsive {
		bottom: 0;
	}
	.audio_grupo .grapperVolume {
		padding: 0px 0 0 20px;
	}
}