/*** 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: 99;
}
.sf-menu > li {
    float: left;
    height: 48px;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
    display: block;
}

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

/*** DEMO SKIN ***/
.sf-menu {
    height: 60px;
    width: 100%;
}
.sf-menu .sf-mega {
    background: #FFF;
	overflow: hidden;
	border: 1px solid #F4BA01;
    box-shadow: 0px px 8px rgba(0,0,0,.5);
    width: 100%;
	min-height: 468px;
	padding: 30px;
}
.sf-menu .sf-mega img {
	width: 100%;
}
.sf-menu > li > a {
    color: #FFF;
    font: 18px "Roboto Condensed",Arial,sans-serif;
    padding: 8px 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 44px;
}

.sf-menu > li > a:hover {
   color: #DFA800;
   cursor: pointer;
}
.sf-menu > li {
    -webkit-transition: background .2s;
    transition: background .2s;

}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

.sf-menu p {
    margin-bottom: -2px;
}

.sf-menu > li > a span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 31px;
    color: #9F1F63;
    display: block;
}

.left-border {
    
}

/*** mega menu dropdown 
.sf-mega {
  background: url("../images/page-overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
} ***/

.sf-mega {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
}
.sf-mega-section {

}
.sf-mega-section ul {
    margin: 0 20px;
}
.sf-mega-section i {
	padding-right: 8px;
}
.sf-mega-section li {
    background: url("../../images/icon_ft.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #ccc;
    margin: 5px 0;
    padding: 5px 0px 5px 10px;
	color: #666;
}

.sf-mega-section li a {
    font: 12px tahoma;
    margin: 5px 0;
	color: #666;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {

}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    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 */
}

.sf-mega-section li ul {
    margin: 0 0 5px 0;
    padding: 10px;
}

.sf-mega h2 {
    color: #666;
    font: bold 14px Tahoma;
    line-height: 24px;
    padding: 5px;
}

.sf-mega-section h2 a {
    color: #666;
}
.sf-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.navbar {
	z-index: 999 !important;
	margin: 0;
    border-bottom: 1px solid #F4BA01
}
#megamenu {
	background: #000;
}