/* ==========================================================================
   STYLE
   ========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   GLOBAL
   ========================================================================== */
/* BOX MODEL */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* BODY */
body.not-front {
  overflow-x: hidden;
}
body.front {
  overflow: hidden;
}
/* SECTION */
section {
  padding: 50px 0 50px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0 10px 0;
  }
}
/* SECTION TITLE  */
h2.section-title {
  text-align: center;
  padding: 0;
  margin: 0 0 70px 0;
  color: #C10000;
  font-size: 5.5rem;
  font-weight: 900;
  font-weight: 800;
  letter-spacing: 0px;
  letter-spacing: -2.5px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h2.section-title {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 3rem;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
  }
}
/* ITEM */
.item {
  margin-bottom: 40px;
}
.item h2 {
  color: #000000;
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.7rem;
}
.item p {
  color: #000000;
  line-height: 1.3;
}
/* ICO */
.item-ico {
  position: relative;
  padding-right: 10px;
  padding-left: 100px;
}
.item-ico i.fas {
  color: #ede6d4;
  background: #c10000;
  border-radius: 100%;
  font-size: 28px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 10px;
}
.item-ico i.fab {
  color: #ede6d4;
  background: #c10000;
  border-radius: 100%;
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 767px) {
  .item-ico {
    padding-left: 60px;
  }
  .item-ico i.fas {
    margin-top: 0px;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #C10000;
    font-size: 32px;
    background: none;
  }
  .item-ico i.fab {
    margin-top: 0px;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #C10000;
    font-size: 46px;
    background: none;
  }
}
/* UI-TABS */
div.ui-tabs-center {
  text-align: center;
  margin-bottom: 40px;
}
div.ui-tabs-nav {
  position: relative;
  display: inline-block;
}
div.ui-tabs-nav .ui-tabs-nav-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c10003;
  top: 50%;
}
ul.ui-tabs {
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  ul.ui-tabs {
    margin: 0 0 0px 0;
    width: auto;
  }
  div.ui-tabs-nav .ui-tabs-nav-line {
    display: none;
  }
}
ul.ui-tabs li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
  padding: 0;
  position: relative;
}
ul.ui-tabs li:first-child {
  margin-left: 0;
}
ul.ui-tabs li:last-child {
  margin-right: 0;
}
ul.ui-tabs li a {
  display: inline-block;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  border: 2px solid #c10003;
  text-align: center;
  font-size: 50px;
  text-decoration: none;
  color: #c10003;
  font-weight: 600;
  background: #7f0001;
}
ul.ui-tabs li.ui-tabs-active a {
  background: #c10003;
  color: #7f0001;
  text-decoration: none;
}
@media (max-width: 767px) {
  ul.ui-tabs li {
    margin: 0 5px 10px 5px;
  }
  ul.ui-tabs li a {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 25px;
  }
}
/* ==========================================================================
   BASE
   ========================================================================== */
html,
body {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.8px;
  font-weight: 300;
  overflow-x: hidden;
}
/* p */
p {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000000;
  padding: 0;
  margin: 0 0 2rem 0;
  letter-spacing: 0.25px;
}
p.perex {
  /*text-align: center;*/
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.25px;
  padding: 0;
  margin: 0 0 0.5rem 0;
  font-weight: 100;
  /*text-transform: uppercase;*/
  color: #ad3018;
}
/* link */
a {
  color: #EC6446;
  outline: 0 !important;
}
a:hover {
  color: #000000;
}
/* title */
h1 {
  font-size: 4.5rem;
  line-height: 0.9;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  font-weight: 800;
}
h2 {
  /*text-align: center;*/
  font-size: 5rem;
  letter-spacing: -0.25px;
  line-height: 1.3;
  padding: 0 0 0 0;
  margin: 0 0 2rem 0;
  color: #C10000;
  font-weight: 300;
}
h3 {
  /*text-align: center;*/
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.25px;
  /* padding: 2rem 0 0 0;*/
  margin: 0 0 0.6rem 0;
  font-weight: 300;
  /*font-style: italic;*/
  /*text-transform: uppercase;*/
  color: #ad3018;
}
h4 {
  /*text-align: center;*/
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.25px;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 300;
  /*text-transform: uppercase;*/
  color: #800000;
}
/* list */
ul,
ol {
  margin: 0 0 2rem 0;
  padding: 0 0 0 1.5rem;
}
@media (max-width: 780px) {
  ul,
  ol {
    padding: 0 0 0 2.5rem;
  }
}
ul li,
ol li {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #353535;
  margin: 0 0 1rem 0;
  padding: 0;
}
ul.item-list li {
  line-height: 1;
}
/* table */
table {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
/* img */
img {
  vertical-align: top;
}
/* ==========================================================================
   GRID
   ========================================================================== */
/* container */
.container {
  margin: 0 auto;
  padding: 0 30px;
}
body.page-node-story .container {
  max-width: 800px;
}
@media (min-width: 1100px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
/* row */
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
/* cols */
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.65%;
}
.col-md-10 {
  width: 83.32%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.65%;
}
.col-md-7 {
  width: 58.32%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.65%;
}
.col-md-4 {
  width: 33.32%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.67%;
}
.col-md-1 {
  width: 8.32%;
}
@media (max-width: 999px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: none;
    width: auto;
  }
}
/* ==========================================================================
   NAVBAR
   ========================================================================== */
