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

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

body {
    background-color: #26292C;
    color: inherit;
    font: inherit;
    padding-left: 0;
    padding-right: 0;
}
.tm-toolbar {
    background: #444444 none repeat scroll 0 0;
    color: #26292c;
    padding: 15px 30px;
}
.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 85px;
    padding: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.uk-dropdown-navbar {
    background: #cccccc none repeat scroll 0 0;
    color: #cccccc;
    margin-top: 34px;
}
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(246, 246, 246, 0.55);
  color: #000;
  /* 2 */
  outline: none;
}
.uk-nav-navbar > li > a {
    color: #000;
}
.uk-nav > li > a {
    padding: 10px 30px;
}
.uk-nav li > a {
    display: block;
    text-decoration: uppercase;
}
.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #ec2409;
  font-weight:500;
}
.uk-panel-box {
    background: #444444 none repeat scroll 0 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: #c6c1cf;
    padding: 30px;
}
em {
    color: #EC2409;
}
a, .uk-link {
    color: #ec2409;
    cursor: pointer;
}
.uk-panel-title {
    color: #fdfcff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
}
.tm-header {
    margin-bottom: 30px;
    margin-top: 0;
}
.tm-main-top + .tm-content, .tm-content + .tm-main-bottom, .tm-middle + .tm-bottom-a, .tm-middle + .tm-bottom-b, .tm-footer-margin-top {
    margin-top: 30px;
}

.tm-footer > .uk-panel {
    background: #26292C none repeat scroll 0 0;
    color: #e4e0ed;
}
.formResponsive .formHorizontal .formControlLabel {
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 30%;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 110px;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}

h6, .uk-h6 {
    color: #ec2409;
    font-size: 16px;
    line-height: 18px;
}

.well {
    background: #444 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 30px !important;
}

html {
    background-attachment: scroll;
    background-color: #444;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    min-height: 100%;
}

h3, .uk-h3 {
    font-size: 18px;
    line-height: 33px;
}