@media screen and (max-width: 767px) {


    .LearnMore img {
    }


	.home_box1 {
		margin: 0 auto;
		text-align: center;
		display: block;
		width: 100% !important;
	}

	.home_box1:first-child {
		margin: 0px;
		margin-bottom: 30px;
	}

	.home_box_sucat {
		display: inline-block;
		width: 40%;
	}

    .rslides_tabs li {
        width: 24.75%;
    }
     
    .rslides_tabs a {
        font-size: 11px;
    }


    .LearnMore h3 {
        font-size: 3vmin;
    }


    .LearnMore.Quad2 p {
        font-size: 2.4vmin;
    }

    .LearnMore.Quad3 p {
        font-size: 2.4vmin;
    }
    

    .HighlightWrap {
		width: 49%;
	}

      .HighlightsSection img {
        max-width: 240px;
        width: 90%;
        margin-bottom: 10px;
    }  

    .product {
        width: 90%;
        margin: 0 auto;
        min-height: 190px;
        height: auto;
        padding-bottom: 30px;
        position: relative;
        margin-bottom: 10px;
    }

    .product_title {
        font-size: 16px;
    }

    .product_detail {
        height: inherit;
    }


    #HomeUpperLeftContainer, #HomeUpperRightContainer {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .ImageWrapper img {
        width: 100%;
    }

    .subcat {
        float: none;
        display: inline-block;
        width: 20%;
        vertical-align: top;
        min-width: 105px;
        margin-left: 0px;
    }

    .viewAll {
        position: absolute;
        right: 0px;
        bottom: 10px;
        top: auto;
    }




}


@media screen and (max-width: 1006px) {
	.product{
		width: 95%
	}

    .subcat {
		float: none;
		display: inline-block;
	}
}


@media screen and (max-width: 900px) {
	
	.home_box1 {
		margin: 0 auto;
		text-align: center;
		display: inline-block;
		width: 48%;
	}

	.home_box1:first-child {
		margin: 0px;
		margin-bottom: 30px;
	}

	.home_box_sucat {
		display: inline-block;
		width: 40%;
	}

	.home_box_title {
		font-size: 22px;
	}
}

 
