.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fefefe;
  border-radius: 3px;
  margin: 0 auto;
  border: 1px solid #e6e7e8;
  width: 230px;
  height: 115px;
  font-size: 12px;
  margin-top: 5px;
  margin-left: -1px;
  max-width: 230px;
  display: none;
  z-index: 9999;
  max-width: 230px;
}
/*.wickedpicker:before {
  content: "";
  position: absolute;
  top: -50vh;
  right: 0;
  left: -50vw;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 1000vh;
  width: 1000vw;
  z-index: -9999;}*/
  .wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    color: #4C4C4C;
    font-size: inherit;}
  .wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 4px;
    right: 5px;
    color: #34495e;
    cursor: pointer;
    font-size: 8px;
    font-family: "LinearIcons";}
    .wickedpicker__close:before {
      /*content: '\e870'; */
      content: 'OK';
      font-size: 14px;
      font-family: "Raleway", sans-serif;
      background: #e0d18f;
      right: 10px;
      position: relative;
      top: 64px;
      border-radius: 3px;
      padding: 0 10px;
      display: block;
      height: 36px;
      line-height: 36px;
}
  .wickedpicker__controls {
    padding: 5px 50px 5px 0;
    line-height: normal;
    background: #fff;
    margin: 0; }
    .wickedpicker__controls__control, .wickedpicker__controls__control--separator {
      vertical-align: middle;
      display: inline-block;
      font-size: inherit;
      margin: 0 auto;
      width: 35px;
      letter-spacing: 1.3px; }
      .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
        /*color: #34495e;*/
        position: relative;
        display: block;
        margin: 3px auto;
        font-size: 18px;
        cursor: pointer;
        color: #e0d18f; }
      .wickedpicker__controls__control-up:before {
        content: '\e873'; }
      .wickedpicker__controls__control-down:after {
        content: '\e874'; }
      .wickedpicker__controls__control--separator {
        width: 5px; }

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center; }

.wickedpicker__controls__control {
  margin: 0 10px;
  font-size: 14px;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?52602240");
  src: url("../fonts/fontello.eot?52602240#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?52602240") format("woff"), url("../fonts/fontello.ttf?52602240") format("truetype"), url("../fonts/fontello.svg?52602240#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*content: "\e874";*/
  font-family: "LinearIcons";
  font-size: 0.85em;}
.moon,
.sun {
  color: #e0d18f;
  font-size: 20px !important;
  margin-left: 15px;
  /*font-size: 1;*/
}
:focus {
  outline: none;
}

.home .wickedpicker {
    overflow: hidden;
    border-color: #666;
}

.home .wickedpicker__title {
    border-color: #666;
    color: white;
}

.home .wickedpicker__title,
.home .wickedpicker__controls {
    background: black
}

.home .wickedpicker__close:before {
    background: white;
    color: black;
}

.home .wickedpicker span {
    color: white !important;
}
