/* compatibility */
/* --- HTML5 --- */
header, section, footer, aside, nav, main, article, figure {
  display: block;
}

/* pages */
/* --- layout --- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto Light", sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  color: #656565;
  overflow-y: auto;
}

h1 {
  font-family: "Inder", sans-serif;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #3c3c3c;
}

h2 {
  width: 100%;
  margin: 15px auto;
  font-family: "Inder", sans-serif;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  color: #3c3c3c;
  z-index: 20;
}

h2:before, h2:after {
  display: inline-block;
  float: none;
  width: 15%;
  height: 1px;
  margin: 5px 30px;
  content: "";
  border-top: 1px solid #3c3c3c;
}

h3 {
  font-family: "Inder", sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #3c3c3c;
}

a {
  text-decoration: none;
  color: #3A6EBC;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.title {
  font-family: "Inder", sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #1651A8;
}

.wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.about {
  width: 100%;
}

.leftBox60 {
  width: 60%;
  text-align: left;
}

.leftBox30 {
  width: 30%;
  text-align: left;
}

.rightBox40 {
  position: absolute;
  width: 36%;
  top: 0;
  right: 0;
}

.rightBox70 {
  position: absolute;
  width: 66%;
  top: 0;
  right: 0;
}

.centerBox60 {
  width: 60%;
  margin: 0 auto;
}

.borderLeft {
  border-left: 1px solid #D7D7D7;
  padding-left: 15px;
}

.leftBoxFloat {
  position: relative;
  width: 35%;
  margin-top: 40px;
  float: left;
}

.rightBoxFloat {
  position: relative;
  width: 60%;
  margin: 40px 0 0 35%;
}

.aboutme p {
  text-indent: 10px;
}

.aboutme strong {
  display: block;
  font-family: "Inder", sans-serif;
}

/* header */
header {
  position: relative;
  display: block;
  width: 100%;
  min-height: 90px;
  background-color: #3D3D3D;
}

.header {
  max-width: 1200px;
}

.fluid {
  margin: 0 auto;
}

.logo {
  display: block;
  float: left;
  width: auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5em;
  color: #FFF;
  padding: 11px 10px 0 3%;
  cursor: pointer;
  transition: color 0.2s ease;
}

.logo:hover {
  color: #82B0F5;
}

.subtitle {
  display: block;
  margin: -11px 0 0 12px;
  font-size: 0.3em;
  color: #AFAFAF;
  text-transform: uppercase;
}

.language {
  position: absolute;
  top: 32px;
  right: 20px;
  width: auto;
  height: 30px;
}

.language i {
  display: block;
  float: left;
  width: 37px;
  height: 24px;
  margin: 5px;
}

.language i.en {
  background: url("/bitmap/flags.png") no-repeat -37px -24px;
}

.language i.en.selected {
  background: url("/bitmap/flags.png") no-repeat 0 -24px;
}

.language i.cz {
  background: url("/bitmap/flags.png") no-repeat -37px 0;
}

.language i.cz.selected {
  background: url("/bitmap/flags.png") no-repeat 0 0;
}

.pageWrapper {
  position: relative;
  min-height: 100%;
}

.container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 2% 0 200px 0;
}

.container h1 {
  text-align: center;
}

.container h2:before, .container h2:after {
  max-width: 15%;
  margin: 0 10px 7px 10px;
}

i.notfound {
  display: block;
  width: 100%;
  text-align: center;
  color: #CD0000;
}

div.fullpage {
  min-height: 300px;
  margin-top: 10%;
}

/* footer */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  width: 100%;
  background-color: #3D3D3D;
}

.footer {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}

.footer a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #AFAFAF;
}

footer ul {
  margin: 0 auto;
}

footer h2 {
  color: #FFF;
}

footer h2:before, footer h2:after {
  border-top: 1px solid #FFF;
}

/* --- button --- */
a.more {
  display: block;
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 17px;
  padding: 5px 10px;
  margin: 5% auto 0 auto;
  color: #3c3c3c;
  font-family: "Inder", sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-top: 2px solid #3D3D3D;
  background: #E7F5FF;
  transition: background 0.75s ease;
}

a.more:hover {
  background: #71C5FD;
}

a.more.small {
  position: relative;
  left: auto;
  max-width: 200px;
}

/* --- lists --- */
ul.horizontal, ul.software {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 5px 25px 5px;
  text-align: center;
}

ul.horizontal > li {
  display: inline-table;
  cursor: default;
  width: auto;
  padding: 10px;
  transition: opacity 0.5s ease;
}

