.color-switcher {
  position: fixed;
  top: 164px;
  right: -270px;
  width: 270px;
  background: #fff;
  text-align: center;
  transition: all .5s ease 0s;
  z-index: 999;
  -webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1)
}
.color-switcher .theme-color.active:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  text-shadow: 0 0 1px #000;
  z-index: 999
}
.color-switcher-header {
  background: var(--theme-color);
  padding: 11px 0 11px
}
.color-switcher-header h6, .secondary-head h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0
}
.secondary-head {
  background: #222;
  padding: 14px 0
}
.secondary-color {
  padding: 23px 0
}
.secondary-colors-list {
  margin: 0 80px
}
.theme-color-foo {
  color: #777;
  font-size: 13px;
  font-weight: 400;
  padding: 0 30px 20px;
  line-height: 1.8em;
  margin-top: 16px
}
.theme-color-foo span {
  display: block;
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px dotted #b2b2b2
}
.theme-color.default-color {
  background: #fda12b
}
.theme-color.theme-color1 {
  background: #fab702
}
.theme-color.theme-color2 {
  background: #ff5e14
}
.theme-color.theme-color3 {
  background: #ec6543
}
.theme-color.theme-color4 {
  background: #f30
}
.theme-color.theme-color5 {
  background: #e31212
}
.color-trigger {
  position: absolute;
  top: 0;
  height: 150px;
  left: -40px;
  width: 35px;
  line-height: 35px;
  cursor: pointer;
  background:linear-gradient(335deg, rgba(205,172,3,1) 0%, rgba(232,192,80,1) 35%, rgba(241,198,37,1) 100%);
  padding:0 20px;
}
.color-trigger:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.color-trigger i {
  font-size: 20px;
  line-height: 32px;
  color: #fff
}
.color-switcher.switcher-palate {
  right: 0
}
.color-trigger .fa {
  -webkit-animation: blink 2s infinite linear
}
@-webkit-keyframes blink {
  from {
    -webkit-transform: blink(0)
  }
  to {
    -webkit-transform: blink
  }
}
.box-layout {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}
.box-layout:before {
  position: fixed;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/background/5.html) no-repeat
}
.box-layout .page {
  background-color: #fff;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto
}
.select-box {
  padding: 0 20px
}
.select-box > li {
  display: block;
  position: relative;
  padding: 6px 12px;
  color: #fff;
  background-color: #06163a;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 9px
}