body {
  font-family: "Open Sans", "sans-serif";
  font-size: 16px;
  line-height: 26px; }
@media(max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0; } }
h1, h4, h5, h6 {
  font-weight: normal;
  font-family: "Exo", "Verdana", "arial", "sans-serif"; }

h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Exo", "Verdana", "arial", "sans-serif";
  font-size: 34px;
  text-align: center; }

h3 {
  margin: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Exo", "Verdana", "arial", "sans-serif";
  font-size: 24px; }

p {
  padding: 0;
  font-weight: 400; }
  p .top-index {
    vertical-align: super;
    font-size: 60%; }

table {
  margin-rowtitle: 10px;
  margin-right: auto;
  height: auto;
  border-spacing: 0; }

thead {
  color: white;
  background-color: #1e4274; }

tbody {
  background-color: silver; }

td {
  text-align: center;
  border: 1px solid #999999;
  padding: 0.3em;
  margin: 0.3em; }

.rowtitle {
  text-align: left; }

.picture-row-box {
  display: box;
  width: 100%;
  height: 200px;
  padding: 10px;
  visibility: none; }

.picture {
  box-shadow: 1px 1px 2px rgba(34, 34, 34, 0.6);
  box-shadow: 1px 1px 3px silver;
  margin: 0;
  max-width: 100%; }

.picture-left {
  float: left;
  margin-right: 0.8em; }

.picture-right {
  float: right;
  margin-left: 0.8em; }

.picture-centered {
  float: none; }

@media screen and (max-width: 650px) {
  .picture-left,
  .picture-right,
  .picture-centered {
    float: none;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px; } }

.picture-row {
  float: none;
  margin: 2px 1px 2px 1px;
  max-width: 24%; }

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center; }

.circle-border {
  display: inline-block;
  border-radius: 500px; }

.zoom-in {
  transition: all 250ms ease; }

.navbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  background-color: white;
  box-shadow: 1px 1px 2px rgba(34, 34, 34, 0.6); }
  .navbar .navbar-wrapper-logo {
    float: left;
    display: inline-block; }
    .navbar .navbar-wrapper-logo .navbar-logo {
      float: left;
      display: inline-block;
      margin: 5px 0 0 5px;
      vertical-align: middle; }
      @media screen and (max-width: 573px) {
        .navbar .navbar-wrapper-logo .navbar-logo {
          float: none;
          text-align: center; } }
    .navbar .navbar-wrapper-logo .navbar-text {
      display: inline-block;
      padding-left: 7px;
      line-height: 23px;
      text-transform: uppercase;
      padding-top: 9px;
      padding-bottom: 0;
      margin: 0;
      text-align: left; }
      @media screen and (max-width: 573px) {
        .navbar .navbar-wrapper-logo .navbar-text {
          text-align: center; } }
    @media screen and (max-width: 830px) {
      .navbar .navbar-wrapper-logo {
        float: none;
        margin: auto;
        width: 100%; } }
    @media screen and (max-width: 573px) {
      .navbar .navbar-wrapper-logo {
        text-align: center; } }
  .navbar .navbar-wrapper-menu {
    float: right;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin: 3px; }
    @media screen and (max-width: 830px) {
      .navbar .navbar-wrapper-menu {
        margin-top: 12px;
        margin-bottom: 12px;
        float: none;
        width: 99%; } }
    .navbar .navbar-wrapper-menu .navbar-btn {
      margin: 3px 3px 3px 0px; }
      @media screen and (max-width: 830px) {
        .navbar .navbar-wrapper-menu .navbar-btn {
          width: 49%;
          margin-right: 0px;
          margin-left: 3px; } }
      @media screen and (max-width: 529px) {
        .navbar .navbar-wrapper-menu .navbar-btn {
          width: 99%; } }
      @media screen and (max-width: 350px) {
        .navbar .navbar-wrapper-menu .navbar-btn {
          width: 97%; } }
      @media screen and (max-width: 221px) {
        .navbar .navbar-wrapper-menu .navbar-btn {
          float: none;
          width: 95%; } }

