@charset "UTF-8";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#site-title {
  margin-top: 14px;
  margin-bottom: 14px;
}
#site-title #main-name {
  margin-top: 5px;
  font-size: 27px;
  font-weight: bold;
  color: #666666;
}
#site-title #en-name {
  font-size: 11px;
  color: #AAA;
}
#site-title #page-name {
  margin-top: 5px;
  border-left: 2px solid #555;
  height: 56px;
  padding-left: 26px;
  padding-top: 2px;
  font-size: 35px;
}
.map #header .bottom-bg {
  border-top: 1px solid #555;
  background: -webkit-linear-gradient(top, #f4e8a2 0%, #f1de6a 20%, #edd341 41%, #e0b229 100%);
  background: -o-linear-gradient(top, #f4e8a2 0%, #f1de6a 20%, #edd341 41%, #e0b229 100%);
  background: -ms-linear-gradient(top, #f4e8a2 0%, #f1de6a 20%, #edd341 41%, #e0b229 100%);
  background: -moz-linear-gradient(top, #f4e8a2 0%, #f1de6a 20%, #edd341 41%, #e0b229 100%);
  background: linear-gradient(to bottom, #f4e8a2 0%, #f1de6a 20%, #edd341 41%, #e0b229 100%);
}
.map #header .bottom-bg .bottom {
  height: 65px;
  margin: 0 auto;
  width: 1200px;
}
.map #header .bottom-bg .bottom form #nearby-btn {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
  display: block;
  border-radius: 15px;
  color: white;
  width: 175px;
  height: 32px;
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/b2.png);
  line-height: 32px;
  text-decoration: none;
  text-align: center;
}
.map #header .bottom-bg .bottom form #area-service-btn {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
  display: block;
  border-radius: 15px;
  word-spacing: 0;
  width: 244px;
  position: relative;
}
.map #header .bottom-bg .bottom form #area-service-btn .btn-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.map #header .bottom-bg .bottom form #area-service-btn #area-btn {
  color: white;
  width: 106px;
  height: 32px;
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/b3.png);
  line-height: 32px;
  text-decoration: none;
  padding-left: 19px;
  padding-top: 2px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.map #header .bottom-bg .bottom form #area-service-btn #area-btn .btn-label {
  width: 70px;
}
.map #header .bottom-bg .bottom form #area-service-btn #service-btn {
  color: black;
  width: 138px;
  height: 32px;
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/b4.png);
  line-height: 32px;
  text-decoration: none;
  padding-left: 10px;
  padding-top: 2px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.map #header .bottom-bg .bottom form #area-service-btn #service-btn .btn-label {
  width: 102px;
}
.map #header .bottom-bg .bottom form #area-service-btn a {
  display: block;
  float: left;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select {
  display: none;
  position: absolute;
  height: 400px;
  overflow-y: scroll;
  top: 50px;
  z-index: 99999;
  box-shadow: 1px 1px 10px #AAA;
  list-style: none;
  border-radius: 10px;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select.show {
  display: block;
  animation-name: fadeInCustomSelect;
  animation-duration: 0.4s;
}
@keyframes fadeInCustomSelect {
  from {
    opacity: 0;
    top: 80px;
  }
  to {
    opacity: 1;
    top: 50px;
  }
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select#area-list {
  left: 0px;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select#service-list {
  left: 106px;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select li {
  width: 100%;
  text-align: center;
  display: block;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select li a {
  display: block;
  width: 100%;
  color: black;
  font-size: 17px;
  padding: 7px;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select li a:hover {
  background-color: #EEE;
  text-decoration: none;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select li a.selected {
  background-color: #E1E1E1;
  text-decoration: none;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.map #header .bottom-bg .bottom form #area-service-btn .custom-select li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.map #header .bottom-bg .bottom form #search-box-wrapper {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
  display: block;
  background-color: white;
  border: 2px solid #D99829;
  height: 32px;
  padding: 0 12px;
  border-radius: 14px;
  width: 230px;
  vertical-align: middle;
  position: relative;
}
.map #header .bottom-bg .bottom form #search-box-wrapper img.aim {
  position: absolute;
  top: 4px;
  left: 7px;
}
.map #header .bottom-bg .bottom form #search-box-wrapper input {
  position: absolute;
  top: 3px;
  left: 34px;
  line-height: 22px;
  border: none;
  width: 185px;
}
.map #header .bottom-bg .bottom form #search-box-wrapper input:focus {
  outline: 0;
}
.map #header .bottom-bg .bottom form .btn-header {
  margin-top: 15px;
  margin-left: 20px;
  background: #81b1aa;
  background: -moz-linear-gradient(top, #81b1aa 0%, #94c7be 4%, #7abfb1 25%, #68b3a8 43%, #5da393 75%, #589d88 96%, #518e83 100%);
  background: -webkit-linear-gradient(top, #81b1aa 0%, #94c7be 4%, #7abfb1 25%, #68b3a8 43%, #5da393 75%, #589d88 96%, #518e83 100%);
  background: linear-gradient(to bottom, #81b1aa 0%, #94c7be 4%, #7abfb1 25%, #68b3a8 43%, #5da393 75%, #589d88 96%, #518e83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81b1aa', endColorstr='#518e83', GradientType=0);
  height: 32px;
  line-height: 32px;
  color: white;
  text-align: center;
  border: 2px solid #4F8272;
  padding: 0 16px;
  border-radius: 5px;
  float: left;
  display: block;
}
.map #header .bottom-bg .bottom form .btn-header:hover {
  text-decoration: none;
  opacity: 0.8;
}
.map #map-wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  box-shadow: 0 0 10px #555;
  overflow: hidden;
}
.map #map-wrapper #map {
  width: 100%;
  height: 100%;
}
.map #map-wrapper #map-menu {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0 ;
  width: 300px;
  z-index: 10;
  box-sizing: border-box;
  font-size: 14px;
  background-color: white;
  box-shadow: 1px 1px 10px #AAA;
}
.map #map-wrapper #map-menu.closed {
  right: -300px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.map #map-wrapper #map-menu .method-selector {
  background: #F4B542 !important;
  height: 44px;
  width: 100%;
}
.map #map-wrapper #map-menu .method-selector a {
  color: white;
  font-size: 24px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  cursor: pointer;
  display: block;
  text-align: center;
  float: left;
}
.map #map-wrapper #map-menu .method-selector a .text {
  font-size: 16px;
  vertical-align: bottom;
}
.map #map-wrapper #map-menu .method-selector a:focus,
.map #map-wrapper #map-menu .method-selector a:active,
.map #map-wrapper #map-menu .method-selector a:hover {
  text-decoration: none;
}
.map #map-wrapper #map-menu .method-selector a.selected {
  background-color: rgba(255, 255, 255, 0.27);
}
.map #map-wrapper #map-menu .scroll {
  padding: 10px 20px;
}
.map #map-wrapper #map-menu #fav-btn {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 9999;
}
.map #map-wrapper #map-menu #fav-wrap {
  background-color: whitesmoke;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 12000;
  animation-duration: 0.4s;
}
@keyframes fadeOut {
  from {
    top: 44px;
  }
  to {
    top: -100%;
  }
}
.map #map-wrapper #map-menu #fav-wrap.show {
  animation-duration: 0.4s;
  top: 44px;
  bottom: 0;
}
@keyframes fadeIn {
  from {
    top: -100%;
  }
  to {
    top: 44px;
  }
}
.map #map-wrapper #map-menu #fav-wrap #fav-scroll {
  margin-bottom: 21px;
}
.map #map-wrapper #map-menu #fav-wrap #fav-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #404042;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.map #map-wrapper #map-menu #fav-wrap #fav-slide:hover {
  opacity: 0.8;
}
.map #map-wrapper #map-menu .close-btn {
  cursor: pointer;
  text-align: center;
  box-shadow: -5px 0px 5px rgba(170, 170, 170, 0.42);
  position: absolute;
  background-color: #FEFEFE;
  right: 100%;
  top: 43%;
  height: 90px;
  line-height: 90px;
  width: 43px;
  display: block;
  z-index: 5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.map #map-wrapper #map-menu .close-btn img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: rotateZ(0deg);
}
.map #map-wrapper #map-menu .close-btn img.rotate {
  transform: rotateZ(180deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.map #map-wrapper #left-panel {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0 ;
  width: 300px;
  z-index: 10;
  box-sizing: border-box;
  font-size: 14px;
  background-color: white;
  box-shadow: 1px 1px 10px #AAA;
}
.map #map-wrapper #left-panel.closed {
  left: -300px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.map #map-wrapper #left-panel #method-selector {
  padding-top: 8px;
  background: #F4B542 !important;
  height: 44px;
  width: 100%;
}
.map #map-wrapper #left-panel #method-selector a {
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/directions.png);
  background-size: 96px 216px;
  width: 24px;
  height: 24px;
  margin: 2px 10px 0 10px;
  cursor: pointer;
  display: inline-block;
}
.map #map-wrapper #left-panel #method-selector a.transit {
  background-position: -48px -120px;
}
.map #map-wrapper #left-panel #method-selector a.transit.selected {
  background-position: -24px -120px;
}
.map #map-wrapper #left-panel #method-selector a.driving {
  background-position: -48px -96px;
}
.map #map-wrapper #left-panel #method-selector a.driving.selected {
  background-position: -24px -96px;
}
.map #map-wrapper #left-panel #method-selector a.walk {
  background-position: -48px -144px;
}
.map #map-wrapper #left-panel #method-selector a.walk.selected {
  background-position: -24px -144px;
}
.map #map-wrapper #left-panel #method-selector a.close {
  background-position: 0 0;
  opacity: 1;
}
.map #map-wrapper #left-panel .scroll {
  position: absolute;
  top: 44px;
  bottom: 0;
  height: auto;
  padding: 10px ;
}
.map #map-wrapper #left-panel .scroll .adp-placemark {
  border-radius: 7px;
}
.map #map-wrapper #left-panel .scroll .adp-placemark td {
  padding: 10px;
}
.map #map-wrapper #left-panel .scroll .adp b {
  font-size: 18px;
}
.map #map-wrapper #left-panel .scroll .adp-substep div {
  margin-bottom: 7px;
  margin-top: 6px;
}
.map #map-wrapper #left-panel .close-btn {
  display: none;
  cursor: pointer;
  text-align: center;
  box-shadow: 5px 0px 5px rgba(170, 170, 170, 0.42);
  position: absolute;
  background-color: #FEFEFE;
  left: 100%;
  top: 43%;
  height: 90px;
  line-height: 90px;
  width: 43px;
  z-index: 5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.map #map-wrapper #locations-detail-list,
