.menu_container{
	width: 100%;
	height: 200px;
	margin-top: 2%;
	margin-bottom: 0;
}
.flex_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 200px;
}
.play_button_small{
	display: none;
}
.menu{
	width: 100px;
	height: 100px;
	border-radius: 150px;
}
.menu ul {
	cursor: default;
	position: absolute;
	list-style: none;
	padding: 0;
}
.menu li {
	font-weight: 300;
	cursor: pointer;
	font-size: 1.7em;
	width: 100px;
	padding: 0;
	margin-top: 0;
	text-align: center;
	opacity: 1;
	z-index: 1;
}
.menu li:nth-of-type(1) {
  position: absolute;
  left: 0px;
  top: -32px;
}
.menu li:nth-of-type(2) {
  position: absolute;
  left: 90px;
  top: 38px;
}
.menu li:nth-of-type(3){
	position: absolute;
	left: 0px;
	top: 105px;
}
.menu li:nth-of-type(4){
	position: absolute;
	left: -105px;
	top: 38px;
}
.menu li.list-exception{
	top: 25px;
	left: 100px;
}
.menu li.list-exception-two{
	position: absolute;
	left: -105px;
	top: 25px;
}
/* this one holds radiojar player*/
#stream_holder{
	flex-basis: 40%;
	display: none;
	flex-direction: column;
}
/* ^^ */

.box{
    width: 100px;
    height: 100px;
		position: absolute;
}
.box img{
	width: 100%;
	height: auto;
}
.boxtwo{
    width: 100px;
    height: 100px;
		position: absolute;
}
.boxtwo img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1080px) and (min-width: 720px){
	.menu{
		display: none;
		font-size: 0.8em;
		width: 75px;
		height: 75px;
	}
	.box{
		width: 75px;
		height: 75px;
	}
	.boxtwo{
		width: 75px;
		height: 75px;
	}
	.menu ul {
		margin-top: 2%;
		cursor: default;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.menu li:nth-of-type(1) {
		position: absolute;
		left: -15px;
		top: -42px;
	}
	.menu li:nth-of-type(2) {
		position: absolute;
		left:50px;
		top: 8px;
	}
	.menu li:nth-of-type(3){
		position: absolute;
		left: -15px;
		top: 55px;
	}
	.menu li:nth-of-type(4){
		position: absolute;
		left: -90px;
		top: 10px;
	}
	ul.leftmenu li:nth-of-type(4){
		position: absolute;
		left: -75px;
		top: 10px;
	}
	.menu li.list-exception{
		max-width: 25%;
		left: 80px;
		top: -5px;
	}
	.menu li.list-exception-two{
		max-width: 25%;
		left: -80px;
		top: -5px;
	}
}
@media only screen and (max-width: 1080px){
	.box{
		width: 50px;
		height: 50px;
	}
	.boxtwo{
		width: 50px;
		height: 50px;
	}
	.flex_container{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		height: 200px;
	}
	.menu{
		display: none;
	}
	#stream_holder{
		flex-basis: 100%;
		margin-bottom: 10%;
	}
	#onairDiv{
	}

	.menu{
		margin-top: 2%;
	}
	.menu ul {
		margin-top: 2%;
		cursor: default;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.menu li:nth-of-type(1) {
	  position: absolute;
	  left: -25px;
	  top: -30px;
	}
	.menu li:nth-of-type(2) {
	  position: absolute;
	  left: 28px;
	  top: 10px;
	}
	.menu li:nth-of-type(3){
		position: absolute;
		left: -25px;
		top: 45px;
	}
	.menu li:nth-of-type(4){
		position: absolute;
		left: -85px;
		top: 10px;
	}
	ul.leftmenu li:nth-of-type(4){
		position: absolute;
		left: -75px;
		top: 10px;
	}
	.menu li.list-exception{
		max-width: 25%;
		left: 54px;
		top: -5px;
	}
	.menu li.list-exception-two{
		max-width: 25%;
		left: -54px;
		top: -5px;
	}
	.play_button_small{
		display: block;
		flex-basis: 100%;
		display: flex;
		justify-content:space-around;
		align-items:center;
		flex-wrap: wrap;
		height: auto;
		margin-bottom: 2%;
	}
}
