/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* line 5, _general.scss */
body {
  background: #202020;
  color: #101010;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25; }

/* line 15, _general.scss */
hr {
  border-top: 1px dashed rgba(16, 16, 16, 0.25); }

/* line 20, _general.scss */
.noscriptmsg {
  margin-top: 135px;
  background-color: #e82020;
  color: #f2f240;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    /* line 20, _general.scss */
    .noscriptmsg {
      margin-top: 90px; } }

/* line 35, _general.scss */
ol, ul, li {
  font-size: 14px; }

/* line 40, _general.scss */
a,
.show-more-button,
.show-less-button {
  color: #bb1822;
  transition: 0.5s; }

/* line 48, _general.scss */
a.elemcollapse-toggle {
  font-size: 0.8em; }

/* line 53, _general.scss */
.show-more-button,
.show-less-button {
  font-size: 0.9em; }

/* line 59, _general.scss */
a.disabled, a.disabled:hover, a.disabled:active, a.disabled:focus {
  pointer-events: none;
  cursor: default;
  color: gray; }

/* line 66, _general.scss */
.show-more-button,
.show-less-button {
  display: inline;
  align-self: flex-end;
  cursor: pointer; }

/* line 75, _general.scss */
a:hover, a:active, a:focus,
.show-more-button:hover, .show-more-button:active, .show-more-button:focus,
.show-less-button:hover, .show-less-button:active, .show-less-button:focus {
  color: #bc1822;
  outline: none;
  text-decoration: none; }

/* line 84, _general.scss */
p {
  padding: 0;
  margin: 0 0 30px 0; }

/* line 89, _general.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  padding: 0; }

/* line 96, _general.scss */
h1 {
  font-size: 32px; }

/* line 101, _general.scss */
h2 {
  font-size: 28px; }

/* line 106, _general.scss */
h3 {
  font-size: 22px; }

/* line 111, _general.scss */
h4 {
  font-size: 16px; }

/* line 116, _general.scss */
h5 {
  font-size: 14px; }

/* line 122, _general.scss */
.form-control {
  color: #101010;
  background-color: #f0f0f0;
  border: 1px solid gray; }

/* line 129, _general.scss */
.form-control:focus {
  color: #770f16;
  background-color: #f8f8f8;
  border: 1px solid gray; }

/* line 136, _general.scss */
.custom-file {
  overflow: hidden; }
  /* line 139, _general.scss */
  .custom-file input[type="file"] {
    display: none; }

/* line 146, _general.scss */
.custom-file-label {
  border-color: gray; }

/* line 151, _general.scss */
.custom-file-label::after,
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Durchsuchen..."; }
  @media (max-width: 767.98px) {
    /* line 151, _general.scss */
    .custom-file-label::after,
    .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "..."; } }

/* line 163, _general.scss */
.valign-center {
  align-self: center; }

/* line 168, _general.scss */
input[type="text"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  border-radius: 5px;
  box-shadow: none; }
  /* line 186, _general.scss */
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="radio"]::placeholder,
  input[type="checkbox"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="range"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="time"]::placeholder,
  input[type="url"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 0.8em;
    font-style: italic; }
  /* line 192, _general.scss */
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="range"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  select:focus {
    box-shadow: 0 0 3px gray;
    border: 1px solid #676767; }

/* line 210, _general.scss */
input[type="text"] .form-control,
input[type="password"] .form-control,
input[type="radio"] .form-control,
input[type="checkbox"] .form-control,
input[type="email"] .form-control,
input[type="number"] .form-control,
input[type="range"] .form-control,
input[type="tel"] .form-control,
input[type="time"] .form-control,
input[type="url"] .form-control {
  border-left: 0px; }

/* line 216, _general.scss */
.input-group-prepend {
  border: 1px solid gray;
  border-radius: 5px 0px 0px 5px; }

/* line 222, _general.scss */
.input-group-text {
  background-color: rgba(238, 238, 238, 0.75); }

/* line 235, _general.scss */
.nav-pills .nav-link.active,
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .show > .nav-link,
.progress-bar {
  background-color: #404040; }

/* line 244, _general.scss */
input[type="checkbox"].apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 25px;
  height: 15px;
  background-color: #d0d0d0;
  border: 1px solid gray;
  border-radius: 50px;
  box-shadow: 0 0 3px #bb1822; }
  /* line 256, _general.scss */
  input[type="checkbox"].apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: #f00;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
  /* line 269, _general.scss */
  input[type="checkbox"].apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #bb1822;
    border-color: gray; }
  /* line 275, _general.scss */
  input[type="checkbox"].apple-switch:checked:after {
    left: 8px;
    box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05); }

