
/* base */
.spacing {
  height: 20px; }

.two.spacing {
  height: 40px; }

.three.spacing {
  height: 60px; }

.four.spacing {
  height: 80px; }

.full {
  padding: 130px 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  /* for work section and member section*/ }

.full.light {
  color: #fff; }

.overlay {
  padding: 100px 0 200px;
  background: rgba(34, 34, 34, 0.85); }

.no-padding {
  padding: 0; }

.no-overflow {
  overflow: hidden; }

.parallax {
  background-attachment: fixed; }

.centered-text {
  text-align: center; }

.right-aligned {
  text-align: right; }

.hide {
  display: none; }

.top-shift {
  margin-bottom: -80px;
  top: -80px; }

a {
  outline: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }



h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff; }

p.sub-title {
  color: #666; }

p.sub-title.white {
  color: #fff; }

body {
  overflow-x: hidden;
  letter-spacing: 1px; }

.special-title.alt::after {
  content: "";
  height: 40px;
  background: url(../images/title-decoration.html) center center no-repeat;
  width: 80px;
  display: block;
  margin: 0 auto 50px; }

.special-title::after {
  content: "";
  height: 2px;
  background: #333;
  width: 40px;
  display: block;
  margin: 20px 0 30px; }

.special-title.white::after {
  background: #fff; }

.special-title.centered-text::after {
  margin: 20px auto 30px; }

.rotate {
  -webkit-animation: rotate 10s ease-in-out infinite;
  -moz-animation: rotate 10s ease-in-out infinite;
  animation: rotate 10s ease-in-out infinite; }

.small-video {
  width: 570px;
  height: 361px;
  position: absolute;
  z-index: 20; }

.big-video {
  position: relative;
  bottom: -100px;
  width: 860px;
  height: 481px;
  margin: -100px auto 60px;
  z-index: 20; }



/* animation */
/* Navigation */
.contain-to-grid {
  margin-top: 20px;
  background: transparent; }
  .contain-to-grid .top-bar {
    background: transparent;
    max-width: 100%;
    z-index: 99; }

.sub-menu {
  margin: 0; }
  .sub-menu li {
    display: block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: Raleway; }

.top-bar {
  height: 60px; }

  .top-bar .name h1 a {
    color: rgba(255, 255, 255, 0.9); }

header {
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #222;
  position: fixed;
  top: 0;
  z-index: 100; }

header ul {
  list-style: none;
  font-size: 70px;
  line-height: 1.5;
  font-family: montserrat;
  margin: 0 0 60px; }
  header ul a {
    color: #fff; }
  header ul a:hover {
    color: #FF5959; }

header.on {
  visibility: visible; }

.menu-toggler {
  background: #333;
  margin-right: 15px;
  width: 44px;
  height: 44px;
  text-align: center;
  position: fixed;
  right: 20px; }
  .menu-toggler a {
    display: block;
    color: #fff; }
  .menu-toggler a:hover {
    color: #eee; }

/* header */
.fullscreen-header {
  display: block;
  height: 100vh; }
  .fullscreen-header .header-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .fullscreen-header h1 {
    color: #fff;
    font-size: 200px;
    line-height: 0.7em;
    text-transform: uppercase;
    font-family: LeviReBrushed, montserrat; }
  .fullscreen-header .sub-title {
    font-size: 30px;
    color: #fff; }

.home-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: right center;
  background-size: cover; }


.page-header .intro {
  margin-top: 50px;
  margin-left: 200px; }
  .page-header .intro p {
}



/* fullscreen video */
.video-bg {
  position: relative;
  width: 100vw;
  height: 95vh; }

.touch-video-image {
  position: absolute;
  width: 100%;
  height: 95%;
  display: none;
  background-size: cover; }

#fullscreen-video {
  position: relative;
  min-width: 100%;
  min-height: 95%;
  width: auto;
  height: auto; }