.hamb {
  position: fixed;
  width: 55px;
  height: 55px;
  right: 50px;
  top: 50px;
  z-index: 300;
  cursor: pointer;
  display: block;
  transition: top 0.5s;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
}
.hamb.over {
  top: -50px;
}
.hamb.active.over {
  top: 50px;
}
.hamb .hamb1 {
  width: 27px;
  height: 3px;
  background: #800000;
  position: absolute;
  top: 14px;
  left: 14px;
  transition: top 0.08s 0.2s;
}
.hamb .hamb21,
.hamb .hamb22 {
  width: 27px;
  height: 3px;
  background: #800000;
  position: absolute;
  top: 26px;
  left: 14px;
  transition: transform 0.2s;
}
.hamb .hamb3 {
  width: 27px;
  height: 3px;
  background: #800000;
  position: absolute;
  top: 38px;
  left: 14px;
  transition: top 0.08s 0.2s;
}
.hamb.active .hamb1 {
  background: #FFFFFF !important;
}
.hamb.active .hamb21,
.hamb.active .hamb22 {
  background: #FFFFFF !important;
}
.hamb.active .hamb3 {
  background: #FFFFFF !important;
}
.hamb.active .hamb1,
.hamb.active .hamb3 {
  opacity: 0;
  top: 26px;
}
.hamb.active .hamb21 {
  top: 26px;
  transform: rotate(-45deg);
}
.hamb.active .hamb22 {
  top: 26px;
  transform: rotate(45deg);
}
body.front.project-active .hamb {
  top: -80px;
}
@media (max-width: 780px) {
  .hamb {
    right: 25px;
    top: 25px;
  }
}
/* home */
#navbar .home {
  position: absolute;
  background: url('home-ico.png') no-repeat 50% 50%;
  width: 55px;
  height: 55px;
  left: 50px;
  top: 50px;
  z-index: 300;
  cursor: pointer;
  display: block;
  transition: top 0.5s;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
  border: 1px solid #FF0000;
}
@media (max-width: 780px) {
  #navbar .home {
    left: 15px;
    top: 15px;
  }
}
body.front.project-active #navbar .home {
  top: -80px;
}
#navbar .tl-project {
  position: absolute;
  background: url('navbar-project-tl.png') no-repeat 50% 50%;
  width: 55px;
  height: 55px;
  right: 110px;
  top: 50px;
  z-index: 100;
  cursor: pointer;
  display: block;
  transition: top 0.5s;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
}
body.front.project-active #navbar .tl-project {
  /* top: -80px; */
}
/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
  position: fixed;
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0px;
  right: -100%;
  z-index: 200;
  transition: right 0.5s ease;
  opacity: 0;
  overflow-y: auto;
}
#header.active {
  right: 0px;
  opacity: 1;
}
@media (min-width: 800px) {
  #header {
    width: 300px;
    right: -300px;
  }
}
@media (min-width: 1200px) {
  #header {
    width: 400px;
    right: -400px;
  }
}
/* menu */
#header-menu {
  padding: 130px 50px 0px 50px;
}
@media (max-height: 500px) {
  #header-menu {
    padding: 80px 50px 0px 50px;
  }
}
#header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-menu ul li {
  list-style: none;
  border-bottom: 1px solid #c10000;
  margin: 0 auto;
  padding: 0;
  max-width: 200px;
}
#header-menu ul li:last-child {
  border-bottom: 0;
}
#header-menu ul li a {
  display: block;
  padding: 20px 0;
  color: #AAAAAA;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-height: 500px) {
  #header-menu ul li a {
    padding: 15px 0;
  }
}
#header-menu ul li a:hover {
  color: #FFFFFF;
}
#header-menu ul li a.active {
  color: #FFFFFF;
}
/* mail */
.header-mail {
  position: absolute;
  bottom: 250px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-height: 750px) {
  .header-mail {
    display: none;
  }
}
.header-mail a {
  background: url('menu_zavinac.png') no-repeat 0 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 80px;
  display: inline-block;
}
/* logo */
.header-logo {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease;
}
@media (max-height: 600px) {
  .header-logo {
    display: none;
  }
}
.header-logo img {
  max-width: 200px;
  height: auto;
}
/* ==========================================================================
   INTRO
   ========================================================================== */
/* hamb */
.page-home .hamb .hamb1 {
  background: #FFFFFF;
}
.page-home .hamb .hamb21,
.page-home .hamb .hamb22 {
  background: #FFFFFF;
}
.page-home .hamb .hamb3 {
  background: #FFFFFF;
}
#intro {
  position: absolute;
  padding: 0;
  background: #900000;
  color: white;
  border: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
