/*** ESSENTIAL STYLES ***/
.sf-menu {
font-size: 0px;
position: relative;
padding: 0;
margin-bottom: 0;
text-align:center;
width: 100%;
border-bottom: 0px solid #000;
border-top: 1px solid #ebebeb;
-webkit-transition:0.2s ease-out;
-moz-transition:0.2s ease-out;
-o-transition:0.2s ease-out;
transition:0.2s ease-out;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  /*float: left;*/
  font-size: 14px;
}
.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: 0px; width: 100%;*/}
.sf-menu > li {display: inline-block; text-align: left;}

.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  width: 100%; /* allow long menu items to determine submenu width */
}
.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: 15px 30px;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #333;
  font-size: 17px;
  font-weight: 400;
}

.sf-menu > li {
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: #D8152E;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
.sf-menu > li:hover a,
.sf-menu > li.sfHover a {color: #ffffff;}


/*** mega menu dropdown ***/
.sf-mega {
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  width: 100%;
}
.sf-mega-section {
  float: left;
  width: 12.5%; /* optional */
  padding: 0 0 20px 0;
  margin-right: 0;
  border-right: none;
}
.sf-mega-section img {max-width: 50%;}

.sf-mega ul {list-style-type: auto; margin: 0;padding-left: 0;}
.sf-mega li {margin-left: 0;}
.sf-mega h2 {font-size: 14px; color: #333; margin: 5px 0 15px 0;}
.sf-menu .sf-mega-section h2 > a {color: #333; font-weight: 700;}

.sf-mega .h2 {font-size: 14px; color: #333; margin: 5px 0 15px 0;font-family: 'Open Sans', sans-serif;font-weight: 500;line-height: 1.1;display:block;}
.sf-menu .sf-mega-section .h2 > a {color: #333; font-weight: 700;}

.sf-menu li .category-thumbnail {width: 100% !important; float: none; clear: both; overflow: hidden; padding-right: 0;}
.creator {color: #606060; margin-top: 0px; margin-bottom: 5px;}
.creator strong {color: #c90320;}

.sf-menu .sf-mega-section li {list-style: none; padding-bottom: 5px;}
.sf-menu .sf-mega-section li a {color: #888888; -webkit-transition:0.2s ease-out; -o-transition:0.2s ease-out; -moz-transition:0.2s ease-out; transition:0.2s ease-out;}
.sf-menu .sf-mega-section li a:hover {color: #333333; margin-left: 7px;}
.sf-menu .sf-mega-section li a:before {content: "\f105"; display: inline-block; font-family: "FontAwesome"; padding-right: 10px;}


/*** arrows (for all except IE7) **/
.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: #333; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(0,0,0,.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: #ffffff; /* IE8 fallback colour */
}
