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

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

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #000000;
  font-size: 15px;
  font-family: 'Lato';
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tm-block, .tm-block-large-padding {
  padding-top: 30px;
  padding-bottom: 60px;
}

h1, .uk-h1 {
  font-size: 35px;
  line-height: 40px;
}

.uk-panel-box {
  padding: 20px 20px!important;
  background: #ffffff;
  color: #444444;
  border: 1px solid #d0d0d0;
}

.tm-badge {
  display: none;
}

@media (min-width: 768px)
.tm-block-large-padding {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

/* .tm-block, .tm-block-large-padding {
  padding-top: 20px;
  padding-bottom: 20px;
} */

.tm-navbar {
  padding-top: 30px;
}


/* contact */

.dl-horizontal dt {
  float: left;
  width: 80px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 80px;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 22px;
  color: #404040;
  border: 0;
  border-bottom: none; 
}



/* Menu  */

.uk-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  margin-top: 5px;
  padding: 50px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 15px;
  vertical-align: top;
  font-family: 'Lato';
  font-weight: 300;
  line-height: 25px;
}

/* form */



select, textarea, input[type="contact_message"] {
  border-radius: 0;
  box-shadow: none;
  height: 180px;
  width: 80%;
  line-height: 22px;
  color: #444444;
  font-family: 'Lato';
  font-size: 13px;
}