/* Large desktop */
@media (min-width: 1200px) { 

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
.homepage-product .thumbnail { max-height: 155px !important; max-width: 155px; margin-bottom: 10px;
  min-height: 155px; line-height: 155px; margin: 0 auto 10px; text-align: center !important;}
.FeaturedItemsThumbNailmbnail  { text-align: center !important; }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
.homepage-product .thumbnail { max-height: 155px !important; max-width: 155px; margin-bottom: 10px;
  min-height: 155px; line-height: 155px; margin: 0 auto 10px; text-align: center !important;}
.FeaturedItemsThumbNailmbnail  { text-align: center !important; }

}

/* Landscape phones and down */
@media (max-width: 480px) {
.Control_23872 { text-align: center; position: relative; top: -22px; max-height: 108px; opacity: 0.7; }
.homedisplay { text-align: center; }

.SlideshowPreviousLink_3243 { background: url(../images/PreviousSm.png) no-repeat; padding: 40px; display: block; height: 20px; }
.SlideshowNextLink_3243 { background: url(../images/NextSm.png) no-repeat; padding: 45px; display: block; margin-right: -69px; }
.Control_23872 .thumbnail { text-align: center !important; }
.FeaturedItemsThumbNailmbnail  { text-align: center !important; }
.homepage-product .thumbnail { max-height: 155px !important; max-width: 155px; margin-bottom: 10px;
  min-height: 155px; line-height: 155px; margin: 0 auto 10px;}
.socials-footer img { max-width: 60px; max-height: 68px; }
.Control_23877 { position: static; border: 0; text-align: center; width: 100%; }
.ControlInput_3387 { width: 200px; }
.Control_3381 { max-width: 100%; }
.footer-column { padding: 0; margin-left: 20px; }
.crown {}
.footer-email {}
.Control_23876 { max-width: 100%; text-transform: uppercase; }
.Control_23883 { text-align: left;
  left: 0;
  max-width: 200px;
  position: absolute;
  top: 240px;
}
#footer-edges { min-height: 400px; }
.Control_23894 { display: inline-block; max-width: 350px; }

.Control_23894 img { max-width: 350px; }


}