/* Main 700 			------------------------------ */

a {}
.color--main, a {
	color: #FBAED2;
}
.bg-color--main, .btn--default, .progress__bar__progress {
	background-color: #FBAED2 !important;
}
.material input[type='text']:focus, .material input[type='address']:focus, .material input[type='url']:focus, .material input[type='password']:focus, .material input[type='email']:focus, .material input[type="search"]:focus, .material input[type="tel"]:focus, .material textarea:focus, .material select:focus {
	border-bottom: 2px solid #FBAED2 !important;
}
.bg-color--main-50 hr {
	opacity: .2;
}

/* Main 500			------------------------------ */

a:hover, a:focus {
	color: #FBAED2;
}
.bg-color--main-50, .btn-default:hover, .btn-default:focus, .bg-color--main .progress__bar__progress {
	background-color: #FBAED2 !important;
}
.bg-color--main hr {
	border-top: 1px solid #FBAED2;
}
.google-map__overlay {
	background: rgba(96, 125, 139, 0.8)
}

/* Second A200 		------------------------------ */

.color--second {
	color:#FBAED2;
}
.bg-color--second, .checkbox:checked+.checkbox-custom, .radio:checked+.radio-custom::before {
	background-color: #FBAED2 !important;
}
.checkbox:checked+.checkbox-custom, .radio:checked+.radio-custom {
	border-color: #FBAED2 !important;
}

/* Second A500 		------------------------------ */

.bg-color--second-50 {
	background-color: #D50000 !important;
}
.bg-color--second.btn, .bg-color--second.btn i {
	color: #fff !important;
}
.bg-color--second hr {
	border-top: 1px solid #D50000;
}