/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/** Top banner **/
.category-top-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 4px solid #f58426;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  margin-bottom: 15px;
}
.category-top-banner .banner-content {
  padding: 25px 22px;
  color: #5a6870;
  font-size: 16px;
  z-index: 100;
  position: absolute;
  top: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  background: white;
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
  zoom: 1;
}
.category-top-banner .banner-content h1 {
  color: #1d2b33;
  font-size: 30px;
  text-transform: none;
}
.category-top-banner .pos-left {
  margin-left: 60px;
}
.category-top-banner .pos-center {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.category-top-banner .pos-right {
  margin-left: 480px;
}
.category-top-banner .width-small {
  width: 300px;
}
.category-top-banner .width-medium {
  width: 343px;
}
.category-top-banner .width-large {
  width: 410px;
}
.category-top-banner .banner-content:nth-child(n) {
  filter: none;
}

@media only screen and (max-width: 770px) {
  .category-top-banner div.banner-content {
    margin: 0 auto;
    position: static;
  }
  .category-top-banner div.width-medium {
    left: auto;
  }
  .category-top-banner div.width-large {
    left: -205px;
  }
}
@media only screen and (max-width: 479px) {
  .category-top-banner .banner-content {
    font-size: 12px;
  }
  .category-top-banner .banner-content h1 {
    font-size: 26px;
  }
  .category-top-banner .width-small, .category-top-banner .width-medium, .category-top-banner .width-large {
    width: 300px;
  }
}
/** Subcategories **/
.subcategories {
  margin: 29px 0px 24px 0;
}
.subcategories ul li {
  display: inline-block;
  width: 22.9%;
  height: 210px;
  border: 1px solid #e3e5e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin-right: 2.2%;
  -webkit-box-shadow: 0 3px 3px -2px #e3e5e6;
  -moz-box-shadow: 0 3px 3px -2px #e3e5e6;
  box-shadow: 0 3px 3px -2px #e3e5e6;
}
.subcategories ul li a:hover h2 {
  text-decoration: underline;
}
.subcategories ul li .subcategory {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.subcategories ul li .subcategory img {
  margin-left: auto;
  margin-right: auto;
  max-height: 160px;
  height: auto;
}
.subcategories ul li .subcategory .separator {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") 0 -7px no-repeat;
  width: 100%;
  height: 7px;
  overflow: hidden;
  position: absolute;
  top: 160px;
  background-position: center 0;
  background-size: 100% 300%;
}
.subcategories ul li .subcategory h2 {
  position: absolute;
  bottom: 0;
  height: 40px;
  padding-top: 15px;
  text-transform: none;
  color: #00abd2;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.subcategories ul li:last-of-type {
  margin-right: 0 !important;
}
.subcategories div.all-links {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  background-size: 100% 7px;
}
.subcategories div.all-links h2 {
  padding: 17px 0px 20px;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
}
.subcategories div.all-links .separator {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") 0 0 no-repeat;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background-size: 100% 300%;
}

@media only screen and (max-width: 979px) {
  .subcategories ul li {
    width: 22%;
    margin-right: 3.2%;
  }
  .subcategories ul li img {
    height: 75%;
  }
}
@media only screen and (max-width: 770px) {
  .subcategories ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .subcategories ul li img {
    height: 100%;
    max-width: 100%;
  }
  .subcategories ul div.all-links a {
    padding: 0px 0px 20px;
  }
  .subcategories ul li:nth-of-type(2n) {
    margin-right: 0 !important;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .category-top-banner {
    background-size: 100%;
  }

  .subcategories ul li .subcategory h2 {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .subcategories {
    margin-top: 20px;
  }

  .subcategories ul li .subcategory h2 {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 770px) {
  .subcategories ul li .subcategory.category-281 h2 {
    padding-top: 15px;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 320px) {
  .subcategories ul li .subcategory.category-281 h2 {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
/** Buyers guides **/
#buyers-guide {
  margin: 15px 0;
  padding: 20px;
  padding-right: 60px;
  width: 100%;
  border: 1px solid #e3e5e6;
  -webkit-box-shadow: 0 3px 3px -2px #e3e5e6;
  -moz-box-shadow: 0 3px 3px -2px #e3e5e6;
  box-shadow: 0 3px 3px -2px #e3e5e6;
}
#buyers-guide .image {
  float: left;
  margin-right: 30px;
  max-width: 100%;
}
#buyers-guide .image img {
  max-width: 100%;
}
#buyers-guide h2 {
  text-transform: none;
  font-size: 22px;
  color: #1d2b33;
}
#buyers-guide .description {
  color: #5a6870;
  font-size: 14px;
  margin-bottom: 15px;
}
#buyers-guide ul li {
  margin-bottom: 2px;
  font-size: 14px;
  color: #00abd2;
}
#buyers-guide ul li h3 {
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-transform: none;
  display: inline;
}
#buyers-guide button.buyers-guide {
  line-height: 40px;
  color: #fff;
  padding: 0 21px;
  border: 0;
  margin-top: 20px;
  -webkit-box-shadow: 0 4px 4px -2px #e3e5e6;
  -moz-box-shadow: 0 4px 4px -2px #e3e5e6;
  box-shadow: 0 4px 4px -2px #e3e5e6;
  background: #00abd2;
}
#buyers-guide button.buyers-guide div.arrow-icon {
  width: 6px;
  height: 8px;
  margin-top: 16px;
  display: inline-block;
  background: transparent url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") -240px -7px no-repeat;
}
#buyers-guide button.buyers-guide:hover {
  background-color: #0096b9;
  box-shadow: none;
}

