/* alex-brush-regular - latin */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/alex-brush-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/alex-brush-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/alex-brush-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/alex-brush-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/alex-brush-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/alex-brush-v20-latin-regular.svg#AlexBrush') format('svg'); /* Legacy iOS */
}
/* anton-regular - latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/anton-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/anton-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/anton-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/anton-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/anton-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/anton-v23-latin-regular.svg#Anton') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'ArticleText Arabic khebrat';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/18_khebrat_musmim_bold.eot);
    src: url(fonts/18_khebrat_musmim_bold.eot?#iefix) format('embedded-opentype'), url(fonts/18_khebrat_musmim_bold.woff2) format('woff2'), url(fonts/18_khebrat_musmim_bold.woff) format('woff'), url(fonts/18_khebrat_musmim_bold.ttf) format('truetype');
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,body{margin:0;padding:0;}
*{box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}
body {
  font-family: "Alex Brush", sans-serif;
  color: #fff;
}

a {
  color: #ddd;
  text-decoration: none;
}

a:hover {
  color: #dd5dff;
  text-decoration: none;
}
body.social{background:#000;}
#header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
	clear:both;
	overflow:hidden;
	background: rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
}
body.social{padding-top:80px;}
#header .menu_icon{
	float:right;
	padding: 25px 20px 14px;
	-webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: none;
}
#header .menu_icon span{
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
	-webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: none;
}
#header .user_icon{
	 position:fixed;
	padding: 10px 0 5px;
	-moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  left:42%;
  left: -webkit-calc(50% - 71px);
  left: expression(50% - 71px);
  left: -moz-calc(50% - 71px);
  left: -o-calc(50% - 71px);
  left: calc(50% - 71px);
  text-align:center;
}
#header .user_icon img{
	height:70px;
	width:auto;
	display:inline-block;
	vertical-align:top;
	border: 2px solid #fff;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
#header .user_icon .name{
	display:block;
	vertical-align:top;
    font-size: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 7px;
	text-shadow: 1px 1px 1px #000;
}
#header.slide-left .user_icon{ 
  left:0;
  padding: 10px 0 5px 20px;
}
#header.slide-left .user_icon img {
    height: 45px;
}
#header.slide-left .user_icon .name {
	display:inline-block;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 25px;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 10px;
}
#header.slide-left .menu_icon {
    padding: 19px 20px 0;
}
.main {
    padding: 20px;
    width: 70%;
    margin: 20px auto 0;
}
.soical_box{text-align:center;}
.soical_box .box{display:inline-block;
	vertical-align:top;margin:20px;}
.soical_box img{height:70px;width:auto;}
.soical_box .title{
    /* font-weight: 700; */
    font-family: sans-serif;
	font-family: "Anton", sans-serif;
    font-size: 16px;
    line-height: 16px;
	text-transform: uppercase;
}
.soical_box .darkbox img{
    border: 1px solid #fff;
    border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    height: 68px;
}
@media (max-width: 1120px) {
	body.social{padding-top:40px;}
	#header .user_icon{
	  left:41%;
	  left: -webkit-calc(50% - 38px);
	  left: expression(50% - 38px);
	  left: -moz-calc(50% - 38px);
	  left: -o-calc(50% - 38px);
	  left: calc(50% - 38px);
	}
	#header .menu_icon,#header.slide-left .menu_icon {
    padding: 14px 20px 0;
}
	#header .user_icon {
    padding: 8px 0 1px;
}
#header.slide-left .user_icon {
    padding: 8px 0 1px 20px;
}
	#header .user_icon img,#header.slide-left .user_icon img{
		height:40px;
	}
	#header .user_icon .name{font-size: 25px;
    line-height: 25px;}
  .main {
    padding: 10px;
    width: 70%;
    margin: 50px auto 0;
}
  .soical_box .box{margin:10px;}
  
  .soical_box .title{
		font-size: 14px;
		line-height: 14px;
		display:none;
  }
  .soical_box .title.appear{
	  display:block;
  }
  .soical_box .box.gmail{display:none;}
}
@media (max-width: 700px) {
	.main {
		width: 95%;
	}
}
@media (max-width: 480px) {
	.soical_box img{height:55px;width:auto;}
  .soical_box .darkbox img{height:53px;width:auto;}
}
/* @media (max-width: 345px) {
	.main {
		width: 95%;
	}
} */


