@import url('reset.css');

/* General Demo Style */

.clr{
	clear: both;
}

.header a{
	
}
.header a:hover{
	
}
.header a span{
	
}
.header span.right{
	
}
@media screen and (max-width: 1200px) {
	.header a{
		display: block;
		
	}
	.header span.right{
		float: none;
	}
}