fo/* Megamenu */
.megamenu {
  display: inline-block;
  margin: 0 auto; 
}
.megamenu > li {
  float: right;
  padding: 7px 5px;
}
navv { margin-left:-3px; margin-top:7px; margin: 7px 0; }
.megamenu > li.is-active > a,
.megamenu > li[data-hover="mega"]:hover > a {
  background: rgba(0, 0, 0, 0.3);
}
.megamenu > li.is-active > a:after,
.megamenu > li[data-hover="mega"]:hover > a:after {
  opacity: 1;
}
.megamenu > li > a {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  font-weight: bold;
 text-transform: uppercase;
text-decoration-line: none;
  border-radius: 10px;
  color: #fff;
  height: 36px;
  line-height: 2.5em;
  margin: 0 4px 0 0;
  padding: 0 3px;
  display: inline-block;
  position: relative;
font-weight: normal;
font-family: 'Droid Arabic Kufi', serif;
letter-spacing: normal; 
font-size: 13px;
}
.megamenu > li > a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.megamenu > li > a:after {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  z-index: 9999;
  top: 43px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #001a66;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
}
/* Actual hover mega menues */
.mega {
  display: none;
  opacity: 0;
  background-color:#f1d63f;
  position: absolute;
  margin: 7px 0 0 0;
  width: 1000px;
  z-index: 9998;
  text-align: right;
}


.mega .inner {
  height: 310px;
  padding: 30px 20px 30px 40px;
}

.megamenu > li:hover > .mega, .megamenu > li.is-active > .mega {
  opacity: 1; display:block;
}
/* Mixins */
.sprite-ui {
  background: transparent url('../images/sprite-ui.png') 0 0 no-repeat;
}
.transition-all {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.transition-none {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.megamenu > li:nth-child(6){
		padding-right: 230px;
	}
.megamenu > li:nth-child(6) .mega{  width: 550px; }
.megamenu > li:nth-child(6) .mega .menu_sc_left{  border-right: 0px solid #d7bc2d; }

	
.menu_sc_left{ width:470px; height:100%; float:left; border-right:1px solid #d7bc2d; overflow:hidden; }
	.menu_sc_left img { float:left; padding-right:20px; width:200px; height:150px; padding-top:10px; }
	.menu_sc_left ol { float:left; width:250px; }
	.menu_sc_left h2 { font-family: 'Droid Arabic Kufi', serif; padding:0px; margin:0px 0px 10px; line-height:normal; font-size:20px; color:#363229; text-transform:uppercase; }
		.menu_sc_left p { font-size:15px; line-height:18px; }
.menu_sc_right{ width:450px; height:100%; float:right; overflow:hidden;  }
	.menu_sc_right li { font-family: 'Droid Arabic Kufi', serif; font-size:12px; text-transform:uppercase; border-bottom:1px solid #d7bc2d; padding:10px 0px;
	width:200px; display:inline-block; margin-left:20px;	}
	.menu_sc_right li a { color:#363229; font-size:13px; }
	.menu_sc_right li a:hover { color:#fff; }
	
	.menu_sc_left .read_more{ padding:10px 20px; background-color: #0066cc !important; color:#fff; text-transform:uppercase; font-size:12px; font-weight:bold; }


.login-mega{width: 800px; right:15%;}
.login-menu_right{width: 250px;}


.megamenu > li:nth-child(3)>.mega{ right:15%;}
.megamenu > li:nth-child(4)>.mega{ right:15%;}
.megamenu > li:nth-child(5)>.mega{ right:15%;}
.megamenu > li:nth-child(8)>.mega{ right:50%;}
 