/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

#uk-panel {
  color:#ffffff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color:#ffffff;
}

.btn {
  -webkit-transition:color 0.4s, background 0.2s;
  background-color:rgba(0, 0, 0, 0);
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #ffffff;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  box-shadow:none;
  color:#666666;
  line-height:22px;
  overflow:hidden;
  position:relative;
  text-shadow:none;
  transition:color 0.4s, background 0.2s;
  z-index:1;
}