html, body, div, span, applet, object, iframe, h1, h2, h3, h4, .tile.text time, 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; 	outline: 0; 	vertical-align: baseline;}
:focus {	outline: 0; } ol, ul {list-style: none;} a {text-decoration:none} clear{clear:both} 
img {color:transparent}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}


body, html {height:100%;}

.clearfix:after { content: ""; display: table; clear: both;}

html {height:100%;
  font-family: 'Roboto', sans-serif; 
  
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight: 300; font-style: normal;
  font-size: 17px;   font-size: 1.1vw;
  
  color: #000;
  line-height: 1.6em;
  height:auto;
  position: relative;
  letter-spacing: 0.05em; }



p{line-height: 1.5em;}     
b{font-weight:600}
h1, h2 {
    font-family: 'Playfair Display', serif;
    
    
}
h1{ font-size: 3rem; font-weight:normal; font-weight:500; line-height: 1.3em; margin-bottom:0.3em}
h2{font-size: 2.3rem; font-weight: 500; line-height: 1.1em; margin-bottom: 0.8em; }
h3{margin-bottom: 0.5em; margin-top: 0.2em; font-size: 2.5rem; color: #000; font-size: 1.3em; line-height: 1.2em; font-weight: 600;}
h4 {font-size: 1.1rem; letter-spacing: -0.01em; line-height:1.1em; margin-bottom:1em}

a {color: #000000; font-weight: inherit; text-decoration:underline} a:hover {color:#e7400e}

section {overflow:auto;}
.container {   
    
    height: 100%;
    width: 86%;
    height:100%;
    overflow: auto;
    margin: auto;
    position: relative;
    }
.row {display:-webkit-box;display:-ms-flexbox;display:flex}
.col {float:left; width:50%}
.illu {width:95%; margin-left:5%; display:block}
.text-col {padding:0 6%; position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}


    
.logo { width: 9em;
    display: block;
    position: absolute;
    top: 5.5em;
    left: 4%; z-index: 2;}
    
.logo-home {    
position:absolute;
left: 0;
z-index: 2;
top: 50%;
height: 70%;
width: auto;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    }

#ham { position: fixed; right: 5%; top: 11px;    }



.menu {width:100%; height:100%; 
    background:#eaf1f3; 
    position:fixed; top:0; left:0; 
    opacity: 0;
    visibility: hidden;
    background: #e7400e;
    -webkit-transition: opacity 0.5s,  visibility 0s 0.5s;
    -o-transition: opacity 0.5s,  visibility 0s 0.5s;
    transition: opacity 0.5s,  visibility 0s 0.5s;
    z-index:100;
    }
.open-menu { 
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    }

.menu nav {
  font-size: 2rem; line-height: 1.7em;
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
  top:40%;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  line-height: 1.6em;
  color: #efff;
  width:50%; 
  height:auto;
  text-align: center; 
  position:absolute; 
  left: 0;
right: 0;
margin: auto;
  
  }
.menu nav a {text-decoration: none;}     
    
  

.kontakt-in-mobile-menu { color:#394246; float:left; text-align: center; position:absolute; border-right: 1px dashed #a4a4a4; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); 
  
  display: -webkit-box; 
  
  display: -ms-flexbox; 
  
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  width:50%; height:80% }

.topbar { background:#efefef; width:100%; height:60px; overflow:auto; position:fixed; z-index:5;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
transition: background-color 0.5s ;
transform: translateY(0em); transition: all .5s ease;
 }
.topbar.topbar-up {transform:translateY(-100%); transition: all .5s ease;}

.topbar .container {overflow:hidden}

#topnav {
    width: auto; 
    font-size:1em; 
    text-transform: uppercase; 
    position:absolute; 
    left: 0; right: 0; 
    margin:0; 
    text-align: right; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
        -ms-transform: translateY(-50%); 
            transform: translateY(-50%); 
    color:#fff; 
    z-index: 2;
    }

#topnav li{    display: inline-block; margin-left:1em;}
#topnav a {font-weight: normal;text-transform: none; margin-right:1em; color:#2d2d2d; text-decoration:none}
#topnav li a:hover {color:#e7400e}

.nav-show {opacity:1; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0)}
nav a{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;}

