@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

html {

  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: gray; }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

#colorlib-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  #colorlib-wrapper > div {
    width: 100%;
    height: 100%;
    overflow-y: hidden; }

a {
  color: #F9CE00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
  text-decoration: none !important;
}
  a:hover {
    color: #F9CE00;
   }
  a:focus, a:active {
    outline: none; }
    a:visited {
      text-decoration: none ;
    }

p, span {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-family: "Karla", Arial, sans-serif; }

ul, ol {
  display: block;
  margin-bottom: 1.5em; }

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8); }

h1, h2, h3, h4, h5, h6 {
  color: rgb(31, 31, 31);
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 30px 0;
  line-height: 1.3; }

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2; }

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2; }

::selection {
  color: #fcfcfc;
  background: #b7c2c2; }

#colorlib-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .menu-show #colorlib-page {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: relative; }
    .menu-show #colorlib-page:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      z-index: 3; }
  @media screen and (max-width: 768px) {
    #colorlib-page {
      padding-top: 5em; } }

#colorlib-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4em 40px 40px 40px;
  width: 360px;
  height: 100%;
  background: white;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll; }
  @media screen and (max-width: 768px) {
    #colorlib-main-nav {
      width: 300px; } }
  #colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 5px;
    right: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    background: rgba(0, 0, 0, 0.05);
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #colorlib-main-nav .colorlib-nav-toggle i {
      top: 18px !important;
      left: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      line-height: 0;
      text-indent: 0; }
    #colorlib-main-nav .colorlib-nav-toggle.show {
      visibility: visible;
      opacity: 1; }
    #colorlib-main-nav .colorlib-nav-toggle:hover {
      background: black; }
      #colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
        content: '';
        width: 20px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0; }
  .menu-show #colorlib-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #colorlib-main-nav ul {
    padding: 0;
    margin: 0 0 3em 0; }
    @media screen and (max-width: 768px) {
      #colorlib-main-nav ul {
        padding: 20px 0 0 0; } }
    #colorlib-main-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: left; }
      #colorlib-main-nav ul li a {
        display: block;
        color: black;
        font-size: 14px;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #colorlib-main-nav ul li a {
            font-size: 16px; } }
        #colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
          color: black;
          outline: none;
          text-decoration: none; }
      #colorlib-main-nav ul li.active a {
        color: #F9CE00; }
  #colorlib-main-nav .form-group {
    margin-bottom: 40px;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 480px) {
      #colorlib-main-nav .form-group {
        width: 100%; } }
    #colorlib-main-nav .form-group input::-webkit-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::-moz-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::-ms-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::-o-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::input-placeholder {
      color: #333333; }
  #colorlib-main-nav #search {
    font-size: 14px;
    width: 100%;
    padding-right: 3em;
    border: none;
    border: 2px solid #f2f2f2;
    background: #fafafa;
    color: #333333 !important; }
  #colorlib-main-nav button {
    position: absolute;
    top: 0;
    right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #F9CE00;
    color: #fff;
    border: none;
    padding: 16px; }
  #colorlib-main-nav #email {
    font-size: 18px;
    width: 100%;
    border: none;
    border: 2px solid #fff;
    background: #fff;
    color: #333333 !important; }
  #colorlib-main-nav .gallery {
    float: left;
    width: 50%;
    height: 150px;
    position: relative;
    display: table;
    z-index: 0;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      #colorlib-main-nav .gallery {
        width: 25%; } }
    @media screen and (max-width: 480px) {
      #colorlib-main-nav .gallery {
        width: 50%; } }
    #colorlib-main-nav .gallery:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #colorlib-main-nav .gallery span {
      display: table-cell;
      vertical-align: middle;
      height: 150px;
      opacity: 0;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      #colorlib-main-nav .gallery span i {
        color: #fff;
        font-size: 20px; }
    #colorlib-main-nav .gallery:hover:after, #colorlib-main-nav .gallery:focus:after {
      opacity: 1; }
    #colorlib-main-nav .gallery:hover span, #colorlib-main-nav .gallery:focus span {
      opacity: 1; }

.head-title {
  font-size: 20px; }

