@charset "UTF-8";
:root {
  --primary-color: #B4294F;
  --primary-light: #ECD1D2;
  --white: #ffffff;
  --gray: #253C2C;
  --gray-light: #707070; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto-condensed-v24-latin-300.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v24-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto-condensed-v24-latin-300italic.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v24-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto-condensed-v24-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v24-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/roboto-condensed-v24-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v24-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto-v30-latin-300.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto-v30-latin-300italic.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* yrsa-regular - latin */
@font-face {
  font-family: 'Yrsa';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/yrsa-v13-latin-regular.woff2") format("woff2"), url("/assets/fonts/yrsa-v13-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* yrsa-500 - latin */
@font-face {
  font-family: 'Yrsa';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/assets/fonts/yrsa-v13-latin-500.woff2") format("woff2"), url("/assets/fonts/yrsa-v13-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* yrsa-600 - latin */
@font-face {
  font-family: 'Yrsa';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/assets/fonts/yrsa-v13-latin-600.woff2") format("woff2"), url("/assets/fonts/yrsa-v13-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* yrsa-700 - latin */
@font-face {
  font-family: 'Yrsa';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/yrsa-v13-latin-700.woff2") format("woff2"), url("/assets/fonts/yrsa-v13-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*************************************************************************/
/* Footer */
/*************************************************************************/
footer #footer-topline {
  background: var(--primary-light);
  color: var(--gray);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0; }

footer #footer-bottomline {
  background: var(--primary-color);
  padding: 10px 0 20px;
  text-align: center; }
  footer #footer-bottomline ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer #footer-bottomline ul li {
      display: inline-block;
      padding: 0 30px; }
  footer #footer-bottomline a {
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: color 750ms; }
    footer #footer-bottomline a:hover {
      color: var(--primary-light); }

/*************************************************************************/
/* Typo */
/*************************************************************************/
p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }
  @media only screen and (max-width: 768px) {
    p {
      font-size: 16px; } }
h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 30px; } }
h2 {
  font-family: "Yrsa", serif;
  font-weight: 500;
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 1.8rem; } }
h3 {
  font-family: "Yrsa", serif;
  font-weight: 500;
  font-size: 34px; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 26px; } }
h4 {
  font-family: "Yrsa", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: var(--gray-light); }
  h4.close {
    margin: 0 200px; }
    @media only screen and (max-width: 1480px) {
      h4.close {
        margin: 0; } }
ul li {
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    ul li {
      font-size: 16px; } }
.text-normal {
  font-style: normal !important; }

/*************************************************************************/
/* Images */
/*************************************************************************/
.img-full {
  width: 100%; }

/*************************************************************************/
/* Container */
/*************************************************************************/
.container-custom {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 2000px) {
    .container-custom {
      max-width: 1700px; } }
#top-bar {
  background: var(--primary-color);
  min-height: 50px; }
  #top-bar #main-nav {
    padding: 20px 0; }
    #top-bar #main-nav ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      #top-bar #main-nav ul li {
        display: inline-block;
        padding: 0 40px; }
        #top-bar #main-nav ul li a {
          font-size: 20px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 300;
          color: var(--white);
          transition: color 500ms;
          text-transform: uppercase; }
          #top-bar #main-nav ul li a:hover {
            color: var(--primary-light); }
          #top-bar #main-nav ul li a.active {
            font-weight: 700; }

#header-image {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    #header-image {
      height: 300px; } }
.logo-bg {
  width: 486px;
  margin: 0 auto;
  position: relative;
  top: 413px; }
  @media only screen and (max-width: 768px) {
    .logo-bg {
      width: 350px;
      top: 165px; } }
  .logo-bg img {
    width: 100%; }
  .logo-bg .logo {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50px;
    width: 400px; }
    @media only screen and (max-width: 768px) {
      .logo-bg .logo {
        width: 250px;
        top: 20px; } }
.logo-bg-sub {
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: -60px; }
  @media only screen and (max-width: 768px) {
    .logo-bg-sub {
      position: inherit;
      top: 0;
      margin-bottom: 50px; } }
  .logo-bg-sub img {
    width: 100%; }
  .logo-bg-sub .logo {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10px;
    width: 280px; }
    @media only screen and (max-width: 768px) {
      .logo-bg-sub .logo {
        width: 250px;
        top: 60px; } }
