/* 
  ##Device = Desktops
*/
@media (min-width: 990px) {
	.contact_area {
		font-size: 14px;
	}
	.player_display {
       width: 480px;
	   height: 45px;
	   font-size: 14px;
    }
	.progress_bar_area {
	   height: 15px;
	   margin-top: 12.5px;
	}
	.play_button_area {
	   height: 15px;
	   padding: 9px 0px 0px 0px;
    }
	.play_button {
		height: 20px;
    }
	.progress_bar_inner_text {
		font-size: 14px;
		top: -16px; 
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
*/
@media screen and (max-width: 989px) {
	.player_display {
       width: 100%;
	   height: 60px;
	   font-size: 40px;
    }
	.mid_list {
		font-size: 30px;
    }
	.contact_area {
		font-size: 40px;
	}
	.progress_bar_area {
	   height: 35px;
	   margin-top: 8px;
	}
	.play_button_area {
	   height: 25px;
	   padding: 15px 20px 0px 20px;
    }
	.play_button {
		height: 10px;
        width: 10px;
		margin-top: -6px;
		border-width: 15px 0 15px 30px !important;
    }
	.play_button.paused {
        border-width: 0 0 0 30px !important;
        height: 30px;
        margin-top: -5px;
    }
	.progress_bar_inner_text {
		font-size: 30px;
	    top: -35px; 
	}
}


.container_area  {
    display: block;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.container_title {
  display: block;
  font-weight: bold; 
  font-size: 18px;
  margin: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.player_display {
  display:flex;
}

.music_display_area {
    float: none;
    width: 50%;
	height: 70%;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
	display:inline-block
	float: left;
}

.mid_list {
    width: 100%;
	height: 100%;
}

.play_button_area {
	float: left;
}

.play_button {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent transparent transparent #202020;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 10px 0 10px 20px;
}

.play_button.paused {
  border-style: double;
  border-width: 0 0 0 20px;
}

.play_button:hover {
  border-color: transparent transparent transparent #D53232;
}

.progress_bar_area {
	background-color: lavender;
	float:right;
	width: 44%; 
	border: 1px solid grey; 
	z-index: 1; 
	position: relative; 
	border-radius: 5px; 
	-moz-border-radius: 5px;
}

.progress_bar_inner {
	background-color: salmon;
	z-index: 2; 
	height: 100%; 
	width: 0%;
}
	
.progress_bar_inner_text {
	z-index: 3; 
	position: relative; 
	left: 0%; 
	text-align: center;
	color: black; 
	font-weight: bold; 
	text-align: center;
}

.contact_area  {
    padding: 30px 5px 15px 5px;
}

.flash_video  {
	width: 100%;
	height: 100%;
}

.div_carousel  {
    width: 40em;
	height: 30em;
}

.carousel-control.control_height  {
    top: 20%;
	height: 60%;
}

.video_idicator {
	color: white; 
}

