/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
img, legend {
  border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, figure {
  margin: 0; }

a {
  background: 0 0; }

a:focus {
  outline: dotted thin; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #25120B;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: .5rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #73A62D;
  text-decoration: none; }
  a:focus, a:hover {
    color: #496a1d;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #5f5f5f;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #73A62D;
  hyphens: none; }

h1, .h1 {
  font-size: 2.4rem; }

h2, .h2 {
  font-size: 2.4rem; }

h3, .h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1; }

.display-4 {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #fff; }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #959595; }

.blockquote-footer {
  background: none;
  font-style: italic;
  display: block;
  font-size: 80%;
  color: #5f5f5f; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 2rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #959595;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 1rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #5f5f5f; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  width: auto; }

.col-1 {
  -webkit-box-flex: 0 0 8.3333333333%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 8.3333333333%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 8.3333333333%;
  /* Chrome */
  -ms-flex: 0 0 8.3333333333%;
  /* IE 10 */
  flex: 0 0 8.3333333333%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.6666666667%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 16.6666666667%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 16.6666666667%;
  /* Chrome */
  -ms-flex: 0 0 16.6666666667%;
  /* IE 10 */
  flex: 0 0 16.6666666667%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0 0 25%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 25%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 25%;
  /* Chrome */
  -ms-flex: 0 0 25%;
  /* IE 10 */
  flex: 0 0 25%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0 0 33.3333333333%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 33.3333333333%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 33.3333333333%;
  /* Chrome */
  -ms-flex: 0 0 33.3333333333%;
  /* IE 10 */
  flex: 0 0 33.3333333333%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.6666666667%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 41.6666666667%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 41.6666666667%;
  /* Chrome */
  -ms-flex: 0 0 41.6666666667%;
  /* IE 10 */
  flex: 0 0 41.6666666667%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0 0 50%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 50%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 50%;
  /* Chrome */
  -ms-flex: 0 0 50%;
  /* IE 10 */
  flex: 0 0 50%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0 0 58.3333333333%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 58.3333333333%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 58.3333333333%;
  /* Chrome */
  -ms-flex: 0 0 58.3333333333%;
  /* IE 10 */
  flex: 0 0 58.3333333333%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.6666666667%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 66.6666666667%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 66.6666666667%;
  /* Chrome */
  -ms-flex: 0 0 66.6666666667%;
  /* IE 10 */
  flex: 0 0 66.6666666667%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0 0 75%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 75%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 75%;
  /* Chrome */
  -ms-flex: 0 0 75%;
  /* IE 10 */
  flex: 0 0 75%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0 0 83.3333333333%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 83.3333333333%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 83.3333333333%;
  /* Chrome */
  -ms-flex: 0 0 83.3333333333%;
  /* IE 10 */
  flex: 0 0 83.3333333333%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.6666666667%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 91.6666666667%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 91.6666666667%;
  /* Chrome */
  -ms-flex: 0 0 91.6666666667%;
  /* IE 10 */
  flex: 0 0 91.6666666667%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0 0 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100%;
  /* Chrome */
  -ms-flex: 0 0 100%;
  /* IE 10 */
  flex: 0 0 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 auto;
    /* Chrome */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    width: auto; }

  .col-sm-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 8.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 8.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 8.3333333333%;
    /* IE 10 */
    flex: 0 0 8.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 16.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 16.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 16.6666666667%;
    /* IE 10 */
    flex: 0 0 16.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0 0 25%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 25%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 25%;
    /* Chrome */
    -ms-flex: 0 0 25%;
    /* IE 10 */
    flex: 0 0 25%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 33.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 33.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 33.3333333333%;
    /* IE 10 */
    flex: 0 0 33.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 41.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 41.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 41.6666666667%;
    /* IE 10 */
    flex: 0 0 41.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 58.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 58.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 58.3333333333%;
    /* IE 10 */
    flex: 0 0 58.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 66.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 66.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 66.6666666667%;
    /* IE 10 */
    flex: 0 0 66.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0 0 75%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 75%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 75%;
    /* Chrome */
    -ms-flex: 0 0 75%;
    /* IE 10 */
    flex: 0 0 75%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 83.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 83.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 83.3333333333%;
    /* IE 10 */
    flex: 0 0 83.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 91.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 91.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 91.6666666667%;
    /* IE 10 */
    flex: 0 0 91.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.3333333333%; }

  .pull-sm-2 {
    right: 16.6666666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.3333333333%; }

  .pull-sm-5 {
    right: 41.6666666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.3333333333%; }

  .pull-sm-8 {
    right: 66.6666666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.3333333333%; }

  .pull-sm-11 {
    right: 91.6666666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.3333333333%; }

  .push-sm-2 {
    left: 16.6666666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.3333333333%; }

  .push-sm-5 {
    left: 41.6666666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.3333333333%; }

  .push-sm-8 {
    left: 66.6666666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.3333333333%; }

  .push-sm-11 {
    left: 91.6666666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 auto;
    /* Chrome */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    width: auto; }

  .col-md-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 8.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 8.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 8.3333333333%;
    /* IE 10 */
    flex: 0 0 8.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 8.3333333333%; }

  .col-md-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 16.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 16.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 16.6666666667%;
    /* IE 10 */
    flex: 0 0 16.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 16.6666666667%; }

  .col-md-3 {
    -webkit-box-flex: 0 0 25%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 25%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 25%;
    /* Chrome */
    -ms-flex: 0 0 25%;
    /* IE 10 */
    flex: 0 0 25%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 33.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 33.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 33.3333333333%;
    /* IE 10 */
    flex: 0 0 33.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 33.3333333333%; }

  .col-md-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 41.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 41.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 41.6666666667%;
    /* IE 10 */
    flex: 0 0 41.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 41.6666666667%; }

  .col-md-6 {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 58.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 58.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 58.3333333333%;
    /* IE 10 */
    flex: 0 0 58.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 58.3333333333%; }

  .col-md-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 66.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 66.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 66.6666666667%;
    /* IE 10 */
    flex: 0 0 66.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 66.6666666667%; }

  .col-md-9 {
    -webkit-box-flex: 0 0 75%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 75%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 75%;
    /* Chrome */
    -ms-flex: 0 0 75%;
    /* IE 10 */
    flex: 0 0 75%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 83.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 83.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 83.3333333333%;
    /* IE 10 */
    flex: 0 0 83.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 83.3333333333%; }

  .col-md-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 91.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 91.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 91.6666666667%;
    /* IE 10 */
    flex: 0 0 91.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 91.6666666667%; }

  .col-md-12 {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.3333333333%; }

  .pull-md-2 {
    right: 16.6666666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.3333333333%; }

  .pull-md-5 {
    right: 41.6666666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.3333333333%; }

  .pull-md-8 {
    right: 66.6666666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.3333333333%; }

  .pull-md-11 {
    right: 91.6666666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.3333333333%; }

  .push-md-2 {
    left: 16.6666666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.3333333333%; }

  .push-md-5 {
    left: 41.6666666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.3333333333%; }

  .push-md-8 {
    left: 66.6666666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.3333333333%; }

  .push-md-11 {
    left: 91.6666666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 auto;
    /* Chrome */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    width: auto; }

  .col-lg-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 8.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 8.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 8.3333333333%;
    /* IE 10 */
    flex: 0 0 8.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 16.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 16.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 16.6666666667%;
    /* IE 10 */
    flex: 0 0 16.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0 0 25%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 25%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 25%;
    /* Chrome */
    -ms-flex: 0 0 25%;
    /* IE 10 */
    flex: 0 0 25%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 33.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 33.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 33.3333333333%;
    /* IE 10 */
    flex: 0 0 33.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 41.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 41.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 41.6666666667%;
    /* IE 10 */
    flex: 0 0 41.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 58.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 58.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 58.3333333333%;
    /* IE 10 */
    flex: 0 0 58.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 66.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 66.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 66.6666666667%;
    /* IE 10 */
    flex: 0 0 66.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0 0 75%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 75%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 75%;
    /* Chrome */
    -ms-flex: 0 0 75%;
    /* IE 10 */
    flex: 0 0 75%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 83.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 83.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 83.3333333333%;
    /* IE 10 */
    flex: 0 0 83.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 91.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 91.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 91.6666666667%;
    /* IE 10 */
    flex: 0 0 91.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.3333333333%; }

  .pull-lg-2 {
    right: 16.6666666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.3333333333%; }

  .pull-lg-5 {
    right: 41.6666666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.3333333333%; }

  .pull-lg-8 {
    right: 66.6666666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.3333333333%; }

  .pull-lg-11 {
    right: 91.6666666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.3333333333%; }

  .push-lg-2 {
    left: 16.6666666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.3333333333%; }

  .push-lg-5 {
    left: 41.6666666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.3333333333%; }

  .push-lg-8 {
    left: 66.6666666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.3333333333%; }

  .push-lg-11 {
    left: 91.6666666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 auto;
    /* Chrome */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    width: auto; }

  .col-xl-1 {
    -webkit-box-flex: 0 0 8.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 8.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 8.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 8.3333333333%;
    /* IE 10 */
    flex: 0 0 8.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 8.3333333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0 0 16.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 16.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 16.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 16.6666666667%;
    /* IE 10 */
    flex: 0 0 16.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 16.6666666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0 0 25%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 25%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 25%;
    /* Chrome */
    -ms-flex: 0 0 25%;
    /* IE 10 */
    flex: 0 0 25%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0 0 33.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 33.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 33.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 33.3333333333%;
    /* IE 10 */
    flex: 0 0 33.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 33.3333333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0 0 41.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 41.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 41.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 41.6666666667%;
    /* IE 10 */
    flex: 0 0 41.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 41.6666666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0 0 58.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 58.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 58.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 58.3333333333%;
    /* IE 10 */
    flex: 0 0 58.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 58.3333333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0 0 66.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 66.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 66.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 66.6666666667%;
    /* IE 10 */
    flex: 0 0 66.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 66.6666666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0 0 75%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 75%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 75%;
    /* Chrome */
    -ms-flex: 0 0 75%;
    /* IE 10 */
    flex: 0 0 75%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0 0 83.3333333333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 83.3333333333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 83.3333333333%;
    /* Chrome */
    -ms-flex: 0 0 83.3333333333%;
    /* IE 10 */
    flex: 0 0 83.3333333333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 83.3333333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0 0 91.6666666667%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 91.6666666667%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 91.6666666667%;
    /* Chrome */
    -ms-flex: 0 0 91.6666666667%;
    /* IE 10 */
    flex: 0 0 91.6666666667%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 91.6666666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.3333333333%; }

  .pull-xl-2 {
    right: 16.6666666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.3333333333%; }

  .pull-xl-5 {
    right: 41.6666666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.3333333333%; }

  .pull-xl-8 {
    right: 66.6666666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.3333333333%; }

  .pull-xl-11 {
    right: 91.6666666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.3333333333%; }

  .push-xl-2 {
    left: 16.6666666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.3333333333%; }

  .push-xl-5 {
    left: 41.6666666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.3333333333%; }

  .push-xl-8 {
    left: 66.6666666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.3333333333%; }

  .push-xl-11 {
    left: 91.6666666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.5rem 1rem;
  font-size: 1rem; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    color: #fff; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #73A62D;
  border: 1px solid #73A62D; }
  .btn-primary:hover {
    color: #fff;
    background-color: #577e22;
    border-color: #527620; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #73A62D;
    border-color: #73A62D; }
  .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #577e22;
    background-image: none;
    border-color: #527620; }

.btn-secondary {
  color: #1b1b1b;
  background-color: #fff;
  border: 1px solid #ccc; }
  .btn-secondary:hover {
    color: #1b1b1b;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #1b1b1b;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }

.btn-info {
  color: #fff;
  background-color: #3C2111;
  border: 1px solid #3C2111; }
  .btn-info:hover {
    color: #fff;
    background-color: #140b06;
    border-color: #0c0703; }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #3C2111;
    border-color: #3C2111; }
  .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #140b06;
    background-image: none;
    border-color: #0c0703; }

.btn-success {
  color: #fff;
  background-color: #73A62D;
  border: 1px solid #73A62D; }
  .btn-success:hover {
    color: #fff;
    background-color: #577e22;
    border-color: #527620; }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #73A62D;
    border-color: #73A62D; }
  .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #577e22;
    background-image: none;
    border-color: #527620; }

.btn-warning {
  color: #fff;
  background-color: #B32748;
  border: 1px solid #B32748; }
  .btn-warning:hover {
    color: #fff;
    background-color: #891e37;
    border-color: #811c34; }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #B32748;
    border-color: #B32748; }
  .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #891e37;
    background-image: none;
    border-color: #811c34; }

.btn-danger {
  color: #fff;
  background-color: #B32748;
  border: 1px solid #B32748; }
  .btn-danger:hover {
    color: #fff;
    background-color: #891e37;
    border-color: #811c34; }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #B32748;
    border-color: #B32748; }
  .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #891e37;
    background-image: none;
    border-color: #811c34; }

.btn-outline-primary {
  color: #73A62D;
  background-image: none;
  background-color: transparent;
  border-color: #73A62D; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #73A62D;
    border-color: #73A62D; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #73A62D;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #73A62D;
    border-color: #73A62D; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #3C2111;
  background-image: none;
  background-color: transparent;
  border-color: #3C2111; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #3C2111;
    border-color: #3C2111; }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #3C2111;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #3C2111;
    border-color: #3C2111; }

.btn-outline-success {
  color: #73A62D;
  background-image: none;
  background-color: transparent;
  border-color: #73A62D; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #73A62D;
    border-color: #73A62D; }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #73A62D;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #73A62D;
    border-color: #73A62D; }

.btn-outline-warning {
  color: #B32748;
  background-image: none;
  background-color: transparent;
  border-color: #B32748; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #B32748;
    border-color: #B32748; }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #B32748;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #B32748;
    border-color: #B32748; }

.btn-outline-danger {
  color: #B32748;
  background-image: none;
  background-color: transparent;
  border-color: #B32748; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #B32748;
    border-color: #B32748; }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B32748;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #B32748;
    border-color: #B32748; }

.btn-link {
  font-weight: normal;
  color: #73A62D;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #496a1d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #5f5f5f; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 2.1rem 1.5rem;
  font-size: 1.25rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #5f5f5f;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #959595 #959595 #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #5f5f5f;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #333333;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #73A62D; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 2rem; }

.navbar-toggler-right {
  position: absolute;
  right: 2rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .navbar-toggleable > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .navbar-toggleable-sm > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .navbar-toggleable-lg > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(37, 18, 11, 0.5); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(37, 18, 11, 0.5); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(37, 18, 11, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(37, 18, 11, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(37, 18, 11, 0.3); }
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(37, 18, 11, 0.5); }
.navbar-light .navbar-toggler {
  border-color: rgba(37, 18, 11, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(37, 18, 11, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(37, 18, 11, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(37, 18, 11, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #959595; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #959595; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #73A62D !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #577e22 !important; }

.bg-success {
  background-color: #73A62D !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #577e22 !important; }

.bg-info {
  background-color: #3C2111 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #140b06 !important; }

.bg-warning {
  background-color: #B32748 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #891e37 !important; }

.bg-danger {
  background-color: #B32748 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #891e37 !important; }

.bg-inverse {
  background-color: #959595 !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #7c7c7c !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.flex-first {
  order: -1;
  -webkit-box-ordinal-group: -1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: -1;
  /* OLD - Firefox 19- */
  -ms-flex-order: -1;
  /* TWEENER - IE 10 */
  -webkit-order: -1;
  /* NEW - Chrome */ }

.flex-last {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1; }

.flex-unordered {
  order: 0;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.justify-content-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.justify-content-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.justify-content-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }

.align-items-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.align-items-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.align-items-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }

.align-items-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.align-content-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }

.align-content-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end; }

.align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }

.align-content-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between; }

.align-content-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around; }

.align-content-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
    -webkit-box-ordinal-group: -1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: -1;
    /* OLD - Firefox 19- */
    -ms-flex-order: -1;
    /* TWEENER - IE 10 */
    -webkit-order: -1;
    /* NEW - Chrome */ }

  .flex-sm-last {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1; }

  .flex-sm-unordered {
    order: 0;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0; }

  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

  .justify-content-sm-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around; }

  .align-items-sm-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .align-items-sm-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .align-items-sm-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }

  .align-content-sm-start {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }

  .align-content-sm-end {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }

  .align-content-sm-center {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }

  .align-content-sm-between {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between; }

  .align-content-sm-around {
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
    -webkit-box-ordinal-group: -1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: -1;
    /* OLD - Firefox 19- */
    -ms-flex-order: -1;
    /* TWEENER - IE 10 */
    -webkit-order: -1;
    /* NEW - Chrome */ }

  .flex-md-last {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1; }

  .flex-md-unordered {
    order: 0;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0; }

  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

  .justify-content-md-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  .justify-content-md-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }

  .justify-content-md-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around; }

  .align-items-md-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .align-items-md-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .align-items-md-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .align-items-md-baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }

  .align-items-md-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }

  .align-content-md-start {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }

  .align-content-md-end {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }

  .align-content-md-center {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }

  .align-content-md-between {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between; }

  .align-content-md-around {
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around; }

  .align-content-md-stretch {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
    -webkit-box-ordinal-group: -1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: -1;
    /* OLD - Firefox 19- */
    -ms-flex-order: -1;
    /* TWEENER - IE 10 */
    -webkit-order: -1;
    /* NEW - Chrome */ }

  .flex-lg-last {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1; }

  .flex-lg-unordered {
    order: 0;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0; }

  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

  .justify-content-lg-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around; }

  .align-items-lg-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .align-items-lg-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .align-items-lg-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }

  .align-content-lg-start {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }

  .align-content-lg-end {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }

  .align-content-lg-center {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }

  .align-content-lg-between {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between; }

  .align-content-lg-around {
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
    -webkit-box-ordinal-group: -1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: -1;
    /* OLD - Firefox 19- */
    -ms-flex-order: -1;
    /* TWEENER - IE 10 */
    -webkit-order: -1;
    /* NEW - Chrome */ }

  .flex-xl-last {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1; }

  .flex-xl-unordered {
    order: 0;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0; }

  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

  .justify-content-xl-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around; }

  .align-items-xl-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .align-items-xl-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .align-items-xl-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }

  .align-content-xl-start {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }

  .align-content-xl-end {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }

  .align-content-xl-center {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }

  .align-content-xl-between {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between; }

  .align-content-xl-around {
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-white {
  color: #fff !important; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v10-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v10-latin-700.woff") format("woff"), url("../fonts/montserrat-v10-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v10-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v16-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* FRONTEND SASS
*********************************************/
html {
  overflow-y: scroll;
  scroll-behavior: smooth; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word; }

a:focus {
  outline: 0; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Carousel
*********************************************/
.carousel-fade .carousel-item {
  -webkit-transition: opacity .75s ease-in-out;
  -moz-transition: opacity .75s ease-in-out;
  -o-transition: opacity .75s ease-in-out;
  -ms-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out; }
.carousel-fade .carousel-item, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-previous.carousel-item-right {
  opacity: 1; }
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 2; }
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev {
  z-index: 1; }
.carousel-fade .carousel-control {
  z-index: 3; }

.carousel .carousel, .carousel .item, .carousel .item.active, .carousel .carousel-inner {
  height: 100%;
  max-height: 620px; }
  @media (max-width: 991px) {
    .carousel .carousel, .carousel .item, .carousel .item.active, .carousel .carousel-inner {
      max-height: 400px; } }
.carousel .fill {
  width: 100%;
  height: 620px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  @media (max-width: 991px) {
    .carousel .fill {
      max-height: 400px; } }
  @media (max-width: 575px) {
    .carousel .fill {
      height: 300px; } }
.carousel .carousel-control {
  position: absolute;
  top: 49%;
  margin: 10px; }
  .carousel .carousel-control.right {
    right: 0px; }
.carousel img {
  height: 4vh; }
.carousel .carousel-indicators li {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8); }

/* Header
*********************************************/
header #mainmenu {
  align-items: start; }
header ul.navbar-nav {
  background: white;
  border-radius: 0px 30px; }
header .navbar-light .navbar-nav .i-121 a.nav-link {
  color: #73A62D; }
header .navbar-toggler {
  background: white; }
header .navbar-brand img {
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  cursor: pointer; }
header .btn {
  border: none; }
@media (max-width: 1199px) {
  header .navbar-brand img {
    max-width: 280px; }
  header .navbar-brand.shrink img {
    max-width: 200px; }
  header .navbar-toggleable-md .navbar-nav .nav-link, header .btn {
    padding-right: .7rem;
    padding-left: .7rem; } }
header ul.navbar-nav, header ul .btn {
  text-transform: uppercase;
  hyphens: none; }
@media (max-width: 991px) {
  header .navbar {
    padding: 1rem .5rem; }
  header .navbar-brand {
    position: fixed;
    max-width: 281px; }
  header .navbar-brand.shrink img {
    width: 170px; }
  header .navbar-toggler {
    top: 1rem; }
  header .collapsing, header .show {
    text-align: right;
    z-index: 1112; }
  header ul.navbar-nav .nav-item {
    padding: 10px 0;
    z-index: 4; }
  header .nav-link {
    display: inline;
    padding: 0.5rem 1rem !important; }
  header .btn {
    display: inline;
    padding: 0.5rem 1rem !important; } }
@media (max-width: 767px) {
  header .navbar {
    display: block; }
  header ul.navbar-nav {
    display: inline-block;
    margin-top: 70px; }
  header .navbar-brand img {
    max-width: 180px; }
  header .navbar-brand.shrink img {
    width: 120px; } }
@media (max-width: 380px) {
  header .navbar-brand img {
    max-width: 140px; } }

@media (max-width: 991px) {
  .page-header {
    width: 100%; } }
/* globale Definitionen
*********************************************/
.p-0 {
  padding: 0; }

@media (max-width: 575px) {
  h1, h2 {
    font-size: 2rem; } }
h1, h2, h3 {
  text-align: center; }

#slideshow .img-fluid, #panorama .img-fluid {
  width: 100%; }

.event {
  display: block;
  margin-top: -80px;
  position: absolute;
  background: white;
  right: 2rem;
  padding: 5px;
  border-radius: 0 15px; }
  .event .date {
    color: #73A62D; }
  @media (max-width: 575px) {
    .event {
      position: relative;
      margin: 0;
      border: 1px solid lightgrey;
      border-radius: 0 0 15px 15px;
      text-align: center;
      right: 0; } }

/* Startseite
*********************************************/
body.modal-open {
  padding: 0 !important; }

#gasthof, #speisen, #urlaub, #ferienzimmer {
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center; }

#jaeger, #ferienzimmer2 {
  margin-bottom: 4rem;
  margin-top: 4rem; }
  @media (max-width: 991px) {
    #jaeger, #ferienzimmer2 {
      margin-bottom: 4rem;
      margin-top: 6rem; } }
  @media (max-width: 767px) {
    #jaeger, #ferienzimmer2 {
      margin-bottom: 2rem;
      margin-top: 2rem; } }

#veranstaltungen {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (max-width: 991px) {
    #veranstaltungen {
      margin-bottom: 4rem;
      margin-top: 6rem; } }
  @media (max-width: 767px) {
    #veranstaltungen {
      margin-bottom: 2rem;
      margin-top: 2rem; } }

/* Startseite Bilder
*********************************************/
#gasthof .offset-xl-1 {
  padding-top: 2rem;
  padding-bottom: 1rem; }
#gasthof .img {
  background-image: url(../../../images/startseite/gasthof-kronreith-panorama.jpg);
  background-size: cover;
  background-position: center;
  min-height: 30.9vw; }
  @media (max-width: 1199px) {
    #gasthof .img {
      background-image: url(../../../images/startseite/gasthof-kronreith-panorama_M.jpg); } }
  @media (max-width: 991px) {
    #gasthof .img {
      background-image: url(../../../images/startseite/gasthof-kronreith-panorama_MS.jpg); } }
  @media (max-width: 767px) {
    #gasthof .img {
      background-image: url(../../../images/startseite/gasthof-kronreith-panorama_M.jpg);
      min-height: 61.8vw; } }
  @media (max-width: 575px) {
    #gasthof .img {
      background-image: url(../../../images/startseite/gasthof-kronreith-panorama_S.jpg); } }

