@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: row;
	
	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:90%;
	margin:0 auto;
	
	color: #390277;
	
}   

.item_title_flex>div{
	width:100%;
	padding-left:30px;
}

.items_flex_item1{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:normal;
	height:85px;
	line-height:85px;
	border-left:2px solid #390277;
	margin-bottom:10px;
	
	letter-spacing:4px;
}   

.items_flex_item1 span{
	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin-right:20px;
	
	
}   



.items_flex_item2{
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 28px;
	margin-bottom:30px; 

}   



.items_flex_item3{
	padding-left:0px;

}   




.flex_b_items_webb{
	z-index:0;
	transition: transform .2s; /* Animation */
}

.flex_b_items_webb:hover 
{
	transform: scale(1.3); 
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	z-index:1000;
	
}


.flex_b{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: stretch ;
	/*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:0px solid green;
	
	
}

.flex_b>div{
	width:33.3%;
	margin-bottom:100px;
	position:relative;
	border:0px solid red;
}


.flex_b>div>div{
	
	border:0px solid red;
	padding:0 12px 0 12px;
}


.flex_b .avatar_container{
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	*/

	border:0px solid orange;
	overflow:hidden;
	margin:0 auto;
	
}


.flex_b .met_container{
	
}

.met_container h3 {
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
	text-align:;
	
	margin-top: 10px;
}

.met_desc{
	
	min-height:65px;
	font-size: 16px;
    line-height: 25px;
   
    font-weight: normal;
    color: #303030;
    background-color: #e6e0ff;
    /*-webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;*/
	border:0px solid red;
	
	margin-top: 5px;
 
}
	
.more_container{
	border:0px solid red;
	position:relative;
	height:auto;
	width:100%;
	margin:0px;
	text-align:right;
}

.mentors_more{
	
	border:none;
	outline:none;
	
	/*position:absolute;
	bottom:0px;
	right:1px;*/
	width:fit-content;
	
	
	height:45px;
	width:90px;
	
	background-color: #5e16bb;
    color: #fff;
	
	font-size: 16px;
    line-height: 25px;
	
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	cursor:pointer;
}




.modal {
  display:none ; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index:99999; /* Sit on top */
  padding:0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.78); /* Black w/ opacity */
}


.modal_flex{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: nowrap;
	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%;
	height:100%;
	border:0px solid green;
	
}


.modal_flex>div{
	
	width:50%;
	height:auto;
	border:0px solid red;
	
	background-color: #e6e0ff;
	
}

.modal_flex2{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: nowrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: stretch ;
	/*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%;
	height:100%;
	border:0px solid green;
	
}


.modal_flex2>div{
	/*background:pink;*/
  background-color: #e6e0ff;
}


.modal_flex2_item1{
	width:65%;


}


.modal_flex2_item2{
	width:35%;
	align-self: center;

}

.modal_met{
	padding:10px 20px 40px 20px;
	line-height:30px;
	white-space:pro-warp;
	word-wrap:break-word;
	word-break: break-all;
	
	
	font-size: 16px;
   
    
    font-weight: normal;
    color: #303030;
  
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;
}

.modal_avatar{
	padding:0 20px 0 0;
	text-align:right;
	color: #390277;

    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 20px;
    
    font-weight: 600;
	color: #390277;

}


.mentors_album_s 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 */
	
	.items_flex_item3,
	.flex_a_container
	{
		width:100%;
		
		
	}

	.item_title_flex{
		
		width:95%;
		
	}

	.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;
		
	}  
	

	.flex_a,
	.news_flex{
		
		
		flex-wrap: wrap;
	}
	
	

	.video_flex>div:nth-child(3){
		
		overflow:auto;
		height:auto;
		
	}
	
	.item_title_flex>div{
		width:100%;
		padding-left:0px;
	}
	


	
	.flex_b>div{
		width:100%;
		margin-bottom:50px;
	}
	
	
	
	
		
		

	
}



















































































































