/* =================================================================== */
/* Styles Switcher
/* =================================================================== */
#vu_style-switcher {
  background: #303030;
  width: 256px;
  position: fixed;
  top: 150px;
  z-index: 99999;
  left: -256px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#vu_style-switcher h3 {
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px 0;
}

#vu_style-switcher.open {
  left: 0;
}

#vu_style-switcher > div {
  padding: 20px;
}

#vu_style-switcher h2 {
  background: #404040;
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  padding: 14px 0 12px 20px;
}

#vu_style-switcher h2 a {
  color: #fff !important;
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 42px;
  line-height: 44px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  background-color: #333 !important;
}

#vu_style-switcher select {
  clear: both;
  border: none;
  width: 100%;
  margin: 0 0 12px 0;
  color: #666;
  cursor: pointer;
}

.vu_ss-demo-version a,
#vu_ss-reset a {
  width: 47%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 15px;
  text-align: center;
  border: 2px solid #fdb822;
  background-color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_ss-demo-version a:hover,
#vu_ss-reset a:hover {
  color: #fdb822;
}
.vu_ss-demo-version a.active,
#vu_ss-reset a.active {
  background-color: #fdb822;
}
.vu_ss-demo-version a.active:hover,
#vu_ss-reset a.active:hover {
  color: #fff;
  background-color: rgba(253, 184, 34, 0.9);
}

.vu_ss-colors { list-style: none; margin: 0px 0px 10px 0px; overflow: hidden; }
.vu_ss-colors li { float: left; margin: 2px; }
.vu_ss-colors li a { position: relative; display: block; width: 32px; height: 32px; cursor: pointer; overflow: hidden; } 
.vu_ss-colors li a span { position: absolute; left: 7px; top: 7px; display: block; width: 64px; height: 64px; cursor: pointer; transform: rotate(45deg); } 

.vu_ss-patterns li a {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

a.bg0 { background-image: url(../images/none.png); }
.bg1 { background-image: url(../images/pattern-1.jpg); }
.bg2 { background-image: url(../images/pattern-2.png); }
.bg3 { background-image: url(../images/pattern-3.png); }
.bg4 { background-image: url(../images/pattern-4.png); }
.bg5 { background-image: url(../images/pattern-5.png); }

.vu_ss-colors li a.active { box-shadow:0 0 0 2px #505050 inset; }

/* Buy Now */
#vu_btn-buy-now {
  position: fixed;
  z-index: 99999;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 14px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid rgb(130, 180, 64);
  background-color: rgba(130, 180, 64, 1);
}
#vu_btn-buy-now:hover {
  background-color: rgba(130, 180, 64, 0.8)
}