@charset "utf-8";
/* CSS Document */
::selection{
	background: #376cba;
	color: white;
	
}

img:hover {
	opacity: 0.8;
}

.navbar-brand span {
	margin-left:30px;
	font-weight: 400;
}

#site-wrapper{
	width: 80%;
	margin: auto;
}

.main{ /*margin-top: 240px;*/ }
.banner{
    width: 100%;
    height: 650px;
    position: absolute;
    top:0;
    left: 0;
    background: #ffffff url("assets/layout/banner.jpg") no-repeat;
    background-size: 100% auto;
    clear: none;
    z-index: -1000;
}

	.social-list a {
		padding-right: 20px;
	}
	
	.side-box {	
		margin-top: 40px;
		background: #ececec;
		padding: 15px;
	}

.footer {
	background-color: #ddd;
	color: #515059;
}

.copyright h5 {
	font-weight: 500;
	letter-spacing: 0.023em;
}


/* OTHER STYLES */
.alert {
			margin-bottom: 0px;
		}
section .latest-news{
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
	margin-bottom:60px;
}
article, .article {
	word-break: break-word;
}
div.agenda div.thumbnail {
	/*min-height: 273px !important;*/
}

div.agenda div.thumbnail h3 {
padding-top:0px;
margin-top: 7px;
}
div.agenda div.thumbnail h4 {
font-weight: 500;
}
div.agenda .thumbnail .caption {
    font-size: 1.1em;
}

.thumbnail .category {
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

.modal-body img { max-height: 470px; }
.modal-dialog { max-width: 650px !important; }

 @media (max-width: 767px){
 
 section.latest-news-text {
	padding-top: 20px;
	
 }
 
 section.latest-news a img:not(.different) {
	margin-top:60px;
 }
 
 }