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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@media (min-width: 768px)
.tm-navbar-fixed .tm-navbar + .tm-block {
    padding-top: 250px !important;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
    color: #000000;
}

.uk-button-success:hover, .uk-button-success:focus {
    background-color: #679d60;
    color: #ffffff;
}
.uk-button-success {
    background-color: #85b17f;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
.uk-form label {
   display: block;
}