@import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
body {
    font-family: 'Droid Arabic Kufi',tahoma;
    margin: 0;
    padding: 0;
}
body a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
table {
    width: 100%
}
section h1 {
    border-bottom: 3px solid #eee;
    display: block;
    margin: 40px auto;
    padding-bottom: 15px;
    text-align: center;
    width: 50%;
}
h1 {font-size: 20px;}
p {
    color: #7b7c7e;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 0 20px;
    text-align: justify;
}
.btn-primary {
    color: #fff;
    background-color: #2980B9;
    border-radius: 0;
    font-size: 12px;
}
.btn-danger {
    color: #fff;
    background-color: #E74C3C;
    border-radius: 0;
    font-size: 12px;
}
.login .fa, .links .fa, .gallery .fa, .video .fa {font-size: 20px}

/* start Loading */
.loading {
    background: #222;
    color: #fff;
    position: fixed;
    left: 0;
    top: :0;
    width: 100%;
    height: 100%;
    z-index: 9999
}
.spinner {
    margin: 300px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #ddd;
    height: 100%;
    width: 6px;
    display: inline-block; 
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.spinner .rect3 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}
.spinner .rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.spinner .rect5 {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* End Loading */

/* start Intro */
/*.intro {height: 100vh}*/
/* start Intro */

/* start header */
header {
    min-height: 100px;
    padding: 10px 0 10px;
    background-color: #f7f7f7;
}



/* End header */


.langu a {
    margin: 5px;
}

/* Start Social-icons*/
.social-icons {margin-top: 15px;overflow: hidden;}

.social-icons ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 5px 10px;
    text-align: center;
}
.social-icons ul li a {
    border-radius: 50%;
    display: block;
    font-size: 18px;
}
.social-icons ul li a i {
    border: 2px solid #2c3e50;
    border-radius: 50%;
    color: #2c3e50;
    height: 36px;
    line-height: 33px;
    transition: all 0.3s ease-in-out 0s;
    width: 36px;
}
.social-icons ul li a i:hover {border-color: #E74C3C;color: #E74C3C;}
/* End Social-icons*/

/*-- Start Navbar --*/
.nav.navbar-nav a {padding: 5px 10px;}
/*-- Start Navbar --*/

/* Start Search */
#search {margin-top: 10px;}

.search-form .form-group {
    -webkit-transition: all 0.35s, border-radius 0s;
    -moz-transition: all 0.35s, border-radius 0s;
    -o-transition: all 0.35s, border-radius 0s;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 25px;
}
.search-form .form-group input.form-control {
    padding-right: 30px;
    border: 0 none;
    background: transparent;
    display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {display: none;}

.search-form .form-group input.form-control:-moz-placeholder {/* Firefox 18- */display: none;}

.search-form .form-group input.form-control::-moz-placeholder {/* Firefox 19+ */display: none;}

.search-form .form-group input.form-control:-ms-input-placeholder {display: none;}

.search-form .form-group:hover, .search-form .form-group.hover {width: 100%;border-radius: 4px 25px 25px 4px;}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #EF5959;
    left: initial;
    font-size: 14px;
}
/* End Search */

/* Start Navbar */
.navbar {margin-bottom: 0;padding: 0;min-height: 0;}

.navbar-default {
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {color: #FFF;font-size: 14px;padding: 10px;}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {color: #e74c3c;background-color: rgba(0, 0, 0, 0);}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {color: #FFF; background-color: rgba(0, 0, 0, 0);}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {color: #FFF; background-color: #e74c3c;}

.dropdown-submenu {position: relative;}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
}
.dropdown-submenu:hover>.dropdown-menu {display: block;}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #E74C3C;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {border-right-color: #fff;}

.dropdown-submenu.pull-right {float: none;}

.dropdown-submenu.pull-right>.dropdown-menu {left: -100%; margin-left: 10px;}

.img-responsive, .thumbnail > img,
.thumbnail a > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { 
    min-width:100%
}
/* End Navbar */


/* Start Slider */
.carousel.slide {
    height: 460px;
}
.carousel-inner {
    height: 460px;
}
.carousel-caption {
    background-color: rgba(4, 4, 4, 0.5);
    bottom: 120px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.carousel-caption h3 {color: #e74c3c; font-size: 25px;}

.carousel-caption p {color: #FFF; font-size: 15px}

.carousel-indicators {right: 50%; bottom: 10px;}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 15px;
    height:15px;
    margin: 0;
    background-color: #e74c3c;
}
.carousel-control {color: #E74C3C;}

/* End Slider */


/* Start Main-Content */
.main-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px auto;
}

.main-content h1{color: #E74C3C;line-height: 1.8}

/* Start Events*/
.block-title {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.event-list {padding: 0 10px;}

.event-list li {list-style: none; margin: 15px auto;}

.event-list-full li {margin: 0 0 25px 0 !important; list-style: none !important;}

.event-list li:last-child {margin: 0 !important;}

.event-date {
    float: left;
    width: 60px;
    margin: 0 15px 0 0;
}
.event-info {}

.event-m {
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0;
}
.event-d {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    color: #e74c3c;
    font-size: 24px;
    padding: 6px 0;
    text-align: center;
}
.event-info h4 {
    font-size: 15px;
    margin: 0 0 6px 0 !important;
    line-height: 200%;
}
.events-info p {line-height: 10px; padding: 0}

.event-full {padding: 0 0 20px 0; margin: 0 0 15px 0 !important;}

.event-full .event-info {width: 90%;}

.event-full .event-info h4 {font-size: 16px !important; font-weight: 400;}

.event-info h4 a {color: #2C3E50;}

.event-full .event-info p {color: #424242; font-size: 14px;}

.event-image {max-width: 100%; margin: 30px 0 0 0;}

.event-full p {margin: 0 0 20px 0 !important;}

.event-info p {
    color: #999;
    font-size: 12px;
    line-height: 0;
    padding: 0;
}
.event-meta p {margin: 0 !important;}

.event-single {background: none;}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    height: 20px;
    margin-top: -15px;
    width: 20px;
}

/*Start Events Archive*/
.events-list-blog-blocks {
    background-color: #24303d;
    float: right;
    margin: 5px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
}
.events-list-blog-blocks .img-shop-list {
    background-color: #202b36;
    height: 265px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.events-list-blog-blocks .events-list-blog-text {
    padding-bottom: 20px;
}
.events-list-blog-blocks .events-list-blog-text h4 {
    background-color: #e74c3c;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    padding: 10px;
}
.events-list-blog-blocks .events-list-blog-text p {
    color: #848b94;
    font-weight: 400;
    margin: 10px;
}
.events-list-blog-blocks .events-list-blog-text span {
    color: #b4bbc4;
    display: block;
    margin-bottom: 26px;
}
.events-list-blog-blocks .events-list-blog-text ul {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}
.events-list-blog-blocks .events-list-blog-text .icons-hover {
    display: inline-block;
    position: relative;
}

.events-list-blog-blocks .events-list-blog-text li .hover {
    color: #d5d8dc !important;
    left: 50%;
    margin-left: -8px;
    margin-top: -19px;
    min-width: 100px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
}
.events-list-blog-blocks .events-list-blog-text li span {
    font: 400 10px "Open Sans",sans-serif;
}
.events-list-blog-blocks .events-list-blog-text li a i {
    background-color: #161d25;
    color: #324152;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    width: 35px;
}
.events-list-blog-blocks .events-list-blog-text li a i:hover {
    background-color: #e84c3d;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.events-list-blog-blocks .events-list-blog-text .btn-blog-blocks {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    margin-bottom: auto;
}
/*End Events Archive*/
/*End Events*/

/*-- Start subscribe --*/
.subscribe {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    background:  url("../img/sub-header.png") repeat-x scroll center top;
    min-height: 130px;
}
.subscribe h3 {font-size: 15px; margin-bottom: 20px}

.subscribe .form-control {
    font-size: 12px;
    border-radius: 0;
    margin-left: -5px;
}
/*-- End subscribe --*/

/*Start News*/
.news-items {
    list-style: none; padding: 5px;}

.news li {border-bottom: 1px solid #eee; margin-top: 20px;padding-bottom: 20px;}

.news-image {
    float: right;
    height: 169px;
    width: 23%;
}

.news-image img {
    width: 100%;
    border: 1px solid #e74c3c;
    height: 100%;
}
.news-content {float: left; width: 75%;}

.news-content h4 {
    font-size: 15px !important;
    line-height: 120%;
    margin: 0 0 2px !important;
}
.news-content h4 a {color: #2c3e50; line-height: 25px;}

.news-content h4 a:hover {color: #e74c3c; text-decoration: none;}

.news-content p {
    line-height: 180%;
    padding: 0 0 10px;
    text-align: justify;
}
.news-date {
    color: #999;
    font-size: 12px;
    margin: 0;
}
.news-items li:last-child {border: none;}
.news-excerpt > a {color: #e84c3d;margin-right: 5px;display: block;}

/*-- Start Links --*/
.links {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
}
.links ul {margin: 10px;}

.links ul li {line-height: 29px;}

.links li a {color: #2c3e50;}
/*-- End Links --*/

/*-- Start Login --*/
.login {border: 1px solid #ddd; margin-bottom: 20px;}

.form-login {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.form-login .fa {font-size: 15px}

.login .form-control {margin: 20px 0;}

.wrapper {
    text-align: center;
}
/*-- End Login --*/

/*-- Start Gallery --*/
.gallery {border: 1px solid #ddd; margin-bottom: 20px;}

.gallery .block-title a {
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
 
}

.gallery-container {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.gallery-container li {
    display: inline-block;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.gallery-container li img {height: 100px; width: 100px;}

.gallery-container li:hover {opacity: 0.7;}

.mt {
    margin-top: 25px;
}
.photo-wrapper {
    background-color: #E74C3C;
    display: block;
    overflow: hidden;
    position: relative;
    transition: background-color 0.4s ease 0s;
}
.project .overlay {
    color: #fff;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.4s ease 0s;
}
.project:hover .photo-wrapper {
    background-color: #E74C3C;
    background-image: url("../img/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
 .photo-wrapper .photo img.img-responsive
 {
     height:250px;
 }
.project:hover .photo {
    opacity: 0.1;
}
.project:hover .overlay {
    opacity: 1;
}
.fancybox title
{
    width: auto;
}
.desc {
    margin-bottom: 25px;
}
/*-- End Gallery --*/


/*-- Start Video --*/
.video {border: 1px solid #ddd;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 70%;}
/*-- End Video --*/


/*-- Start Ads --*/
.ads img {width: 100%; /*min-height: 100%;*/}
/*-- End Ads --*/
/* end Main-Content */


/*-- Start footer--*/
.footer {
    border-bottom: 5px solid #E74C3C;
    color: #E5E5E5;
    margin: 20px 0 0 0;
    padding: 10px 0 0;
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 200px;
}
.footer:after {
    background-color: #2e313d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer h4 {
    color: #e74c3c;
}
.footer a {
    color: #f1f1f1;
    font-size: 12px;
    line-height: 3;
    padding:0;
    transition: all 0.3s ease-in-out 0s;
}
.footer a:hover {color: #e74c3c; text-decoration: none}
.copyrights {
    background-color: #e74c3c;
    margin: 0;
    min-height: 60px;
}
.copyrights p {
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}
/* End Footer */


/*********** 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: #E74C3C;line-height: 1.8;}
.date {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 20px;
}
.nav-pills > li > a {
    border-radius: 0;
    color: #2c3e50;
    font-size: 13px
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #e74c3c;
}
.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:#24303d;
  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: #e74c3c;
	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: #E74C3C}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: #E74C3C;
    border-color: #E74C3C;
}
/*********** END LIST BLOG PAGE ***************/


/*********** START ALBUM ***************/
.album {padding-bottom: 20px}
.album-wrapper {
    background-color: #2C3E50;
    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: #e74c3c;
    color: #fff;
    padding: 8px;
    border-radius:3px
}
.video-list-thumbs > li > a:hover{
    background-color:#000;
    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: #2c3e50;}

.news .block-title,
.gallery .block-title {background-color: #e74c3c;}
.news .block-title,
.gallery .block-title, .video .block-title {min-height:37px;}
.events, .news {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden





}
h3.block-title span {float: right}
.news h3.block-title a, .gallery h3.block-title a, .video h3.block-title a {
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 4px 7px;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 13px;
}
.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: 4px 10px;
	text-decoration: none
}
.panel-heading {
    background: none repeat scroll 0 0 #f5f5f5;
}
/* END GROUPING STYLES */

/* MOBILE SCREEN */
@media (min-width: 320px) and (max-width: 479px) {
    .news-content {float: none;width: 100%;}
    .news li {text-align: center !important}
    .news-image {
    float: none;
    height: 100px;
    width: 100px;
    margin: 0 auto
    }
}

/* 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;
    }
    .carousel.slide {height: auto}
    .carousel-inner {height: auto}
}

/* medium SCREEN */
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel.slide {height: auto}
    .carousel-inner {height: auto}
}


/* LARGE SCREEN */
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}
.form-control {
    font-size: 12px;
    padding: 3px 12px;
    margin-bottom:5px;
}
#maincontent_nws .list-unstyled > li {
    display: inline-block;
    margin: 30px 0 30px 40px;
}