@media (prefers-reduced-motion: no-preference) {
  :root {
	scroll-behavior: inherit !important;
  }
}

body { font-family: "Poppins", sans-serif; background-color: #f3f3f3; }

.color-red { color: #ac1b28 !important; }
.color-blue      { color: #0092D4 !important; }

.uc { text-transform: uppercase; }

.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }

#main-logo { background-color: rgba(218,56,54,0.75); }

.rangeContainer-red{ border:1px solid #ac1b28; }	
.range .sliderValue span.sliderValContainer-red:after{ background: #ac1b28; }	
.btn-red { color: #fff; background-color: #ac1b28; border-color: #ac1b28; }
.btn-red:hover { color: #fff; background-color: #8a1620; border-color: #79131c; }
.btn-check:focus + .btn-red, .btn-red:focus { color: #fff; background-color: #8a1620; border-color: #79131c; box-shadow: 0 0 0 0.25rem rgba(172,27,40, 0.5); }
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle { color: #fff; background-color: #79131c; border-color: #681118; }
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(172,27,40, 0.5); }
.btn-red:disabled, .btn-red.disabled { color: #fff; background-color: #ac1b28; border-color: #ac1b28; }
.btn-outline-red { color: #ac1b28; border-color: #ac1b28; }
.btn-outline-red:hover { color: #fff; background-color: #ac1b28; border-color: #ac1b28; }
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus { box-shadow: 0 0 0 0.25rem rgba(172,27,40, 0.5); }
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show { color: #fff; background-color: #ac1b28; border-color: #ac1b28; }
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(172,27,40, 0.5); }
.btn-outline-red:disabled, .btn-outline-red.disabled { color: #ac1b28; background-color: transparent; }

.btn-blue { background-color: #0092D4; border-color: #0092D4; color: #fff; }
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active { background-color: #0080bb; border-color: #006fa1; color: #fff; }
.btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active { background-color: #0092D4; border-color: #0092D4; color: #fff; }
