
body {
    overflow-x: hidden;
    font-weight:300;
    }
a,
a:hover,
a:focus {
    text-decoration: none;
    }
a:focus {
        outline: none;
    }
p {
    color: #777;
    font-weight:300;
    font-size: 14px;
    line-height:21px;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: normal;
    }
/*.animated {*/
/*    visibility: hidden;*/
/*    }*/
.ease {
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.ease:hover {
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.text-center > .img-responsive {
    display: block;
    display: inline-block;
    }

/**
 * =common Spacing and Padding
 */
.page-section {
    padding: 100px 0;
    }
.separator-section {
    padding: 100px 0;
    }
.add-top {
    margin-top: 120px;
    }
.add-bottom {
    margin-bottom: 120px;
    }
.add-top-half {
    margin-top: 60px;
    }
.add-bottom-half {
    margin-bottom: 60px;
    }
.add-top-quarter {
    margin-top: 30px;
    }
.common-pad {
    padding: 80px;
    }
.pad-top {
    padding-top: 120px;
    }
.pad-bottom {
    padding-bottom: 120px;
    }
.pad {
    padding-left: 20px;
    padding-right: 20px;
    }
.remove-top {
    margin-top: 0;
    }
.remove-bottom {
    margin-bottom: 0;
    }
.remove-pad-top {
    padding-top: 0;
    }
.remove-pad-bottom {
    padding-bottom: 0;
    }
.mob-center > .img-responsive {
    display: inline-block;
    }
.no-gutter {
    margin-left: -15px !important;
    }
.no-pad {
    padding: 0 !important;
    }
.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.absolute-overlay {
    position: absolute;
    top: 0;
    left: 0;
    }
.poster-img {
    background:url(../images/poster.html) center center no-repeat !important;
    background-size: cover !important;
    }
/**
 * =sticky panels
 */
.sticky-panel {
    position: fixed;
    z-index: 999;
    }
.sticky-panel-top {
    top: 0;
    width: 100%;
    height: 20px;
    }
.sticky-panel-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    }
.sticky-panel-bottom {
    bottom: 0;
    width: 100%;
    height: 20px;
    }

/**
 * 02 =header, INTRO & NAVIGATION
 */
.masthead {
    position: fixed;
    width: 400px;
    height: 100%;
    left: -330px;
    top: 0;
    z-index: 1000;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1.2s ease-in-out;
       -moz-transition: all 1.2s ease-in-out;
        -ms-transition: all 1.2s ease-in-out;
         -o-transition: all 1.2s ease-in-out;
            transition: all 1.2s ease-in-out;
    }
.masthead.revealed {
    left: 0px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    }
.masthead.revealed .main-logo-wrap {
    top: -150px;
    -webkit-transition: all 1.5s ease-in-out;
       -moz-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
         -o-transition: all 1.5s ease-in-out;
            transition: all 1.5s ease-in-out;
    }
.main-logo-wrap {
    position: absolute;
    right: 15px;
    top: 20px;
    -webkit-transition: all 1.5s ease-in-out;
       -moz-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
         -o-transition: all 1.5s ease-in-out;
            transition: all 1.5s ease-in-out;
    }
.side-logo {
    margin-top: 80px;
    margin-left: 80px;
    }
.nav-bio {
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 80px;
    }
.nav-bio h4>span {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    padding: 1px;
    }
.nav-item-wrap {
    margin-top: 40px;
    margin-right: 100px;
    margin-left: 80px;
    }
.main-nav-menu {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    }
.main-nav-menu li {
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    }
.main-nav-menu li a.main-nav-link {
     font-weight: 200;
     font-size: 14px;
     line-height: 21px;
     letter-spacing: 4px;
     text-decoration: none;
     text-transform: lowercase;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    }
.main-nav-menu li a.main-nav-link:hover {
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    }
.sub-nav {
    display: none;
    padding: 0px;
    margin-top: 5px;
    }
.sub-nav a {
     font-weight: 200;
     font-size: 14px;
     line-height: 21px;
     letter-spacing: 0px;
     text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    }
.sub-nav a:hover {
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    }
.sub-nav a:after {
    content: ' / ';
    margin-left: 3px;
    margin-right: 3px;
    }
.sub-nav a:last-child:after {
    display: none;
    }
.social-wrap {
    list-style: none;
    padding: 0;
    margin-top: 50px;
    margin-right: 100px;
    margin-left: 80px;
    }
.contact-content-split .social-wrap {
    margin: 25px auto 40px;
    }
.social-wrap li {
    display: inline-block;
    margin: 0 2px;
    }
.social-wrap li a > img {
    width: 36px;
    opacity: 0.2;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.social-wrap li a:hover > img {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.credit-text {
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 80px;
    }
.credit-text p {
    font-size: 12px;
    line-height: 19px;
    }

/**
 * =nav =mobile =mobilenav
 * navmenu.css
 */
.open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.mobile-toggle {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top:48%;
    width: 30px;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.mobile-toggle span {
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    background: #000;
    display: block;
    }

/**
 * =fonts
 *
 * font1 about page only the boxes
 * font3 copyright notice in side nav only and single photo in process.html
 * font 5 nav bio only and
 * home page promo text
 * contact info
 */

    /* latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/crimsontext/v11/wlpogwHKFkZgtmSR3NB0oRJfajhRK_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/crimsontext/v11/wlprgwHKFkZgtmSR3NB0oRJfajDqDuNS_LU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/crimsontext/v11/wlp2gwHKFkZgtmSR3NB0oRJfbwhT.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/crimsontext/v11/wlppgwHKFkZgtmSR3NB0oRJX1C1GDNNQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* latin-ext */
@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lekton/v11/SZc43FDmLaWmWpBuVh3prUM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lekton/v11/SZc43FDmLaWmWpBuWB3p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* latin-ext */
@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lekton/v11/SZc73FDmLaWmWpBm4zj8nGLW0DI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lekton/v11/SZc73FDmLaWmWpBm4zj8kmLW.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    }
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
body,
p {
  font-family: 'Raleway', sans-serif;
    }
.font1 {
  font-family: 'Open Sans', sans-serif;
    }
.font3 {
  font-family: 'Raleway', sans-serif;
    }
/* unused
.font4 {
  font-family: 'Crimson Text', serif;
    }
*/
.font5 {
  font-family: 'Lekton', sans-serif;
    }
.main-nav-menu li a.main-nav-link {
  font-family: 'Montserrat', sans-serif;
    }
.sub-nav a {
  font-family: 'Lekton', sans-serif;
    }
.alert p {
  font-family: 'Lekton', sans-serif;
    }
.works-item-inner h3 {
  font-family: 'Montserrat', sans-serif;
    }
.works-item-inner p > span {
  font-family: 'Lekton', sans-serif;
    }
.vbox-num {
  font-family: 'Open Sans', sans-serif;
    }
.sub-heading {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 10px;
    }

/**
 * =buttons
 */
.btn-eight {
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.btn-eight-big {
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.btn-eight:hover {
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.btn-eight-white {
    border:solid 1px #fff;
    background: transparent;
    color: #fff;
    }
.btn-eight-white:hover {
    border:solid 1px #fff;
    background: #fff;
    color: #000;
    }
.btn-eight-dark {
    border:solid 2px #000;
    background: transparent;
    color: #000;
    }
.btn-eight-dark:hover {
    border:solid 2px #000;
    background: #000;
    color: #fff;
    }
.btn-eight-color {
    background: transparent;
    }
.btn-eight-color:hover {
    color: #fff;
    }

/**
 * =page specific styles
 *
 * =process page
 * formerly showcases
 */
 .bx-wrapper {
    border: 5px solid #ebebeb;
    box-shadow: none;
    }
.bx-wrapper .bx-pager {
    opacity: .3;
    }
.bx-wrapper .bx-controls-direction a {
    display: block;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #fff85f;
    background: transparent;
    opacity: .8;
}
.bx-wrapper .bx-prev {
    left: 20px;
    transform: rotate(-135deg);
    }
.bx-wrapper .bx-next {
    right: 20px;
    transform: rotate(45deg);
    }
.showcase-carousel {
    cursor: url("../images/drag.html") 40 40, crosshair;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.showcase-carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
.showcases-overlay {
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
    }
.showcase-carousel .item:hover .showcases-overlay {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
    }
.showcases-overlay a {
    cursor: url("../images/view.html") 40 40, crosshair;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    }
.showcases-overlay h1 {
    margin-bottom: 40px;
    }
.showcases-overlay h1>span {
    font-size: 32px;
    line-height: 39px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 8px;
    border:solid 5px;
    padding: 15px 15px 15px 23px;
    }

/**
 * =about page
 */
.about-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
.about .promo-caps {
    font-size: 28px;
    line-height: 38px;
    font-weight: 200;
    }
.client-list span a {
    font-size: 16px;
    line-height: 23px;
    }
.client-list span:after {
    content: ' / ';
    }
.client-list span:last-child:after {
    display: none;
    }
.profile-list {
    list-style: none;
    padding-left: 0;
    }
.profile-list li {
    border-bottom: solid 1px;
    padding: 3px 0;
    }
.profile-list li a {
    display: block;
    }
.twitter-panel {
    padding: 50px;
    }
.stats-block {
    padding: 50px 31px;
    text-transform: lowercase;
    }
.stats-count {
    font-size: 35px;
    font-weight: 800;
    padding-top: 8px;
    }

/**
 * =portfolio page =works
 */
.works-filter-wrap {
    padding: 40px 0;
    margin-top: 80px;
    }
.works-filter {
    list-style: none;
    padding: 0;
    margin: 0px;
    }
.works-filter li {
    display: inline-block;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
    }
.works-filter li a > span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 5px;
    }
.works-filter li:hover {
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
    }
.works-filter li:after {
    content: "/";
    font-size: 16px;
    font-weight: 200;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
    }
.works-filter li a.active > span {
    background: #fff;
    color: #000;
    }
.works-filter li:last-child:after {
    display: none;
    }
.works-container {
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
    }
.works-item {
    margin: 0 !important;
    padding: 0 !important;
    width: 33.3% !important;
    }
.works-item a {
    background-color: rgba(255,255,255,0.8);
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.works-item a:hover {
    opacity:1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.info a:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.works-item-inner {
    text-align: center;
    }
.works-item-inner h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
.works-item-inner p > span {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
    padding: 7px;
    }
.gallery-links {
    outline: 3px dashed hotpink;
    display: none;
    }
/**
 * =showcases
 */
.showcase-single-item {
    padding-bottom: 20px;
    }
.showcase-single-item h1 {
    font-size: 24px;
    line-height: 31px;
    margin-top: 20px;
    }
.showcase-single-item h2 {
    font-size: 36px;
    line-height: 43px;
    }
.showcase-single-item h2 > span {
    text-transform: uppercase;
    font-weight: 600;
    }
    .showcase-single-item p > span {
    font-size: 18px;
    line-height: 25px;
    padding: 12px;
    text-transform: uppercase;
    }
.showcase-single-content {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
    }
.showcase-single-content h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    margin-top: 30px;
    margin-bottom: 0;
    border-top: solid 5px;
    padding-top: 30px;
    }
.showcase-single-content h4 {
    font-weight: 200;
    font-size: 12px;
    line-height: 19px;
    margin-top: 0px;
    }
.showcase-single-content h6 > span {
    font-weight: 200;
    font-style: italic;
    padding: 3px;
    }
.showcase-thumb-strip a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.showcase-thumb-strip a:hover {
    opacity: 0.4;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }

/**
 * =contact
 */
.contact-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
.contact .promo-caps {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    }
.email-wrap {
    padding-top: 20px;
    }
.contact-mail {
    font-size: 18px;
    line-height: 25px;font-weight:300;
    color: #fff;
    }
#contactForm {
    margin-top: 20px;
    }
.contact-item {
    padding: 0px;
    }
.address-heading {
    padding: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 21px;
    text-transform: uppercase;
    }
.email-heading {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0;
    }
input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    }
input:focus,
textarea:focus {
    border-bottom: none !important;
    color: #444 !important;
    background: #f2f2f2 !important;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    }
textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    }
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
    }
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
    }
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    }
fieldset h1 {
    color: #000000;
    font-size: 24px;
    }
.contact-label-box {
    color: #222;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
    }
.contact-label-box > span {
    display: block;
    margin-right: 10px;
    }
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
    }
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
    }
