/*div.container {
	padding: 0px 0px 0px 0px;
}*/



/* SEZIONE CON LE LOCANDINE DEI FILM IN EVIDENZA */
.main-page-row-locandine {
	margin: 10px 0px 30px 0px;
	padding: 0px 5px 0px 5px;
	/*background-color: yellow;*/
}
.block-locandina {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}
.locandina {
	height: 300px;
}


/* modifiche di giuseppe balbo */
a.left.carousel-control {
	font-family: Roboto;
    font-size: 60px;
    width: 28px;
    padding-top: 100px;
}
.carousel-control.left {
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}
a.right.carousel-control {
    font-size: 60px;
    font-family: Roboto;
    width: 28px;
    padding-top: 100px;
}
div.col-md-9.col-sm-12.col-xs-12 {
    font-family: Roboto;
    font-size: 14 px;
}
/* modifiche di giuseppe balbo */








/* SEZIONE CON LE OPZIONI PER I CATALOGHI DEI FILM */
/* modifiche di giuseppe balbo */
div.jumbotron.jumbotron-catalogo {
    background-color: #9ece9b;
    margin: 25px 0px 25px 0px;
	padding: 20px 15px 20px 15px;
}
font.home-catalogotext-font {
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #121112;
}
/* modifiche di giuseppe balbo */






/***** BARRA ORIZZONTALE DELLE NEWS *****/
/*div.jumbotron.jumbotron-news*/

/* modifiche di giuseppe balbo */
div.jumbotron.jumbotron-news {
    padding-top: 10px;
    padding-bottom: 10px;
}
font.font-description {
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    color: #121112;
}
/*.button {
    margin: 0px 5px 5px 0px;
    background-color: #f0f0f0;
    border: none;
}*/
.btn.btn-primary.btn-sm.button{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*background-color: #f0f0f0;*/
    background-color: transparent;
    border: none;
}
.btn-primary {
    background-image: none;
}
/* modifiche di giuseppe balbo */

font.font-storico-news {
	font-family: Roboto;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
div.row-storico-news {
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px 0px 0px 0px;
}
.row-news {
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: yellow;*/
}
.news-block {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: red;*/
}
.news-img {
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: blue;*/
	min-height: 100px;
}
.news_text {
	padding-top: 5px;
	min-height: 35px;
	/*background-color: purple;*/
}







