﻿html,body,form,div,span,a,ul,li,table,td,tr,img,h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
@font-face {
    font-family: DroidNaskh;
    src: url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}
body {
	text-align: right;
	font-family: DroidNaskh,Tahoma;
	font-size: 16px;
	background: #fff;
	direction: rtl;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
ol,ul
{
	list-style:none;
}
a,a:hover
{
	text-decoration:none;
}

h1,h2,h3
{
	font-weight:bold;
}
h1
{
	font-size:22pt;
}
h2
{
	font-size:20px;
	color:#17242a;
}
h3
{
	font-size:16px;
}
p
{
	text-align:justify;
}

input,select,textarea
{
	font-family:DroidNaskh;
	font-size:16px;
	float:right;
	direction:rtl;
	text-align:right;
}


.bodyBack {
	background: url(../img/siteBack.jpg) no-repeat;
	background-size: cover;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.header, .HeaderblackLine, .headerRedLine {
	width: 100%;
	position:relative;
}

.header {
	height: 145px;
}

.HeaderblackLine {
	height: 45px;
	background:#000;
	z-index:99;
}
.headerRedLine {
	height: 100px;
	background: #b81118;
}

.headerGreenSide {
	position:absolute;
	height: 145px;
	width: 110px;
	margin: 0 auto 0 0;
	dbackground: #00864b;
	left:0;
	top:0;
	z-index:100;
}

.HeaderblackLine img {
	height:30px;
	max-width:40px;
	margin:5px 8px;
}

.siteName {
	position: absolute;
	top: 8px;
	left: 160px;
	color: #d3d3d3;
	font-size: 16px;
	font-weight: bold;
}


.headerGreenSide img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	dborder: solid 3px #d3d3d3;
	box-shadow: 0 0 10px 2px #d3d3d3;
	margin: 20px 0 0 30px;
}

.header > .inside {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


.menuLnk {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 22px;
	color: #fff;
}

.menu {
	height: 60px;
	font-size: 16px;
	position: absolute;
	width: 100%;
	z-index: 99;
	text-align: right;
	right:0;
	top:40px;
}

.menuContainer {
	z-index: 101;
}

.menuContainer ul {
list-style-type: none;
padding: 0;
font-size: 12pt;
min-width: 650px;
width:100%;
}

.menuContainer li {
float: right;
height: 60px;
padding: 0;
position: relative;
width: 160px;
dbackground: #3aafa9;
}

	.menuContainer li:hover {
		background: linear-gradient(to top, #fff, transparent);
	}

.menuContainer li:last-child {
border-left: 0;
}

.menuContainer li a {
display: block;
color: #def2f1;
padding: 18px 0 0;
text-decoration: none;
text-align: center
}

.menuContainer li a:hover {
	dbackground-color: #1e2e98;
	dcolor:#666;
}

.menuContainer ul ul li a {
padding: 4px;
}

.menuContainer ul ul, .menuContainer ul ul ul, .menuContainer ul ul ul ul, .menuContainer ul ul ul ul ul {
display: none;
}

	.menuContainer ul ul li {
		display: block;
		width: 220px;
		float: none;
		margin: 0;
		padding: 0;
		height: 40px;
		margin-top: 1px;
		background: rgba(102, 102, 102, .9);
		background: rgba(0, 137, 75, 0.8);
		background: rgba(184, 17, 24, 0.8)
	}

.menuContainer ul ul li:first-child {
	dborder-top: 0;
	margin-top: 11px;
}

.menuContainer ul ul ul li:first-child {
dborder-top: 0;
margin-top: 0;
}

	.menuContainer ul ul li:hover {
		background: rgba(51, 51, 51, 0.9);
		cbackground: rgba(0, 137, 75, 0.9);
		cbackground: rgba(184, 17, 24, 0.9)
	}

.menuContainer ul ul ul li:first-child {
dborder-top: 0;
}

.menuContainer ul ul ul, .menuContainer ul ul ul ul, .menuContainer ul ul ul ul ul {
position: absolute;
right: 221px;
top: 0px;
}

.menuContainer li:hover > ul {
display: block;
}


.banner {
	width:100%;
	background:white;
	text-align:center;
	z-index:1;
}

.dvAbout {
	width:100%;
	background:#fff;
	z-index:10;
	padding:25px 0 50px;
}

.ttlBox {
	width:100%;
	height:58px;
	position:relative;
}

span.ttlBox_bg_right {
	border-bottom: 58px solid #b81118;
	border-right: 0px solid transparent;
	border-left: 15px solid transparent;
	border-top:0;
	height: 0;
	width: 0px;
	background: transparent;
	float:right;
}

span.ttlBox_bg_left {
	border-top: 58px solid #b81118;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	width: 0;
	background: transparent;
	float:right;
	display:inline;
	margin-right:-11px;
}

span.ttlBox_bg_body {
	height:43px;
	background:#b81118;
	float:right;
	padding:15px 8px 0 25px;
	color:white;
	font-size:12pt;
	font-weight:bold;
	min-width:150px;
}

.contntBx {
	padding:15px 8px;
}

.advncLnk {
	background: none;
	width: 100%;
	min-height: 300px;
	
}

.advncLnkItm {
	width: 350px;
	height: 350px;
	border-radius: 20px;
	border: solid 3px #b81118;
	margin: 15px;
	display: inline-block;
	background: rgba(256, 256, 256, 0.8);
	text-align: center;
	position:relative;

}

.advncLnkItm img{

	display:block;
	max-width:320px;
	max-height:280px;
	margin:5px auto;
	border-radius:5px;
}

.advncLnkItm_ttl a {
	display: block;
	height: 40px;
	text-align: center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding-top:20px;
	color:#000;
}

.advncLnkItm_ttl_back {
	width: 100%;
	height: 0;
	transition: height 0.15s;
	background: #b81118;
	position: absolute;
	bottom: -3px;
	left: 0;
	border-radius:0 0 20px 20px;
}

.advncLnkItm:hover .advncLnkItm_ttl_back {
	height:70px;
}

.whiteHorizentalBar {
	width:100%;
	height:50px;
	background:white;
}
.dvSlide {
	width: 100%;
	background: #969696;
	z-index: 10;
	height: auto;
}


.slideLftShade, .slideRghtShade {
	position: absolute;
	top: 0;
	height: 100%;
	width: 150px;
}

.slideLftShade {
	left: 0;
	background-image: linear-gradient(to right, #969696, transparent)
}

.slideRghtShade {
	right: 0;
	background-image: linear-gradient(to left, #969696, transparent)
}


.advncLnk_2 {
	background: #fff;
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	text-align:center;
	padding:40px 0;
}


.advncLnk_2_Itm {
	width:330px;
	height:350px;
	background:rgba(0, 137, 75, 0.3);
	border-radius:5px;
	margin:10px 15px;
	display:inline-block;
	position:relative;
}

.advncLnk_2_Itm:hover {
	background: rgba(0, 137, 75, 0.5);
}

	.advncLnk_2_Itm img {
		display: block;
		max-width: 320px;
		max-height: 260px;
		margin: 5px auto;
		border-radius:5px;
	}

.advncLnk_2_ttl a, .advncLnk_2_caption {
	display: block;
	height: 30px;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding-top: 0;
	color: #000;
	font-size: 12pt;
}

	.advncLnk_2_ttl a:hover {
		text-decoration:underline;
	}

	.advncLnk_2_caption {
		font-size: 11px;
		height: 50px;
		bottom: 0;
	}

.dvLnks {
	width: 100%;
	display: flex;
	background: #969696;
	padding: 30px 0 50px;
}

.dvLnks_itm {
	margin:20px 20px 0;
	display:inline-block;
	background:rgba(0,0,0,0.3);
	border:solid 1px #666;
	border-radius:25px;
	padding:6px 20px;
}

	.dvLnks_itm:hover {
		background: rgba(0,0,0,0.5);
	}
span.dvLnks_itm_bg_right {
	background: #b81118;
	height: 10px;
	width: 5px;
	transform: skew(-20deg);
	float: right;
	display: inline;
	margin: 20px 0 6px;
}

span.dvLnks_itm_bg_left {
	background: #b81118;
	height: 25px;
	width: 5px;
	transform: skew(-20deg);
	float: right;
	display: inline;
	margin: 5px 0 0;
}

a.topSocial img{
	max-height:30px;
	max-width:30px;
	margin:5px
}

span.dvLnks_itm_bg_body, .dvLnks_itm_bg_body a {
	height: 30px;
	float: right;
	padding: 2px 15px 0 25px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	min-width: 150px;
}

.dvLnks_itm_bg_body a:hover
{
    text-decoration:underline;
}
.dvContacts {
	width:100%;
	background:#fff;
	padding:30px 0 50px;

}

.dvContact_itm_Icn img {
	height: 30px;
	width: auto;
	vertical-align: text-bottom;
	margin: 0 0 0 10px;
}

.dvContact_itm_ttl{
	text-align:right;
	margin:0 10px;
}

.dvContact_itm_num {
	text-align:left;
	margin:0 10px;
	direction:ltr;
}

.dvMegaFooter {
	background:#333;
	width:100%;
	padding:30px 0;
	height:auto;
	display:flex;
}

.dvMegaAbout, .dvMegaLnk, .dvMegaContact {
	display:inline-block;
	min-height:450px;
	float:right;
}

.dvMegaAbout {
	width: 48%;
}

.dvMegaAbout > .contntBx {
	color:white;
}
.dvMegaLnk, .dvMegaContact {
	width: 24%;
}

	.dvMegaLnk a::before {
		content: " :: ";
		color:white;
	}
.dvMegaLnk a {
	display: block;
	color: #ffc300;
	margin:5px 20px;
	font-size:11pt;
}

.dvMegaLnk a:hover {
	text-decoration:underline;
}

.dvMegaContacts_itm {
	margin: 20px 20px 0;
	display: inline-block;
	color:gray;
}
.dvMegaContact_itm_Icn img {
	height: 30px;
	width: auto;
}

.dvMegaContact_itm_ttl {
	text-align: right;
	margin: 0 10px;
	font-size:11pt;
}

.dvMegaContact_itm_num {
	text-align: left;
	margin: 0 10px;
	direction: ltr;
	font-size:11pt;
}

.dvFooter {
	width: 100%;
	background: #b81118;
	border-top: solid 3px #00864b;
	min-height: 50px;
	font-size:11px;
	color:#eee;
	padding:30px 0;
}

 .alignRight {
	float:right;
}

.alignLeft {
	float: left;
}

	.alignLeft a {
		color:#666;
	}

	.inside {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

/*==============
 LightBox Start
================*/

/* Preload images */
body:after {
	content: url(../../public/img/close.png) url(../../public/img/loading.gif) url(../../public/img/prev.png) url(../../public/img/next.png);
	display: none;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

	.lightbox .lb-image {
		display: block;
		height: auto;
		max-width: inherit;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.lightbox a img {
		border: none;
	}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

	.lb-outerContainer:after {
		content: "";
		display: table;
		clear: both;
	}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../../public/img/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../../public/img/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

	.lb-nav a.lb-prev:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../../public/img/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

	.lb-nav a.lb-next:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

	.lb-dataContainer:after {
		content: "";
		display: table;
		clear: both;
	}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

	.lb-data .lb-details {
		width: 85%;
		float: left;
		text-align: left;
		line-height: 1.1em;
	}

	.lb-data .lb-caption {
		font-size: 13px;
		font-weight: bold;
		line-height: 1em;
	}

	.lb-data .lb-number {
		display: block;
		clear: left;
		padding-bottom: 1em;
		font-size: 12px;
		color: #999999;
	}

	.lb-data .lb-close {
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		background: url(../../public/img/close.png) top right no-repeat;
		text-align: right;
		outline: none;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}

		.lb-data .lb-close:hover {
			cursor: pointer;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
		}


/*==============
 LightBox Start
================*/



/*==============
 Gallery Start
================*/

.imgPhoto {
	cwidth: 555px;
	cheight: 372px;
	width: 780px;
	height: 520px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto
}

.imgPhoto img
{
	max-width:760px;
	max-height:480px;
	tborder:solid #999 1px;
	vertical-align:middle;
	text-align:center;
	padding:0;
	margin:0 auto;
}

.imgNext, .imgPrv
{
	width:15px;
	height:26px;
	background:url('../img/imgNav.png') no-repeat;
	cursor:pointer;
	position:absolute;
	top: 245px;
}

.imgPrv
{
	background-position: 0 -26px;
	left: -25px;
}

.imgNext
{
	background-position: 0 0;
	right: -25px;
	
}

.imgDescriptions
{
	position:absolute;
	top: 490px;
	width:680px;
	margin-left:30px;
}

.imgDescriptions div
{
	padding:4px 0px;
}

.imgPaging
{
	position:absolute;
	top:-20px;
	left:360px;
}

.imgOpName, .imgTtl
{
	width:50%; 
}

.imgOpName
{
	text-align:right;
	float:right;
}

.imgTtl
{
	text-align:left;
	float:left;
}

.imgDesc
{
	color:Gray;
	
	width:100%;
	text-align:left;
}

.smallImgContainer {
	margin:0 auto;
	text-align:center;
}

.smallImgContainer img {
	max-width: 180px;
	max-height: 180px;
	cursor: pointer;
	margin:30px 30px;
}


.smallImg {
	width: 140px;
	height: 110px;
	ctext-align: center;
	fvertical-align: middle;
	dfloat: left;
	display: block;
	margin: 10px 5px;
	fborder: solid 1px #f00;
}

.smallImg img
{
	max-width:140px;
	max-height:110px;
	
	cursor:pointer;
}

.smallImg img:hover
{
	border-left:solid 1px #9e9e9e;
	fborder-right:solid 1px #9e9e9e;
}


.galleryImg{
	width:100%;
	display:block;
	margin-bottom:10px;
}

.galleryImg img {
	max-width: 100%;
	
}

/*==============
 Gallery END
================*/


/*==============
slideContainer Start
================*/

.slideContainer {
	position: relative;
	margin:0; padding:0;
	overflow:hidden;
}

.slide {
	position: relative;
	margin:0;
	padding:0;
	
}

	.slide img {
		width:100%;
	}

.slide_info {
	position: absolute;
	width: 300px;
	max-height: 300px;
	bottom: 100px;
	left: 50px;
	z-index: 1;
	border-radius: 10px;
	padding: 12px;
	background: rgba(100%, 100%, 100%, 0.8);
	background: rgba(240, 240, 240, 0.9);
	text-align: left;
}

/*.slideContainer div:nth-child(even) .slide_info {
	right: 50px;
}*/

.slide_info h3 {
	color: white;
	color:#000;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
}

.slide_info p {
	font-size:11pt;
	color:#b1b1b1;
	color:#000;
	text-align:justify;
	direction:rtl;
	padding:10px 5px;
}

.slide_info a {
	border-radius: 10px;
	background: #ffc300;
	color: #000;
	padding:4px 8px;
	text-align:left;
}

.slide_info a:hover {
	background:#e6e6e6;
}

.dvSlideKey {
	height:100%;
	width:100px;
	position:absolute;
	top:0;
	cursor:pointer;
}

	.dvSlideKey:hover {
		background-color: rgba(220,220,220, 0.3);
	}

.arrowKeyNext, .arrowKeyBack {
	margin: 0 10px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/imgNav_2.png) no-repeat 0 0;
	width: 15px;
	height: 26px;
	dborder:solid 1px #f00;
	z-index:101;
}

.arrowKeyBack{
	background-position-y:-26px;
	left:0;
	right:auto;
}


.slideNext {
	right: 0;
}

.slideBack {
	left:0;
}
/*==============
slideContainer END
================*/


.displayNone {
	ddisplay: none;
}


.anim-spin{animation:w3-spin 0.5s 1 ease-out}@keyframes     w3-spin   {0%{transform:rotate(0deg) scale(0.2);}100%{transform:rotate(359deg) scale(1)}}
.anim-bounce{animation:w3-bounce 0.6s 1}@keyframes w3-bounce {0%{transform:scale(0.1, 0.1) translateY(0);}40%{transform:scale(1.1, 1.1) translateY(0);}55%{transform:scale(0.8 ,0.8) translateY(0);}68%{transform:scale(1.1,1.1) translateY(0);}80%{transform:scale(0.9 ,0.9) translateY(0);}92%{transform:scale(1.05,1.05) translateY(0);}100%{transform scale(1,1) translateY(0)}}
.anim-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.anim-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.anim-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.anim-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.anim-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.anim-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.anim-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.anim-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}

.closebtn
{
	position:fixed;
	right:230px;
	top:10px;
	font-size:14pt;
	color:#fff;
}

.mobile, .tablet
{
	display:none;
}

/* END Page*/
@media print {
    .noprint {
        display: none !important;
    }
}


/* largScreen version */
@media only screen and (min-width: 1200px) {
	
	#dvCenter
	{
		fwidth:calc(100% - 400px);
	}

	.inside {
		width: 1200px;
	}
}

/* largScreen version */
@media only screen and (max-width: 1200px) {
	.notLaptop{
		display:none;
	}

	.inside {
		width: 1000px;
	}

}

/* laptop version */
@media only screen and (max-width: 1025px) 
{
	
    .tablet {
        display: none;
    }


    
}

/* tablet version */
@media only screen and (max-width: 769px) {

	
	.notTablet{
		display:none;
	}

	.tablet{
		display:block;
	}

	.inside {
		width: 100%;
	}
    
}

/* mobile version */
@media only screen and (max-width: 481px) {

	.notMobile {
		display: none;
	}

	.mobile {
		display: block;
	}

	.inside {
		width: 100%;
	}
	.headerRedLine {
		height:auto;
	}

	.header {
		height: auto;
	}

	.HeaderblackLine {
		text-align:left;
	}

	.advncLnkItm {
		width:95%;
		margin:15px auto;
		display:block;
	}

	.advncLnk_2_Itm {
		width: 95%;
		margin: 15px auto;
		display: block;
		padding:8px 0;
	}

	.dvMegaAbout, .dvMegaLnk, .dvMegaContact {
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.dvFooter > .inside > .alignRight, .dvFooter > .inside > .alignLeft {
		float: none;
		display:block;
		text-align:center;
	}
	.menu {
		height: 100%;
		position: fixed;
		z-index: 99;
		top: 0;
		right: -3px;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		border-left: 2px solid #eee;
		background: rgba(184, 17, 24, 0.9);
		background: rgba(50, 50, 50, 0.9);
	}

	.menuContainer > ul {
		margin-top: 50px;
		width: 100%;
	}

	.menuContainer ul {
		height: auto;
	}

	.menuContainer li {
		background: none;
	}

		.menuContainer li:hover {
			background: rgba(40, 40, 40, 0.9);
		}

	.menuContainer ul li, .menuContainer ul ul li, .menuContainer ul ul ul li {
		float: none;
		display: block;
		width: 350px;
		height: auto;
		dborder-bottom: solid 1px #7e87c2;
	}

	.menuContainer ul ul li {
		background: none;
	}

	.menuContainer ul ul ul li {
		background: rgba(30, 30, 30, 0.9);
	}

	.menuContainer ul ul ul ul li {
		background: rgba(20, 20, 20, 0.9);
	}

	.menuContainer ul ul li a {
		text-indent: 10px;
	}

	.menuContainer ul ul ul li a {
		text-indent: 20px;
	}

	.menuContainer ul ul ul ul li a {
		text-indent: 30px;
	}

	.menuContainer li:last-child {
		border-bottom: 0;
	}

	.menuContainer li a {
		text-align: right;
		padding-right: 10px;
	}

		.menuContainer li a:hover {
			dbackground-color: #1e2e98;
		}

	.menuContainer ul ul li a:hover {
		background-color: inherit;
	}

	.menuContainer ul ul ul li:first-child {
		border-top: 0;
	}

	.menuContainer ul ul, .menuContainer ul ul ul, .menuContainer ul ul ul ul, .menuContainer ul ul ul ul ul {
		position: relative;
		right: 0;
		top: 0px;
	}

	.menuContainer li:hover > ul {
		display: block;
	}
}