/* line 285, _general.scss */
.bootstrap-select .dropdown-toggle {
  border-color: gray;
  background-color: #f0f0f0; }
  /* line 290, _general.scss */
  .bootstrap-select .dropdown-toggle:hover {
    background-color: #e3e3e3;
    box-shadow: 0 0 3px gray; }

/* line 299, _general.scss */
label.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-left: 1.5rem;
  min-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 314, _general.scss */
  label.checkbox .checklabel {
    padding-left: 22px; }
  /* line 319, _general.scss */
  label.checkbox .checkmark {
    position: absolute;
    top: 0em;
    left: 0;
    outline: none;
    width: 3em;
    height: 1.5em;
    background-color: #f0f0f0;
    border: 1px solid gray;
    border-radius: 5px;
    overflow: hidden; }
    /* line 334, _general.scss */
    label.checkbox .checkmark:after {
      content: "";
      position: absolute;
      top: 0em;
      left: 0em;
      background: #d0d0d0;
      background: -moz-repeating-radial-gradient(at 5% top, #d0d0d0 0%, rgba(24, 24, 24, 0.85) 100%);
      /* FF3.6-15 */
      background: -webkit-repeating-radial-gradient(at 5% top, #d0d0d0 0%, rgba(24, 24, 24, 0.85) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: repeating-radial-gradient(at 5% top, #d0d0d0 0%, rgba(24, 24, 24, 0.85) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      width: 22px;
      height: 1.4em;
      border-radius: 4px;
      box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5); }
    /* line 352, _general.scss */
    label.checkbox .checkmark:hover {
      border: 1px solid #676767;
      box-shadow: 0 0 3px gray; }
  /* line 360, _general.scss */
  label.checkbox:hover input ~ .checkmark {
    background-color: #e3e3e3; }
  /* line 366, _general.scss */
  label.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    /* line 376, _general.scss */
    label.checkbox input[type="checkbox"]:checked ~ .checkmark {
      background-color: #bb1822; }
    /* line 383, _general.scss */
    label.checkbox input[type="checkbox"]:checked ~ .checkmark:after {
      left: 1.35em; }

/* line 391, _general.scss */
label.radio {
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-left: 1.5rem;
  cursor: pointer;
  min-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 404, _general.scss */
  label.radio .radiolabel {
    align-self: center;
    padding-left: 0em; }
  /* line 410, _general.scss */
  label.radio .radiomark {
    align-self: baseline;
    border: 1px solid gray;
    position: absolute;
    top: 0.2em;
    left: 0;
    height: 1rem;
    width: 1rem;
    border-radius: 1rem;
    border: 1px solid gray;
    background-color: #f8f8f8; }
    /* line 424, _general.scss */
    label.radio .radiomark:after {
      content: "";
      position: absolute;
      display: none;
      left: .35rem;
      top: .15rem;
      width: 0.35em;
      height: .7em;
      border: solid #f8f8f8;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 440, _general.scss */
    label.radio .radiomark:hover {
      border: 1px solid #676767;
      box-shadow: 0 0 3px gray; }
  /* line 447, _general.scss */
  label.radio:hover input ~ .radiomark {
    background-color: #f8f8f8; }
  /* line 453, _general.scss */
  label.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    /* line 462, _general.scss */
    label.radio input[type="radio"]:checked ~ .radiomark {
      border: 0px;
      background-color: #bb1822; }
    /* line 470, _general.scss */
    label.radio input[type="radio"]:checked ~ .radiomark:after {
      display: block; }

/* line 478, _general.scss */
button[type="submit"],
input[type="submit"],
input[type="button"] {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #f8f8f8;
  background: #bb1822; }
  /* line 493, _general.scss */
  button[type="submit"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    color: white;
    background: #770f16;
    font-style: italic; }
  @media (max-width: 767.98px) {
    /* line 478, _general.scss */
    button[type="submit"],
    input[type="submit"],
    input[type="button"] {
      font-size: 14px;
      letter-spacing: 0;
      padding: 8px 8px;
      margin: 5px; } }

/* line 509, _general.scss */
input[type="reset"] {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #101010;
  background: rgba(238, 238, 238, 0.75); }
  /* line 522, _general.scss */
  input[type="reset"]:hover {
    color: #101010;
    background: rgba(174, 174, 174, 0.75);
    font-style: italic; }
  @media (max-width: 767.98px) {
    /* line 509, _general.scss */
    input[type="reset"] {
      font-size: 14px;
      letter-spacing: 0;
      padding: 8px 8px;
      margin: 5px; } }

/* Back to top button */
/* line 541, _general.scss */
.back-to-top,
.back-to-bottom {
  position: fixed;
  border: 2px solid rgba(187, 24, 34, 0.75);
  background: rgba(128, 128, 128, 0.5);
  color: rgba(187, 24, 34, 0.75);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 5px;
  right: 15px;
  transition: background 0.5s;
  z-index: 11;
  /*opacity: 0.5;*/ }
  /* line 559, _general.scss */
  .back-to-top i,
  .back-to-bottom i {
    padding-top: 6px; }
  /* line 563, _general.scss */
  .back-to-top:hover,
  .back-to-bottom:hover {
    border-color: #bb1822;
    background: #f0f0f0;
    color: #bb1822; }

/* line 571, _general.scss */
.back-to-top {
  display: none;
  bottom: 50px; }
  @media (max-width: 767.98px) {
    /* line 571, _general.scss */
    .back-to-top {
      bottom: 50px; } }

/* line 580, _general.scss */
.back-to-bottom {
  bottom: 15px; }
  @media (max-width: 767.98px) {
    /* line 580, _general.scss */
    .back-to-bottom {
      bottom: 15px; } }

/* Prelaoder */
/* line 591, _general.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #f8f8f8; }

/* line 602, _general.scss */
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #bb1822;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite; }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 621, _general.scss */
.modal-dialog {
  min-width: 66%;
  border-radius: 20px; }

/* line 626, _general.scss */
.modal-content {
  background-color: transparent;
  border-radius: 20px; }

/* line 632, _general.scss */
.modal-header {
  border-radius: 20px 20px 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
  background: #a90329;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
  /* IE6-9 */ }
  /* line 642, _general.scss */
  .modal-header button {
    color: #f8f8f8; }

/* line 648, _general.scss */
.modal-title {
  color: #f8f8f8; }

/* line 653, _general.scss */
.modal-body {
  border-top: 2px solid #bb1822;
  border-bottom: 2px solid #bb1822;
  background-color: #f8f8f8;
  /* When the checkbox is checked, add a blue background */ }
  /* line 659, _general.scss */
  .modal-body .modal-message {
    display: inline;
    font-size: 16px; }
  /* line 666, _general.scss */
  .modal-body .modal-block {
    display: table;
    margin: 5px 0;
    padding: 0 1.5em; }
  /* line 674, _general.scss */
  .modal-body .modal-block-row:disabled::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  /* line 687, _general.scss */
  .modal-body .modal-block-row {
    display: table-row; }
  /* line 693, _general.scss */
  .modal-body .modal-block-title {
    margin-bottom: 5px;
    font-weight: bold; }
  /* line 699, _general.scss */
  .modal-body .modal-block-image,
  .modal-body .modal-block-cell {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    @media (max-width: 767.98px) {
      /* line 699, _general.scss */
      .modal-body .modal-block-image,
      .modal-body .modal-block-cell {
        padding: 2px; } }
  /* line 711, _general.scss */
  .modal-body .modal-block-cell {
    width: 100%; }
  /* line 716, _general.scss */
  .modal-body .modal-block-image {
    min-width: 96px;
    text-align: center; }
    @media (max-width: 767.98px) {
      /* line 716, _general.scss */
      .modal-body .modal-block-image {
        min-width: 48px; } }
    /* line 725, _general.scss */
    .modal-body .modal-block-image img {
      max-width: 96px;
      max-height: 96px; }
      @media (max-width: 767.98px) {
        /* line 725, _general.scss */
        .modal-body .modal-block-image img {
          max-width: 48px;
          max-height: 48px; } }
  /* line 739, _general.scss */
  .modal-body hr.modalline {
    margin-top: 10px;
    margin-bottom: 10px; }

/* line 746, _general.scss */
.modal-footer {
  background-color: #202020;
  border-radius: 0px 0px 20px 20px;
  padding: 0.25rem 1rem; }

/* line 753, _general.scss */
.modal-prefooter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.25rem 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  background-color: #3a3a3a; }

/* line 768, _general.scss */
.hidden {
  display: none; }

/* line 773, _general.scss */
textarea[type="code"] {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  line-height: 1.2em;
  min-height: 8rem;
  height: 12rem; }

/* line 781, _general.scss */
.form-control:disabled,
.form-control[readonly] {
  color: #101010;
  background-color: #f0f0f0;
  opacity: .5; }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* line 5, _rs3club.scss */
.msg_inputdataerror {
  color: #bb1822;
  display: none;
  border: 0;
  border-top: 3px solid red;
  text-align: left;
  margin: 0px;
  padding: 5px 0px 0px 5px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 12px;
  min-width: 100%; }

/* line 21, _rs3club.scss */
.rs3club_fontlogo,
.rs3club_fontinvers {
  font-family: "Bai+Jamjuree", sans-serif;
  font-weight: 300;
  font-style: italic; }

/* line 28, _rs3club.scss */
.rs3club_fontlogo {
  color: #202020; }

/* line 34, _rs3club.scss */
.rs3club_tab {
  display: inline-block;
  width: 1em; }

/* line 40, _rs3club.scss */
.rs3club_fontinvers {
  color: #f8f8f8; }

/* line 45, _rs3club.scss */
.rs3club_italic,
.rs3club_italicred {
  font-style: italic; }

/* line 51, _rs3club.scss */
.rs3club_bold,
.rs3club_boldred {
  font-weight: 700; }

/* line 57, _rs3club.scss */
.rs3club_red,
.rs3club_boldred,
.rs3club_italicred {
  color: #bb1822; }

/* line 64, _rs3club.scss */
.rs3club_grey,
.rs3club_boldgrey,
.rs3club_italicgrey {
  color: gray; }

/* line 72, _rs3club.scss */
.rs3club_docmarker {
  color: #2f00fe;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700; }

/* line 79, _rs3club.scss */
.rs3club_voteyes {
  color: #228018;
  font-weight: 700;
  font-size: 1.2em; }

/* line 86, _rs3club.scss */
.rs3club_voteno {
  color: #e01822;
  font-weight: 700;
  font-size: 1.2em; }

/* line 93, _rs3club.scss */
.rs3club_votenone {
  color: inherit;
  font-size: 1.2em; }

/* line 99, _rs3club.scss */
.rs3club_strikeout {
  text-decoration: line-through;
  color: gray; }

/* line 105, _rs3club.scss */
.rs3club_usericon {
  color: #bb1822; }
  @media (max-width: 767.98px) {
    /* line 105, _rs3club.scss */
    .rs3club_usericon {
      display: none; } }

/* line 114, _rs3club.scss */
.rs3club_bkgndframe {
  background-color: rgba(238, 238, 238, 0.75);
  padding: 4px;
  border-radius: 0px;
  line-height: 2; }

/* line 122, _rs3club.scss */
body.rs3clubpage {
  margin-top: 102px; }
  /* line 128, _rs3club.scss */
  body.rs3clubpage .container.menulist a {
    color: inherit; }
  /* line 132, _rs3club.scss */
  body.rs3clubpage .container.menulist a:hover {
    color: #bb1822; }
  /* line 139, _rs3club.scss */
  body.rs3clubpage hr {
    margin: 0px 0px .25rem 0px; }
  @media (max-width: 991.98px) {
    /* line 122, _rs3club.scss */
    body.rs3clubpage {
      margin-top: 67px; } }
  /* line 149, _rs3club.scss */
  body.rs3clubpage .avatar-panel {
    display: flex;
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #f0f0f0;
    min-height: 100% !important;
    min-width: 100% !important;
    padding-bottom: 5px; }
    /* line 160, _rs3club.scss */
    body.rs3clubpage .avatar-panel .avatar-content {
      display: inline-block;
      align-self: center;
      width: 100%; }
      /* line 166, _rs3club.scss */
      body.rs3clubpage .avatar-panel .avatar-content img {
        max-width: 152px;
        min-width: 64px;
        max-height: 152px;
        min-height: 64px;
        margin: 5px;
        padding: 2px;
        border-radius: 5px;
        background-color: #f8f8f8;
        border: 1px solid gray;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(64, 64, 64, 0.75);
        -moz-box-shadow: 5px 5px 5px 0px rgba(64, 64, 64, 0.75);
        box-shadow: 5px 5px 5px 0px rgba(64, 64, 64, 0.75); }
  /* line 184, _rs3club.scss */
  body.rs3clubpage .rsclubcontent {
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    padding: 60px 0 40px 0;
    position: relative;
    width: 100%;
    color: #101010; }
    /* line 198, _rs3club.scss */
    body.rs3clubpage .rsclubcontent::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.75);
      z-index: 9; }
    /* line 209, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .container {
      position: relative;
      z-index: 10;
      min-height: 75vh; }
    /* line 216, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .rs3club_title {
      position: relative;
      z-index: 20;
      width: 100%; }
    /* line 223, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h1, body.rs3clubpage .rsclubcontent h2, body.rs3clubpage .rsclubcontent h3, body.rs3clubpage .rsclubcontent h4 {
      position: relative;
      z-index: 30;
      color: #bb1822;
      font-weight: 700;
      padding-bottom: 1rem; }
    /* line 232, _rs3club.scss */
    body.rs3clubpage .rsclubcontent marker {
      color: #484848;
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.33);
      line-height: 1;
      padding: 0;
      padding-bottom: 2px;
      margin: 0;
      margin-bottom: 5px;
      width: 100%;
      font-size: 14px;
      font-weight: 500; }
    /* line 248, _rs3club.scss */
    body.rs3clubpage .rsclubcontent legend {
      font-size: 18px; }
      /* line 252, _rs3club.scss */
      body.rs3clubpage .rsclubcontent legend small {
        font-size: 14px; }
      /* line 257, _rs3club.scss */
      body.rs3clubpage .rsclubcontent legend a, body.rs3clubpage .rsclubcontent legend a:hover, body.rs3clubpage .rsclubcontent legend a:active {
        font-size: 18px;
        color: #bb1822;
        border-bottom: 1px dotted #bb1822; }
      /* line 264, _rs3club.scss */
      body.rs3clubpage .rsclubcontent legend a {
        color: inherit; }
    /* line 271, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h1, body.rs3clubpage .rsclubcontent h2, body.rs3clubpage .rsclubcontent h3, body.rs3clubpage .rsclubcontent h4 {
      margin-bottom: 16px; }
    /* line 276, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h4 {
      margin-bottom: 0px; }
    /* line 281, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h5 {
      margin-bottom: 0px; }
    /* line 286, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h5
    h1::before, body.rs3clubpage .rsclubcontent h1::after,
    body.rs3clubpage .rsclubcontent h2::before, body.rs3clubpage .rsclubcontent h2::after,
    body.rs3clubpage .rsclubcontent h3::before, body.rs3clubpage .rsclubcontent h3::after,
    body.rs3clubpage .rsclubcontent h4::before, body.rs3clubpage .rsclubcontent h4::after,
    body.rs3clubpage .rsclubcontent h5::before, body.rs3clubpage .rsclubcontent h5::after {
      color: #bb1822;
      content: '';
      position: absolute;
      left: 0; }
    /* line 299, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h1::before, body.rs3clubpage .rsclubcontent h1::after,
    body.rs3clubpage .rsclubcontent h2::before, body.rs3clubpage .rsclubcontent h2::after {
      height: 6px;
      bottom: 5px; }
    /* line 306, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h3::before, body.rs3clubpage .rsclubcontent h3::after,
    body.rs3clubpage .rsclubcontent h4::before, body.rs3clubpage .rsclubcontent h4::after {
      height: 4px;
      bottom: 10px; }
    /* line 313, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h5::before, body.rs3clubpage .rsclubcontent h5::after {
      height: 2px;
      bottom: -4px; }
    /* line 319, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h1::before,
    body.rs3clubpage .rsclubcontent h2::before,
    body.rs3clubpage .rsclubcontent h3::before,
    body.rs3clubpage .rsclubcontent h4::before,
    body.rs3clubpage .rsclubcontent h5::before {
      right: 0;
      background: #555555; }
    /* line 329, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h1::after,
    body.rs3clubpage .rsclubcontent h2::after,
    body.rs3clubpage .rsclubcontent h3::after,
    body.rs3clubpage .rsclubcontent h4::after,
    body.rs3clubpage .rsclubcontent h5::after {
      background: #bb1822;
      width: 60px; }
    /* line 339, _rs3club.scss */
    body.rs3clubpage .rsclubcontent h5 {
      color: #bb1822;
      font-weight: 400; }
      /* line 344, _rs3club.scss */
      body.rs3clubpage .rsclubcontent h5 .fas-headergroup {
        font-size: .75em;
        margin-right: .5rem; }
    /* line 352, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemlist {
      position: relative;
      left: 0;
      top: 0;
      box-sizing: border-box;
      background: transparent;
      /*			border: 2px solid $tblbdr-color;
      			border-radius: 5px;
      			padding: 5px; */
      overflow: hidden; }
    /* line 365, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .functionmenu {
      text-align: left;
      background-color: #770f16;
      margin: 0;
      padding-top: 5px;
      margin-bottom: 5px;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.33); }
    /* line 376, _rs3club.scss */
    body.rs3clubpage .rsclubcontent li.menu-active {
      background-color: #c5c5c5;
      font-weight: bold; }
      /* line 381, _rs3club.scss */
      body.rs3clubpage .rsclubcontent li.menu-active a:hover {
        font-style: italic; }
    /* line 387, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .catcontent {
      display: table-cell;
      border: 1px solid rgba(0, 0, 0, 0.33);
      border-radius: 5px;
      vertical-align: top;
      background-color: rgba(238, 238, 238, 0.75);
      overflow: hidden;
      padding: 0 5px 0 5px; }
    /* line 398, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .topcategory {
      font-family: "Jura", sans-serif;
      font-size: 28px;
      font-weight: 700;
      padding-left: 8px;
      color: #f8f8f8;
      background-image: -moz-linear-gradient(top, #555555, #202020);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#202020));
      background-image: -webkit-linear-gradient(top, #555555, #202020);
      background-image: -o-linear-gradient(top, #555555, #202020);
      background-image: linear-gradient(to bottom, #555555, #202020);
      background-repeat: repeat-x; }
    /* line 414, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .category {
      background-color: rgba(238, 238, 238, 0.75);
      font-family: "Jura", sans-serif;
      font-size: 22px;
      font-weight: 700;
      padding-left: 8px;
      box-sizing: border-box;
      padding: 10px; }
    /* line 425, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .catdbltopline {
      border-top: 5px solid rgba(0, 0, 0, 0.33);
      border-left: 1px solid rgba(0, 0, 0, 0.33);
      border-right: 1px solid rgba(0, 0, 0, 0.33);
      border-bottom: 1px solid rgba(0, 0, 0, 0.33); }
    /* line 433, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .catbottomline {
      border: 1px solid rgba(0, 0, 0, 0.33); }
    /* line 440, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .element {
      display: table;
      width: 100%;
      height: auto;
      margin: 0;
      margin-bottom: 5px;
      border: 1px solid rgba(0, 0, 0, 0.33);
      border-radius: 5px;
      overflow: hidden; }
    /* line 461, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemtextstreampanel {
      display: block;
      position: relative;
      left: 0px;
      top: 0px;
      margin: 0;
      padding: 5px;
      border: 1px dotted rgba(0, 0, 0, 0.33);
      border-radius: 5px;
      background-color: rgba(225, 225, 225, 0.75); }
      /* line 473, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemtextstreampanel code {
        color: #101010; }
    /* line 479, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemfooter {
      font-family: "Jura", sans-serif;
      font-size: 14px;
      font-weight: 700;
      padding: 2px 10px;
      overflow: hidden;
      color: #f8f8f8;
      background-image: -moz-linear-gradient(top, #202020, #555555);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#202020), to(#555555));
      background-image: -webkit-linear-gradient(top, #202020, #555555);
      background-image: -o-linear-gradient(top, #202020, #555555);
      background-image: linear-gradient(to bottom, #202020, #555555);
      background-repeat: repeat-x;
      border: 1px solid rgba(0, 0, 0, 0.33); }
    /* line 496, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemtitle {
      font-family: "Jura", sans-serif;
      font-size: 22px;
      font-weight: 700;
      padding: 10px;
      overflow: hidden;
      color: #f8f8f8;
      background-image: -moz-linear-gradient(top, #555555, #202020);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#202020));
      background-image: -webkit-linear-gradient(top, #555555, #202020);
      background-image: -o-linear-gradient(top, #555555, #202020);
      background-image: linear-gradient(to bottom, #555555, #202020);
      background-repeat: repeat-x; }
      @media (max-width: 1199.98px) {
        /* line 496, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemtitle {
          font-size: 22px; } }
      @media (max-width: 991.98px) {
        /* line 496, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemtitle {
          font-size: .8em; } }
      @media (max-width: 767.98px) {
        /* line 496, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemtitle {
          font-size: .8em; } }
      /* line 526, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemtitle a {
        color: inherit; }
        /* line 530, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemtitle a:hover {
          border-bottom: 1px solid #f8f8f8; }
        @media (max-width: 991.98px) {
          /* line 526, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemtitle a {
            font-size: .8em; } }
        @media (max-width: 767.98px) {
          /* line 526, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemtitle a {
            font-size: .8em; } }
      /* line 551, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea {
        display: inline-table; }
        /* line 555, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn {
          display: table-cell;
          position: relative;
          margin: 0px;
          padding: 2px;
          min-width: 0.9em;
          font-size: 0.9em;
          font-weight: 100; }
          /* line 565, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-up"],
          body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-down"] {
            display: inline;
            line-height: 0.9em;
            padding: 0px;
            border: none;
            background-color: transparent;
            color: inherit; }
            /* line 575, _rs3club.scss */
            body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-up"]:hover,
            body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-down"]:hover {
              color: #bb1822; }
            /* line 580, _rs3club.scss */
            body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-up"]:disabled,
            body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-down"]:disabled {
              color: gray; }
          /* line 589, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-up"]:before {
            font-family: "Font Awesome 5 Free";
            content: "\f151"; }
          /* line 599, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemtitle .elemctrlbttnarea .elemctrlbttn button[type="caret-down"]:before {
            font-family: "Font Awesome 5 Free";
            content: "\f150"; }
    /* line 609, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemdeleted {
      text-decoration: line-through double red; }
    /* line 614, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemscndtitlemargin {
      margin-top: 2rem; }
    /* line 619, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemscndtitle {
      position: relative; }
      /* line 626, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemscndtitle .elemcollapse-toggle:after, body.rs3clubpage .rsclubcontent .elemscndtitle .elemcollapse-toggle.collapsed:after {
        font-family: 'FontAwesome';
        /* essential for enabling glyphicon */
        float: right;
        /* adjust as needed */
        border: 2px solid #bb1822;
        border-radius: 5px;
        width: 2.5em;
        height: 1.4em;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.2);
        font-weight: 100; }
      /* line 640, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemscndtitle .elemcollapse-toggle:after {
        /* symbol for "opening" panels */
        content: "\f2D1\00a0\f101";
        /* adjust as needed, taken from bootstrap.css */ }
      /* line 646, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemscndtitle .elemcollapse-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f2D0\00a0\f103";
        /* adjust as needed, taken from bootstrap.css */ }
    /* line 655, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemvotetable {
      display: table;
      border: 0; }
    /* line 660, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemvotetablerow {
      display: table-row;
      border: 0; }
    /* line 665, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemvotetablecol {
      display: table-cell;
      border: 0;
      padding: 0 5px 0 0; }
    /* line 672, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemcontent,
    body.rs3clubpage .rsclubcontent .elemlistcontent {
      position: relative;
      display: table;
      width: 100%;
      padding: 0;
      margin: 3px; }
    /* line 682, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemlistcontent {
      margin: 0;
      margin-top: 0.5em;
      border-radius: 5px;
      border-top: 1px solid rgba(0, 0, 0, 0.33); }
    /* line 690, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemavatar {
      position: relative;
      display: table-cell;
      text-align: center;
      vertical-align: top;
      width: 150px;
      padding: 5px;
      background-color: rgba(238, 238, 238, 0.35);
      border-right: 1px solid rgba(0, 0, 0, 0.33); }
      @media (max-width: 1199.98px) {
        /* line 690, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemavatar {
          width: 128px; } }
      @media (max-width: 991.98px) {
        /* line 690, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemavatar {
          width: 96px; } }
      @media (max-width: 767.98px) {
        /* line 690, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemavatar {
          width: 64px; } }
      /* line 716, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemavatar img.imgavt {
        width: 150px;
        margin: 5px;
        padding: 2px;
        border-radius: 5px;
        /*				-webkit-box-shadow: 5px 5px 5px 0px rgba(64,64,64,0.75);
        				-moz-box-shadow:    5px 5px 5px 0px rgba(64,64,64,0.75);
        				box-shadow:         5px 5px 5px 0px rgba(64,64,64,0.75);*/ }
        @media (max-width: 1199.98px) {
          /* line 716, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemavatar img.imgavt {
            width: 128px; } }
        @media (max-width: 991.98px) {
          /* line 716, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemavatar img.imgavt {
            width: 96px; } }
        @media (max-width: 767.98px) {
          /* line 716, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemavatar img.imgavt {
            width: 64px; } }
      /* line 745, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemavatar .elemuser {
        font-size: 1em;
        font-weight: bold;
        color: #bb1822;
        align-self: center; }
        @media (max-width: 1199.98px) {
          /* line 745, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemavatar .elemuser {
            font-size: 0.9em; } }
        @media (max-width: 991.98px) {
          /* line 745, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemavatar .elemuser {
            font-size: .8em; } }
        @media (max-width: 767.98px) {
          /* line 745, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemavatar .elemuser {
            font-size: .7em; } }
      /* line 774, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemavatar .elemarrow {
        position: absolute;
        top: 20px;
        right: 0px;
        border: 10px solid transparent;
        border-left-width: 10px;
        border-left-width: 0;
        border-right-color: rgba(0, 0, 0, 0.33); }
        /* line 785, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemavatar .elemarrow::after {
          position: absolute;
          top: -9px;
          right: -11px;
          content: "";
          border: 9px solid transparent;
          border-left-width: 9px;
          border-left-width: 0;
          border-right-color: #eeeeee; }
    /* line 802, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemdata {
      position: relative;
      display: table-cell;
      vertical-align: top;
      background-color: #eeeeee;
      overflow: hidden;
      padding: 20px;
      padding-top: 5px;
      padding-bottom: 5px; }
      /* line 814, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock {
        position: relative;
        margin-bottom: 0.5em;
        overflow: hidden; }
        /* line 820, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea {
          display: inline-table; }
          /* line 824, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn {
            display: table-cell;
            position: relative;
            margin: 0px;
            padding: 2px;
            min-width: 0.9em;
            font-size: 0.9em;
            font-weight: 100; }
            /* line 834, _rs3club.scss */
            body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-up"],
            body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-down"] {
              display: inline;
              line-height: 0.9em;
              padding: 0px;
              border: none;
              background-color: transparent;
              color: inherit; }
              /* line 844, _rs3club.scss */
              body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-up"]:hover,
              body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-down"]:hover {
                color: #bb1822; }
              /* line 849, _rs3club.scss */
              body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-up"]:disabled,
              body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-down"]:disabled {
                color: gray; }
            /* line 858, _rs3club.scss */
            body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-up"]:before {
              font-family: "Font Awesome 5 Free";
              content: "\f151"; }
            /* line 868, _rs3club.scss */
            body.rs3clubpage .rsclubcontent .elemdata .elemvalueblock .elemctrlbttnarea .elemctrlbttn button[type="caret-down"]:before {
              font-family: "Font Awesome 5 Free";
              content: "\f150"; }
      /* line 878, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemdata .elemvalue,
      body.rs3clubpage .rsclubcontent .elemdata .elemlabel {
        display: inline-block;
        margin: 0;
        padding: 0; }
      /* line 886, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemdata .elemlabel {
        font-size: 0.75em;
        font-style: italic;
        padding-right: 5px;
        line-height: 0.9em; }
      /* line 894, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemdata .elempostattribs {
        position: relative;
        display: table-cell;
        font-size: 0.75em;
        color: #bb1822;
        border-bottom: 1px solid #bb1822;
        width: 100%;
        padding: 5px;
        padding-bottom: 3px; }
        /* line 906, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemdata .elempostattribs::before, body.rs3clubpage .rsclubcontent .elemdata .elempostattribs::after {
          content: " ";
          display: table; }
        /* line 912, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemdata .elempostattribs .elempostseq {
          float: right; }
      /* line 918, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemdata .elempostbdy {
        font-size: 1em;
        color: #101010;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px; }
        /* line 927, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemdata .elempostbdy blockquote {
          display: block;
          position: relative;
          width: 100%;
          border-left: 3px solid #888;
          padding-left: 5px;
          font-style: italic; }
          /* line 936, _rs3club.scss */
          body.rs3clubpage .rsclubcontent .elemdata .elempostbdy blockquote p {
            margin: 0;
            padding: 0; }
      /* line 944, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemdata form {
        width: 100%; }
        /* line 948, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemdata form button {
          font-size: 1em;
          margin: 0;
          padding: 5px 15px;
          border-radius: 5px; }
        /* line 956, _rs3club.scss */
        body.rs3clubpage .rsclubcontent .elemdata form button[type=submit] {
          background-color: #404040; }
    /* line 963, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemdataalert {
      background-color: #eeee80; }
    /* line 968, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemcmdpanel,
    body.rs3clubpage .rsclubcontent .elemselcmdpanel {
      width: 100%;
      position: relative;
      background-color: rgba(238, 238, 238, 0.75); }
      /* line 975, _rs3club.scss */
      body.rs3clubpage .rsclubcontent .elemcmdpanel a,
      body.rs3clubpage .rsclubcontent .elemselcmdpanel a {
        color: #bb1822; }
    /* line 981, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemcmdpanel {
      margin-top: .5rem;
      padding-top: 5px;
      border-top: 1px dashed rgba(0, 0, 0, 0.33);
      padding-bottom: 5px; }
    /* line 989, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemselcmdpanel {
      margin: 0;
      padding: 5px;
      border: 1px solid rgba(0, 0, 0, 0.33);
      border-radius: 5px; }
    /* line 997, _rs3club.scss */
    body.rs3clubpage .rsclubcontent .elemcommands {
      font-size: 10px !important;
      text-align: right; }
  /* line 1005, _rs3club.scss */
  body.rs3clubpage .segment {
    padding-top: 15px; }
  /* line 1012, _rs3club.scss */
  body.rs3clubpage .rs3club_errorpanel h1, body.rs3clubpage .rs3club_errorpanel h2, body.rs3clubpage .rs3club_errorpanel h3, body.rs3clubpage .rs3club_errorpanel h4 {
    margin-top: 10px;
    color: #f8f80c; }
  /* line 1018, _rs3club.scss */
  body.rs3clubpage .rs3club_errorpanel h1::after,
  body.rs3clubpage .rs3club_errorpanel h2::after,
  body.rs3clubpage .rs3club_errorpanel h3::after,
  body.rs3clubpage .rs3club_errorpanel h4::after {
    background: #f8f80c; }
  /* line 1028, _rs3club.scss */
  body.rs3clubpage .rs3club_normalpanel {
    background-color: rgba(187, 187, 187, 0.75); }

/* line 1036, _rs3club.scss */
p.rs3club-tracer {
  margin: 10px;
  padding: 5px;
  padding-top: 150px;
  background-color: #f8f8f8;
  color: black;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  font-size: 12px; }

/* line 1047, _rs3club.scss */
.rs3club_normalpanel {
  padding: 15px;
  color: #101010;
  background-color: rgba(238, 238, 238, 0.75);
  border-radius: 10px;
  margin-bottom: 12px; }
  /* line 1055, _rs3club.scss */
  .rs3club_normalpanel h1, .rs3club_normalpanel h2, .rs3club_normalpanel h3, .rs3club_normalpanel h4 {
    color: #101010; }
  /* line 1062, _rs3club.scss */
  .rs3club_normalpanel .rs3club_title h3::before, .rs3club_normalpanel .rs3club_title h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px; }
  /* line 1071, _rs3club.scss */
  .rs3club_normalpanel .rs3club_title h3::before {
    margin-left: 5px;
    margin-right: 5px;
    right: 0;
    background: #555555; }
  /* line 1079, _rs3club.scss */
  .rs3club_normalpanel .rs3club_title h3::after {
    margin-left: 5px;
    background: #bb1822;
    width: 60px; }

/* line 1088, _rs3club.scss */
.rs3club_errorpanel {
  width: 100% !important;
  padding: 15px;
  color: #f8f8f8;
  background-color: rgba(187, 24, 34, 0.75);
  border-radius: 10px; }
  /* line 1096, _rs3club.scss */
  .rs3club_errorpanel h1, .rs3club_errorpanel h2, .rs3club_errorpanel h3, .rs3club_errorpanel h4 {
    color: #f8f80c; }
  /* line 1101, _rs3club.scss */
  .rs3club_errorpanel b, .rs3club_errorpanel strong {
    font-weight: 700; }
  /* line 1108, _rs3club.scss */
  .rs3club_errorpanel .rs3club_title h3::before, .rs3club_errorpanel .rs3club_title h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px; }
  /* line 1116, _rs3club.scss */
  .rs3club_errorpanel .rs3club_title h3::before {
    margin-left: 5px;
    margin-right: 5px;
    right: 0;
    background: #555555; }
  /* line 1123, _rs3club.scss */
  .rs3club_errorpanel .rs3club_title h3::after {
    margin-left: 5px;
    background: #f8f80c;
    width: 60px; }

/* line 1131, _rs3club.scss */
.ql-snow.ql-toolbar {
  background-color: rgba(238, 238, 238, 0.75);
  border-radius: 5px 5px 0 0;
  z-index: 30;
  border-color: gray; }

/* line 1143, _rs3club.scss */
.bbQuoteBlock {
  overflow: hidden;
  border: 2px dotted gray;
  margin: .75em 0;
  background: rgba(225, 225, 225, 0.75);
  border: 1px solid #680810;
  border-left: 3px solid #a00f18;
  border-radius: 3px; }
  /* line 1153, _rs3club.scss */
  .bbQuoteBlock .bbQuoteBlock-title {
    color: #bb1822;
    background-color: rgba(213, 213, 213, 0.75);
    border-radius: 3px;
    padding: 2px;
    font-size: 0.8em;
    font-style: oblique;
    position: relative;
    border-bottom: 1px dashed gray;
    margin: 5px; }
  /* line 1165, _rs3club.scss */
  .bbQuoteBlock .bbQuoteBlock-content {
    position: relative;
    padding: 6px 10px; }

/* line 1173, _rs3club.scss */
.wysibb-editor {
  z-index: 20;
  margin-bottom: 1rem; }
  /* line 1178, _rs3club.scss */
  .wysibb-editor .wysibb-panel {
    background-color: #f8f8f8;
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    border-color: gray;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    resize: both;
    overflow: auto; }

/* line 1193, _rs3club.scss */
.quoteblock {
  display: block;
  border: 1px solid gray;
  border-left: 2px solid #bb1822;
  margin: 5px;
  background-color: #ebebeb; }

/* line 1197, _rs3club.scss */
.quoteheader {
  display: block;
  color: #bb1822;
  border-bottom: 1 solid dashed #888; }

/* line 1202, _rs3club.scss */
.quotebody {
  display: block;
  color: #1d1d1d; }

/* line 1207, _rs3club.scss */
.text-xsmall,
.text-xsmalli {
  font-size: .5em !important;
  font-weight: normal !important; }

/* line 1214, _rs3club.scss */
.text-xsmalli {
  font-style: italic !important; }

/* line 1219, _rs3club.scss */
.text-smaller {
  font-size: .66em; }

/* line 1224, _rs3club.scss */
.text-small {
  font-size: .85em; }

/* line 1229, _rs3club.scss */
.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* line 1234, _rs3club.scss */
.elemflowtext {
  margin-bottom: 1em; }
  /* line 1237, _rs3club.scss */
  .elemflowtext img.screenshot {
    border: 1px solid #bb1822;
    width: 75%;
    border-radius: 5px;
    margin-bottom: 1em; }
  /* line 1245, _rs3club.scss */
  .elemflowtext img.buttonbar {
    position: relative;
    top: -0.05em;
    border: 1px solid #bb1822;
    height: 1em;
    border-radius: 2px; }
  /* line 1255, _rs3club.scss */
  .elemflowtext ul {
    margin-bottom: 0;
    padding-bottom: 0; }
  /* line 1260, _rs3club.scss */
  .elemflowtext p {
    margin: 0;
    margin-bottom: 0.5em; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 7, _header.scss */
#header {
  padding: 30px 0;
  height: 102px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(24, 24, 24, 0.85); }
  /* line 18, _header.scss */
  #header.header-scrolled {
    height: 102px;
    transition: all 0.5s; }
  /* line 24, _header.scss */
  #header #logo {
    float: left;
    padding-left: 10px; }
    /* line 28, _header.scss */
    #header #logo h1 {
      font-size: 40px;
      margin: 0;
      margin-left: 10px;
      padding: 0;
      line-height: 0.75;
      font-family: "Bai+Jamjuree", sans-serif;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 3px;
      color: #202020; }
      /* line 40, _header.scss */
      #header #logo h1 small {
        font-size: 0.5em; }
    /* line 46, _header.scss */
    #header #logo h1 a, #header #logo h1 a:hover {
      color: #f8f8f8; }
    /* line 50, _header.scss */
    #header #logo img {
      padding: 0;
      margin: 0;
      margin-top: -25px;
      margin-bottom: -20px;
      max-height: 128px; }
  @media (max-width: 991.98px) {
    /* line 7, _header.scss */
    #header {
      height: 67px; }
      /* line 63, _header.scss */
      #header.header-scrolled {
        height: 67px; }
      /* line 70, _header.scss */
      #header #logo h1 {
        font-size: 26px;
        margin-left: 5px;
        margin-top: -10px; }
      /* line 77, _header.scss */
      #header #logo img {
        max-height: 72px;
        margin-top: -20px;
        margin-left: 5px; } }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
/* line 90, _header.scss */
#intro {
  display: table;
  width: 100%;
  height: 90vh;
  background: #000;
  padding-top: 102px; }
  @media (max-width: 767.98px) {
    /* line 90, _header.scss */
    #intro {
      padding-top: 67px; } }
  /* line 101, _header.scss */
  #intro .carousel-item {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 109, _header.scss */
  #intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  /* line 121, _header.scss */
  #intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }
  /* line 132, _header.scss */
  #intro .carousel-background img {
    max-width: 100%; }
  /* line 136, _header.scss */
  #intro .carousel-content {
    text-align: center; }
  /* line 140, _header.scss */
  #intro h2 {
    color: #f8f8f8;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      /* line 140, _header.scss */
      #intro h2 {
        font-size: 28px; } }
  /* line 151, _header.scss */
  #intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #f8f8f8;
    font-size: 22px; }
    @media (min-width: 1024px) {
      /* line 151, _header.scss */
      #intro p {
        width: 60%; } }
  /* line 161, _header.scss */
  #intro .carousel-fade {
    overflow: hidden; }
    /* line 164, _header.scss */
    #intro .carousel-fade .carousel-inner .carousel-item {
      -webkit-transition-property: opacity;
      transition-property: opacity; }
    /* line 169, _header.scss */
    #intro .carousel-fade .carousel-inner .carousel-item,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
      opacity: 0; }
    /* line 175, _header.scss */
    #intro .carousel-fade .carousel-inner .active,
    #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
      opacity: 1;
      transition: 0.5s; }
    /* line 182, _header.scss */
    #intro .carousel-fade .carousel-inner .carousel-item-next,
    #intro .carousel-fade .carousel-inner .carousel-item-prev,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  /* line 193, _header.scss */
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%; }
    @media (min-width: 1024px) {
      /* line 193, _header.scss */
      #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%; } }
  /* line 200, _header.scss */
  #intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1; }
  /* line 206, _header.scss */
  #intro .carousel-indicators {
    cursor: pointer; }
  /* line 210, _header.scss */
  #intro .btn-get-started {
    font-family: "Jura", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #f8f8f8;
    background: #bb1822; }
    /* line 222, _header.scss */
    #intro .btn-get-started:hover {
      background: #f8f8f8;
      color: #bb1822; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