header {
  padding: 2em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    header {
      padding: 2em 0; } }
  header .colorlib-navbar-brand {
    float: left; }
    header .colorlib-navbar-brand .colorlib-logo {
      font-size: 32px;
      text-transform: uppercase;
      color: #000;
      font-family: "Playfair Display", Georgia, serif;
      font-weight: 700;
      letter-spacing: 2px;
      display: block;
      text-align: center; }
      header .colorlib-navbar-brand .colorlib-logo:hover {
        text-decoration: none !important; }
      header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus {
        outline: none;
        text-decoration: none; }

#colorlib-services,
#colorlib-contact,
#colorlib-work,
#colorlib-blog,
#colorlib-contact {
  padding: 8em 0 2em 0em;
  clear: both;
  position: relative; }
  @media screen and (max-width: 768px) {
    #colorlib-services,
    #colorlib-contact,
    #colorlib-work,
    #colorlib-blog,
    #colorlib-contact {
      padding: 5em 0; } }













      
/* ------------ HERO ------------- */

#colorlib-hero {
  width: 100%;
  clear: both; }

  #colorlib-hero .hero-flex {
    width: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }

    #colorlib-hero .hero-flex .col-three-forth {
      width: 60%;
      z-index: -1;
      float: left;
      position: relative; }

    #colorlib-hero .hero-flex .col-one-forth {
      width: 40%;
      float: left;
      position: relative; }
    

    @media screen and (max-width: 767px) {
      #colorlib-hero {
        margin-top: 2vh;
      }
      #colorlib-hero .hero-flex .col-three-forth {
        width: 100vw;
      }
      #colorlib-hero .js-fullheight {
        height: 85vh !important
      } 
    }


  @media only screen and (min-width: 766px) and (max-width: 769px)  { 
    #colorlib-hero {
      margin-top: 2vh;
    }
    #colorlib-page .js-fullheight {
      height: 90vh !important
    } 
  }

#colorlib-hero .intro-hero {
  position: absolute;
  z-index: 2;
  width: 40%;
  left: 55%;
  top: 30%;
}
#colorlib-hero .intro-hero .text-inner {
  display: block;
  width: 100%;
  margin-left: 2vw;
}

  #colorlib-hero .intro-hero .text-inner h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 0px;
    text-transform: uppercase 
  }

    @media screen and (max-width: 767px) {
      #colorlib-hero .intro-hero {
        width: 80vw;
        left: 15vw;
        top: 18vh;
      }
      #colorlib-hero .intro-hero .text-inner h2 {
        font-size: 1.3em; } 
        #colorlib-hero .intro-hero .text-inner {
          width: auto;
        }
      }


@media only screen and (min-width: 766px) and (max-width: 769px)  { 
  
#colorlib-hero .intro-hero {
  top: 40%;
}
}

  #colorlib-hero .intro-hero .text-inner h1 {
          font-size: 108px;
          font-weight: 800;
          letter-spacing: 2px;
          line-height: 0.75;
          margin-left: -6vw;
        }

  @media screen and (max-width: 767px) {
            #colorlib-hero .intro-hero .text-inner h1 {
              font-size: 2.8em; } 
            }

@media only screen and (min-width: 766px) and (max-width: 769px)  { 
  
  #colorlib-hero .intro-hero .text-inner h1 {
    font-size: 80px; } 
}

  #colorlib-hero .intro-hero .text-inner .tag {
    display: block;
    letter-spacing: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px; 
  }

  #colorlib-hero .intro-hero .text-inner h3 {
    font-size: 30px;
    margin-bottom: 50px;
    margin-left: 70px;
    line-height: 0.75;
  }


  #colorlib-hero .intro-hero .text-inner .desc {
    padding-right: 3em;
    position: relative; 
  }

    @media screen and (max-width: 767px) {
      #colorlib-hero .intro-hero .text-inner .desc {
        padding: 1em 0.5em 0.5em 3em;
        background: white;
      } 
      #colorlib-hero .intro-hero .text-inner .tag {
        margin-bottom: 0px;
        font-size: 0.8em; 
      }
      }

    #colorlib-hero .intro-hero .text-inner .desc:after {
      position: absolute;
      top: 30px;
      bottom: 0;
      right: 0;
      content: '';
      width: 200px;
      height: 1px;
      background: #000; }
      @media screen and (max-width: 768px) {
        #colorlib-hero .intro-hero .text-inner .desc:after {
          opacity: 0; } 
        }
           
