/* CSS Document */
.anchor {position:absolute; z-index:-1; top:-70px; display:block;}

/* ##### lp-MainVideo ##### */
#lp-MainVideo {
  margin: 0 auto 20px auto;
  position: relative;
  height: 450px;
  overflow: hidden;
  background: url(../img/tlo_video_1900x450.jpg?v2) no-repeat;
  background-size: cover;
  background-position: center;
}
#lp-MainVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
#lp-MainVideo .i-desc {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.60);
  width: 100%;
  text-align: center;
  overflow: hidden;
}

/* ##### lp-hr ##### */
.lp-hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #666, rgba(0, 0, 0, 0));
  width: 90%;
}

/* ##### MENU ##### */
#lp-menu {
  text-align: center;
  z-index: 100;
  position: relative;
  margin-bottom: 40px;
}
#lp-menu li {margin:0 2px; line-height: 16px; font-size: 16px;}
#lp-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 196px;
  height: 50px;
  color: #50565c;
  background: #fff;
  padding: 2px 5px;
  box-shadow: 4px 6px 25px 0 rgba(0, 0, 0, .33);

  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;

}
#lp-menu li a:hover {color: #000;}

#lp-menu li.active a {
  color: #fff;
  background: -webkit-linear-gradient(left top, #f5c245, #f49b3c);
  background: -o-linear-gradient(bottom right, #f5c245, #f49b3c);
  background: -moz-linear-gradient(bottom right, #f5c245, #f49b3c);
  background: linear-gradient(to bottom right, #f5c245, #f49b3c);
}


@media all and (max-width: 991px) {
  #landingPage h1 {font-size: 24px;}

  /* ##### lp-MainVideo ##### */
  #lp-MainVideo {background-image: url(../img/tlo_video_707x600.jpg);}
  #lp-MainVideo video {display: none;}
}

@media all and (max-width: 479px) {
  /* ##### lp-MainVideo ##### */
  #lp-MainVideo {height: 300px;}

}