.contact .alert {
    box-shadow: none;
    border:none;
    border-radius: 0;
    text-shadow:none;
    font-size: 12px;
    line-height: 19px;
    margin-bottom:10px;
    padding:10px;
    color: #fff;
    text-align: left;
    }
.btn-wrap {
    margin-top: 60px;
    }
.space-left {
    margin-left: 1%;
    }
.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    }
.alert > p {
    padding: 5px;
    text-shadow:none;
    font-size: 14px;
    line-height: 21px;
    }

/**
 * =colors
 */
.white {
  color: #ffffff;
    }
.softwhite {
  color: #fafafa;
    }
.whitegray {
  color: #ebebeb;
    }
.dark {
  color: #888888;
    }
.black {
  color: #121214;
    }
.silver {
  color: #cccccc;
    }
.color {
  color: #fff85f;
    }
/*.white-bg {*/
/*  background: #ffffff;*/
/*    }*/
.softwhite-bg {
  background: #fafafa;
    }
.whitegray-bg {
  background: #ebebeb;
    }
.dark-bg {
  background: #888888;
    }
.black-bg {
  background: #121214;
    }
.silver-bg {
  background: #cccccc;
    }
.color-bg {
  background: #fff85f;
    }
.dark-trans-bg {
  background: rgba(0, 0, 0, 0.4);
    }