/* line 9, _nav.scss */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }
/* line 15, _nav.scss */
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }
/* line 23, _nav.scss */
.nav-menu li {
  position: relative;
  white-space: nowrap; }
/* line 28, _nav.scss */
.nav-menu > li {
  float: left; }
/* line 32, _nav.scss */
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }
/* line 37, _nav.scss */
.nav-menu ul ul {
  top: 0;
  left: 100%; }
/* line 42, _nav.scss */
.nav-menu ul li {
  min-width: 180px; }

/* Nav Menu Arrows */
/* line 49, _nav.scss */
.sf-arrows .sf-with-ul {
  padding-right: 30px; }
/* line 53, _nav.scss */
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400; }
/* line 62, _nav.scss */
.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
/* line 68, _nav.scss */
#nav-menu-container {
  float: right;
  margin: 0; }
  @media (min-width: 1024px) {
    /* line 68, _nav.scss */
    #nav-menu-container {
      padding-right: 60px; } }
  @media (max-width: 767.98px) {
    /* line 68, _nav.scss */
    #nav-menu-container {
      display: none; } }

/* Nav Meu Styling */
/* line 81, _nav.scss */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #f8f8f8;
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none; }
/* line 93, _nav.scss */
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #bb1822; }
/* line 97, _nav.scss */
.nav-menu > li {
  margin-left: 10px; }
