.center-element {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.border-radius {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.top-padder {
	margin-top: 15px;
}

.width{
	width: 100%;
}
.news-button {
	width:100%;
	height: 50px;
	background: #003976;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news-button p{
	padding-top: 15px;
	color: #fff;
}

.panel-button {

	padding-top: 20px;

}

.story-image img {
/*	margin-top: 20px; */
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.Story3Desc {
	padding-left: 9px;
}


hr.faded {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(229,229,229)),
      color-stop(0.9, rgb(229,229,229)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(229,229,229) 10%,
      rgb(229,229,229) 90%,
      rgb(255,255,255) 100%
  );
}


@media(max-width:767px){
	.story-image {
		margin-top: 0px; 
	}
}

@media(min-width:768px){
	.story-image {
		margin-top: 20px; 
	}
}


@media(min-width:992px){
	.story-image {
		margin-top: 0px; 
	}
}

@media(min-width:1200px){
	.story-image {
		margin-top: 0px; 
	}
}

@media(max-width:400px){

}




.carousel-interview .active.left, .carousel2 .active.left {
	left:0;
	opacity:0;
	z-index:2;
}

.carousel-interview .next, .carousel2 .next {
	left:0;
	opacity:1;
	z-index:1;
}

.carousel-control.left, .carousel-control.right {
	background: transparent;
}

.carousel-interview .carousel-control {
	opacity: 1;
	width: 100px;
	height: 220px;
	margin-top: auto;
	margin-bottom: auto;
}

@media(max-width:767px){
	.carousel-interview .carousel-control {
		width: 50px;
	}
}



@media(min-width:768px){
	.carousel-interview .carousel-control {
		width: 70px;
	}
}
@media(min-width:992px){
	.carousel-interview .carousel-control {
		width: 80px;
	}
}
@media(min-width:1200px){
	.carousel-interview .carousel-control {
		width: 100px;
	}
}

@media(max-width:400px){

}



#carousel-interview .carousel-caption {
	text-shadow:0 0 0 rgba(0, 0, 0, 0) !important;
}

#carousel-interview .carousel-caption {
/*	background: #EC008C; */
	color: #003976;
	bottom:0px;
	width: 100%;
	margin: 0;
	left: 0;
	position: relative;
	padding-bottom: 5px;
	padding: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#carousel-interview .caption-descrip {
	color: #333;
	bottom:0px;
	width: 100%;
	margin: 0;
	left: 0;
	position: relative;
	padding-bottom: 5px;
	/*margin: 20px;*/
}

#carousel-interview .carousel-interview .active {
	opacity: 1;
}

#carousel-interview .carousel-inner>.next {
	width: auto !important; 
}

#carousel-interview .carousel-inner>.prev {
	width: auto !important; 
}

.interview {
	padding:40px;
}



.control-height {
	height: 145px;
	margin-left: 8px;
	margin-right: 16px;
	top: 0; 
}



/*Style for current affairs blog */

#Affairs-Outer { 
/*    width:100%;*/
    background: #e5e5e5;
    margin: 0px 0 20px 0; 
    padding: 5px; 
}


.Affairs-Header { 
    display: block;
    padding-top: 5px;
    text-align:center;
}


.Affairs-Container-Blog {
	padding-bottom: 15px;
}

.Affairs_Title {
    padding-left: 15px;
    margin:0;
}

.Affairs_Desc {
    padding: 15px;
    line-height:1.4;

}


#more-news { 
    background: #e5e5e5; 
    padding: 5px; 
}

#more-news ul { 
    list-style-type: none;
    position:relative;
	left: -25px;
	width: 320px;
}

#more-news li { 
    padding-right: 15px;
    padding-top: 5px;
}

.Morenews-header { 
    display: block;
    padding-top: 5px;
    text-align:center;
}

.storyclear-left{
	clear: left;
}







