@media (min-width: 768px) {}
	#homeCarousel { height: 535px; }
	#homeCarousel .item { height: 535px; }
}
#homeCarousel { height: 535px; }
#homeCarousel .item {
    height: 535px;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px;
}

#homeCarousel .item .content{
    padding-top: 280px;
	background:transparent url('../../../img/reja_scroll.png')  10% 0 no-repeat;
	margin-left:85px;
}

#homeCarousel .item .content .title{
	display:block;
	margin: 10px auto 0 auto;
	background-color: #fff;
	color:#404040;
	width: 240px;
	text-align:center;
	font-family: 'Abhaya Libre', serif;
	font-size:30px;
	padding:18px;
}

#homeCarousel .item .content .title a{
	color:inherit;
}

#homeCarousel .item .content .title a:hover{
	text-decoration:none;
}