/* line 102, _nav.scss */
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 5px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #f8f8f8; }
  /* line 108, _nav.scss */
  .nav-menu ul li {
    transition: 0.3s; }
    /* line 110, _nav.scss */
    .nav-menu ul li a {
      padding: 10px;
      color: #202020;
      transition: 0.3s;
      display: block;
      font-size: 13px;
      text-transform: none; }
    /* line 121, _nav.scss */
    .nav-menu ul li:hover > a {
      color: #f8f8f8;
      background-color: #bb1822; }
  /* line 129, _nav.scss */
  .nav-menu ul ul {
    margin: 0; }

/* Mobile Nav Toggle */
/* line 3, _mobile-nav.scss */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }
  /* line 17, _mobile-nav.scss */
  #mobile-nav-toggle i {
    color: #f8f8f8; }
  @media (max-width: 767.98px) {
    /* line 3, _mobile-nav.scss */
    #mobile-nav-toggle {
      display: inline; } }

/* Mobile Nav Styling */
/* line 28, _mobile-nav.scss */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }
  /* line 40, _mobile-nav.scss */
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    /* line 45, _mobile-nav.scss */
    #mobile-nav ul li {
      position: relative; }
      /* line 47, _mobile-nav.scss */
      #mobile-nav ul li a {
        color: #f8f8f8;
        font-size: 13px;
        text-transform: uppercase;
        overflow: hidden;
        padding: 10px 22px 10px 15px;
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        outline: none;
        font-weight: 700;
        font-family: "Jura", sans-serif; }
        /* line 60, _mobile-nav.scss */
        #mobile-nav ul li a:hover {
          color: #f8f8f8; }
      /* line 65, _mobile-nav.scss */
      #mobile-nav ul li li {
        padding-left: 30px; }
    /* line 71, _mobile-nav.scss */
    #mobile-nav ul .menu-has-children i {
      position: absolute;
      right: 0;
      z-index: 99;
      padding: 15px;
      cursor: pointer;
      color: #f8f8f8; }
      /* line 78, _mobile-nav.scss */
      #mobile-nav ul .menu-has-children i.fa-chevron-up {
        color: #bb1822; }
    /* line 83, _mobile-nav.scss */
    #mobile-nav ul .menu-has-children li a {
      text-transform: none; }
    /* line 88, _mobile-nav.scss */
    #mobile-nav ul .menu-item-active {
      color: #bb1822; }

