@import url(//fonts.googleapis.com/css?family=Lato:400,700,900|Playfair+Display:400,400italic,700italic);
/* CENTER ELEMENTS */
.ghost:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.icon, .ghost__content {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#content_area {
  padding: 17px 0;
}
#vSlider {
  padding: 40px 40px 0;
  overflow: hidden;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Webkit Nightlies & Google Chrome Canary */
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.grayscale:hover {
  filter: none; /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
}
.hero {
  position: relative;
}
.hero__image {
  width: 100%;
}
.hero__content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
 /* text-shadow: 1px 1px 2px rgba(34, 34, 34, 0.9);*/
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width:767px) {
  .hero__content {
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width:768px) {
  .hero__content {
    right: 5%;
  }
}
@media only screen and (min-width:992px) {
  .hero__content {
    right: 20%;
  }
}
.hero__title {
 text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width:767px) {
  .hero__title {
    font-size: 1rem;
  }
}
.hero__title--large {
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-style: normal;
  margin: 5px 0 20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
  .hero__title--large {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}
.hero__button {
  border: 1px solid white;
  color: white;
  padding: 5px 20px;
  -moz-box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.5), inset 1px 1px 3px rgba(34, 34, 34, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.5), inset 1px 1px 3px rgba(34, 34, 34, 0.5);
  box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.5), inset 1px 1px 3px rgba(34, 34, 34, 0.5);
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width:992px) {
  .hero__button {
    background: none;
  }
}
.hero__button:hover {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .hero__button {
    font-size: 1rem;
  }
}
.home-content__promo-block {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  height: 300px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .home-content__promo-block {
    height: 262px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .home-content__promo-block {
    height: 193px;
  }
}
@media only screen and (max-width:767px) {
  .home-content__promo-block {
    padding-top: 93%;
    height: auto;
    margin-bottom: 5px;
  }
}
.home-content__promo-block--tall {
  height: 620px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .home-content__promo-block--tall {
    height: 544px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .home-content__promo-block--tall {
    height: 406px;
  }
}
@media only screen and (max-width:767px) {
  .home-content__promo-block--tall {
    height: auto;
    padding-top: 196%;
  }
}
.home-content__promo-block--1 {
  background-image: url(../images/homepage/p1.jpg);
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .home-content__promo-block--1 {
    margin-bottom: 5px;
  }
}
.home-content__promo-block--2 {
  background-image: url(../images/homepage/p2.jpg);
}
.home-content__promo-block--3 {
  background-image: url(../images/homepage/p3.jpg);
}
.home-content__promo-block--4 {
  background-image: url(../images/homepage/p4.jpg);
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .home-content__promo-block--4 {
    margin-bottom: 5px;
  }
}
.home-content__promo-block--5 {
  background-image: url(../images/homepage/p5.jpg);
}
.home-content__container {
  padding: 30px;
}

/* CONVERTS ALL IMAGES IN ARTICLE 2 (HOMEPAGE) TO BE RESPONSIVE */
.navbar {
  margin-bottom: 0;
}
.home #content_area {
  padding: 0 0 17px 0;
}
#div_articleid_2 img {
  display: block;
  max-width: 100%;
  height: auto;
}
#content_area table {
  table-layout: fixed;
}
#content_area .v65-productDisplay {
  border-collapse: separate;
  padding: 0 25px;
}
#div_articleid_2 img[src$="/FeaturedProducts.gif"], #div_articleid_2 img[src$="/clear1x1.gif"], #div_articleid_2 .v65-productDisplay img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 100%;
  height: auto;
  min-width: 25px;
}
#div_articleid_2 img[src="/clearfix1x1.gif"] {
  display: inline;
  width: auto;
  height: auto;
}

/* HOMEPAGE FEATURED PRODUCTS */
.v65-productDisplay .productnamecolor.colors_productname, a.productnamecolor.colors_productname {
  color: #222222;
  font: 700 12px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.5em;
}
.v65-productDisplay .productnamecolor.colors_productname:hover, a.productnamecolor.colors_productname:hover {
  color: #222222;
  text-decoration: none;
}
table.v65-productDisplay font.text.colors_text, table.v65-productDisplay font.text.colors_text b {
  color: #222222;
  font: 400 12px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* FEATURED PRODUCTS */
#content_area .v65-productDisplay img[src$="nophoto.gif"], #content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 0 !important;
}

/* Product Title */
table.v65-productDisplay .productnamecolor {
  font-size: 12px;
  font-weight: normal;
}

/* List Price */
table.v65-productDisplay .product_listprice, table.v65-productDisplay .product_listprice b {
  font-size: 12px;
  font-weight: normal;
}

/* Our Price */
table.v65-productDisplay .product_productprice, table.v65-productDisplay .product_productprice b {
  font-size: 12px;
  font-weight: normal;
}

/* Sale Price */
table.v65-productDisplay .product_saleprice, table.v65-productDisplay .product_saleprice b {
  font-size: 12px;
  font-weight: normal;
  color: #222222;
}

/* Deal Price */
table.v65-productDisplay .product_dealprice {
  font-size: 12px;
  font-weight: normal;
  color: #222222;
}
@media (max-width:480px) {
  /* Product Title */
  table.v65-productDisplay .productnamecolor {
    font-size: 12px;
  }
  
  /* List Price */
  table.v65-productDisplay .product_listprice, table.v65-productDisplay .product_listprice b {
    font-size: 12px;
  }
  
  /* Our Price */
  table.v65-productDisplay .product_productprice, table.v65-productDisplay .product_productprice b {
    font-size: 12px;
  }
  
  /* Sale Price */
  table.v65-productDisplay .product_saleprice, table.v65-productDisplay .product_saleprice b {
    font-size: 12px;
  }
  
  /* Deal Price */
  table.v65-productDisplay .product_dealprice {
    font-size: 12px;
  }
}
#content_area table {
  table-layout: fixed;
}
.promo-block__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  /*text-shadow: 1px 1px 2px rgba(34, 34, 34, 0.9);*/
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.promo-block__title {
  display: block;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
  .promo-block__title {
    font-size: 2rem;
  }
}
.promo-block__button {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
}
.promo-block__button:after {
  content: '>>';
  padding-left: 5px;
}
@media only screen and (max-width:767px) {
  .promo-block__button {
    font-size: 1.5rem;
  }
}
.home .fp-wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.home #fpslider {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 75%;
  margin: 0 auto 30px auto;
  padding: 30px 0;
  border-bottom: 0px solid #eeeeee;
}
.home #fpslider:hover .owl-theme .owl-controls .owl-buttons div {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (min-width:992px) {
  .home #fpslider {
    width: 100%;
  }
}
.home #fpslider .owl-pagination {
  display: none;
}
.home #fpslider .owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  width: 100%;
}
.home #fpslider .owl-theme .owl-controls .owl-buttons div {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 0;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  position: absolute;
  margin-top: -27px;
}
.home #fpslider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -60px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home #fpslider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -60px;
}
.home #fpslider .item__icon--block-arrow {
  fill: #737373;
  height: 40px;
  width: 40px;
}
.home #fpslider .name {
  font-size: 14px;
  color: #909090;
}
.home #fpslider .price {
  font-size: 14px;
  color: #5c5c5c;
}

.home #content_area img[src*="images/HomePage/FeaturedProducts.gif"] + br + table:before{
  font-size: 22px;
  line-height: 48px;
  margin-left: 25px;

}

/* FPS size updates AMC 04.15*/
#fpslider .image {height:200px;width:auto;}
#fpslider img {max-height:150px;width:auto;}
#fpslider {text-align:center;}