/* SASS Document */
/* SASS Document */
/* line 6, ../../sass/modules/qv-overlay.scss */
.primary-content {
  position: static !important;
}

/* line 11, ../../sass/modules/qv-overlay.scss */
.ie-general .modular-template-wrapper .sk-spinner-three-bounce.sk-spinner,
.ie9 .modular-template-wrapper .sk-spinner-three-bounce.sk-spinner,
.ie10 .modular-template-wrapper .sk-spinner-three-bounce.sk-spinner {
  top: 300px;
}

/* line 17, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper {
  position: static !important;
}
/* line 23, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper h3.shop-the-look {
  color: #000;
  font-family: "universlight";
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin: 10px 0px 11px 0px;
}
/* line 34, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .headvisual-qv-overlay h3.shop-the-look {
  display: none !important;
}
/* line 38, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .plus {
  background: none repeat scroll 0 0 black;
  display: block;
  height: 45px;
  position: absolute;
  width: 45px;
  z-index: 1;
  bottom: 0px;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 53, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .plus .overlay-content {
  display: none;
}
/* line 59, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .plus-sign {
  display: block;
  height: 20px;
  margin: 12px;
  width: 20px;
}
/* line 67, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s  ease-out;
  -moz-transition: opacity 0.5s  ease-out;
  -ms-transition: opacity 0.5s  ease-out;
  -o-transition: opacity 0.5s  ease-out;
  transition: opacity 0.5s  ease-out;
}
/* line 83, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay:after {
  content: url("http://images.hugoboss.com/is/image/boss/prod-placeholder?$marketing_asset$&wid=362&hei=549&crop=0,0,362,549");
  display: none;
}
/* line 88, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay.show {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity 0.5s  ease-out;
  -moz-transition: opacity 0.5s  ease-out;
  -ms-transition: opacity 0.5s  ease-out;
  -o-transition: opacity 0.5s  ease-out;
  transition: opacity 0.5s  ease-out;
}
/* line 98, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay.open {
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 111, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .close {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 127, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .close:hover {
  background: none repeat scroll 0 0 white;
}
/* line 131, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .close-sign {
  display: block;
  height: 20px;
  margin: 12px;
  width: 20px;
}
/* line 139, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay p.no-prods-available {
  font-family: "universbold";
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.5em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
/* line 159, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay p.soldout {
  font-family: "universbold";
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-top: 31px;
}
/* line 169, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .sk-spinner-three-bounce.sk-spinner {
  width: 80px;
  text-align: center;
  position: absolute;
  height: 5px;
  top: 50%;
  left: 50%;
  display: block;
  margin: -5px auto 0 -40px;
}
/* line 182, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .sk-spinner-three-bounce.sk-spinner.hide {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 190, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .sk-spinner-three-bounce div {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 203, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 206, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 230, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .large-6.column:first-child {
  padding: 10px;
}
/* line 235, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .large-6.column:nth-child(2) {
  overflow: visible;
}
/* line 241, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay h4 {
  margin: 0 0 9px;
  text-align: center;
  padding: 0 15%;
  line-height: 18px;
}
/* line 248, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay ul.tabs {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: none;
  text-align: center;
  padding: 30px;
  background: white;
}
/* line 259, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 274, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay ul.tabs li:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}
/* line 283, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay ul.tabs li:nth-child(1) {
  margin-left: 0px;
}
/* line 287, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay ul.tabs li img {
  width: 25px;
  display: block;
}
/* line 292, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay ul.tabs li.cycle-pager-active {
  opacity: 1;
}
/* line 296, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .tab-content {
  display: none;
  text-align: center;
  padding: 15px;
  background: white;
}
/* line 303, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .tab-content img {
  width: 55%;
  margin: 0 auto 10px;
  display: block;
}
/* line 310, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .tab-content.current {
  display: inherit;
  text-align: center;
}
/* line 316, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .cycle-pager {
  display: block;
  text-align: center;
  width: 100%;
  z-index: 500;
  margin-bottom: -1px;
}
/* line 322, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .cycle-pager span {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #666666;
  border-radius: 45px;
  height: 11px;
  width: 11px;
  margin: 0px 5px;
  display: inline-block;
  text-indent: -99999px;
}
/* line 331, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .cycle-pager span.cycle-pager-active {
  background: #666666;
}
/* line 338, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .qv-overlay-container {
  display: block;
  top: 59px;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  height: 0;
  position: fixed;
  overflow: hidden;
  -webkit-transition: opacity 0.3s  ease-out;
  -moz-transition: opacity 0.3s  ease-out;
  -ms-transition: opacity 0.3s  ease-out;
  -o-transition: opacity 0.3s  ease-out;
  transition: opacity 0.3s  ease-out;
}
/* line 356, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .qv-overlay-container.show {
  -webkit-transition: opacity 0.3s 0.5s ease-out;
  -moz-transition: opacity 0.3s 0.5s ease-out;
  -ms-transition: opacity 0.3s 0.5s ease-out;
  -o-transition: opacity 0.3s 0.5s ease-out;
  transition: opacity 0.3s 0.5s ease-out;
  opacity: 1;
  height: auto;
  display: block;
  z-index: 11;
}
/* line 368, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .qv-overlay-container .table-wrap {
  background: none repeat scroll 0 0 white;
  display: table;
  position: relative;
  width: 100%;
}
/* line 375, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .cycle-slideshow {
  width: 100%;
  margin-bottom: -1px;
  min-height: 429px;
}
/* line 381, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: -1px;
  background: white;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  zoom: 1;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 399, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container.show {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 410, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .price-wrap {
  margin: 0px 0px 15px;
}
/* line 414, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .price {
  font-family: "universlight";
  font-size: 17px;
}
/* line 421, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .cta-1:hover {
  border: 1px solid black !important;
}
/* line 426, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .prev {
  width: 20px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  left: 20px;
  z-index: 200;
  cursor: pointer;
}
/* line 436, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .next {
  width: 20px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  right: 20px;
  z-index: 200;
  cursor: pointer;
}
/* line 447, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .product-info {
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
/* line 453, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .slide {
  width: 100%;
}
/* line 458, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container a.cta-1 {
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  -moz-transition: background 0.3s ease, border 0.3s ease;
  -ms-transition: background 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
}
/* line 474, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .product-info .product-image {
  position: relative;
}
/* line 476, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .product-info .product-image .prodavsoon {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  top: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 490, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .product-info .product-image .prodavsoon p {
  font-family: "universroman";
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  max-width: 120px;
  margin: 0 auto;
  color: #000;
}
/* line 503, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .product-info .product-image img {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto 14px;
}
/* line 509, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .product-info .product-image a {
  margin: 0 auto 14px;
  max-width: 160px;
  display: block;
}
/* line 513, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .slider-container .product-info .product-image a img {
  display: block;
  width: 100%;
  margin: 0;
}
/* line 523, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .row-table {
  display: block;
  position: relative;
  top: 20px;
  padding-bottom: 30px;
  background: #fff;
  z-index: 1;
  min-height: 470px;
}
/* line 533, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .table-cell {
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 0 auto 17px;
  max-width: 450px;
}
/* line 541, ../../sass/modules/qv-overlay.scss */
.modular-template-wrapper .qv-overlay .desktop-table-cell {
  display: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  /* line 555, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay {
    position: absolute;
    width: 100%;
  }
  /* line 559, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container {
    position: absolute;
    width: 100%;
    top: 0px;
  }
  /* line 565, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .tab-content img {
    width: 35%;
  }
}
@media only screen and (min-height: 567px) {
  /* line 580, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container {
    top: 59px;
  }
}
@media only screen and (min-width: 667px) {
  /* line 592, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .plus {
    background: none repeat scroll 0 0 black;
  }
  /* line 599, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .row-table {
    display: table-row;
    position: relative;
    top: 0px;
  }
  /* line 605, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .desktop-table-cell {
    display: table-cell !important;
    vertical-align: middle;
  }
  /* line 612, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .table-cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 20px;
    vertical-align: middle;
    position: relative;
  }
  /* line 621, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .table-wrap {
    position: Absolute;
    top: 0px;
  }
  /* line 627, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .table-wrap {
    display: block;
  }
  /* line 631, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .row-table {
    display: block;
  }
  /* line 634, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .desktop-table-cell {
    display: none !important;
  }
  /* line 638, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .cycle-slideshow {
    min-height: 470px;
  }
  /* line 642, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .table-cell {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
  }
  /* line 653, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container {
    height: 0;
    top: 0px;
  }
  /* line 658, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container.show {
    height: auto;
  }
  /* line 662, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay ul.tabs {
    background: none;
    border: medium none;
    bottom: 20px;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 0px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    display: block;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  /* line 688, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay ul.tabs.show {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  /* line 701, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .slider-container .prev {
    left: 10px;
  }
  /* line 704, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .slider-container .next {
    right: 10px;
  }
  /* line 710, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .cycle-pager {
    display: none;
  }
}
@media only screen and (min-width: 920px) {
  /* line 726, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper h3.shop-the-look {
    margin: 0px;
    top: 46px;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 2;
  }
  /* line 736, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container {
    position: fixed;
    width: 100%;
    left: 50%;
    height: 0;
    margin-left: -350px;
    max-width: 700px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 751, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container.show {
    height: 588px;
  }
  /* line 758, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .qv-overlay-container {
    max-width: 450px;
    margin-left: -225px;
  }
  /* line 763, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .qv-overlay-container.show {
    height: 510px;
  }
  /* line 770, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.androidbrowser .qv-overlay-container {
    position: relative !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 791, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .plus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    bottom: -120px;
    top: inherit;
    width: 100%;
    text-align: center;
    height: 120px;
  }
  /* line 799, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .plus .plus-sign {
    display: none;
  }
  /* line 804, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .plus .overlay-content {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: block;
  }
  /* line 819, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper span.cta-1 {
    color: white;
    background: none repeat scroll 0 0 black;
    border: 1px solid black;
    color: white;
    display: inline-block;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 22px 11px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 835, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper span.cta-1:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: white;
    color: black !important;
    border: 1px solid white;
  }
  /* line 847, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .overlay-col:hover .plus {
    top: inherit;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 857, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container {
    max-width: 800px;
    margin-left: -400px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 865, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay .qv-overlay-container.show {
    height: 678px;
  }
  /* line 873, ../../sass/modules/qv-overlay.scss */
  .modular-template-wrapper .qv-overlay.headvisual-qv-overlay .qv-overlay-container.show {
    height: 510px;
  }
}
