/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
@font-face
{
font-family:fonty;
src: url('../fonts/GE_SS_Two_Light.otf');
src: url('../fonts/GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/GE_SS_Two_Light.ttf') format('truetype'),
url('../fonts/GE_SS_Two_Light.svg#AftaserifRegular') format('svg');
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/****end reset*****/
input::-moz-focus-inner { 
  border:0; outline:0; 
}
a, a:hover, a:active, a:focus, table td {
  border:0; outline:0;
}
html {height:100%; margin: 0;}
body{
 	font-family:Arial, Helvetica, sans-serif;
	height:100%;
    margin: 0;
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  
  -webkit-animation:fadeIn ease-in 1;  
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards; 
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.page {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.wrap{
	width:80%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.sub-nav {
	/*width:100%;*/
	height:25px;
	margin:0 auto;
	transition:all .2s linear;
	background:#585858; padding:5px 5px 5px 3px;
	direction:rtl; 
}
.btn-primary , .btn-success{border-radius: 40px !important;}
.sub-nav a{
	display:inline-block; width:auto; height:auto;
	color:#FC0; float:right; margin:6px 1px;
	font-family:fonty; text-align:right; font-size:13px;
}
.sub-nav a:hover{ color:#FC0;}
i.ion-android-arrow-dropleft{ padding-top:5px; color:#FFF; float:right; margin:0px 5px;}

.wrapper {
  /*min-height: 100%;
  margin-bottom: -58px;*/
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
}
.footer-log,
.push {
  height:58px;
}
.removeafter:before, .removeafter:after { 
    content:none !important;
}
span.myborder {display:block; width:98%; margin:5px auto; border-bottom:1px dashed #666666; height:3px;}
.inboxMsg {
	display: block;
    width: 90%;
    margin: 15px auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #d0e6f5;
}
.inboxPart {display: block;font-family:fonty; text-align:right; font-size:13px;margin: 10px 10px;direction: rtl;}
.inboxBody{font-family: tahoma;text-align: right;direction: rtl;margin: 10px auto; padding: 10px;border-radius: 10px;
    background-color: #7bbce8;width: 95%;}
/*----start-header-----*/
.header{
	background:#246582 url(../images/bgTop3.png) no-repeat right top;
	border-bottom:2px solid #E49603;
	height:40px;
}
.logo{
	float: left;
	padding:10px 0;
}
.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    outline: none;
    transition: 0.4s;
}
.submenupanel {
    padding: 0 10px;
	margin-top:-10px;
	background:#00967f;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.submenupanel_in {
    padding: 0 10px;
	margin-top:-10px;
	background:#00967f;
    max-height: auto;
    overflow: visible;
    transition: max-height 0.2s ease-in;
}
/*-----تسجيل الدخول-------*/
.form-signin {
 max-width: 330px;
 padding: 15px;
 margin: 0 auto;
 color: #017572;
}
         
 .form-signin .form-signin-heading,
 .form-signin .checkbox {
 margin-bottom: 10px;
}
         
.form-signin .checkbox {
 font-weight: normal;
}
         
.form-signin .form-control {
 position: relative;
 height: auto;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 10px;
 font-size: 16px; text-align:right; font-family:Tahoma, Geneva, sans-serif;
}
         
.form-signin .form-control:focus {
 z-index: 2;
}
         
.form-signin input[type="email"] {
 margin-bottom: -1px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
 border-color:#017572;
}
         
.form-signin input[type="password"] {
 margin-bottom: 10px;
 outline:none;
}


/*------------------*/
video {width:99% !important;
  height: auto !important; border:1px dashed #333;} 
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 80%;
}
.top-nav{
	float:right;
	 direction:rtl;
}
.nav-right{
	 direction:rtl !important;
}
.nav-right ul li a{
	 border-radius:15px !important;
}
.top-nav ul li{
	display:inline-block;
	float:right;
}

.top-nav ul li a{
	font-family:fonty;
	color: #d6d6d6;
	padding: 15px 10px;
	display: block;
	position: relative;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size:20px;
	position:relative;
}
.footernav { padding:5px 25px !important;}
.top-nav li.active a, .top-nav li a:hover {
	color:#FFF;
	background:#E49603;
	
}
.gotomenu {cursor:pointer;}
/*   ازرار التنقل داخل الصفحات  */
.next-back { display:block; width:310px; height:41px; margin:5px auto 2px auto;}
.steps {
    display: none;
}

.next-back a, .next-back a img , .next-back a:focus,.next-back a img:focus, .next-back a:active {
    outline:none; border:0;
	-moz-outline-style: none;
}
.homecss {
	background:url(../images/next-back_02.png) no-repeat;
	width:137px; height:41px;
	outline:none; border:0;
}
.homeInsidePopup { display:inline-block; width:137px;}
.homecsshelp {
	background:url(../images/next-back_04.png) no-repeat;
	width:137px; height:41px;
	outline:none; border:0;
}
.backcss {
	background:url(../images/next-back_03.png) no-repeat;
	width:85px; height:41px;
	outline:none; border:0;
}
.nextcss {
	background:url(../images/next-back_01.png) no-repeat;
	width:88px; height:41px;
	outline:none; border:0;
}

.home { display:block;
	width:135px; height:35px; margin:0; padding:0;
	background:none; border:none; outline:none;
}
.back {display:none;
	background:none; border:none; outline:none;
	width:85px; height:35px; margin:0; padding:0;
}
.next {display:block;
	background:none; border:none; outline:none;
	width:88px; height:35px; margin:0; padding:0;
}
.AnimGirl { position:relative;left:20px;bottom:-18px;}
.moduleElemenstList {
	display:block;
	width:320px; 
	height: auto;
    min-height: 50px;
	margin:20px auto;
	display: block;
	font-family: fonty;
    padding: 10px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	}
.moduleElemenstList:hover{text-decoration:none; color:#ffeb00 !important;}
.moduleElemenstList i{margin-left:12px;}

ul.learningObject_ul {
  list-style-type: none;
  margin: 10px auto;
  padding: 0;
  overflow: hidden;
  display:block; width:325px;
}
ul.learningObject_ul li {
  float: right; margin-left: 8px; width: 75px;
}
ul.learningObject_ul li.lasty {margin-left:0px;}

ul.learningObject_ul li a {
  display: block;
  color: white;
  background-color: #4CAF50;
  text-align: center;
  padding: 10px 3px 7px 3px;
  text-decoration: none;
  font-size: 14px;
}

ul.learningObject_ul li a:hover {
  background-color: #333;
}
.social-icons {
    margin: 0 auto;
    /* You just need to change the width and height
    of your div here.
    The size of the images will adapt automatically.
    Make sure that the width is 5 times the height
    for better results.*/
    width: 450px;
    height: 90px;
    position: relative;

}


.social-icons .social-icons-image {
    display: inline-block;
    position: absolute;
    width: 33%;
    height: auto;
    z-index: 2;
    opacity: 1;
    transition: all .5s;
    padding: 2%;
    box-sizing: border-box;
}

.social-icons .social-icons-image a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


.social-icons img {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.social-icons a:hover img {
    width: 110%;
    height: auto;
    margin: -5%;
}

.social-icons .social-icons-image:nth-child(1) {
    left: 33.755%;   /*(nth-child(2).left - (50% * 20%)/4)*/
    top: 25%; /*((100%-50%)/2)*/
    z-index: 0;
    width: 10%; /*(50% * 20%)*/
    height: auto;
    opacity: .5;
}


.social-icons .social-icons-image:nth-child(2) {
    left: 36.25%;   /*(40% - (75% * 20%)/4)*/
    top: 12.5%; /*((100%-75%)/2)*/
    z-index: 1;
    width: 15%; /*(75% * 20%)*/
    height: auto;
    opacity: .75;
}

.social-icons .social-icons-image:nth-child(3) {
    left: 40%;
    z-index: 2;
    width: 20%;
    height: auto;
}

.social-icons .social-icons-image:nth-child(4) {
    left: 48.75%; /*(60% - 3*(75% * 20%)/4*/
    top: 12.5%; /*((100%-75%)/2)*/
    z-index: 1;
    width: 15%; /*(75% * 20%)*/
    height: auto;
    opacity: .75;
}

.social-icons .social-icons-image:nth-child(5) {
    left: 56.25%;   /*(nth-child(4).left + (nth-child(4).width- 3*(50% * 20%)/4)*/
    top: 25%; /*((100%-50%)/2)*/
    z-index: 0;
    width: 10%; /*(50% * 20%)*/
    height: auto;
    opacity: .5;
}

.social-icons:hover .social-icons-image:nth-child(1) {
    top: 0px;
    left: 0%;
    width: 20%;
    opacity: 1;
}

.social-icons:hover .social-icons-image:nth-child(2) {
    top: 0px;
    left: 20%;
    width: 20%;
    opacity: 1;
}

.social-icons:hover .social-icons-image:nth-child(4) {
    top: 0px;
    left: 60%;
    width: 20%;
    opacity: 1;
}

.social-icons:hover .social-icons-image:nth-child(5) {
    top: 0px;
    left: 80%;
    width: 20%;
    opacity: 1;
}
span.eshraf {text-align:center; display:inline-block; width:48%; font-size:18px;}
/*----------------------------------*/
.moduleTable { font-family:Tahoma, Geneva, sans-serif; font-size:14px; padding:5px;}
.moduleTable td{padding:5px;}
tr.myTD { text-align:center; font-family:fonty !important; font-size:24px; background:#06C; color:#FFF; padding:10px;}
th.headerth { height:45px; line-height:45px; text-align:center !important;}
/*---start-content----*/
.content { display:block; height:auto; clear:both;  padding-bottom:20px;
}
.aim { display:block; width:99%; height:auto; background:#EEE; border-radius:4px; padding:5px 10px 10px 10px; border-bottom:#666 dashed 1px; margin:0px 2px 5px 0px; border-radius:10px;}
.aim a{ color:#F90 !important;}
.content_top, .learnmore_index{
	background:#EDEAE6;
	padding:50px 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	position:relative; 
}
.content_login{
	background:none;
	font-family:fonty;
	padding:5px 0;
	position:relative;
	width:87%; margin:-20px auto 1px auto;
}
.content_login p {font-size:18px; direction:rtl; text-align:center; color:#333; margin-bottom:5px;}

.content_login h3{
font-family:fonty !important; text-align:center; font-size:24px; color:#333;
}

.content_top:after{
	content: '';
	position:relative;
	width: 0;
	height: 0;
	/*border:20px solid #307f70;*/تعطيل لون السهم
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left:0%;
	top: 30px;
	margin-left: -10px;
}
.content_top h1 a{
	font-size:2em;
	color: #333;
	padding-bottom:14px; font-family:fonty;
}
.content_top span a, .learnmore_index span a{
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	background-color:#E49603;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size:1em;
	border-radius:5px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.content_top span a:hover{
	background:#222;
}
.content_top p{
	font-size:1em;
	line-height: 1.8em;
	color: #333;
	margin: 14px 0px 24px 0px;
}
.hello { display:block; margin:5px auto 0 auto; color:#e3f100; text-align:center; width:175px; height:90px; background:url(../images/basma.png) no-repeat center; line-height:90px;}
.content-grids {
	padding:50px 0;
	background:#307f70;
}
.tamiez { display:block; padding:5px 10px; background:#EEE; border-radius:7px; margin:3px auto;
border:1px dashed #666666;}

.grid{
	float: right;
	width: 100%;
	background: #fff;
	border: 1px solid #EBEBEB;
	border-radius:10px;
	padding: 19px 18px 10px 18px;
	color: #7e7e7e;
	text-align: center;
	margin-left: 1%; margin-bottom:11px;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.modulesImtems {
	background:url(../images/grid.gif) repeat-x center top; border:1px dashed #666666;
	margin-bottom:30px;
}
.grid h3{
	text-transform: uppercase;
	padding: 0px 0 5px 0;
	margin:0px 0 20px 0;
	font-size: 1.5em;
	color:#FFF;
	font-family: fonty, tahoma;
}
.grid p{
	font-size: 0.875em;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.grid h4{color:#333;}
.grid span{ display:inline-block; width:70px; height:70px; float:right;}
.grid span.m1{ background:url(../images/computer.png) no-repeat center; float:right;}
.grid span.m2{background:url(../images/ram.png) no-repeat center;}
.grid span.m3{background:url(../images/power.png) no-repeat center;}
.grid span.m4{background:url(../images/cpu.png) no-repeat center;}
.module-button {
	display:block; width:323px; height:74px;
	margin:2px auto; padding:0;
}
.button{
	font-family: fonty, tahoma;
	color: #ffffff;
	background-color:#E49603;
	display:inline-block;
	direction:rtl;
	text-transform: uppercase;
	padding: 8px 25px 8px 25px;
	font-size: 17px;
	border-radius: 20px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.button:hover{
	background-color:#222; color:#fff; text-decoration:none;
}
.elements { width:99%; border-radius:60px; direction:rtl;}
.elements i{
display:inline-block; margin:4px 5px 0 2px;
float:right;
}

.elements span{
display:inline-block;
width:70%;
text-align:right;
height:45px;
line-height:43px;
border:1px solid #000;
/*margin: 10px 8px 0px 3px;*/
margin: 10px 6px 0px 0px;
}

.elementsGrid { /*height:54px;*/ height:67px;}


.last-grid{
	margin:0px;
}
.statics {width:55%; direction:rtl; text-align:right; font-family:fonty; padding:10px; float:left; /*background:#fff;*/ border: 1px dashed #fff; border-radius:15px;}
.myanswer_1, .myanswer_2, .myanswer_3, .myanswer_4, .myanswer_5, .myanswer_6 {
	direction:rtl;text-align: center;font-weight: bold;color: #000;background: #43c583;font-size: 24px;
    border-radius: 25px;
}
.myanswer_1 p, .myanswer_2 p, .myanswer_3 p, .myanswer_4 p, .myanswer_5 p, .myanswer_6 p {padding: 5px;}
/*---------Drage And Drop Activities----------*/
.DrageDropGrid { display:block; width:310px; height:310px; float:left; background:url(../images/draganddrop/grid.png) no-repeat center; border:2px solid #000;}
.DrageDropTable { display:block; width:556px; height:236px; float:left; margin-top:60px; background:url(../images/draganddrop/onsor3nashat1.png) no-repeat center;}
.DrageDropTable2 { display:block; width:556px; height:236px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor1NashatDars2.png) no-repeat center;}
.DrageDropTable3 { display:block; width:556px; height:236px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor2NashatDars2.png) no-repeat center;}
.DrageDropTable4 { display:block; width:556px; height:236px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor1NashatDars3.png) no-repeat center;}
.DrageDropTable5 { display:block; width:556px; height:236px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor2NashatDars3.png) no-repeat center;}
.DrageDropTable6 { display:block; width:556px; height:236px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor3NashatDars3.png) no-repeat center;}
.DrageDropTable7 { display:block; width:552px; height:555px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor1NashatDars4.png) no-repeat center;}
.DrageDropTable8 { display:block; width:552px; height:555px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor2NashatDars4.png) no-repeat center;}
.DrageDropTable9 { display:block; width:552px; height:555px; float:left; margin-top:60px; background:url(../images/draganddrop/Onsor3NashatDars4.png) no-repeat center;}


.modal-title { font-weight:bold; text-align:center;}
.modal-body {height:350px;}

.drag1,.drag2,.drag3,.drag4,.drag5,.drag6 {
	display: block;
    width: 60px;
    height: 25px;
    position: absolute;
    color: #000;
    text-align: center;
	z-index: 999;
	font-weight: bold;
    font-size: 21px;
	direction:rtl;
	}
.drop1,.drop2,.dropFalse {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    color: #fff;
    text-align: center;
	border:2px dashed #FF6700;
}

.drag1{top:50px; right:50px;}
.drag2{top:50px; right:120px;}
.drag3{top:100px; right:50px;}
.drag4{top:100px; right:120px;}
.drag5{top:150px; right:50px;}
.drag6{top:150px; right:120px;}

.drag1-Onsor3,.drag2-Onsor3,.drag3-Onsor3 {
	display: block;
    width: 100px;
    height: 35px;
    position: absolute;
    color: #000;
    text-align: center;
	z-index: 999;
	font-size: 18px;
    text-align: center;
    font-weight: bold;
	
	}
.drop1-Onsor3,.drop2-Onsor3,.drop3-Onsor3 {
    display: block;
    width: 150px;
    height: 35px;
    position: absolute;
    color: #fff;
    text-align: center;
	border:2px dashed #FF6700;
}

.drag1-Onsor3{top:30px; right:70px;}
.drag2-Onsor3{top:30px; right:210px;}
.drag3-Onsor3{top:30px; right:350px;}

.drag_ball:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.drag_ball{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.hidePlayBtn {display:none;}
.antiDragDrop {
	position:absolute;
    width: 100%;
    height: 80%;
    top: 0px;
	background-color: rgba(6, 68, 101, 0);
	z-index: 1000;
	
}
.ddFeedback {
	position:absolute;
    width: 98%;
    height: 90px;
    bottom: 1%; left:1%;
	padding:10px;
    color: #fff;
	background-color: rgba(6, 68, 101, 0.99);
    text-align: center; border:3px solid #000;
	border-radius:7px;
    font-size: 20px;
	z-index: 1000;
}
/*--------------------------*/
.commentsBox{
	display: block;
    margin: 10px auto;
    width: 70%;
    border: 1px dashed;
    border-radius: 7px;
	padding: 10px;
}
.commentsBox textarea {
	display: block;
    width: 100%;
    font-family: tahoma;
    font-size: 14px;
    padding: 5px;
    margin: 5px auto;
	resize: none;
}
.commentsBox input {
	display: block;
    width: 80px;
    font-family: tahoma;
    font-size: 14px;
}
.commentsHolder {
	/*display: block;*/
	display: none;
    width: 100%;
    padding: 5px;
    margin: 5px auto;
	visibility: hidden;
}
.commentsText {
	display: block;
    width: 100%;
    font-family: tahoma;
    font-size: 14px;
    padding: 5px 8px;
    margin: 5px auto;
	border-radius: 7px;
	background:#bfbcbc;
}
.commentsText strong {
display:block; width:98%;margin:5px;font-family:tahoma !important;font-size:13px !important;
font-weight: normal !important; text-align:left !important;
}
.audioDiv {
	display: block;
    margin: 10px auto;
    width: 310px;
    padding: 5px;
    background-color: #2196F3;
    border-radius: 50px;
}
.videoDiv {
	display: block;
    margin: 10px auto;
    width: 750px;
    max-width: 100%;
    padding: 5px;
    border-radius: 10px;
}
.lessonActivity {
 text-align:justify;
 color:#333;
 display:block; margin:1px;
 width:100%; height:auto;
 padding:1px;
}
.lessonActivity strong{text-align:right; font-family:cat; font-size:20px; color:#030; display:block;
margin:1px 1px;}

.fractions {display: block; width: 80px;margin: 1px auto;}
.fractions_up {dispaly:block !important; text-align:center;}
.fractions_down {dispaly:block !important; text-align:center;}
.fraction_img {display: block; width: 109px;height:2px; margin: 3px auto 3px auto !important; border:none !important; padding: 0 !important}
.fractions_small {display: block; width: 30px;}
.minus {display: inline-block; width:5px; border-top: 1px solid; margin: 0 0 15px 5px;}

.btnTrueFalse {
  display: inline-block !important;
  font-weight:50; font-size:20px;
  font-family: "Times New Roman", Times, serif; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  padding:5px 8px !important;
  background:#3c8dbc;
  margin:5px 10px;
  width:40px !important; color:#FFF !important; text-align:center !important;
}
.straight {text-decoration:overline;}
.btnChoose {
  display: inline-block;
  font-weight:50; font-size:20px;
  font-family: Tahoma, Geneva, sans-serif !important; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  padding:5px 8px 3px 5px !important;
  background:#3c8dbc;
  margin:5px 10px;
  width:47% !important;  min-width:140px; color:#FFF !important; text-align:center !important;
  margin: 5px auto;
}
#track , #track :hover{text-decoration:none!important; color:#fff!important;}
.btnTrueFalse:hover, .btnChoose:hover { color:#FF6 !important; text-decoration:none;}

p.activityresault {
text-align:justify; direction:rtl; border-radius:15px;
 padding:15px; border:1px dashed #333; width:95%;
 margin:5px auto 15px auto; background: #55c1f5;
}
p.activityresault > .aWhite {font-family:tahoma; color: #fff !important;}
p.activityresault > .aRed {font-family:tahoma; color: #f00 !important;}
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 #instructions p {font-size:16px;}
.stopwatch_MasterPre, .stopwatch_MasterPost, .stopwatch_Scale, .stopwatch_Post1, .stopwatch_Post2, .stopwatch_Post3, .stopwatch_Post4, .stopwatch_Post_inmenu_1 , .stopwatch_Post_inmenu_2, .stopwatch_Post_inmenu_3 , .stopwatch_Post_inmenu_4, .stopwatch01, .stopwatch02, .stopwatch03, .stopwatch04, .stopwatch05, .stopwatch06 {
	display:none; border-radius:5px;  
	float:left; background:none;
    width: 80px;
    text-align: center;
    padding: 0px 4px 4px 4px;
    font-family:tahoma; color:#FFEB3B;
    margin-top: -2px;
}
.stopwatch_MasterPre , .stopwatch_Scale, .stopwatch_Post1, .stopwatch_Post2, .stopwatch_Post3, .stopwatch_Post4, .stopwatch_Post_inmenu_1, .stopwatch_Post_inmenu_2, .stopwatch_Post_inmenu_3, .stopwatch_Post_inmenu_4 {background: #333; padding-top:5px;}
/*--------------------- Scale --------------------*/
.questionBlock {display:block;width:100%;height:auto !important;clear:both; padding:12px 1px; border-bottom:1px dashed #333;}
.question { margin-top:10px;}
.question th{ text-align:center; font-family:Tahoma, Geneva, sans-serif; font-weight:normal; font-size:13px;}
.question tr td{text-align: center; padding: 5px 0;}
.radios input {width:20px;height:20px;}
.rdioInput {width:25px;height:25px;}
.yellow-text {color:#fbf780 !important;}
.purple-text {color:#53326b !important;text-align:justify;font-size:14px !important; font-family:Tahoma, Geneva, sans-serif !important;}
.questionBlock strong {font-family:fonty; margin-bottom: 15px; display: block; font-size:20px; }
/*---------------------------------------*/
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:20px 0;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#9DD101; text-align:center;
}
.darkPink, .darkPink p { background-color:#666; color:#FFF;}

.popup-inner h2 { font-family:fonty; text-align:center;direction: rtl;}
.popup-inner p{ font-family:tahoma; text-align:center;direction: rtl;font-size:13px;}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.lessonActivity.label {
  display: inline-block;
  line-height: 40px;
  font-weight: 300 !important;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
  border: none;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
  border: none;
}
.option-input:checked::after {
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border: none;
}
.option-input.radio {
  border-radius: 5px;
  display: inline-block !important;
}
.option-input.radio::after {
  border-radius: 5px;
  border: none;
}
.resault_SmallQuiz01, .resault_SmallQuiz02, .resault_SmallQuiz03 {
    width: 300;
    margin: 10px auto;
    text-align: center;
    font-size: 20px;
	font-family: tahoma;
    color: #fff;
    background: #2fa95b;
    padding: 8px;
    border-radius: 10px;
}
.confirmation {
    display: block !important;
    font-family: fonty;
    font-size: 22px !important;
    margin: 15px auto 10px auto;
}
/*----------------------------*/

/*.module-control input[type=text], input[type=password] {*/
.module-control {
	display:block;
  margin:15px auto 1px auto;
  padding: 0 10px;
  width: 120px;
  height: 34px;
  color: #404040; text-align:center;
  font-family:Tahoma, Geneva, sans-serif;
  background:white;
  border: 1px solid #666;
  border-radius: 5px;
  -moz-outline-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
 
.module-control input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
p.feedback { font-family:Tahoma, Geneva, sans-serif; color:#F00; margin-top:15px; direction:rtl;}

.tableModule1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
	display:block; margin:10px auto; direction:rtl;
}

.tableModule1 td, .tableModule1 th {
    border: 1px solid #ddd;
    padding: 8px;
}

.tableModule1 tr:nth-child(even){background-color: #f2f2f2;}
.tableHeader {background-color: #066 !important; color:#FFF; text-align:center;}

.tableModule1 tr:hover {background-color: #ddd;}

.tableModule1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
/*-----specials-heading----*/
.specials{
	background:#EDEAE6;
	padding:50px 0 10px 0;
	position:relative;
}
.tools {display:block; margin:5px auto; width:auto; max-width:190px;}

.search {display:block; margin:1px auto 5px auto; width:auto; max-width:300px;}

.tools a{ /*color:#666;*/ margin:5px 2.85%;  opacity:0.7; border:none !important;}
.tools a:hover{ /*color:#333;*/ opacity:1; border:none !important; outline:none !important; text-decoration:none;}
.specials:after{
	content: '';
	position:absolute;
	width: 0;
	height: 0;
	border:20px solid #63afce;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left:50%;
	top:0px;
	margin-left: -10px;
}
.specials-heading h3{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color:#6C6C6D;
	text-align: center;
	text-transform: uppercase;
	background:url(../images/bg-h2.png) repeat-x center;
}
/*----special-grid------*/
.special-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color:#5F5F5F;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid a:hover{
	color: #009175;
}
.special-grid p{
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.spe-grid{
	margin: 0px;
}
.specials-grids {
	padding: 20px 0;
}
/*----start-testmonial-grid----*/
.testmonials{
	text-align:center;
	background:#FFF;
	padding:50px 0;
}
.testmonial-grid h3{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color:#323A45;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em 0 0.5em 0;
}
.testmonial-grid p{
	font-size: 0.875em;
	color:#8A8A8A;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 0;
	margin:0 auto;
	width:80%;
	line-height: 1.8em;
}
.testmonial-grid a{
	font-size: 0.875em;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color:#45B39E;
}
.checkMe{
display:block;
width:122px; height:20px;
float:left; text-align:right;
}
.checkMe label {
	color:#333; display:inline-block;
	text-align:right;
	padding:0; margin:-20px 1px 0 0; float:right !important;
	font-family:Tahoma, Geneva, sans-serif; font-size:13px;
}
.Mycheckbox {float:left !important; width:20px; height:20px;
margin:0px 0 0 -25px;
padding:0;
display:inline-block; 
 border:none;
 outline:none;
}
#error-msg { margin:0; }
p.error { display:none; color:#F00; padding:0; margin: 0; text-align:center;}
p#success { display: none; color: #3F9153; font-style: italic; }
/*---start-footer-----*/
.footer{
	/*background:#45B39E;
	padding: 50px 0;*/
	/*background:#307f70;*/
	padding:1px 0;
	/*position:relative;*/
	position:fixed;
    bottom:0;
    right:0;
	width:100%; height:35px;
}
/*.footer:after{}*/
.footer-grid{
	float:left;
	width:23%;
	margin-right:2%;
}
.footer-grid h3{
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.footer-grid p{
	font-size: 0.875em;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.footer-grid ul li a{
	display:block;
	padding:10px 0px;
	border-bottom: 1px solid #5AC5B1;
	font-size: 0.875em;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:uppercase;
}

.footer-grid ul li a:hover{
	color:#005F4D;
}
.footer-lastgrid{
	margin:0;
}
.email-link{
	color:#FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:lowercase;
}
.email-link:hover{
	color:#FFF;
}
/*---start-copy-right-----*/
.copy-right-log{
	text-align:center;
	padding: 15px 5px 0px 5px;
	background:url(../images/footer.png) no-repeat top right;
	height:58px;
	display:block;
	clear: both;
    position:relative;
}
.copy-right{
	text-align:center;
	padding: 5px 5px 1px 5px;
    background: #246582;
	border-top:1px dashed #fff;
}
.copy-right-log p{
	display:block;
	margin:22px 5px 5px 0;
	font-size:1em;
	color:#fff;
	text-transform: uppercase;
	font-family:fonty; text-align:right; direction:rtl;
}
.copy-right-log p span, .copy-right p span{
	display:inline-block; float:left;
}
.copy-right-log p a{
	color:#F60;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.copy-right p{
	display:block;
	margin:5px 5px 5px 0;
	font-size:1em;
	color:#fff;
	text-transform: uppercase;
	font-family:fonty; text-align:right;
	direction:rtl;
}

.copy-right p a{
	color:#FF3;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.copy-right p a:hover , .copy-right-log p a:hover{
	color:#FFF;
}
/*---about-us----*/
.about-us {
	padding:20px 0 15px 0;
}
.about-header h5{
	float: left;
	width: 30%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
.about-header h3{
	font-family: fonty;
	font-size: 1.6em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	background:url(../images/bg-h2.png) repeat-x center;
}
.about-info a, .first-scene a{
	font-size: 19px;
	font-family:fonty;
	color:#009175;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 5px 0 2px 0;
	display: inline-block;
	text-align:right; direction:rtl;
}
.about-info a{
	display: block;
}
.about-info p, .first-scene p{
	font-size:17px; color:#333 !important;
	font-family: tahoma, Helvetica, sans-serif;
	line-height: 1.8em; text-align:right; direction:rtl;
	padding: 5px 20px;
}

.about-info p strong, .first-scene p strong{
	font-size:17px; color:#333 !important;
	font-weight:bold;
	font-family: fonty;
	line-height:14px; text-align:right; direction:rtl;
}
.about-info p img, .first-scene p img{ display:block; margin:5px auto; border:1px #333333 dashed; padding:3px; border-radius:8px;
}

.figure{ display:block; margin:5px auto; border:1px #333333 dashed; padding:3px; border-radius:8px;
}
.figure img{ display:block; margin:3px auto;
}
.figure-caption { text-align:center; font-family:Tahoma, Geneva, sans-serif;}

.about-info p a.titles, .first-scene p a.titles{
	background:#246582; display:block;
	width:99%; color:#fff;
	padding: 8px 10px 3px 10px;
	border-right:3px solid #F90;
	/*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
	text-align:right; direction:rtl;
	min-height:30px;
	height:auto;
	margin:0px 0px 15px 5px;
}

.about-info p strong.activityText { color:#F60 !important; font-size:18px; display:block; width:99%; float:right; text-align:right; padding:0; margin:0;}
.about-info p strong.specialText { color:#039 !important; font-size:18px;}
/*---start-services----*/
.services {
	padding: 50px 0;
}
.services-header h5{
	float: left;
	width: 40%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
.services-header h3{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
	background:url(../images/bg-h2.png) repeat-x center;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 4% 0%;
}
.grid2{
	border-top: 1px solid rgba(192, 192, 192, 0.39);
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0;} 

.images_1_of_2 {
	width: 46.96%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width: 18.2%;
}
.list_2_of_1 {
	width: 70.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
	padding-top: 25px;
}
.list_2_of_1  h3{
	font-family: 'Roboto', sans-serif;
	font-size:1.6em;
	color: #626262;
	text-transform:uppercase;
	text-align: left;
}
.list_2_of_1 h3 span{
	color:#00B895;
}
.list_2_of_1  p{
	font-size:0.85em;
	color:#949191;
	line-height:1.8em;
	margin: 0px 0px 16px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.list_2_of_1 h4{
	color:#A8A8A8;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0px;
}
/*---plans-404page-----*/
.error-page{
	text-align:center;
}
.error-page p{
	font-family: 'Roboto', sans-serif;
	font-size: 4em;
	color: #012231;
	text-shadow: -2px 3px 4px #9B9B9B;
}

.error-page h3{
	font-family: 'Roboto', sans-serif;
	font-size: 10em;
	color:#00B895;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.error-page {
	padding: 200px 0px 0 0;
	min-height: 450px;
}
/*---start-contact----*/
/*  Contact Form  ================== */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	padding: 0.5em 0;
	color: #012231;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:5px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-family: tahoma;
	font-size: 0.9em;
	padding-bottom:5px;
	color: #012231;
	text-transform: uppercase;
	text-align:right;
}
.contact-form input[type="text"],.contact-form textarea{
padding: 8px;
display: block;
width: 98%;
border: none;
outline: none;
color: #464646;
font-size: 14;
font-family: tahoma, Helvetica, sans-serif;
border: 1px solid rgba(85, 85, 85, 0.19);
-webkit-appearance:none; text-align:right;
}
.contact-form textarea{
		resize:none;
		height:85px;		
}
.mybutton{
	font-family: tahoma;
	background: #012231;
	color: #d6d6d6;
	padding: 10px 40px;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
}
.mybutton:hover{
	background: #00B895;
	color: #FFF;
}
.company_address{
	padding-top:1px;
	font-size:14px;
}
.company_address h3{
	font-size: 14px;
	color:#333;
	font-family: tahoma, Helvetica, sans-serif; font-weight:bold;
}

.company_address p{
	font-size: 16px;
	color: rgba(85, 81, 81, 0.84);
	font-family: tahoma, Helvetica, sans-serif;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#012231;
	cursor:pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.company_address p span:hover{
	color:#00B895;
}


.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}

.searchform {
  background:#f4f4f4;
  background:rgba(244,244,244,.79);
  border: 1px solid #d3d3d3;
  padding: 4px 5px;
margin: 5px 5px 15px 5px;
  width:90%;
  box-shadow:0 4px 9px rgba(0,0,0,.37);
  -moz-box-shadow:0 4px 9px rgba(0,0,0,.37);
  -webkit-box-shadow:0 4px 9px rgba(0,0,0,.37);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px
}

.searchform input, .searchform button {
	float:left;
}
.searchform input {
	background:#fefefe;
	border:none;
	font:12px/12px Tahoma, Helvetica, Arial, sans-serif;
	margin-right:5px;
	padding:10px;
	width: 62%; text-align:center;
	box-shadow: 0 0 4px rgba(0,0,0,.4) inset, 1px 1px 1px rgba(255,255,255,.75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.4) inset, 1px 1px 1px rgba(255,255,255,.75);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4) inset, 1px 1px 1px rgba(255,255,255,.75);
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px
}
	.searchform input:focus {
		outline: none;
		box-shadow:0 0 4px #0d76be inset;
		-moz-box-shadow:0 0 4px #0d76be inset;
		-webkit-box-shadow:0 0 4px #0d76be inset;
	}
	.searchform input::-webkit-input-placeholder {
  	font-style: italic;
  	line-height: 15px
	}

	.searchform input:-moz-placeholder {
	  font-style: italic;
  	line-height: 15px
	}

.searchform button {
	background: rgb(52,173,236);
	background: -moz-linear-gradient(top, rgba(52,173,236,1) 0%, rgba(38,145,220,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,173,236,1)), color-stop(100%,rgba(38,145,220,1)));
	background: -webkit-linear-gradient(top, rgba(52,173,236,1) 0%,rgba(38,145,220,1) 100%);
	background: -o-linear-gradient(top, rgba(52,173,236,1) 0%,rgba(38,145,220,1) 100%);
	background: -ms-linear-gradient(top, rgba(52,173,236,1) 0%,rgba(38,145,220,1) 100%);
	background: linear-gradient(to bottom, rgba(52,173,236,1) 0%,rgba(38,145,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34adec', endColorstr='#2691dc',GradientType=0 );
	border: none;
	color:#fff;
	cursor: pointer;
	font: 16px/16px fonty, Helvetica, Arial, sans-serif;
	padding: 10px;
	width:28%;
	box-shadow: 0 0 2px #2692dd inset;
	-moz-box-shadow: 0 0 2px #2692dd inset;
	-webkit-box-shadow: 0 0 2px #2692dd inset;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
	.searchform button:hover {
		opacity:.9;
}
.moduleMenu { direction:rtl; display:block; width:350px; margin:5px auto;}

.moduleMenu a{ direction:rtl; display:inline-block; width:150px; height:40px; line-height:40px !important; padding:0; text-align:center; color:#FFF; margin:0 5px;}

.moduleMenu a:hover{ color:#DEE15B;}

.moduleMenu a i{line-height:40px !important;}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/
.menuIcon {position:absolute;
	top:1px; right:5px;
    z-index:10;}
	
#menu-toggle {
    font-size:25px;
    float:right;
    border:1px solid #c5c4c4;
	border-radius:4px;
    color:#246582;
    padding:1px 6px;
    line-height:0;
	background-color:rgba(255, 255, 255, 0.8);
}

#menu-toggle:hover {
    background:#00ceb8;
    border-color: #00ceb8;
    color: #fff;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #1288bb;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    position: absolute;
    width:260px;
    margin:0;
    padding:0;
    list-style:none;
}

.sidebar-nav li {
    text-indent:7px;
    line-height:40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size:16px;
    padding:15px 0;
	text-align:right !important;
	font-family:fonty;
	direction:rtl;
	margin: 0 2px 0 0;
}
.sidebar-nav li a.sub {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size:16px;
    padding:5px 0;
	text-align:right !important;
	font-family:fonty;
	direction:rtl;
	margin: 0 2px 0 0;
}
.sidebar-nav li a.sub_in {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size:13px;
    padding:5px 0;
	text-align:right !important;
	font-family:fonty;
	direction:rtl;
	margin: 0;
}
.sidebar-nav li a i{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size:24px;
    margin-left:5px;
}
span.mainmenutitle {
	display:inline-block;
	margin:7px 10px 0 0;
	color:#1d1d1d;
	font-size:18px;
	text-align:right;
	font-family:fonty;
	line-height:24px;
	cursor: default;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #81F89D;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 260px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav li a.accordion i.subme{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size:20px;
}
.sidebar-nav li > .submenupanel a.sub i.subme, .sidebar-nav li > .submenupanel a.sub_in i.subme, i.subme, .sidebar-nav li > .submenupanel_in a.sub_in i.subme {
    float:left;
}
.sidebar-nav li > .submenupanel a.sub img, .sidebar-nav li > .submenupanel a.sub_in img, .sidebar-nav li > .submenupanel_in a.sub_in img {
    margin-left:7px;
}
.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin:0;
    padding:0;
    text-align:right;
    width:96%;
}
.close-btn:hover {
    color: #84FFB0;
}
.logout {
    display:block; position: absolute;
	top:2px; left:7px;
    color: #FF6;
    font-size: 1.8em;
    margin:0;
    padding:0;
    text-align:left;
}


/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.grid{
		width:27.8%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:20px 10px;
	}
	.grid{
		width:26.8%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.footer{
		padding:0;
		z-index: 5;
	}
	.footer-grid h3{
		margin-bottom:5px;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	.tools a{ color:#666; margin:5px 4%;}
	
	.social-icons {
    margin: 0 auto;
    /* You just need to change the width and height
    of your div here.
    The size of the images will adapt automatically.
    Make sure that the width is 5 times the height
    for better results.*/
    width: 300px;
    height: 60px;
    position: relative;
	}
	.social-icons .social-icons-image:nth-child(1) {
    top: 0px;
    left: 0%;
    width: 20%;
    opacity: 1;
	}

	.social-icons .social-icons-image:nth-child(2) {
    top: 0px;
    left: 20%;
    width: 20%;
    opacity: 1;
	}

	.social-icons .social-icons-image:nth-child(4) {
    top: 0px;
    left: 60%;
    width: 20%;
    opacity: 1;
	}

	.social-icons .social-icons-image:nth-child(5) {
    top: 0px;
    left: 80%;
    width: 20%;
    opacity: 1;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:20px 5px;
		font-size:0.75em;
	}
	.grid{
		float:none;
		width:99%;
		/*padding:1.5%;*/
		padding: 19px 18px 10px 18px;
		margin:15px 0;
	}	
	.AnimGirl { position:relative;left:20px;bottom:-33px;}
	span.eshraf {text-align:center; display:block; width:100%; font-size:18px; margin-bottom:15px;}
	.content_top{
		padding:10px 0;
	}
	.content_top:after{
		top:-10px;
	}
	.special-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}	
	.specials{
		padding:30px 0 0 0;
	}
	.specials-grids{
		padding:10px 0;
	}
	.testmonials{
		padding:0 0 30px 0;
	}
	.footer-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.services{
		padding:20px 0;
	}
	.images_1_of_2{
		width:94%;
		padding:3%; 
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.list_2_of_1{
	  width:78.2%;	
	}
	.error-page{
		padding:20px 0;
		min-height:0;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	.tools a{ color:#666; margin:5px 4%;}
	.statics {width:99%; direction:rtl; text-align:right; font-family:fonty; padding:10px; float:left; /*background:#fff;*/ border-radius:15px;}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.logo{
		float:none;
		text-align:center;
		padding:8px 0 5px 0;
	}
	.time {visibility: hidden;}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.top-nav{
		float:none;
		text-align:center;
	}	
	.top-nav ul li{
		float:none;
	}
	.top-nav ul li a{
		padding:15px 10px;
	}
	.content-grids,.about-us{
		padding:20px 0;
	}
	.testmonial-grid p{
		width:100%;
	}
	.error-page p{
		font-size:2em;
	}
	.error-page h3{
		font-size:6em;
	}
	.col { 
		margin:0;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	.tools a{ color:#666; margin:5px 4%;}
	.videoWrapper {
		margin-bottom:-15px;
   }
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:15px 4px;
	}
	.content_top p{
		font-size:0.8em;
		line-height:1.6em;
		margin:5px 0 25px 0;
	}
	.specials-heading h3{
		font-size:1.5em;
	}
	.special-grid p{
		padding:0;
	}
	.testmonial-grid h3{
		font-size:1.5em;
		padding:5px 0;
	}
	.testmonial-grid p{
		padding:0;
	}
	.about-info a{
		font-size:0.8em;
	}
	.list_2_of_1 h3{
		font-size:1.3em;
	}
	.tools a{ color:#666; margin:5px 4%;}
		.videoWrapper {
		margin-bottom:-15px;
   }
}
		