/* CSS Document */
.page__title{
	padding-bottom: 15px;
}


.movie__description p{
	/*text-transform: lowercase;*/
}

/*CORRECION IMAGENES INTERPRETES*/
.person__poster {
    margin-bottom: 8px;
    position: relative;
    border: 1px solid #2a2e3c;
    text-align: center;
	background: #2a2e3c;
}

.person__poster .person__poster--image{
	height: 192px;
	width: auto;
}

.movie-cast .person-image{
	border: 1px solid #2a2e3c;
	height: 225px;
	vertical-align: middle;
	display: table-cell;
	background: #2a2e3c;
}

.movies__inner .movie__title {
    text-overflow: ellipsis;
    overflow: hidden !important;
    width: 100% !important;
    min-height: 60px;
    white-space: normal !important;
}

.vodi-archive-wrapper[data-view="grid"] .movie__body {
    display: block !important;
}

.vodi-archive-wrapper[data-view="grid"] .movie__actions {
    display: none !important;
}

.masvideos-widget-movies-layered-nav-list__item.masvideos-layered-nav-term a {
    word-break: break-word !important;
}


/*CORRECIÓN FILTROS*/
.select2-container--default .select2-selection--multiple {
    border: 1px solid #333;
    background-color: #131722;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    
    background-color: #131722;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
   
    background-color: #1c212e;
	/*color: white;*/
	color:#949cb0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #131722 !important;
}

.select2-container--default .select2-selection--multiple {
	background-color: #131722 !important;
}

.masvideos-widget-movies-layered-nav-dropdown__submit {
    background-color: gray;
    padding: 5px;
    margin: 5px 0;
    color: white;
	font-size: 12px;
	
}

/*
movil
*/



@media (max-width: 1200px) {

	.person__poster .person__poster--image{
		height: 160px;
		width: auto;
	}
}


@media (max-width: 600px) {

	.person__poster .person__poster--image{
		height: 130px;
		width: auto;
	}
}

@media (max-width: 400px) {

	.person__poster .person__poster--image{
		height: 100px;
		width: auto;
	}
}
