@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:782px) {
	
	
#Header_Width {
	width: 600px;}

#captionWrapper{
	width: 600px;}

#MainMenu {
	width: 100%;}	
#slideControls UL{
	width:600px;}

#HomeContentWidth {
	width: 600px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:500px;}
	
#HomeCallouts iframe {
	height:281px;}


#HomeCallouts UL LI{
	display:block;
	margin: 0 auto;
	margin-top:10px;	}

	
#HomeCallouts UL LI H2{
	font-size:18px;
}


#MainMenu UL LI A{
	padding-left: 15px;
	padding-right: 15px;}



#dropdownNavLinks{
	display:none;
}

/* Interior */
 #InteriorContentWidth {
    width: 600px;}
    
/* Homeslideshow */

#HomeSlideshow{
	height:270px;
}
.narrow #slideshow{
	width:600px;
}
.rslides li {
	height:270px;}
.caption {
    width: 600px;
	margin-left: 0!important;
	    top: -5px !important;
}
.caption h2 {
    font-size: 48px!important;
}
	
#FooterWidth {
    width: 600px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 300px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 300px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 300px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 300px;
}

/* Interior Pages */

#ContentContainer{
	
	/* Changed to 100% - Bobby
	width:600px; */
	width:100%;
}

#ContentLeft {
	float: left;
	width: 250px;}

#ContentRight {
	width: 350px;
	float: right;}

#MenuSideHead {
	width:200px;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 245px;
}
    
#SingleProductImage img {
    width: 360px;
}
	
.PiperMaticCard {
	width: 100%;
}
.Vendorflex-container {
    flex-direction: column;
}
.Vendorflex-container > div {
    width: 100%;
}



/* Bobby Edits */
.AnlikerCard {
    width: 170px;
}
article.NewsTwoCol {

    width: 100%;
}
/* Product Page Tiles */
.ProductPageTiles {
        width: 152px;
    height: 220px;
    display: inline-block;
    background-color: #fff;
    border-radius: 20px 0;
    margin: 10px 10px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
}
.ProductPageTiles a IMG {
    border-radius: 20px 0 20px 0;
    max-width: 90%;
    max-height: 260px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    transition: transform 0.2s ease-in-out;
}
.ProductPageTiles a h4 {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 12px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    z-index: 5;
    top: unset;
}
.ProductPageTiles a:hover IMG {
    transform: scale(1.05);
}
.ProductPageTiles a:hover h4{
    color: #FFF;
    background-color: #868686;
}
.ProductPageTiles .CategoryThumbProdTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff;
    background-color: #BE3138;
    line-height: 22px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 75px;
    background-image: url(/media/images/icon-Category.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 45px;
    border-radius: 0px 0 20px 0;
    padding-bottom: 10px;
    padding-top: 18px;
}
.EROptions h3 {
        font-size: 20px;
		line-height: 28px;
		    margin: 10px auto 20px auto;
}
.EROptions {
    width: 35%;
	    
		    height: 174px;
}

.ProductPageTiles .CategoryThumbProdTitle {
    padding-right:0;
}
}