@media screen 
and (min-width: 0px) 
and (max-width: 1390px) {


}

@media screen 
and (min-width: 0px) 
and (max-width: 1150px) {

	#main {
		margin: 65px 0 0 110px !important;
	}

	#line {
		top: 139px !important; 
		right: 0px !important;
		width: 30% !important; 
	}
	
}