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

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

.tm-page {
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 90%;
}

.uk-navbar {
    background: none;
    color: #ffffff;
    padding: 40px;
}

.uk-navbar-nav > li > a {
    -moz-box-sizing: border-box;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    padding: 0 20px;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out 0s;
}

.uk-navbar-brand {
    background: none;
    height: 105px;
    margin: -35px 35px -35px -35px;
    padding: 0 0px;
}

.tm-block-black {
    background-color: none;
}
.tm-bottom {
    padding-bottom: 40px;
    padding-top: 0px;
}

#eblog-wrapper #ezblog-head h1 {
    border: 0 none !important;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.tm-bottom .uk-panel:not([class*="uk-panel-box"]), .tm-bottom .uk-panel:not([class*="uk-panel-box"]) li a {
    color: #ACE3E9;
}

h3, .uk-h3 {
    font-size: 20px;
    line-height: 28px;
}

.uk-panel-box-secondary {
    background-color: #F8FBFC;
	border: 1px solid #3E4145;
    color: #3E4145;
}

.uk-panel-box-secondary .uk-panel-title {
    color: #3E4145;
}

body {
    color: #3F4044;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: 24px;
}

.uk-button {
    background: none repeat scroll 0 0 #0097C9;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    letter-spacing: normal;
    line-height: 30px;
    min-height: 30px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out 0s;
    vertical-align: middle;
}

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