/* image */
#intro .image {
  overflow: hidden;
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
#intro .image img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
/* logo */
.intro-logo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -400px;
  width: 800px;
}
@media (max-width: 1200px) {
  .intro-logo {
    margin-top: -100px;
  }
}
@media (max-width: 800px) {
  .intro-logo {
    margin-top: -80px;
  }
}
@media (max-width: 500px) {
  .intro-logo {
    margin-top: -70px;
  }
}
.logo {
  text-align: center;
}
.logo span {
  display: inline;
  position: relative;
  transition: all 0.3s;
  opacity: 0;
  margin: 0;
}
.logo span img {
  height: 130px;
  width: auto;
}
@media (max-width: 1200px) {
  .logo span img {
    height: 110px;
  }
}
@media (max-width: 800px) {
  .logo span img {
    height: 90px;
  }
}
@media (max-width: 500px) {
  .logo span img {
    height: 60px;
  }
}
.l2,
.l3,
.l4 {
  left: -35px;
}
.l5,
.l6,
.l7 {
  right: -35px;
}
.l1 {
  left: -100px;
}
.l8 {
  right: -100px;
}
.logo span.l1,
.logo span.l8 {
  transition-delay: 1.5s;
}
.logo span.l2,
.logo span.l7 {
  transition-delay: 0.8s;
}
.logo span.l3,
.logo span.l6 {
  transition-delay: 0.6s;
}
.logo span.l4,
.logo span.l5 {
  transition-delay: 0.4s;
}
/* po */
.logo.active span {
  opacity: 1;
}
.logo.active span.l1,
.logo.active span.l2,
.logo.active span.l3,
.logo.active span.l4 {
  left: 0;
}
.logo.active span.l5,
.logo.active span.l6,
.logo.active span.l7,
.logo.active span.l8 {
  right: 0;
}
/* text */
.intro-text {
  padding-top: 35px;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s 2.2s;
}
.intro-text img {
  width: 447px;
  height: auto;
}
.intro-text.active {
  top: 0px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .intro-text {
    padding-top: 30px;
  }
  .intro-text img {
    width: 380px;
  }
}
@media (max-width: 800px) {
  .intro-text {
    padding-top: 25px;
  }
  .intro-text img {
    width: 310px;
  }
}
@media (max-width: 500px) {
  .intro-text {
    padding-top: 20px;
  }
  .intro-text img {
    width: 208px;
  }
}
/* tl */
#projects-tl {
  position: fixed;
  width: 150px;
  height: 150px;
  bottom: 60px;
  left: 50%;
  margin-left: -75px;
  z-index: 100;
}
@media (max-height: 550px) {
  #projects-tl {
    bottom: 50px;
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }
}
@media (max-height: 400px) {
  #projects-tl {
    bottom: 30px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
  }
}
@media (max-width: 500px) {
  #projects-tl {
    bottom: 50px;
    width: 110px;
    height: 110px;
    margin-left: -55px;
  }
}
#projects-tl a {
  cursor: pointer;
}
#projects-tl a img {
  width: 100%;
  height: auto;
  transform: scale(0.9);
  animation: skipulsate 5s 3s;
}
@keyframes skipulsate {
  2% {
    transform: scale(1);
  }
  4% {
    transform: scale(0.9);
  }
}
/* ==========================================================================
   TITLE
   ========================================================================== */
#title {
  background: #800000;
}
#title h1 {
  color: #FFFFFF;
  margin: 0px;
  padding: 80px 0px 80px 0px;
  text-align: center;
  font-size: 8rem;
  letter-spacing: -3.5px;
}
#title p {
  color: #FFFFFF;
  margin: -50px 0 0 0;
  padding: 0px 0px 10px 0px;
  text-align: center;
  font-size: 2rem;
  position: relative;
  line-height: 1.2;
}
#title p a {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #title h1 {
    padding: 100px 0px 25px 0px;
    font-size: 4rem;
    letter-spacing: -2px;
  }
  #title p {
    margin: -10px 0 0 0;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
  background: #800000;
  color: #FFFFFF;
  padding: 0px 0 80px 0;
  position: relative;
  text-align: center;
}
/* workl */
.work-tl {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  top: -75px;
}
.work-tl a {
  cursor: pointer;
  display: block;
}
.work-tl a img {
  width: 130px;
  height: 130px;
  margin-top: 10px;
  animation: skipulsate2 6s infinite;
}
@keyframes skipulsate2 {
  0% {
    width: 130px;
    height: 130px;
    margin-top: 10px;
  }
  96% {
    width: 130px;
    height: 130px;
    margin-top: 10px;
  }
  98% {
    width: 150px;
    height: 150px;
    margin-top: 0px;
  }
}
/* logo2 */
.footer-logo2 {
  margin-bottom: 50px;
  position: absolute;
  width: 100%;
  opacity: 0.05;
  top: 230px;
}
.footer-logo2 img {
  width: 800px;
  height: auto;
}
/* logo */
.footer-logo {
  margin-bottom: 70px;
}
.footer-logo img {
  width: 10%;
  display: inline-block;
  height: auto;
  min-width: 200px;
}
/* text */
.footer-text {
  margin-bottom: 60px;
  z-index: 10;
  position: relative;
}
.footer-text p {
  line-height: 1.5;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.footer-text p a {
  color: #EC6446;
}
.footer-text p a:hover {
  color: #FFFFFF;
}
/* menu */
.footer-menu {
  margin-bottom: 60px;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  list-style: none;
  margin: 0 15px;
  padding: 0;
  display: inline-block;
  font-size: 1.2rem;
}
.footer-menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #EC6446;
}
.footer-menu ul li a:hover {
  color: #FFFFFF;
}
/* copy */
.footer-copy p {
  color: #FFFFFF;
  letter-spacing: 4px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #footer {
    padding: 0px 0 100px 0;
  }
  /* logo */
  .footer-logo2 {
    display: none;
  }
  /* logo */
  .footer-logo {
    margin-bottom: 30px;
  }
  /* text */
  .footer-text {
    margin-bottom: 30px;
  }
  /* menu */
  .footer-menu {
    margin-bottom: 30px;
  }
  .footer-menu ul li {
    margin: 0 10px;
  }
  .footer-menu ul li a {
    letter-spacing: 1px;
  }
  /* copy */
  .footer-copy p {
    padding: 0 30px;
  }
}
/* ==========================================================================
   PAGE TOP
   ========================================================================== */
