@font-face {
  font-family: "Cresta";
  src: url("../fonts/Cresta_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cresta";
  src: url("../fonts/Cresta_Black_Italic.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body#brw-themes {
  font-family: "Cresta", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  body#brw-themes {
    font-size: 16px;
  }
}
body#brw-themes img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body#brw-themes header .float-header {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 70px;
  padding: 17px 0px;
  background-color: #1e1e1e;
  z-index: 999999;
  top: 0;
}
body#brw-themes header .float-header .logo img {
  float: left;
  width: auto;
  height: 36px;
}
body#brw-themes header .float-header .col-lg-6 {
  position: relative;
}
body#brw-themes header .float-header .menu-button {
  position: absolute;
  top: -5px;
  color: #fff;
  font-size: 34px;
  right: 15px;
}
body#brw-themes header .float-header .menu {
  display: none;
  margin-top: 30px;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
body#brw-themes header .float-header .menu.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
body#brw-themes header .float-header .menu ul {
  margin: 0;
  padding: 5px 0 55px;
  list-style-type: none;
}
body#brw-themes header .float-header .menu ul li {
  color: #222;
}
body#brw-themes header .float-header .menu ul li a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  line-height: 1.17;
  font-family: "Cresta", Arial, sans-serif;
}
body#brw-themes header .float-header .menu ul li a:hover {
  color: #c6152f;
}
body#brw-themes header .float-header .socials {
  text-align: center;
}
body#brw-themes header .float-header .socials li {
  display: inline-block;
  margin-right: 5px;
}
body#brw-themes header .float-header .socials li svg {
  width: 30px;
  height: 30px;
}
body#brw-themes header .overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  background: black;
  opacity: 0.6;
  display: none;
}
body#brw-themes header .overlay-bg.active {
  display: block;
}
body#brw-themes footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171717;
}
body#brw-themes footer .menu {
  text-align: center;
  margin-bottom: 30px;
}
body#brw-themes footer .menu li {
  display: inline-block;
}
body#brw-themes footer .menu li a {
  clear: both;
  font-family: "Cresta", Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-weight: 600;
}
body#brw-themes footer .socials {
  text-align: center;
}
body#brw-themes footer .socials li {
  display: inline-block;
  margin-right: 5px;
}
body#brw-themes footer .address {
  margin-top: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Arial", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  opacity: 0.8;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  line-height: 22px;
}
body#brw-themes footer .address p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */