

body {
  margin: 0;
  padding: 0;
}

.page {
  margin: auto;
}

.pageTitle {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
  color: #666;
  margin-bottom: 0px;
}

.pageSubtitle {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 7px;
  text-align: center;
  color: #666;
}

.teaser-video-container {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.teaser-video {
  max-width: 100%;
}

.group {
  zoom: 1;
}

.current-time {
  position: absolute;
  top: 20px;
  left: 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100px;
}

.wrapper {
  width: 1070px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

.employees {
  float: left;
  padding-bottom: 50px;
}

.employee {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.employee-info-wrapper {
  background-color: #fff;
  z-index: 1;
  position: absolute;
  opacity: 0.8;
  top: 10px;
  left: 15px;
  right: 15px;
  bottom: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  overflow: hidden;
}

.employee-info-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -5px;
}

.employee-info-wrapper:hover, .employee-info-wrapper.is-active {
  opacity: 0.8;
}

.employee-info {
  display: inline-block;
  width: 100%;
  margin-right: -8px;
  vertical-align: middle;
}

.employee-name {
  font-weight: bold;
}

.employee-email {
  margin-top: 85px;
}

.employee-contact:before {
  content: " ";
  border-top: 1px solid #ddd;
  display: block;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.employee-contact {
  margin-top: 5px;
}

.employee-info p{
  color: #333;
  font-size: 15px;
  z-index: 2;
  text-align: center;
}

.employee-info a{
  color: #333;
  text-decoration: none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.employee-info a:hover{
  opacity: 0.5;
}

.roomnavi {
  text-align: center;
  padding: 0;
  margin: 0;
}

.roomnavi li {
  list-style-type: none;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
  font-weight: 300;
  font-size: 14px;
}

.roomnavi-btn {
  text-decoration: none;
  color: #999;
  opacity: 1;
  -webkit-transition:opacity 500ms ease-out;
  -moz-transition:opacity 500ms ease-out;
  -o-transition:opacity 500ms ease-out;
  transition:opacity 500ms ease-out;
}

.roomnavi-btn:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.4;
  -webkit-transition:opacity 500ms ease-out;
  -moz-transition:opacity 500ms ease-out;
  -o-transition:opacity 500ms ease-out;
  transition:opacity 500ms ease-out;
}

.roomnavi-btn.is-active {
  font-weight: bold;
  color: #333;
  background-image: url("../images/camera.jpg");
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 8px;
}

@media (max-width: 1000px) {

  .roomnavi li {
    font-size: 21px;
  }

}
