/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.66667;
	padding-top: 75px;
	color: #00010a;
}

a,
a:active,
a:focus { color: #f99305; }
a:hover {
	text-decoration: none;
	color: #bb7007;
}

em {
	color: #f99305;
}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #00010a;
}

h2, .uk-h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
}

h3, .uk-h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.uk-container {
	max-width: 90%;
	padding: 0 35px;
}

.tm-toolbar {
	background: #001f5f;
	margin-top: 0px;
	margin-bottom: 0px;
}

.logomenu { 
	background: #fff;
	border-bottom: 1px solid #b8b9b8;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	padding:0px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1;
	min-height: 57px;
}

.tm-headerbar { margin-top: 0px; }

.tm-logo img { 
	max-width: 250px;
	float: left;
}

.tm-navbar {
	background: #fff;
	margin-top: 0px;
	float: right;
}

.uk-navbar-nav > li > a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	height: 68px;
	padding: 0 15px;
	line-height: 68px;
	color: #00010a;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	border-top: 2px solid #fff;
}

.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li > a:hover {
	border-top: 2px solid #f99305;
	background: none;
}

.uk-subnav > li > a:hover {
	text-decoration: none;
	color: #bb7007;
}

.uk-subnav > .uk-active > * {
	color: #f99305;
}


.uk-dropdown-navbar {
	margin-top: 2px;
	background: #fff;
	color: #444444;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

.uk-nav li > a { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.uk-nav li > a:hover {
	background: #f99305;
	color: #fff;
}

.tm-top-b {
	padding: 0 20px;
	margin-top: -30px!important;
}

.tm-top-b .uk-panel {
	padding: 15px;
	background: #fff;
	border-top: 3px solid #f99305;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
}

.uk-article { 
	padding: 0px 20px;
	margin-bottom: 50px!important;
}

.uk-article-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	text-transform: none;
	color: #001f5f;
	text-shadow: 1px 1px 1px #8C8C8C;
	#border-bottom: 1px solid #f99305;
}

.footer_area { background: #001f5f; }

.tm-footer {
	position: relative;
	text-align: center;
	margin-top: 0px;
	padding-top: 35px;
	color: #fff;
}

.tm-footer a { color: #fff; }

.tm-logo-small {
    letter-spacing: -0.31em;
    top: -45px;
    position: relative;
}

.uk-navbar-toggle {
    font-size: 18px;
    color: #444444;
    text-decoration: none;
    margin-left: 30px;
}

.uk-subnav-pill > *:hover {
	background: none!important;
	color: #f99305;
}

.uk-subnav-pill > .uk-active > * {
	background: #fff;
	color: #f99305;
	border-bottom: 1px solid #f99305;
}

textarea.jsn-input-xlarge-fluid { min-height: 150px; }

.footer2 { display: none; }

.ul-list li { 
	list-style: none;
	margin-top: 20px;
 }