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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 div.tm-top-block.tm-grid-block
 {
	 margin-top: -35px;
 }
 
 section.tm-top-a.uk-grid.tm-grid-block {
	 margin-top: 8px;
	 margin-bottom: 8px;
 }
 
 section.tm-top-b.uk-grid.tm-grid-block {
	 margin-top: 0px;
 }
 
 section.tm-bottom-a.uk-grid.tm-grid-block {
	 margin-top: -10px;
	 margin-bottom: -10px;
 }
 
 section.tm-bottom-b.uk-grid.tm-grid-block {
	 margin-top: -20px;
 }
 
 ul.uk-navbar-nav.uk-hidden-small img {
	 margin-top: -2px;
 }
/*
  ul.uk-navbar-nav.uk-hidden-small li:first-child a {
  	padding: 0px;
  }
*/
 
 body {
	 background: maroon;
 }
 
 .uk-navbar-nav > li.uk-active > a {
	 background-color: #fff;
color: #000;
background-origin: border-box;
/* 1 */
background-image: -webkit-linear-gradient(top, #fff, #fff);
background-image: linear-gradient(to bottom, #fff, #fff);
 }
 
 .uk-panel-box-primary {
	 background: #323232;
	 color: #fff;
 }
 
 .wk-gallery-avenue .caption {
	 width: 260px;
 }
/*
.uk-width-1-1 {
  margin-top: -20px;
} */