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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 a,
.uk-link,  {
  color: #1cffcf; 
  }
  .uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li > a:hover {
	 color: #20c5c6 !important;
  }
  a {
	  color: #20c5c6;
  }
  a:hover {
	  color: #04a0a0;
  }
  .uk-text-primary {
	   color: #1cffcf !important; 
  }
  .tm-icon-plus, .tm-icon-arrow {
	  background-color: #C69948 !important; 
  }
  .uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
	  	  background-color: #C69948 !important; 
  }
.uk-button-success {
	background-color: #936510 !important; 
}
.uk-button-primary {
	background-color: #20c5c6 !important; 
	color: #fff;
}
.uk-button-primary:hover {
	background-color: #fff !important; 
	color: #20c5c6;
}
.uk-panel-box-primary a{
	color: #1cffcf !important;
}
.uk-panel-box-primary a:hover{
	color: #fff !important;
}
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
	background-color: #C69948 !important; 
}
/*
  .tm-page {
	  background: #001b3f;
  }
*/
  
/*
  .uk-navbar {
	  background: #002350;
	  
  }
  
  
*/
.tm-toolbar {
	background: #fff;
	border-bottom: 1px solid #C69948;
}

ul.uk-subnav.uk-subnav-line {
	font-style: normal;
}

nav.uk-navbar.tm-navbar {
	border-bottom: 1px solid #C69948;
}

/*
.uk-slideshow > .uk-active {
	width: 50%;
	height: 80%;
	margin: 0 auto;
	left: 25%;
}
*/