/* Component styles */
html {}
body {
    direction:rtl;
    text-align:justify;
	color: #616161;
	height: 100%;
	line-height: 1.5em;
	margin:0px;
	padding:0px;
    font-family: "DroidArabicKufi","BYekan",tahoma;
    font-size:16px;
}
@font-face {
	font-family: "fontawesome-webfont";
	src: url("/font/fontawesome-webfont.eot");
	src: url("/font/fontawesome-webfont.eot#iefix") format("embedded-opentype"),
			url("/font/fontawesome-webfont.woff") format("woff"),
			url("/font/fontawesome-webfont.ttf") format("truetype"),
			url("/font/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DroidArabicKufi";
	src: url("/font/DroidArabicKufi.eot");
	src: url("/font/DroidArabicKufi.eot#iefix") format("embedded-opentype"),
			url("/font/DroidArabicKufi.woff") format("woff"),
			url("/font/DroidArabicKufi.ttf") format("truetype"),
			url("/font/DroidArabicKufi.svg#boundary") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "danstevis";
	src: url("/font/danstevis.eot");
	src: url("/font/danstevis.eot#iefix") format("embedded-opentype"),
			url("/font/danstevis.woff") format("woff"),
			url("/font/danstevis.ttf") format("truetype"),
			url("/font/danstevis.svg#danstevis") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BYekan";
	src: url("/font/BYekan.eot");
	src: url("/font/BYekan.eot#iefix") format("embedded-opentype"),
			url("/font/BYekan.woff") format("woff"),
			url("/font/BYekan.ttf") format("truetype"),
			url("/font/BYekan.svg#BYekan") format("svg");
	font-weight: normal;
	font-style: normal;
}
header {
	background-color: #333;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 100%);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.4rem;
	overflow: hidden;
	padding:0;
	position: relative;
	width: 100%;
	height:vh;
	transition: all .25s ease-in-out;
}
	header:before {
		background-image:
			linear-gradient(115deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.05) 50%, rgba(255,255,255,0) 50%),
			linear-gradient(to left, #00559d 0%, #2a9ee7 100%);
		content: "";
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: all .25s ease-in-out;
	}
	header:hover:before {
		opacity: 1;
	}
	header > div {
		position: relative;
	}
	header h1 {
		font-weight: bold;
		font-size: 2em;
		line-height: 1em;
		margin: 0 0 .5rem 0;
		text-align: center;		
	}
	header .byline {
		color: rgba(255,255,255,.75);
		display: block;
		font-family:"DroidArabicKufi",tahoma;
		font-size: 1.2em;
		font-style: italic;
		text-align: center;
	}
	header #skip {
		border: none;
		display: block;
		position: absolute;
		bottom: 1.5rem;
		left: 0;
		right: 0;
		height: 1.5rem;
		z-index:99;
	}
		#skip svg {
			display: block;
			margin: 0 auto;
			width: 3rem;
			height: 1.5rem;
		}
		header #skip svg path {
			fill: rgba(255,255,255,.75);
		}
		#skip svg path {
			fill: rgba(0,85,156,.75);
		}
.filler {
	color: #999;
	font-family: "Blokk", Arial, sans-serif;
}
.message {
	background-color: #FDC68A;
	border-left: .75rem solid #F26C4F;
	padding: .75rem 1.5rem;
	font-size: .85rem;
}
	.message a:hover {
		border-color: rgba(0,0,0,.5);
		color: rgba(0,0,0,.5);
	}
	.message.note {
		background-color: #7BCDC8;
		border-color: #00A99D;
	}
hr {
	border: none;
	border-top: .125rem solid #ddd;
	margin-bottom: 1.375rem;
}
a {
	border-bottom: 2px solid #333;
	color: #333;
	text-decoration: none;
	transition: all .125s ease-in-out;
}
	a:hover {
		border-bottom-color: #4a7298;
		color: #4a7298;
	}
ul {
	margin-top: -.75rem;
}
pre {
	display: block;
	width: 100%;
}
code {
	background-color: rgba(0,0,0,.125);
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	display: inline-block;
	margin: 0 .125rem;
	padding: 0 .25rem;
}
	pre code{
		display: block;
		padding: .5rem 1rem;
	}

/* Main */
main {
	margin: 0 16.66667%;
}
main section {
	border-bottom 1px solid #ccc;
	margin-bottom: 1.5rem;
	padding: 1.5rem 0;
}

.fluidbox {
	outline: none;
}
#fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 500;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	z-index: 400;
	transition: all .25s ease-in-out;
}
	.fluidbox-opened .fluidbox-wrap {
		z-index: 600;
	}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}

/* Media queries, unrelated to functionality of Fluidbox */
@media only screen and (max-width: 768px) {
	header {
		max-height: 500px;
	}
	.cards {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
	}
	.demo a[class^='float'] {
		width: 50%; 
	}
}
@media only screen and (max-width: 600px) {
  .demo .gallery a,
  .demo .gallery a[class^='col'] {
    margin-bottom: .5rem;
    width: 100%;
  }  
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
  .message {
    border: 0;
    border-top: .75rem solid #F26C4F;
  }
  .demo a[class^='float'] {
    float: none;
    margin: 0 0 1rem 0;
    width: 100%;
  }
}


#lb{-moz-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;-khtml-user-select:none;user-select:none;z-index:4;
background:url(./images/bg.jpg) top left repeat-y;position:absolute;width:56px;box-shadow:0 -22px 22px rgba(0,0,0,0.4);-moz-box-shadow:0 -22px 22px rgba(0,0,0,0.4);-webkit-box-shadow:0 -22px 22px rgba(0,0,0,0.4)}
#lnav{font-family:'Gotham medium';font-size:10px;text-align:center;width:100%;float:left;margin:260px 0;}
#lnav li{width:100%;float:left;border-bottom:1px solid #989797}
#lnav li:first-child{border-top:1px solid #989797}
#lnav li a{background:url(../images/sprite-l.jpg) no-repeat;color:#989797;height:92px;width:56px;display:block}
#lnav li.active a,#lnav li a:hover{color:#005182}#lnav li.ln1 a{padding-top:62px;height:30px;background-position:0 0}#lnav li.ln1.active a,#lnav li.ln1 a:hover{background-position:0 -92px}
#lnav li.ln2 a{padding-top:60px;height:32px;background-position:-56px 0}#lnav li.ln2.active a,#lnav li.ln2 a:hover{background-position:-56px -92px}
#lnav li.ln3 a{padding-top:50px;height:42px;background-position:-112px 0}#lnav li.ln3.active a,#lnav li.ln3 a:hover{background-position:-112px -92px}	







.clearout {
height:20px;
clear:both;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    border:1px solid #ccc;
margin-bottom:10px;	
    direction:ltr;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
