/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .chronoform { display:none; }
 .bluetest {
    background-color: #1c75bc !important; }
 .form-error {
	 background-color:transparent !important;
} 
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 20px;
  padding: 0 10px;
  float: left;
  padding: 0;
}
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 38px;
  padding: 0 5px;
  line-height: 34px;
  /* 2 */
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  margin-right: 10px;
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}
.uk-panel-space {
  padding: 30px;
  background-color: #a5bbc3;
  border: none;
  border-radius: 4px;
  
}
h1,
.uk-h1 {
  font-size: 30px;
  line-height: 32px;
}
a,
.uk-h1 {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
h2,
.uk-h2 {
  font-size: 30px;
  line-height: 32px;
}
h3,
.uk-h3 {
  font-size: 26px;
  line-height: 28px;
}
h4,
.uk-h4 {
  font-size: 30px;
  line-height: 32px;
}
h5,
.uk-h5 {
  font-size: 22px;
  line-height: 24px;
}
h6,
.uk-h6 {
  font-size: 18px;
  line-height: 22px;
}
.uk-article-title {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 5px;
}
.uk-heading-large {
    font-size: 40px;
    line-height: 42px;
  }
  .uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  text-transform: none;
  color: #ffffff;
}