/* line 94, _mobile-nav.scss */
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

/* Mobile Nav body classes */
/* line 107, _mobile-nav.scss */
body.mobile-nav-active {
  overflow: hidden; }
  /* line 110, _mobile-nav.scss */
  body.mobile-nav-active #mobile-nav {
    left: 0; }
  /* line 114, _mobile-nav.scss */
  body.mobile-nav-active #mobile-nav-toggle {
    color: #f8f8f8; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
/* line 9, _sections.scss */
.section-header h3 {
  font-size: 32px;
  color: rgba(24, 24, 24, 0.85);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px; }
/* line 19, _sections.scss */
.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #dddddd;
  bottom: 1px;
  left: calc(50% - 60px); }
/* line 30, _sections.scss */
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #bb1822;
  bottom: 0;
  left: calc(50% - 20px); }
/* line 41, _sections.scss */
.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #101010; }

/* Section with background
--------------------------------*/
/* line 51, _sections.scss */
.section-bg {
  background: #f7f7f7; }

/* Featured Services Section
--------------------------------*/
/* line 57, _sections.scss */
#featured-services {
  background: #202020; }
  /* line 60, _sections.scss */
  #featured-services .box {
    padding: 30px 20px; }
  /* line 64, _sections.scss */
  #featured-services .box-bg {
    background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%); }
  /* line 68, _sections.scss */
  #featured-services i {
    color: #bb1822;
    font-size: 48px;
    display: inline-block;
    line-height: 1; }
  /* line 75, _sections.scss */
  #featured-services h4 {
    font-weight: 500;
    margin: 15px 0;
    font-size: 16px; }
    /* line 79, _sections.scss */
    #featured-services h4 a {
      color: #f8f8f8; }
      /* line 81, _sections.scss */
      #featured-services h4 a:hover {
        color: #bb1822; }
  /* line 88, _sections.scss */
  #featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #f8f8f8;
    margin-bottom: 0; }

