

/* -------------------- FONT -------------------- */

.text_100 {
  font-weight: 100;
}

.text_300 {
  font-weight: 300;
}

.text_400 {
  font-weight: 400;
}

.text_500 {
  font-weight: 500;
}

.text_600 {
  font-weight: 600;
}

.text_700 {
  font-weight: 700;
}

.text_800 {
  font-weight: 800;
}

.text_900 {
  font-weight: 900;
}

.center {
  text-align: center;
}

.cinzel {
  font-family: 'Cinzel', serif;
}

.josefin {
  font-family: 'Josefin Slab', serif;
}

.philosopher {
  font-family: 'Philosopher', sans-serif;
}

.quicksand {
  font-family: 'Quicksand', sans-serif;
}

.roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

.rajdhani {
  font-family: 'Rajdhani', sans-serif;
}

.playfair {
  font-family: 'Playfair Display', serif;
}

/* -------------------- MARGIN PADDING -------------------- */

.margin_top_30 {
  margin-top: 30px;
}

/* -------------------- SCROLL -------------------- */

.wrapper {
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 100px 0;
  z-index: 99;
  float: left;
}

.page_mid {
  width: 80%;
  height: auto;
  max-width: 80%;
  max-height: auto;
  margin: 0;
  padding: 100px 0;
  z-index: 99;
  float: left;
}

.page_all {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: auto;
  margin: 0;
  z-index: 99;
  float: left;
}

/* -------------------- SLIDER -------------------- */

/*#slider_home {
  position: relative;
  top: 0px;
}

#slides {
  top: 300px;
}

.rslides_1 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides_1 li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides_1 li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_1 img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}*/

/* -------------------- SLIDESHOW -------------------- */

.cb-slideshow { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    background: black;
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #ffffff;
    -webkit-animation: titleAnimation 20s linear infinite 0s;
    -moz-animation: titleAnimation 20s linear infinite 0s;
    -o-animation: titleAnimation 20s linear infinite 0s;
    -ms-animation: titleAnimation 20s linear infinite 0s;
    animation: titleAnimation 20s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 100px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../image/ac_1.jpg);
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../image/ac_2.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../image/ac_3.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}
/*.cb-slideshow li:nth-child(4) span { 
    background-image: url(../image/ac_4.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../image/ac_5.jpg);
    -webkit-animation-delay: 19s;
    -moz-animation-delay: 19s;
    -o-animation-delay: 19s;
    -ms-animation-delay: 19s;
    animation-delay: 19s;
}*/

.cb-slideshow li:nth-child(1) div { 
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}
/*.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 19s;
    -moz-animation-delay: 19s;
    -o-animation-delay: 19s;
    -ms-animation-delay: 19s;
    animation-delay: 19s;
}*/

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    40% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0; -moz-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    40% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0; -o-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    40% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    40% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0; aimation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    40% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
     0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
     0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
     0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    10% { opacity: 1; animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
  opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}

/* -------------------- COLOR -------------------- */

.white {
  color: #ffffff;
}

/* -------------------- LAYOUT -------------------- */

#nane {
  height: 100%;
  width: 100%;
}

#header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 99999;
}

.animate-header {
  left: 0;
  width: 100%;
  background: transparent;
  height: auto;
  overflow: hidden;
  padding: 20px 0px;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.animate-header .animate-inner {
  width: 80%;
}

.animate-header.animate-header-shrink {
  background: rgba(0, 0, 0, 0.8);
}

  #logo {
    width: 60px;
    height: 60px;
    background: url(../image/logo.png) 0px 0px no-repeat;
    background-size: 60px 60px;
    margin: 0 0 5px 0;
    float: left;
  }

  #navigation {
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    float: right;
  }

      #navigation ul, #navigation ul li {
        float: left;
        display: block;
      }

      #navigation ul li a {
        width: auto;
        height: auto;
        margin: 0 0 0 40px;
        color: #ffffff;
        display: block;
        float: left;
        font-size: 15px;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0.5);
        opacity: 0.5;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
      }

      @media screen and (max-width: 640px) {
        #navigation {
          display: none;
        }
      }

      #navigation ul li a:hover {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=1);
        opacity: 1;
      }  


/* -------------------- FIRST -------------------- */

#first_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -29;
  background: black;
}

video {
  width: 100% !important;
  height: auto !important;
}

#top_title {
  height: auto;
  width: auto;
  color: white;
  position: relative;
  text-align: center;
  margin-top: 20%;
  text-transform: uppercase;
  z-index: 1;
}

    #top_title h5 {
      font-size: 20px;
    }

     #top_title h1 {
      font-size: 70px;
    }

#countdown {
  height: auto;
  width: auto;
  color: white;
  font-size: 30px;
  margin-top: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

/*#first {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url(../image/background.jpg) no-repeat fixed;
  background-size: 100% 100%;
  float: left;
}*/



/*@media screen and (max-width: 640px) {
  #first {
    background: url(../image/cloud.jpg) 0px 0px no-repeat;
  }
}*/

.script {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: relative;
  text-align: center;
  margin: auto;
}

#arrow_down {
  width: 30px;
  height: 15px;
  background: url(../image/arrow_down.png) 0px 0px no-repeat;
  left: 50%;
  margin: 0 0 0 -15px;
  position: relative;
  display: block;
  opacity: 1;
}

#arrow_down:hover {
  opacity: 1;
}

/* -------------------- SECOND -------------------- */

#second {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url(../image/background_1.jpg) no-repeat center fixed;
  background-size: 100% auto;
  float: left;
}

#profile_image {
  width: 200px;
  height: 200px;
  background: url(../image/profile_image.jpg) center no-repeat;*/
  background: black;
  margin: 0 auto;
  position: relative;
  display: block;
  border-radius: 100px;
}

