/* Small devices (phones, 767px and down) */
/* If the screen size is 767px wide or less, hide the element */
@media only screen and (max-width: 767px) {
  .small_hide {
    display: none;
  }
  ul, ol { margin-bottom: 0; }
  ul, ol { margin-left: 0; }
  ul, ol { margin-right: 0; }

  .sf-menu, .sf-menu * {
  	list-style: none;
  	text-decoration: none; 
		text-align: center;
  	color: #F5F4F3;
  }
	 #menu_icons ul li {
		list-style: none outside;
		display: inline-block;
		line-height: 42px;
		width: 62px;
		height: 42px;
		margin: 0 0 0 0;
		padding: 7px 0 0 0;
		color: #F5F4F3;
		text-align: center;
		text-decoration: none;
		background-image: url('/static/img/menu-background-icons.jpg');
		background-repeat: repeat-x;
		border-right: 2px solid #007422;
		border-left: 2px solid #fff;
	}
  .sf-menu li {
  	position: relative;
  }
  .sf-menu ul {
  	position: absolute;
  	display: none;
  	top: 100%;
  	left: 0;
  	z-index: 99;
  }
  .sf-menu > li {
  	float: inherit;
  	z-index: 99;
  }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  	color: #fff;
  	display: block;
  }
  .sf-menu a  {
  	display: block;
  	position: relative;
  	text-decoration: none; 
  	color: #F5F4F3;
  }
  .sf-menu a:visited {
  	display: block;
  	position: relative;
  	text-decoration: none; 
  	color: #F5F4F3;
  }
  .sf-menu ul ul {
  	top: 0;
  	left: 100%;
  }
}

/* Large devices (laptops/desktops, 768px and up) */
/* If the screen size is 768px wide or larger, hide the element */
@media only screen and (min-width: 768px) {
  .large_hide {
    display: none;
  }
  .sf-menu, .sf-menu * {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	text-decoration: none; 
  	color: #F5F4F3;
  }
	 #menu_text ul li {
		list-style: none outside;
		margin-bottom: 12px;
		display: inline-block;
		line-height: 29px;
		width: 186px;
		height: 29px;
		margin: 0;
		padding: 0;
		color: #F5F4F3;
		text-align: center;
		font-size: 110%;
		font-family: "PT Sans";
		text-decoration: none;
		background-image: url('/static/img/menu-background.jpg');
		background-repeat: repeat-x;
		border-right: 1px solid #007422;
		border-left: 1px solid #fff;
	}
  .sf-menu li {
  	position: relative;
  }
  .sf-menu ul {
  	position: absolute;
  	display: none;
  	top: 100%;
  	left: 0;
  	z-index: 99;
  }
  .sf-menu > li {
  	float: left;
  	z-index: 99;
  }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  	color: #fff;
  	display: block;
  }
  .sf-menu a  {
  	display: block;
  	position: relative;
  	text-decoration: none; 
  	color: #F5F4F3;
  }
  .sf-menu a:visited {
  	display: block;
  	position: relative;
  	text-decoration: none; 
  	color: #F5F4F3;
  }
  .sf-menu ul ul {
  	top: 0;
  	left: 100%;
  }
}