* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #430f07;
  font-size: 14px;
  line-height: 160%;
  background-color: #fff;
  /* only with navbar-fixed-top*/
  padding-top: 90px;
  /* only with fixed footer*/
  margin-bottom: 60px; }

@media only screen and (max-width: 991px) {
  body {
    /* only with navbar-fixed-top*/
    padding-top: 50px; } }

ol, ul {
  list-style: none; }

.wrap ol, #editarea ol {
  list-style: decimal;
  color: #430f07;
  padding-left: 20px; }
  .wrap ul, #editarea ul {
    list-style: square;
    color: #430f07;
    padding-left: 20px; }

button {
  outline: none !important; }

.img-responsive {
  margin: 0 auto;
  /* ------------------------- */
  /* ------- HEADINGS -------- */
  /* ------------------------- */ }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
  margin: 0; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none; }

h1 {
  font-size: 34px;
  line-height: 1.1em; }

h2 {
  font-size: 28px;
  line-height: 1.1em; }

h3 {
  font-size: 20px;
  line-height: 1.1em; }

h4 {
  font-size: 18px;
  line-height: 1.1em; }

h5 {
  font-size: 16px;
  line-height: 1.1em; }

h6 {
  font-size: 14px;
  line-height: 1.1em; }

.special-heading h1, .special-heading h2, .special-heading h3, .special-heading h4, .special-heading h5, .special-heading h6 {
  float: left; }
  .special-heading h1 + .line {
    /* 37,4*/
    height: 38px; }
  .special-heading h2 + .line {
    /* 30,8*/
    height: 31px; }
  .special-heading h3 + .line {
    height: 22px; }
  .special-heading h4 + .line {
    /* 19,8*/
    height: 20px; }
  .special-heading h5 + .line {
    /* 17,6*/
    height: 18px; }
  .special-heading h6 + .line {
    /* 15,4*/
    height: 16px; }
  .special-heading .line {
    overflow: hidden; }
    .special-heading .line .line-inner {
      position: relative;
      display: block;
      width: 100%;
      margin-left: 15px;
      border-top: 1px solid #ddd;
      top: 50%; }

.special-heading-light {
  /* ------------------------- */
  /* ------ TYPOGRAPHY ------- */
  /* ------------------------- */ }
  .special-heading-light h1, .special-heading-light h2, .special-heading-light h3, .special-heading-light h4, .special-heading-light h5, .special-heading-light h6 {
    font-weight: 300; }

