html .bg-primary:not(.no-skin){
  background-color: #922033!important;
}
html .btn-quaternary:hover, html.sticky-header-active .btn-sticky-quaternary:hover, html .btn-quaternary:focus, html.sticky-header-active .btn-sticky-quaternary:focus{
  background-color: #386b27!important;
  border-color: #386b27!important;
}
  html .btn-quaternary, html.sticky-header-active .btn-sticky-quaternary{
  background-color: #386b27!important;
  border-color: #386b27!important;
}
html .text-color-primary:not(.no-skin), .social-icons.social-icons-icon-primary:not(.no-skin) li a{
  color: #922033!important;
}
/*  BACK TO TOP BUTTON */
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover{color: #922033;}
.text-footer{font-size: 11px!important;}
/*  SENSATION & DESIGN FOOTER */
.sundd {
    color:#a2a2a2;
}

.sundd:hover     {
text-decoration: none;
-o-transition: all .4s;
-moz-transition: all .4s;
-webkit-transition: all .4s;
-ms-transition: all .4s;
color:#44D62C!important;
}

/*  MEDIA QUERIES */
@media (max-width:767px;){
  .mobile{display: none!important;height: 0px!important;}
  .align-self-stretch{display: none!important;}
}
