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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-navbar {
    padding-top: 20px;
}

h1, .uk-h1 {
    font-size: 36px;
    line-height: 60px;
	color: #293581;
}

h4, .uk-h4 {
    font-size: 18px;
    line-height: 32px;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 70px;
    padding: 0px 20px;
    line-height: 100px;
    color: #fc9f1c;
    font-size: 16px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

.tm-block-footer {
    padding: 60px 0px;
    background: #0e122c none repeat scroll 0% 0%;
    color: rgba(255, 255, 255, 0.4);
    text-transform: none;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
}

.uk-button {
    margin: 0px;
    overflow: visible;
    font-style: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 20px;
    background: #293581 none repeat scroll 0% 0%;
    vertical-align: middle;
    line-height: 34px;
    min-height: 34px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 500px;
    text-transform: uppercase;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    transition: background-color 0.3s ease-out 0s, #000 0.3s ease-out 0s, opacity 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #f5141a;
    color: #FFF;
    border-color: #f5141a;
}

.uk-button:hover, .uk-button:focus {
    background-color: #f5141a;
    color: #FFF;
    outline: medium none;
    text-decoration: none;
    border-color: transparent;
}

a, .uk-link {
    color: #e61f22;
    text-decoration: none;
    cursor: pointer;
}

.uk-navbar-nav:hover > li > a:hover {
    color: #e61f22;
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #0e122c none repeat scroll 0% 0%;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out 0s;
}

element {
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #e61f22 none repeat scroll 0% 0%;
    color: #FFF;
}