nav a:hover{color:#fff}
.logo-nav {    margin-bottom: 2em;}    


.videoWrapper {
    position: relative;
    padding-bottom: 52.95%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro {
position:relative;
height:800px; 
height:calc(100vh - 6em); /*minus vyska headeru*/
height:100vh;
overflow:hidden 

 }

.block {
height:100%;
width:40%;
float:left;
background:#5eba8c;
background:url('../img/bg1.png');
background:#fff;}

.bg-cont {
height:100%;
width:100%;
overflow:hidden
}
.bg { 
height:100%;
width:100%;
background:#fff;  
background-image:url('../img/bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 bottom; 
 
        animation:bg-zooming 2s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;} 
@-webkit-keyframes bg-zooming {
  0%   {-webkit-transform: scale(1);transform: scale(1);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
} 
 
.introtext {width: 70%; margin:auto; position:absolute; top:30%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); left:0; right:0; text-align: left; 
-webkit-animation: fadeUp 1.4s forwards; 
        animation: fadeUp 1.4s forwards;
opacity: 0;} 

@-webkit-keyframes fadeUp {
0% { opacity: 0; -webkit-transform: translateY(-35%); transform: translateY(-35%); }
100% { opacity: 1;   -webkit-transform: translateY(-50%);   transform: translateY(-50%);}
}


.introtext h1 {    font-size: 2.9rem;
    line-height: 1.1em;
    margin-bottom: 0.3em;
    color: black;
    text-align: center;
}
.introtext .logo2 { 
margin:auto;
width: 18rem;
display:block }

.introtext p{width: 50%; margin:auto}

.introtext button {float:left; margin-right:1em}




.graphs {position:absolute; bottom:0; left:0; right:0; margin:auto; text-align: center; height:40%}
.graph {width: 12%; margin: 0 2.5%; background:rgba(0, 0, 0, 0.4); display:inline-block; vertical-align:bottom; color:#ffd101; padding-top:1rem;
        -webkit-animation:rising 2.3s ease-out;
                animation:rising 2.3s ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%);}
.graph:nth-child(1) {height:50%; }
.graph:nth-child(2) {height:72%; -webkit-animation-delay:.2s; animation-delay:.2s}
.graph:nth-child(3) {height:87%; -webkit-animation-delay:.4s; animation-delay:.4s}
.graph:nth-child(4) {height:103%; -webkit-animation-delay:.8s; animation-delay:.8s}

.graph .figures { font-weight: 600; font-size: 2.6em; line-height: 1.2em; }
.graph .caption {line-height: 1.2em; text-transform: uppercase; color:#fff; font-weight:600; font-size: 0.8em; margin-top: .5em;}
.graph .billions {font-weight: 600; font-size: 1.5em;}

@-webkit-keyframes rising {
  0%   {-webkit-transform: translateY(100%);transform: translateY(100%);}
  100% {-webkit-transform: translateY(0);transform: translateY(0);}
}

@keyframes rising {
  0%   {-webkit-transform: translateY(100%);transform: translateY(100%);}
  100% {-webkit-transform: translateY(0);transform: translateY(0);}
}


section.kdojsme {display:-webkit-box;display:-ms-flexbox;display:flex}
section.kdojsme .left-content {
 padding-top:10em; 
 background-color:#ffd101; 
 background-image:url('../img/bg-kdojsme.jpg');
 background-repeat: no-repeat; 
 background-size: 100%;}

.left-content {padding:6em 4em 6em 7%; }

section.kdojsme .right {overflow:hidden; position:relative}
.qubix {position:absolute;    position: absolute; width: 110%; top: -19%;}

            
section.zabyvame {display:-webkit-box;display:-ms-flexbox;display:flex; background: #fdfdfd;}
section.zabyvame .left {width:40%; background-image:url('../img/bg-table.jpg'); background-repeat: no-repeat;  background-size: 100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position:relative}
section.zabyvame .left h2 {position: absolute; right: 24%; margin:0}
section.zabyvame .right {width: 60%; padding:5em 5% 5em 0}
.zabyvame .row {display:-webkit-box;display:-ms-flexbox;display:flex; margin:4em 0}
.zabyvame .col {width:45%; display:-webkit-box; display:-ms-flexbox; display:flex;   -webkit-box-align: center;   -ms-flex-align: center;   align-items: center; margin-right: 5%;} 
.zabyvame .num {float:left; width: 1em; margin-right:.2em; font-size:6em; font-weight:200; color:#ffd101; line-height: 0.9em; text-align: center;}
.zabyvame .tex  { width:80%}

.zabyvame .row.long .col {width:100%; margin-right: 0;}
.zabyvame .row.long .num {width: .9em;} 
.zabyvame .row.long .tex {font-family: 'Playfair Display', serif; font-size: 1.6em;}


.anim {
    opacity: 0;
    -webkit-transform: translateY(3em);
        -ms-transform: translateY(3em);
            transform: translateY(3em);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;}
.slide-up {
opacity: 1;
-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);}

section.vidime {background:#efefef; padding:5em 0 0}
section.vidime h2 {text-align: center;}
.feats { text-align: left; padding: 1em 0 7em;}
.feat {display:inline-block; vertical-align: top; width: 29%; margin: 0 4% 2em 0;}
.feat img {width:20%; margin:1em auto; transform: scale(.1); transition: transform .5s .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.feat h3 { color:#e7400e}

.slide-up-and-pop {
opacity: 1;
-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);}

.feat.slide-up-and-pop img {transform: scale(1);}

.swiper-container {position:relative}
.swiper-slide {display:-webkit-box;display:-ms-flexbox;display:flex}
.swiper-slide .illustration {width:50%; background-size: cover; background-repeat: no-repeat; background-position: center;}
.description {    height: 36em; width:50%; padding: 10em 10% 7em 6%; color:#fff}
.description h2 {margin-bottom: 1.5em;}
.description h3 {color:#fff; margin-bottom: 1em;}


.swiper-pagination {margin-top: 3em;position: static; text-align: left;}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    position:absolute;
    bottom: 3em;
    left: auto;
    width: 50%;
    top: auto;
    right: 0;    
    padding-left: 6%;
    }
    
.swiper-pagination-bullet {  margin: 0 13px 0 0; width: 9px; height: 9px; background:#fff; opacity:1}
.swiper-pagination-bullet-active {background:#ffd101}
.swiper-button-next {right:4%}
.swiper-button-prev {left:4%}

.swiper-title {position: absolute; z-index: 2; top: 2em; width: 50%; left: 50%; padding-left: 6%; color: white;}


section.proc {display: -webkit-box;display: -ms-flexbox;display: flex; overflow: visible;}
section.proc .right {position:relative; background-image:url('../img/computers.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    transition: background-position 3s}

section.proc .right.proc-move {background-position: 100% bottom;}

.boxed-claim {font-family: 'Playfair Display', serif; 
font-size: 1.8em; 
background: #ffd101;
padding: 0.9em 1.1em;
position: absolute;
left: 10%;
top: 120%;
line-height: 1.2em;
z-index:3}

section.kontakt {display: -webkit-box;display: -ms-flexbox;display: flex;}
section.kontakt .left-content {background:#dcdcdc; position:relative; height:30em}                               
.kontakt-text {position:absolute; bottom:0; left:auto; padding: 0 0 4em 0;}
.kontakt-text img {width:13em; margin-bottom:1em}


.map {width:100%; height:100%; display:block}


button {
width: auto;
height: auto;
text-transform: uppercase;
display: block;
border-radius: 0px;
color: #ffffff;
background: #00b4ff;
padding: 19px 29px;
text-decoration: none;
text-align: center;
border: none;
font-size: 15px;
font-family: inherit;
line-height: 1em;
letter-spacing: 0.18em;
font-weight: 700;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}  
button:hover {
    background: #01a1f4;
    text-decoration: none;
}

.but-color {background:#a4e8f2; color:#2b3844}
.but-color:hover {background: #7edfed}

.but-hollow{padding: 16px 29px; background:transparent; color:black; border:3px solid black}
.but-hollow:hover {background: transparent; color: #395269; border-color: #395269;}




footer{background:#e7400e; padding:1em 0; color:white; font-size:.9em}
footer a {color:white}
footer a:hover {color:#6bffff}
.foot1 {margin-bottom:2em; overflow:auto}
.foot1 .left {width:30%; float:left}
.foot1 .right {float:right; text-align: right; }
.foot2 {position:relative; height:4em; overflow:hidden}

.foot2 .logo-foot {position:absolute;  width:8em; display:block; float:left; top: 50%; transform: translateY(-50%);}
.foot2 p {right:0em; position:absolute; text-align: right; font-size:.8em; top: 50%; transform: translateY(-50%); }
.foot2 a {text-decoration: underline;}
