.carousel {
    height: 300px;
    margin-bottom: 50px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background-color: rgba(0, 0, 0, 0.8);
    height: 300px;
}

/*******************************************/
/* #scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #596a87;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px; */
}
/******************************************/

hr.style-four {
	margin:10px 0;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.55), rgba(100, 100, 100, 0));
}

hr.style-five {
	margin:18px 0;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.55), rgba(100, 100, 100, 0));
}
/******************************************/
.line-trough {
	text-decoration: line-through;
	color:#f7a223
}
.line-trough2 {
	color:#eee
}
.finito {
	color:#f44
}
/******************************************/