/*--------------------------------------*/

.slides li.flex-active-slide .emozionale{
	transition: all 0.5s cubic-bezier(0.18, 0.99, 0.74, 0.96) 0.3s;
	display:block;
	bottom: 10%;

}
.slides li .emozionale{
	    bottom: -50%;

}
.slides li {
	overflow: hidden;
}





.view-top-homepage .view-content {
    max-width: 1360px;
    margin: 0 auto;
}
.view-top-homepage .flexslider .flex-direction-nav li a{

}
.slider_row {
    position: relative;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}
.emozionale {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 60%;
    display: block;
    font-family: "Montserrat", "Arial", sans-serif;
}
.titolo_emozionale {
    margin-bottom: 1em;
}
.titolo_emozionale a{
color:#fff;
    font-size: 2em;
    font-weight: bold;
	text-shadow: 2px 2px 8px #dd0000;
} 
.testo_emozionale{
	color:#fff;
	text-shadow: 1px 1px 2px #ff0000;
    font-size: 1.2em;
}
.view-top-homepage .flex-control-nav.flex-control-paging {
    display: none;
}

.view-top-homepage .flexslider .flex-direction-nav li a.flex-next {
    background: url(../images/top_next.png) center center no-repeat;
    text-indent: -10000px;
    right: 0 !important;
    left: auto !important;
    display: block;
	    background-size: 32px 36px;

}

.view-top-homepage .flexslider .flex-direction-nav li a {
    display: block;
    /*top: 230px;*/
    top: 50%;	
    color: white;
    background: #ED1C24;
    background: url(../images/top_previous.png) center center no-repeat;
    background-size: 32px 36px;
    font-size: 0;
    overflow: hidden;
    opacity: 0.8;
    left: 0 !important;
    width: 32px;
    height: 36px;
}

/*--------------------------------------*/