#speisen .offset-xl-1 {
  padding-top: 2rem;
  padding-bottom: 1rem; }
#speisen .img {
  background-image: url(../../../images/startseite/zweierlei-forelle-vorspeise-restaurant-alm.jpg);
  background-size: cover;
  background-position: center;
  min-height: 30.9vw; }
  @media (max-width: 1199px) {
    #speisen .img {
      background-image: url(../../../images/startseite/zweierlei-forelle-vorspeise-restaurant-alm_M.jpg); } }
  @media (max-width: 991px) {
    #speisen .img {
      background-image: url(../../../images/startseite/zweierlei-forelle-vorspeise-restaurant-alm_MS.jpg); } }
  @media (max-width: 767px) {
    #speisen .img {
      background-image: url(../../../images/startseite/zweierlei-forelle-vorspeise-restaurant-alm_M.jpg);
      min-height: 61.8vw; } }
  @media (max-width: 575px) {
    #speisen .img {
      background-image: url(../../../images/startseite/zweierlei-forelle-vorspeise-restaurant-alm_S.jpg); } }

#stimmungsbilder img, #stimmungsbilder-2 img {
  width: 100%; }

#jaeger img, #veranstaltungen img, #ferienzimmer2 img {
  margin-top: 1rem; }
  @media (max-width: 991px) {
    #jaeger img, #veranstaltungen img, #ferienzimmer2 img {
      margin-bottom: 2rem; } }

