/* Smartphones */
@media (max-width: 480px) {

}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {

}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
	.logo-type-preset4 #rt-logo {
		width: 180px;
		height: 73px;
		background: url('../img/logo-xp.png') no-repeat;
		margin-top: 10px;
	}
	.gf-menu.l1 > li {
		max-width: 150px;
	}

}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {
	.logo-type-preset4 #rt-logo {
		width: 200px;
		height: 81px;
		background: url('../img/logo-p.png') no-repeat;
		margin-top: 10px;
	}
	.gf-menu.l1 > li {
		max-width: 200px;
	}
}

/* Large Display */
@media (min-width: 1200px) {
	.gf-menu.l1 > li {
		max-width: 200px;
	}
}
