/* THIS IS FOR THE INDEX PAGE */

#index_categories {
     width: 100%;
     font-size: 10pt;
     text-align: center;
     padding-bottom: 10px;
}

#index_categories .category {
     width: 16.6%;
     text-align: center;
     float: left;
     overflow: hidden;
     margin-top: 10px;
     margin-bottom: 10px;
}

.index-width {
     width: 100%;
     text-align: left;
}

.index-heading {
	width: 97.5%;
	text-align: left;
	padding-left: 10px;
}

@media (max-width: 767px) {
     #index_categories .category {
          width: 25%;
     }
     
     .index-width {
          width: 95%;
     }
     
	.index-heading {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}

@media (max-width: 450px) {
	.index-greybar {
		height: 160px;
	}
}
