﻿body {
  min-width: 0px !important;
  font-size: 16px !important; /*override sitefinity*/
  overflow-x: hidden;
  position: relative;
  left: 0;
  transition-property: left, right;
  transition-duration: 0.4s;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.nuHeat.Wrapper * {
  font-family: 'DIN', 'Trebuchet MS', Arial, sans-serif;
}

.menu-mobile {
  display: none;
}

.transparentContainer div {
  box-sizing: border-box;
}

a.redButton,
a.redButton a.RedButton {
  background-color: #9e2a2f;
  font-family: 'DIN';
  font-weight: 300;
  font-size: 16px;
  padding: 15px 25px;
  color: white !important;
  text-align: center;
  display: block;
  max-width: 300px;
}
