/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



.tm-navbar {
  margin-top: 10px;
  margin-bottom: -20px;
}
.uk-navbar {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  border: 0px transparent;
  border-image-source: url("../less/uikit/images/navbar_border.png");
  border-image-slice: 30;
  border-image-repeat: repeat;
  background-clip: padding-box;30;
  border-image-repeat: repeat;
  background-clip: padding-box;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    height: 45px;
    max-width: 70%;
    padding: 4px 6px;
    border: 1px solid #D4D4D4;
    background: none repeat scroll 0% 0% #FFF;
    color: #444;
    transition: all 0.2s linear 0s;
    border-radius: 3px;
}

.uk-form legend:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgb(212, 212, 212);
    width: 75%;
}

.uk-search-field {
    width: 40px;
margin-right: -25px;
  height: 40px;
    border: 1px solid transparent;
    background: none repeat scroll 0% 0% transparent;
    color: #444;
    transition: all 0.2s linear 0s;
    border-radius: 0px;
    position: relative;
    padding: 0px;
    cursor: pointer;
    z-index: 1;
}

.uk-article-title {
    font-size: 39px;
    line-height: 45px;
    font-weight: normal;
   }

h1,
.uk-h1 {
  font-size: 39px;
  line-height: 52px;
}
h2,
.uk-h2 {
  font-size: 30px;
  line-height: 40px;
}
h3,
.uk-h3 {
  font-size: 22px;
  line-height: 34px;
}
h4,
.uk-h4 {
  font-size: 18px;
  line-height: 26px;
}
h5,
.uk-h5 {
  font-size: 15px;
  line-height: 24px;
}
h6,
.uk-h6 {
  font-size: 13px;
  line-height: 20px;
}
