#vintagedim_banner_widget_section {
  position: relative;
  width: 100vw;
  height: 40vw;
  left: calc(50% - 50vw) ! important;
  min-height: 600px;
  background: #a6a6a6;
  border-bottom: 2px solid #ef5730;
  overflow: hidden;
}

#vintagedim_banner_widget_section .dw-slider {
  height: 2px !important;
}

.introduction {
  background: #58595b;
  padding: 40px 0 80px;
}

.introduction center {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

.introduction center h2 {
  font-size: 40px;
  color: white;
}

.introduction center h2 span {
  position: relative;
  top: -.1em;
  font-size: .8em;
}

.introduction center p {
  color: white;
}

.introduction center ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.introduction center ul li {
  display: inline-block;
  padding: 20px 10px;
}

.introduction center ul li a.btn {
  display: inline-block;
  padding: 0 1em;
  line-height: 50px;
  background: white;
  color: #58595b;
  transition: all .1s linear;
  text-decoration: none;
}

.introduction center ul li a.btn:hover {
  background: #ef5730;
  color: white;
}

.vintagedim_product_render {
    position: relative;
    z-index: 2;
    top: -30px;
}

.vintagedim_product_render img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.vintagedim_dynamic_white {
    position: relative;
    background-size: cover;
    background-position: center;
}

.vintagedim_dynamic_white::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(95deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(95deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%);
  background: linear-gradient(95deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%);
}

.vintagedim_dynamic_white table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1850px;
  margin: auto;
}

.vintagedim_dynamic_white table tbody,
.vintagedim_dynamic_white table tr {
  width: 100%;
}

  .vintagedim_dynamic_white table tr td {
      width: 50%;
      padding: 6vw 40px;
  }

.vintagedim_dynamic_white table tr td h2 {
  font-size: 40px;
  margin-bottom: .5em;
}

.vintagedim_dynamic_white table tr td h3 {
  font-size: 25px;
  margin-bottom: .8em;
}
.vintagedim_dynamic_white table tr td img {
  height: auto;
  width: 50%;
  max-width: 100px;
  margin-top: 20px;
}

.vintagedim_warm_dim {
  position: relative;
  background-size: cover;
  background-position: center bottom 15%;
}

.vintagedim_warm_dim::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, rgba(200,79,0,0) 0%, rgba(200,79,0,0.8) 50%, rgba(200,79,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(200,79,0,0) 0%, rgba(200,79,0,0.8) 50%, rgba(200,79,0,1) 100%);
  background: linear-gradient(90deg, rgba(200,79,0,0) 0%, rgba(200,79,0,0.8) 50%, rgba(200,79,0,1) 100%);
}

.vintagedim_warm_dim table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1850px;
  margin: auto;
}

.vintagedim_warm_dim table tbody,
.vintagedim_warm_dim table tr {
  width: 100%;
}

.vintagedim_warm_dim table tr td {
  width: 50%;
  padding: 6vw 40px;
}

.vintagedim_warm_dim table tr td h2 {
  font-size: 40px;
  color: white;
  margin-bottom: .5em;
}

.vintagedim_warm_dim table tr td h3 {
  font-size: 25px;
  color: white;
  margin-bottom:.8em;
}

.vintagedim_warm_dim table tr td p {
  color: white;
}

.vintagedim_warm_dim table tr td img {
  height: auto;
  width: 50%;
  max-width: 100px;
  margin-top:20px;
}

#vintagedim_compatible_products {
  padding: 6vw 100px;
}

#vintagedim_compatible_products h2 {
  font-size: 40px;
}

#vintagedim_compatible_products {
  position: relative;
  max-width: 1500px;
  margin: auto;
}

#vintagedim_slick_products {
  margin: 0 !important;
  padding: 0;
}

#vintagedim_compatible_products .slick-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 25px);
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

#vintagedim_compatible_products .slick-next {
  right: -50px;
}

#vintagedim_compatible_products .slick-next::before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  transform-origin: center;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #58595b;
  border-bottom: 20px solid transparent;
}

#vintagedim_compatible_products .slick-prev {
  left: -50px;
}

#vintagedim_compatible_products .slick-prev::before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  transform-origin: center;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #58595b;
  border-bottom: 20px solid transparent;
}

#vintagedim_compatible_products .slick-slide {
  height: auto;
  padding: 20px !important;
}

