.dark-red-color{
	color: #db5c5c;
}

.dark-red-color2{
	color: #e31836;
}

.article-view-index{
	overflow: hidden;
	height: 100%;
}

.article-view{
	color: red;
	text-decoration: underline;
}

.full-width-heigh{
	width: 100%;
	height: 100%;
}

.full-width{
	width: 100%;
}

.width75{
	width: 75%;
}

.width25{
	width: 25%;
}

.width10{
	width: 10%;
}

.width40{
	width: 40%;
}

.zero-percent-height{
	height: 0%;
}

.display-none{
	display: none;
}

.footer-click-me{
	width: 10%;
	position: fixed;
	display: block;
	bottom:63%;
	cursor: pointer;
	z-index: 3;
	display:none;
}

.ltr-direction{
	direction: ltr;
}

.bold-font{
	font-weight: bold;
}

.four-percent-margin-top{
	margin-top: 4%;
}

.two-percent-padding{
	padding: 2%;
}

.five-percent-padding{
	padding: 5%;
}

.footer-modal-body-strong{
	letter-spacing: 1px;
	font-size: 16px;
}

.footer-modal-body-p{
	border-radius: 0px 0px 17px 0px;
	width: 35%;
	float: right;
	text-align:left;
}

.uppercase{
	text-transform: uppercase;
}

.mobile-menu-calculator{
	display: flex;
	justify-content: center;
	align-items: center;
}

.zero-horizontal-margin{
	margin-right: 0;
	margin-left: 0;
}

.red-underline-text{
	color: red;
	text-decoration: underline;
}

.z-index-1{
	z-index: 1;
}

.calculator-amount-div{
	margin: 0;
	padding: 0 5px;
}

.not-found-image{
	width:100%;
    height:auto;
    margin: 0 auto;
    display: block;
}

.not-found-div{
	margin: 0 auto;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.site-index-iframe{
	position:absolute;
	left:0;
	overflow-y:hidden;
	width:100%;
	height:100%;
	border:0;
}

.site-index-iframe-no-overflow{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	border:0;
}

.questionnaire-center-text{
	text-align: center;
	font-size: 20px;
}

.script-governorate-content{
	padding-right: 30px;
	background-color: #FFF;
	border-radius:15px;
	min-width:300px;
}

.script-governorate-content-padding-all{
	padding: 5px 5px 5px 10px;
	background-color: #FFF;
	border-radius:15px;
	min-width:300px
}

.text-align-left{
	text-align: left;
}

.text-align-right{
	text-align: right;
}

.text-align-center{
	text-align: center;
}

.list-style-type-disclosure-closed{
	list-style-type: disclosure-closed;
}

.list-style-type-disc{
	list-style-type: disc;
}

.list-style-type-circle{
	list-style-type: circle;
}

.m10{
	margin:10px;
}

.m20{
	margin:20px;
}

.mt20{
	margin-top: 20px;
}

.float-right{
	float: right;
}

.deletebutton{
	padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
	color: #FFF !important;
	border-color: #f23b3b;
	background-color: #f23b3b;
    width: 80%;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: block;
}

#header{
	position: fixed;
	z-index: 100;
	width: 100%;
	transition: background .3s ease-in-out;
}

.transparent-header{
	background-color: hsla(0, 0%, 100%, 0);
	box-shadow: none;
}

.transparent-header a.link, .transparent-header a.newhover, .transparent-header .line-menu{
	color: white;
}

.white-header{
	background-color: white;
	/*box-shadow: 0 16px 24px 2px rgba(0,0,0, 0.14), 0 6px 30px 5px rgba(0,0,0, 0.2), 0 8px 10px 0 rgba(0,0,0, 0.2);*/
	box-shadow: 0 16px 24px 2px rgba(200, 200, 200, 0.14), 0 6px 30px 5px rgba(200, 200, 200, 0.2), 0 8px 10px 0 rgba(0,0,0, 0.2);
}

.white-header a.link, .white-header a.newhover, .white-header .line-menu, .white-header .lang-menu a{
	color: black !important;
}

.padding-from-top{
	padding-top: 120px;
}

.editable-fullwidth-input .editable-input{
	width:75%
}

.editable-fullwidth-input .editable-container.editable-inline{
	width:100%
}

#sortable {
	list-style-type: none;
	margin:0;
}

#sortable li {
	float:left;
	clear:left;
	width:100%
}

.minus-10per-left-margin{
	margin-left: -10%;
}

.minus-10per-right-margin{
	margin-right: -10%;
}

.back-menu-1-image{
	background-image: url(/images/back-menu-1.jpg);
}

.expanded-menu{
	background-color: #FFF;
	box-shadow: 0 16px 24px 2px rgba(0,0,0, 0.14), 0 6px 30px 5px rgba(0,0,0, 0.2), 0 8px 10px 0 rgba(0,0,0, 0.2) !important;
}

.expanded-menu-link{
	color: #000 !important;
}

#sm_menu_ham{
	position: fixed;
}

.mobile_menu li a{
	color: #000 !important;
}

#sm_menu_ham span{
	background-color: #000 !important;
}

.sm_menu_outer, .mobile-menu-style{
	background-color: #f7f7f7 !important;
}

#header .nav2 .nav-pills > li.active a{
	color: #f78f1d !important;
}

#nav-header li a:hover, .nav-pills li a:hover{
	background-color: unset !important;
	color: #f78f1d !important;
}

#header li.list-style:hover .expanded-menu-link, #header li.list-style:hover span.glyphicon-triangle-right, #header li.list-style:hover span.glyphicon-triangle-left{
	color: #f78f1d !important;
}

#header li.active2 .expanded-menu-link{
	color: #f78f1d !important;
}

#header li.list-style:hover .menu-icon{
	border-color: #f78f1d !important;
}

.section2 h2{
	color: #FFF !important;
}

@media (max-width:767px) {
	.section2{
		position: initial !important;
		margin-top: 0 !important;
	}
	
	.section1 .carousel-inner .item{
		height: auto !important;
	}
	
	.section1 .carousel-indicators{
		bottom: 10%;
	}
	
	.section1 .carousel-control{
		top: 60% !important;
	}
	
	.navbar-mobile{
		box-shadow: unset !important;
	}
}

.pb5{
	padding-bottom: 5px;
}

.black-color{
	color: #000;
}

.white-color{
	color: #FFF !important;
}

.orange-color{
	color: #f78f1d !important;
}

.logo-image{
	padding: 5% 12%;
    width: 81%;
    background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.logo-image-english{
	padding: 5% 10%;
	margin-left: 0;
    width: 81%;
    background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.logo-image-container{
	position: absolute;
	right: 5%;
}

.pt20{
	padding-top: 20px;
}

.section1-position{
	position: relative;
}

.section2-position{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.4);
}