/* ==== BEGIN HOME CONTENT ==== */
.hpshepgroup a {
	color: #0D4D6B;
}
.hpshepgroup h4 {
    background-color: #DEDEDE;
    /*font: 3.5em/0.95em 'Unica One',sans-serif;*/
    font-size: 2.3em;
    letter-spacing: 1px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

.hpshepgroup h3 {
	background-color: #990000;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 12px 0;
	text-align: center;
}
.hpshepgroup h3 a, .hpshepgroup h5 a{
	color: #ffffff;
	text-decoration: underline;
}
.hpshepgroup h3 a:hover, .hpshepgroup h5 a:hover{
	color: #cccccc;
	text-decoration: underline;
}
.hpshepgroup h5 {
    background-color: #000000;
    font-size: 1.15em;
    font-weight: normal;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}

/* HP SALE & CLEARANCE */
.hpshepgroup h4.clearance-blue {
    background-color: #195fa0;
    color: #FFFFFF;
}
.hpshepgroup .clearance-orange {
    background-color: #ee8000;
}
.hpshepgroup .clearance-link ul li a {
    color: #900;
    font-weight: bold;
}
/* end HP SALE & CLEARANCE */

/* start SIZE DELIVERY */
.hpshepgroup .hpSizeDelivery h3 {
    line-height: 1.2em;
    background-color: #7652c1;
}
.hpshepgroup .hpSizeDelivery ul li a {
    color: #7652c1;
    font-weight: bold;
}
/* end SIZE DELIVERY */

/* begin 5 columns */
.hpshepgroup .col-md-2 {
    width: 20%;
}
.hpshepgroup .col-md-offset-1 {
    margin-left: 0;
}
/* end 5 columns */

/** Black Friday Deals **/
.blackFridayHP, .blackFridayHP h3 a {
    color: #f90;
}
.blackFridayHP a {
    font-weight: bold;
    text-decoration: underline;
    color: #EF9005;
}
.blackFridayHP a:hover {
    color: #666;
}
.blackFridayHP h2, .blackFridayHP h3 {
    background-color: #000;
    padding: 15px;
}
.blackFridayHP ul li {
    padding-bottom: 10px;
}

/* ==== END HOME CONTENT ==== */

@media (max-width: 600px) {
	.hpshepgroup h4 {
		font-size: 1.5em;
	}
	.hpshepgroup .col-md-2 {
		width: 100%;
	}
	.hpshepgroup .col-md-4 {
		width: 100%;
	}
}
@media (min-width: 601px) and (max-width: 766px) {
	.hpshepgroup .col-md-2 {
		float: left;
		width: 20%;
	}
	.hpshepgroup .col-sm-3 {
		float: left;
		width: 25%;
	}
	.hpshepgroup .col-md-4 {
		float: left;
		width: 33.3125%;
	}
}
@media (min-width: 767px) and (max-width: 979px) {
    .hpshepgroup h4 {
        font-size: 1.5em;
    }
	.hpshepgroup .col-md-2 {
		float: left;
	}
	.hpshepgroup .col-md-3 {
		width: 25%;
		float: left;
	}
	.hpshepgroup .col-md-4 {
		width: 33.33%;
		float: left;
	}
}
@media (max-width: 980px) {
}
@media (min-width: 980px) and (max-width: 1200px) {
	.container {
		width: auto;
	}
}