.white-trans-bg {
  background: rgba(255, 255, 255, 0.4);
    }
a {
  color: #121214;
    }
a:hover {
  color: #fff85f;
    }
::selection {
  background: #fff85f;
  color: #121214;
    }
::-moz-selection {
  background: #fff85f;
  color: #121214;
    }
.showcase-panel h1 > span {
  border-color: #ffffff;
    }
.explore-link a:hover {
  color: #ffffff;
    }
.main-nav-menu li a.main-nav-link:focus {
  color: #fff85f;
    }
.sub-nav a {
  color: #888888;
    }
.sub-nav a:hover {
  color: #fff85f;
    }
.client-list span a {
  color: #888888;
    }
.client-list span a:hover {
  color: #121214;
    }
.profile-list li {
  border-color: #ebebeb;
    }
.profile-list li:hover,
.profile-list li:hover a {
  background-color: #fff85f;
  color: #121214;
  border-color: #888888;
    }
.alert {
  background: #fff85f;
  color: #121214;
    }

/**
 * =backgrounds
 *
 * INTRO-01
 */
.showcase-panel-bg-01 {
    background-image: url('../images/showcase/02.html');
    }
.showcase-panel-bg-02 {
    background-image: url('../images/showcase/01.html');
    }
.showcase-panel-bg-04 {
    background-image: url('../images/showcase/04.html');
    }
