
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}


.sf-menu li:before{
	position: absolute;
	content :"";
	background: #077c35;
	top: -200px;
	left: -10px;
	right: -10px;
	bottom: 210px;
	transition:.3s all;
}
.sf-menu ul li:before{
	content:none;
}

.sf-menu  li.current.active:before, .sf-menu  li:hover:before {
	
	top: -100px;
	bottom:-10px;
}


.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -14px;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	margin: 0 22px;
}

.sf-menu > li {
	float: left;
	margin: 0 22px;
}

.sf-menu > li:last-child {
	float: left;
	margin: 0 0 0 22px;
}

.sf-menu > li:first-child {
	float: left;
	margin: 0 22px 0 0px;
}


.sf-menu li.item-150.divider,
.sf-menu li.item-151.divider,
.sf-menu li.item-152.divider {
    display: none;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a, ul.footermenu a, .sf-menu span {
	display: block;
	position: relative;
	 /* fallback colour must use full shorthand */
	text-decoration: none;
	  /* IE7 */
	color: #fff;
	font-size: 25px;
	font-family: 'helvetica_ceregular';
	font-weight: normal;
	letter-spacing: 1px;
}
.langs-ar-AA .sf-menu a, .langs-ar-AA ul.footermenu a, .langs-ar-AA .sf-menu span {
    font-family: 'Almarai';
    font-weight: normal;
}
.sf-menu span {	
	cursor: context-menu;
}

.sf-menu ul li a {
	font-size: 20px;
	padding: 10px 6px 10px 20px;
	color: #fff !important;
	border-bottom: 1px solid #ffffff4d;
	background: url(../images/puce1.png) center left no-repeat;
}
.langs-ar-AA .sf-menu ul li a {
	padding: 10px 20px 10px 6px;
	background: url(../images/puce1.png) center right no-repeat;
}
.sf-menu ul li:hover a {	
	color: #e9e9e9 !important;
}

.sf-menu  li:hover a,
.sf-menu  li:hover span,
.sf-menu  li.current.active a,
footer .sf-menu  li.current.active a{
	color:#fff;
}

footer .sf-menu a, ul.footermenu a { color: #201f25; }
.is-sticky .sf-menu a,
.is-sticky .sf-menu span { color: #272525; }

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/

footer .nav{ display:table; }

.sf-menu {
	margin-bottom: 1em;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 /* no auto sub width for IE7, see white-space comment below */
	background: #077c35;
	padding-bottom: 2px;
	padding: 4px;
}

.langs-ar-AA .sf-menu ul {
	text-align:right;
	left: unset !important;
	right: -10px !important;
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*
	white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background: #077c3599;
	padding: 2px 3px 2px;
}

.sf-menu ul ul li {
	background: #262325;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

footer .sf-menu > li, ul.footermenu li {
	float: none;
	margin: 0 33px;
}

/*** 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: #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 */
}
/* 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; /* edit this to suit design (no rgba in IE8) */
	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;
}

@media screen and (max-width: 1538px){
	
.sf-menu a, .sf-menu span, ul.footermenu a {
    font-size: 22px;
}
	
}

@media screen and (max-width: 1440px){
.sf-menu a, ul.footermenu a, .sf-menu span {
    font-size: 21px;
	}	
.sf-menu > li { margin: 0 19px 0; }
.sf-menu > li:first-child { margin: 0 19px 0 0px; }	
.sf-menu > li:last-child { margin: 0 0px 0 19px; }		
}

@media screen and (max-width: 1366px){
	
.sf-menu a, ul.footermenu a, .sf-menu span {
    font-size: 20px;
	}	
.sf-menu > li { margin: 0 16px; }
.sf-menu > li:first-child { margin: 0 16px 0 0px; }	
.sf-menu > li:last-child { margin: 0 0px 0 16px; }	
}

@media screen and (max-width: 1260px){
.sf-menu > li { margin: 0 12px; }
.sf-menu > li:first-child { margin: 0 12px 0 0px; }	
.sf-menu > li:last-child { margin: 0 0px 0 12px; }		
.sf-menu a, ul.footermenu a, .sf-menu span {
    	font-size: 18px;
	}	
}

@media screen and (max-width: 1120px){
.sf-menu > li { margin: 0 8px; }
.sf-menu > li:first-child { margin: 0 8px 0 0px; }	
.sf-menu > li:last-child { margin: 0 0px 0 8px; }		
.sf-menu a, ul.footermenu a, .sf-menu span {
    	font-size: 16px;
	}	
}