#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  z-index:1000;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family:'oswaldmedium';
}
#cssmenu > ul > li {
  float: left;
  background-image:url(bullets.png);
	background-repeat:no-repeat;
	background-position:center left !important;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  	padding:18px;
	padding-bottom:8px !important;
	padding-left:15px !important;
	padding-right:15px !important;
  	font-family:'oswald_regularregular';
  	font-size:15px;
  	text-decoration:none;
  	color:#000;
  	text-transform:uppercase;
	
}
#cssmenu > ul > li:hover > a {
	color:#e31e24;
	/*background-image:url(nav-hvr.png);
	background-repeat:no-repeat;
	background-position:bottom center !important;*/
}
#cssmenu .line{
	display:block;
	width:1px;
	font-family:'ubuntulight';
  	font-size:26px;
	color:#f1592a;
	line-height:60px;
	text-align:center;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu .line{ display:none !important; }
  #cssmenu ul {
    width: 100%;
    display: none;
	background:#e31e24; 
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(240, 90, 40, 0.6);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu > ul > li:hover > a {
	color:#000;
    border-bottom:none;
	background:none !important;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	font-size:14px;
	text-align:center;
	color:#fff;
	padding-bottom:15px !important;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 19px;
	font-family:'signikaregular';
    color: #e31e24;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
	text-indent:40px;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 25px;
    border-top: 3px solid #e31e24;
    border-bottom: 3px solid #e31e24;
	padding-bottom:4px !important;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 15px;
    right: 17px;
    display: block;
    height: 3px;
    width: 25px;
    background: #e31e24;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 3px;
    width: 15px;
    background: #e31e24;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #e31e24;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
