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

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

.logo_cr_small {
	margin-top: -15px;
}

@media (max-width: 767px) {
	.uk-navbar {
	  background: #60701c;
	  color: #444444;
	  border: 1px solid rgba(0, 0, 0, 0.1);
	  border-bottom-color: rgba(0, 0, 0, 0.3);
	  border-radius: 0;
	  background-origin: border-box;
	  background-image: -webkit-linear-gradient(top, #60701c, #869b2b);
	  background-image: linear-gradient(to bottom, #60701c, #869b2b);
	  height: 40px;
	}
}

@media (min-width: 768px) {
	.uk-navbar {
	  background: #4261be;
	  color: #444444;
	  border: 1px solid rgba(0, 0, 0, 0.1);
	  border-bottom-color: rgba(0, 0, 0, 0.3);
	  border-radius: 0;
	  background-origin: border-box;
	  background-image: -webkit-linear-gradient(top, #4261be, #334d8b);
	  background-image: linear-gradient(to bottom, #4261be, #334d8b);
	  height: 33px;
	}
}

@media (max-width: 767px) }
	.uk-navbar-content,
	.uk-navbar-brand,
	.uk-navbar-toggle {
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  display: block;
	  /* height: 45px; */
	  padding: 15px;
	  float: left;
	  margin-top: -1px;
	  /* text-shadow: 0 1px 0 #ffffff; */
	}
}

@media (min-width: 768px) }
	.uk-navbar-content,
	.uk-navbar-brand,
	.uk-navbar-toggle {
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  display: block;
	  /* height: 45px; */
	  padding: 0 15px;
	  float: left;
	  margin-top: -1px;
	  /* text-shadow: 0 1px 0 #ffffff; */
	}
}