html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}
body {
  font-family: "Vesper Libre", serif;
  color: #575757;
  font-family: "Muli", sans-serif;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
  padding: 0;
}

header {
  display: flex;
  align-items: center;
  position: relative;
}

.logo {
  margin: 0 auto;
  width: 160px;
}
.logo img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

h1,
h2,
h3 {
  color: #8fd3e7;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 26px;
}
.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

table {
  width: 960px;
  min-width: 960px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.striped {
  table-layout: fixed;
}
table.striped tr:nth-child(odd) {
  background-color: #eef8fc;
}

tr th,
tr td {
  border: solid 1px rgb(238, 238, 238);
  text-align: center;
  padding: 8px 6px;
}
tr th {
  background-color: #cdebf4;
  color: #155265;
  border: solid 1px #80adbb;
}

tr th:first-child,
tr td:first-child {
  text-align: left;
  white-space: nowrap;
  padding: 8px 12px;
}
.striped tr th:first-child,
.striped tr td:first-child {
  width: 25%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #222222;
}

strong {
  font-weight: 600;
}
ul {
  padding: 0 40px;
}
ul li {
  line-height: 28px;
}
.menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.menu li {
  float: left;
  background: none;
}

.galery {
  display: flex;
  flex-wrap: wrap;
}
.box {
  width: 25%;
  display: flex;
  align-items: center;
}
.box img {
  width: 100%;
  height: auto;
}
.diplom .box {
  width: 20%;
}
.diplom .box,
.interier .box {
  padding: 0 10px;
}
.zakaznici a {
  line-height: 0;
}
.container,
main {
  max-width: 960px;
  margin: 0 auto;
}

.content {
  max-width: 960px;
  margin: 0 auto;
}

/* navigation */
header {
  width: 100%;
  margin: 0 15px;
}
header h1 {
  margin-bottom: 0;
  margin-left: 30px;
  text-decoration: none;
}
header a {
  text-decoration: none;
}

header .nav a {
  color: #575757;
  display: block;
  padding: 50px 12px 0;
  text-align: center;
  text-decoration: none;
}

header .nav {
  float: right;
  font-size: 20px;
}
header .nav ul {
  margin: 0;
  padding: 0 1em 1em;
  list-style-type: none;
}
header .nav ul li {
  float: left;
  display: inline;
  margin-left: 0;
}
header .nav ul li:first-child {
  margin-left: 0;
}
header .nav ul li ul {
  display: none;
}

a:hover {
  text-decoration: none;
}
a,
a:hover {
  -o-transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}

/* footer */
footer {
  background-color: #8fd3e7;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 30px;
}

footer a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 10px;
}

footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #08a4ff;
}

footer a.social {
  padding: 10px 5px;
  margin-top: 10px;
}
footer a.social img {
  width: 70px;
}

/* Style The Dropdown */
.dropbtn {
  border: none;
  cursor: pointer;
  background-color: #fff;
  padding: 50px 0 0;
}
.dropdown {
  position: relative;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  background: #fff;
  display: none;
  position: absolute;
  top: 70px;
  padding-left: 10px;
  min-width: 180px;
  z-index: 50;
}
.dropdown-content li {
  padding: 0;
  display: block;
  float: none;
}

/* Links inside the dropdown */
.dropdown-content a {
  text-align: left;
  color: black;
  background-color: #fff;
  color: #666;
  padding: 5px 0px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #7108ff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* slideshow */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  background: none;
  padding-left: 0px;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.mobile-show {
  display: none;
}

@media (max-width: 1080px), print {
  .container,
  main {
    margin: 0 15px;
  }
}
.columns ul {
  list-style-type: none;
  text-align: left;
  margin: 3px 0 0px 0;
  margin-left: 10px;
}

@media (max-width: 929px), print {
  header .nav a {
    padding: 0px 20px 0;
  }
  .dropbtn {
    padding: 0px 0 0;
  }
  .dropdown-content {
    top: 30px;
  }
}

@media (max-width: 768px), print {
  .dropdown-content {
    background: none;
  }
  .dropbtn {
    background-color: none;
  }
  .hide,
  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }
  .logo {
    position: absolute;
    width: 45px;
    top: 3px;
    left: 10px;
    z-index: 10000;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
}

.mySlider img {
  max-width: 100%;
  height: auto;
}
