/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li.uk-hover > a, .uk-navbar-nav > li.uk-visited > a, .uk-navbar-nav a {
	color:#4b4b4b !important;
}
.uk-navbar-nav a:hover {
	color:#787666 !important;
}

.tm-logo {
	float:right;
	margin-right:0;
}

.uk-dropdown-navbar {
	background: #787666 !important;
	color:#fff !important;
}

.uk-dropdown-navbar > li.uk-active > a, .uk-dropdown-navbar > li.uk-hover > a, .uk-dropdown-navbar > li.uk-visited > a, .uk-dropdown-navbar a {
	color:#fff !important;
}

.uk-dropdown-navbar a:hover {
	color:#fff !important;
	color:rgba(255, 255, 255, 0.75) !important;
}

.logo-strip {
	position:fixed;
	top:0;
	right:0;	
	width:316px;
	height:316px;
	background-image:url('../../../uploads/logo_strip.png');
	background-repeat:no-repeat;
	z-index:1000;
}

@media screen and (max-device-width: 960px) {
	.logo-strip {
		width:250px;
		height:250px;
		background-size:contain;
	}  
}