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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .uk-panel-box{
	 background:rgba(34, 34, 34, 0.6);
 }
 .uk-panel-box .uk-panel-title{
	 color:#e0c95f;
	 font-size:32px;
 }
 .tm-background::after{
	 background-image:linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 70%, #333131 100%);
 }
 h4, .uk-h4{
	 font-size:28px;
 }
 .uk-panel-box-primary.tm-panel-icon > i{
	 background:none;
	 color:none;
 }
 .tm-panel-icon[class*="uk-panel-box-"] > i::before{
	 font-size:35px;
 }
 .tm-panel-blank{
	 color:#fff;
 }
 .tm-panel-blank h1, .tm-panel-blank h2, .tm-panel-blank h3, .tm-panel-blank h4, .tm-panel-blank h5, .tm-panel-blank h6{
	 color:#e0c95f;
 }
 .uk-panel-box{
	 color:#eee;
 }
 hr{
	 border-color:#e0c95f;
	 border-style:dashed;
 }
 .uk-article-title{
	 text-align:center;
 }
 .tm-isblog .uk-article{
	 background:rgba(34, 34, 34, 0.6) none repeat scroll 0 0;
 }
 .uk-article-title, h3, .uk-h3{
	 color:#e0c95f;
 }
 @media (max-width: 767px) {
	 .uk-navbar-brand{
		 height:140px;
	 }
 }
 h1, h2, h3, h4, h5, h6{
	 color:#fff;
 }
 .uk-table-striped tbody tr:nth-of-type(2n+1){
	 color:#e0c95f;
	 font-family:"kaushan script";
	 font-size:20px;
 }
 .tm-toolbar-center::before{
	 background:none;
 }
  @media (max-width: 767px) {
  .uk-navbar-center{
	 max-width:70%;
 }
 .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle{
	 padding:0 10px;
 }
 .tm-navbar-space .tm-navbar{
	 margin-bottom:0px;
	 margin-top:20px;
 }
}