.I-am{
          z-index: 999;
          /* width: 100%; */
          position: absolute;
          left: 65vw;
          top: 55vh;
}

.I-am h3 {

          font-size: 30px;
}

.I-am a{
  margin-bottom: 7px;
}

.I-am i{
  margin-top: 0.5em; 
  font-size: 0.85em;
}


@media screen and (max-width: 767px) {
  .I-am {
    width: 58vw;
    left: 5vw;
    top: 65vh;
    padding: 2vh 0vw 2vh 10vw;
    background: white;
  } 
  .I-am h3 {
    font-size: 1em; 
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .I-am a{
    margin-bottom: 0.04em;
  }
}


@media only screen and (min-width: 766px) and (max-width: 769px)  { 
  .I-am h3 {
    font-size: 26px;
  }
}

.I-am .designer {
  color:#F9CE00;
}

.I-am .developer {
  color: rgb(61, 196, 230);
}

.I-am .actor {
  color: rgb(108, 119, 218);
}

.I-am .engineer {
  color: rgb(228, 90, 90);
}

.I-am .traveler {
  color:rgb(221, 135, 64);
}

.I-am .storyteller {
  color: rgb(12, 214, 89);
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgb(70, 70, 70);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


#colorlib-hero .owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 7.3em;
  right: 0;
  width: 180px;
  display: block;
  margin: 0 auto; 
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] {
  padding: 5px 10px;
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

  #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] i {
    border: none; }

  #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: rgb(37, 37, 37);
    border: none; }

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev {
  margin: 1px; }

  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i,
  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i {
    font-size: 14px;
    color: #000;
    background: transparent; }

  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
    color: white; 
  }


@media screen and (max-width: 767px) {
  #colorlib-hero .owl-theme .owl-controls {
    left: 0; 
    width: 45vw;
    bottom: -0.5vh;
  } 
  #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] {
   padding: 3px 5px;
  }
  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i,
  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i {
    font-size: 10px;
  }
}



@media only screen and (min-width: 766px) and (max-width: 769px)  { 
  #colorlib-hero .owl-theme .owl-controls {
    left: 0; 
    bottom: -0.5vh;
  } 
}












/* --------------- ABOUT ------------------- */


.about-flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  z-index: 0; }

  .about-flex .col-half {
    width: 50%;
    display: block;
    overflow: scroll; }

    @media screen and (max-width: 767px) {
      #colorlib-about{
        margin-top: 4vh;
      }
      #colorlib-about{
        height: 900px !important;
      }
      .about-flex .col-half  {
        width: 100%;
        overflow: hidden;
      }
      .about-flex .js-fullheight  {
        height: 90vh !important;
      }
      #colorlib-about .about-img{
        height: 500px;
      }
    }



    @media only screen and (min-width: 766px) and (max-width: 769px)  { 
      
      #colorlib-about{
        margin-top: 2vh;
      }
      #colorlib-about{
        height: 100% !important;
      }
    }

  .about-flex .about-img {
    z-index: -1; }

  .about-flex .display-t {
    display: table; }

    .about-flex .display-t .display-tc {
      display: table-cell;
      vertical-align: middle; }

  .about-flex .about-desc {
    padding: 6em 7em 2em 7em;
    z-index: 1; }

@media screen and (max-width: 767px) {
    .about-flex .about-desc {
        padding-top: 30px;
        padding-left: 2em;
        padding-right: 2em; 
    } 
}