.showcase-panel-bg-05 {
    background-image: url('../images/showcase/05.html');
    }

/**
 * INTRO-03
 */
body#index .mastwrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ccc;
    background-image: url('../pix/bg/index.png');
    }

/**
 * INTRO-05
 */
.intro-05-bg {
    background-image: url('../images/bg/03.html');
    }

/**
 * =showcases
 */
.showcase-01 {
    background-image: url('../images/showcases/01.html');
    }
.showcase-02 {
    background-image: url('../images/showcases/02.html');
    }
.showcase-03 {
    background-image: url('../images/showcases/03.html');
    }
.showcase-04 {
    background-image: url('../images/showcases/04.html');
    }
.showcase-05 {
    background-image: url('../images/showcases/05.html');
    }

/**
 * =coverflow
 */
.coverflow-bg {
    background-image: url('../images/bg/04.html');
    }
.cover-01 {
    background-image: url('../images/showcases/01.html');
    }
.cover-02 {
    background-image: url('../images/showcases/02.html');
    }
.cover-03 {
    background-image: url('../images/showcases/03.html');
    }
.cover-04 {
    background-image: url('../images/showcases/04.html');
    }
.cover-05 {
    background-image: url('../images/showcases/05.html');
    }
.cover-06 {
    background-image: url('../images/showcases/01.html');
    }
.cover-07 {
    background-image: url('../images/showcases/02.html');
    }
.cover-08 {
    background-image: url('../images/showcases/03.html');
    }
.cover-09 {
    background-image: url('../images/showcases/04.html');
    }
.cover-10 {
    background-image: url('../images/showcases/05.html');
    }
.cover-11 {
    background-image: url('../images/showcases/01.html');
    }
.cover-12 {
    background-image: url('../images/showcases/02.html');
    }
.cover-13 {
    background-image: url('../images/showcases/03.html');
    }
.cover-14 {
    background-image: url('../images/showcases/04.html');
    }
.cover-15 {
    background-image: url('../images/showcases/05.html');
    }

/**
 * contact
 */
