

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  width: 100%;

  margin-left:auto;
  margin-right:auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}



body {
}
.plupload_container {
}
.plupload_header {
    display: none;
}
.plupload_filelist_header, .plupload_filelist_footer {
    background-color: transparent!important;
}
.plupload_filelist_footer {
    background-color: transparent!important;
    height:auto !important;
}
.BlackWhite {

filter: grayscale(100%);
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); -o-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(1);

}

.Sepia {

-moz-filter: sepia(100%);
-ms-filter: sepia(100%);
-o-filter: sepia(100%); 
-webkit-filter: sepia(1);
-webkit-filter: sepia(100%); 
filter: sepia(100%);
filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0,0.12 0.39 0.04 0 0,0.08 0.28 0.03 0 0,0 0 0 1 0\'/></filter></svg>#sepiatone); 
background-color: #5E2612;
filter: alpha(opacity = 50);
zoom:1; 
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.CartShadow {
    border: solid 1px #eeeeee;
    -moz-box-shadow: 2px 2px 3px #000;
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.noshow {
    display:none;
}
.FooterRow {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #EEEEEE;
    background-color: #EEEEEE;
}
/*Used for product pages in the impact graphic area*/
.ImpactGraphicHTML_row {
    width: 80%;
}

.ImpactGraphicHTML_Text {
    padding-top: 50px;
}
.Mobile {
	display:none;
}





    .product_grid_cell {
        margin-bottom:20px;
	
    }
    .OverlayThumb {
        position: relative;
    }

    .OverlayCaption {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        color: #FFFFFF;
        padding: 5px;
        border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 0px 6px 6px;
        -webkit-border-radius: 0px 0px 6px 6px;
	}

 .yamm-content {
        background-color:#ffffff;
    }
 @media screen and (max-width: 1024px) {
	   .ImpactGraphicContainer {
                display: none !important;
            }
            .BigPic {
                display: none !important;
            }
 	    .Desktop {
                display: none !important;
            }

	.Mobile {
		display: block !important;
	 }

        }

#FixedNavBar00 {
    border-top: solid 1px #EEEEEE;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #EEEEEE;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#nav_cart_div {
    padding-top: 20px;
}

.nav-box-shadow {
    box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
}