@media only screen and (min-width: 766px) and (max-width: 769px)  { 
  .about-flex .about-desc {
    padding: 3em}
}

    .about-flex .about-desc .title {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 7px;
      display: block;
      margin-bottom: 20px; }

    .about-flex .about-desc .about-head {
      font-weight: 700;
      font-size: 38px; }

    .about-flex .about-desc p a {
      color: #000; }

      .about-flex .about-desc p a:hover {
        color: rgb(40, 168, 207); }

      .about-flex .about-desc p a i {
        color: #000; }

    .about-flex .about-desc strong {
      color: #000; }

    .about-flex .about-desc ul {
      margin-left: 30px;
      padding: 0; }

      .about-flex .about-desc ul li {
        list-style-type: circle;
        position: relative;
        color: #000;
        line-height: 1.25;
        margin-bottom: 10px; }

        .about-flex .about-desc ul li i {
          position: absolute;
          top: 5px;
          left: 0; }


@media screen and (max-width: 767px) {
  .about-flex .about-desc p {
      font-size: 12px;
   } 
   .about-flex .about-desc ul li {
     font-size: 12px;
   }
   .about-flex .about-desc .title {
     margin-bottom: 0px; }

    .about-flex .about-desc .about-head {
      margin-bottom: 10px;}
}


@media only screen and (min-width: 766px) and (max-width: 769px)  { 
  .about-flex .about-desc ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .about-flex .about-desc p {
      font-size: 12px;
   } 
   .about-flex .about-desc ul li {
     font-size: 12px;
   }
   .about-flex .about-desc .title {
     margin-bottom: 0px; }

    .about-flex .about-desc .about-head {
      margin-bottom: 10px;
      font-size: 24px;
    }
}

  .about-flex .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    right: 0; 
    left: 0; }

    /* @media screen and (max-width: 767px) {
      .about-flex .owl-theme .owl-controls {
        right: 0; 
        left: 0;
      } 
      } */


  .about-flex .owl-theme .owl-dots .owl-dot {
    display: inline-block; }
  .about-flex .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6; }
  .about-flex .owl-theme .owl-dots .owl-dot.active span {
    background: #000; }





















.bold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 250px;
  color: #f0f0f0;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .bold {
      font-size: 60px; } }

.intro-heading {
  margin-bottom: 3em; }
  .intro-heading h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: #000;
    position: relative; }
  .intro-heading span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #bfbfbf;
    font-weight: 600; }

.no-gutters {
  padding: 0 !important;
  margin: 0 !important; }

.hero-img,
.about-img,
.gallery {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }



/* WORK CASE STUDY
-------------------- */


.work-img{
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  position: relative; 
  /* height: 60vh; */
  margin-top: 50px;
}

.zine-img {
  background-size: contain; 
  margin: 5vh; 
  height: 100vh; 
  background-position: center; 
  background-repeat: no-repeat;
}

.work-text {
  margin-top: 20vh;
}

