/************************************************************************************
NAV
*************************************************************************************/
/*** ESSENTIAL STYLES ***/
#nav-wrap{float: right;}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	/*position: absolute;
	display: none;*/
	top: 100%;
	left: 0;
	z-index:9999999999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width:250px; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu li {display:block; float:left; padding:0 20px; background:url(../images/divider.png) right 20px no-repeat;}
.sf-menu li:last-child{ background:none; padding-right:0px;}
/* nav link */
.sf-menu a {color:#440228; display:block; font-size:13px; letter-spacing:1px; text-transform:uppercase; font-weight:400; font-family: 'Oswald', sans-serif; padding:15px 5px 0; text-decoration:none;}
.sf-menu a:hover {color:#8c0062;}
.sf-menu a.active{color:#8c0062;}

.sf-menu li ul{ background:rgba(0, 0, 0, 0.9); position: absolute; left: 0; top: 100%;}
.sf-menu li ul li{ text-align:left; display:block; float:none; padding:0; border-bottom:1px solid #333; background:none;}
.sf-menu li ul li a{ text-align:left; display:block; float:none; color:#fff; padding:8px 15px; font-family: 'Open Sans', sans-serif; font-size:14px; text-transform:inherit; letter-spacing:0; font-weight:500;}
.sf-menu li ul li a:hover{ background:#000;}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 30px;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows a.sf-with-ul:after {
	content: '';
	position: absolute;
	top: 48%;
	right: 1em;
	margin-top:6px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #000; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0,0,0,.9);
	margin-right: -7px;
}

.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: #000; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
/*.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; 
	border-left-color: rgba(255,255,255,.5);
}*/
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

 
/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width:1400px) {
.sf-menu li{padding: 0 10px;}
.sf-menu a{ font-size:14px;padding:15px 10px;}
.sf-arrows .sf-with-ul:after{margin-top:-2px;}
.sf-arrows a.sf-with-ul::after{top: 34%;}    
}

@media screen and (max-width:1300px) {
.sf-menu li{padding: 0 12px;}
.sf-menu a{ font-size:13px;padding:15px 6px;}
}

@media screen and (max-width:1200px) {
.sf-menu li{padding: 0 10px;}
}

@media screen and (max-width:1100px) {
.sf-menu li{padding: 0 12px;background:url(../images/divider.png) right 14px no-repeat;}
.sf-menu a{font-size: 12px; padding:9px 4px;}
}

@media screen and (max-width:1000px) {
.sf-menu a{font-size: 11px; padding: 9px 2px 5px;}
.sf-menu li{padding: 0 10px;}
}

@media screen and (max-width:900px) {
.sf-menu li{background:none; padding: 0 4px;}
.sf-menu a{font-size: 11px; padding:8px 2px 6px;}
#main-nav-container.fixed .logo-block{ width:28%;}
}

@media screen and (max-width:767px) {
	#navigation{ clear:both; float:none;  position:absolute; border-radius:0 0; padding:0 0;  z-index:111;  }
	
 
        /* nav-wrap */
        #nav-wrap {
                position: absolute; z-index:9000000;height:0; top:25px; right:0px; width:100%; float:none;
        }
 
        /* menu icon */
        #menu-icon {
			background:url(../images/menu_icon.png) 0% 0% no-repeat; display:block; width:35px; height:25px; text-indent:-9999999em; padding:0; overflow:hidden; margin-right:15px; float:right; cursor:pointer; margin-top:5px;
        }
        #menu-icon:hover {
              
        }
        #menu-icon.active {
                background:url(../images/menu_close.png) center center no-repeat;
        }
 
        /* main nav */
		.sf-menu ul{display:none; visibility:visible!important; z-index:115; background:#000;}
        .sf-menu {background: #934c7a; clear: both; display: none; padding:0; position: absolute; top:32px; width: 100%; z-index: 116;}
        .sf-menu li {
                clear: both;
                float: none;
                margin:0; border-bottom:1px solid #e8e8e8 !important;
				width:100%;
				text-align:left; padding-right:0px !important;
				padding-left:0px !important;
        }
        .sf-menu a,
        .sf-menu ul a {
                font: inherit; color:#fff;
                background: none; border-bottom:none;
                display:block; padding:8px 3%; letter-spacing:0; margin:0; border-radius:0px;
                 width:100%; text-align:center;
        }
        .sf-menu a:hover,
        .sf-menu ul a:hover {
                background:#530C3A !important;
                color:#fff !important; border-bottom:none !important;  border-radius:0px;
        }
 .sf-menu a.active{ background:#530C3A !important; border-bottom:none !important; color:#fff !important;
}
        /* dropdown */
        .sf-menu ul {
                width: auto;
                position: static;
                display: block;
                border: none;
                background: inherit;
				margin:0;
				padding:0px;
        }
        .sf-menu ul li {
                 padding:0px !important; width:100%;
				margin:0px !important;
        }
		.sf-menu ul li a{ font-size:15px !important; color:#fff !important;
        } 
		.sf-menu li ul li a{ font-size:15px !important; color:#fff !important;}
		.sf-menu li ul li { width:100%; border-right:0px;}
		ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
        left:0; margin-top:0;
}
.sf-menu li ul li a{ text-align:center; color:#fff;}
}
 
@media screen and (min-width: 800px) {
 
        /* ensure #nav is visible on desktop version */
 
}

.sf-menu ul ul {
  top: 50px!important;
}

.sf-arrows .sf-with-ul{
	padding-bottom: 10px!important;
}

.sf-arrows a.sf-with-ul::after {
top: 40%!important;

}