.col1 {margin-right:50px;}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.nav_right li {
	font-size:14px;
}
.main-logo-text {
		font-size:75%;
}
.col1 {
	margin-right:30px;
}
}