@charset "utf-8";
/* CSS Document */
/*orange #EF5C34
*/
  body {
      position: relative;
	  background-color: #f2f2f2;
	  color: #6c6c6c !important;
	  overflow: hidden;
	  font-family: 'NassimArabicWeb', Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-size: 20px;

  }


/* Preloader */
h1
{
	color: #EF5C34 !important;
	font-family: 'NassimArabicWebBold';
/*	padding-top: 30%;*/
	font-size: 90px;
	font-weight: bold;
	line-height: 150%;
}
h2
{
	font-family: 'NassimArabicWebBold';
	font-size: 70px;
	color: #FFF;
	padding-top: 20vh;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 small
{
	color: #FFF;
}
h3
{
	font-family: 'NassimArabicWebBold';
	font-size: 60px;
	padding-top: 20vh;
	font-weight: bold;
}
 @font-face {
  	font-family: 'NassimArabicWeb';
  	src: url('../fonts/NassimArabicWeb-Regular.eot');
  	src: url('../fonts/NassimArabicWeb-Regular.eot?#iefix') format('embedded-opentype'),
  	     url('../fonts/NassimArabicWeb-Regular.woff') format('woff');
  	font-weight: normal;
  	font-style: normal;
  }
  @font-face {
  	font-family: 'NassimArabicWebSemibold';
  	src: url('../fonts/NassimArabicWeb-Semibold.eot');
  	src: url('../fonts/NassimArabicWeb-Semibold.eot?#iefix') format('embedded-opentype'),
  	     url('../fonts/NassimArabicWeb-Semibold.woff') format('woff');
  	font-weight: 600;
  	font-style: normal;
  }
  @font-face {
  	font-family: 'NassimArabicWebBold';
  	src: url('../fonts/NassimArabicWeb-Bold.eot');
  	src: url('../fonts/NassimArabicWeb-Bold.eot?#iefix') format('embedded-opentype'),
  	     url('../fonts/NassimArabicWeb-Bold.woff') format('woff');
  	font-weight: bold;
  	font-style: normal;
  }

p {
	font-family: 'NassimArabicWeb';
	font-size: 42px;
	line-height: 60px;
	font-weight: normal;
	font-style: normal;

	/* OpenType features: kerning, ligatures & contextual alternates */
	font-kerning: normal; /* CSS3 */
	-webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
	   -moz-font-feature-settings: "kern=1", "liga=1", "calt=1";	/* Firefox 4.0 to 14.0 */
	 -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1;	/* Firefox 15.0 onwards */
			font-feature-settings: "kern" 1, "liga" 1, "calt" 1;

	/* Make rendering look consistent across platforms */
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* */
p
{
	margin: 0 0 75px; 
}
.sections
{
	position: relative;
	height: 100vh;
	width: 100%;
}

section , .section, .sections > div
{
	width: 100%;
	height: 100vh;
	
	background-color: #f2f2f2;
	opacity: 1;

	position: absolute;
	font-size: 30px;
    line-height: 150%;

}
#home
{
	background: transparent url(../images/ch0.jpg) center top no-repeat;
	background-size: auto 100%;
}
.ch1_bg
{
	background: transparent url(../images/ch1.jpg) center top no-repeat;
	background-size: auto 100%;
	color: #fff !important;
}
.ch2_bg
{
	background: transparent url(../images/ch2.jpg) center top no-repeat;
	background-size: auto 100%;
	color: #fff !important;
}
.ch3_bg
{
	background: transparent url(../images/ch3.jpg) center top no-repeat;
	background-size: 100% 100%;
	color: #fff !important;
}

.section_inner
{
	position: relative;
}
.section_background
{
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100vh;
    position: absolute;
	overflow-x: hidden;
}
.section_text
{
	position: relative;
/*	text-shadow: 0 0 5px rgba(0,0,0,0.4);*/
	overflow-y:scroll;
	overflow-x: hidden;
	height: 100vh;
	padding: 20px;
/*	background: transparent url(../images/gradient.png) repeat-y right;*/
	
}
.section_text .container .row div
{
	min-height: 120vh;

	
}
.section_video
{
	margin: auto;
	padding: 0 !important;
	text-align: center;
}
/*
.sections .container-fluid
{
	padding-right: 0;
	padding-left: 0;

}
*/
.section h1
{
/*	margin-top: 300px;*/
/*	position: absolute;*/
	top: 30%;
}
h1 strong
{
	display: block;
}
#section1
{
	background-color: #000000
}
#section2
{
	background-color: #D30C0F
}

#section3
{
	background-color: #001301
}

#section4
{
	background-color: #586703
}

.callout {
    position: relative;
    overflow: hidden;
}
.video-bg,
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.video-overlay {
    background: rgba(0,0,0,0.5);
    pointer-events: none; /* Allows right clicking on the video to pause etc */
}
.video-bg video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.callout-inner {
    position: relative;
    text-align: center;
    margin: 50px 0; /* This adds some space around the video */
    color: #FFF;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
}


.fade-in-video {
    opacity: 0;
    transition: opacity 3s linear;
}
.fade-in-video.is-playing {
    opacity: 1;  
}

.rightmenu
{
	position: relative;
	background-color:#FFF;
	height: 100vh;
	font-family: 'NassimArabicWebBold';
	
}
.rightmenu a
{
/*	color:#000 !important;*/

	
}
.social
{
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
	text-align: center;
}
.social a, .mobilesocial a
{
	margin: 5px;
	color: #EF5C34 !important;

}

/*
.rightmenu:after
{
	height: 100vh;
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(0,0,0,0.6);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.6);
}
*/
.switcher-nav
{
	height: 50px;
	position:fixed;
	bottom: 20px;
	left: 50px;
	border-radius: 10px;
	display: block;
}
.switcher-nav a
{
	color: #EF5C34 !important;
}

.uk-offcanvas-content
{
	height: 100vh;
}
.uk-offcanvas-content button span
{
	color: #EF5C34 ;
	font-size: 18px;
}
.uk-offcanvas-bar a
{
/*	color: #FFF  !important;*/
	font-size: 18px;
}
.btn-orange
{
	background-color: #EF5C34  !important;
	color: #fff;
}
.section_text p:last-child
{
	margin-bottom: 100%;
}
.uk-subnav-pill>.uk-active>a
{
	background-color: #EF5C34 !important;
}
/*.rightmenu li .glyphicon*/
.rightmenu li span
{
	margin-left:5px;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}


subsection
{
	position: relative;
	height: 100vh;
	width: 100%;
}

subsection
{
	width: 100%;
	height: 100vh;
	opacity: 1;

	position: absolute;
	font-size: 30px;
    line-height: 150%;

}
ul.mainlist > li
{
	position: relative;
}
ul.mainlist > li:hover > ul
{
	display: block;
}

ul.mainlist > li > ul
{
	width: 220px;
	
	border-left: #EF5C34  solid 5px;
	display: none;
	position: absolute;
    left: -220px;
    z-index: 1;
    top: 0;
    
}

/*
ul.mainlist > li > ul li:first-child, ul.mobilemainlist > li > ul li:first-child
{
	display: none;
   
}
*/
.mobilemainlist .uk-active > a
{
	color: #fff !important;
}
ul.mainlist > li > ul:before
{
	color: #EF5C34;
	height: 100px;
	padding: 10px 20px 196px;
	font-size: 36px;
	width: 200px;
	text-align: center;
	display:block;
	content: '';
}
ul.mainlist > li > ul.ch1
{
	background: #FFF url(../images/ch1_icon.jpg) no-repeat 0 80px;
	top: -155px;
}
ul.mainlist > li > ul.ch1:before
{
	content: 'لبنان';
}

ul.mainlist > li > ul.ch2
{
	background: #FFF url(../images/ch2_icon.jpg) no-repeat 0 80px;
	top: -155px;
}
ul.mainlist > li > ul.ch2:before
{
	content: 'اليمن';
}

ul.mainlist > li > ul.ch3
{
	background: #FFF url(../images/ch3_icon.jpg) no-repeat 0 80px;
	top: -206px;
}
ul.mainlist > li > ul.ch3:before
{
	content: 'مصر';
}

.uk-offcanvas-bar
{
	background-color: white !important;
}
@media screen and (min-width: 768px) {
	video, .youtube-video
	{
		height: 100%;
	}
	.video-before, .video-after
	{
		height: 100px;
	}
	

}
@media screen and (max-width: 767px) {
	h1
	{
		font-size: 50px;
	}
	
	h2
	{
		font-size: 40px;
	}
	h3
	{
		font-size: 34px;
	}
	section
	{
		font-size: 24px;
	}
	.embed-responsive
	{
/*		margin-top: 30%;*/
	}
	.video-before
	{
		height: 50%;
	}
	.video-after
	{
		height: 40%;
	}
	.section_text p:last-child
	{
		margin-bottom: 100%;
	}
	p
	{
		font-size: 30px;
    	line-height: 140%;
	}
	
}
.javascript_note
{
	font-size: 34px;
	line-height: 200%;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
	color: #EF5C34;
	padding-top: 100px;
}
.logos
{
	padding-top: 50px;
}
.uk-offcanvas-close
{
	color: red !important;
    margin-top: -20px;
    margin-left: -20px;
}