@media only screen and (max-width: 770px) {
  #buyers-guide {
    padding-right: 20px;
  }
  #buyers-guide .image {
    width: 100%;
    margin-bottom: 15px;
  }

  .subcategories ul li .subcategory .separator {
    background-position: center 0;
    background-size: 100% 300%;
  }
}
@media only screen and (max-width: 599px) {
  #buyers-guide {
    padding-right: 20px;
  }
  #buyers-guide button.buyers-guide {
    display: inline-block;
    float: none;
    margin: 20px auto 0 auto;
  }
  #buyers-guide .image {
    width: 100%;
    margin-right: 0;
  }
  #buyers-guide .image img {
    width: 100%;
  }
}
/** Product promo banner **/
.promo-banner {
  width: 100%;
  margin: 30px 0;
  height: 260px;
  position: relative;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.promo-banner .left {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 15;
  margin-top: 35px;
  margin-left: 35px;
}
.promo-banner .left .product-desc {
  margin-top: 20px;
  line-height: 25px;
  font-size: 22px;
  color: #fff;
}
.promo-banner .main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  overflow: hidden;
}
.promo-banner .main img {
  max-height: 100%;
  position: absolute;
  left: 50%;
}
.promo-banner .right {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 15;
  text-align: right;
  margin-top: 35px;
  margin-right: 35px;
  color: #fff;
}
.promo-banner .right div.price {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.promo-banner .right div.special-price {
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
}
.promo-banner .right button {
  margin: 20px 0;
  background-color: #a4c33c;
  text-transform: none;
  padding: 7px 22px;
}
.promo-banner .right button a, .promo-banner .right button a:hover {
  color: #fff;
  text-decoration: none;
}
.promo-banner .right button:hover {
  background-color: #A4C33C;
}
.promo-banner .right .promo-offer {
  font-size: 11px;
  width: 70%;
  float: right;
}

@media only screen and (max-width: 599px) {
  .promo-banner .left {
    width: 30%;
    margin-left: 15px;
  }
  .promo-banner .right {
    width: 35%;
    margin-right: 15px;
  }
  .promo-banner .right .promo-offer {
    width: 100%;
  }
  .promo-banner .right .promo-offer br {
    display: none;
  }
}
.promo-banner.grey {
  background-color: #8d8d8d;
}

/** Best Sellers **/
.bestsellers {
  margin-bottom: 15px;
}
.bestsellers h2, .bestsellers h3 {
  text-transform: none;
  font-size: 23px;
  font-weight: 500;
  color: #1d2b33;
  border-bottom: 1px solid #e3e5e6;
  width: 100%;
  margin-top: -4px;
  padding-bottom: 23px;
  margin-bottom: 30px;
}
.bestsellers h2 .product-name a, .bestsellers h3 .product-name a {
  margin-right: 0;
}
.bestsellers h2 a, .bestsellers h3 a {
  font-weight: normal;
}
.bestsellers a {
  font-size: 14px;
  text-decoration: none;
}
.bestsellers a:hover {
  text-decoration: underline;
}
.bestsellers .product-list .bestseller-product {
  width: 23%;
  margin-bottom: 30px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  text-align: center;
}
.bestsellers .product-list .bestseller-product img {
  width: 100%;
  max-width: 162px;
  display: inline-block;
}
.bestsellers .product-list .bestseller-product a {
  font-weight: 500;
  font-size: 16px;
  touch-action: manipulation;
}
.bestsellers .product-list .bestseller-product a.image {
  border: 1px solid white;
  box-shadow: 0 2px 5px 0px #C0C0C0;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
}
.bestsellers .product-list .bestseller-product a.image:hover, .bestsellers .product-list .bestseller-product a.image:active {
  box-shadow: none;
  border: 1px solid #00abd2;
}
.bestsellers .product-list .bestseller-product .price-box {
  margin-top: -5px;
}
.bestsellers .product-list .bestseller-product .price-box p {
  display: inline-block;
}
.bestsellers .product-list .bestseller-product .price-box .regular-price {
  color: #1d2b33;
  font-size: 18px;
  font-weight: bold;
}
.bestsellers .product-list .bestseller-product .price-box .old-price {
  font-size: 12px;
  color: #727d84;
  display: inline-block;
  text-transform: lowercase;
  height: 27px;
  padding: 0;
}
.bestsellers .product-list .bestseller-product .price-box .old-price .price-label {
  display: inline;
}
.bestsellers .product-list .bestseller-product .price-box .old-price .price {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.bestsellers .product-list .bestseller-product .rating-product {
  min-height: 10px;
  width: 85px;
  margin: 0 auto;
}
.bestsellers .product-list .bestseller-product h3.product-name {
  border-bottom: none;
  width: 100%;
  max-width: 162px;
  display: inline-block;
  min-height: 90px;
}
.bestsellers .product-list .bestseller-product .bv-cleanslate {
  text-align: center !important;
}
.bestsellers .product-list .bestseller-product button {
  display: inline-block;
  padding: 7px 22px;
  border: 0;
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 #C0C0C0;
}
.bestsellers .product-list .bestseller-product button.btn-cart {
  background-color: #A4C33C;
}
.bestsellers .product-list .bestseller-product button.btn-cart:active, .bestsellers .product-list .bestseller-product button.btn-cart:hover {
  background-color: #94b036;
}
.bestsellers .product-list .bestseller-product .availability.out-of-stock span {
  min-width: 130px;
}
.bestsellers .product-list .bestseller-product button:hover, .bestsellers .product-list .bestseller-product button:active {
  box-shadow: none;
}
.bestsellers .product-carousel .bestseller-product {
  margin-left: 15px;
  margin-right: 15px;
}
.bestsellers .product-carousel .bestseller-product h3.product-name {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
}
.bestsellers .product-carousel .bestseller-product a {
  font-size: 14px;
  font-weight: 400;
}
.bestsellers .product-carousel .bestseller-product a.image {
  margin-bottom: 10px;
}
.bestsellers .product-carousel .slick-prev, .bestsellers .product-carousel .slick-next {
  top: 50%;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.bestsellers .product-carousel .slick-prev:hover, .bestsellers .product-carousel .slick-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bestsellers .product-carousel .slick-prev {
  background-position: 0 -416px;
  left: -25px;
}
.bestsellers .product-carousel .slick-next {
  background-position: -40px -416px;
  right: -25px;
}

@media only screen and (max-width: 770px) {
  .bestsellers .product-list .bestseller-product h2.product-name {
    max-width: 162px;
    height: 120px;
    margin-bottom: -20px;
  }
  .bestsellers .product-carousel .slick-prev {
    left: -15px;
  }
  .bestsellers .product-carousel .slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 599px) {
  .bestsellers h3 {
    padding-bottom: 18px;
    padding-top: 1px;
    border-width: 2px;
    font-weight: 500;
  }
  .bestsellers h3 a {
    display: block;
    margin-left: 0;
  }
  .bestsellers .product-list .bestseller-product {
    width: 46%;
    margin-right: 2.5%;
  }
  .bestsellers .product-list .bestseller-product h2.product-name {
    height: 120px;
  }
  .bestsellers .product-carousel .bestseller-product h2.product-name {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .bestsellers .product-carousel .slick-prev {
    left: 0;
  }
  .bestsellers .product-carousel .slick-next {
    right: 0;
  }
}
/* Vacuum Cleaner Landing Page Bottom Image */
.category-vacuum-cleaners .vacuum-cleaner-bottom-image {
  background-image: url("/media/wysiwyg/uk/category-banners/320/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_320px.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  background-position: top left;
  display: block;
  margin-bottom: 25px;
}

@media only screen and (max-width: 770px) and (min-width: 600px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/media/wysiwyg/uk/category-banners/600/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_600px.jpg");
  }
}
@media only screen and (min-width: 771px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/media/wysiwyg/uk/category-banners/980/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_980px.jpg");
  }
}
/* New sub nav image link hovers */
.category-subnav {
  overflow: hidden;
}

#category-banner {
  overflow: hidden;
}

#category-banner p {
  margin-bottom: 3px;
}

.category-subnav .subheading,
#category-banner .subheading {
  margin: 10px 0 0 5px;
  color: #F58426;
  font-weight: bold;
  font-size: 20px;
}

