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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)   
and (orientation : portrait) {
.uk-navbar-nav > li > a {
  
	display: block;
  
	box-sizing: border-box;
  
	text-decoration: none;
  
	/* 1 */
  height: 70px;
  
	padding: 0 15px;
  
	line-height: 70px;
  
/* 2 */
  color: #818181;
  
	font-size: 17px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}
	}
}