.map #map-wrapper #fav-list,
.map #map-wrapper .gm-style-iw {
  list-style: none;
  padding-left: 0;
}
.map #map-wrapper #locations-detail-list li,
.map #map-wrapper #fav-list li,
.map #map-wrapper .gm-style-iw li {
  border-bottom: 2px dashed #BBB;
  position: relative;
}
.map #map-wrapper #locations-detail-list li h3,
.map #map-wrapper #fav-list li h3,
.map #map-wrapper .gm-style-iw li h3 {
  padding-right: 6px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FD5C28;
  cursor: pointer;
}
.map #map-wrapper #locations-detail-list li h3:hover,
.map #map-wrapper #fav-list li h3:hover,
.map #map-wrapper .gm-style-iw li h3:hover {
  opacity: 0.7;
}
.map #map-wrapper #locations-detail-list li h3 img,
.map #map-wrapper #fav-list li h3 img,
.map #map-wrapper .gm-style-iw li h3 img {
  vertical-align: bottom;
}
.map #map-wrapper #locations-detail-list li .fav-star,
.map #map-wrapper #fav-list li .fav-star,
.map #map-wrapper .gm-style-iw li .fav-star {
  color: #ffe015;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.map #map-wrapper #locations-detail-list li .print-btn,
.map #map-wrapper #fav-list li .print-btn,
.map #map-wrapper .gm-style-iw li .print-btn {
  color: #555;
  font-size: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.map #map-wrapper #locations-detail-list li .email-btn,