#vintagedim_compatible_products .slick-slide .box {
  border: 1px solid #eee;
  box-shadow: 0 3px 9px hsla(0,0%,0%,.1);
  padding: 20px;
}

#vintagedim_compatible_products .slick-slide .box .image img {
  width: 100%;
}

#vintagedim_compatible_products .slick-slide .box .details {
  position: relative;
  padding-top: 10px;
}
#vintagedim_compatible_products .slick-slide .box .details h3{
  font-size:25px;
}

#vintagedim_compatible_products .slick-slide .box .details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#vintagedim_compatible_products .slick-slide .box .details ul li {
  padding: 10px 0;
  clear: both;
}

#vintagedim_compatible_products .slick-slide .box .details ul li .dt {
  display: block;
  height: 1.5em;
  padding-right: 10px;
  font-weight: 600;
}

#vintagedim_compatible_products .slick-slide .box .details a.product_link {
  display: inline-block;
  padding: 0;
  width: 100%;
  line-height: 50px;
  background: #ef5730;
  text-align: center;
  color: white;
  transition: all .1s linear;
  text-decoration: none;
}

#vintagedim_compatible_products .slick-slide .box .details a.product_link:hover {
  background: #58595b;
  border-color: #58595b;
}

.vintagedim_custom_curves {
  position: relative;
  background: #58595b;
  background: -moz-linear-gradient(180deg, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(48,48,48,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(48,48,48,1) 100%);
  background: linear-gradient(180deg, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(48,48,48,1) 100%);
}

.vintagedim_custom_curves table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1700px;
  margin: auto;
}

.vintagedim_custom_curves table tbody,
.vintagedim_custom_curves table tr {
  width: 100%;
}

.vintagedim_custom_curves table tr td {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
}

.vintagedim_custom_curves table tr td img {
  width: 100%;
}

.vintagedim_custom_curves table tr td h2 {
  font-size: 40px;
  color: white;
}

.vintagedim_custom_curves table tr td ul {
  list-style: disc;
  padding-left: 25px;
}

.vintagedim_custom_curves table tr td ul li {
  color: white;
  line-height: 2em;
  padding: 10px;
}

@media(max-width:720px) {
  #vintagedim_banner_widget_section{
    max-height: 650px !important;
    background: black;
  }
  #vintage_dim_widget{
    max-height: 600px !important;
  }
  .vintagedim_product_render{
    top:-10px;
  }
  .vintagedim_dynamic_white table tr td.desktop_only,
  .vintagedim_warm_dim table tr td.desktop_only {
    display: none;
  }
  
  .vintagedim_dynamic_white::before {
    background: -moz-linear-gradient(95deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(95deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.5) 100%);
    background: linear-gradient(95deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.5) 100%);
  }
  
  .vintagedim_warm_dim::before {
    background: -moz-linear-gradient(90deg, rgba(200,79,0,0.8) 0%, rgba(200,79,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(200,79,0,0.8) 0%, rgba(200,79,0,1) 100%);
    background: linear-gradient(90deg, rgba(200,79,0,0.8) 0%, rgba(200,79,0,1) 100%);
  }
  #vintagedim_compatible_products {
    padding:6vw 10px;
    width: 100%;
    overflow: hidden;
  }
  #vintagedim_compatible_products .slick-next {
    right: -15px;
  }
  #vintagedim_compatible_products .slick-prev {
    left: -15px;
  }
  #vintagedim_compatible_products .slick-slide{
    padding: 40px !important;
  }
  .vintagedim_custom_curves table tr {
    display: flex;
    flex-direction: column;
  }
  
  .vintagedim_custom_curves table tr td {
    display: block !important;
    width: 100%;
    padding: 0;
  }
  
  .vintagedim_custom_curves table tr td h2,
  .vintagedim_custom_curves table tr td ul {
    margin: 20px 20px;
    padding: 0;
    text-align: center;
    list-style: none;
  }
}
#vintagedim_pia_award {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 150px;
  height: auto;
}


/*
  CONTROLS
*/
div#banner-wrapper {
  background: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/OA-DL.png) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

div#banner-wrapper a img {
  opacity: 0 !important;
}

.dw-hero-titles-container {
  width: 100%;
  position: relative;
  height: 40vw;
  margin-top: -40vw;
  text-align: center;
}

.dw-hero-titles {
  position: relative;
  top: 50%;
  transform: scale(1.2) translateY(-50%);
  line-height: 1.3;
  width: 60%;
  margin: auto;
  transform-origin: top center;
  opacity: 1;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  transition-delay: .8s;
}

