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

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

/* Slideshow Fade */

.uk-slideshow .uk-overlay-background {
  background: rgba(0, 0, 0, 0.28);
  color: white;
}
.uk-slidenav {
    background-color: transparent;
}

.uk-slidenav-previous:before, .uk-slidenav-next:before {
opacity: 1;
}

/* Breezing Form */

.form input, .form textarea {
  display: block;
  margin: 0 auto;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #c1c1c1!important;
}
.form-actions {
  padding: 0;
  margin-top: 24px;
  margin-bottom: 0;
  background-color: transparent;
}
.form-actions button {
  margin: 0 auto!important;
  display: block;
  width: 50%;
  float: none!important;
}
#bfElemWrap49 {
  width: 302px;
  margin: 30px auto 0;
}