@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600');
@font-face {
  font-family: Adam;
  src: url("fonts/Adam.otf") format("opentype");
}
.header-row {
  margin-top: 30px;
}
.header-row .header-logo img {
  max-width: 65%;
}
.header-row .header-menu {
  height: 100%;
  text-align: right;
}
.header-row .header-menu a,
.header-row .header-menu a:hover,
.header-row .header-menu a:visited {
  text-decoration: none;
}
.header-row .header-menu span.menu-item {
  width: auto;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 60px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #868686;
  cursor: pointer;
}
.header-row .header-menu span.menu-item:hover {
  color: black;
}
.header-row .header-menu span.menu-item-active {
  color: black;
}
.header-row .index-dropdown-menu {
  width: auto;
  height: auto;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.header-row .index-dropdown-menu .index-dropdown-menu-item {
  width: auto;
  height: 40px;
  display: block;
  color: #868686;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1em;
  cursor: pointer;
}
.header-row .index-dropdown-menu .index-dropdown-menu-item:hover {
  color: black;
}
.header-row .index-dropdown-menu .index-dropdown-menu-item-active {
  color: black;
  cursor: auto;
}
.header-m-menu {
  width: 100%;
  height: auto;
  padding: 0px;
}
.header-m-menu a,
.header-m-menu a:hover,
.header-m-menu a:visited {
  color: inherit;
  text-decoration: none;
}
.header-m-menu ul {
  list-style: none;
  color: ;
  padding: 0px;
  margin: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  color: #868686;
}
.header-m-menu ul li.header-m-menu-item {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.header-m-menu ul li.header-m-menu-item-active {
  color: black;
}
.header-m-menu ul li.header-m-menu-dropdown {
  height: auto;
  overflow: hidden;
}
.header-m-menu ul li.header-m-menu-dropdown .header-m-menu-dropdown-item {
  width: 60%;
  height: 40px;
  line-height: 40px;
  margin-left: 50%;
  display: block;
  font-size: 0.9em!important;
}
.header-m-menu ul li.header-m-menu-dropdown .header-m-menu-dropdown-item-active {
  color: black!important;
}
.header-m-toggle {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1em;
  color: black;
  background-color: #e6e6e6;
}
.logo-m {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.logo-m img {
  max-width: 30%;
  height: auto;
}
.footer-row {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer-row .footer-icon-frame {
  text-align: center;
}
.footer-row .footer-icon-frame img.footer-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.5s;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.footer-row .footer-icon-frame img.footer-icon:hover {
  opacity: 1;
}
.footer-row .footer-contact {
  line-height: 30px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: black;
  text-align: center;
}
