@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext);

/*!
Theme Name: Jan Kadlec
Theme URI: http://jankadlec.com
Author: Berger.agency
Author URI: http://berger.agency
Description: Description
Version: 1.0.3

*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main,nav,section {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #4A4A4A;
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover,a:focus {
  color: #d9d9d9;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h4,.h4,h5,.h5,h6,.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h1,.h1 {
  font-size: 41px;
}

h2,.h2 {
  font-size: 34px;
}

h3,.h3 {
  font-size: 28px;
}

h4,.h4 {
  font-size: 20px;
}

h5,.h5 {
  font-size: 16px;
}

h6,.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

ul {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul {
  margin-bottom: 0;
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale3d(0.99, 0.99, 0);
    transform: scale3d(0.99, 0.99, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(0, 85vh, 0);
    transform: scale3d(0, 85vh, 0);
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scale3d(0.99, 0.99, 0);
    transform: scale3d(0.99, 0.99, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(0, 85vh, 0);
    transform: scale3d(0, 85vh, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translate3d(0, 1em, 0);
    transform: translate3d(0, 1em, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slidein {
  0% {
    -webkit-transform: translate3d(0, 1em, 0);
    transform: translate3d(0, 1em, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slidedown {
  0% {
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slideout {
  0% {
    -webkit-transform: translate3d(0, -2em, 0);
    transform: translate3d(0, -2em, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideout {
  0% {
    -webkit-transform: translate3d(0, -2em, 0);
    transform: translate3d(0, -2em, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

h1,h2,h3,h4,h5,h6 {
  letter-spacing: 0px;
  color: black;
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 0.04em;
}

a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

body {
  position: relative;
}

a,a:hover,a:active,a:visited,a:focus {
  text-decoration: none !important;
}

.side {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 80px;
  width: 100%;
}

@media (min-width: 768px) {
  .side {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 100px;
  }
}

nav.main {
  height: 100vh;
  overflow: hidden;
}

nav.main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0px;
  padding-left: 30px;
  padding-right: 30px;
  height: 100px;
  width: 400px;
}

nav.main ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  nav.main ul {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: auto;
    bottom: 200px;
    left: -115px;
    height: 100px;
    width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
}

nav.main ul li {
  display: inline-block;
  margin: 0 1em 0 0;
}

@media (min-width: 768px) {
  nav.main ul li {
    margin: 0 2em 0 0;
  }
}

nav.main ul a {
  color: black;
  z-index: 100;
}

nav.main ul a,nav.main ul a:hover,nav.main ul a:active,nav.main ul a:visited,nav.main ul a:focus {
  text-decoration: none;
}

nav.main span {
  display: inline-block;
  background-color: #000;
  height: 2px;
  width: 40px;
  margin: 0 2em 3px 0;
}

@media (min-width: 768px) {
  nav.main span {
    height: 2px;
    width: 100px;
  }
}

.site {
  width: 100%;
  height: 100%;
  position: relative;
}

.line {
  position: absolute;
  width: 10px;
  height: 300px;
  background-color: #4990E2;
  display: none;
}

@media (min-width: 768px) {
  .line {
    display: block;
  }
}

.logo {
  position: fixed;
  width: 50px;
  height: 50px;
  left: 2em;
  top: 2em;
  z-index: 100;
}

.logo a {
  text-decoration: none;
  border-bottom: none;
  display: block;
}

.logo img {
  max-width: 100%;
  display: block;
}

.logo h1 {
  font-size: 1em;
  -webkit-transform: translate3d(-10px, 0px, 0);
  transform: translate3d(-10px, 0px, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  font-weight: 300;
  display: block;
  position: absolute;
  top: 2px;
  left: 80px;
  width: 200px;
}

.logo:hover {
  cursor: pointer;
}

.logo:hover a {
  cursor: pointer;
}

.logo:hover a:hover {
  cursor: pointer;
}

.logo:hover h1 {
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 50;
}

.logo:hover img {
  cursor: pointer;
}

h2 {
  font-size: 2em;
  margin-bottom: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 4em;
  }
}

.para {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

section {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 4em;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  section {
    height: 100vh;
    margin-bottom: 4em;
  }
}

.centered {
  height: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

@media (min-width: 768px) {
  .centered {
    min-height: 600px;
    height: 100vh;
    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;
  }
}

.no-flex {
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

section.intro {
  margin-top: 0;
}

section.intro h1 {
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 4em;
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  section.intro h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 500;
    max-width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}

section.intro .line {
  bottom: -10%;
  right: 20%;
}

section.intro .scroll {
  position: absolute;
  bottom: 60px;
  right: 4em;
  border-bottom: none;
  color: black;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: none;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 768px) {
  section.intro .scroll {
    display: block;
  }
}

section.intro .scroll:after {
  content: '';
  position: absolute;
  top: 12px;
  left: -52px;
  background-color: black;
  width: 40px;
  height: 2px;
}

section.about p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, 0.6);
}

section.about a {
  color: #4990E2;
}

section.contact a {
  color: #4990E2;
}

section.contact img {
  max-width: 50%;
}

section.contact .margin-bottom {
  margin-bottom: 4em;
}

section.contact address p {
  font-variant: normal;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: .5em;
  color: rgba(0, 0, 0, 0.6);
}

section.contact .item {
  margin-bottom: 2em;
}

section.contact span {
  margin: 0 0 0.2em;
  display: block;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

section.contact a.main-mail {
  font-size: 1em;
  margin: 0;
  display: inline-block;
  padding: 0;
}

@media (min-width: 768px) {
  section.contact a.main-mail {
    font-size: 1.5em;
  }
}