#urlaub .offset-xl-1 {
  padding-top: 2rem;
  padding-bottom: 1rem; }
#urlaub .img {
  background-image: url(../../../images/startseite/wander-familien-urlaub-maria-alm.jpg);
  background-size: cover;
  background-position: center;
  min-height: 30.9vw; }
  @media (max-width: 1199px) {
    #urlaub .img {
      background-image: url(../../../images/startseite/wander-familien-urlaub-maria-alm_M.jpg); } }
  @media (max-width: 991px) {
    #urlaub .img {
      background-image: url(../../../images/startseite/wander-familien-urlaub-maria-alm_MS.jpg); } }
  @media (max-width: 767px) {
    #urlaub .img {
      background-image: url(../../../images/startseite/wander-familien-urlaub-maria-alm_M.jpg);
      min-height: 61.8vw; } }
  @media (max-width: 575px) {
    #urlaub .img {
      background-image: url(../../../images/startseite/wander-familien-urlaub-maria-alm_S.jpg); } }

#ferienzimmer {
  /*.img {
    background-image: url(../../../images/startseite/ski-urlaub-zimmer-maria-alm.jpg);
    background-size:cover;
    background-position: center;
     
  
  	@include media-breakpoint-down(lg) {
  		background-image: url(../../../images/startseite/ski-urlaub-zimmer-maria-alm_M.jpg);
  	}	
  	
  	@include media-breakpoint-down(md) {
  		background-image: url(../../../images/startseite/ski-urlaub-zimmer-maria-alm_MS.jpg);
  	}	
  	
  	@include media-breakpoint-down(sm) {
  		background-image: url(../../../images/startseite/ski-urlaub-zimmer-maria-alm_M.jpg);
  		min-height: 61.8vw;
  	}
  	@include media-breakpoint-down(xs) {
  		background-image: url(../../../images/startseite/ski-urlaub-zimmer-maria-alm_S.jpg);
  	}	
  }	*/ }
  #ferienzimmer .offset-xl-1 {
    padding-top: 2rem;
    padding-bottom: 1rem; }
  #ferienzimmer .img {
    min-height: 30.9vw; }