.category-subnav li {
  float: left;
  margin: 0 0 0 10px;
}

.category-subnav li.left {
  margin-left: 0;
}

.category-subnav li a {
  overflow: hidden;
  position: relative;
  width: 335px;
  height: 220px;
  float: left;
  background: top left no-repeat;
}

.category-subnav li a img {
  position: relative;
}

.category-subnav li a img:hover {
  top: -220px;
}

.category-subnav li a img.Multifunction_Floor_Cleaners:hover {
  top: -110px !important;
}

.category-subnav li a img.Handheld_Vacuum___Steam_Cleaners:hover {
  top: -110px !important;
}

.category-steam-and-utility-cleaners .category-subnav li a {
  height: 110px;
}

.category-handheld-and-utility .category-subnav li a {
  height: 110px;
}

.category-handheld-and-utility-cleaners .category-subnav li a {
  height: 110px;
}

.category-vacuum-cleaners .category-subnav li a {
  height: 220px;
}

.category-subnav li a:hover {
  background-position: bottom left;
}

.category-products {
  padding: 0 0;
}

.category-products .price-box {
  font-size: 14px;
  line-height: 140%;
}

body.category-spares-and-solutions .col-left {
  padding: 0 0px 0 0px;
}
body.category-spares-and-solutions .category-subnav li {
  margin: 0 6px 10px 0;
}
body.category-spares-and-solutions .spares-sidebar {
  padding: 20px;
  line-height: 16px;
  background: #dcdee0;
  margin-top: 40px;
}
body.category-spares-and-solutions .spares-sidebar p {
  color: #000;
  font-size: 11px;
  margin-bottom: 10px;
}
body.category-spares-and-solutions .category-title {
  border-bottom: none;
  float: right;
  width: 75%;
  margin-bottom: 0;
}
body.category-spares-and-solutions .category-title h1 {
  font-size: 35px;
  height: 40px;
  line-height: 35px;
  color: #727d84;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 3px solid #c8cccf;
  padding-bottom: 3px;
  margin-left: 10px;
  margin-bottom: 0;
}
body.category-spares-and-solutions #banner-support {
  clear: both;
  background: #dcdee0 url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/banner-support.png") no-repeat;
  padding: 25px 50px 50px 25%;
  max-width: 940px;
}
body.category-spares-and-solutions #banner-support p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
}
body.category-spares-and-solutions #banner-support .phone {
  color: #F58426;
  font-size: 35px;
  font-weight: bold;
  margin-top: -5px;
}
body.category-spares-and-solutions #banner-support .terms {
  font-size: 11px;
  margin-top: 10px;
}

