body
{
	background-color:#fafafa;
	margin:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
div#caritas-top-bar
{
	background-color:#980E03;
	width:100%;
	height:16px;
	padding:2px 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:150%;
	font-weight:bold;
}
div#caritas-top-bar  img
{
	float:left;
	margin-right:5px;
}
div#caritas-header
{
	background-color:#f40405;
	width:100%;
	height:100px;
	text-align:center;
	border-bottom:#980E03 solid 3px;
	position:relative;
}

div#caritas-header div#caritas-header-title{
	height:100%;
	width:280px;
	text-align:center;
	color:#fff;
	float:left;
	position:relative;
}

div#caritas-header div#caritas-header-title h1
{
	margin:0 auto;
	line-height:200%;
	font-size:25px;
}
div#caritas-header div#caritas-header-title h2
{
	margin:0 auto;
	font-size:18px;
}

div.caritas-header-section{
	width:1000px;
	min-width:1000px;
	margin:0 auto;
	text-align:left;
	height:100%;
}

#normal 
{
	float:right;
	height:100%;
	
}

#normal  a
{
	display:inline-block;
	height:30px;
	text-decoration:none;
	color:white;
	padding:0 7px;
	line-height:30px;
	font-weight:bold;
	transition:all 0.4s;
	margin-top:30px;
	font-size:12px;
}
#normal  a:hover
{
	color:#ffcccc;
}

.content
{
	margin:10px auto;
	width:1000px;
	min-width:1000px;
}

.content h1
{
	display:block;
	width:100%;
	font-size:25px;
	text-align:left;
	border-bottom:solid #FF3322 3px; 
}

.content .recent
{
	text-align:center;
}
.content .recent div
{
	margin:5px auto;
	border:1px solid #ddd;
	border-top:2px #f40405 solid;
	background-color:#fff;
	height:310px;
	width:32%;
	-webkit-box-shadow: 4px 3px 11px -6px rgba(117,117,117,1);
	-moz-box-shadow: 4px 3px 11px -6px rgba(117,117,117,1);
	box-shadow: 4px 3px 11px -6px rgba(117,117,117,1);
}

.content .recent div img
{
	margin: 10px auto;
	width:230px;
	height:140px;
	display:block;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	transition:all 0.3s;
}
.content .recent div img:hover
{
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.content .recent div a.ntitle
{
	margin: 0 auto 3px;
	display: block;
	width:90%;
	color:#666;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: normal;
	font-size: 14px;
	transition:all 0.3s;
}
.content .recent div a.ntitle:hover
{
	color:#111;
}

.content .recent div span{
	margin: 5px auto 3px;
	display: block;
	width:93%;
	color:#666;
	text-align:justify;
	letter-spacing: normal;
	font-size: 14px;
}
.content .recent div span a{
	display: inline;
	color:#FF3322;
	letter-spacing: normal;
	font-size: 12px;
}
.sidebar-element
{
	width:90%;
	margin:0 auto;
	padding-bottom:10px;
	border-bottom:3px #FF3322 solid;
}

.sidebar-element h3
{
	font-size:17px;
	display:block;
	border-bottom:2px #FF3322 solid;
}

.sidebar-element p
{
	font-size:14px;
}

.content .news
{
	text-align:center;
}
.content .news div
{
	margin:5px auto;
	border:1px solid #ddd;
	border-top:2px #f40405 solid;
	background-color:#fff;
	padding:5px 10px;
	width:100%;
	-webkit-box-shadow: 4px 3px 11px -6px rgba(117,117,117,1);
	-moz-box-shadow: 4px 3px 11px -6px rgba(117,117,117,1);
	box-shadow: 4px 3px 11px -6px rgba(117,117,117,1);
}

.content .news div img
{
	margin: 10px 10px;
	width:230px;
	height:140px;
	display:block;
	float:left;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	transition:all 0.3s;
}
.content .news div img:hover
{
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.content .news div a.ntitle
{
	margin: 0 auto 3px;
	display: block;
	width:90%;
	text-align:left;
	margin:10px auto;
	color:#666;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: normal;
	font-size: 14px;
	transition:all 0.3s;
}
.content .news div a.ntitle:hover
{
	color:#111;
}

.content .news div span{
	margin: 5px auto 3px;
	display: block;
	width:93%;
	color:#666;
	text-align:justify;
	letter-spacing: normal;
	font-size: 14px;
}
.content .news div span a{
	display: inline;
	color:#FF3322;
	letter-spacing: normal;
	font-size: 12px;
}

.images img{
	width:30%;
}

.red-button{
	display: block;
	color:#fff;
	background-color:#FF3322;
	padding:6px 10px;
	border-radius: 4px;
	margin:20px auto;
	width:170px;
	text-decoration: none;
	font-weight:lighter;
	transition: all 0.3s;
}

.red-button:hover
{
	background-color:#D01010;
}

#menu-button{
	margin:auto;
	display:none;
	height:60%;
	position:absolute;
	top:20%;
	right:30px;
}

#mobile {
	background-color: #FF3322;
	display: none;
}
#mobile a{
	display:block;
	border-bottom:1px solid #FFF;
	text-align: center;
	line-height: 35px;
	color:#FFF;
	text-decoration: none;
	font-size:14px;
}
#mobile a:hover{
	background-color: #FF3F2F;
}

#caritas-footer{
	background-color: #333;
}
#caritas-footer a{
	text-decoration: none;
	font-size:12px;
	display:block;
	color:#ddd;
}