/* Add here all your css styles (customizations) */
.span-custom1 {
	font-size: 68%;
}
.custom-xlarge {
	font-size: x-large;
}
.title-custom, .g-color-mvu {
	/*color: #6ab8ee !important;*/
	color: #9f2530 !important;
}
.color-custom-w {
	color: #fff;
}
.font-size-115 {
	font-size: 115%;
}
.maintext {
	background-color: rgba(243, 246, 247, 0.76);
    padding: 20px;
}
.maintext h1 {
	font-weight: 600;
	/*color:#433a61;*/
	color:#9f2530;
}
.maintext h3 {
	text-transform:uppercase;
	/*color: #433a61;*/
	color: #9f2530;
	letter-spacing: 3px;
}

.alertborder {
	border: solid 2px #d9534f;
}
.alerttext {
	color: #d9534f;
}

/* Button Primary */
.u-btn-primary {
  color: #fff;
  background-color: #9f2530;
}

.u-btn-primary:hover, .u-btn-primary.active {
  border-color: #000;
  background-color: #000;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(159, 37, 48);
}

.out-color:focus {
	outline-color: rgba(255,255,255,0) !important;
}

@media (min-width: 768px) and (max-width: 991px) { 
  
}

@media (max-width: 767px) {
	.mcenter {text-align:center;}
	.u-heading-v6__title {
		margin-top: 30px;
	}
	.maintext h1 {
		font-size: 26px !important;
	}
	.maintext h3 {
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 12px;
	}
}