/* About Us Section
--------------------------------*/
/* line 98, _sections.scss */
#about {
  background: url("../images/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative; }
  /* line 104, _sections.scss */
  #about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9; }
  /* line 115, _sections.scss */
  #about .container {
    position: relative;
    z-index: 10; }
  /* line 120, _sections.scss */
  #about .about-col {
    background: #f8f8f8;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px; }
    /* line 126, _sections.scss */
    #about .about-col .img {
      position: relative; }
      /* line 128, _sections.scss */
      #about .about-col .img img {
        border-radius: 4px 4px 0 0; }
    /* line 133, _sections.scss */
    #about .about-col .icon {
      width: 64px;
      height: 64px;
      padding-top: 8px;
      text-align: center;
      position: absolute;
      background-color: #bb1822;
      border-radius: 50%;
      text-align: center;
      border: 4px solid #f8f8f8;
      left: calc( 50% - 32px);
      bottom: -30px;
      transition: 0.3s; }
    /* line 148, _sections.scss */
    #about .about-col i {
      font-size: 36px;
      line-height: 1;
      color: #f8f8f8;
      transition: 0.3s; }
    /* line 156, _sections.scss */
    #about .about-col:hover .icon {
      background-color: #f8f8f8; }
    /* line 160, _sections.scss */
    #about .about-col:hover i {
      color: #bb1822; }
    /* line 165, _sections.scss */
    #about .about-col h2 {
      color: #202020;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      padding: 0;
      margin: 40px 0 12px 0; }
      /* line 172, _sections.scss */
      #about .about-col h2 a {
        color: #202020; }
        /* line 174, _sections.scss */
        #about .about-col h2 a:hover {
          color: #bb1822; }
    /* line 180, _sections.scss */
    #about .about-col ol, #about .about-col ul {
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: 0px;
      margin-bottom: 0px; }
    /* line 188, _sections.scss */
    #about .about-col li {
      font-size: 14px;
      font-weight: 400;
      color: #101010;
      padding-right: 0;
      padding-right: 15px; }
    /* line 196, _sections.scss */
    #about .about-col p {
      font-size: 14px;
      font-weight: 400;
      color: #101010;
      margin-bottom: 0;
      padding: 0 15px 20px 15px; }
  /* line 205, _sections.scss */
  #about a {
    color: inherit;
    border-bottom: 1px dotted #bb1822; }
    /* line 209, _sections.scss */
    #about a:hover {
      color: #bb1822; }

