/* - BOOTSTRAP -> HACKS - */

/*

.form-control {
	
}

.btn-default {
	box-shadow: none !important;
	text-shadow: none !important;
	color: #fff !important;
	font: 600 12px/22px 'Open Sans', sans-serif;
	background: #0d0d0d !important;
	border: none !important;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-default:hover,
.btn-default:focus {
	color: #fff !important;
	background: #c50505 !important;
	border: none !important;
}

.btn-primary {
	box-shadow: none !important;
	text-shadow: none !important;
	font: 600 12px/22px 'Open Sans', sans-serif;
	background: #c50505 !important;
	border: none !important;
	border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #c50505 !important;
	border: none !important;
}

*/


/* - XL BOOTSTRAP GRID - */

@media (min-width: 1400px) {
	.container {
		/* width: 1370px; */
	}
}


/* - XXS HACK - */

@media (max-width: 399px) {
	.col-xxs-12 {
		width: 100% !important;
	}
}


/* - 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);
}