/* CSS Document 
.item-image {
	width: 40% !important;
	height: auto;
	display: block !important;
	overflow: hidden !important;
}*/
.home-bemvindo {
	width: 100%;
	height: auto;
	background-color: #17243E;
}
.home-bemvindo h1 {
	color: #FFF;
	font-family: 'aileronultralight';
	font-size: 30px;
	padding: 40px 40px 0px 40px;
	text-align: left;
}
.home-bemvindo p {
	color: #FFF;
	font-family: 'aileronregular';
	font-size: 16px;
	padding: 0px 40px 40px 40px;
	text-align: left;
}
.banner {
	width: 100%;
	height: 480px !important;
	display: block;
	overflow: hidden !important;
	float: left;
	text-align: center;
    padding-bottom: 0px !important;
}
.banner-middle {
	display: inline-block;
    left: -50%;
    margin-right: -100%;
    position: relative;
}
#djslider-loader93 {

}
.right-home {
	width: 770px;
	height: auto;
	margin: 0 auto;
	float: right;
}
.left-home {
	width: 370px;
	margin: 0 auto;
	height: auto;
	float: left;
}
.item-image {
	width: 270px !important;
	height: 330px !important;
	display: block !important;
	overflow: hidden;
	text-align: center;
	margin-right: 30px;
}
.item-image img {
	margin-left: -100%;
}
.home-cultos, .home-programacao {
	width: 770px;
	height: 210px;
	display: block;
	float: left;
	margin-top: 20px;
	transition: 0.2s;
}
.home-cultos img, .home-programacao img {
	width:  750px;
	height: auto;
	float: left;
	border: none;
	transition: 0.2s;
}
.home-cultos img:hover , .home-programacao img:hover {
	border: solid 5px #76B82A;
	transition: 0.2s;
}
/*BLOG*/
.item-title a {
	color: #BB6225;
	font-family: 'aileronregular';
	font-size: 32px;
	transition: 0.2s;
}
.item-image {
	width: 100%;
	height: auto;
}
.readmore a {
	font-family: 'aileronregular';
	font-size: 16px;
	color: #17243E !important;
	border: solid 1px #BB6225;
	padding: 10px 15px;
	transition: 0.2s;
}
.readmore a:hover {
	color: #fff !important;
	background-color: #BB6225;
	transition: 0.2s;
}
.blog-featured {
	display: block;
	height: auto;
	text-align: left;
}
.lideranca {
	text-align: center;
	width: 100%;
	
}
.lideranca  ul {
	vertical-align: top !important;
}
.lideranca img{
	border: 1px solid #AAA;
    border-radius: 50%;
}
.blog .item-image {
	width: 270px !important;
	height: 330px !important;
	display: block !important;
	overflow: hidden;
	text-align: center;
	margin-right: 30px;
}
.blog .item-image img {
	margin-left: -100%;
}