/* Contact Section
--------------------------------*/
/* line 220, _sections.scss */
#contact {
  padding: 60px 0; }
  /* line 223, _sections.scss */
  #contact .contact-info {
    margin-bottom: 20px;
    text-align: center; }
    /* line 226, _sections.scss */
    #contact .contact-info i {
      font-size: 48px;
      display: inline-block;
      margin-bottom: 10px;
      color: #bb1822; }
    /* line 233, _sections.scss */
    #contact .contact-info address, #contact .contact-info p {
      margin-bottom: 0;
      color: #202020; }
    /* line 238, _sections.scss */
    #contact .contact-info h3 {
      font-size: 22px;
      margin-bottom: 15px;
      font-weight: 700;
      text-transform: uppercase;
      color: gray; }
    /* line 246, _sections.scss */
    #contact .contact-info a {
      color: #202020; }
      /* line 248, _sections.scss */
      #contact .contact-info a:hover {
        color: #bb1822; }
  /* line 254, _sections.scss */
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      /* line 254, _sections.scss */
      #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0; } }
  @media (min-width: 768px) {
    /* line 262, _sections.scss */
    #contact .contact-phone {
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd; } }

/* line 271, _sections.scss */
.form #sendmessage {
  color: #101010;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 14px; }
/* line 281, _sections.scss */
.form #errormessage {
  color: #bb1822;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px; }
