.newsBody {
	font-family: 'Pontano Sans', sans-serif;
	position:relative;
	z-index:2;
	}
.newsBody h3{
	font-size:1.1em;
	font-weight:bold;
	}
#news{
	border-bottom:1px solid #ADCDDE;
	padding-bottom:25px;
	}
#news .media:first-child {
	margin-top: 15px;
}
#centerBoxes{
	border-top:1px solid #FFF;
	font-family: 'Pontano Sans', sans-serif;
	padding-top:15px;
	}
.btnNews{
	position:relative;
	}
.btnNews a{
	bottom:-40px;
	left:42%;
	position:absolute;	
	}

.carousel-caption {
	background: rgba(255, 255, 255, .75);
	color:#F60;
	padding-top:10px;
	text-shadow:none;
	}
.captionText {	
	text-align:right;
	}
.captionText h2{
	margin-top:0px;
	margin-bottom:0px;
	}
.captionDesc{
	font-size:1.4em;
	}
.captionLink{
	text-align:left;
	}
.carousel-indicators li{
	background:#F60;
	border:none;
	box-shadow: inset 1px 1px 2px #333;
	}
.newsBody .picCol {
	background:url(../images/design/main/shadow-120.png) no-repeat bottom center;
	padding:0 2px 10px;
	}
	
@media screen and (min-width: 768px){
	#picBox .carousel-indicators {
		bottom: -40px;
	}
	.carousel-caption {
		right: 0;
		left: 0;
		padding-bottom: 10px;
	}
	#mainslideshow .carousel-inner>.item>img{
		width:100%;
		}
}


@media (max-width: 767px){
	.captionText h2 {
		font-size:1.2em;
		}
	.captionDesc{
		font-size:1em;
		}
}
@media (max-width: 500px){

	.carousel-caption{
		position:relative;
		right:auto;
		left:auto;
		bottom:auto;
		min-height:100px;
		}
		#news {
			background: -moz-linear-gradient(top,  rgba(173,205,222,.4) 0%, rgba(173,205,222,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,205,222,.4)), color-stop(100%,rgba(173,205,222,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(173,205,222,.4) 0%,rgba(173,205,222,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(173,205,222,.4) 0%,rgba(173,205,222,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(173,205,222,.4) 0%,rgba(173,205,222,0) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(173,205,222,.4) 0%,rgba(173,205,222,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adcdde', endColorstr='#00adcdde',GradientType=0 ); /* IE6-9 */

			}
}