/* Slider wrap */
.cbwvt-image {
  position: relative;
  overflow: hidden;
  border: solid 1px #999;
  margin: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 95%;
}
.cbwvt-image.cbwvt-no-border {
  border: 0px;
}
.cbwvt-image img {
  display: block;
  max-width: 100% !important;
  width: 100%;
  height: auto;
}

/* Loader */
.cbwvt-spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 40%;
  top: calc(50% - 15px);
  left: calc(50% - 30px);
}
.cbwvt-spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}

/* Preview Image */
.cbwvt-preview-image {
  opacity:0.4;
  filter:alpha(opacity=40)
}

/* Slider Images*/
.cbwvt-images {
  display: none;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.cbwvt-images li {
  display: block;
  margin: 0;
  padding: 0;
}
.cbwvt-images img {
  border: 0px solid;
  border-radius: 0;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.cbwvt-images .current-image {
  visibility: visible;
  width: 100%;
}
.cbwvt-images .previous-image {
  visibility: hidden;
  width: 0;
}

/* Mouse pointer */
.cbwvt-hand-closed {
  cursor: url(../images/hand_closed.png), auto;
}
.cbwvt-hand-open {
  cursor: url(../images/hand_open.png), auto;
}

/**
 * Navigation styles and colors
 * 
 */

/* Navbar position */
.cbwvt-nav-bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

/* Icons */
.cbwvt-nav-bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(../images/icons/32/1_holly_green.png) no-repeat;
  text-indent: -99999px;
}

/* Style sprites */
.cbwvt-metal_curve .cbwvt-nav-bar a {
  background: url(../images/icons/32/9_metal_curve.png) no-repeat;
}

.cbwvt-plain .cbwvt-nav-bar a {
  background: url(../images/icons/32/10_plain.png) no-repeat;
}

.cbwvt-simple_stylish .cbwvt-nav-bar a {
  background: url(../images/icons/32/11_simple_stylish.png) no-repeat;
}

.cbwvt-smooth_graident .cbwvt-nav-bar a {
  background: url(../images/icons/32/12_smooth_graident.png) no-repeat;
}


.cbwvt-glow .cbwvt-nav-bar a {
  background: url(../images/icons/32/1_holly_green.png) no-repeat;
}
.cbwvt-fancy .cbwvt-nav-bar a {
  background: url(../images/icons/32/2_navy_round.png) no-repeat;
}
.cbwvt-wave .cbwvt-nav-bar a {
  background: url(../images/icons/32/3_round_yellow.png) no-repeat;
}
.cbwvt-flat-round .cbwvt-nav-bar a {
  background: url(../images/icons/32/4_flat_round.png) no-repeat;
}
.cbwvt-flat-square .cbwvt-nav-bar a {
  background: url(../images/icons/32/5_flat_square.png) no-repeat;
}
.cbwvt-vintage .cbwvt-nav-bar a {
  background: url(../images/icons/32/6_vintage.png) no-repeat;
}
.cbwvt-arrows .cbwvt-nav-bar a {
  background: url(../images/icons/32/7_just_arrows.png) no-repeat;
}
.cbwvt-leather .cbwvt-nav-bar a {
  background: url(../images/icons/32/8_leather.png) no-repeat;
}

/* Colors */

/* Dark Blue */
.cbwvt-dark-blue .cbwvt-nav-bar .cbwvt-play {
  background-position: 0 0;
}
.cbwvt-dark-blue .cbwvt-nav-bar .cbwvt-stop {
  background-position: 0 -32px;
}
.cbwvt-dark-blue .cbwvt-nav-bar .cbwvt-next {
  background-position: 0 -64px;
}
.cbwvt-dark-blue .cbwvt-nav-bar .cbwvt-previous {
  background-position: 0 -96px;
}

/* Light Blue */
.cbwvt-light-blue .cbwvt-nav-bar .cbwvt-play {
  background-position: -32px 0;
}
.cbwvt-light-blue .cbwvt-nav-bar .cbwvt-stop {
  background-position: -32px -32px;
}
.cbwvt-light-blue .cbwvt-nav-bar .cbwvt-next {
  background-position: -32px -64px;
}
.cbwvt-light-blue .cbwvt-nav-bar .cbwvt-previous {
  background-position: -32px -96px;
}

/* Red */
.cbwvt-red .cbwvt-nav-bar .cbwvt-play {
  background-position: -64px 0;
}
.cbwvt-red .cbwvt-nav-bar .cbwvt-stop {
  background-position: -64px -32px;
}
.cbwvt-red .cbwvt-nav-bar .cbwvt-next {
  background-position: -64px -64px;
}
.cbwvt-red .cbwvt-nav-bar .cbwvt-previous {
  background-position: -64px -96px;
}

/* Brown */
.cbwvt-brown .cbwvt-nav-bar .cbwvt-play {
  background-position: -96px 0;
}
.cbwvt-brown .cbwvt-nav-bar .cbwvt-stop {
  background-position: -96px -32px;
}
.cbwvt-brown .cbwvt-nav-bar .cbwvt-next {
  background-position: -96px -64px;
}
.cbwvt-brown .cbwvt-nav-bar .cbwvt-previous {
  background-position: -96px -96px;
}

/* Purple */
.cbwvt-purple .cbwvt-nav-bar .cbwvt-play {
  background-position: -128px 0;
}
.cbwvt-purple .cbwvt-nav-bar .cbwvt-stop {
  background-position: -128px -32px;
}
.cbwvt-purple .cbwvt-nav-bar .cbwvt-next {
  background-position: -128px -64px;
}
.cbwvt-purple .cbwvt-nav-bar .cbwvt-previous {
  background-position: -128px -96px;
}

/* Gray */
.cbwvt-gray .cbwvt-nav-bar .cbwvt-play {
  background-position: -160px 0;
}
.cbwvt-gray .cbwvt-nav-bar .cbwvt-stop {
  background-position: -160px -32px;
}
.cbwvt-gray .cbwvt-nav-bar .cbwvt-next {
  background-position: -160px -64px;
}
.cbwvt-gray .cbwvt-nav-bar .cbwvt-previous {
  background-position: -160px -96px;
}

/* Yellow */
.cbwvt-yellow .cbwvt-nav-bar .cbwvt-play {
  background-position: -192px 0;
}
.cbwvt-yellow .cbwvt-nav-bar .cbwvt-stop {
  background-position: -192px -32px;
}
.cbwvt-yellow .cbwvt-nav-bar .cbwvt-next {
  background-position: -192px -64px;
}
.cbwvt-yellow .cbwvt-nav-bar .cbwvt-previous {
  background-position: -192px -96px;
}

/* Green */
.cbwvt-green .cbwvt-nav-bar .cbwvt-play {
  background-position: -224px 0;
}
.cbwvt-green .cbwvt-nav-bar .cbwvt-stop {
  background-position: -224px -32px;
}
.cbwvt-green .cbwvt-nav-bar .cbwvt-next {
  background-position: -224px -64px;
}
.cbwvt-green .cbwvt-nav-bar .cbwvt-previous {
  background-position: -224px -96px;
}

/* Scrollbar */
.cbwvt-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.cbwvt-scrollbar-top .cbwvt-scrollbar {
  top: 0;
}


/* noUISlider*/
  .noUiSlider,
  .noUiSlider * {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
  -ms-user-select: none;
    display: block;
    cursor: default;
  }
  .noUiSlider {
    position: relative;
  }
  .noUiSlider a {
    position: absolute;
    z-index: 1;
  }
  .noUiSlider a:nth-child(2) {
    background: inherit !important;
  }
  .noUiSlider.vertical a {
    width: 100%;
    bottom: 0;
  }
  .noUiSlider.horizontal a {
    height: 100%;
    right: 0;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .noUiSlider:before,
  body.TOUCH,
  .noUiSlider div {
    -ms-touch-action: none;
  }
  .noUiSlider:before {
    display: block;
    position: absolute;
    width: 150%;
    left: -25%;
    height: 400%;
    top: -150%;
    content: "";
    z-index: -1;
  }
  .noUiSlider.vertical:before {
    width: 400%;
    left: -150%;
    height: 150%;
    top: -25%;
  }
}

.noUiSlider {
  border: 1px solid #908d84;
  border-radius: 3px;
}
.noUiSlider.connect a,
.noUiSlider.connect.lower {
  background: #b2a98f;
}
.noUiSlider,
.noUiSlider.connect.lower a {
  background: #d9d7cb;
  box-shadow: inset 0px 1px 7px #b6b4a8
}
.noUiSlider.disabled,
.noUiSlider.disabled.connect.lower a {
  background: #ccc;
  box-shadow: none;
}
.noUiSlider div {
  height: 14px;
  width: 14px;
  border: 1px solid #99968f;
  border-radius: 3px;
  background: #efefe7;
}
.noUiSlider.disabled div {
  background: transparent;
}
.noUiSlider.horizontal {
  height: 10px;
  margin: 5px 10px;
}
.noUiSlider.horizontal div {
  margin: -3px 0 0 -7px;
}
.noUiSlider.vertical {
  width: 10px;
  height: 300px;
}
.noUiSlider.vertical div {
  margin: -9px 0 0 -5px;
}

/* Scrollbar Styles */

/* Dark blue */
.cbwvt-dark-blue .noUiSlider {
  border: 1px solid #0C4063;
}
.cbwvt-dark-blue .noUiSlider.connect a,
.cbwvt-dark-blue .noUiSlider.connect.lower {
  background: #2980b9;
}
.cbwvt-dark-blue .noUiSlider,
.cbwvt-dark-blue .noUiSlider.connect.lower a {
  background: #3FACF5;
  box-shadow: inset 0px 1px 7px #115785
}
.cbwvt-dark-blue .noUiSlider div {
  border: 1px solid #006E8E;
  background: #38AFFF;
}

/* Light blue */
.cbwvt-light-blue .noUiSlider {
  border: 1px solid #0c5b63;
}
.cbwvt-light-blue .noUiSlider.connect a,
.cbwvt-light-blue .noUiSlider.connect.lower {
  background: #29adb9;
}
.cbwvt-light-blue .noUiSlider,
.cbwvt-light-blue .noUiSlider.connect.lower a {
  background: #3fe5f5;
  box-shadow: inset 0px 1px 7px #117b85
}
.cbwvt-light-blue .noUiSlider div {
  border: 1px solid #008e80;
  background: #38edff;
}

/* Red */
.cbwvt-red .noUiSlider {
  border: 1px solid #aa0808;
}
.cbwvt-red .noUiSlider.connect a,
.cbwvt-red .noUiSlider.connect.lower {
  background: #d91111;
}
.cbwvt-red .noUiSlider,
.cbwvt-red .noUiSlider.connect.lower a {
  background: #ff4444;
  box-shadow: inset 0px 1px 7px #c33535
}
.cbwvt-red .noUiSlider div {
  border: 1px solid #8a0000;
  background: #ff1c1c;
}

/* Brown */
.cbwvt-brown .noUiSlider {
  border: 1px solid #631c0c;
}
.cbwvt-brown .noUiSlider.connect a,
.cbwvt-brown .noUiSlider.connect.lower {
  background: #b94329;
}
.cbwvt-brown .noUiSlider,
.cbwvt-brown .noUiSlider.connect.lower a {
  background: #f5603f;
  box-shadow: inset 0px 1px 7px #852611
}
.cbwvt-brown .noUiSlider div {
  border: 1px solid #813a01;
  background: #cb692e;
}

/* Purple */
.cbwvt-purple .noUiSlider {
  border: 1px solid #630c48;
}
.cbwvt-purple .noUiSlider.connect a,
.cbwvt-purple .noUiSlider.connect.lower {
  background: #b9298e;
}
.cbwvt-purple .noUiSlider,
.cbwvt-purple .noUiSlider.connect.lower a {
  background: #f53fbe;
  box-shadow: inset 0px 1px 7px #851162
}
.cbwvt-purple .noUiSlider div {
  border: 1px solid #8e007c;
  background: #ff38c2;
}

/* Gray */
.cbwvt-gray .noUiSlider {
  border: 1px solid #908d84;
}
.cbwvt-gray .noUiSlider.connect a,
.cbwvt-gray .noUiSlider.connect.lower {
  background: #b2a98f;
}
.cbwvt-gray .noUiSlider,
.cbwvt-gray .noUiSlider.connect.lower a {
  background: #d9d7cb;
  box-shadow: inset 0px 1px 7px #b6b4a8
}
.cbwvt-gray .noUiSlider div {
  border: 1px solid #99968f;
  background: #efefe7;
}

/* Yellow */
.cbwvt-yellow .noUiSlider {
  border: 1px solid #6a6704;
}
.cbwvt-yellow .noUiSlider.connect a,
.cbwvt-yellow .noUiSlider.connect.lower {
  background: #c5be1c;
}
.cbwvt-yellow .noUiSlider,
.cbwvt-yellow .noUiSlider.connect.lower a {
  background: #fff835;
  box-shadow: inset 0px 1px 7px #8f8a07
}
.cbwvt-yellow .noUiSlider div {
  border: 1px solid #8e7000;
  background: #fff938;
}

/* Green */
.cbwvt-green .noUiSlider {
  border: 1px solid #046a0f;
}
.cbwvt-green .noUiSlider.connect a,
.cbwvt-green .noUiSlider.connect.lower {
  background: #1cc52d;
}
.cbwvt-green .noUiSlider,
.cbwvt-green .noUiSlider.connect.lower a {
  background: #35ff4a;
  box-shadow: inset 0px 1px 7px #078f14
}
.cbwvt-green .noUiSlider div {
  border: 1px solid #0b8e00;
  background: #38ff4d;
}

/* Add your code below this line */