.contact-bg {
    background-image: url('../pix/bg/contact.jpg');
    }

    /**
 * =about
 */
 #about .sub-heading {
    margin: 10px 0 0;
    }
#about h4 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    }
#about .real .stats-count.font1 {
    font-size: 24px;
    line-height: inherit;
    text-transform: lowercase;
    }
.about-bg {
    background-image: url('../pix/bg/about-alt.html');
    }

/**
 * =responsive
 */

/**
 * =huge display
 */
@media (min-width: 3000px) {
    }

/**
 * =projector Screens and Ver Large Monitors
 */
@media (min-width: 2561px) {
    }

/**
 * =iMac 27, HD Screens and Large Monitors
 */
@media (min-width: 1921px) and (max-width: 2560px) {
    }

/**
 * =large Widescreen Monitors
 */
@media (max-width: 1920px) {
    }

/**
 * =medium Widescreen Monitors
 */
@media (max-width: 1680px) {
    }

/**
 * =large Widescreen Laptops
 */
@media (max-width: 1440px) {
    }

/**
 * =common Widescreen Laptops
 */
@media (max-width: 1366px) {
    }

/**
 * =very Large Tablets and Medium Laptops
 */
@media (max-width: 1280px) {
    }

/**
 * =notebooks and Small Laptops
 */
@media (max-width: 1199px) {
    .common-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    }

/**
 * =iPad Landscape Mode and Large Tablets
 */
@media (max-width: 1024px) {
    .common-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    body#index {
        overflow: hidden;
        }
    body#index .mastwrap h1 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 200;
        }
    #index .intro-03-bg {
        background: hotpink;
        }
    .container {
        max-width: 960px;
        }
    .contact .container {
        max-width: 900px;
        background-color: #fff;
        }
    }

/**
 * =small Desktop and Very Small Notebook
 */
@media (min-width: 990px) {
    .showcase-single-item {
        padding: 50px;
        }
    }
/**
 * =you fuckers really suck balls, desktop first development? I think you are really on to something there.
 */