section {
  padding: 50px 0; }
  section.main {
    padding: 150px 0 30px; }
    @media only screen and (max-width: 768px) {
      section.main {
        padding: 80px 0 30px; } }
    section.main.pages {
      padding: 80px 0 30px; }
      @media only screen and (max-width: 768px) {
        section.main.pages {
          padding: 40px 0 30px; } }
  section .small-content {
    padding: 0 300px; }
    @media only screen and (max-width: 1480px) {
      section .small-content {
        padding: 0 150px; } }
    @media only screen and (max-width: 1200px) {
      section .small-content {
        padding: 0; } }
.btn-custom {
  background: var(--primary-color);
  color: var(--white);
  font-family: "Roboto", sans-serif;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  transition: all 750ms; }
  .btn-custom:hover {
    color: var(--primary-color);
    background: var(--primary-light); }

section.slider-bg {
  padding-top: 50px;
  background-image: url("/assets/img/slider_bg.png");
  background-repeat: repeat-x; }

/** Slick-Slider
 */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section.odd {
  padding: 0;
  background: var(--primary-light); }
  @media only screen and (min-width: 1480px) {
    section.odd .content {
      padding: 50px 150px 50px 100px; } }
  @media only screen and (max-width: 1480px) {
    section.odd .content {
      padding: 50px 100px 50px 100px; } }
  @media only screen and (max-width: 1480px) {
    section.odd .content {
      padding: 50px; } }
  section.odd .content h2 {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #ffffff; }
    @media only screen and (max-width: 1480px) {
      section.odd .content h2 {
        font-size: 30px; } }
section.even {
  padding: 0;
  background: var(--primary-color); }
  section.even .content p {
    color: #ffffff; }
  @media only screen and (min-width: 1480px) {
    section.even .content {
      padding: 50px 100px 50px 150px; } }
  @media only screen and (max-width: 1480px) {
    section.even .content {
      padding: 50px 100px 50px 100px; } }
  @media only screen and (max-width: 1480px) {
    section.even .content {
      padding: 50px; } }
  section.even .content h2 {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #ffffff; }
    @media only screen and (max-width: 1480px) {
      section.even .content h2 {
        font-size: 30px; } }
.mobile-nav {
  /**
Animations
**/
  /**
    Hamburger
  **/
  /**
Nav Styles
**/ }
  .mobile-nav #toggle:checked + .hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top: 25px; }
  .mobile-nav #toggle:checked + .hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg); }
  .mobile-nav #toggle:checked + .hamburger .meat {
    transform: rotate(45deg);
    margin-top: -7px; }
  .mobile-nav #toggle:checked + .hamburger + .nav {
    top: 0;
    transform: scale(1); }
  .mobile-nav #toggle {
    display: none; }
  .mobile-nav .hamburger {
    position: absolute;
    top: 2.8em;
    right: 48%;
    margin-top: -45px;
    width: 2em;
    height: 45px;
    z-index: 5; }
  .mobile-nav .hamburger div {
    position: relative;
    width: 2.7em;
    height: 6px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-top: 8px;
    transition: all 0.3s ease-in-out; }
  .mobile-nav .nav {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0); }
  .mobile-nav .mobile-nav-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%; }
  .mobile-nav .mobile-items {
    margin-top: 50px;
    text-align: center; }
    .mobile-nav .mobile-items a {
      position: relative;
      text-decoration: none;
      color: #ffffff;
      font-weight: 300;
      font-size: 2em;
      text-transform: uppercase;
      display: inline-block;
      margin-top: 1em;
      transition: color 0.2s ease-in-out; }
      .mobile-nav .mobile-items a:before {
        content: '';
        height: 0;
        position: absolute;
        width: 0.25em;
        background-color: white;
        left: -0.5em;
        transition: all 0.2s ease-in-out; }

/*************************************************************************/
/* General */
/*************************************************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", sans-serif;
  color: #253C2C; }

a {
  text-decoration: none; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/*# sourceMappingURL=theme.css.map */