@import "../themes/kfv-default/assets/less/owl-carousel/owl.carousel.min.css";
@import "../themes/kfv-default/assets/less/owl-carousel/owl.theme.default.min.css";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
  @MEDIA Mixins
 */
h1,
.h1 {
  font-family: BarlowCondensed;
  font-weight: 700;
  font-size: 2em;
}
h1.h1-v,
.h1.h1-v {
  text-transform: uppercase;
}
h2,
.h2 {
  font-family: BarlowCondensed;
  font-weight: 700;
  font-size: 1.5em;
}
h2.h2-v,
.h2.h2-v {
  text-transform: uppercase;
}
h3,
.h3,
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  font-family: BarlowCondensed;
  font-weight: 700;
  font-size: 1.2em;
}
h4,
.h4 {
  font-family: BarlowCondensed;
  font-weight: 700;
  font-size: 1em;
}
p {
  font-family: BarlowCondensed;
  font-size: 1.2em;
}
.nav__item {
  font-family: BarlowCondensed;
  font-weight: 500;
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.sub_nav__item {
  font-family: BarlowCondensed;
  font-weight: 500;
  font-size: 1em;
  color: #ffffff;
  text-transform: none;
}
a {
  color: #ac2b21;
  font-family: BarlowCondensed;
}
table {
  font-family: BarlowCondensed;
}
ul {
  font-family: BarlowCondensed;
}
form {
  font-family: BarlowCondensed;
}
.content {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .content {
    max-width: 1200px;
  }
}
.header a {
  color: #ffffff;
  text-decoration: none;
}
.header .stage {
  padding: 20px 12px;
  position: relative;
}
.header .stage__background_image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.header .stage__background_video {
  height: 100%;
  width: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .stage__content {
  display: flex;
  justify-content: center;
}
.header .stage__logo {
  height: 120px;
  width: 102px;
  margin-left: 24px;
  z-index: 1;
}
.header .stage__headline_link {
  margin: 0;
  z-index: 1;
  height: 0;
  font-family: BarlowCondensed;
  font-weight: 700;
  font-size: 1.5em;
  color: #ffffff;
}
@media (min-width: 600px) {
  .header .stage__headline_link {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .header .stage__headline_link {
    font-size: 2.8em;
  }
}
.header .nav {
  background-color: #ac2b21;
  padding: 9px;
}
.header .nav__items {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
.header .nav__item {
  position: relative;
  background-color: #ac2b21;
  width: 100%;
  padding: 12px 0;
}
.header .nav__item a {
  width: 100%;
}
.header .nav__item .arrow_icon {
  float: right;
}
.header .nav__open .nav__menu__icon {
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */
}
.header .nav__open .nav__menu__icon .bar1 {
  transform: rotate(-45deg) translate(-9px, 7px);
}
.header .nav__open .nav__menu__icon .bar2 {
  opacity: 0;
}
.header .nav__open .nav__menu__icon .bar3 {
  width: 45px;
  margin: 0;
  transform: rotate(45deg) translate(-10px, -10px);
}
.header .nav__open .nav__items {
  display: block;
}
.header .nav .sub_nav {
  display: none;
  padding: 6px 0 0;
  list-style: none;
  text-align: left;
}
.header .nav .sub_nav a {
  padding: 0;
}
.header .nav .sub_nav__item {
  margin: 4px 0;
  font-size: 1.1em;
}
.header .nav .sub_nav__open {
  display: block;
}
@media (min-width: 900px) {
  .header .stage__background_image {
    height: 190px;
  }
  .header .stage__logo {
    height: 150px;
    width: 127px;
  }
  .header .nav {
    padding: 0;
    text-align: center;
    background-color: #332525;
  }
  .header .nav__items {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    transition: right 0.3s ease-in-out;
  }
  .header .nav__item {
    flex: 1 1 auto;
    list-style: none;
    display: flex;
    margin-right: 3px;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .header .nav__item a {
    padding: 12px 0;
  }
  .header .nav__open .nav__items {
    display: flex;
  }
  .header .nav .sub_nav {
    display: none;
    position: absolute;
    background-color: #ac2b21;
    padding: 12px 0;
    margin: 0;
    top: 45px;
    left: 0;
    max-width: 284px;
    width: 100%;
    min-height: 140px;
    list-style: none;
    text-align: left;
    z-index: 999;
  }
  .header .nav .sub_nav__item {
    margin: 6px 0 0 15px;
    font-size: 1em;
  }
  .header .nav__item:last-child {
    margin-right: 0;
  }
  .header .nav__item:hover > .sub_nav {
    display: block;
  }
  .header .nav .arrow_icon {
    display: none;
  }
}
.nav__menu__icon {
  cursor: pointer;
  display: inline-block;
}
.nav__menu__icon .bar1,
.nav__menu__icon .bar2,
.nav__menu__icon .bar3 {
  display: block;
  width: 45px;
  height: 4px;
  border-radius: 1px;
  background-color: #ffffff;
  margin: 9px 0;
  transition: 0.4s;
}
.nav__menu__icon .bar3 {
  width: 35px;
  margin-left: 10px;
}
@media (min-width: 900px) {
  .nav__menu__icon {
    display: none;
  }
}
.arrow_icon {
  border: solid #ffffff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 6px;
}
.footer {
  width: 100%;
  background-color: #ac2b21;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer__nav {
  margin: 0 auto;
  display: flex;
  padding: 12px 0;
  width: 80%;
  max-width: 900px;
}
.footer__item {
  list-style: none;
  margin: 0 auto;
}
.staff_container .person {
  width: 100%;
  background-color: #ffffff;
  color: #ffffff;
  margin: 12px 0;
}
.staff_container .person__image {
  max-width: 100%;
  display: block;
}
.staff_container .person__infos {
  background-color: #ac2b21;
  padding: 12px;
  height: 220px;
}
.staff_container .person__infos a {
  color: #ffffff;
}
@media (min-width: 600px) {
  .staff_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .staff_container .person {
    padding: 0 2px;
    width: calc(49%);
  }
}
@media (min-width: 1200px) {
  .staff_container .person {
    padding: 0 4px;
    width: calc(32.3333%);
  }
}
.inventory {
  list-style-type: none;
  padding: 0;
}
.inventory__list {
  border-top: 1px solid grey;
}
.inventory__list:last-child {
  border-bottom: 1px solid grey;
}
.inventory__stuff {
  display: flex;
  flex-direction: row;
  padding: 6px 0;
}
.inventory__image {
  max-height: 220px;
  width: 220px;
  cursor: pointer;
}
.inventory__image img {
  max-width: 100%;
  max-height: 100%;
}
.inventory__text {
  width: 75%;
  padding: 0 12px;
}
@media screen and (max-width: 600px) {
  .inventory__stuff {
    flex-direction: column;
  }
  .inventory__text {
    width: 100%;
    padding: 0 12px;
  }
}
.inventory__big-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.inventory__big-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.inventory__big-image--hidden {
  display: none;
}
.inventory__close-big-image {
  position: absolute;
  top: 1.2em;
  right: 1.4em;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
.inventory__close-big-image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  content: "\d7";
  padding: 12px;
}
.rental-form__container {
  max-width: 600px;
}
.rental-form .form-group {
  display: flex;
  flex-direction: row;
}
.rental-form .form-group select {
  margin-right: 1em;
  max-width: 100%;
}
.rental-form .form-group input[type="date"] {
  margin-right: 1em;
}
.rental-form .form-control {
  padding: 0.5em 0;
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
}
.rental-form__required {
  color: #ac2b21;
}
.rental-form__success {
  text-align: center;
  background-color: rgba(73, 159, 25, 0.7);
}
.blog {
  margin-top: 50px;
  align-items: center;
  flex-direction: column;
}
.blog a {
  text-decoration: none;
}
.blog .container {
  display: flex;
}
.blog .container .blog_content {
  flex: 1 1 70%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .blog .container .blog_content {
    padding-right: 30px;
  }
}
.blog .container .blog_sidebar {
  display: none;
}
@media (min-width: 900px) {
  .blog .container .blog_sidebar {
    flex: 1 1 30%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
.blog .pagination {
  margin: 20px 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.blog .pagination .pagination__pages {
  display: flex;
}
.blog .pagination .pagination__pages li {
  margin: 0 10px;
}
.blog .pagination .pagination__pages .btn.btn-v-gr-s.currentpage {
  background: #ac2b21;
  color: #ffffff;
}
.blog .pagination .pagination__pages .btn.btn-v-gr-s.currentpage:hover {
  text-decoration: none;
}
.text-wrap {
  white-space: pre-wrap;
}
.post_preview_featured_image {
  height: 400px;
  width: 100%;
}
.post_preview_featured_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_preview {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.post_preview a {
  color: #ac2b21;
}
.post_preview .h2-v-s {
  margin-bottom: 16px;
}
.post_preview .excerpt {
  margin: 0;
  margin-bottom: 73px;
}
.blog__sidebar__categories {
  margin-bottom: 50px;
}
.blog__sidebar__categories h3 {
  width: 100%;
  margin: 0;
  margin-bottom: 19px;
}
.blog__sidebar__categories .category__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
}
.blog__sidebar__categories .category {
  margin: 5px;
  list-style: none;
  padding: 6px 12px;
  border: 1px solid #ac2b21;
}
.blog__sidebar__categories .category a {
  color: #ac2b21;
  padding: 6px 32px;
}
.blog__sidebar__categories .category:hover {
  background: #ac2b21;
}
.blog__sidebar__categories .category:hover .btn {
  color: #ffffff;
}
.blog__sidebar__categories .category.active {
  background: #ac2b21;
}
.blog__sidebar__categories .category.active .btn {
  color: #ffffff;
}
.blog__sidebar__posts {
  margin-top: 50px;
}
.blog__sidebar__posts h3 {
  margin: 0;
}
.sidebar_preview {
  list-style: none;
  margin-top: 40px;
}
.sidebar_preview .h3 {
  margin-bottom: 16px;
  display: block;
}
.sidebar_preview .txt {
  margin: 0;
}
.sidebar_preview a {
  color: #ac2b21;
}
.blog_post_featured_image {
  height: 400px;
  width: 100%;
}
.blog_post_featured_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container__blog_title {
  margin: 43px 0;
}
.container__blog_title .blog_post_details {
  margin: 30px 0;
  font-family: BarlowCondensed;
}
.post_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  .post_header {
    align-items: flex-start;
  }
}
.post_container {
  margin-top: 10px;
}
.post_container .blog_sidebar {
  margin-top: 40px;
}
.post_content {
  margin-bottom: 45px;
}
.post_content p {
  margin: 20px 0;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  margin: 30px 0;
  width: 100%;
  text-align: center;
}
.comment_form {
  width: 100%;
}
.comment_form .submit_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment_form .privacy_form {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.comment_form .privacy_form div {
  flex: 1 1 auto;
}
.comment_form .privacy_form .privacy_checkbox {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.comment_form .privacy_form a {
  color: #ac2b21;
  text-decoration: underline;
}
.comment_form .privacy_form a:hover {
  text-decoration: none;
}
.comments {
  margin-top: 41px;
}
.comments li,
.comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alert ul {
  padding: 23px;
  margin-bottom: 5px;
  border: 2px solid #000000;
}
.alert li {
  list-style: none;
}
.comment {
  width: 100%;
  display: flex;
  margin: 25px 0;
  align-items: flex-start;
}
.comment .comment-avatar {
  width: 60px;
  height: 60px;
  background: #ac2b21;
  color: #ffffff;
  border-radius: 50%;
  line-height: 60px;
  font-size: 1em;
  vertical-align: middle;
  text-align: center;
  margin-right: 41px;
  font-family: BarlowCondensed;
  font-weight: 700;
  text-transform: uppercase;
}
.comment .comment-content {
  flex: 1;
}
.comment .comment-content .comment-header {
  margin-top: 9px;
}
.comment .comment-content .comment_text {
  white-space: pre-line;
}
@font-face {
  font-family: BarlowCondensed;
  src: url(../themes/kfv-default/assets/fonts/barlow/BarlowCondensed-Regular.ttf);
}
