html{
	font-size: initial !important;
}
.unpadder {
    padding: 10px !important;
}
/* TITULO bono/abono */
.clip-text {
	height: 90px;
	height: 100px;
	height: 50px;
	padding: 0 6px;
	margin: 0 4px;
	font-size: 16px;
	color: chartreuse;
}

/* Boton "Comprar Entrada" dentro de 1 espectáculo */
.pro-actions .act-btn {
	border: 1px solid #c00000;
}
.pro-actions .act-btn:hover {
	background-color: #c00000;
	color: fff;
}

/* Titulo de Viñeta de Bonos y Abonos */
.show-info {
	background-color: #252525;
}
/* Modal Titulo */
.modal-header{
	background: #252525;
}
.modal-title{
	color: chartreuse;
}
.modal-body > div > div.col-lg-8.col-md-4.col-sm-8.col-xs-8.info-sala > ul {
	list-style: square;
    padding-left: 20px;
}

.checkout-page.page.margin-70.fix > div > div > div.col-md-3 > div > ul > li > a:hover {
	font-weight: 600;
	color: black;
}

@media (max-width: 479px){
	.container {
	    width: 380px !important;
	}
	.footer-content {
	    margin: auto 90px;
	}
}
@media only screen and (max-width: 767px) {
	.panel-collapse .panel-body {
		padding: 30px 20px;
	}
	.footer-content {
	    margin: auto 50px;
	}
	.footer-top .footer-column:nth-child(1),
	.footer-top .footer-column:nth-child(2),
	.footer-top .footer-column:nth-child(3),
	.footer-top .footer-column:nth-child(4) {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.footer-content {
	    margin: 0px;
	}
	.modal-dialog {
	    margin: 100px auto;
	}
}

