@charset "utf-8";


@media (max-width: 1025px){
	.content-width{
		width: 100%;
	}
	
}
@media (max-width: 801px) {
	#photosh{
		display: none;
	}
	#name h1 {
		font-size: 24px;
	}
	.vtop {
		flex-direction: column;
		}
	#right {
		flex-direction: row;
		width: 100%;
		margin: 0;
		padding: 0;
		justify-content: flex-start !important;

	}
	#right div {
		
	}
	#content {
		margin: 5px 0px;
	}
.search-top {
display:flex;
 flex-direction: row;
justify-content: space-around;
align-items: center;
width:100% !important;}
.search-r {
display:none;
}
.colum-row {
display: flex;
  flex-direction: row;
  justify-content: flex-start!important;
width: auto !important;
}
.colum-row div {
width: auto !important;
padding: 0px 5px;
}

}

@media (max-width: 600px){
	#left {display: none;}
}
@media (max-width: 415px){
	#name{
		display: none;
	}
	
}
