/*** ESSENTIAL STYLES ***/
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: -1;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}

.sf-menu > li > a {
  display: block;
  position: relative;
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
.sf-menu .sf-mega {
  width: 731px; /* allow long menu items to determine submenu width  width: 700px; */
  position:absolute; top:0px; 
  min-height:300px;
 /* left:257px; */
 margin-left:228px; 
}
.sf-menu > li > a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255,255,255,.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #13a;
  z-index:1;
}
.sf-menu > li {
  background: #EDEBEC;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: #fff;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** mega menu dropdown ***/
.sf-mega {
  background-color: #fff;
  padding: 0em;
  box-sizing: border-box;
  width: 100%;
  border:1px solid #6F096C;
}
.sf-mega-section {
  float: left;
  width: 225px; 
  /*margin: 5px;  optional */
}

.sf-mega-section h2 { float:left; width:225px;margin:3px 38px;padding: 0;text-transform: uppercase; }
.sf-mega-section h2 a { font-size:12px;font-weight:700; color:#6F096C;border:none; padding:0;margin-top:5px;margin-bottom:5px; }
.sf-mega-section h2 a:hover { color:#757821; }
.sf-mega-section ul li a { color:#000; border:none; padding:0px 0px 3px 19px; font-size:12px; font-weight:300; }
.sf-mega-section ul li a:hover { color:#fff;}

/*
.sf-mega-section h2 { float:left; width:225px;margin:5px 0; }
.sf-mega-section h2 a { font-size:14px; font-weight:700; color:#6F096C;border:none; padding:0; margin:5px 17px; }
.sf-mega-section h2 a:hover {  color:#757821; }
.sf-mega-section ul li a {  background:url(../images/bullet.png)no-repeat center left;  color:#000; border:none !important; padding:0px 0px 3px 19px; font-size:12px; font-weight:300; }
.sf-mega-section ul li a:hover { background:#000 url(../images/bullet_hover.png)no-repeat center left;  color:#fff;}

*/

.sf-mega-section ul { margin:0 auto; padding:0; width:175px; border:none; }
.sf-mega-section ul li { float:left; width:175px; }
.sf-mega-section ul li:hover { float:left; width:175px;  }
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}

/*
@media only screen 
and (min-device-width: 1025px) and (max-device-width: 1280px) {
.sf-menu .sf-mega { margin-left:384px; }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
.sf-menu .sf-mega { margin-left:256px;
}
@media only screen 
and (min-device-width: 1281px) and (max-device-width: 1360px) {
.sf-menu .sf-mega { margin-left:427px; }
} */