@media (min-width: 1024px) and (max-width: 1439px) {
	#content, #top-nav, #main-nav ul, #header, .full, .multi-category-container, #footer-top, #footer-bottom, #inner-wrapper, #main-nav {
		width: 1024px;
	}
	#footer-bottom, #footer-top {
		width: 984px;
	}
	#content {
		padding: 0 0 20px 0;
	}
	.full {
		width: 1024px !important;
	}
	#content-top {
		width: 1022px;
	}
	#main,#main-home {
		width: 1024px;
	}
	#home-left {
		width: 818px;
		padding-right: 0;
		border-right: none;
	}
	#sidebar-home-wrapper {
		width: 290px;
	}
	.side, .side-home {
		float: right;
        width: 100%;
	}
	.category2-big {
		float: left;
		width: 775px;
	}

	.banner.flexslider .slides > li {
		max-height: 300px;
	}
	.banner.flexslider .featured-box {
		bottom: 245px;
		width: 70%;
	}
}

@media screen and (max-width: 1002px) and (min-width: 768px) {
	#main-home { width: 100%; }
}
