/*

Template 2080 Minimax

http://www.tooplate.com/view/2080-minimax

*/

body {
  background: #fff;
  font-family: 'lane_-_narrowregular', sans-serif;
  line-height: 30px;
}

@font-face {
  font-family: 'lane_-_narrowregular';
  src: url('http://mx.nthu.edu.tw/~meisterernst/wp-content/themes/profile/fonts/LANENAR_-webfont.eot');
  src: url('http://mx.nthu.edu.tw/~meisterernst/wp-content/themes/profile/fonts/LANENAR_-webfont.eot#iefix') format('embedded-opentype'), url('http://mx.nthu.edu.tw/~meisterernst/wp-content/themes/profile/fonts/LANENAR_-webfont.woff') format('woff'), url('http://mx.nthu.edu.tw/~meisterernst/wp-content/themes/profile/fonts/LANENAR_-webfont.ttf') format('truetype'), url('http://mx.nthu.edu.tw/~meisterernst/wp-content/themes/profile/fonts/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.template-part {
  padding-top: 80px;
  padding-bottom: 60px;
}

.template-part .title {
  margin-bottom: 20px;
}

.template-part .title h2 {
  border-left: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}

h1,
p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

h2,
h3 {
  font-weight: bold;
}

hr {
  border-color: #f2af00;
  margin: 0;
  opacity: 0.3;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}

img:hover {
  cursor: pointer;
  opacity: 0.5;
}

/* navigation */

.navbar-default {
  background: transparent;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  margin: 0 !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.navbar-default.solid-background {
  background: #fff;
}

.navbar-default.solid-background .navbar-nav li a {
  color: rgb(54, 54, 54);
}

.navbar-brand:hover,
.navbar-brand:clicked {
  background: #dc5034;
}

.navbar-default .navbar-nav li a {
  color: #fff;
  font-weight: bold;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 60px;
  font-size: 1.7rem;
  text-transform: uppercase;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li>a:clicked,
.navbar-default .navbar-nav>li>a:focus {
  color: #f2af00;
} 

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li.current_page_item>a {
  color: #f2af00;
}

.navbar-default .navbar-toggle {
  border: none;
  padding: 20px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #f2af00;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent
}

/* home section */

#main-banner {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}

#main-banner .background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);
}

#main-banner .title {
  color: #f2af00;
  font-weight: 900;
  font-size: 5.5rem;
  padding-bottom: 10px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#main-banner .greeting {
  font-size: 2.5rem;
  color: #fff;
}

#main-banner .btn {
  background: transparent;
  border: 3px solid #f2af00;
  border-radius: 0;
  color: #f2af00;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  padding-top: 14px;
  padding: 5px 17px;
  font-size: 3rem;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

#main-banner .btn:hover {
  color: #fff;
  background-color: #f2af00;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

#app {
  font-size: 1.7rem;
}

/* FILTER CSS */

.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}

.filter-wrapper li a {
  color: #999999;
  font-size: 16px;
  font-family: 'lane_-_narrowregular', sans-serif;
  font-weight: bold;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  background: #f2af00;
  border-color: transparent;
  color: #ffffff;
}

/* ISOTOPE BOX CSS */

.iso-box-section {
  width: 100%;
}

.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}

.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fluid-img {
  width: 100%;
  display: block;
}

/* copyright section */

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

/* scrolltop section */

.go-top {
  background-color: #f2af00;
  font-size: 3rem;
  bottom: 2em;
  right: 2em;
  color: #FFF;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background-color: #444;
  color: #fff;
}

/* spinner */

#loader {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1051;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}

#loader.load {
  pointer-events: auto;
  opacity: 1;
}

#loader .spinner {
  width: 40px;
  height: 40px;
  position: relative;
}

#loader .spinner .cube1, .cube2 {
  background-color: #f2af00;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

#loader .spinner .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}



/* media 960 */

@media only screen and (max-width: 980px) {
  .navbar-default .navbar-nav li a {
    padding-right: 20px;
    padding-left: 40px;
    line-height: 30px;
  }
}

/* media 360 */

@media only screen and (max-width: 360px) {
  #team h4 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-default {
    background: #fff;
  }

  .navbar-default .navbar-nav li a {
    color: #666;
  }

  .go-top {
    display: none !important;
  }
}