#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 100;
}
#preloader > div > img {
  display: block;
  margin-bottom: 30px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.txt-centered {
  text-align: center;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
.visible {
  opacity: 1;
  visibility: visible;
}
.button {
  font-size: 1.3em;
  font-weight: 600;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-color: #000000;
  font-family: 'Special Elite', cursive;
}
body.overflow {
  overflow: hidden;
}
html,
body {
  height: 100%;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #FFF;
  text-decoration: none;
}
.container-fluid,
section,
.view {
  position: relative;
  height: 100%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sections-wrapper {
  height: 100%;
}
section .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  background: rgba(0, 0, 0, 0.77);
  opacity: 0;
  visibility: hidden;
}
section .playing .intro-text {
  opacity: 0;
  visibility: hidden;
}
section .playing .overlay,
section .playing + div + div.overlay {
  opacity: 1;
  visibility: visible;
}
video-player {
  padding: 30px;
  display: block;
  height: 100%;
}
.video-player .video-list-container {
  display: table-cell;
  width: 185px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-family: Arial;
  font-size: 18px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .video-player .video-list-container {
    display: none;
  }
}
.video-player .video-wrapper {
  max-width: 1350px;
  width: 75%;
  float: left;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .video-player .video-wrapper {
    width: 100%;
  }
}
.video-player .video-wrapper.centered {
  position: absolute;
  width: 90%;
  z-index: 50;
}
.video-player .videogular-player {
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  z-index: 50;
}
@media (max-height: 730px) {
  .video-player .videogular-player {
    padding-bottom: 52%;
  }
}
.video-player .videogular-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player .video-close {
  position: absolute;
  top: -11px;
  right: -8px;
  display: block;
  z-index: 55;
  font-size: 35px;
  cursor: pointer;
  font-weight: 600;
}
.video-player.playing .video-wrapper {
  opacity: 1;
  visibility: visible;
}
.works-list-wrapper {
  width: 25%;
  float: left;
  height: 90%;
  position: relative;
  z-index: 50;
}
@media (max-width: 1024px) {
  .works-list-wrapper {
    display: none;
  }
}
.works-list-wrapper .works-inner {
  padding: 0 20px;
}
.works-list-wrapper .works-hide-list {
  font-size: 16px;
  display: block;
}
.works-list-wrapper .works-hide-list:before {
  content: "<<";
  margin-right: 5px;
}
.works-list-wrapper .works-hide-list.top {
  padding-bottom: 25px;
}
.works-list-wrapper .works-hide-list.bottom {
  padding-top: 25px;
}
.works-list-wrapper .work-item {
  margin-bottom: 15px;
}
.works-list-wrapper .work-expand a {
  font-size: 14px;
  border-bottom: 1px dotted;
}
.works-list-wrapper .work-details {
  font-size: 16px;
  margin: 20px 15px 30px 15px;
}
.works-list-wrapper .work-details span {
  display: block;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
}
.works-list-wrapper .work-details span.span-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.works-list-wrapper .work-details span.play {
  margin-top: 15px;
  position: relative;
}
.works-list-wrapper .work-details span.play:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../assets/images/play.png") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.works-list-wrapper .work-details span.play a {
  display: inline-block;
  padding-left: 30px;
}
.works-list-wrapper ul li {
  margin-bottom: 3px;
}
.works-list-wrapper ul li.work-client a {
  font-weight: 600;
  text-decoration: underline;
  font-family: "Lato", sans-serif;
}
#intro {
  color: #FFF;
  padding: 0;
  background: url('../assets/images/intro.jpg') 0 0 no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 100%;
}
#intro .nav-toggle {
  display: block;
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 48;
}
#intro #navigation {
  position: fixed;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 47;
  -webkit-transition: left 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: left 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (max-width: 1024px) {
  #intro #navigation {
    width: 375px;
  }
}
#intro #navigation.closed {
  left: -30%;
}
#intro #navigation.closed ul {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1024px) {
  #intro #navigation.closed {
    left: -375px;
  }
}
#intro #navigation ul {
  position: absolute;
  top: 35px;
  right: 45px;
  font-size: 22px;
}
#intro #navigation li {
  margin-bottom: 30px;
  text-align: right;
}
#intro .intro-text {
  z-index: 46;
  min-width: 300px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#intro .intro-text.show {
  opacity: 1;
}
#intro .intro-text a {
  display: block;
}
#intro .intro-text a img {
  width: 78%;
  margin-top: 66px;
}
#intro .intro-text a span {
  display: inline-block;
  margin-top: 20px;
}
#work {
  background: url("../assets/images/work.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 100%;
  color: #fff;
}
#work .work-grid {
  position: absolute;
  width: 100%;
  height: 245px;
  top: 50%;
  left: 0;
  margin-top: -122px;
}
#work .work-grid .work-scrollable {
  width: 4290px;
}
#work .work-grid .work-item {
  width: 390px;
  height: auto;
  display: inline-block;
  cursor: pointer;
}
#work .work-grid .work-item .work-inner {
  overflow: hidden;
  height: 220px;
}
#work .work-grid .work-item .work-inner .work-thumb {
  position: relative;
}
#work .work-grid .work-item .work-inner .work-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#work .work-grid .work-item .work-inner .work-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#work .work-grid .work-item .work-inner .work-info .txt-centered {
  padding-top: 60px;
  width: 80%;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
#work .work-grid .work-item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#work .work-grid .work-item:hover .work-info {
  background-color: rgba(0, 0, 0, 0.85);
}
#work .work-grid .work-item:hover .work-info .txt-centered {
  opacity: 1;
}
#work .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  display: block;
  width: 60%;
  margin: auto;
}
#cv {
  background: url("../assets/images/cv.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 100%;
}
#cv .inner {
  top: 20%;
}
#contact {
  background: url('../assets/images/contact.jpg') 0 0 no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 100%;
  background-position: 63% 100%;
  color: #000000;
  font-size: 19px;
  overflow: hidden;
}
#contact a {
  text-decoration: underline;
}
#contact .inner {
  top: 40%;
  padding: 30px;
}
#contact .copyright {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #ffffff;
  font-size: 12px;
}
