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

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



/* 


___ --- Type --- ___ */

a {
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h2, h3, h4, h5, h6 {
	margin-top: 40px;
}
b, strong {
	font-weight: bold;
	font-weight: 600;
}
a.uk-button {
	border-radius: 3px;
	text-transform: uppercase;
}
.uk-panel-box-secondary a:hover.uk-button {
	background:rgba(255,255,255,0.3);
}
.uk-form input[type="text"] {height:auto;}
/* 


___ --- Global --- ___ */

.uk-container {
	padding: 0;
	background-color: #ffffff;
	box-shadow: 0 0 5px #666;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}
.uk-panel-box, .uk-panel-space {
	max-width: 1220px;
	margin: 0 auto;
}
.uk-panel-box {
	border: solid 1px #ccc;
}
.uk-panel-box-primary, .uk-panel-box-secondary {
	border: none;
}
.nd-limiter, .tm-headerbar, .tm-toolbar {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}
.nd-limiter .tm-bottom-b {
	overflow-x: hidden;
}
/* 


___ --- Header --- ___ */

.vr-headerbg {
	display: table;
	width: 100%;
	background-color: #839FA9;
	margin-bottom: 20px;
}
.tm-toolbar {
	margin-top: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.tm-toolbar .uk-subnav > * > :hover, .tm-toolbar .uk-subnav > * > :focus {
	color: #ffffff;
}
.uk-search:before {
	top: 5px;
}
input.uk-search-field {
	font-size: 0.8em;
}
.tm-headerbar .uk-panel {
	max-width: 100%;
	float: left;
}
.uk-navbar {
	padding: 0;
	margin-bottom: 0;
}
.uk-navbar-nav > li {
	/*border-right: solid 1px #ffffff;*/
	margin-bottom: -1px;
}
.uk-navbar-nav > li:last-child {
	border-right: none;
}
.uk-navbar-toggle {
	display: table;
	height: 20px;
	width: 20px;
	padding: 20px 0;
	font-size: 20px;
}
.uk-dropdown-navbar {
	padding-bottom: 10px;
	border:solid 1px #6A8C98;
	border-top:none;
}
.uk-navbar-nav > li:last-child .uk-dropdown-navbar {display:none;}
.vr-socnet {
	clear: both;
	font-size: 1.4em;
	padding-top: 10px;
}
.vr-socnet a {
	color: #ffffff;
}
.tm-toolbar .vr-socnet .uk-subnav > * > :hover, .tm-toolbar .vr-socnet .uk-subnav > * > :focus {
	color: #cc6600;
}
.uk-navbar-flip .uk-navbar-content {
	padding: 0;
}
.uk-navbar-nav .uk-nav-header {
	display: none;
}
.uk-offcanvas .uk-nav-header {
	display: none;
}
.uk-offcanvas .nav-child {
	margin-left: 20px;
	margin-bottom: 10px;
}
/* 


___ --- Top A --- ___ */

.tm-top-a {
	background-color: #f5f5f5;
}
/* 


___ --- Main --- ___ */

.tm-middle {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tm-main-top .uk-overlay {overflow:visible;}
article {
	border-bottom: solid 1px #839fa9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
article:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
hr.vr-orangeSplit {
	border: none;
	margin: 0;
	padding: 0;
	border-top: solid 2px #cc6600;
	margin-top: 20px;
	margin-bottom: 30px;
}
article li {
	padding-bottom: 5px;
}
.uk-nav-header {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.uk-nav-side > li.uk-active > a.uk-nav-header {
	background: none;
}
.uk-pagination {
    text-align: left;
    background-color: #cc6600;
}
/* 


___ --- Bottom B --- ___ */

.uk-grid-divider > *, .uk-grid-divider:not(:empty) {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.tm-bottom-b a {
	color: #ffffff;
}
/* 


___ --- Footer --- ___ */

.nd-footer-bg {
	background-color: #839FA9;
	padding-top: 20px;
	margin-top: 20px;
}
footer.tm-footer {
	background-color: #839FA9;
	color: #c6c6c6;
	font-size: 0.75em;
	margin: 0;
	padding: 10px;
}

/* 


___ --- Responsive --- ___ */


@media (max-width: 767px) {
.uk-container {
	box-shadow: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.tm-navbar {
	margin: 0;
}
.uk-navbar {
	background: #839FA9;
}
.uk-navbar-content {
	height: 60px;
}
}