/*menu*/
.NavMenu-checkbox {
    display: none;
}
.NavMenu, .overlayNavMenu {
    position: fixed;
    height: 100%}
.NavMenu, body.notMove, html.notMove {
    overflow: hidden;
}
.overlayNavMenu {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 100000;
}
.NavMenu {
    font-family: "Anton", sans-serif;
    text-shadow: 1px 2px 1px #c900ff;
    top: 60px;
    right: 0;
    z-index: 10000000;
    visibility: hidden;
    width: 250px;
    color: #fff;
    transform: translate3d(100%, 0, 0);
    padding: 10px;
    text-align: right;
    font-size: 25px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(right,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 49%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,right top,left top,color-stop(0%,rgba(0,0,0,1)),color-stop(49%,rgba(0,0,0,1)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(right,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 49%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(right,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 49%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(right,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 49%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 49%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
}
.NavMenu-btn {
    background-color: transparent;
    border: 0;
    
    position: relative;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}
.NavMenu-checkbox:checked~.overlayNavMenu, .overlayNavMenu.openNavMobile {
    display: block;
}
.NavMenu-checkbox:checked~.NavMenu, .NavMenu.openNavMobile {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.NavMenu .NavMenuHeader {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.NavMenu .NavMenuHeader span {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 2px;
    white-space: nowrap;
}
.NavMenu .NavMenuHeader ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:center;
}
.NavMenu .NavMenuHeader ul li, .NavMenu .NavMenuHeader ul li a {
    display: inline-block;
    vertical-align: top;
}
.NavMenu .NavMenuHeader ul li {
    margin-right: 5px;
}
.NavMenu .NavMenuHeader ul li:first-of-type {
    margin-right: 0;
}
.NavMenu .NavMenuHeader ul li img {
    max-width: 100%;
    width: 35px;
    height: auto;
}
.NavMenu .NavMenuList {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    overflow: scroll;
    position: fixed;
    height: 100%;
    right: 0;
    left: 0;
    width: 230px;
}
.NavMenu .NavMenuList span {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.NavMenu .NavMenuList .selected span,.NavMenu .NavMenuList span:hover,.NavMenu .NavMenuList span:focus{
    color: #dd5dff;
    text-shadow: 1px 2px 1px #181616;
}
.hoverIMG:hover img,.hoverIMG:focus img {-khtml-opacity:.50; 
 -moz-opacity:.50; 
 -ms-filter:”alpha(opacity=50)”;
  filter:alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity:.50; }
  .soical_box .box:hover img,.soical_box .box:focus img,
#header .user_icon:hover img,#header .user_icon:focus img  {-khtml-opacity:.50; 
 -moz-opacity:.50; 
 -ms-filter:”alpha(opacity=50)”;
  filter:alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity:.50; }
  #header .user_icon:hover .name,#header .user_icon:focus .name,
  .soical_box .box:hover .title,.soical_box .box:focus .title{
	  color: #dd5dff;
  }
.NavMenu .NavMenuList a {
    text-decoration: none;
	display:block;
}
.NavMenu .NavMenuFooter:before {
    content: '';
    display: inline-block;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
}
.NavMenu .NavMenuFooter {
    padding: 15px 0;
    margin-bottom: 130px;
    text-align: right;
    position: relative;
}
.NavMenu .NavMenuFooter:before {
    position: absolute;
}
.NavMenu .NavMenuFooter img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    position: relative;
    height: 70px;
}
.hoverIMG{margin-bottom:10px;}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
	content: "";
    position: fixed;
    top: calc(50% - 30px);
    /* left: calc(50% - 30px); */
    /* border: 6px solid #ff8600; */
    /* border-top-color: #dcf5f2; */
    /* border-radius: 50%; */
	left:0;
	right:0;
    width: 182px;
    height: 55px;
    /* -webkit-animation: animate-preloader 1s linear infinite; */
    /* animation: animate-preloader 1s linear infinite; */
    background-image: url(../../images/loading_ehab.gif);
    background-repeat: no-repeat;
	    margin: 0 auto;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*light mode*/
#header .lightmode {
    float: right;
    padding: 22px 20px 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
	cursor:pointer;
}
#header .lightmode span {
     font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
	font-family:sans-serif;
}
#header.slide-left .lightmode {
    padding: 15px 20px 0;
}
@media (max-width: 1120px){
#header .lightmode, #header.slide-left .lightmode {
    padding: 11px 0 0 20px;
}
}

body.social.light-mode{background:#fff;color: #000;}
.light-mode a {
    color: #000;
	
}
.light-mode #header .user_icon .name {
    text-shadow: 1px 1px 1px #898585;
} 
.light-mode #header {

    background: rgba(255, 255, 255 , 0.5);
    box-shadow: 1px 1px 5px #fff;
    -moz-box-shadow: 1px 1px 5px #fff;
    -webkit-box-shadow: 1px 1px 5px #fff;
}
.light-mode #header .user_icon img{
	border: 2px solid #000;
}
.light-mode .soical_box .darkbox img{
    border: none;
    border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: 70px;
}
.light-mode .soical_box .lightbox img{
    border: 1px solid #000;
    border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    height: 68px;
}
.light-mode .NavMenu {
	text-shadow: 1px 2px 1px #dd5dff;
    background: rgb(255 255 255 / 50%);
    background: -moz-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,right top,left top,color-stop(0%,rgba(255,255,255,1)),color-stop(49%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}
.light-mode .overlayNavMenu{
	background-color: rgba(255, 255, 255, .4);
}
.light-mode .NavMenu .NavMenuList span{
	color:#000;
	
}
.light-mode .NavMenu .NavMenuList .selected span, .light-mode .NavMenu .NavMenuList span:hover, 
.light-mode .NavMenu .NavMenuList span:focus{
	text-shadow: 1px 2px 1px #fff;
}
.light-mode .hoverIMG .name {
	color:#000;
    text-shadow: 1px 2px 1px #fff;
}
.light-mode .hoverIMG.lightbox img,.light-mode #header .user_icon.lightbox img{
	-webkit-filter: invert(1);
    filter: invert(1);
}
@media (max-width: 480px){
.light-mode .soical_box .darkbox img {
height: 55px;}
.light-mode .soical_box .lightbox img {
height: 53px;}
}
html.translated-rtl #header, html.translated-ltr #header{
    padding-top: 50px;
}
.goog-te-gadget{
	    font-size: 0!important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{display:none!important;}
.goog-te-combo {
    font-size: 16px !important;
    line-height: 30px !important;
    height: 30px !important;
    width: 100px !important;
	position:fixed!important;
	left:14px!important;
	bottom:10px!important;
	z-index: 1!important;
	font-family: ArticleText Arabic khebrat,serif!important;
}
html.translated-rtl body,html.translated-rtl .soical_box .title, html.translated-rtl .NavMenu{
font-family: ArticleText Arabic khebrat,serif;
}
html.translated-rtl .main {
	margin: 40px auto 0;
}
@media (max-width: 1120px){
html.translated-rtl .main {
	margin: 50px auto 0;
}
}

html.translated-rtl .soical_box .box,html.translated-ltr .soical_box .box{
	width:7%;
}
@media (max-width: 1800px){
html.translated-rtl .soical_box .box,html.translated-ltr .soical_box .box{
    width: 8%;
}}
@media (max-width: 1600px){
html.translated-rtl .soical_box .box,html.translated-ltr .soical_box .box{
    width: 9%;
}}
@media (max-width: 1400px){
html.translated-rtl .soical_box .box,html.translated-ltr .soical_box .box{
    width: 10%;
}}
@media (max-width: 1200px){
html.translated-rtl .soical_box .box,html.translated-ltr .soical_box .box{
    width: 11%;
}}
@media (max-width: 1120px){
html.translated-rtl .soical_box .box,html.translated-ltr .soical_box .box{
    width: auto;
}}