.btn-primary {
  display: inline-block;
  color: white;
  background-color: #1e4274;
  border: 0;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: auto;
  box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.6);
  transition: all 1000ms ease; }
  .btn-primary:focus {
    border: 0;
    background-color: #578bd4;
    transition: all 1000ms ease; }
  .btn-primary:hover {
    border: 0;
    background-color: #578bd4;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
    transition: all 1000ms ease; }

.client-nav {
  list-style: none;
  margin-top: 10px; }
  .client-nav li {
    float: left;
    display: block;
    margin-left: 10px; }
    .client-nav li a {
      display: inherit;
      padding: 5px;
      background: rgba(0, 0, 9, 0.2);
      border-radius: 6px;
      width: 30px;
      height: 30px;
      transition: all 2000ms ease; }
      .client-nav li a:hover {
        background: rgba(0, 0, 162, 0.2);
        transition: all 2000ms ease; }

.da-slide {
  margin-top: 56px;
  color: red; }
  .da-slide h2 {
    text-align: left; }
  .da-slide h4 {
    text-align: left;
    margin-top: 20px; }
  .da-slide p {
    text-align: left;
    margin-top: 20px;
    font-family: "Exo", "Verdana", "arial", "sans-serif"; }
  .da-slide a {
    font-family: "Exo", "Verdana", "arial", "sans-serif"; }
  @media screen and (max-width: 573px) {
    .da-slide {
      margin-top: 185px; } }
  @media screen and (max-width: 530px) {
    .da-slide {
      margin-top: 235px; } }
  @media screen and (max-width: 480px) {
    .da-slide {
      margin-top: 235px; } }
  @media screen and (max-width: 415px) {
    .da-slide {
      margin-top: 258px; } }
  @media screen and (max-width: 238px) {
    .da-slide {
      margin-top: 281px; } }
  @media screen and (max-width: 225px) {
    .da-slide {
      margin-top: 304px; } }
  @media screen and (max-width: 220px) {
    .da-slide {
      margin-top: 327px; } }
  @media screen and (max-width: 168px) {
    .da-slide {
      margin-top: 350px; } }

.section {
  padding-bottom: 2em;
  padding-top: 3em; }
  .section .container {
    padding-top: 0.5em;
    text-align: justify; }
  .section .title {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px; }
    .section .title h1 {
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase;
      padding: 0; }
    .section .title > p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 200; }
  .section h2 {
    text-align: center; }

.first-section {
  background-color: white; }
  .first-section .container h2 {
    color: #1e4274; }
  .first-section .container h4 {
    color: #323232; }
  .first-section .container p {
    color: #1b3b67; }

.second-section {
  background-color: #cecece; }
  .second-section .container h2 {
    color: #065492; }
  .second-section .container h4 {
    color: #4c4947; }
  .second-section .container p {
    color: #4c4947; }

.contact-section {
  background-color: #323232;
  text-align: center; }
  .contact-section .container {
    font-family: "porta";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center; }
    .contact-section .container h2 {
      color: white; }
    .contact-section .container h4 {
      color: white; }
    .contact-section .container p {
      color: white; }
    .contact-section .container a {
      color: #0f6fb4; }
      .contact-section .container a:hover {
        color: white; }
  .contact-section .social {
    color: white;
    list-style: none;
    margin-left: 10px;
    display: inline-block;
    margin-left: 0; }
    .contact-section .social a {
      line-height: 32px;
      padding: 10px;
      font-family: "Porta";
      font-size: 50px;
      transition: margin 0.4s;
      float: left;
      color: #0f6fb4;
      display: inline-block;
      text-decoration: none; }
      .contact-section .social a:hover {
        text-decoration: underline; }

.scrollup {
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: none;
  background: rgba(0, 0, 9, 0.2); }
  .scrollup > a {
    position: relative;
    top: 7px;
    color: white; }

#tiskovehlavy {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
