section#gk-main > .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
}
.category-products {
    max-width: 1200px;
}
.featured-products {
    display: inline-block;
    width: 33%;
    margin: 0 auto 40px;
    vertical-align: top;
}

.featured-description-wrap {
    text-align: center;

}
p.category-item-name {
	font-size: 24px;
	font-weight: bold;	
}

@media only screen and (max-width: 1300px) {
	.category-products {
    	max-width: 900px;
	}
}
@media only screen and (max-width: 1024px) {
	.category-products {
    	max-width: 700px;
	}
	.featured-products {
    	width: 50%;
	}
	section#gk-main {
    	width: 100% !important;
	}
	.row-fluid .span12 {
    	width: 100%;
	}
	.category-height {
    	background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	#gk-component .category-height {
    	height: 137px;
	}
	.category-name {
    	padding-top: 40px;
	}
}
@media only screen and (max-width: 480px) {
	#gk-component .category-height {
    	height: 97px;
	}
	.category-name {
    	padding-top: 110px !important;
	}
	.banner {
    	background-size: cover !important;
	}
}