/*
 * Lorena Theme CSS
 * Copyright: anti-design.com GmbH & Co. KG
 * Author: Lars Lorenz
 */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/open-sans-normal-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/open-sans-normal-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/open-sans-normal-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/open-sans-normal-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

body {
  font-family: "Open Sans";
}

body,
.thumbnail {
  background-color: #000;
}

body,
.thumbnail .caption {
  color: #fff;
}

.thumbnail .caption {
  font-size: 18px;
  font-weight: 700;
}

.thumbnail .caption h2,
.thumbnail .caption h3 {
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.form-control {
  border: 0 none;
  border-radius: 99em;
  box-shadow: unset;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 27px;
  padding: 7px 19px;
}

select.form-control {
  padding: 12px 19px;
}

.btn {
  text-transform: uppercase;
}

.btn-success {
  color: #333;
  background: #49ffde;
  letter-spacing: 1px;
}

.btn-success:hover {
  color: #333;
  background: #fff;
}

.page-header {
  margin: 0;
  padding: 0;
}

.navbar {
  height: 88px;
  line-height: 88px;
  margin: 0 auto;
  max-width: 1400px;
  width: 92%;
}

.navbar-default {
  background-color: #000;
  border: 0 none;
}

.navbar-brand {
  height: auto;
  max-height: 88px;
  max-width: 150px;
  padding: 28px 14px 28px 0;
}

.navbar-brand img {
  max-width: 100%;
}

.dropdown-menu > li > a,
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 88px;
  padding: 0 24px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li.social > a {
  font-size: 16px;
  padding: 0 16px;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  color: #fff;
  background-color: #000;
}

footer .nav > li > a {
  padding-top: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
footer .nav > li > a:hover,
footer .nav > li > a:active {
  background-color: transparent;
  color: #fff;
}

.dropdown-menu > li > a span,
footer .nav > li > a span,
.navbar-default .navbar-nav > li > a span {
  position: relative;
}

.dropdown-menu > li > a:hover span:before,
.dropdown-menu > .active > a span:before,
footer .navbar-legal a:hover span:before,
.navbar-default .navbar-nav > li.active > a > span:before,
.navbar-default
  .navbar-nav
  > li:not(.social):not(.dynamicmenu-basket)
  > a:hover
  > span:before {
  width: 110%;
  left: -5%;
  bottom: -2px;
  content: "";
  position: absolute;
  height: 10px;
  background: #49ffde;
  overflow: hidden;
  transform: none;
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s ease;
}

.nav > li.dynamicmenu-basket {
  position: relative !important;
}

.dropdown-menu {
  background-color: #000;
  border: 0 none;
}

.badge {
  background: #49ffde;
  color: #000;
}

footer {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  margin: 0 15px;
}

footer a {
  color: #fff;
}

footer .navbar-socials {
  display: block;
  padding: 0 20px;
  text-align: center;
}

footer .navbar-socials > li {
  display: inline-block;
  float: none;
}

.navbar-socials > li > a {
  margin: 11.2px;
  padding: 0;
}

.navbar-socials a span {
  display: inline-block;
  font-size: 22.4px;
  height: 44px;
  line-height: 44px;
  width: 44px;
}

@media screen and (max-width: 767px) {
  .navbar-header {
    display: block;
  }

  .navbar-collapse {
    background: #000;
    border: 0 none;
    height: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .navbar-collapse.in {
    height: auto;
  }

  .navbar-default .navbar-nav > li > a {
    height: auto;
    line-height: 44px;
  }

  .navbar-default .navbar-nav > li.social {
    display: none;
  }

  .nav > li.dynamicmenu-basket {
    top: 0;
    width: auto;
  }

  .dynamicmenu-basket .badge {
    right: 0;
    top: 0;
  }

  .dynamicmenu-basket .caret {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}