/* Impressum
*********************************************/
.impressum section {
  margin-top: 3rem; }
.impressum h2, .impressum .item-title {
  margin-bottom: 2rem; }

/*Seite 2*/
#kontakt .route .hidden {
  display: inline-block;
  width: 0px;
  height: 0px; }
#kontakt .route .btn-primary {
  border: none;
  margin-left: 10px; }
@media (min-width: 576px) {
  #kontakt .route .form-control {
    width: auto; } }
@media (max-width: 575px) {
  #kontakt .route .btn-primary {
    margin-left: 0px;
    margin-top: 10px; } }

.no-flexboxlegacy .col-12 {
  flex: none;
  width: 100%; }
.no-flexboxlegacy #bfPage2 .form-inline {
  display: block !important; }

/* Footer
*********************************************/
footer {
  background: #25120B;
  padding-bottom: 3rem;
  padding-top: 3rem;
  margin-top: 6rem; }

.site-content {
  background: #fff;
  margin-bottom: 70vh;
  position: relative;
  z-index: 2; }

.container-fluid.map {
  background-image: url("../../../images/map/map.jpg");
  background-position: center center;
  background-size: cover;
  bottom: 0;
  height: 70vh;
  min-height: 70vh;
  position: fixed;
  width: 100%; }
  .container-fluid.map .map-logo {
    margin-left: 45.6%;
    position: absolute;
    top: 30%; }
  .container-fluid.map img {
    padding: 10px;
    width: 150px;
    transition: all .2s ease-in-out; }
    .container-fluid.map img:hover {
      transform: scale(1.1); }

/* HELPER
*********************************************/
/* Floats */
.float-left {
  float: left; }

.float-right {
  float: right; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.ie7 .group {
  zoom: 1; }

/* Media Queries
*********************************************/
/* Retina */
