@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,latin-ext);
body {
  font-family: "Open Sans", sans-serif;
}

header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0 10px;
  background-color: #411f13;
  -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.38);
}
header .logo {
  display: inline-block;
  margin: 1px 10px;
}
header .up-menu {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  header .up-menu {
    display: none;
  }
}
header .up-menu li {
  display: inline-block;
}
header .up-menu li a {
  display: block;
  padding: 24px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
header .up-menu li a:hover {
  background-color: #674032;
}
header .right {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 110;
}
header .right .lang-cont {
  display: inline-block;
  vertical-align: top;
  margin: 19px 10px;
}
header .right .lang-cont a {
  display: inline-block;
  padding: 5px;
  color: #fff;
}
header .right .lang-cont a:hover {
  color: #6cf718;
}
header .right .lang-cont span {
  display: inline-block;
  padding: 5px;
  color: #fff;
}
header .right .mobil-button {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding: 17.5px 20px;
  cursor: pointer;
}
header .right .mobil-button:hover {
  background-color: #02458f;
}
header .right .mobil-button i {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px 0;
  background-color: #fff;
}

section .sub-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 210px;
  background-color: #734636;
}
@media only screen and (max-width: 768px) {
  section .sub-header {
    padding: 15px 10px;
  }
}
section .sub-header .name {
  display: inline-block;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: -3px;
}
section .sub-header .img-cont {
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
}
section .sub-header .img-cont img {
  display: block;
  height: 100%;
  width: auto;
}

footer {
  display: table;
  width: 100%;
  background-color: #411f13;
}
@media only screen and (max-width: 768px) {
  footer {
    display: block;
    text-align: center;
  }
}
footer .row {
  display: table-row;
}
@media only screen and (max-width: 768px) {
  footer .row {
    display: block;
    text-align: center;
  }
}
footer .row .copyr {
  display: table-cell;
  width: 220px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #999;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  footer .row .copyr {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
footer .row .footer-link {
  display: table-cell;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .row .footer-link {
    display: block;
    width: 100%;
    text-align: center;
  }
}
footer .row .footer-link ul {
  display: inline-block;
}
footer .row .footer-link ul li {
  display: inline-block;
}
footer .row .footer-link ul li a {
  display: block;
  padding: 20px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #999;
}
footer .row .footer-link ul li a:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .row .footer-link ul li a {
    padding: 5px;
  }
}
footer .row .signby {
  display: table-cell;
  width: 220px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .row .signby {
    display: block;
    width: 100%;
    text-align: center;
  }
}
footer .row .signby a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #999;
  padding: 20px;
}
footer .row .signby a:hover {
  color: #fff;
}