#second h3 {
  margin: 50px 0 0 0;
}

#second h5 {
  width: 50%;
  margin: 0 auto;
}

#social {
  width: 280px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

    #social ul li {
      width: auto;
      height: auto;
      margin: 0 10px 0 0;
      float: left;
    }

    #social ul li a {
      color: transparent;
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0.5);
      opacity: 0.5;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }

        #social ul li a:hover {
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=1);
          opacity: 1;
        }

        #social_facebook, #social_instagram, #social_500px, #social_behance, #social_linkedin, #social_twitter, #social_deviantart {
          width: 30px;
          height: 30px;
          float: left;
        }

        #social_facebook {
          background: url(../image/social_facebook.png) 0px 0px no-repeat;
          background-size: 30px 30px;
        }

        #social_instagram {
          background: url(../image/social_instagram.png) 0px 0px no-repeat;
          background-size: 30px 30px;
        }

        #social_500px {
          background: url(../image/social_500px.png) 0px 0px no-repeat;
          background-size: 30px 30px;
        }

        #social_behance {
          background: url(../image/social_behance.png) 0px 0px no-repeat;
          background-size: 30px 30px;
        }

        #social_linkedin {
          background: url(../image/social_linkedin.png) 0px 0px no-repeat;
          background-size: 30px 30px;
        }

        #social_twitter {
          background: url(../image/social_twitter.png) 0px 0px no-repeat;
          background-size: 30px 30px;
        }

        #social_deviantart {
          background: url(../image/social_deviantart.png) 0px 0px no-repeat;
          background-size: 30px 30px;
        }

@media screen and (max-width: 640px) {
  #profile_image {
    width: 200px;
    height: 285px;
    background-position: -90px -160px;
  }
}

/* -------------------- QUOTE -------------------- */

#quote_1 {
    width: 100%;
    height: 500px;
    background: url(../image/background_3.jpg) no-repeat center fixed;
    background-size: 100% auto;
    padding: 50px;
    float: left;
}

    #quote_1 h3 {
       margin: 150px 0 0 0;
       text-transform: uppercase;
    }

/* -------------------- THIRD -------------------- */

#third {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url(../image/background_4.jpg) no-repeat center fixed;
  background-size: 100% auto;
  float: left;
}

#slides_2 {
  top: 150px;
  width: 100%;
  height: auto;
  position: relative;
}

.rslides_2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides_2 li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides_2 li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_2 img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}

.rslides_2_nav prev {
  z-index: 99999;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
}

/* -------------------- QUOTE -------------------- */

#quote_2 {
    width: 100%;
    height: 500px;
    background: url(../image/background_5.jpg) no-repeat center fixed;
    background-size: 100% auto;
    padding: 50px;
    float: left;
}

    #quote_2 h3 {
      width: 75%;
      margin: 150px auto 0;
      text-transform: uppercase;
    }

/* -------------------- FOURTH -------------------- */

#fourth {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url(../image/background_6.jpg) no-repeat center fixed;
  background-size: 100% auto;
  float: left;
}



*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


#work_list {
  width: 100%;
  height: auto;
  margin: 150px 0 0 0;
}


.grid {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  margin: 100px auto 0;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  height: 200px;
  max-width: 400px;
  margin: 0 auto 25px;
  background: black;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.grid figure figcaption {
  color: #cccccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h4 {
   margin: 0;
   text-transform: uppercase;
   font-size: 1.2em;
}

.plus_button {
  width: 20px;
  height: 20px;
  background: url(../image/plus.png) 0px 0px no-repeat;
  background-size: 20px 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translate3d(0,0,0);
  -moz-transition: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -o-transition: translate3d(0,0,0);
  -ms-transition: translate3d(0,0,0);
}


figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 70%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 70%);
  content: '';
  opacity: 0;
  transform: translate3d(0,50%,0);
  -moz-transition: translate3d(0,50%,0);
  -webkit-transform: translate3d(0,50%,0);
  -o-transition: translate3d(0,50%,0);
  -ms-transition: translate3d(0,50%,0);
}

figure.effect-sadie h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie h6 {
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
}

figure.effect-sadie h6 {
  font-size: 0.8em;
  line-height:1.6em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  opacity: 0;
  transform: translate3d(0,0,0);
  -moz-transition: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -o-transition: translate3d(0,0,0);
  -ms-transition: translate3d(0,0,0);
}

figure.effect-sadie:hover h4 {
  color: #ffffff;
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  -moz-transition: translate3d(0,-50%,0) translate3d(0,-40px,0);
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  -o-transition: translate3d(0,-50%,0) translate3d(0,-40px,0);
  -ms-transition: translate3d(0,-50%,0) translate3d(0,-40px,0);
}


figure.effect-sadie:hover img {
  opacity: 0.3;
}

figure.effect-sadie:hover .plus_button {
  opacity: 1;
  transform: translate3d(0,-40px,0);
  -moz-transition: translate3d(0,-40px,0);
  -webkit-transform: translate3d(0,-40px,0);
  -o-transition: translate3d(0,-40px,0);
  -ms-transition: translate3d(0,-40px,0);
}


figure.effect-sadie:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-sadie:hover h6 {
  opacity: 1;
  transform: translate3d(0,-75px,0);
  -moz-transition: translate3d(0,-75px,0);
  -webkit-transform: translate3d(0,-75px,0);
  -o-transition: translate3d(0,-75px,0);
  -ms-transition: translate3d(0,-75px,0);
}



/* -------------------- FIFTH -------------------- */

#fifth {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  float: left;
}

#gmap_canvas{
  width: 100%;
  height: 1000px;
}

#gmap_canvas img {
  max-width:none;
  background:none;
}