.Rogo100{
	float:left;
	max-height:56px;
	max-width:79px;
	background-color:#002;
	margin-right:10px;
}

#menu {
	float:left;
	width:93%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    letter-spacing: -1em;
    background-color:#002;
    margin-top:19px;
}

#menu li {
    height: 25px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0;
    
}

.categorys-label{
	float:left;
	width:20%;
	display: inline-block;
	
}
.artistMenu{
	float:left;
	width:60%;
}


.artistInMenu{
	display:block;
	margin-left:20%;
	margin-right:20%;
}

.artist-title{
	width:20%;
	min-width:130px;
	display: inline-block;
	color:#ddd;
}

#not-link-title{
	color: #ddd;
	width:3%;
	display: inline-block;
}

.component-label{
	display: inline-block;
	margin-left:1%;
}

.Ready{
	display: inline-block;
	margin-left:1%;
}

.component-label a{
	padding: 0px 10px;
	display: inline-block;
}

.Ready a{
	padding: 0px 10px;
	display: inline-block;
}

#menu li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    background-color:#002;
    
}

#menu li a:hover {
	color: #888;
    background: #CCC;
}

#toggle {
    display: none;
}


@media only screen and (max-width: 1920px) {
	.MainContent{
		height:510px;
	}
	
	.Tail {
	  height: 45px; 
	}


@media only screen and (max-width: 1350px) {
	.Rogo100{
		float:left;
		max-height:56px;
		max-width:79px;
		background-color:#002;
		margin-right:10px;
	}

	#menu {
		float:left;
		width:90%;
	    max-width: 1270px;
	    margin: 0 auto;
	    padding: 0;
	    letter-spacing: -1em;
	    background-color:#002;
	    margin-top:19px;
	}

	#menu li {
	    height: 25px;
	    line-height: 25px;
	    text-align: center;
	    letter-spacing: 0;
	    
	}
	
	.categorys-label{
		float:left;
		width:20%;
		display: inline-block;
	}
	

	
	.artistMenu{
		float:left;
		width:60%;
	}

	.artistInMenu{
		display:block;
		margin-left:9%;
		margin-right:9%;
	}

	.artist-title {
		margin-right:2%;
	}
	
	#not-link-title{
		width:2%;
		margin-left:0%;
	}
}

@media only screen and (max-width: 1080px) {

	#menu {
		margin-left:4%;
	    width:84%;
	    max-width: 700px;
	}

	.categorys-label{
		float:left;
		width:15%;
		display: inline-block;
		margin-right:8px;
	}
	.artistMenu{
		float:left;
		width:63%;
	}
	.artistInMenu{
		display:block;
		margin-left:0%;
		margin-right:0%;
	}

	.artist-title{
		width:17%;
		display: inline-block;
	}
	
	.about{
		margin-right:4%;
	}
}


@media only screen and (max-width: 768px) {
    #menu {
        display: none;
    }
    
    #toggle {
    	float:right;
        display: block;
        line-height: 36px;
        text-align: left;
        width:36px;
        margin-right:20px;
    }
    
    #toggle a {
        display: block;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        background: #444;
    }
    
    .fa-align-justify {
        margin-left:8px;
    }
    
    #menu li {
        height: 40px;
        line-height: 40px;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    
    #menu li a {
        color: #ccc;
        padding-left: 20px;
        /** background: #fff; **/
        background-color: rgba(200, 200, 200, 0.1);
	-webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px);
    }
    
    #not-link-title{
		display: none;
	}
	
	.artistMenu{
		width:100%;
		margin-left:0%;
	}

	.artist-title{
		width: 100%;

	}

	.component-label{
		width: 99%;
	}
	
	 .Ready{
		width: 99%;
	}

	.component-label a{
		margin-left:20px;
	}
	
	.Ready a{
		margin-left:20px;
	}

	.categorys-label{
		width: 100%;
	}
	
	.topSpace{
		padding-top:34px;
	}
	
	
	.d{
		margin-top: 5px;
	}
	

.contentImg{
	text-align: center;
}


.c2ImgStyle{
	width:120px;
	height;100px;
}

.SubContent{
	float:left;
	width:96.5%;
	margin:2% 1.75%;
	background-color:#ccc;
	height:200px;
	position: relative;
}

.MainContent{
	float:left;
	height:150px;
	width:96.5%; 
	margin: 0% 1.75% 5% 1.75%;
	position: Static;
	margin-top:20px;
}

.ContentBox1{
	float:left;
	height:250px;
	width:96.5%; 
	margin: 0% 1.75% 5% 1.75%;
	position: Static;
}

.ContentBox1{
	float:left;
	height:250px;
	width:96.5%; 
	margin: 0% 1.75% 5% 1.75%;
	position: Static;
}

.ContentBox3
{
	float:left;
	height:1px;
	width:96.5%; 
	margin: 0% 1.75% 5% 1.75%;
	position: Static;
}

.MainContent .MainText{
	position: Static;
	
}

.SubText p{
	text-align: center;
}


@media only screen and (max-width: 560px) {
    .MainContent .MainText{
		font-size: 2em;
		text-align: center;
	}
}