#main_container .header {
  position: relative;
  left: 0;
  width: 1024px;
  height: 21px;
  margin-bottom: 20px;
}
#main_container .header a {
  text-decoration: none;
}
#main_container .header #logo {
  display: block;
  float: left;
  margin-top: -10px;
  font-size: 34.5px;
  font-family: Arial, serif;
  font-weight: bold;
  color: #3c3835;
  text-decoration: none;
}
#main_container .header #logo a {
  color: #3c3835;
}
#main_container .header #logo a:visited {
  color: #3c3835;
}
#main_container .header #logo a:hover {
  color: #ffa500;
}
#main_container .header #menu {
  display: none;
  font-family: 'Garamond-Italic', serif;
  color: #575757;
  margin-left: 86px;
  font-size: 14pt;
}
#main_container .header #about_us {
  display: none;
  font-family: 'Garamond-Italic', serif;
  color: #575757;
  float: right;
  margin-right: 93px;
  margin-left: 86px;
  font-size: 14pt;
}
#main_container .header .social {
  float: right;
  margin-right: 15px;
}
#main_container .header .social img {
  margin-top: -2px;
  width: 24px;
}
#main_container .header .social svg {
  width: 24px;
}
#main_container .menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: white;
  font-family: Arial, serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #3c3835;
  font-size: 14pt;
}
#main_container .menu .filter {
  display: block;
  margin-left: 392px;
  margin-bottom: 5px;
  color: #3c3835;
  text-decoration: none;
}
#main_container .menu .filter:hover {
  color: #ffa500;
}
#main_container .menu .filter img {
  height: 17px;
}
#main_container .menu .filter:first-child {
  /*margin-bottom: 20px;*/
  margin-top: 10px;
}
#main_container .inner_container {
  clear: both;
}
#main_container .categories .category {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#main_container .categories .category .image img {
  width: 500px;
  height: 375px;
  object-fit: cover;
}
#main_container .categories .category .image video {
  width: 500px;
  height: 375px;
  object-fit: cover;
}
#main_container .categories .category .title {
  position: absolute;
  left: 542px;
  bottom: 0;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
/*# sourceMappingURL=global.css.map */