/* -- CSS Reset -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {overflow-x: hidden;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #FFFFFF;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #d40000; }

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none; }

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #1a1e20; }

body.page-template-page-fullsingle-split {
  background-color: #1a1e20;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }
  body.page-template-page-fullsingle-split p {
    color: #FFFFFF; }

.red { color: #d40000; }

.fs-split {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1400px) {
    .fs-split {
      height: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .fs-split .split-image {
    width: 40%;
    height: 100vh;
    background-image: url("../../images/background.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    min-width: 400px; }
    @media (max-width: 1400px) {
      .fs-split .split-image {
        height: 80vh;
        
        width: 100%; } }
  .fs-split .split-content {
    width: 60%;
    height: 100vh;
    min-height: 600px;
    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;
    overflow: auto; }
    @media (max-width: 1400px) {
      .fs-split .split-content {
        width: 100%;
        height: auto; } }
    .fs-split .split-content .split-content-vertically-center {
      padding: 60px;
      max-width: 1000px;
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 1200px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 60px; } }
      @media (max-width: 800px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 40px; } }

.split-intro {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -2px; }
  .split-intro h1 {
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 40px;
    letter-spacing: 0.4px;
    color: #d40000; }
  .split-intro .contact {
    visibility: visible;
    float: right;
    font-size: 11px;
    text-align: right; }
  .split-intro .contact h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 16px;
    color: #d40000;
    letter-spacing: 2px;
    opacity: 1; }
  .split-intro .contact h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    letter-spacing: 0px; }
    .split-intro .contact h4  a {
      color: #FFFFFF;
      transition-duration: 0.5s; }
      .split-intro .contact h4  a:hover {
        color: #d40000;
        transition-duration: 0.1s; }
  .split-intro .tagline {
    color: #FFFFFF; }

.split-bio {
  padding: 40px 0 40px 0;
  font-family: 'Arial', sans-serif; }
  @media (max-width: 1200px) {
    .split-bio {
      padding: 30px 0; } }
  @media (max-width: 800px) {
    .split-bio {
      padding: 20px 0; } }
  .split-bio p {
    color: #FFFFFF; }
  .split-bio a {
    color: #FFFFFF;
    transition-duration: 0.5s;
    border-bottom: 1px dotted #FFFFFF; }
    .split-bio a:hover {
      color: #d40000;
      transition-duration: 0.1s;
      border-bottom: 1px dotted #d40000; }

.split-lists .split-list {
  width: 30%;
  display: inline-block;
  margin-bottom: 30px; }
  @media (max-width: 500px) {
    .split-lists .split-list {
      width: 90%; } }
  .split-lists .split-list h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 16px;
    color: #d40000;
    letter-spacing: 2px;
    opacity: 1; }
  .split-lists .split-list ul li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px; }
    .split-lists .split-list ul li a {
      color: #FFFFFF;
      transition-duration: 0.5s; }
      .split-lists .split-list ul li a:hover {
        color: #d40000;
        transition-duration: 0.1s; }

.split-credit {
  opacity: 1;}
  .split-credit p { 
    font-size: 12px;
    line-height: 14px;
    color: #d40000; }
    .split-credit p a {
      color: #FFFFFF; }

.split-video {
  overflow: hidden;
  position: relative; }

.video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-container {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
  width: 100vw; }
  @media (max-aspect-ratio: 16 / 9) {
    .video-container {
      height: 100vh;
      width: 177.7777777778vh; } }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video.video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%; }
  
/*searchengine*/
.formcontainer {
  width: 99%;
  height: 99%;
  position: relative;
}
  @media (max-width: 500px) {
    .formcontainer {
      width: 100vw; } }
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flag {
  margin: 0;
  position: relative;
  top: 25px;
  left: 25px;
  font-size: smaller;
  color: #d40000;
}

a.geek{color: #FFFFFF; }
a.geek:hover {color: #d40000; }

.line {border-bottom: 1px solid gray;}
.row {height: 30px; overflow: hidden; }
.zahlavi {height: 30px; overflow: hidden; }

td.cell {vertical-align: middle;}
tr.plain {border-bottom: none; font-size: smaller;}
.vamid {vertical-align: middle;}

/*bottombar*/
#complete {display:none;}
#basic {display:block;}
#detail {display:none;}

@media only screen and (min-width: 800px) {
  #complete {display:block;}
  #basic {display:none !important;}
  #detail {display:none !important;}
  div.bottom-bar {display:none;}
}

/*fadeinoutsearch*/
.specify{visibility: hidden; opacity:0; height: 0px; width: 330px; transition-duration: 0.5s;}
.recommend{visibility: visible; opacity:1; height: 220px; width: 330px; transition-duration: 1s; transition-delay: 0.5s;}

/*tooltip*/
.zahlavi:active:after{
  content:attr(title);
    position: relative;
    display: block;
    bottom: 30px;
    color: #d40000;
    background-color: #1a1e20;
    font-size: 7px;
}