ul.horizontal > li:hover {
  opacity: 0.4;
}

ul.software > li {
  display: inline-block;
  position: relative;
  width: 80%;
  min-height: 170px;
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #D7D7D7;
}

ul.software > li .leftBoxSmall, ul.software > li .rightBoxSmall {
  position: absolute;
  width: 170px;
  top: 0;
  left: 0;
  text-align: left;
}

ul.software > li .rightBoxSmall {
  text-align: right;
  left: auto;
  right: 0;
}

ul.software > li .rightBox, ul.software > li .leftBox {
  position: relative;
  width: auto;
  margin-left: 220px;
}

ul.software > li .leftBox {
  margin: 0 220px 0 0;
}

ul.software > li h3 {
  margin: 5px;
  text-align: left;
}

ul.questions strong {
  display: block;
  font-family: "Inder", sans-serif;
  font-weight: 400;
  font-style: italic;
}

ul.questions > li {
  margin: 15px 0;
}

ul.block4 > li {
  width: 20%;
}

ul.points {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

/* --- menu --- */
.ulMenu {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.ulMenu li {
  display: inline-block;
  text-align: left;
  padding: 0 20px;
}

.ulMenu li i {
  color: #FFF;
  transition: color 0.35s ease;
}

.ulMenu li i:hover {
  color: #82B0F5;
}

.menu {
  display: inline-block;
  float: left;
  min-width: 350px;
  height: 100%;
  margin: 0;
  background-color: #3D3D3D;
}

.topmenu {
  display: block;
  list-style-type: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  margin: 5px 0;
  padding: 0;
}

.topmenu li {
  display: inline-block;
  height: 20px;
  text-align: left;
  margin: 0 30px 0 10px;
}

.topmenu li a {
  position: relative;
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 50;
}

.topmenu li a {
  transition: color 0.35s ease;
}

.topmenu li a:hover {
  color: #AAA;
}

.topmenu li a.item:after {
  position: absolute;
  top: -2px;
  left: -22px;
  width: 15px;
  height: 12px;
  font-size: 17px;
  content: "|";
  color: #FFF;
}

.topmenu li.selected a {
  color: #82B0F5;
}

/* --- slider --- */
.carusel {
  display: none;
  width: 100%;
  height: 10px;
  max-height: 800px;
  overflow: hidden;
}

.carusel ul > li img {
  width: 100%;
  height: auto;
}

.unslider {
  position: relative;
  overflow: hidden;
}

.unslider-nav {
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 100;
}

.unslider-nav ol li {
  width: 40px !important;
  height: 4px !important;
  margin: 0 4px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: #3D3D3D !important;
}

.unslider-nav ol li.unslider-active {
  background: #FFF !important;
}

/* --- table --- */
table.download td {
  transition: opacity 0.5s ease;
}

table.download td:hover {
  opacity: 0.4;
}

/* responsive */
/* --- responsive --- */
@media screen and (max-width: 400px) {
  header {
    height: 120px;
  }

  .w80 {
    width: 100%;
  }

  .logo {
    font-size: 1.8em;
  }

  .subtitle {
    margin-top: -6px;
  }

  .menu {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .language {
    top: 17px;
    right: 7px;
  }

  .language i {
    margin: 2px;
  }

  .container h2:before, .container h2:after {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .leftBox60 {
    width: 100%;
  }

  .rightBox40 {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }

  .borderLeft {
    border: none;
  }

  ul.software > li {
    width: 100%;
  }

  ul.software > li img {
    width: auto;
  }

  .leftBoxSmall, .rightBoxSmall {
    position: relative !important;
    display: block;
    margin: 0 auto !important;
  }

  .rightBox, .leftBox {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 401px) and (max-width: 900px) {
  header {
    height: 100px;
  }

  .menu {
    margin: 0;
  }

  .container h2:before, .container h2:after {
    max-width: 15%;
  }
}
@media screen and (max-width: 900px) {
  h2 {
    width: 100%;
  }

  h2:before, h2:after {
    max-width: 15%;
    margin: 0 10px 7px 10px;
  }

  header {
    height: 120px;
  }

  .container {
    width: 90%;
    padding: 2% 0 250px 0;
  }

  .leftBoxFloat {
    float: none;
    margin: 0 auto;
    width: 200px;
  }

  .rightBoxFloat {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 901px) {
  .menu {
    margin: 35px 30px 0 35px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