p {
  color: #430f07; }

a {
  color: #bf3024; }

a:hover {
  color: #da483c;
  /* ------------------------- */
  /* -------- SOCIALS -------- */
  /* ------------------------- */ }

.fa-facebook-official, .fa-facebook-square {
  color: #3b5998; }

.fa-twitter-square {
  color: #46d4fe; }

.fa-google-plus-square {
  color: #dc483b; }

.fa-instagram {
  color: #125688; }

.fa-youtube-square {
  color: #980000; }

a:hover .fa-facebook-official, a:hover .fa-facebook-square, a:hover .fa-twitter-square, a:hover .fa-google-plus-square, a:hover .fa-instagram, a:hover .fa-youtube-square {
  color: #bf3024;
  /* ------------------------- */
  /* -------- NAVBAR --------- */
  /* ------------------------- */ }

.navbar-brand {
  height: 50px;
  padding-top: 5px;
  -webkit-transition: height 0.5s ease, padding-top 0.5s ease;
  transition: height 0.5s ease, padding-top 0.5s ease; }
  .navbar-brand img {
    max-height: 40px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease; }

.navbar-nav > li > a {
  padding: 15px 12px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease; }

.navbar-nav li a {
  display: inline-block;
  width: 100%;
  color: #430f07;
  text-decoration: none; }
  .navbar-nav li a:hover {
    color: #bf3024 !important; }
  .navbar-nav li a i.fa-chevron-down, .navbar-nav li a i.fa-chevron-right {
    display: none; }
  .navbar-nav li a .lang-active {
    color: #bf3024; }

.navbar-default {
  background: #fff; }
  .navbar-default .navbar-toggle {
    padding: 8px 10px;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .navbar-default .navbar-toggle .icon-bar {
      width: 20px;
      height: 3px;
      background-color: #444;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    border-color: #bf3024;
    background-color: #bf3024;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
      background-color: #fff;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }

@media only screen and (min-width: 992px) {
  .navbar-brand {
    height: 90px; }
    .navbar-brand img {
      max-height: 80px; }

  .navbar-nav > li.active {
    border-bottom: 2px solid #bf3024; }
    .navbar-nav > li.active a {
      background: none !important; }

  .navbar-nav > li > a {
    padding: 35px 12px 33px; }
    .navbar-nav > li > a i.fa:not(.fa-facebook-official):not(.fa-facebook-square):not(.fa-twitter-square):not(.fa-google-plus-square):not(.fa-instagram):not(.fa-youtube-square):not(.fa-search) {
      display: inline-block;
      font-size: 0.6em;
      padding-left: 5px;
      margin-bottom: 2px;
      vertical-align: middle;
      opacity: 0.8; }
      .navbar-nav > li > a i.fa:not(.fa-facebook-official):not(.fa-facebook-square):not(.fa-twitter-square):not(.fa-google-plus-square):not(.fa-instagram):not(.fa-youtube-square):not(.fa-search):before {
        content: '\f078';
        font-family: 'FontAwesome'; }
    .navbar-nav li.menu-button {
      border: none !important; }
      .navbar-nav li.menu-button a {
        padding: 29px 12px 0; }
      .navbar-nav li.menu-button a, .navbar-nav li.menu-button button {
        font-size: 13px;
        font-weight: 600; }
    .navbar-nav li.social-icon a {
      padding: 30px 12px 28px;
      font-size: 30px;
      -webkit-transition: padding 0.5s ease;
      transition: padding 0.5s ease; }
    .navbar-nav li.social-icon + li.social-icon a {
      padding-left: 0px !important; }
    .navbar-nav > li > .submenu {
      position: absolute;
      top: -1000px;
      left: 0;
      min-width: 200px;
      background: #fff;
      opacity: 0;
      -webkit-transition: top 0.1s ease 0.4s, opacity 0.4s ease;
      transition: top 0.1s ease 0.4s, opacity 0.4s ease;
      z-index: 900;
      -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2); }
      .navbar-nav > li > .submenu > .inner {
        border: 1px solid #ddd;
        border-top: 2px solid #bf3024;
        padding: 8px 0 8px 18px;
        font-size: 13px;
        line-height: 20px; }
        .navbar-nav > li > .submenu > .inner li {
          position: relative;
          padding: 6px 0; }
        .navbar-nav > li > .submenu > .inner a {
          padding-right: 8px; }
      .navbar-nav > li > .submenu i.fa {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -0.3em;
        font-size: 0.6em; }
        .navbar-nav > li > .submenu i.fa:before {
          content: '\f054';
          font-family: 'FontAwesome'; }
    .navbar-nav > li {
      border-bottom: 2px solid transparent; }
    .navbar-nav > li:hover {
      border-bottom: 2px solid #bf3024;
      -webkit-transition: border 0.3s ease;
      transition: border 0.3s ease; }
      .navbar-nav > li:hover .submenu {
        top: 88px;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
    .navbar-nav > li > .submenu .submenu {
      position: absolute;
      top: -1000px;
      left: 180px;
      min-width: 200px;
      border: 1px solid #ddd;
      border-top: 2px solid #bf3024;
      background: #fff;
      opacity: 0;
      -webkit-transition: top 0.1s ease 0.4s, opacity 0.4s ease;
      transition: top 0.1s ease 0.4s, opacity 0.4s ease;
      z-index: 910;
      -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2); }
      .navbar-nav > li > .submenu .submenu ul {
        padding: 8px 18px 8px; }
    .navbar-nav > li > .submenu li:hover .submenu {
      top: -10px;
      opacity: 1; }
    .navbar-nav li.search:hover, .navbar-nav li.social-icon:hover {
      border-bottom: 2px solid transparent; }

  .navbar-fixed-top.navbar-shrink .navbar-brand {
    height: 50px;
    padding-top: 5px;
    -webkit-transition: height 0.5s ease, padding-top 0.5s ease;
    transition: height 0.5s ease, padding-top 0.5s ease; }
    .navbar-fixed-top.navbar-shrink .navbar-brand img {
      max-height: 40px;
      -webkit-transition: max-height 0.5s ease;
      transition: max-height 0.5s ease; }
    .navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
      padding: 15px 12px 13px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .navbar-fixed-top.navbar-shrink .navbar-nav li.social-icon a {
      padding: 10px 12px 8px;
      -webkit-transition: padding 0.5s ease;
      transition: padding 0.5s ease; }
    .navbar-fixed-top.navbar-shrink .navbar-nav > li:hover > .submenu {
      top: 48px; }
    .navbar-fixed-top.navbar-shrink .navbar-nav li.menu-button a {
      padding: 9px 12px 0; }
    .navbar-fixed-top.navbar-shrink .navbar-nav > li > .submenu li:hover .submenu {
      top: 0px; } }

@media only screen and (max-width: 991px) {
  .navbar-collapse .navbar-nav {
    margin: 0 -15px 10px; }
    .navbar-collapse ul li a {
      border-bottom: 1px solid #ddd;
      padding: 10px 20px;
      font-size: 13px;
      font-weight: 400;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .navbar-collapse ul li a:before {
        display: inline-block;
        content: '\f054';
        font-family: 'FontAwesome';
        font-size: 0.6em;
        color: #bf3024;
        padding-right: 5px;
        vertical-align: middle;
        margin-bottom: 2px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .navbar-collapse ul li a:hover {
        background: #bf3024 !important;
        color: #fff !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent; }
      .navbar-collapse ul li a:hover:before {
        color: #fff !important;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
    .navbar-collapse .submenu a {
      padding-left: 40px; }
    .navbar-collapse .submenu .submenu a {
      padding-left: 60px; }
    .navbar-collapse li.social-icon {
      display: none; } }

.navbar .search {
  position: relative; }
  .navbar .search a {
    cursor: pointer; }
  .navbar .search .search-container {
    position: absolute;
    right: 0;
    top: 80px;
    width: 300px;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease; }
  .navbar .search .search-box {
    position: relative;
    padding: 16px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2); }
  .navbar .search .box-arrow {
    position: absolute;
    top: -5px;
    right: 13px;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .navbar .search .box-arrow div {
      position: absolute;
      top: 3px;
      left: 0;
      width: 15px;
      height: 10px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .navbar .search .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f9f9f9;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar .search .btn-default {
    color: black;
    background: #bf3024;
    border-color: #bf3024;
    border-left-color: #ddd;
    border-radius: 0;
    color: #fff; }
  .navbar .search .btn-default:hover, .navbar .search .btn-default:focus {
    background: #e7a017;
    border-color: #e7a017;
    border-left-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar .search .search-results h5 {
    margin-top: 15px;
    margin-bottom: 7px; }
    .navbar .search .search-results ul {
      border-bottom: 1px dashed #ddd; }
    .navbar .search .search-results ul li a {
      color: black;
      font-size: 13px;
      line-height: 26px;
      padding-left: 10px; }
    .navbar .search .search-results ul li:last-child {
      padding-bottom: 10px; }
    .navbar .search .search-results .show-all-results {
      margin-top: 10px;
      margin-bottom: -5px;
      font-size: 13px;
      font-weight: 600;
      color: #bf3024;
      text-align: center; }
      .navbar .search .search-results .show-all-results a {
        color: inherit; }
      .navbar .search .search-results .show-all-results a:hover {
        color: black;
        text-decoration: none; }

.navbar.navbar-shrink .search .search-container {
  top: 46px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease; }

.navbar .search.search-collapsed .search-container {
  width: 0;
  overflow: hidden; }

.navbar .search.search-visible .search-container {
  width: 300px;
  overflow: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: navbar_search 0.3s 1 cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation: navbar_search 0.3s 1 cubic-bezier(0.18, 0.89, 0.32, 1.28); }

@-webkit-keyframes navbar_search {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes navbar_search {
  /* zabalení navbaru v požadovaném viewportu*/
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media only screen and (max-width: 991px) {
  /* ------------------------- */
  /* - BREADCRUMB NAVIGATION - */
  /* ------------------------- */
    .navbar-header {
      float: none; }
    .navbar-toggle {
      display: block; }
    .navbar-collapse.collapse {
      display: none !important; }
    .navbar-nav {
      float: none !important; }
    .navbar-nav > li {
      float: none; }
    .navbar-collapse.collapse.in {
      display: block !important; }
    .collapsing {
      overflow: hidden !important;
      /* posuvník v rozbaleném navbaru*/ }
    .navbar-collapse.in {
      overflow-y: auto !important;
      overflow-x: hidden !important; } }

.breadcrumb-wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 18px 0;
  /* ----------------------------------------------------- */
  /* -- CAROUSEL WITH 100% VIEWPORT WIDTH ---------------- */
  /* ----------------------------------------------------- */ }
  .breadcrumb-wrap .page-title {
    font-size: 18px;
    color: #797979; }
  .breadcrumb-wrap .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    background: none;
    font-size: 12px;
    color: #797979; }
    .breadcrumb-wrap .breadcrumb li a {
      color: #797979; }
    .breadcrumb-wrap .breadcrumb li a:hover {
      color: #bf3024; }
    .breadcrumb-wrap .breadcrumb .breadcrumb-title + li:before {
      content: ''; }

.carousel-wrap, .carousel-wrap .holder {
  display: block;
  height: 450px; }

.carousel-wrap {
  margin-bottom: 20px; }
  .carousel-wrap .carousel {
    height: 100%; }
    .carousel-wrap .carousel .carousel-inner, .carousel-wrap .carousel .carousel-inner .active {
      height: 100%; }
    .carousel-wrap .carousel .carousel-bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    .carousel-wrap .carousel .carousel-arrow {
      position: absolute;
      top: 50%;
      margin-top: -30px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 3px;
      background: rgba(0, 0, 0, .15);
      text-align: center;
      text-decoration: none;
      color: rgba(255, 255, 255, .7);
      font-family: 'Open Sans';
      font-size: 22px;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease 0.5s;
      transition: opacity 0.5s ease 0.5s; }
    .carousel-wrap .carousel .carousel-arrow:hover {
      background: rgba(0, 0, 0, .3); }
    .carousel-wrap .carousel .carousel-arrow.left {
      left: 60px; }
      .carousel-wrap .carousel .carousel-arrow.left i {
        padding-right: 4px; }
    .carousel-wrap .carousel .carousel-arrow.right {
      right: 60px; }
      .carousel-wrap .carousel .carousel-arrow.right i {
        padding-left: 4px; }
    .carousel-wrap .carousel .carousel-indicators li {
      width: 15px;
      height: 15px;
      background: rgba(0, 0, 0, .2);
      border: 1px solid rgba(255, 255, 255, .6);
      margin: 0 2px;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease 0.5s;
      transition: opacity 0.5s ease 0.5s; }
      .carousel-wrap .carousel .carousel-indicators li:hover {
        background: rgba(0, 0, 0, .4); }
      .carousel-wrap .carousel .carousel-indicators li.active {
        background: rgba(0, 0, 0, .5); }
    .carousel-wrap .carousel:hover .carousel-arrow, .carousel-wrap .carousel:hover .carousel-indicators li {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }

@media only screen and (max-width: 1199px) {
  .carousel-wrap, .carousel-wrap .holder {
    height: 300px; } }

@media only screen and (max-width: 767px) {
  /* text-format*/
    .carousel-wrap, .carousel-wrap .holder {
      height: 200px; }
    .carousel-wrap .carousel .carousel-arrow {
      background: rgba(0, 0, 0, .3);
      color: rgba(255, 255, 255, .8);
      opacity: 1; }
      .carousel-wrap .carousel .carousel-arrow.left {
        left: 0px; }
      .carousel-wrap .carousel .carousel-arrow.right {
        right: 0px; }
      .carousel-wrap .carousel .carousel-indicators li {
        opacity: 1; } }

.carousel-wrap {
  /* ----------------------------------------------------- */
  /* -- CAROUSEL WITH CONTAINER WIDTH -------------------- */
  /* ----------------------------------------------------- */ }
  .carousel-wrap .carousel p.heading {
    font-size: 50px;
    line-height: 1.1em;
    color: #fff;
    margin-top: 80px;
    margin-bottom: 20px; }
    .carousel-wrap .carousel p {
      color: #fff; }
    .carousel-wrap .carousel a.button {
      display: inline-block;
      border: 1px solid #bf3024;
      border-radius: 4px;
      background: #bf3024;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      padding: 5px 15px;
      margin-top: 20px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 10; }
      .carousel-wrap .carousel a.button:hover {
        background: none;
        color: #bf3024; }
    @media only screen and (max-width: 1199px) {
  .carousel-wrap .carousel p.heading {
    font-size: 40px;
    margin-top: 30px; } }
    @media only screen and (max-width: 991px) {
  .carousel-wrap .carousel p.heading {
    font-size: 30px; } }

.carousel-container {
  margin-bottom: 20px; }
  .carousel-container .carousel .carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .carousel-container .carousel .carousel-arrow {
      position: absolute;
      top: 50%;
      margin-top: -30px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 3px;
      background: rgba(0, 0, 0, .15);
      text-align: center;
      text-decoration: none;
      color: rgba(255, 255, 255, .7);
      font-family: 'Open Sans';
      font-size: 22px;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease 0.5s;
      transition: opacity 0.5s ease 0.5s; }
    .carousel-container .carousel .carousel-arrow:hover {
      background: rgba(0, 0, 0, .3); }
    .carousel-container .carousel .carousel-arrow.left {
      left: 60px; }
      .carousel-container .carousel .carousel-arrow.left i {
        padding-right: 4px; }
    .carousel-container .carousel .carousel-arrow.right {
      right: 60px; }
      .carousel-container .carousel .carousel-arrow.right i {
        padding-left: 4px; }
    .carousel-container .carousel .carousel-indicators li {
      width: 15px;
      height: 15px;
      background: rgba(0, 0, 0, .2);
      border: 1px solid rgba(255, 255, 255, .6);
      margin: 0 2px;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease 0.5s;
      transition: opacity 0.5s ease 0.5s; }
      .carousel-container .carousel .carousel-indicators li:hover {
        background: rgba(0, 0, 0, .4); }
      .carousel-container .carousel .carousel-indicators li.active {
        background: rgba(0, 0, 0, .5); }
    .carousel-container .carousel:hover .carousel-arrow, .carousel-container .carousel:hover .carousel-indicators li {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }

@media only screen and (max-width: 767px) {
  /* text-format*/
    .carousel-container .carousel .carousel-arrow {
      background: rgba(0, 0, 0, .3);
      color: rgba(255, 255, 255, .8);
      opacity: 1; }
      .carousel-container .carousel .carousel-arrow.left {
        left: 0px; }
      .carousel-container .carousel .carousel-arrow.right {
        right: 0px; }
      .carousel-container .carousel .carousel-indicators li {
        opacity: 1; } }

.carousel-container {
  /* ----------------------------------------------------- */
  /* -- CAROUSEL WITH 3 SLIDES --------------------------- */
  /* ----------------------------------------------------- */ }
  .carousel-container .carousel-content {
    padding: 0 150px; }
    .carousel-container .carousel-content p.heading {
      font-size: 50px;
      line-height: 1.1em;
      color: #fff;
      margin-top: 80px;
      margin-bottom: 20px; }
    .carousel-container .carousel-content p {
      color: #fff; }
    .carousel-container .carousel-content a.button {
      display: inline-block;
      border: 1px solid #bf3024;
      border-radius: 4px;
      background: #bf3024;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      padding: 5px 15px;
      margin-top: 20px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 10; }
      .carousel-container .carousel-content a.button:hover {
        background: none;
        color: #bf3024; }
    @media only screen and (max-width: 1199px) {
  .carousel-container .carousel-content p.heading {
    font-size: 40px;
    margin-top: 30px; } }
    @media only screen and (max-width: 991px) {
  .carousel-container .carousel-content p.heading {
    font-size: 30px; } }

#carousel3slides {
  /* ------------------------- */
  /* --- HORIZONTAL RULERS --- */
  /* ------------------------- */ }
  #carousel3slides .carousel-nav {
    padding-top: 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 767px) {
  #carousel3slides .carousel-nav {
    font-size: 0.8em; } }
    #carousel3slides .carousel-nav .col-xs-4:first-child {
      padding-right: 0px;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    #carousel3slides .carousel-nav .col-xs-4:nth-child(2) {
      padding-left: 5px;
      padding-right: 5px;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    #carousel3slides .carousel-nav .col-xs-4:last-child {
      padding-left: 0px;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    #carousel3slides .carousel-nav .button-1, #carousel3slides .carousel-nav .button-2, #carousel3slides .carousel-nav .button-3 {
      position: relative;
      width: 100%;
      background: #bf3024;
      padding: 10px 15px;
      text-align: center;
      color: #430f07;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease;
      cursor: pointer;
      z-index: 0; }
      #carousel3slides .carousel-nav .button-1 .arrow, #carousel3slides .carousel-nav .button-2 .arrow, #carousel3slides .carousel-nav .button-3 .arrow {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 30px;
        background: #da483c;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
        z-index: -1; }
    #carousel3slides .carousel-nav .button-1:hover, #carousel3slides .carousel-nav .button-2:hover, #carousel3slides .carousel-nav .button-3:hover {
      background: #da483c;
      color: #fff; }
  #carousel3slides .item.item-1.active ~ .carousel-nav .button-1, #carousel3slides .item.item-2.active ~ .carousel-nav .button-2, #carousel3slides .item.item-3.active ~ .carousel-nav .button-3 {
    background: #da483c;
    color: #fff;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    #carousel3slides .item.item-1.active ~ .carousel-nav .button-1 .arrow, #carousel3slides .item.item-2.active ~ .carousel-nav .button-2 .arrow, #carousel3slides .item.item-3.active ~ .carousel-nav .button-3 .arrow {
      top: -10px;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease 0.2s, top 0.4s ease 0.2s;
      transition: opacity 0.2s ease 0.2s, top 0.4s ease 0.2s; }
  #carousel3slides .button1, #carousel3slides .button2, #carousel3slides .button3 {
    cursor: pointer; }

.hr {
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 20px;
  clear: both;
  display: block; }

.hr-inner {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  border: none;
  border-top: 1px solid #ddd; }

.hr-inner-shape {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-color: #ddd;
  background: #fff; }

.hr.hr-circle .hr-inner-shape {
  border-width: 2px;
  border-radius: 50%; }

.hr.hr-square .hr-inner-shape {
  border-width: 1px; }

.hr.hr-rectangle .hr-inner-shape {
  width: 19px;
  border-width: 1px; }

.hr.hr-shape-left .hr-inner-shape {
  left: 0; }

.hr.hr-shape-center .hr-inner-shape {
  left: 50%;
  margin-left: -5px; }

.hr.hr-shape-center.hr-rectangle .hr-inner-shape {
  margin-left: -9px; }

.hr.hr-shape-right .hr-inner-shape {
  right: 0; }

.hr.hr-left.hr-medium .hr-inner {
  left: 0; }

.hr.hr-center.hr-medium .hr-inner {
  left: 25%; }

.hr.hr-right.hr-medium .hr-inner {
  left: 50%; }

.hr.hr-left.hr-short .hr-inner {
  left: 0; }

.hr.hr-center.hr-short .hr-inner {
  left: 33.33333%; }

.hr.hr-right.hr-short .hr-inner {
  left: 67%; }

.hr.hr-medium .hr-inner {
  width: 50%; }

.hr.hr-short .hr-inner {
  width: 33.33333%;
  /* ------------------------- */
  /* -------- BUTTONS -------- */
  /* ------------------------- */ }

.btn-sharp {
  border-radius: 0;
  /* ------------------------- */
  /* ------- ICON BOX -------- */
  /* ------------------------- */ }

.icon-box {
  position: relative;
  border: 1px solid #ddd;
  padding: 40px 20px 10px;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 40px; }
  .icon-box .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border: 1px solid #bf3024;
    background: #bf3024;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 50px;
    text-align: center; }
    .icon-box .icon .fa {
      color: #fff; }
  .icon-box button {
    padding: 2px 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    background: #fff;
    color: #bf3024;
    font-size: 13px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .icon-box button:hover {
      border-color: #bf3024;
      background: #bf3024;
      color: #fff; }

.icon-box.box-rounded {
  border-radius: 3px; }

.icon-box.icon-round .icon {
  border-radius: 50%; }

.icon-box.icon-rounded {
  /* ------------------------- */
  /* ------- ICON LIST ------- */
  /* ------------------------- */ }
  .icon-box.icon-rounded .icon {
    border-radius: 3px; }

.icon-list ul {
  list-style: none; }
  .icon-list li {
    position: relative;
    z-index: 0; }
  .icon-list li:last-child .timeline {
    display: none; }
  .icon-list .icon-col {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #bf3024;
    background: #bf3024;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 26px;
    line-height: 57px;
    text-align: center;
    margin-right: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
    .icon-list .icon-col .fa {
      color: #fff; }
  .icon-list .content-col {
    overflow: hidden;
    min-height: 90px;
    padding-bottom: 30px; }
    .icon-list .content-col h4 {
      text-transform: uppercase;
      margin-top: 5px; }
    .icon-list .content-col p {
      font-size: 12px; }
  .icon-list .timeline {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed rgba(191, 48, 36, .3);
    z-index: -1;
    height: 0; }
  .icon-list li.start-animation .icon-col {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation: icon_list_appear 0.8s 1 cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation: icon_list_appear 0.8s 1 cubic-bezier(0.18, 0.89, 0.32, 1.28); }
    .icon-list li.start-animation .timeline {
      height: 100%;
      -webkit-animation: icon_list_timeline 0.5s 1 ease-in;
      animation: icon_list_timeline 0.5s 1 ease-in; }

.icon-list.right .icon-col {
  float: right;
  margin-right: 0;
  margin-left: 30px; }
  .icon-list.right .content-col {
    text-align: right; }
  .icon-list.right .timeline {
    left: auto;
    right: 30px; }

.icon-list.round .icon-col {
  border-radius: 50%; }

@-webkit-keyframes icon_list_appear {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes icon_list_appear {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes icon_list_timeline {
  0% {
    height: 0%; }

  100% {
    height: 100%; } }

@keyframes icon_list_timeline {
  /* ------------------------- */
  /* ---------- TABS --------- */
  /* ------------------------- */
  0% {
    height: 0%; }

  100% {
    height: 100%; } }

.nav-tabs {
  border-bottom: 0 !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  .nav-tabs li > a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
    margin-right: -1px;
    font-size: 13px;
    line-height: 20px;
    color: #430f07; }
    .nav-tabs li > a:hover {
      border-color: #ddd;
      background: none;
      color: #bf3024; }
  .nav-tabs li:first-child > a {
    border-top-left-radius: 3px; }
  .nav-tabs li:last-child > a {
    border-top-right-radius: 3px; }
  .nav-tabs li.active > a {
    font-weight: 600; }

.tab-content {
  border: 1px solid #ddd;
  border-radius: 0 3px 3px 3px;
  padding: 15px 15px 5px;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  /* ------------------------- */
  /* ----- PORTFOLIO BOX ----- */
  /* ------------------------- */
    .nav-tabs > li {
      float: none; }
      .nav-tabs > li > a {
        margin-right: 0; }
      .nav-tabs > li:first-child > a {
        border-top-right-radius: 3px; }
      .nav-tabs > li:last-child > a {
        border-radius: 0; }
    .tab-content {
      border-top-right-radius: 0; } }

.portfolio-box {
  margin: 10px -15px;
  /* ------------------------- */
  /* ------- LINK BOX -------- */
  /* ------------------------- */ }
  @media only screen and (max-width: 767px) {
  .portfolio-box {
    margin: 10px 0; } }
  .portfolio-box .inner {
    display: block;
    position: relative;
    height: 250px;
    border: 1px solid #ddd;
    margin-left: -1px;
    overflow: hidden; }
    .portfolio-box .inner .inner-image {
      display: block;
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden; }
    .portfolio-box .inner .image {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1000px;
      margin-top: -500px;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; }
      .portfolio-box .inner .image img {
        min-width: 100%;
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover; }
    .portfolio-box .inner .hover-bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .portfolio-box .inner .hover-icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70px;
      height: 70px;
      line-height: 70px;
      margin-top: -35px;
      margin-left: -35px;
      border-radius: 50%;
      background: rgba(191, 48, 36, .8);
      font-family: 'Open Sans';
      color: #fff;
      text-align: center;
      font-size: 20px;
      -webkit-transform: scale(0.5) rotate(-15deg);
      transform: scale(0.5) rotate(-15deg);
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.28, 0.87, 0.68, 1.2);
      transition: all 0.4s cubic-bezier(0.28, 0.87, 0.68, 1.2); }
  .portfolio-box .content {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    background: #fff; }
    .portfolio-box .content p {
      font-size: 13px;
      font-weight: 400;
      color: #430f07;
      text-align: center;
      line-height: 160%;
      margin: 0;
      padding: 15px 20px;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    .portfolio-box .content .arrow {
      display: block;
      position: absolute;
      top: -5px;
      left: 50%;
      width: 16px;
      height: 16px;
      margin-left: -8px;
      border: 1px solid #ddd;
      background: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .portfolio-box .content .arrow-hide {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 50px;
      height: 15px;
      margin-left: -25px;
      background: #fff; }
  .portfolio-box a:hover .hover-bg {
    opacity: 0.4; }
    .portfolio-box a:hover .hover-icon {
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
      opacity: 0.8; }
    .portfolio-box a:hover .content p {
      color: #bf3024; }

.link-box {
  position: relative;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 0;
  /* ------------------------- */
  /* - LINK BOX WITH IMAGES -- */
  /* ------------------------- */ }
  .link-box a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 80px;
    border: 1px solid #ddd;
    padding: 10px 60px 10px 10px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #430f07;
    font-size: 18px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
  .link-box .arrow {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #bf3024;
    color: #fff;
    font-family: 'Open Sans';
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: -1; }
    .link-box .arrow i {
      margin: 0 auto; }
  .link-box a:hover {
    background: rgba(191, 48, 36, .1); }

.linkbox-with-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  /* ------------------------- */
  /* ------ PHOTO BOX 1 ------ */
  /* ------------------------- */ }
  .linkbox-with-images .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.333333% - 30px);
    border: 1px solid #ddd;
    color: #430f07;
    text-decoration: none !important;
    margin: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .linkbox-with-images .item .image {
      background-color: #ddd;
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      padding-top: 62%; }
    .linkbox-with-images .item .content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-top: 1px solid #ddd;
      text-align: center;
      padding: 15px; }
    .linkbox-with-images .item:hover {
      border-color: #430f07; }
  @media only screen and (max-width: 991px) {
  .linkbox-with-images {
    margin: 0 -10px; }
    .linkbox-with-images .item {
      width: calc(33.333333% - 20px);
      margin: 10px; }
      .linkbox-with-images .item .content {
        padding: 10px; } }
  @media only screen and (max-width: 767px) {
  .linkbox-with-images .item {
    width: calc(50% - 20px); } }
  @media only screen and (max-width: 500px) {
  .linkbox-with-images .item {
    width: calc(100% - 20px); }
    .linkbox-with-images .item .content {
      padding: 15px; } }

.photo-box-1 {
  margin: 20px 0;
  /* ------------------------- */
  /* ------ CHECK BLOCK ------ */
  /* ------------------------- */ }
  .photo-box-1 .inner {
    display: block;
    position: relative;
    height: 250px;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease; }
    .photo-box-1 .inner .content {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      padding: 20px 515px 20px 20px;
      z-index: 2; }
    .photo-box-1 .inner .inner-image {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 500px;
      height: 100%; }
    .photo-box-1 .inner .image-wrapper {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
    .photo-box-1 .inner .image {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1000px;
      margin-top: -500px;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; }
      .photo-box-1 .inner .image img {
        min-width: 100%;
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        transition: -webkit-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .photo-box-1 .inner .radius {
      display: block;
      position: absolute;
      top: 50%;
      right: -100px;
      width: 650px;
      height: 650px;
      margin-top: -325px;
      background: transparent;
      border: 50px solid #fff;
      border-radius: 50%; }
    .photo-box-1 .inner .arrow {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: 250px;
      background: #bf3024;
      line-height: 250px;
      text-align: center;
      font-family: 'Open Sans';
      font-size: 35px;
      color: #fff;
      -webkit-transition: width 0.5s ease, color 0.2s ease;
      transition: width 0.5s ease, color 0.2s ease; }
  .photo-box-1 a:hover .inner {
    border-color: #898989; }
    .photo-box-1 a:hover .inner img {
      -webkit-transform: scale(1.08);
      transform: scale(1.08); }
    .photo-box-1 a:hover .inner .arrow {
      width: 0;
      color: #bf3024; }
  @media only screen and (max-width: 1199px) {
  .photo-box-1 .inner .content {
    padding-right: 420px; }
    .photo-box-1 .inner .inner-image {
      width: 400px; }

    .photo-box-1 .inner .radius {
      right: -200px; } }
  @media only screen and (max-width: 991px) {
  .photo-box-1 .inner .content {
    padding-right: 320px; }
    .photo-box-1 .inner .inner-image {
      width: 300px; }

    .photo-box-1 .inner .radius {
      right: -300px; } }
  @media only screen and (max-width: 767px) {
  .photo-box-1 .inner .content {
    padding-right: 20px; }
    .photo-box-1 .inner .inner-image {
      width: 100%;
      opacity: 0.2; }

    .photo-box-1 .inner .radius {
      display: none; }

    .photo-box-1 .inner .arrow {
      display: none; } }

.check-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /* ------------------------- */
  /* ----- GALLERY GRID ------ */
  /* ------------------------- */ }
  .check-block .icon {
    padding: 20px; }

.gallery {
  max-width: 1170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* ------------------------- */
  /* ---- GALLERIES GRID ----- */
  /* ------------------------- */ }
  .gallery h2 {
    margin-top: 50px;
    margin-bottom: 30px; }
  .gallery .gallery-item {
    display: inline-block;
    width: 200px;
    margin: 10px;
    vertical-align: top; }
    .gallery .gallery-item img {
      border: 1px solid #eaeaea;
      margin: 0; }
    .gallery .gallery-item p {
      font-size: 14px;
      line-height: 140%;
      padding: 6px 10px 0; }
    .gallery .gallery-item:hover {
      opacity: 0.8; }

.galleries {
  /* ------------------------- */
  /* ----- CONTACT FORM ------ */
  /* ------------------------- */ }
  .galleries .gallery h1, .galleries .gallery h2, .galleries .gallery h3, .galleries .gallery h4, .galleries .gallery h5, .galleries .gallery h6 {
    display: none; }

.contact-form {
  /* ------------------------- */
  /* ------- ARTICLES -------- */
  /* ------------------------- */ }
  .contact-form span {
    font-size: 12px;
    padding-left: 2px;
    color: #430f07; }
    .contact-form span .required {
      color: #bf3024; }
  .contact-form input {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 10px;
    outline: none;
    margin-bottom: 20px;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }
  .contact-form textarea {
    width: 100%;
    min-height: 120px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    outline: none;
    resize: vertical;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }
  .contact-form input:focus, .contact-form textarea:focus {
    border-color: #bf3024;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }
  .contact-form input[type=submit] {
    background: #bf3024;
    border: 1px solid #bf3024;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 20px; }
  .contact-form input[type=submit]:hover {
    background: #fff;
    color: #bf3024;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .contact-form input[type=url] {
    display: none; }

.articles-excerpt {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
  .articles-excerpt h3 {
    font-size: 24px;
    line-height: 120%;
    margin: 10px 0 15px; }
  .articles-excerpt img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
  .articles-excerpt img {
    display: none; } }

.articles-homepage {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
  .articles-homepage h3 {
    font-size: 24px;
    line-height: 120%;
    margin: 10px 0 15px; }
  .articles-homepage img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
  .articles-homepage img {
    display: none; } }

.articles-homepage-link {
  text-align: center;
  padding: 20px 0 40px; }

.article-page {
  /* ------------------------- */
  /* ------ DOWNLOADS -------- */
  /* ------------------------- */ }
  .article-page img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .article-page .basic-image-left {
    float: left; }
    .article-page .basic-image-left img {
      margin: 0 20px 15px 0; }
  .article-page .gallery {
    margin: 50px 0; }

.downloads {
  padding: 20px 0;
  /* ------------------------- */
  /* ------ GOOGLE MAP ------- */
  /* ------------------------- */ }
  .downloads h3 {
    margin-bottom: 10px; }
  .downloads .filesize {
    font-size: 0.8em;
    opacity: 0.8; }

#gmap {
  width: 100%;
  height: 300px;
  border-top: 1px solid #ddd; }
  #gmap *, #gmap *:hover {
    -webkit-transition: none !important;
    transition: none !important; }
  #gmap.gmap-container {
    border: 1px solid #ddd; }

.google-map-iframe {
  /* ------------------------- */
  /* ---- TINY MCE TABLE ----- */
  /* ------------------------- */ }
  .google-map-iframe iframe {
    width: 100%;
    height: 400px; }

table.mce-item-table {
  width: 100%;
  color: #430f07;
  line-height: 2.5em;
  /* ------------------------- */
  /* ---- GDPR CHECKBOXES ---- */
  /* ------------------------- */ }
  table.mce-item-table thead {
    border-bottom: 1px solid #bf3024;
    color: #bf3024;
    line-height: 1.5em; }
    table.mce-item-table thead td {
      min-width: 50px;
      padding-right: 30px;
      padding-bottom: 5px; }
  table.mce-item-table tbody td {
    min-width: 50px;
    padding-right: 30px; }
  @media only screen and (max-width: 991px) {
  table.mce-item-table {
    /* RESPONSIVE TABLE*/ }
    table.mce-item-table thead td {
      padding-right: 10px; }

    table.mce-item-table tbody td {
      padding-right: 5px; } }
  table.mce-item-table .st-head-row {
    border-top: 1px solid #ddd;
    color: #bf3024;
    font-weight: 400;
    padding-top: 5px; }
  table.mce-item-table .st-head-row-main {
    display: none; }
  table.mce-item-table .st-key {
    font-weight: 500;
    padding-right: 15px; }
  table.mce-item-table .st-val {
    padding-right: 0; }
  table.mce-item-table.stacktable.large-only {
    display: table; }
  table.mce-item-table.stacktable.small-only {
    display: none; }
  @media only screen and (max-width: 767px) {
  table.mce-item-table.stacktable.large-only {
    display: none; }
  table.mce-item-table.stacktable.small-only {
    display: table; }
  table.mce-item-table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd; } }

.gdpr-checkboxes {
  margin-top: 15px;
  margin-bottom: 15px;
  /* ------------------------- */
  /* -------- FOOTER --------- */
  /* ------------------------- */ }
  .gdpr-checkboxes label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    margin: 5px 0; }
    .gdpr-checkboxes label input {
      width: auto !important;
      height: auto !important;
      background: unset !important;
      border: unset !important;
      padding: unset !important;
      margin: 4px 8px 0 0 !important; }
    .gdpr-checkboxes label span {
      color: #430f07;
      font-size: unset;
      padding: 0; }
    .gdpr-checkboxes label a {
      text-decoration: underline; }
  .gdpr-checkboxes .color {
    color: #bf3024; }
  .gdpr-checkboxes.text-center label {
    display: block; }
  .gdpr-checkboxes.text-right label {
    display: block; }
    @media only screen and (max-width: 767px) {
  .gdpr-checkboxes.text-right {
    text-align: left; }
    .gdpr-checkboxes.text-right label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.footer-menu {
  background: #222;
  padding: 50px 0; }
  .footer-menu h1, .footer-menu h2, .footer-menu h3, .footer-menu h4, .footer-menu h5, .footer-menu h6 {
    color: #939393; }
    .footer-menu h1 a, .footer-menu h2 a, .footer-menu h3 a, .footer-menu h4 a, .footer-menu h5 a, .footer-menu h6 a {
      color: #939393; }
    .footer-menu h1 a:hover, .footer-menu h2 a:hover, .footer-menu h3 a:hover, .footer-menu h4 a:hover, .footer-menu h5 a:hover, .footer-menu h6 a:hover {
      color: #fff; }
  .footer-menu p {
    font-size: 13px;
    line-height: 190%; }
    .footer-menu p a {
      color: #ddd; }
    .footer-menu p a:hover {
      color: #fff; }
  .footer-menu p.socials-icons {
    font-size: 32px;
    line-height: 32px; }
    .footer-menu p.socials-icons a {
      margin-right: 5px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #333;
  color: #fff; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6; }
  footer img {
    height: 20px;
    padding-left: 10px; }
  footer .virtualis {
    text-align: right; }

@media only screen and (max-width: 767px) {
  /* ------------------------- */
  /* -------- MARGINS -------- */
  /* ------------------------- */
    footer {
      line-height: 27px;
      text-align: center;
      font-size: 0.9em; }
      footer .virtualis {
        text-align: center;
        font-size: 14px; } }

h1 {
  margin-top: 20px;
  margin-bottom: 20px; }
  h1 + p {
    margin-top: 20px; }
  h1 + .hr + p {
    margin-top: 25px; }
    h1 + .hr + p + .hr {
      margin-top: 25px; }

h2 {
  margin-top: 15px;
  margin-bottom: 15px; }
  h2 + p {
    margin-top: 20px; }
  h2 + .hr + p {
    margin-top: 20px; }
    h2 + .hr + p + .hr {
      margin-top: 20px; }

h3 {
  margin-bottom: 6px; }
  h3 + p {
    margin-top: 12px; }

h4 + p {
  margin-top: 8px; }

h6 + p {
  margin-top: 8px; }

.special-heading {
  /* ----------------------------------------------------- */
  /* -- ERROR PAGE 404 ----------------------------------- */
  /* ----------------------------------------------------- */ }
  .special-heading h1, .special-heading h2, .special-heading h3, .special-heading h4, .special-heading h5, .special-heading h6 {
    margin-top: 0;
    margin-bottom: 0; }

.error-404 {
  text-align: center;
  /* ----------------------------------------------------- */
  /* -- DROPLET: ROUND IMAGE ----------------------------- */
  /* ----------------------------------------------------- */ }
  .error-404 p {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 20px; }
  .error-404 p.heading {
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px; }
  .error-404 i {
    display: inline-block;
    font-size: 0.9em;
    padding-right: 5px; }

.droplet__image-round {
  text-align: center;
  /* ----------------------------------------------------- */
  /* -- DROPLET: YOUTUBE VIDEO --------------------------- */
  /* ----------------------------------------------------- */ }
  .droplet__image-round .inner {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden; }

.responsive-youtube-video {
  margin: 20px auto;
  /* ----------------------------------------------------- */
  /* -- ADMIN TINYMCE DEFAULT ---------------------------- */
  /* ----------------------------------------------------- */ }
  .responsive-youtube-video .inner {
    position: relative;
    /* 16:9 */
    padding-bottom: 56.25%;
    overflow: hidden; }
    .responsive-youtube-video .inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

body#tinymce {
  padding: 10px !important;
  /* ----------------------------------------------------- */
  /* -- IN PROGRESS -------------------------------------- */
  /* ----------------------------------------------------- */ }
  body#tinymce ol {
    list-style: decimal;
    padding-left: 20px; }
  body#tinymce ul {
    list-style: square;
    padding-left: 20px; }
