/************************************************************************************
Tablet
*************************************************************************************/
@media screen and (min-width: 768px) and (max-width: 990px) {
	header { height: 85px !important;}
	header img { width: 140px;}
	header a { margin-left: 17px; margin-top: 43px !important; font-size: 12px; }
	body .intro { font-size: 13px; }
	h2 { font-size: 22px; }
	footer .logo { float: left; display: block; margin-top: 60px; }
	footer .arrow { float: right; display: block; margin-top: 60px; cursor:pointer; }
	.inner { width: 760px; }
	.section-slider { width: 760px; }
	#width-wrapper { width: 760px }
	.bx-wrapper #slider1 img { width: 800px !important; margin-left: -400px !important;}
	.bucket { padding: 20px 15px 0px; width: 122px; }
	.bucket-arrow { padding: 20px 10px 22px; width: 132px; }
	.bucket-heading { font-size: 22px; line-height: 23px; }
	.bucket-intro { font-size: 9px; }
	.overview-left h1 { font-size: 23px; }
	.overview-left { width: 371px; margin-right: 30px; border-left: none; }
	.overview-right { width: 300px; }
	.column { width: 170px; font-size: 12px; }
	.column img { width: 170px; }
}

/************************************************************************************
Mobile - Landscape
*************************************************************************************/
@media screen and (min-width: 480px) and (max-width: 767px) {

}

/************************************************************************************
Mobile - Portrait
*************************************************************************************/
@media screen and (max-width: 479px) {

}