@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/B85vmdvDILX92ray16e-1g.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHTqCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local('Roboto Black'),local('Roboto-Black'),url(https://fonts.gstatic.com/s/roboto/v15/3Y_xCyt7TNunMGg0Et2pnqCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url(https://fonts.gstatic.com/s/roboto/v15/sWTqoqnV-OOzHbi5P-jvYPesZW2xOQ-xsNqO47m55DA.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(https://fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcC5p-63r6doWhTEbsfBIRJ7A.ttf) format('truetype')}

#settings-panel {
  display: block;
  position: fixed;
  width: 231px;
  height: 200px;
  top: 250px;
  left: 0;
  z-index: 999;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#settings-panel.panel-hidden {
  left: -231px;
}

#settings-panel > ul.theme-colors {
  margin: 0;
  padding: 10px;
  list-style-type: none;
  opacity: 1;
  text-align: center;
  background-color: #fafafa;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#settings-panel > ul.theme-colors > li {
  color: transparent;
  display: block;
  float: left;
  padding: 33px 27px;
  margin-right: 10px;
  background-color: #eee;
  opacity: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#settings-panel > ul.theme-colors > li:hover {
  opacity: 0.7;
}

#settings-panel.panel-hidden > ul.theme-colors {
  background-color: transparent;
  opacity: 0;
}

#settings-panel.panel-hidden > ul.theme-colors > li {
  opacity: 0;
}

#settings-panel > div#toogle-panel {
      color: #fafafa;
    width: 32px;
    height: 32px;
    padding: 20px;
    line-height: 1;
    background-color: #191e2e;
    cursor: pointer;
    position: absolute;
    top: 64px;
    right: -40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#settings-panel > div#toogle-panel:hover {
  color: #222;
  background-color: #f3cf3f !important;
}

#settings-panel > div#toogle-panel:before {
    content: "\f013";
    font-size: 20px;
    font-style: normal;
    position: relative;
    bottom: 11px;
    right: 11px;
}