.dw-hero-titles.unactive {
  transform: scale(.8) translateY(-50%);
  opacity: 0;
}

.dw-hero-titles-container.blocked {
  display: none;
}

.dw-hero-titles-t {
  display: block;
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}

.dw-hero-titles-m {
  display: block;
  position: relative;
  color: #f47c37;
  font-size: 75px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dw-hero-titles-s {
  display: block;
  position: relative;
  color: #f47c37;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slidecontainer {
  pointer-events: none;
}

.dw-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: 0 0;
  outline: 0;
  background-size: 100% auto;
  background-position: center;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  box-shadow: 1px 1px 2px 0 #0a0a0a;
}

input#dw-dim {
  background: 0 0;
  background-image: linear-gradient(to right,#ffe6d2,#ff9329);
}

input#dw-cct {
  transform: translateY(14px);
  background: 0 0;
  background-image: linear-gradient(to right,#c9e2ff,#ff9329);
}

.dw-slider:hover {
  opacity: 1;
}

.dw-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 14px;
  background: #fff;
  border: 5px solid rgba(0,0,0,.02);
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,.5);
  top: -5px;
  background-color: #fff;
  border: 5px solid rgba(0,0,0,.03);
  box-shadow: 0 0 2px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.6),0 4px 2px rgba(0,0,0,.2),0 9px 4px rgba(0,0,0,.1);
  outline: 0;
  z-index: 1;
}

.dw-slider::-moz-range-thumb {
  width: 35px;
  height: 35px;
  background: #4caf50;
  cursor: pointer
}

.dw-hero-controls {
  margin-top: -180px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: black;
  box-shadow: 1px 1px 40px 19px black;
  border-radius: 10%;
  overflow: hidden;
  height: 170px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  *{
    color: white !important;
  }
}

.dw-hero-controls-title {
  position: relative;
  width: 20%;
  padding-right: 10px;
  display: inline-block;
  height: 150px;
  vertical-align: top;
  border-right: 1px solid #fff;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.dw-hero-controls.active .dw-hero-controls-icons, .dw-hero-controls.active .dw-hero-controls-sliders, .dw-hero-controls.active .dw-hero-controls-title, .dw-hero-controls.active .dw-hero-controls-value-box {
  transform: translateY(0);
}

.dw-hero-controls-title span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  top: 30%;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.dw-hero-controls.active .dw-hero-controls-title span {
  transition-delay: 1.2s;
}

.dw-hero-controls-title .t-line {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.dw-hero-controls-title-icons {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 15px;
}

.dw-hero-controls-title-icons-item {
  display: inline-block;
  height: 90px;
  width: 60px;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/sap.png);
  background-size: contain;
  padding-left: 5px;
  padding-right: 7px;
  cursor: pointer;
  transform: scale(1);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ja8 {
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/ja8.png);
  background-size: cover;
  transition-delay: 1.5s !important;
}

.sel {
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/sel.png);
  background-size: contain;
  transition-delay: 1.8s !important;
}

.sap {
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/sap.png);
  background-size: contain;
  transition-delay: 2.1s !important;
}

.ja8, .sap, .sel {
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.dw-hero-controls.active .dw-hero-controls-title-icons .ja8, .dw-hero-controls.active .dw-hero-controls-title-icons .sap, .dw-hero-controls.active .dw-hero-controls-title-icons .sel {
  transform: translateY(0);
  opacity: 1
}

.dw-hero-controls-title-icons-item:hover {
  transform: translateY(0) scale(1.1) !important;
  transition-delay: 0s !important;
  -webkit-transition: all .1s ease-out !important;
  -moz-transition: all .1s ease-out !important;
  -o-transition: all .1s ease-out !important;
  transition: all .1s ease-out !important;
}

.dw-hero-controls-icons {
  display: none;
  width: 75px;
  height: 130px;
  position: relative;
  vertical-align: top;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: .2s;
}

.dw-hero-controls-icons-b {
  background: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/dw-brightness.png);
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
}

.dw-hero-controls-icons-c {
  background: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/dw_cct.png);
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
}

.dw-hero-controls-sliders {
  display: inline-block;
  vertical-align: top;
  height: 150px;
  width:calc(100% - 36.5% - 100px);
  margin-right: 30px;
  margin-left: 30px;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: .2s;
}