.text-inner p {
  padding: 0;
  margin: 5px;
}
.text-inner h3 {
  padding: 0;
  margin: 5px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.text-inner ol {
  padding-bottom: 0;
  margin-bottom: 0;
}

.text-inner ol li{
  line-height: 1.5;
  font-size: 14px;
}


.work-entry-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: -3vh; }

  .work-entry-flex .col-three-forth {
    width: 55%; }

  .work-entry-flex .col-one-forth {
    width: 45%; }

  .work-entry-flex .display-t {
    display: table; }

  .work-entry-flex .display-tc {
    display: table-cell;
    vertical-align: middle; }

  .work-entry-flex .text-inner-right {
    text-align: right;
    margin-right: 0;
    padding-left: 0; }


  .work-entry-flex .text-inner-left {
    text-align: left;
    margin-left: -4em; }
  .work-entry-flex .text-inner {
    display: block;
    padding: 3em;
    background: #fff; }


    .work-entry-flex .text-inner h2 {
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 2px; }


@media screen and (max-width: 768px) {
        .work-entry-flex .text-inner h2 {
          font-size: 24px; } 

      .work-entry-flex .text-inner {
        padding: 1em; }

      .work-entry-flex .text-inner-right {
        text-align: left;}

      .work-entry-flex .text-inner-left {
        text-align: left;
        margin: 0em;
      }

      .work-entry-flex .col-one-forth{
        width: 100%;
        display: block;
      }

      .work-entry-flex .col-three-forth{
        width: 100%;
        display: block;
      }
      .work-img{
        background-position: center center;
        background-size : contain;
        margin-top: 0px;
        height: auto;
      }

      .work-text{
        margin-top: 5vh;
        margin-bottom: 5vh;
      }


.zine-img {
  background-size: cover; 
  height: 45vh; 
  background-position: center; 
  background-repeat: no-repeat;
}

}


@media screen and (min-width: 1023px) and (max-width: 1025px) {
  .work-img{
    background-position: center;
    /* background-size : contain; */
    height: 35vh !important;
    /* margin-top: 0px; */
  }
  .zine-img {
    background-size: cover; 
    height: 45vh; 
    background-position: center; 
    background-repeat: no-repeat;
  }
  .bold {
    font-size: 150px;
  }
}



      .work-entry-flex .text-inner h2 a {
        color: #000;
        text-decoration: none; }



    .work-entry-flex .text-inner .btn-view {
      font-size: 13px;
      letter-spacing: 4px;
      color: #000;
      text-transform: uppercase;
      border: 1px solid #000;
      padding: 7px 12px;
      text-decoration: none; }




.work-single-flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .work-single-flex .col-half {
    width: 50%;
    position: relative; }
  .work-single-flex .display-t {
    display: table;
    width: 100%; }
  .work-single-flex .display-tc {
    display: table-cell;
    vertical-align: middle; }
  .work-single-flex .work-desc {
    padding: 7em; }
    @media screen and (max-width: 768px) {
      .work-single-flex .work-desc {
        padding: 1.5em;
        background: #fff;
        margin-left: -5em; } }
    .work-single-flex .work-desc .btn-preview {
      font-size: 13px;
      letter-spacing: 7px;
      color: #000;
      text-transform: uppercase;
      border: 1px solid #000;
      padding: 7px;
      text-decoration: none; }












/* ---------------- WORK ---------------- */

.work-header{
  margin-top: 40px;
  margin-bottom: 20px;
}
.work-header h2 {
  letter-spacing: 1px; 
}
  @media screen and (max-width: 768px) {
    .work-header h2 {
      font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
  } }

  @media only screen and (min-width: 766px) and (max-width: 769px)  {
    .row-pb-md .col-md-4{
      width: 33%;
      float: left;
    }
    .row-pb-md .desc{
      font-size: 12px;
    }
  }

.article {
  display: block; }
  .article .blog-img {
    margin-bottom: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: -1; }
    .article .blog-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
    .article .blog-img .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .article .blog-img .link {
      position: absolute;
      top: 0;
      left: 90%;
      display: table;
      width: 100%;
      opacity: 0;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
      .article .blog-img .link .read {
        display: table-cell;
        vertical-align: middle;
        font-family: "Karla", Arial, sans-serif;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 5px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
        position: relative; }
        .article .blog-img .link .read:after {
          position: absolute;
          top: 10px;
          left: -50px;
          content: '';
          background: #fff;
          width: 40px;
          height: 1px; }
    .article .blog-img:hover .overlay {
      opacity: 1; }
    .article .blog-img:hover .link {
      opacity: 1;
      top: 120px; }
    .article .blog-img:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .article .desc {
    position: relative;
    z-index: 1;
    margin-top: -5em;
    width: 90%;
    background: #fff;
    padding: 1em;
    padding-top: 2em; }
    .article .desc .meta {
      position: absolute;
      top: -40px;
      left: 0px;
      background: rgb(219, 219, 219);
      color: #000;
      padding: 10px 20px;
      font-size: 12px;
      text-transform: lowercase;
      letter-spacing: 1px;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); }
    .article .desc h2 {
      font-size: 24px; }
      .article .desc h2 a {
        text-decoration: none;
        color: #000; }
  .article:hover .meta {
    background: #fff; }







/* ---------------- ACTOR ---------------- */
.actor-headshots {
  margin: 20px 0px 50px 0px;
}

@media only screen and (min-width: 766px) and (max-width: 769px)  {
  .actor-headshots .col-md-3{
    width: 33%;
    float: left;
  }
}

.actor-btn-group {
  display: inline-flex; 
  padding-left: 20px;
  margin-bottom: 90px;
}

.actor-btn-group .btn-view {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 1px solid #1a1a1a;
  padding: 7px 15px;
  margin-right: 20px;
  text-decoration: none; 
}

  .actor-btn-group .btn-view:hover {
    color: rgb(255, 255, 255);
    background: #1a1a1a;
    border: 1px solid #1a1a1a; 
  }

  @media screen and (max-width: 920px) {
    .actor-btn-group  {
  display: block; 
  margin-bottom: 90px;
  } 
  .actor-btn-group .article {
    margin-top: 20px;
  }
}

@media screen and (max-width: 320px) {
      .actor-btn-group  {
    display: block; 
    margin-bottom: 90px;
    } 
    .actor-btn-group .article {
      margin-top: 20px;
    }
    .actor-btn-group .btn-view {
      font-size: 14px;
      margin-top: 20px;
    }
}

.film-still{
  overflow:hidden; 
  margin:0;
}

.film-still img{
  display:block;
  width:100%; 
  margin:-5% 0;
}

.actor-video {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  margin-top: -5vh;
	height: 0;
}
@media screen and (max-width: 768px) {
  .actor-video  {
  margin-top: 2vh;
 } 
}

.actor-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
}


.mt-5 {
  margin-top: 80px;
}









/* ------------ TRAVELER -------------- */
.traveled-list{
  margin: 0.5em 3em; 
  font-size: 14px;
  display: block;
}

.traveled {
  margin-right: 2em;
  display: inline-flex;
}

.traveled .place{
  width: 140px;
}

.traveled .time{
  width: 150px;
}

@media screen and (max-width: 767px) {
  .traveled-list{
    margin: 0.5em; 
    font-size: 14px;
    display: block;
  }
  .travel-blog .work-header{
    padding: 0.5em;
  }
}
@media screen and (max-width: 320px) {
  .traveled-list{
    margin: 0em; 
    font-size: 14px;
    display: block;
  }
  .traveled .time{
    width: 150px;
  }
}














.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #F9CE00;
  color: #fff;
  border: 2px solid #F9CE00; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffd614 !important;
    border-color: #ffd614 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #4d4d4d;
    border: 1px solid #d9d9d9; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #F9CE00;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.row-padded-bottom {
  margin-bottom: 4em; }

.row-pb-md {
  margin-bottom: 3em; }

.col-pb-sm {
  margin-bottom: 5em !important; }
  .col-pb-sm:last-child {
    margin-bottom: 0; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.btn-submit {
  background: #000;
  border: 2px solid #000; }

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #000; }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #000; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .menu-show .colorlib-nav-toggle i {
      background: #000;
      color: #fff; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 20px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
        background: #333333; }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #fff;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block;
      top: 0px; } }

.contact-info {
  margin-bottom: 4em;
  padding: 0; }
  .contact-info li {
    list-style: none;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 60px; }
    .contact-info li span {
      position: absolute;
      top: -0.3em;
      left: 0;
      width: 40px;
      height: 40px;
      background: #fff;
      display: table;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .contact-info li i {
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.5); }
    .contact-info li a {
      color: #000; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid whitesmoke;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000; }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }

/* ----------- FOOTER ---------------- */

#footer {
  padding:0;
  display: block;
  width: 100%; }
  #footer h2 {
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 2em;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase; }
  #footer p a {
    color: #000; }
  #footer p:last-child {
    margin-bottom: 0; }
  #footer p.colorlib-social-icons a {
    color: #000; }
    #footer p.colorlib-social-icons a:hover, #footer p.colorlib-social-icons a:focus {
      text-decoration: none !important; }
  #footer p.colorlib-social-icons i {
    font-size: 16px;
    color: #000; }
  #footer p .block {
    color: #1a1a1a;
    font-size: 14px; }



    .colorlib-social-icons a:hover, .colorlib-social-icons a:focus {
      text-decoration: none !important; }
    
    .colorlib-social-icons i {
      font-size: 16px;
      color: #F9CE00; 
    margin: 0px 10px}
    
    


.js .animate-box {
  opacity: 0; }








  /* --------------- 404 --------------- */
  .error-page-container{
    position: relative;
    height: 100vh;
    background: rgb(44, 44, 44);
  }

  .error-page{
    text-align: center;
    position: absolute;
    max-width: 420px;
    padding: 0em 3em;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }


  @media screen and (max-width: 320px) {
    .error-page{
    padding: 0em 1em;
    }
  }

  .error-page-text h1{
  font-size: 10em;
  font-weight: 800;
  margin: 0px;
  color: #ffffff;
  text-transform: uppercase;
  }

  .error-page-text h2{
    font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #ffffff;
}


.error-page-btn .btn-view {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  text-decoration: none; 
}

.error-page-btn .btn-view:hover {
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #ffffff; 
  }