﻿@font-face {
  font-family: 'Lato';
  src: url(/fonts/004/Lato-regular.ttf) format("truetype");
  src: url(/fonts/004/Lato-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/004/Lato-regular.woff) format("woff"), url(/fonts/004/Lato-regular.ttf) format("truetype"), url(/fonts/004/Lato-regular.svg#Lato-Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url(/fonts/004/Lato-700.ttf) format("truetype");
  src: url(/fonts/004/Lato-700.eot?#iefix) format("embedded-opentype"), url(/fonts/004/Lato-700.woff) format("woff"), url(/fonts/004/Lato-700.ttf) format("truetype"), url(/fonts/004/Lato-700.svg#Lato-700) format("svg");
  font-weight: 700; }

@font-face {
  font-family: 'Lato';
  src: url(/fonts/004/Lato-900.ttf) format("truetype");
  src: url(/fonts/004/Lato-900.eot?#iefix) format("embedded-opentype"), url(/fonts/004/Lato-900.woff) format("woff"), url(/fonts/004/Lato-900.ttf) format("truetype"), url(/fonts/004/Lato-900.svg#Lato-900) format("svg");
  font-weight: 900; }

html {
  font-size: 16px; }

body {
  font-family: Lato; }

.btn-primary, .btn-primary:not([disabled]):not(.disabled):hover {
  background-color: white;
  color: black; }

.btn-primary:focus, .btn-primary.focus {
  background-color: white;
  color: black; }

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: white;
  color: black; }

#loginBtn:hover {
  background-color: #e6e6e6; }

/*------------------------------
 Floatl
------------------------------ */
.floatl--focused .floatl__label {
  color: #c50124; }

.floatl__label {
  color: #c50124; }

/*------------------------------
 Login Page 
------------------------------ */
@media (min-width: 768px) {
  .brand-login-background {
    background-position: left top !important;
    background: url("/images/brands/background/bg-004.jpg"); } }

@media (max-width: 767.98px) {
  .brand-login-background {
    background-position: center !important;
    background: url("/images/brands/background/bg-004-xs.jpg"); } }

.brand-login-box {
  background-color: rgba(255, 255, 255, 0.7);
  float: right; }

.brand-login-cis-title {
  color: #7f7f7f; }

.brand-login-info {
  color: #7f7f7f; }

.brand-color {
  color: #c50124; }

/*------------------------------
 Detail Page
------------------------------ */
.step-current-desc {
  color: #c50124; }

a, a:hover {
  color: #c50124;
  font-weight: bold; }

.quick-view-bullets li.active a span {
  background: #c50124; }

.language-overlay a:hover {
  color: #c50124; }

.language-overlay .language-selected {
  color: #c50124 !important; }

.language-selected:after {
  color: #c50124 !important; }

