@charset "UTF-8";
/* Max size  no limit */ 

/* 1024px wide - old browsers and ipads */
@media only screen and (max-width: 1024px) {
	.headercontent,
	.topbarcontent,
	.footercontent,
	.subfooter {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	.footercontent .fourth {
		width: 215px;
	}
	.topfooter ul li.follow {
		padding-left: 19px;
		width: 300px;
	}
	.cards-l {
		margin-left: 10px;
	}
	.cards-r {
		margin-right: 10px;
	}
}

/* to drop down the right content box on home page */
@media only screen and (max-width: 925px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 768px) {
}

/* to push slider content down  */
@media only screen and (max-width: 670px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 640px) {
}

/* Mobile Portrait Size  */
@media only screen and (max-width: 360px) {
}