/* line 293, _sections.scss */
.form #sendmessage.show, .form #errormessage.show, .form .show {
  display: block; }
/* line 298, _sections.scss */
.form .validation {
  color: #bb1822;
  display: none;
  margin: 2px 5px 20px 5px;
  font-weight: 400;
  font-size: 12px;
  font-weight: 500; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* line 6, _footer.scss */
#footer {
  background: #202020;
  padding: 0 0 30px 0;
  color: #eeeeee;
  font-size: 14px; }
  /* line 12, _footer.scss */
  #footer a {
    color: inherit;
    border-bottom: 1px dotted #bb1822; }
    /* line 16, _footer.scss */
    #footer a:hover {
      color: #bb1822; }
  /* line 23, _footer.scss */
  #footer .footer-top {
    background: rgba(24, 24, 24, 0.85);
    padding: 60px 0 30px 0; }
    /* line 27, _footer.scss */
    #footer .footer-top .footer-info {
      margin-bottom: 30px; }
      /* line 29, _footer.scss */
      #footer .footer-top .footer-info h3 {
        font-size: 32px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 10px;
        line-height: 1;
        font-family: "Jura", sans-serif;
        font-weight: 700;
        letter-spacing: 3px;
        border-left: 4px solid #bb1822; }
      /* line 40, _footer.scss */
      #footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Jura", sans-serif;
        color: #eeeeee; }
    /* line 50, _footer.scss */
    #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
      background: #555555;
      color: #eeeeee;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s; }
      /* line 63, _footer.scss */
      #footer .footer-top .social-links a:hover {
        background: #bb1822;
        color: #f8f8f8; }
    /* line 70, _footer.scss */
    #footer .footer-top h4 {
      font-size: 14px;
      font-weight: 700;
      color: #f8f8f8;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 12px; }
    /* line 79, _footer.scss */
    #footer .footer-top h4::before, #footer .footer-top h4::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px; }
    /* line 87, _footer.scss */
    #footer .footer-top h4::before {
      right: 0;
      background: #555555; }
    /* line 92, _footer.scss */
    #footer .footer-top h4::after {
      background: #bb1822;
      width: 60px; }
    /* line 97, _footer.scss */
    #footer .footer-top h5 {
      font-size: 14px;
      font-weight: 400;
      color: #f8f8f8;
      padding: 0px;
      margin: 0px; }
    /* line 107, _footer.scss */
    #footer .footer-top .footer-links {
      margin-bottom: 30px; }
      /* line 109, _footer.scss */
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        /* line 114, _footer.scss */
        #footer .footer-top .footer-links ul i {
          padding-right: 8px;
          color: #dddddd; }
        /* line 119, _footer.scss */
        #footer .footer-top .footer-links ul li {
          border-bottom: 1px solid #555555;
          padding: 10px 0; }
          /* line 122, _footer.scss */
          #footer .footer-top .footer-links ul li:first-child {
            padding-top: 0; }
        /* line 127, _footer.scss */
        #footer .footer-top .footer-links ul a {
          color: #eeeeee;
          border-bottom: 1px dotted #bb1822; }
          /* line 130, _footer.scss */
          #footer .footer-top .footer-links ul a:hover {
            color: #bb1822; }
    /* line 137, _footer.scss */
    #footer .footer-top .footer-contact {
      margin-bottom: 30px; }
      /* line 140, _footer.scss */
      #footer .footer-top .footer-contact p {
        line-height: 26px; }
  /* line 147, _footer.scss */
  #footer .copyright {
    text-align: center;
    padding-top: 30px; }
  /* line 152, _footer.scss */
  #footer .credits {
    margin-top: .75rem;
    border-top: 1px dashed #555555;
    padding-top: .75rem;
    text-align: center;
    font-size: 12px;
    color: #dddddd; }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