@media (max-width: 990px) {
    .container {
        max-width: 950px;
        padding-left:20px;
        padding-right:20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .page-content.about {
        margin-top: 40px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .common-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 31px;
        }
    .about-content-split {
        height: auto !important;
        }
    .common-pad {
        padding: 20px;
    }
    .explore-link a {
        font-size: 22px;
        letter-spacing: normal;
        line-height: 29px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 31px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 29px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 27px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 24px;
        line-height: 31px;
        }
    .showcases-overlay h1 > span {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =medium tablets
 */
@media (max-width: 800px) {
    .container {
        max-width: 760px;
        padding-left:20px;
        padding-right:20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    .text-left,
    .text-right {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        }
    .explore-link a {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 25px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 23px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 20px;
        line-height: 27px;
        }
    .showcases-overlay h1 > span {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =iPad Portrait Mode, iPad Mini and Small Tablets
 */
@media (max-width: 768px) {
    .container {
        max-width: 728px;
        padding-left:20px;
        padding-right:20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        }
    .explore-link a {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 25px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 23px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 20px;
        line-height: 27px;
        }
    .showcases-overlay h1 > span {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =iPhone 6Plus Landscape Mode
 */
@media screen and (max-width: 736px) {
    .container {
        max-width: 696px;
        padding-left:20px;
        padding-right:20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        }
    .explore-link a {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 25px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 23px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 20px;
        line-height: 27px;
        }
    .showcases-overlay h1 > span {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =iPhone 6 Landscape Mode
 */
@media screen and (max-width: 667px) {

    .container {
        max-width: 627px;
        padding-left:20px;
        padding-right:20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
        .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        }
    .explore-link a {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 25px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 23px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 20px;
        line-height: 27px;
        }
    .showcases-overlay h1 > span {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =medium Smart Phones v2
 */
@media screen and (max-width: 640px) {
    .container {
        max-width: 600px;
        padding-left:20px;
        padding-right:20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        }
    .explore-link a {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 23px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 21px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 18px;
        line-height: 25px;
        }
    .showcases-overlay h1 > span {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =google Nexus and Other Large Smart Phones v1
 */
@media screen and (max-width: 600px)  {
    .container {
        max-width: 560px;
        padding-left: 20px;
        padding-right: 20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        }
    .explore-link a {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 23px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 21px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 18px;
        line-height: 25px;
        }
    .showcases-overlay h1 > span {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =iPhone Landscape Mode and Mediium Smart Phones
 */
@media screen and (max-width: 480px) {
    .container {
        max-width: 440px;
        padding-left: 20px;
        padding-right: 20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    .text-left,
    .text-right {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        }
    .explore-link a {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 23px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 25px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 21px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 18px;
        line-height: 25px;
        }
    .showcases-overlay h1 > span {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =iPhone 6Plus Portrait Mode
 */
@media screen and (max-width: 414px) {
    .container {
        max-width: 384px;
        padding-left: 20px;
        padding-right: 20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        }
    .explore-link a {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 21px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 23px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 12px;
        letter-spacing: normal;
        line-height: 19px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 16px;
        line-height: 23px;
        }
    .showcases-overlay h1 > span {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 19px;
        }
    .works-item {
        width: 50% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =iPhone 6 Portrait Mode
 */
@media screen and (max-width: 375px) {
    .container {
        max-width: 355px;
        padding-left: 20px;
        padding-right: 20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        }
    .explore-link a {
        font-size: 12px;
        letter-spacing: normal;
        line-height: 19px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 19px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 10px;
        letter-spacing: normal;
        line-height: 17px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1, .news-item p > span,
    .contact .promo-caps {
        font-size: 14px;
        line-height: 21px;
        }
    .showcases-overlay h1 > span {
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 17px;
        }
    .works-item {
        width: 100% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =other Major Small Smart Phones
 */
@media screen and (max-width: 360px) {
    .container {
        max-width: 320px;
        padding-left: 20px;
        padding-right: 20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        }
    .explore-link a {
        font-size: 12px;
        letter-spacing: normal;
        line-height: 19px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 19px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 10px;
        letter-spacing: normal;
        line-height: 17px;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1,
    .news-item p > span,
    .contact .promo-caps {
        font-size: 14px;
        line-height: 21px;
        }
    .showcases-overlay h1 > span {
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 17px;
        }
    .works-item {
        width: 100% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =iPhone (5S, 5, 4S and 4) Portrait Mode and Very Small Mobile Phones
 */
@media screen and (max-width: 320px) {
    .container {
        max-width: 280px;
        padding-left: 20px;
        padding-right: 20px;
        }
    .add-top-half {
        padding-top: 35px;
        }
    .add-bottom-half {
        padding-bottom: 35px;
        }
    .mob-center {
        text-align: center;
        }
    .mob-add-top {
        margin-top: 30px;
        }
    .mob-add-bottom {
        margin-bottom:30px;
        }
    .text-left,
    .text-right,
    p,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
        }
    .btn {
        width: 100%;
        }
    .page-section,
    .separator-section {
        padding: 40px 0;
        }
    img.img-responsive {
        display: inline-block;
        }
    .xxxcommon-pad {
        padding: 80px 20px;
        }
    .mastwrap {
        padding-top: 48px;
        }
    .sticky-panel {
        display: none;
        }
    .showcase-panel h1 > span {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        }
    .explore-link a {
        font-size: 12px;
        letter-spacing: normal;
        line-height: 19px;
        }
    .intro-04 .promo-caps,
    .intro-07 .promo-caps,
    .intro-06 .promo-caps {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        text-align: center;
        }
    .intro-04 .promo-caps > span {
        border-left: none;
        }
    #slide-title {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 19px;
        }
    .intro-02-wrap {
        margin: 0;
        }
    .sub-heading,
    .intro-03 .promo-caps,
    .about .promo-caps,
    .intro-05 .promo-caps,
    .news-item h2,
    .showcase-single-item p > span,
    .intro-05 h1,
    .showcase-single-item h2,
    .news-item h1, .news-item p > span,
    .contact .promo-caps {
        font-size: 14px;
        line-height: 21px;
        }
    .showcases-overlay h1 > span {
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 17px;
        }
    .intro-02-wrap .works-item {
        margin: 0.2% !important;
        padding: 0 !important;
        width: 49.6% !important;
        }
    .works-item-inner h3,
    .works-item-inner p > span {
        font-size: 10px;
        letter-spacing: normal;
        line-height: 17px;
        }
    .works-item {
        width: 100% !important;
        }
    .social-wrap {
        margin-left: 10px;
        margin-right: 10px;
        }
    }

/**
 * =retina styles
 */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

    }
