@import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";




/*********** START SINGLE POST **************/
aside {
    float: right;
    padding: 15px 5px;
    width: 25%;
}
aside img {margin: 20px 0}
.contents {
	margin: 0 25% 0 0;
	padding: 0 25px
}
.contents h1 {color: #EF4F1D;line-height: 1.8;}
.date {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 20px;
}
.nav-pills > li > a {border-radius: 0;color: #2c3e50}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #EF4F1D;
}
.nav-stacked > li + li {background-color: #f7f7f7}
article img.img-responsive {
    height: 400px;
    margin: 0 auto;
    min-width: 50%;
    width: 800px;
}
/************* END SINGLE POST *****************/


/*********** START LIST BLOG PAGE ***************/
.blog-list-content{
  margin-top:15px;
}

.list-blog-m{
  margin-bottom:20px;
}
.list-blog-m img {
  margin: 15px 10px;
  width: 100%;
  height: 240px;
}
.list-blog-blocks{
  width:100%;
  min-height:265px;
  background-color: #404040;
  position:relative;
  overflow:hidden;
}

.list-blog-blocks .img-shop-list{
  position:relative;
  background-color:#202b36;
  width:100%;
  height:265px;
  overflow:hidden; 
}

.list-blog-blocks .list-blog-text{
  margin: 9px 0 5px 20px;
}

.list-blog-blocks .list-blog-text h4 {
	background-color: #EF4F1D;
	color: #fff;
	font-size: 15px;
    line-height: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 10px;
}

.list-blog-blocks .list-blog-text p{
  font-weight: 400;  
  color:#848b94;
}
.list-blog-blocks .list-blog-text span{
  display:block;
  color:#b4bbc4;
  margin-bottom:26px;
}

.list-blog-blocks .list-blog-text ul{
  display:inline-block;
  margin-right: 10px;
  padding:0;
}

.list-blog-blocks .list-blog-text .icons-hover{
  display:inline-block;
  position:relative;
}

.icons-hover:hover .icons{
  opacity:1!important;
     -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.list-blog-blocks .list-blog-text li .first{
  margin-left:-15px!important;
}

.list-blog-blocks .list-blog-text li .hover{
  opacity:0;
  position:absolute;
  left:50%;
  margin-left:-8px;
  margin-top:-19px;
  min-width:100px;
  color:#d5d8dc!important;  
  text-transform:uppercase;
}

.list-blog-blocks .list-blog-text li span{
  font: 400 10px 'Open Sans', sans-serif;
}

.list-blog-blocks .list-blog-text li a i{
  background-color:#161d25;
  height:32px;
  padding-right:7px;
  padding-left:7px;  
  color:#324152;  
  font-size:20px;
  line-height:32px;
  text-align:center;
  width: 35px;
}

.list-blog-blocks .list-blog-text li a i:hover{
  background-color:#E84C3D;
  color:#fff;
     -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}

.list-blog-blocks .list-blog-text .btn-blog-blocks {
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: -16px;
    padding: 5px 16px;
}
.pagination>li>a, .pagination>li>span {color: #EF4F1D}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: #EF4F1D;
	border-color: #EF4F1D;
}
/*********** END LIST BLOG PAGE ***************/


/*********** START ALBUM ***************/
.album {padding-bottom: 20px}
.album-wrapper {
    background-color: #404040;
    text-align: center;
}
.album-title {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
}
.album img:hover {
    opacity: 0.7;
}

.album img.img-responsive
{
    height: 270px;
    }
/*********** END ALBUM ***************/

/*********** START VIDEOS ***************/
.video-list-thumbs{padding-top: 30px}
.video-list-thumbs > li{margin-bottom:30px}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
    display:block;
    position:relative;
    background-color: #EF4F1D;
    color: #fff;
    padding: 8px;
    border-radius:3px
}
.video-list-thumbs > li > a:hover{
    background-color:#505050;
    transition:all 500ms ease;
    box-shadow:0 2px 4px rgba(0,0,0,.3);
    text-decoration:none
}
.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 41px;
    line-height: 21px;
    margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle {
	font-size: 60px;
	opacity: 0.6;
	position: absolute;
	right: 39%;
	top: 20%;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
    color:#fff;
    opacity:1;
    text-shadow:0 1px 3px rgba(0,0,0,.8);
    transition:all 500ms ease;
}
.video-list-thumbs .duration{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 12px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
    background-color:#000;
    transition:all 500ms ease;
}
@media (min-width:320px) and (max-width: 480px) { 
    .video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
    }
    .video-list-thumbs h2{
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}
/*********** END VIDEOS ***************/

/* start Media Query */

/* MOBILE AND SCREEN */
@media only screen and (max-width: 479px) {
    .navbar-toggle {
        float: none;
        margin-right: 15px;
    }
    .nav li {
        border-bottom: 1px solid #999;
        display: block;
        text-align: center;
    }
    #big-slider {
        display: none;
    }
    .col-xs-6, .col-xs-12 {
        width: 100%;
        text-align: center
    }
    aside {
    float: none;
    padding: 15px 5px;
    width: 100%;
}
    aside img {margin: 20px 0}
    .contents {margin: 0;padding: 0}
    .contents h1 {font-size: 16px;line-height: 1.7}
}
/*********** END LIST BLOG PAGE ***************/

/* START GROUPING STYLES */
.navbar-default,
.block-title,
.event-m,
.footer {background-color: #00b8c0;}

.news .block-title,
.gallery .block-title {background-color: #00b8c0;}
.news .block-title,
.gallery .block-title, .video .block-title {min-height:37px;}
.events, .news {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
	overflow: hidden
}
h3.block-title span {float: right; margin-left: 10px;line-height: 1.4;margin: 9px;}
.news h3.block-title a, .gallery h3.block-title a, .video h3.block-title a {
	float: left;
	background-color: #fad117;
	padding: 10px 15px;
	color: #555c6e;
	font-size: 12px;
	line-height: 17px;
}
.news h3.block-title a:hover, .gallery h3.block-title a:hover, .video h3.block-title a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px 15px;
	text-decoration: none
;
}
.panel-heading {
    background: none repeat scroll 0 0 #f5f5f5;
}
/* END GROUPING STYLES */


/* TABLET SCREEN */
@media (min-width: 480px) and (max-width: 767px) {
    .navbar-toggle {
        float: none;
        margin-right: 15px;
    }
    .nav li {
        border-bottom: 1px solid #999;
        display: block;
        text-align: center;
    }
    .logo {
        text-align: center;
}
    .langu {
        text-align: center;
    }
    .social-icons {
        text-align: center;
    }
    .carousel-caption {
        display: none;
    }
    aside {
    float: none;
    padding: 15px 5px;
    width: 100%;
}
    aside img {margin: 20px 0}
    .contents {margin: 0;padding: 0}
    .contents h1 {font-size: 16px;line-height: 1.7}
    .news-content {float: none;width: 100%;}
    .news li {text-align: center !important}
    .news-image {
    float: none;
    height: 100px;
    width: 100px;
    margin: 0 auto
    }
    .carousel.slide {height: auto}
    .carousel-inner {height: auto}
}

/* SMALE SCREEN */
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        bottom: 20%;
    }
    .carousel-caption h3 {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }
    .carousel-caption p {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }
}

/* medium SCREEN */
@media (min-width: 992px) and (max-width: 1199px) {}


/* LARGE SCREEN */
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}
.box{height:71px;background-color:#242237;overflow:hidden}
.box img{width:100px}
.box h5{float:left!important;display:inline-block;width:68%;line-height:1.8}
.box h5 a{color:#fff}
.departments{position:relative}
.departments .col-md-6{position:relative;padding:0 20px}
.departments .col-md-6:nth-child(1){left:175px;margin:20px 0 10px;text-align:left;-webkit-animation-duration:2s;-webkit-animation-delay:2s}
.departments .col-md-6:nth-child(2){right:175px;margin:20px 0 10px;-webkit-animation-duration:2s;-webkit-animation-delay:2s}
.service-box-inner{display:inline-block;cursor:pointer}
.service-box-inner 
.content-box{margin:30px 0}
.service-box-inner span{display:block;text-align:center;margin-top:5px;font-size:1.3em;color:#242237;width:150px;font-family:'Droid Arabic Kufi',tahoma}
.col-md-6.mic{text-align:left;left:175px}
.col-md-6.math{right:175px}
