@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
body{
	background-color:#c1c1c1;
	padding:0px;
	margin:0px;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
	color: #d2d2d2;
 padding-top:123px;
}
a{
	color: #a8a8a8;
}
a:hover, a:focus{
	color: #ffffff;
	text-decoration: none;
}
.row-fluid{
	margin-bottom: 10px;
}
.SubBox .row-fluid{
	margin-bottom: 0px;
}
.Header{
	background-image: url("../../images/HeadBGOuter.png");
	background-repeat: repeat-x;
	background-color: #000000;
	z-index: 10000;
	position: fixed;
    top:0;
    left:0;
    right:0;
}
.HeaderInner{
	background-image: url("../../images/HeadBGInner.png");
	background-repeat: repeat-x;
}
.HeadContainer{
	position: relative;
}
.Header, .Header *{
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar .brand {
    float: left;
    margin-left: -20px;
    text-shadow: none;
	height: 108px;
	padding-top: 5px;
}
.Slider{
	text-align: center;
	background-color: #1d1d1d;
}

.PaddedContent{
	padding: 13px 28px;
	padding-bottom:0px;
	background-color: #f3f3f3;
	margin-bottom: 10px;
    font-size:12px;
    min-height: 600px;
}
.PaddedContent h4{
	font-weight: normal;
	background-color: #000000;
	padding: 5px;
	padding-right: 20px;
	margin: 0;
}
.Sub h1,.Sub h2,.Sub h3,.Sub h4,.Sub h5{
	color: #606060;
}
.Sub {
	color: #606060;
}
.Sub .ParagraphBox h2{
	background-color: #c1c1c1;
}
.Sub .ParagraphBox p {
	background-color: #888888;
	color: #000000;
}
.Sub .ParagraphAltBox p {
	background-color: #dbdbdb;
}

/*added by samilox
*/
.Sub .ParagraphAltBox .TextContent {
    padding: 10px;
    background-color: #dbdbdb;

}
.TextContent {
    padding: 10px;
    background-color: #dbdbdb;
    height: 100%;
}

.Sub .form-horizontal .control-label{
	color: #606060;
}
.Sub .BorderedImage {
	background-color: #c1c1c1;
}
.Sub a:hover, .Sub a:focus{
	color: #0e3441;
}
.BoxContainer{
	background-color: #101010;
	margin-bottom: 10px;
	position: relative;
}
.BoxContainer img{
}

.HoverHint{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background-image: url("../../images/HoverBG.png");
	background-position: bottom;
	background-repeat: repeat-x;
	color: #ffffff;
	padding-right: 20px;
	display: none;
	height: 30px;
}
.HoverHint span{
	position: absolute;
	bottom: 0;
	display: block;
	padding-bottom: 5px;
}

.MobileLogo{
	text-align: center;
	padding-top: 23px;
}
#subCarousel .carousel-inner img{
	margin: 0 auto;
}
#subCarousel{
	z-index: 9999;
	margin-bottom: 0;
}
#subCarousel .SliderLink{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-top:5%;
	display: block;
}
#subCarousel .SliderLink img{
	height: auto;
	max-width: 40%;
	margin-right: 18%;
	opacity:0;
}
#subCarousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
#subCarousel .active.left {left:0;opacity:0;z-index:2;}
#subCarousel .next {left:0;opacity:1;z-index:1;}

.SubHeader{
	background-color: #0e3441;
	color:#ffffff !important;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0px 25px;
	padding-left:0px;
	margin-top: 0px;
}
.SubBox{
	background-color: #dbdbdb;
	padding: 10px;
}
/*  edited by samilox */
.CourseDiv{
	background-color: #c1c1c1;
	text-align: center;
	padding-top: 10px;
	color: #505050;
    position: relative;
    min-height: 230px !important;
    max-height: 230px !important;
}
.CourseDiv .RegisterLink{
	display: block;
	background-color: #0f93b2;
	color: #ffffff;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
	font-size: 14px;
	margin-top: 10px;
	padding: 2px;
}
/* 	width: 80px;*/
.CourseDiv p{
	margin: 0;
	text-align: right;
	float: right;
	line-height: 18px;
	padding-right: 5px;
    width: 100%;
}
.CourseDiv p.CourseTitle{
	min-height:36px;
}
.CourseDiv p.Location{
	color: #848484;
}

/*  edited by samilox */
.CourseDiv .Date{
position: absolute;

    top: 0px;
    left: 0px;
    z-index: 99999;
    opacity: 0.5;
	background-color: #0e3441;
	padding: 12px 10px;
	color: #ffffff;
	width: 30px;
	float: left;
	text-align: center;
	line-height: 15px;


}
.CourseDiv .Date span{
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
}
.TableDiv{
	height: 223px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.subtable{
	color:#606060;
	background-color: #dbdbdb;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}
.subtable tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th{
	background-color: #c5c5c5;
}
.subtable caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td{
	background-color: #0e3441;
	color: #ffffff;
}
.News p{
	margin-top:10px;
	font-size: 14px;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
	color: #606060;
}
.HeadLink{
	float: left;
	display: inline-block;
	padding: 0 10px;
	color: #ffffff !important;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
	background-color: #196179;
}
.HeadLink.Alt{
	background-color: #0f93b2;
}
.ToggleDiv{
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index: 10000;
}
.ToggleDiv .icon-remove{
	margin-right:5px;
	cursor: pointer;	
}
.LocationChange{
	padding: 5px 10px;
	background-color: #196179;
    color: #FFFFFF;
}
.LocationChange select{
	margin-bottom: 0;
}
.SearchBox{
	padding: 5px 10px;
	background-color: #0F93B2;
    color: #FFFFFF;
}
.SearchBox input{
	margin-bottom: 0;
}

#masterslider{
    direction:ltr;
}
.ms-slide-bgcont, #masterslider, .ms-container{
    background-color:#1d1d1d;
}

/* Large desktop */
@media (min-width: 1200px) {
	.PaddedContent > .row-fluid > .span8:first-child {
	     margin-right: 0px;
	}
	.PaddedContent > .row-fluid > .span4 {
	    margin-right: 28px;
	}
}

/* Desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	.PaddedContent > .row-fluid > .span8:first-child {
	     margin-right: 0px;
	}
	.PaddedContent > .row-fluid > .span4 {
	    margin-right: 28px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.PaddedContent > .row-fluid > .span8:first-child {
	     margin-right: 0px;
	}
	.PaddedContent > .row-fluid > .span4 {
	    margin-right: 28px;
	}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body{
		padding-top:0px;
	}
	.Header{
		position:relative;
	}
	.navbar-inner, .nav, .navbar .nav > li > a{
		height:auto !important;
		  line-height: 65px !important;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

}

.newsContent a{
	color: #15AFCF !important;
}

.newContentSize{
    font-size: 16px;/*edited by samilox 12px*/
	line-height: 32px;/*Added by samilox*/
}

.newContentSize h1{
    font-size: 24px;
}
.newContentSize h2{
    font-size: 20px;
}
.newContentSize h3{
    font-size: 18px;
}

.newContentSize table{
    font-size: 12px;
}
.newContentSize .ParagraphBox h2 {
      font-size: 16px;
}
.newContentSize .ParagraphBox .TextContent {
      font-size: 12px;
}

.newContentSize li {
    	line-height: 32px;/*Added by samilox*/
}
.newContentSize .breadcrumb {
      font-size: 12px;
}

.franchise-btn{
width: 94%;
padding-top: 5.6%;
padding-bottom: 5.6%;
color:white !important;
}
