
/*center the carousel when not full width*/
.owl-stage{
	margin-left:auto;
	margin-right:auto;
}

section.news {
	/*background-color: #f1f1f1;*/
}
section.news h1.section{
	text-transform: uppercase;
	padding:0;
	padding-bottom:0.7em;
}

section.news div.news-wrapper{
	padding:1em;
}
section.news div.news-image {
	position: relative;
	width:100%;
	height:200px;
	background-position: center;
	background-size:cover;
	border-radius: 10px 10px 0 0;
}
section.news div.news-image-overlay {
	position:absolute;
	width: 100%;
	height:40px;
	line-height: 40px;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(54, 99, 168, 0.6);
	color:#ffffff;
	font-size: 0.8em;
}
section.news div.news-image-overlay .left {
	float:left;
	padding-left:0.5em;
}
section.news div.news-image-overlay .right {
	float:right;
	padding-right:0.5em;
}

section.news div.news {
	position:relative;
	background: #ffffff;
	height:340px;
	border:1px solid #cccccc;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 1px 2px 5px rgba(10, 10, 10, 0.28);
}
section.news div.news div.news-title {
	/*font-family: 'Roboto Slab', serif;*/
	font-weight: 700;
	color: #3663a8;
	height:90px;
}
section.news div.news-content {
	height: 40px;
}
section.news div.news h1 {
	text-align: center;
	font-size:1.2em;
	font-weight: 700;
	text-transform: uppercase;
	padding:0;
	margin:0;
}
section.news div.news .news-text {
	margin-top:1em;
	height: 50px;
	overflow: hidden;
	overflow-y: auto;
}

section.news div.news h2 {
	padding:0;
	margin:0;
	text-align: center;
	font-size:1em;
	color: #828282;
}

section.news div.news hr {
	border-color: #3663a8;
	width:80%;
	padding:0;
	margin-top:1em;
	margin-bottom:1em;
	display: none;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.row-news{
		/*padding:5em;
		padding-top:1em;*/
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.row-news{
		/*padding:1em;*/
	}
}