.dw-hero-controls-sliders-b.active .slidecontainer, .dw-hero-controls-sliders-c.active .slidecontainer {
  pointer-events: auto;
}

.dw-hero-controls-sliders-b, .dw-hero-controls-sliders-c {
  height: 75px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.dw-hero-controls-sliders-b:hover, .dw-hero-controls-sliders-c:hover {
  opacity: .6;
}

.dw-hero-controls-sliders-b.active, .dw-hero-controls-sliders-c.active {
  opacity: 1;
}

.dw-hero-controls-sliders-title {
  width: 85px;
  padding-right: 15px;
  height: 75px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: inline-block;
}

.dw-hero-controls-button .dw-hero-controls-sliders-title span::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -21px;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.dw-hero-controls-button.active .dw-hero-controls-sliders-title span::before {
  opacity: 2;
  transform: translateX(0);
}

.dw-hero-controls-sliders-note-in {
  position: absolute;
  top: -40px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  left: 5px;
  display: none;
}

.dw-hero-controls-sliders-note-arrow {
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  left: 30px;
}

.dw-hero-controls-sliders-title span {
  position: relative;
  top: 50%;
  transform: translateY(-50%) translateX(5px);
  display: block;
}

.dw-hero-controls-sliders-divider {
  width: 100%;
  border-top: 1px solid #fff;
}

.dw-hero-controls-value-box {
  width: 18%;
  display: inline-block;
  height: 150px;
  border-left: 1px solid #fff;
  opacity: 1;
  position: relative;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: .4s;
}

.dw-hero-controls-value-box-row {
  vertical-align: text-top;
  padding-left: 25px;
  height: 55px;
  padding-top: 20px;
}

span.dw-hero-controls-value-box-row-t {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  width: 70px;
  vertical-align: super;
}

span.dw-hero-controls-value-box-row-v {
  font-size: 32px;
  font-weight: 200;
  color: #fff;
  font-family: inherit;
  vertical-align: middle;
}

.slidecontainer {
  top: 30%;
  transform: translateY(-50%);
  position: relative;
  width:calc(100% - 110px);
  display: inline-block;
}

.slidecontainer-cct-back {
  width: 100%;
  height: 40px;
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/cct-bar1.svg);
  display: block;
  background-size: 100% 40px;
  background-position: center;
  position: relative;
  opacity: .9;
  top: 6px;
  z-index: -1;
}

.dw-hero-img-container {
  width: 100%;
  height: 40vw;
  min-height: 600px;
  overflow: hidden;
}

