@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a,
#cssmenu2 #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;
  z-index:1;
}
#cssmenu2:after,
#cssmenu2 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu2 #menu-button {
  display: none;
}
#cssmenu2 {
  width: auto;
  font-family: 'TradeGothic-Light', sans-serif;
}
#cssmenu2.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu2.align-center ul ul {
  text-align: left;
}
#cssmenu2.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu2.align-right > ul > li {
  float: right;
}
#cssmenu2.align-right ul ul {
  text-align: right;
}
#cssmenu2 > ul > li {
  float: left;
}
#cssmenu2 > ul > li > a {
	font-family: 'TradeGothic-Light', sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	border-right:0px solid #333333;
}
#cssmenu2 > ul > li.border > a{
	border-right:0px solid #999999;
}
#cssmenu2 > ul > li:hover > a,
#cssmenu2 > ul > li > a:hover,
#cssmenu2 > ul > li.active > a {
    color: #9e1828;
}
#cssmenu2 > ul > li.has-sub > a {
   padding-right: 28px;
}
#cssmenu2 ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 20px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu2 ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu2 ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 0;
  height: 5px;
  border: 5px solid transparent;
  border-top-color: #8d0011;
}
#cssmenu2 ul > li.has-sub:hover > a:before {
  border-top-color: #8d0011;
}
#cssmenu2 ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu2 > ul > li > ul {
  top: 10px;
  padding-top: 8px;
  border-radius: 0px;
}
#cssmenu2 > ul > li:hover > ul {
  left: auto;
  top: 22px;
  opacity: 1;
}
#cssmenu2.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu2 ul ul ul {
  top: 40px;
}
#cssmenu2 ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu2.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu2 ul ul li a {
  width: 200px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  color: #c0c0c0;
  text-decoration: none;
  background: #27272d;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu2 ul ul li:hover > a,
#cssmenu2 ul ul li > a:hover,
#cssmenu2 ul ul li.active > a {
  color: #9e1828;
}
#cssmenu2 ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu2.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu2 ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu2 ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu2.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu2 ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu2.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}
@media all and (max-width: 900px), 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) {
  #cssmenu2 {
    width: 100%;
  }
  #cssmenu2 ul,
  #cssmenu2 ul ul,
  #cssmenu2 ul ul ul,
  #cssmenu2 > ul,
  #cssmenu2.align-center > ul,
  #cssmenu2 > ul > li > ul,
  #cssmenu2 > ul > li:hover > ul,
  #cssmenu2 ul ul li:hover > ul,
  #cssmenu2 ul ul ul li:hover > ul,
  #cssmenu2.align-right ul ul,
  #cssmenu2.align-right ul ul li:hover > ul,
  #cssmenu2.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #cssmenu2 ul ul li a {
  width: 280px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 200;
  color: #262626;
  text-decoration: none;
  background: #ee282f;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
  
  #cssmenu2 > ul > li:hover > a,
#cssmenu2 > ul > li > a:hover,
#cssmenu2 > ul > li.active > a {
	background: #;
    color: #9e1828;
	border-bottom:0px solid #ffc937;
}
  
  
#cssmenu2 > ul > li > a {
  padding: 20px 25px;
  
}
  
  
  
  
  
  #cssmenu2 ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu2 > ul > li > a,
  #cssmenu2 ul ul li a,
  #cssmenu2 ul ul li:first-child > a,
  #cssmenu2 ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu2 ul li a {
    padding-left: 12.5px;
  }
  #cssmenu2 ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu2 ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu2 ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu2 > ul > li.has-sub > a:after,
  #cssmenu2 > ul > li.has-sub > a:before,
  #cssmenu2 ul ul li.has-sub > a:after,
  #cssmenu2 ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu2 #menu-button {
    position: relative;
    display: block;
    padding: 20px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 13px;
    color: #000;
	text-align:right;
	padding-right:50px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu2 .submenu-button {
    position: absolute;
	z-index: 99;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    cursor: pointer;
  }
  #cssmenu2 ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu2 ul .submenu-button:after,
  #cssmenu2 #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #9e1828;
    box-shadow: inset 0 -1px 1px #9e1828, inset 0 2px 1px #9e1828;
    background-size: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu2 ul .submenu-button.submenu-opened:after,
  #cssmenu2 #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu2 ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu2 #menu-button:before,
  #cssmenu2 .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu2 ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu2 #menu-button.menu-opened:before,
  #cssmenu2 .submenu-button.submenu-opened:before {
    border-top-color: #fff;
  }
}