@media only screen and (max-width: 979px) {
  .category-spares-and-solutions .main .category-title {
    clear: both;
    float: none;
    width: 100%;
  }
  .category-spares-and-solutions .col-left {
    clear: both;
    width: auto;
  }
  .category-spares-and-solutions .col-left .spares-sidebar {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .category-spares-and-solutions .col-main {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  body.category-spares-and-solutions .category-title {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  body.category-spares-and-solutions .category-title h1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }
  body.category-spares-and-solutions div.category-subnav {
    text-align: center;
  }
  body.category-spares-and-solutions div.category-subnav ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  body.category-spares-and-solutions div.category-subnav ul li.category-36, body.category-spares-and-solutions div.category-subnav ul li.category-37 {
    display: block;
    float: none;
    width: 100%;
  }
  body.category-spares-and-solutions div.category-subnav ul li.category-36 a, body.category-spares-and-solutions div.category-subnav ul li.category-37 a {
    display: block;
    margin: 10px 0;
    margin-right: 10px;
  }
  body.category-spares-and-solutions .spares-sidebar p {
    height: auto;
  }
  body.category-spares-and-solutions .category-subnav {
    overflow: visible;
  }
  body.category-spares-and-solutions div#banner-support {
    background-image: none;
    padding: 25px;
    margin-right: 0;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/skin/frontend/vax_rwd/anz/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