.dw-hero-img-container-inner {
  transform: scale(1.01);
  background: #fff;
  height: 100%;
  min-height: 600px;
  filter: blur(5px);
  opacity: .3;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.dw-hero-img-container-inner.dw-hero-set-margin {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.dw-hero-img-container-inner-c {
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.dw-hero-img-container-inner-b {
  height: 100%;
  position: relative;
  display: block;
  transform: translateY(5%);
  background: #000;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

  .dw-hero-img-container-inner-b.active, .dw-hero-img-container-inner-c.unactive {
      transform: translateY(-105%);
  }

  .dw-hero-img-container-inner-b.active {
      transform: translateY(-100%);
  }

.dw-hero-img-0, .dw-hero-img-1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.off { /*background:url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/s1-off-cor.jpg);*/
  background-position: center;
  background-size: 100% auto;
  transform: scale(1.05);
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: all 1.7s ease-out;
  -moz-transition: all 1.7s ease-out;
  -o-transition: all 1.7s ease-out;
  transition: all 1.7s ease-out;
}

.dw-hero-img-container-inner.dw-hero-set-margin .dw-hero-img-container-inner-c .off {
  transform: scale(1)
}

.cold { /*background:url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/fd-cover-cold-01.jpg);*/
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.warm {
  background: url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/s1-warm-02.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p6500 {
  background: url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/p6500.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
}

.p5000 {
  background: url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/p5000.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p3500 {
  background: url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/p3500.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p2700 {
  background: url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/p2700.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p1800 {
  background: url(/wp-content/plugins/luminii-vintagedim/shortcodes/assets/p1800.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.md-series-name {
  color: #f47c37;
  font-size: 36px;
  font-weight: 500;
}

.vd-product-inner {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  box-shadow: 0 2px 1px 0 #e6e6e6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  transform: translateY(0);
  min-width: 200px;
  display: block;
  min-height: 500px;
}

  .vd-product-inner:hover {
      box-shadow: 0 3px 2px 0 #bdbdbd;
      transform: translateY(-7px);
  }

span.vd-product-title {
  font-size: 22px;
  display: block;
  font-weight: 400;
  padding-top: 10px;
}

span.vd-product-text {
  font-size: 15px;
  display: block;
  font-weight: 300;
  color: #555;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 5px;
  line-height: 1.2;
}

span.vd-product-spec {
  font-size: 14px;
  display: block;
  font-weight: 300;
  color: #777;
  line-height: 1.3;
  padding-left: 5px;
}

.md-block p {
  padding-top: 5px;
  padding-left: 5px;
  display: block;
  font-size: 17px !important;
}

.md-block p a {
  padding-top: 10px;
  padding-left: 10px;
  display: block;
  font-size: 17px;
}

.vd-slider-container {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}

.vd-slider-container-inner {
  position: relative;
  display: block;
  height: 600px;
}

.vd-slider-container-page {
  position: absolute;
  width: 200%;
  width: max-content;
  height: 100%;
  text-align: left;
  vertical-align: top;
  transform: translateX(0);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.vd-slider-container-page.p0 {
  transform: translateX(0);
}

.vd-slider-container-page.p1 {
  transform: translateX(-50%);
}

.vd-product {
  width: 266px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px 4px 0 4px;
  z-index: 1;
}

.vd-slider-controls {
  height: 300px;
  text-align: center;
  margin-top: -320px;
  display: block;
  position: relative;
  width:calc(100% - 10px);
  padding: 0 5px;
  margin-left: 5px;
}

.vd-slider-controls-button {
  height: 30px;
  width: 30px;
  background: #f7f7f7;
  display: inline-block;
  margin: 0 5px 0 5px;
  cursor: pointer;
  position: absolute;
}

.vd-slider-controls-button {
  position: absolute;
  background: 0 0;
  border-top: 3px solid #f47c37;
  border-right: 3px solid #f47c37;
  box-shadow: 0 0 0 #d3d3d3;
  transition: all .2s ease;
}

.vd-slider-controls-button.l {
  left: -50px;
  transform: translate3d(0,-50%,0) rotate(-135deg);
}

.vd-slider-controls-button.r {
  right: -50px;
  transform: translate3d(0,-50%,0) rotate(45deg);
}

.vd-slider-controls-button:hover {
  border-color: #f47c37;
  box-shadow: 4px -4px 0 #ffd8c2;
}

.vd-slider-controls-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-60%) rotate(45deg);
  width: 200%;
  height: 200%;
}

.vd-slider-controls-button.active {
  opacity: .4;
}

.vd-product-image::after {
  content: '';
  width: 90px;
  height: 45px;
  background: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/vd-icons.jpg);
  position: relative;
  display: block;
  background-size: contain;
  background-position: center;
}

.dw-hero-titles-container {
  width: 100%;
  position: relative;
  height: 40vw;
  margin-top: -40vw;
  text-align: center;
}

.dw-hero-titles {
  position: relative;
  top: 50%;
  transform: scale(1.2) translateY(-50%);
  line-height: 1.3;
  width: 60%;
  margin: auto;
  transform-origin: top center;
  opacity: 1;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  transition-delay: .8s;
}

.dw-hero-titles.unactive {
  transform: scale(.8) translateY(-50%);
  opacity: 0;
}

.dw-hero-titles-container.blocked {
  display: none
}

.dw-hero-titles-t {
  display: block;
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}

.dw-hero-titles-m {
  display: block;
  position: relative;
  color: #f47c37;
  font-size: 75px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dw-hero-titles-s {
  display: block;
  position: relative;
  color: #f47c37;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slidecontainer {
  pointer-events: none;
  opacity: .5;
}

.slidecontainer.active {
  pointer-events: auto;
  opacity: 1;
}

.dw-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: 0 0;
  outline: 0;
  background-size: 100% auto;
  background-position: center;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  box-shadow: 1px 1px 2px 0 #0a0a0a;
}

input#dw-dim {
  background: 0 0;
  background-image: linear-gradient(to right,#ffe6d2,#ff9329);
}

input#dw-cct {
  transform: translateY(14px);
  background: 0 0;
  background-image: linear-gradient(to right,#c9e2ff,#ff9329);
}

.dw-slider:hover {
  opacity: 1;
}

.dw-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 5px solid rgba(0,0,0,.02);
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,.5);
  top: -5px;
  background-color: #fff;
  border: 5px solid rgba(0,0,0,.03);
  box-shadow: 0 0 2px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.6),0 4px 2px rgba(0,0,0,.2),0 9px 4px rgba(0,0,0,.1);
  outline: 0;
  z-index: 1;
}

.dw-slider::-moz-range-thumb {
  width: 35px;
  height: 35px;
  background: #4caf50;
  cursor: pointer;
}

.dw-hero-controls {
  display: flex;
  margin-top: -180px;
  width: 100%;
  position: absolute;
  background: black;
  box-shadow: 1px 1px 40px 19px black;
  border-radius: 10%;
  overflow: hidden;
  height: 170px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.dw-hero-controls-title {
  position: relative;
  width: 20%;
  padding-right: 10px;
  display: inline-block;
  height: 150px;
  vertical-align: top;
  border-right: 1px solid #fff;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.dw-hero-controls.active .dw-hero-controls-icons, .dw-hero-controls.active .dw-hero-controls-sliders, .dw-hero-controls.active .dw-hero-controls-title, .dw-hero-controls.active .dw-hero-controls-value-box {
  transform: translateY(0);
}

.dw-hero-controls-title span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  top: 30%;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.dw-hero-controls.active .dw-hero-controls-title span {
  transition-delay: 1.2s;
}

.dw-hero-controls-title .t-line {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.dw-hero-controls-title-icons {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 15px;
}

.dw-hero-controls-title-icons-item {
  display: inline-block;
  height: 90px;
  width: 60px;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/sap-1.png);
  background-size: contain;
  padding-left: 5px;
  padding-right: 7px;
  cursor: pointer;
  transform: scale(1);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ja8 {
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/ja8-1.png);
  background-size: cover;
  transition-delay: 1.5s !important;
}

.sel {
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/sel-1.png);
  background-size: contain;
  transition-delay: 1.8s !important;
}

.sap {
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/sap-1.png);
  background-size: contain;
  transition-delay: 2.1s !important;
}

.ja8, .sap, .sel {
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.dw-hero-controls.active .dw-hero-controls-title-icons .ja8, .dw-hero-controls.active .dw-hero-controls-title-icons .sap, .dw-hero-controls.active .dw-hero-controls-title-icons .sel {
  transform: translateY(0);
  opacity: 1;
}

.dw-hero-controls-title-icons-item:hover {
  transform: translateY(0) scale(1.1) !important;
  transition-delay: 0s !important;
  -webkit-transition: all .1s ease-out !important;
  -moz-transition: all .1s ease-out !important;
  -o-transition: all .1s ease-out !important;
  transition: all .1s ease-out !important;
}

.dw-hero-controls-icons {
  display: none;
  width: 75px;
  height: 130px;
  position: relative;
  vertical-align: top;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: .2s;
}

.dw-hero-controls-icons-b {
  background: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/dw-brightness-1.png);
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
}

.dw-hero-controls-icons-c {
  background: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/dw_cct-1.png);
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
}

.dw-hero-controls-sliders {
  display: inline-block;
  vertical-align: top;
  height: 150px;
  width:calc(100% - 36.5% - 100px);
  margin-right: 30px;
  margin-left: 30px;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: .2s;
}

.dw-hero-controls-sliders-b.active .slidecontainer, .dw-hero-controls-sliders-c.active .slidecontainer {
  pointer-events: auto;
  opacity: 1;
}

.dw-hero-controls-sliders-b, .dw-hero-controls-sliders-c {
  height: 75px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.dw-hero-controls-sliders-b .dw-hero-controls-sliders-title, .dw-hero-controls-sliders-c .dw-hero-controls-sliders-title {
  opacity: .5;
}

.dw-hero-controls-sliders-b.active .dw-hero-controls-sliders-title, .dw-hero-controls-sliders-c.active .dw-hero-controls-sliders-title {
  opacity: 1;
}

.dw-hero-controls-sliders-title {
  width: 85px;
  padding-right: 15px;
  height: 75px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: inline-block;
}

.dw-hero-controls-sliders-title:hover {
  opacity: 1;
}

.dw-hero-controls-button .dw-hero-controls-sliders-title span::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -21px;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.dw-hero-controls-button.active .dw-hero-controls-sliders-title span::before {
  opacity: 1;
  transform: translateX(0)
}

.dw-hero-controls-sliders-note-in {
  position: absolute;
  top: -40px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  left: 5px;
  display: none;
}

.dw-hero-controls-sliders-note-arrow {
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  left: 30px;
}

.dw-hero-controls-sliders-title span {
  position: relative;
  top: 50%;
  transform: translateY(-50%) translateX(5px);
  display: block;
}

.dw-hero-controls-sliders-divider {
  width: 75px;
  border-top: 1px solid #fff;
}

.dw-hero-controls-value-box {
  width: 18%;
  display: inline-block;
  height: 150px;
  border-left: 1px solid #fff;
  opacity: 1;
  position: relative;
  transform: translateY(200px);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transition-delay: .4s;
}

.dw-hero-controls-value-box-row {
  vertical-align: text-top;
  padding-left: 25px;
  height: 55px;
  padding-top: 20px;
}

span.dw-hero-controls-value-box-row-t {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  width: 70px;
  vertical-align: super;
}

span.dw-hero-controls-value-box-row-v {
  font-size: 32px;
  font-weight: 200;
  color: #fff;
  font-family: inherit;
  vertical-align: middle;
}

.slidecontainer {
  top: 30%;
  transform: translateY(-50%);
  position: relative;
  width:calc(100% - 110px);
  display: inline-block;
  vertical-align: top;
  top: 50%;
}

.slidecontainer-cct-back {
  width: 100%;
  height: 40px;
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/cct-bar1.png);
  display: block;
  background-size: contain;
  background-position: center;
  position: relative;
  opacity: .9;
  top: 15px;
  z-index: -1;
  background-repeat: no-repeat;
}

.dw-hero-img-container-inner {
  transform: scale(1.01);
  background: #fff;
  height: 100%;
  min-height: 600px;
  filter: blur(5px);
  opacity: .3;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.dw-hero-img-container-inner.dw-hero-set-margin {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.dw-hero-img-container-inner-c {
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.dw-hero-img-container-inner-b {
  height: 100%;
  position: relative;
  display: block;
  transform: translateY(5%);
  background: #000;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.dw-hero-img-container-inner-b.active, .dw-hero-img-container-inner-c.unactive {
  transform: translateY(-105%);
}

.dw-hero-img-container-inner-b.active {
  transform: translateY(-100%);
}

.dw-hero-img-0, .dw-hero-img-1 {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
}

.off {
  background-position: center;
  background-size: 100% auto;
  transform: scale(1.05);
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: all 1.7s ease-out;
  -moz-transition: all 1.7s ease-out;
  -o-transition: all 1.7s ease-out;
  transition: all 1.7s ease-out;
}

.dw-hero-img-container-inner.dw-hero-set-margin .dw-hero-img-container-inner-c .off {
  transform: scale(1);
}

.cold {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.warm {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.warm-50 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.dw-hero-img-container-inner-b-l1, .dw-hero-img-container-inner-b-l2, .dw-hero-img-container-inner-b-l3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.p6500 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
}

.p5000 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p3500 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p2700 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p1800 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p26500 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
}

.p25000 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p23500 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p22700 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p21800 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p36500 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
}

.p35000 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p33500 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p32700 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

.p31800 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}

div#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  background: #ffffffe0;
  z-index: 600;
  top: 0;
  background-image: url(/wp-content/themes/luminii2020/assets/images/includes/vintagedim/logo-orange.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

div#overlay.active {
  opacity: 1;
  visibility: visible;
}

.dw-hero-controls, .dw-hero-logo-container {
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.dw-hero-controls.minimized, .dw-hero-logo-container.minimized {
  opacity: 0;
}

.dw-hero-controls * {
  text-shadow: 0 2px 5px hsla(0,0%,0%,1) !important;
}

.dw-hero-controls.active .dw-hero-controls-title span.title {
  text-shadow: 0 2px 5px hsla(0,0%,0%,.5) !important;
}

@media only screen and (max-width:1100px) {
  .dw-hero-img-container {
      width: 100%;
      height: 40vw;
      min-height: 600px;
      transform: translateX(-50%);
      overflow: hidden;
      left: 50%;
      position: relative;
  }

  .dw-hero-controls {
      margin-top: -180px;
      width: 100%;
      left: 50%;
      border-radius: 0;
      transform: translateX(-50%);
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
  }

  .dw-hero-controls-title span {
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      top: 00%;
      position: relative;
      transform: translateY(-75%);
      display: block;
      text-align: center;
      -webkit-transition: all .6s ease-out;
      -moz-transition: all .6s ease-out;
      -o-transition: all .6s ease-out;
      transition: all .6s ease-out;
  }

  .dw-hero-controls.active .dw-hero-controls-title span {
      transform: translateY(0);
      transition-delay: 1.2s;
  }

  .dw-hero-controls-title-icons-item {
      width: 30px;
  }

  .vd-slider-controls {
      height: 300px;
      text-align: center;
      margin-top: -320px;
      display: block;
      position: relative;
      width:calc(100% - 60px);
      padding: 0 5px;
      left: 50%;
      transform: translateX(-50%);
  }

  .vd-slider-container {
      display: block;
      position: relative;
      width: 96%;
      padding: 0 5px;
      overflow: hidden;
  }
}

@media only screen and (max-width:750px) {
  .dw-hero-img-container {
      width: 100%;
      height: 350px;
      min-height: 600px;
      transform: translateX(-50%);
      left: 50%;
      overflow: hidden;
      position: relative;
      display: block;
      background: #000;
  }

  .dw-hero-img-container-inner.dw-hero-set-margin {
      height: 300px;
      min-height: 300px;
  }

  .dw-hero-controls {
      display: block;
      margin-left: 0;
      margin-top: -290px;
      width: 95vw;
      position: absolute;
      background: black;
      box-shadow: 1px 1px 40px 19px black;
      border-radius: 0;
      overflow: hidden;
      height: 270px;
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      transform: translateX(-50%);
      left: 50%;
  }

  .dw-hero-controls-title {
      width: 100%;
      margin-left: 0;
      padding-right: 0;
      display: block;
      height: 150px;
      border-right: 0 solid #fff;
  }

  .dw-hero-controls-sliders {
      display: inline-block;
      vertical-align: top;
      height: 120px;
      width: 70%;
      margin-right: 10px;
      margin-left: 20px;
      transform: translateY(200px);
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      transition-delay: .2s;
  }

  .dw-hero-controls-sliders-b, .dw-hero-controls-sliders-c {
      height: 60px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
  }
      .dw-hero-controls-sliders-c{
          height:50px;
      }


      .dw-hero-controls-sliders-title {
          width: 85px;
          padding-right: 15px;
          height: 60px;
          color: #fff;
          font-size: 12px;
          line-height: 1.2;
          font-weight: 400;
          display: inline-block;
      }
  .dw-hero-controls-sliders-c .dw-hero-controls-sliders-title {
      padding-top:20px;
  }
          .dw-hero-controls-value-box {
              width: 60px;
              display: inline-block;
              height: 120px;
              border-left: 1px solid #fff;
              opacity: 1;
              position: relative;
              transform: translateY(200px);
              -webkit-transition: all .4s ease-out;
              -moz-transition: all .4s ease-out;
              -o-transition: all .4s ease-out;
              transition: all .4s ease-out;
              transition-delay: .4s;
          }

  .slidecontainer-cct-back {
      display: none;
  }

  .dw-hero-controls-value-box-row {
      vertical-align: text-top;
      padding-left: 10px;
      height: 55px;
      padding-top: 5px;
  }
      .dw-hero-controls-value-box-row *{
          font-size:10px !important;
      }
      .dw-hero-controls-value-box-row:nth-child(1) {
          padding-top: 15px;
      }
      .dw-hero-controls-value-box-row:nth-child(2) {
          padding-top: 30px;
      }

      span.dw-hero-controls-value-box-row-t {
          color: #fff;
          font-weight: 500;
          font-size: 11px;
          display: inline-block;
          width: 70px;
          vertical-align: super;
      }

  span.dw-hero-controls-value-box-row-v {
      font-size: 16px;
      font-weight: 200;
      color: #fff;
      font-family: inherit;
      vertical-align: middle;
  }

  .vd-slider-controls {
      display: none;
  }

  .vd-slider-container {
      display: block;
      position: relative;
      width: 100%;
      padding: 0;
      overflow: hidden;
  }

  .vd-slider-container-inner {
      position: relative;
      display: block;
      height: auto;
  }

  .vd-slider-container-page {
      position: relative;
      width: 100%;
      text-align: left;
      vertical-align: top;
      transform: translateX(0);
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
  }

  .vd-product {
      width: 100%;
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 0;
      z-index: 1;
  }
}