.map #map-wrapper #fav-list li .email-btn,
.map #map-wrapper .gm-style-iw li .email-btn {
  color: #555;
  font-size: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.map #map-wrapper #locations-detail-list li .service,
.map #map-wrapper #fav-list li .service,
.map #map-wrapper .gm-style-iw li .service {
  color: #999;
}
.map #map-wrapper #locations-detail-list li .info-table,
.map #map-wrapper #fav-list li .info-table,
.map #map-wrapper .gm-style-iw li .info-table {
  margin-bottom: 10px;
  margin-right: 27px;
}
.map #map-wrapper #locations-detail-list li .info-table tr,
.map #map-wrapper #fav-list li .info-table tr,
.map #map-wrapper .gm-style-iw li .info-table tr {
  height: 28px;
}
.map #map-wrapper #locations-detail-list li .info-table tr td:first-child,
.map #map-wrapper #fav-list li .info-table tr td:first-child,
.map #map-wrapper .gm-style-iw li .info-table tr td:first-child {
  position: relative;
  padding-right: 7px;
}
.map #map-wrapper #locations-detail-list li .btn-map-route,
.map #map-wrapper #fav-list li .btn-map-route,
.map #map-wrapper .gm-style-iw li .btn-map-route {
  background-color: #FD5C28;
  border: none;
}
.btn-map {
  border: 1px solid #AAA;
  border-radius: 0;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #333;
  font-weight: bold;
}
.bubble {
  position: relative;
  width: 168px;
  padding: 0;
  background: #FFFFFF;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 51px;
}
.btn-danger {
  background-color: #FD5C28;
  border-color: #FD5C28;
}
.service-first {
  margin-top: 3px;
  margin-bottom: 0;
}
.list-link {
  color: #8a8a8a;
}
.intro-tooltip {
  width: 400px;
  font-size: 22px;
  text-align: center;
  padding-top: 35px !important;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: white;
  text-align: center;
  padding-top: 200px;
  font-size: 30px;
}
.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#test-1 {
  font-size: 19px !important;
}
#test-1 h4.modal-title {
  font-size: 30px !important;
}
#test-1 .btn {
  font-size: 19px !important;
}
#test-1 .lSNext {
  display: none;
}
#test-1 .lSPrev {
  top: 105px;
}
a,
area {
  outline: none;
}
a:hover,
area:hover {
  outline: none;
}
a:focus,
area:focus {
  outline: none;
}
area {
  cursor: pointer;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, "微軟正黑體", Arial, sans-serif !important;
  font-size: 17px;
}
.modal {
  top: 60px;
}
.lslide {
  cursor: pointer;
}
.lslide img {
  cursor: pointer;
}
body {
  width: 100%;
}
.main-container {
  width: 1200px !important;
}
@media (max-width: 1200px) {
  body {
    width: 1200px;
  }
  #brain {
    overflow: hidden;
  }
}
.container {
  min-width: 1180px;
}
header {
  min-width: 1180px;
  width: 100%;
}
header #logo {
  margin: 15px 0;
}
header #nav-main {
  background-color: #484848;
  width: 100%;
}
header #nav-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header #nav-main ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 48px;
}
header #nav-main ul li {
  display: inline-block;
  margin: 0 28px;
  line-height: 48px;
}
header #nav-main ul li:first-child {
  margin-left: 5px;
}
header #nav-main ul li:last-child {
  margin-right: 0;
}
header #nav-main ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header #nav-main ul li a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #DDD;
}
.abs-btn {
  position: absolute;
  display: block;
  border: 1px solid #AAA;
  border-radius: 4px;
  color: #AAA;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.abs-btn.fixed {
  position: fixed !important;
  top: 60px !important;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.abs-btn.center {
  top: 27px;
  right: 50px;
}
.abs-btn.service {
  top: 27px;
  right: 150px;
}
.abs-btn.research {
  top: 27px;
  right: 250px;
}
#nav-wrapper {
  height: 48px;
  width: 100%;
}
footer .top {
  padding: 24px 0;
  background-color: #A9A9A9;
  font-size: 15px;
  color: white;
}
footer .top a {
  color: white;
}
footer .top ul {
  list-style: none;
}
footer .bottom {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background-color: #4D4D4D;
  color: white;
  text-align: center;
}
h2 {
  text-align: center;
  font-size: 40px;
  color: #716357;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.row-search {
  margin-bottom: 30px;
  text-align: center;
}
.row-search .aim {
  margin: 0px 10px;
}
.row-search #map-search {
  height: 39px;
  vertical-align: top;
  margin-right: 10px;
}
.row-search .btn-search {
  background-color: #555;
  color: white;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}
.scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.know {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.know #know-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 360px;
}
.know #know-menu li a {
  padding-left: 10px;
  color: #978475;
  display: block;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.know #know-menu li a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.7;
}
.know #know-menu li.active a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: white;
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/know-hover.png);
  background-position: right;
  background-repeat: no-repeat;
  animation-name: anim;
  animation-duration: 0.2s;
}
@keyframes anim {
  from {
    background-position: 170%;
  }
  to {
    background-position: right;
  }
}
.know #know-menu li.active a:hover {
  opacity: 1;
}
.know .know-posts {
  height: 470px;
  width: 774px;
  overflow: hidden;
  background: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/know_bg.png);
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #ccc;
}
.know .know-posts #player-progress {
  position: absolute;
  left: 7px;
  top: 41px;
  display: none;
}
.know .know-posts div#know-time {
  position: absolute;
  top: 104px;
  left: 0;
  width: 71px;
  text-align: center;
  font-size: 13px;
}
.know .know-posts #know-play {
  position: absolute;
  left: 13px;
  top: 48px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.know .know-posts #know-play.hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.8;
}
.know .know-posts div#know-volume-wrap {
  position: absolute;
  top: 145px;
  left: 11px;
}
.know .know-posts div#know-volume-wrap .jslider-pointer-to,
.know .know-posts div#know-volume-wrap .jslider-value,
.know .know-posts div#know-volume-wrap .jslider-label {
  display: none !important;
}
.know .know-posts div#know-volume-wrap .jslider .jslider-bg .v {
  position: absolute;
  width: 87%;
  left: 8%;
  top: 0;
  height: 5px;
  background-repeat: repeat-x;
  background-position: -34px -20px;
  display: block;
}
.know .know-posts #know-next {
  position: absolute;
  left: 7px;
  top: 261px;
  width: 60px;
  height: 60px;
}
.know .know-posts #know-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.know .know-posts #know-previous {
  position: absolute;
  left: 7px;
  top: 188px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.know .know-posts #know-previous:hover {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.know .know-posts #know-list {
  list-style: none;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.5em;
  width: 97%;
  overflow: hidden;
}
.know .know-posts #know-list > li {
  display: none;
  height: 450px;
  padding-right: 10px;
  text-align: justify;
  overflow-y: scroll;
}
.know .know-posts #know-list > li.active {
  display: block;
  animation-name: post-animation;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}
