* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif; }

.filler {
  width: 920px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }

.filler2 {
  width: 920px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto; }

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.83);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 2; }

.topnav__item {
  vertical-align: top;
  display: inline-block; }

.topnav__burger {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/plus.png);
  background-size: cover;
  cursor: pointer; }

.topnav__logo {
  height: 60px; }

.topnav__logo-image {
  height: 40px;
  margin: 10px 50px 10px 30px; }

.topnav__drawer {
  display: inline-block; }

.topnav__link {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 10px 0;
  color: #fff;
  text-decoration: none; }
  .topnav__link.active, .topnav__link:active, .topnav__link:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 3px; }

.topnav__shop {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-right: 0px;
  color: white;
  text-decoration: none;
  line-height: 60px; }

@media screen and (max-width: 767px) {
  .topnav__burger {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 20px;
    transition: 300ms all ease-in-out; }
    .topnav__burger.active {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }

  .topnav__drawer {
    position: absolute;
    top: 60px;
    left: 0;
    max-height: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.95);
    overflow: hidden;
    z-index: 1;
    transition: 0.7s all ease-in-out; }
    .topnav__drawer.active {
      max-height: 1024px; }

  .topnav__link, .topnav__shop {
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 20px; }
    .topnav__link:active, .topnav__link:hover, .topnav__shop:active, .topnav__shop:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }

  .topnav__shop {
    position: static;
    display: block; }

  .topnav__logo {
    width: 100%;
    text-align: center; }

  .topnav__logo-image {
    margin-right: 0; }
 }

.banner {
  display: block;
  width: 100%;
  background-color: #984F3B; }