@CHARSET "UTF-8";


body,
html{

	padding:0;
	margin:0;
	
	
}


body{

	/*
	background: url('/music/images/home/home_bg.png') no-repeat, #e6e0ff!important;
	
	background: #e6e0ff!important;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	

}






/*

https://stackoverflow.com/questions/33096675/fill-progress-bar-in-x-seconds/43290838

*/


.relative{
	position:relative;
	
}





.flex_a_container{
	width:70%;
	margin:0 auto;	
	margin-top:30px;
	
	border:0px solid red;
	
}


.flex_a_container a[href]{
	
	text-decoration:none;
	color:inherit;
}




.item_title_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: column;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	margin:0 auto;
	
	
	
}   



.items_flex_item1>div{
	
	padding-left:30px;
}

.items_flex_item1{
	width:100%;
	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:normal;
	height:85px;
	line-height:85px;
	border-left:2px solid #390277;
	letter-spacing:4px;
	
	color: #390277;
}   

.items_flex_item1 span{
	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin-right:20px;
	
	
}   




.items_flex_item2{
	width:100%;
	
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 20px;
	margin-top:10px; 
	
	color: #390277;
}   

.items_flex_item2>div{
	
	padding-left:30px;
}

.items_flex_item3{
	width:60%;

}   





.flex_b{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: center ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	margin:0 auto;
	border:0px solid green;
	
	margin-top:35px;
	
}

.flex_b>div{
	width:100%;
	
	position:relative;
	border:0px solid red;
}


.flex_b_items>div{
	
	border:0px solid blue;
	padding:10px;
}


.flex_b .avatar_container{
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	*/
	
}


.met_container{
	
}

.met_container h3 {
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 20px;
    
    font-weight: 600;
	margin-top: 10px;
	
	color: #390277;
}


.met_title{
	font-weight:bolder;
	color: #4b4e53;	
	margin-top:10px;
	
	font-size: 16px;
	color: #390277;
}

.met_desc{
	

    line-height: 30px;
    
  /* 
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;
	*/
	
	margin-top: 10px;
	color: #4b4e53;
	font-size: 16px;	
}

.golden_flex{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content:  center;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items:  center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	
	border-left: 2px solid #390277;
	
	margin-top:30px;
	
	height:70px;
}


.golden_flex>div{
	width:100%;
	
	border:0px solid red;
	
}

.golden_flex>div>div{
	padding-left:30px ;
	color: #390277;
	
}

.golden_sentence1{
	
	font-weight:bolder;
}


.golden_sentence2{
	font-size:14px;
	color: #7e8082;
	margin-top:8px;
	
}

.golden_sentence2 span{
	
	font-weight:bolder;
	font-size:18px;
}



.mentors_album_xl img{
	width:100%;
	height:auto;
	display:block;
	
	
}

/* iPad  landscape & portrait   */
@media screen 
and (width: 768px) 
and (height: 1024px) 
and (orientation:portrait) 
{
	
	
}
@media screen 
(width: 1024px) 
and (height: 768px) 
and (orientation:landscape) 
{ 



}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/*.music_menu_ul{

		 backdrop-filter: blur(60px);

	}*/

}


@media only screen and (max-width: 1024px) {
/* CSS that should be displayed if width is equal to or less than 899px goes here */
	
		
		
	.flex_a_container{
		width:100%;
		
		
	}

	.item_title_flex{
		
		width:95%;
		
	}

	.items_flex_item2>div,
	.items_flex_item1>div{
		
		padding-left:15px;
	}


	.items_flex_item1{
		width:100%;
		
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight:normal;
		height:60px;
		line-height:60px;
		border-left:2px solid #390277;
		letter-spacing:4px;
		
		color: #390277;
	}   

	.items_flex_item1 span{
		
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-weight: bold;	
		margin-right:0px;
		font-size: 20px;
		
	}  
	
	.items_flex_item2{
	width:100%;
	
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin-bottom:0; 
	
	color: #390277;
}   




.items_flex_item3{
	width:100%;

}   
	
.golden_flex>div>div{
	padding-left:15px ;
	color: #390277;
	
}
	
}



















































































































