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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-panel-header {
	 border-top: 50px solid #103f85;
	 padding-top: 0;
 }
 
 h3.uk-panel-title {
	 margin-top: -40px;
	 color: #fff!important;
 }
 .tm-search {
    margin-top: 5px;
	margin-right: 5px;
}
@media (max-width: 960px) {
.logoo img {
	margin-top: -200px;
}
.tm-page-bg .tm-container {
	padding-top: 50px;
}
}

.uk-navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.uk-navbar-nav > li {
    float: none;
	display: inline-block;
}
@media (min-width: 960px) {
.uk-search {
	position: absolute;
	margin-left: -183px;
	margin-top: -42px;
    float: right;
}
.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
    width: 160px;
}
input.uk-search-field {
    width: 160px;
}
}