/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html {
    color: #515456;
    font: 300 15px/19px "Helvetica";
}
.uk-article:nth-child(n+2) {
  margin-top: 0px;
}
.tm-container {
    margin: 18px auto;

}
/* Block Background */
.tm-toolbar {
  background: #DADDE2;
  box-shadow: 0 0 0 0px
}

* + fieldset{
    margin-top: -73px;
}
h1
 {
  margin: 0 0 15px 0;
  font-family: 'Helvetica';
  font-weight: 300;
  color: #D22129;
  text-transform: none;
}
h3, .uk-h3 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
}
.uk-article-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.uk-panel-box-secondary> a:not([class]), .uk-panel-box-secondary> *:not([class*="uk-nav"]) a:not([class]) {
    color: #FFFFFF;
}
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-article:nth-child(n+2) {
  margin-top: 0px;
}
.tm-container {
    margin: 18px auto;

}
/* Block Background */
.tm-toolbar {
  background: #DADDE2;
  box-shadow: 0 0 0 0px
}

* + fieldset{
    margin-top: -73px;
}
h3, .uk-h3 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 10%;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.formResponsive .formHorizontal .formControlLabel {
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 35%;
  font-weight: bold;
}
.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    width: 70% !important;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 10%;
}
.uk-panel-box-secondary> a:not([class]), .uk-panel-box-secondary> *:not([class*="uk-nav"]) a:not([class]) {
    color: #FFFFFF;
}
.uk-panel-box-secondary {
    background-color: #d22129;
    color: #ffffff;
}
.uk-panel-box-secondary .uk-panel-title {
    color: #fff;
  font-weight: bold;
}
.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-family: "Helvetica";
    font-size: 15px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    padding: 0 14px;
    text-decoration: none;
}
.uk-panel-box-primary {
    color: #fff;
}
h1, h2, h3, h4, h5 {
    color: #D22129;
    font-family: "Helvetica";
    font-weight: 300;
    text-transform: uppercase;
}
h6 {
    color: #fff;
    font-family: "Helvetica";
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.uk-panel-box-primary > a:not([class]):hover,
.uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]):hover {
  color: #D22129;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
  /* Thirds */

.uk-width-medium-1-3,
.uk-width-medium-2-6 {
width: 33.3333%;
}
.uk-width-medium-2-3,
.uk-width-medium-4-6 {
width: 66.6666%;
}


.uk-width-medium-2-5, .uk-width-medium-4-10 {
    width: 80%;
}

.uk-width-medium-1-5, .uk-width-medium-2-10 {
    width: 20%;
}

.uk-width-large-2-5, .uk-width-large-4-10 {
    width: 80%;
}

.uk-width-large-1-5, .uk-width-large-2-10 {
    width: 20%;
}
.uk-nav-side > li > a {
    color: #fff;
}
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.03);
  color: #D22129;
  /* 2 */
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.uk-panel-title {
    color: #2a2d31;
    font-size: 19px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.formResponsive .formBody {
    float: none;
    margin-left: 30%;
}
.uk-navbar-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
}