#page-top {
  position: fixed;
  bottom: -60px;
  right: 50px;
  width: 60px;
  height: 60px;
  transition: bottom 0.2s ease;
  z-index: 150;
}
#page-top.active {
  bottom: 50px;
}
#page-top a {
  width: 60px;
  height: 60px;
  display: block;
}
#page-top a.page-scroll {
  width: 60px;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
}
#page-top a span.bg {
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  opacity: 0.75;
  background: #EC6446;
}
#page-top a span.text {
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background: url('zvedak.png') no-repeat 50% 50%;
  overflow: hidden;
  text-indent: 100px;
}
@media (max-width: 780px) {
  #page-top {
    right: 15px;
  }
  #page-top.active {
    bottom: 15px;
  }
}
.fade1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 0;
  height: 100%;
  transition: all 0.5s 0;
  z-index: 200;
}
.fade-out .fade1 {
  width: 0;
}
.fade-in .fade1 {
  width: 50%;
}
.fade2 {
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  width: 0;
  height: 100%;
  transition: all 0.5s 0;
  z-index: 200;
}
.fade-out .fade2 {
  width: 0;
}
.fade-in .fade2 {
  width: 50%;
}
.page-sluzby {
  /* ==========================================================================
    SLUZBY
    ========================================================================== */
  /* title */
  /* section 1 */
  /* section 2 */
  /* section 3 */
  /* section 4 */
  /* section 5 */
  /* section 6 */
}
.page-sluzby #title {
  background: #F8F7F1;
}
.page-sluzby #title h1 {
  color: #800000;
}
.page-sluzby #title p {
  color: #800000;
}
.page-sluzby .section1 {
  background: #F8F7F1;
  padding-bottom: 80px;
}
@media (max-width: 780px) {
  .page-sluzby .section1 {
    padding-bottom: 30px;
  }
}
.page-sluzby .section2 {
  background: #FFFFFF;
}
.page-sluzby .section3 {
  background: #F8F7F1;
}
.page-sluzby section.section4 {
  background: #FFFFFF;
  padding-bottom: 150px;
}
.page-sluzby .section6 {
  background: #ebeae8;
}
.page-kontakt {
  /* ==========================================================================
       KONTAKT
       ========================================================================== */
  /* title */
  /* section 1 */
  /* section 2 */
}
.page-kontakt #title {
  background: #F8F7F1;
}
.page-kontakt #title h1 {
  color: #800000;
}
.page-kontakt #title p {
  color: #936d23;
}
.page-kontakt .section1 {
  background: #F8F7F1;
}
.page-kontakt .section1 .item {
  margin-bottom: 50px;
  text-align: center;
}
.page-kontakt .logo {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding-top: 80px;
}
@media (max-width: 800px) {
  .page-kontakt .logo {
    padding-top: 120px;
    max-width: 200px;
  }
}
.page-kontakt .section2 {
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 150px;
}
.page-kontakt .section2 .item {
  margin-bottom: 50px;
  text-align: center;
}
.page-kontakt .section2 .image {
  margin-bottom: 25px;
}
.page-kontakt .section2 .image img {
  border-radius: 100%;
  min-height: 200px;
  width: auto;
}
.page-projekty {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
}
.page-projekty {
  /* node - img */
  /* node - content */
  /* close */
  /* owl nav */
}
.page-projekty #projects {
  padding: 0;
  border: 0;
  z-index: 500;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: top 0.5s 0s;
  top: 0;
  left: 0;
  padding: 80px 150px;
}
.page-projekty #projects.active {
  top: 0;
}
@media (max-width: 780px) {
  .page-projekty #projects {
    padding: 0px;
    z-index: 500;
  }
}
@media (max-width: 780px) {
  .page-projekty #projects {
    padding: 0px;
    z-index: 500;
  }
}
.page-projekty #projects .projects-item .node .image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  height: 50%;
}
.page-projekty #projects .projects-item .node .image img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  transition: all 0.8s ease 0s;
}
.page-projekty #projects .projects-item .node:hover .image img {
  transform: scale(1.06);
}
.page-projekty .projects-item .node .content {
  padding: 50px 0 0 0;
}
.page-projekty .projects-item .node .content h2 {
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 800;
}
.page-projekty .projects-item .node .content h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.page-projekty .projects-item .node .more {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.page-projekty .projects-item .node .more a {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-projekty .projects-item .node .more a:hover {
  border: 1px solid #EEEEEE;
  color: #EEEEEE;
}
.page-projekty #projects .project-up {
  position: absolute;
  background: url('krizek.png') no-repeat 0 -62px;
  width: 62px;
  height: 62px;
  right: 119px;
  bottom: 49px;
  z-index: 600;
  cursor: pointer;
  display: block;
  border-radius: 100%;
}
.page-projekty #projects .project-up:hover {
  background-position: 0 0;
}
@media (max-width: 780px) {
  .page-projekty #projects .project-up {
    right: 20px;
    top: 20px;
    border-radius: 0;
    display: none;
  }
}
.page-projekty #projects .owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  width: 60px;
  height: 65px;
  margin-top: -30px;
  background: url('sipky.png') no-repeat 0 -65px;
  overflow: hidden;
  text-indent: 150px;
  white-space: nowrap;
}
.page-projekty #projects .owl-prev:hover {
  background-position: 0 0;
}
.page-projekty #projects .owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  width: 60px;
  height: 65px;
  margin-top: -30px;
  background: url('sipky.png') no-repeat -60px -65px;
  overflow: hidden;
  text-indent: 150px;
  white-space: nowrap;
}
.page-projekty #projects .owl-next:hover {
  background-position: -60px 0;
}
.page-kravihora {
  /* ==========================================================================
    KRAVI HORA
    ========================================================================== */
  /* hamb */
  /* section title */
  /* item fa */
  /* section 1 */
  /* section 2 */
  /* section 3 */
  /* section 4 */
  /* section 5 */
  /* section 6 */
}
.page-kravihora .hamb .hamb1 {
  background: #136b91;
}
.page-kravihora .hamb .hamb21,
.page-kravihora .hamb .hamb22 {
  background: #136b91;
}
.page-kravihora .hamb .hamb3 {
  background: #136b91;
}
.page-kravihora #title {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-kravihora #title h1 {
  padding: 60px 0px 80px 0px;
}
@media (max-width: 1000px) {
  .page-kravihora #title h1 {
    padding: 20px 0px 80px 0px;
  }
}
.page-kravihora h2.section-title {
  color: #247f92;
}
.page-kravihora .item-ico i.fas {
  color: #136b91;
}
.page-kravihora .section1 {
  text-align: center;
  padding: 0px 0 60px 0;
}
.page-kravihora .section1 p {
  padding: 30px 170px 0 170px;
}
@media (max-width: 767px) {
  .page-kravihora .section1 {
    padding: 0px 0 0px 0;
  }
  .page-kravihora .section1 p {
    padding: 20px 0 0 0;
    text-align: left;
  }
}
.page-kravihora .section1 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page-kravihora .section2 {
  padding: 50px 0 50px 0;
  border: 0;
  background: #136b91;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-kravihora .section2 {
    padding: 40px 0 10px 0;
  }
}
.page-kravihora .section2 .section-title {
  color: #FFFFFF;
}
.page-kravihora .section2 p {
  padding: 0px 170px 0 170px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .page-kravihora .section2 p {
    padding: 0px 0 0 0;
    text-align: left;
  }
}
.page-kravihora .section3 {
  padding: 0 0 50px 0;
}
.page-kravihora .section3 img {
  display: block;
  width: 100%;
  height: auto;
}
.page-kravihora .section3 p {
  padding: 0px 170px 0 170px;
  text-align: center;
}
.page-kravihora .section3 h2.title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-kravihora .section3 p {
    padding: 0px 0 0 0;
    text-align: left;
  }
  .page-kravihora .section3 h2.title {
    text-align: left;
  }
}
.page-kravihora .section4 {
  padding: 100px 0 20px 0;
  border: 0;
  background: #136b91;
  color: #FFFFFF;
}
@media (min-width: 1000px) {
  .page-kravihora .section4 {
    padding: 0px 0 20px 0;
  }
}
.page-kravihora .section4 .section-title {
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .page-kravihora .section4 {
    padding: 40px 0 10px 0;
  }
}
.page-kravihora .section4 img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .page-kravihora .section4 .item {
    padding: 0px 0 0px 0;
    height: 420px;
  }
  .page-kravihora .section4 .item-text {
    padding: 60px 0 0px 0;
  }
  .page-kravihora .section4 img {
    top: 25px;
    position: relative;
  }
}
.page-kravihora .section4 p {
  color: #FFFFFF;
}
.page-kravihora .item .section-title {
  text-align: left;
  margin: 0 0 40px 0;
  font-size: 3rem;
  letter-spacing: -1px;
  line-height: 1.1;
}
@media (min-width: 1000px) {
  .page-kravihora .item .section-title {
    font-size: 4rem;
    letter-spacing: -1px;
    margin: 0 0 40px 0;
  }
}
.page-kravihora .section5 {
  background: #FFFFFF;
  padding-bottom: 90px;
  padding-top: 150px;
}
@media (max-width: 1000px) {
  .page-kravihora .section5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-kravihora .section5 img {
  display: block;
  width: 100%;
  height: auto;
}
.page-kravihora .section6 {
  background: #136b91;
  text-align: center;
  padding-bottom: 300px;
  padding-top: 250px;
}
.page-kravihora .section6 h2.section-title {
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .page-kravihora .section6 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.page-kravihora .section6 div.link a {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 30px;
  color: #FFFFFF;
  font-size: 2rem;
  text-decoration: none;
}
.page-kravihora .section6 div.link a:hover {
  opacity: 0.9;
}
.page-salto {
  /* ==========================================================================
    SALTO
    ========================================================================== */
  /* title */
  /* section title */
  /* item fa */
  /* section 1 */
  /* section 2 */
  /* section 6 */
}
.page-salto #title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
.page-salto #title h1 {
  color: #800000;
}
@media (max-width: 767px) {
  .page-salto #title h1 {
    padding: 60px 0px 25px 0px;
  }
}
.page-salto #title p {
  color: #936d23;
}
.page-salto h2.section-title {
  color: #7d6856;
}
.page-salto .item-ico i.fas {
  color: #7d6856;
}
.page-salto .section1 {
  text-align: center;
  background: #c3b9b0;
  padding-top: 120px;
}
.page-salto .section1 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page-salto .section2 {
  text-align: center;
  background: #7f7264;
  padding-bottom: 150px;
}
.page-salto .section2 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page-salto .section6 {
  background: #c3b9b0;
  text-align: center;
  padding-bottom: 300px;
  padding-top: 250px;
}
.page-salto .section6 h2.section-title {
  color: #800000;
}
@media (max-width: 1000px) {
  .page-salto .section6 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.page-salto .section6 div.link a {
  border: 1px solid #800000;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 30px;
  color: #800000;
  font-size: 2rem;
  text-decoration: none;
}
.page-salto .section6 div.link a:hover {
  opacity: 0.9;
}
.page-zapisy {
  /* hamb */
  /* title */
  /* section title */
  /* item fa */
  /* ==========================================================================
    SECTION 1 - BRAND
    ========================================================================== */
  /* ==========================================================================
    SECTION 2 - JAK VÁM APLIKACE POMŮŽE
    ========================================================================== */
  /* ==========================================================================
    SECTION 3 - CHARAKTERISTIKA
    ========================================================================== */
  /* ==========================================================================
    SECTION 4 - FÁZE PŘIJÍMACÍHO ŘÍZENÍ
    ========================================================================== */
  /* ==========================================================================
    SECTION 5 - KRITÉRIA A SEZNAM ŽÁDOSTÍ
    ========================================================================== */
  /* ==========================================================================
    SECTION 6 - PŘÍNOS PRO UŽIVATELE 
    ========================================================================== */
  /* ==========================================================================
    SECTION 7 - Kde systém již funguje  
    ========================================================================== */
  /* tabs */
  /* ==========================================================================
    SECTION 9 - REFERENCE  
    ========================================================================== */
  /* owl nav */
  /* ==========================================================================
    SECTION 8 - GDPR  
    ========================================================================== */
}
.page-zapisy .hamb .hamb1 {
  background: #936d23;
}
.page-zapisy .hamb .hamb21,
.page-zapisy .hamb .hamb22 {
  background: #936d23;
}
.page-zapisy .hamb .hamb3 {
  background: #936d23;
}
.page-zapisy #title {
  background: #ede6d4;
}
.page-zapisy #title h1 {
  color: #800000;
}
@media (max-width: 767px) {
  .page-zapisy #title h1 {
    font-size: 4rem;
  }
}
.page-zapisy #title p {
  color: #936d23;
  margin-bottom: 25px;
}
.page-zapisy h2.section-title {
  color: #c10000;
  font-size: 5.5rem;
  padding: 0px;
  margin: 0 0 70px 0;
  letter-spacing: 0px;
  font-weight: 800;
  letter-spacing: -2.5px;
}
@media (max-width: 767px) {
  .page-zapisy h2.section-title {
    font-size: 3rem;
    letter-spacing: -1px;
    text-align: center;
    margin: 0 0 40px 0;
  }
}
.page-zapisy .item-ico {
  padding-left: 110px;
}
.page-zapisy .item-ico i.fas {
  color: #ede6d4;
  background: #c10000;
  border-radius: 100%;
  font-size: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.page-zapisy .section1 {
  text-align: center;
  padding: 0 0 50px 0;
  background: #ede6d4;
}
@media (max-width: 767px) {
  .page-zapisy .section1 {
    padding: 0px 30px 0px 30px;
  }
}
.page-zapisy .section1 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page-zapisy .section2 {
  padding: 0px 0 0px 0;
  background: #ede6d4;
}
.page-zapisy .section2 .container {
  padding: 0px 130px;
}
@media (max-width: 767px) {
  .page-zapisy .section2 .container {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .page-zapisy .section2 {
    padding: 40px 0px 0px 0px;
  }
}
.page-zapisy .section2 .item h2 {
  color: #936d23;
  font-size: 1.7rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.page-zapisy .section2 .item p {
  color: #936d23;
  line-height: 1.3;
}
.page-zapisy .section2-image {
  text-align: center;
  margin-bottom: -300px;
  padding-top: 30px;
}
.page-zapisy .section2-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page-zapisy .section2-image {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .page-zapisy .section2 .item-ico {
    padding-left: 50px;
  }
  .page-zapisy .section2 .item-ico i.fas {
    margin-top: -8px;
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #C10000;
    font-size: 32px;
    background: none;
  }
}
.page-zapisy .section3 {
  background: #FFFFFF;
  padding: 300px 0 100px 0;
}
@media (max-width: 767px) {
  .page-zapisy .section3 {
    padding: 30px 0 30px 0;
  }
}
.page-zapisy .section3 .container {
  width: 80%;
}
@media (max-width: 767px) {
  .page-zapisy .section3 .container {
    width: 100%;
  }
}
.page-zapisy .section3 .item-ico {
  padding-left: 50px;
}
.page-zapisy .section3 .item-ico i.fas {
  margin-top: -8px;
  font-size: 35px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #C10000;
  font-size: 32px;
  background: none;
}
.page-zapisy .section3 .item h2 {
  color: #936d23;
  font-size: 1.7rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.page-zapisy .section3 .item p {
  color: #936d23;
  line-height: 1.3;
}
.page-zapisy .section4 {
  background: #800000;
  padding-bottom: 80px;
}
.page-zapisy .section4 #faze0,
.page-zapisy .section4 #faze1,
.page-zapisy .section4 #faze2,
.page-zapisy .section4 #faze3,
.page-zapisy .section4 #faze4,
.page-zapisy .section4 #faze5 {
  max-width: 630px;
  margin: 0 auto;
}
.page-zapisy .section4 h2.subtitle {
  text-align: center;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 600;
  padding: 0.5rem 0 1rem 0;
}
@media (max-width: 767px) {
  .page-zapisy .section4 h2.subtitle {
    text-align: left;
    font-size: 2.6rem;
  }
}
.page-zapisy .section4 h3 {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
}
.page-zapisy .section4 p {
  text-align: justify;
}
.page-zapisy .section4 h2.section-title,
.page-zapisy .section4 .item h2,
.page-zapisy .section4 .item p,
.page-zapisy .section4 .item ul li {
  color: #FFFFFF;
}
.page-zapisy .section5 {
  padding: 0;
}
.page-zapisy .section5 .section-title {
  text-align: left;
  margin: 0 0 40px 0;
  font-size: 3rem;
  letter-spacing: -1px;
}
@media (min-width: 1200px) {
  .page-zapisy .section5 .section-title {
    font-size: 4rem;
    letter-spacing: -1px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .page-zapisy .section5 .section-title {
    font-size: 5rem;
    letter-spacing: -2.5px;
    margin: 0 0 40px 0;
  }
}
.page-zapisy .section5 .image {
  overflow: hidden;
  height: 700px;
  text-align: center;
  position: relative;
}
.page-zapisy .section5 .image img {
  width: auto;
  height: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.page-zapisy .section5-content {
  padding: 40px 50px 0 50px;
}
@media (max-width: 767px) {
  .page-zapisy .section5-content {
    padding: 30px;
  }
}
.page-zapisy .section5 .item h2 {
  color: #936d23;
  font-size: 1.7rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.page-zapisy .section5 .item p {
  color: #936d23;
  line-height: 1.3;
}
.page-zapisy .section5 .item ul {
  margin: 0;
  padding: 0;
}
.page-zapisy .section5 .item li {
  color: #936d23;
  line-height: 1.3;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.page-zapisy .section5 .item li .far {
  margin-right: 10px;
}
.page-zapisy .section6 {
  background: #ede6d4;
}
.page-zapisy .section6 div.ui-tabs-center {
  margin-bottom: 60px;
}
.page-zapisy .section6 ul.ui-tabs li a {
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #c10000;
  text-align: center;
  font-size: 25px;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-decoration: none;
  color: #c10000;
  font-weight: 500;
  background: #ede6d4;
}
.page-zapisy .section6 ul.ui-tabs li.ui-tabs-active a {
  background: #c10000;
  color: #ede6d4;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-zapisy .section6 ul.ui-tabs li a {
    width: 120px;
    height: 120px;
    line-height: 110px;
    font-size: 32px;
  }
}
.page-zapisy .section6 .item-ico {
  padding-left: 50px;
}
.page-zapisy .section6 .item-ico i.fas {
  margin-top: -8px;
  font-size: 35px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #C10000;
  font-size: 32px;
  background: none;
}
.page-zapisy .section6 .item h2 {
  color: #936d23;
  font-size: 1.7rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.page-zapisy .section6 .item p {
  color: #936d23;
  line-height: 1.3;
}
.page-zapisy .section7 {
  padding: 50px 0 70px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-zapisy .section7 {
    padding: 40px 30px 50px 30px;
  }
}
.page-zapisy .section7 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page-zapisy .section7 div.ui-tabs-center {
  margin-bottom: 40px;
}
.page-zapisy .section7 ul.ui-tabs li a {
  display: inline-block;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  border: 2px solid #c10000;
  text-align: center;
  font-size: 50px;
  text-decoration: none;
  color: #c10000;
  font-weight: 500;
  background: #FFFFFF;
}
.page-zapisy .section7 ul.ui-tabs li.ui-tabs-active a {
  background: #C10000;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-zapisy .section7 ul.ui-tabs li a {
    width: 70px;
    height: 70px;
    line-height: 63px;
    font-size: 30px;
  }
}
.page-zapisy .section9 {
  background: #800000;
  color: #FFFFFF;
}
.page-zapisy .section9 .section-title {
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .page-zapisy .section9 .container {
    margin: 0 auto;
    max-width: 660px;
  }
}
.page-zapisy .section9 p,
.page-zapisy .section9 h2 {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.page-zapisy .section9 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -150px;
  top: 40%;
  width: 60px;
  height: 65px;
  margin-top: -30px;
  background: url('sipky.png') no-repeat 0 -65px;
  overflow: hidden;
  text-indent: 150px;
  white-space: nowrap;
  border-radius: 0;
}
.page-zapisy .section9 .owl-carousel .owl-nav .owl-prev:hover {
  background: url('sipky.png') no-repeat 0 -65px;
  background-position: 0 0;
}
.page-zapisy .section9 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -150px;
  top: 40%;
  width: 60px;
  height: 65px;
  margin-top: -30px;
  background: url('sipky.png') no-repeat -60px -65px;
  overflow: hidden;
  text-indent: 150px;
  white-space: nowrap;
  border-radius: 0;
}
.page-zapisy .section9 .owl-carousel .owl-nav .owl-next:hover {
  background: url('sipky.png') no-repeat -60px -65px;
  background-position: -60px 0;
}
.page-zapisy .section8 {
  background: #ffffff;
  padding: 100px 0 150px 0;
}
@media (max-width: 767px) {
  .page-zapisy .section8 {
    padding: 30px 0 100px 0;
  }
}
.page-zapisy .section8 .container {
  background: #ffffff;
  margin: 0 auto;
  max-width: 660px;
}
.page-zapisy .section8 .image {
  padding: 0 30px;
  text-align: center;
}
.page-zapisy .section8 .image img {
  max-width: 100%;
  height: auto;
}
.page-zapisy .section8 h2,
.page-zapisy .section8 p {
  color: #c10000;
  line-height: 1.3;
}
.page-zapisy .section8 h2 {
  padding: 10px 0 20px 0;
  font-size: 3rem;
}
/* ==========================================================================
    REFERENCE
    ========================================================================== */
#reference {
  background: #000000;
  padding: 50px;
}
@media (max-width: 780px) {
  #reference {
    padding: 0px;
  }
}
#reference-content {
  background: #FFFFFF;
  padding: 50px;
  margin: 0 auto;
  max-width: 800px;
}
#reference h1 {
  font-size: 3rem;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000000;
}
#reference hr {
  border: 1px solid #EEEEEE;
  margin: 30px 0;
}
#reference p.podpis {
  text-align: right;
  padding: 30px 0 0 0;
  font-style: italic;
}
.reference-back-icon {
  position: absolute;
  background: url('krizek2.png') no-repeat 50% 50%;
  width: 62px;
  height: 62px;
  right: 119px;
  bottom: 49px;
  z-index: 600;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 1;
}
.reference-back-icon:hover {
  background-position: 50% 50%;
}
@media (max-width: 780px) {
  .reference-back-icon {
    right: 20px;
    top: 20px;
    border-radius: 0;
    background-color: #000000;
    border-radius: 100%;
  }
}
.page-gdpr {
  /* ==========================================================================
    GDPR
    ========================================================================== */
  /* title */
  /* section 1 */
}
.page-gdpr #title {
  background: #F8F7F1;
}
.page-gdpr #title h1 {
  color: #800000;
}
.page-gdpr #title p {
  color: #800000;
}
.page-gdpr .section1 {
  background: #F8F7F1;
  padding-bottom: 180px;
}
.page-gdpr .section1 .container {
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .page-gdpr .section1 {
    padding-bottom: 30px;
  }
}
table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
}
tr:nth-child(even) {
  background: #EAE8D7;
}
tr:nth-child(odd) {
  background: #FFF;
}
table tr th {
  padding: 8px 15px;
  text-align: left;
  border-bottom: 2px solid #EAE8D7;
}
table tr td {
  padding: 8px 15px;
}
table tr td.price {
  font-size: 2rem;
  padding: 15px;
}
