/*--- Desktop only ---*/
@media (min-width: 1200px) and (max-width: 1280px)  {
}

/*--- iPad Landscape ---*/
@media (min-width: 1024px) and (max-width: 1199px)  {
	.schemes-box{ width: 32.99%;}
}

/*--- iPad Portrait ---*/
@media (min-width: 768px) and (max-width: 799px) {
	.menu2{ display: none;}
	.schemes-box{ width: 32.99%;}
	.news { background: none;}
}

/*--- Small Tablet Landscape ---*/
@media (min-width: 800px) and (max-width: 1023px) {
	.menu2{ display: none;}
	.schemes-box{ width: 32.99%;}
	.news { background: none;}
}

/*--- Small Tablet Portrait ---*/
@media (min-width: 569px) and (max-width: 767px) {
	.menu2{ display: none;}
	.schemes-box{ width: 50%;}
	.news { background: url(../img/heading-bg.png) no-repeat bottom center; height: 80px; color: #333333; 
	padding: 26px 20px 0 0; font-size: 30px; text-align: center; width: 100%;}
}

/*--- iPhone5 & Smartphone Landscape ---*/
@media (min-width: 480px) and (max-width: 568px) {
	.menu2{ display: none;}
	.schemes-box{ width: 50%;}
	.news { background: url(../img/heading-bg.png) no-repeat bottom center; height: 80px; color: #333333; 
	padding: 26px 20px 0 0; font-size: 30px; text-align: center; width: 100%;}
}

/*--- iPhone5 & Smartphone Portrait ---*/
@media (min-width: 320px) and (max-width: 479px) {
	.menu2{ display: none;}
	.schemes-box{ width: 100%;}
	.news { background: url(../img/heading-bg.png) no-repeat bottom center; height: 80px; color: #333333; 
	padding: 26px 20px 0 0; font-size: 30px; text-align: center; width: 100%;}
}