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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-navbar { display: table; margin: 0 auto; }
 @media (max-width:400px){
 .tm-navbar {
 	margin-left: 0px;
 	margin-right: 0px;
 	
 }
  }
  @media (max-width:959px){
  
  .tm-header{
  	
 
  background: #ee3400!important;
      background: -moz-linear-gradient(left, #ee3400 0%, #ee3400 50%, #4b4b4b 51%, #4b4b4b 100%)!important;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ee3400), color-stop(50%,#ee3400)!important, color-stop(51%,#4b4b4b), color-stop(100%,#4b4b4b))!important;
      background: -webkit-linear-gradient(left, #ee3400 0%,#ee3400 50%,#4b4b4b 51%,#4b4b4b 100%)!important;
      background: -o-linear-gradient(left, #ee3400 0%,#ee3400 50%,#4b4b4b 51%,#4b4b4b 100%)!important;
      background: -ms-linear-gradient(left, #ee3400 0%,#ee3400 50%,#4b4b4b 51%,#4b4b4b 100%)!important;
      background: linear-gradient(to right, #ee3400 0%,#ee3400 50%,#4b4b4b 51%,#4b4b4b 100%)!important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3400', endColorstr='#4b4b4b',GradientType=1 )!important;
       }
       .tm-navbar {
       	background:
	   	#4b4b4b;
       }
        }
 .tm-header {
 	background: #fff;
 	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
 }