@keyframes post-animation {
  0% {
    margin-top: 30px;
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.know .know-posts #know-list > li h4 {
  text-decoration: underline;
  color: #555;
  font-weight: bold;
}
.know .know-posts #know-list > li ul {
  list-style: square;
  padding-left: 16px;
}
#brain {
  min-width: 1400px;
  position: relative;
  margin-left: -285px;
}
#brain .brain-title {
  left: 0;
  top: 100px;
  position: absolute;
  width: 150px;
}
#brain .brain-frame {
  width: 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}
#brain .brain-bg {
  width: 100%;
}
#brain .brain-top {
  width: 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#brain .brain-fl {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/brain/brain_fl.png?v=2');
}
#brain .brain-pl {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/brain/brain_pl.png?v=2');
}
#brain .brain-tl {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/brain/brain_tl.png?v=2');
}
#brain .brain-ol {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/brain/brain_ol.png?v=2');
}
.banner {
  width: 100%;
}
#find {
  background-color: #555;
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/find_bg.jpg');
  background-size: 100%;
  color: white;
  min-height: 500px;
}
#find h2 {
  color: black;
  text-shadow: 1px 0 3px white;
}
#about-us {
  background-color: #555;
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/about_bg.jpg');
  background-size: 100%;
  min-height: 500px;
  color: white;
}
#about-us h2 {
  color: white;
}
#about {
  font-size: 17px;
}
#about .modal-body {
  position: relative;
  padding: 30px;
}
.test-modal {
  top: 100px;
}
.test-modal .modal-content {
  border-radius: 0;
  height: 420px !important;
}
.test-modal .modal-content .modal-header {
  border-width: 0;
  text-align: center;
}
.test-modal .modal-content .modal-body {
  text-align: center;
}
.test-modal .modal-content .modal-body .slider {
  height: 310px !important;
}
.test-modal .modal-content .modal-body li {
  overflow: hidden;
}
.test-modal .modal-content .modal-body .bg {
  background-color: #F2F2F2;
  padding: 50px 40px;
  margin: 0 48px 40px 48px;
}
.test-modal .modal-content .modal-body .bg .btn-group {
  margin-top: 8px;
}
#movie {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/movie.jpg');
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  height: 700px;
  position: relative;
}
#movie iframe {
  display: none;
}
#movie .movie-btn {
  position: absolute;
  right: 0;
  top: 46%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#movie .movie-btn:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.8;
}
#self-test {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/test_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 566px;
  padding-top: 100px;
  text-align: center;
}
#self-test .test-btn {
  border: 1px solid #b9b9b9;
  color: #000;
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
#contact-us {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/contact_bg.jpg');
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 30px 0;
  text-align: center;
  text-shadow: 1px 0 3px rgba(23, 23, 23, 0.42);
  position: relative;
  color: white;
}
#contact-us h3 {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-weight: normal;
}
#contact-us h2 {
  margin: 0;
  font-size: 23px;
  letter-spacing: 8px;
  color: white;
}
#contact-us form {
  position: relative;
  width: 600px;
  margin: 0 auto;
  text-align: left;
}
#contact-us form input {
  color: black;
}
#contact-us form label {
  font-weight: normal;
  margin-bottom: 20px;
  width: 100%;
}
#contact-us form label input[type=text] {
  width: 100%;
}
#contact-us form .title-col label {
  margin-right: 10px;
  width: auto;
}
#contact-us form .form-footer {
  text-align: center;
}
#contact-us form .form-footer input[type=submit] {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#contact-us form .form-footer input[type=submit]:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.2);
}
#resources {
  margin-bottom: 50px;
}
#resources .items {
  margin: 0 auto;
  width: 1070px;
}
#resources .items .item {
  display: block;
  float: left;
  margin: 5px;
  width: 200px;
  height: 200px;
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/1.jpg');
  background-size: 100%;
}
#resources .items .item.bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#resources .items .item .color {
  width: 100%;
  height: 100%;
  position: relative;
}
#resources .items .item .color .inner {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#resources .items .item .color .inner a {
  color: white;
  border: 1px solid white;
  padding: 4px 10px;
  border-radius: 3px;
}
#resources .items .item .color:hover .inner {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 10px;
  width: 100%;
  display: block;
  background-color: black;
  color: white;
}
#resources .items .item:nth-child(2) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/2.jpg');
}
#resources .items .item:nth-child(2) .color {
  background-color: rgba(41, 164, 219, 0.57);
}
#resources .items .item:nth-child(3) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/3.jpg');
}
#resources .items .item:nth-child(3) .color {
  background-color: rgba(129, 219, 179, 0.57);
}
#resources .items .item:nth-child(4) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/4.jpg');
}
#resources .items .item:nth-child(4) .color {
  background-color: rgba(164, 219, 171, 0.57);
}
#resources .items .item:nth-child(5) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/5.jpg');
}
#resources .items .item:nth-child(5) .color {
  background-color: rgba(213, 219, 144, 0.57);
}
#resources .items .item:nth-child(6) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/6.jpg');
}
#resources .items .item:nth-child(6) .color {
  background-color: rgba(219, 47, 65, 0.57);
}
#resources .items .item:nth-child(7) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/7.jpg');
}
#resources .items .item:nth-child(7) .color {
  background-color: rgba(192, 113, 219, 0.57);
}
#resources .items .item:nth-child(8) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/8.jpg');
}
#resources .items .item:nth-child(8) .color {
  background-color: rgba(219, 114, 27, 0.57);
}
#resources .items .item:nth-child(9) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/9.jpg');
}
#resources .items .item:nth-child(9) .color {
  background-color: rgba(233, 240, 213, 0.67);
}
#resources .items .item:nth-child(10) {
  background-image: url('/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/resources/10.jpg');
}
#resources .items .item:nth-child(10) .color {
  background-color: rgba(68, 219, 109, 0.57);
}
#back-to-top {
  bottom: 30px;
  right: 30px;
  top: inherit !important;
}
.search-form {
  padding-left: 0px;
}
.search-form #nearby-btn {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
  display: block;
  border-radius: 15px;
  color: white;
  width: 175px;
  height: 32px;
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/b2.png);
  line-height: 32px;
  text-decoration: none;
  text-align: center;
}
.search-form #area-service-btn {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
  display: block;
  border-radius: 15px;
  word-spacing: 0;
  width: 244px;
  position: relative;
}
.search-form #area-service-btn .btn-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.search-form #area-service-btn #area-btn {
  color: white;
  width: 106px;
  height: 32px;
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/b3.png);
  line-height: 32px;
  text-decoration: none;
  padding-left: 19px;
  padding-top: 2px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.search-form #area-service-btn #area-btn .btn-label {
  width: 70px;
}
.search-form #area-service-btn #service-btn {
  color: black;
  width: 138px;
  height: 32px;
  background-image: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/img/b4.png);
  line-height: 32px;
  text-decoration: none;
  padding-left: 10px;
  padding-top: 2px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.search-form #area-service-btn #service-btn .btn-label {
  width: 128px;
}
.search-form #area-service-btn a {
  display: block;
  float: left;
}
.search-form #area-service-btn .custom-select {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 99999;
  box-shadow: 1px 1px 10px #AAA;
  list-style: none;
  border-radius: 10px;
}
.search-form #area-service-btn .custom-select.show {
  display: block;
  animation-name: fadeInCustomSelect;
  animation-duration: 0.4s;
}
@keyframes fadeInCustomSelect {
  from {
    opacity: 0;
    top: 80px;
  }
  to {
    opacity: 1;
    top: 50px;
  }
}
.search-form #area-service-btn .custom-select#area-list {
  left: 0px;
}
.search-form #area-service-btn .custom-select#service-list {
  left: 106px;
}
.search-form #area-service-btn .custom-select li {
  width: 100%;
  text-align: center;
  display: block;
}
.search-form #area-service-btn .custom-select li a {
  display: block;
  width: 100%;
  color: black;
  font-size: 17px;
  padding: 7px;
}
.search-form #area-service-btn .custom-select li a:hover {
  background-color: #EEE;
  text-decoration: none;
}
.search-form #area-service-btn .custom-select li a.selected {
  background-color: #E1E1E1;
  text-decoration: none;
}
.search-form #area-service-btn .custom-select li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-form #area-service-btn .custom-select li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.search-form #search-box-wrapper {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
  display: block;
  background-color: white;
  border: 2px solid #D99829;
  height: 32px;
  padding: 0 12px;
  border-radius: 14px;
  width: 227px;
  vertical-align: middle;
  position: relative;
}
.search-form #search-box-wrapper img.aim {
  position: absolute;
  top: 4px;
  left: 7px;
}
.search-form #search-box-wrapper input {
  position: absolute;
  top: 3px;
  left: 34px;
  line-height: 22px;
  border: none;
  width: 180px;
}
.search-form #search-box-wrapper input:focus {
  outline: 0;
}
.search-form .btn-header {
  margin-top: 15px;
  margin-left: 20px;
  background: #81b1aa;
  background: -moz-linear-gradient(top, #81b1aa 0%, #94c7be 4%, #7abfb1 25%, #68b3a8 43%, #5da393 75%, #589d88 96%, #518e83 100%);
  background: -webkit-linear-gradient(top, #81b1aa 0%, #94c7be 4%, #7abfb1 25%, #68b3a8 43%, #5da393 75%, #589d88 96%, #518e83 100%);
  background: linear-gradient(to bottom, #81b1aa 0%, #94c7be 4%, #7abfb1 25%, #68b3a8 43%, #5da393 75%, #589d88 96%, #518e83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81b1aa', endColorstr='#518e83', GradientType=0);
  height: 32px;
  line-height: 32px;
  color: white;
  text-align: center;
  border: 2px solid #4F8272;
  padding: 0 16px;
  border-radius: 5px;
  float: left;
  display: block;
}
.search-form .btn-header:hover {
  text-decoration: none;
  opacity: 0.8;
}
div#search {
  width: 323px;
  position: absolute;
  top: 48px;
  left: -294px;
  display: none;
  z-index: 10;
}
div#search.show {
  display: block;
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}
.gsc-orderby-container {
  display: none;
}
#news3 .item {
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  height: 97%;
}
#news3 .item img {
  width: 100%;
}
#news3 .item .topic {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 84px;
  color: dimgrey;
  width: 100%;
  padding: 13px;
  font-size: 13px;
  background-color: #fbfbfb;
}
#news3-slider {
  height: 227px !important;
}
#map-search {
  color: black !important;
}
.ref p {
  font-size: 13px;
  font-weight: normal !important;
  line-height: 20px;
}
#prevent {
  background-color: #F9F9F9;
}
a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
b {
  font-weight: normal;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
.chi,
.eng {
  cursor: pointer;
}
.contentWrapper h3 {
  border-bottom: 1px solid silver;
  background-color: #dfdfdf;
}
/*  TEST 3  */
/*Main Container*/
.container3 {
  width: 100%;
}
.container3 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.container3 li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
/*Handle*/
.handle3 {
  float: left;
  width: 80px;
  height: 314px;
  text-align: center;
  background: #666;
  border: 1px solid white;
}
.handle3 img {
  margin-top: 2px;
  width: 100%;
}
.handleOver3 {
  background: red;
  border: 1px solid white;
}
.handleOver3 img {
  margin-top: 2px;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
}
.handleSelected3 {
  background: #000;
  border: 1px solid white;
}
/*Content Container*/
.contentWrapper3 {
  text-align: justify;
}
.contentInnerWrapper3 {
  padding: 10px;
}
.contentWrapper3 h3 {
  border-bottom: 1px solid silver;
  color: #1E90FF;
}
.contentContainer3 {
  padding-left: 0px;
  float: left;
  width: 0px;
  height: 310px;
  overflow: hidden;
}
/*  TEST 4  */
.test4 .handle {
  float: left;
  width: 32px;
  height: 310px;
  margin: 1px;
  margin-right: -10px;
  background: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/images/blade_grey.png) no-repeat;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  color: #9e9e9e;
  font-size: 16px;
}
.test4 .handleOver {
  background: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected {
  background: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/images/blade_grey_sel.png) no-repeat;
}
#prevent {
  min-height: 685px;
  padding-top: 51px;
}
/*Content Container*/
.contentContainer {
  padding-left: 0;
  float: left;
  width: 0;
  height: 329px;
  overflow: hidden;
  background-color: white;
  font-size: 14px;
}
.contentInnerWrapper {
  text-align: justify;
  padding: 10px;
}
/* Handle*/
.handle {
  float: left;
  width: 38px;
  height: 310px;
  margin: 1px;
  margin-right: -10px;
  background: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/images/blade.png) no-repeat;
}
.handleOver {
  background: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/images/blade_sel.png) no-repeat;
}
.handleSelected {
  background: url(/20220409010409oe_/https://cog.mect.cuhk.edu.hk/images/blade_sel.png) no-repeat;
}
.test3 {
  display: none;
}
.side_box {
  width: 250px;
  background: rgba(234, 234, 234, 0.24);
  padding: 10px 10px;
  position: absolute;
  left: -280px;
  border: 1px solid #bfbfbf;
}
.side_box textarea {
  width: 100%;
  border: 1px solid #b1b1b1;
}
.modal-content {
  border-radius: 0;
}
.donate_lang {
  margin-bottom: 10px;
}
[name=get_material] {
  color: black;
}
.material-list {
  padding-left: 15px;
  font-size: 15px;
  list-style: square;
}
.material-list li {
  margin-bottom: 10px;
  font-size:14px;
}

.audiojs {
    display: table;
    width: 100%;
    height: 34px;
}

.audiojs .play-pause {
	width: 40px;
	padding-top: 7px;
}

.audiojs .scrubber {
	width: 570px;
}

#know-list li.know_box {
	display:inline-block;
	height:400px;
	overflow-y:auto;
}

.mejs-container .mejs-controls {
	background:#484848 !important;
}
