/* - BOOTSTRAP CUSTOM HACKS - */

.btn {
	font-size: 13px;
	text-decoration: none !important;
	border-radius: 0;
	text-shadow: none;
}


/* - XL BOOTSTRAP GRID - */

@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}


/* - XXS HACK - */

@media (max-width: 399px) {
	.col-xxs-12 {
		width: 100%;
	}
}


/* - XL MODAL - */

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		width: 1110px;
	}
}


/* - MODAL HACKS - */

.modal {
	background: rgba(0, 0, 0, .75);
}