/*

Workbyprocess based on Kirby Starterkit

Author: ROBOCOP / MRS DOUBTFIRE / ROBOT MAN FROM PROMETHEUS
URL:    http://workbyprocess.com
Email:  hello@workbyprocess.com

*/

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}


/* Links
-------------------------------------------------- */
a {
  color: #ed2490;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
}

a:hover {
  color: #ed2490;
}

/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 100%;
  font-family: "DecimaMonoProLt", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.5em;
  /* padding: 1.5em; */
  /* max-width: 50em; */
  background: #111;
  color: #fff;
}


/* Header
-------------------------------------------------- */
#headerWrap {
  background-color: #111;
  text-align: center;
  position: fixed;
  float: left;
  width: 100%;
  height: 50px;
  z-index: 1000;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
}

#slideInner .overlayer{

background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px; 
}

#sliderWrap {
  background-color: #f372b8;
  /* background: url("../images/grid.png"); */
  padding-top: 50px;
}

#workWrap1 {
  background: url("../images/grid_70.png");
  text-align: center;
  padding-top: 2.5em;
}

#workWrap1_arc {
  background: url("../images/grid_70.png");
  text-align: center;
  margin-top: 4em;
  padding-top: 50px;
}

#workWrap2 {
  background: url("../images/grid_90.png");
  text-align: center;
  padding-top: 2.7em;
}

#vimeoWrap {
  background-color: #f372b8;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 1.6em;
}

#vimeoInner {
  width: 47em;
  display: inline-block;
  margin-top: 2em;
}

#projectTitleWrap {
  background: #fff;
  /* url("../images/grid.png"); */
  color: #fff !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

#homePageQuoteWrap {
  background: #fff;
  /* url("../images/grid.png"); */
  color: #111 !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

#projectTextWrap {
  background: url("../images/grid.png");
  color: #111 !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding-top: 2em;
}

#projectTechWrap {
  background: url("../images/grid_70.png");
  color: #111 !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding-top: 0em;
}

#projectImagesWrap {
  background: url("../images/grid_90.png");
  color: #111 !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding-top: 0em;
}

#projectImagesWrap h2, #projectTechWrap h2 {
  color: #fff;
}

#slideInner {
  width: 100%;
  /* position: relative;
  float: left; */
  text-align: center;
}

#work1Inner {
  width: 100%;
  /* position: relative;
  float: left; */
  text-align: center;
}

.header {

  width: 47em;
  display: inline-block;
}


#logoHold {
  position: relative;
  float: left;
  width: 20%;
  margin-top: 0.65em;
  text-align: center;
}

#companyName {
  position: relative;
  float: left;
  height: 100%;
  width: 40%;
  margin-top: 0.6em;
  /* padding-bottom: 0.5em; */
}

.logo {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  /* left: 50%;
  margin-left: -1em; */
}

.logo img {
  color: #fff;
  fill: white;
   width: 25px;
   display: inline-block;
}

.logo img:hover {
    fill: #fce57e !important;
}


/* Navigation
-------------------------------------------------- */

nav {
  position: relative;
  float: right;
  width: 40%;
  text-align: right;
  margin-top: 0.4em;
  font-size: 1em;
}

nav select {
  display: none;
}

.menu a {
  /* display: block; */
  color: #999;
}
.menu a:hover {
  color: #ed2490;
  text-decoration: none;
}
.menu .active {
  color: white;
}
.menu li {
  list-style: none;
  display: inline;
}
.menu > li {
  position: relative;
}
.menu > li > a {
  color: #999;
  padding: 0em;
  font-size: 0.7em;
  text-transform: uppercase;

}

.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 1em;
}
.submenu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -.5em;
  left: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #222;
}
.submenu li {
  border-bottom: 1px solid #444;
}
.submenu a {
  padding: .5em 1.5em;
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  background: #222;
  white-space: nowrap;
}
.submenu a:hover {
  background: #333;
  color: #fff;
}

/* Headings
-------------------------------------------------- */
h1 {
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
  margin-top: .25em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  color: #fff;
}

#companyName h1 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: .5em;
  margin-top: .23em;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  letter-spacing: 0px;
}

.text3 .sixty h2 {
  color: #111;
  text-transform: uppercase;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 0.7em;
  /* font-size: 1.2em; */
}

#homePageQuoteWrap .text3 .sixty h2 {
  color: #111;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.7em;
  /* font-size: 1.2em; */
}

.text3 .sixty {
  text-align: left;
}

.text3 p {
  font-size: 0.9em;
}

#projectTechWrap .text3 .sixty {
  color: #fff;
}

#projectTechWrap .text3 .sixty .left, #projectTechWrap .text3 .sixty .right {
  font-size: 0.9em;
}


h2 {
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: 400;
  /* margin-bottom: .5em; */
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
  padding-bottom: 1.5em;
}
h3 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0em;
  margin-top: .5em;
  text-transform: uppercase;

}
h4 {
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
  margin-top: 0em;
  text-transform: uppercase;
  color: #999;
}

h5 {
  font-size: 0.85em;
  line-height: 1em;
  font-weight: 400;

}


h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}



/* Main
-------------------------------------------------- */
.main {
  padding-bottom: 0em;
  position: relative;
  float: left;
  width: 100%;

}
.main hr {
  margin: 3em 0;
  height: 2px;
  background: #ddd;
}
.main figure {
  margin-bottom: 1.5em;
}

.main p,
.main ol {
  margin-bottom: 1.5em;
}

.main ul {
  margin-bottom: 0em;
}

.main a {
  /* border-bottom: 2px solid #ddd; */
}
.text a:hover {
  color: white;
}

/* Text blocks */
.text ul,
.text ol {
  /* margin-left: 1em; */
}

.text {
  position: relative;
  float: left;
  font-size: 0.7em;
  line-height: 1.2em;
  width: 100%;
}

.text .left, .text .right {
  position: relative;
  float: left;
  width: 50%;
}

.text .right {
  padding-left: 5%;
}

.text2 {
  /* position: relative;
  float: left; */
  /* font-size: 0.7em;
  line-height: 1.2em; */
  width: 95.95em;
  display: inline-block;
}

.text3 {
  /* position: relative;
  float: left; */
  /* font-size: 0.7em;
  line-height: 1.2em; */
  width: 47em;
  display: inline-block;
  text-align: left;
}

.techInfo {
  font-size: 0.85em;
}

.text2 .left, .text2 .right {
  position: relative;
  float: left;
  width: 50%;
}

.text2 .right {
  padding-left: 5%;
}

 #slides {
  /*position: relative;
  float: left; */
  /* width: 100%; */
  margin-bottom: 2em;
  margin-top: 4em;
  display: inline-block;
}

.outer-pager { 
  text-align: center; 
  width: 100%; 
  height: auto; 
  position: relative; 
  float: left; 
  overflow: hidden;
  margin-bottom: 1.3em;
}

.outer-pager span { 
  font-size: 20px; 
  width: 16px; 
  height: 16px; 
  display: inline-block; 
  color: #ffffff; 
  cursor: pointer; 
}

.outer-pager span.cycle-pager-active { 
  color: #111;
}

.outer-pager > * { 
  cursor: pointer;
}

.sixty {
  width: 80%;
  margin-left: 10%;
  margin-top: 0em;
}

.sixty h2, .eighty h2 {
  font-size: 1em;
}

.sixty .tags {
  /* text-align: center; */
}

.eighty {
  width: 80%;
  margin-left: 10%;
  margin-top: 2em;
}

.info {
  margin-top: 0em;
  border-top: 1px solid #444;
  padding-top: 2em;
}

/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}
.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: red;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}


/* Project teaser
-------------------------------------------------- */

ul.teaser {
  font-size: 1.4em;
}

.teaser {
  list-style: none;
}
.teaser li {
  margin-bottom: 1em;
  list-style: none;
}

.teaser li.fullzy {
  float: left;
  width: 100%;
  margin-left: 0%;
}

.teaser li.halfz {
  float: left;
  width: 49%;
  margin-left: 2%;
}

.teaser li.thirdz, .teaser li.thirdz_arc {
  float: left;
  width: 32%;
  margin-right: 2%;
}


/* Thumbscrubber 
-------------------------------------------------- */

.thumbscrubber {
    position: relative;
    display: block;
    cursor: pointer;
}

li.thumbscrubber .hover h3 {
  color: #ed2490;
}

.fullzy.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 529px;
    z-index: 1;
}

.halfz.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 259px;
    z-index: 1;
}

.thirdz.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 169px;
    z-index: 1;
}

.thirdz_arc.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 169px;
    z-index: 1;
}

.thumbscrubber .ts-inner > a > * {
    display:block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbscrubber .ts-inner .ts-currslide {
    opacity: 1;
    height: auto;
}

.thumbscrubber.smooth .ts-inner > * {
    transition: all .3s ease;
}

.ts-info {
  height: auto;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}



/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 0;
  font-size: 0.7em;
  margin-top: 2em;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}

.footerNav nav ul.menu {
  margin-top: 1.5em;
  margin-bottom: 0em;
}


/* Footer
-------------------------------------------------- */
.footer {
  /* border-top: 1px solid  #444; */
  width: 100%;
  background-color: #111;
  padding-top: 2em;
  padding-bottom: 1.4em;
  /* font-size: .6em;
  line-height: 1.2em; */
  position: relative;
  float: left;
  color: #666;
  font-size: 1em;
  
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
  text-align: center;
}

.footerInner {
  max-width: 47em;
  display: inline-block;
  
}

.copyright {
  position: relative;
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 0%;
  font-size: 0.6em;
  line-height: 1.3em;
}

.colophon {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 1em;
  text-align: left;
  font-size: 0.6em;
  line-height: 1.3em;
}
.colophon a {
  color: #fff;
}
.colophon a:hover {
  color: #ed2490;

}


/* Small screens
-------------------------------------------------- */

@media screen and (max-width: 50em) {

  body {
    padding: 1em;
    color: #fff !important;
  }
  nav ul { 
    display: none;
  }
  nav select { 
    display: inline-block; 
    width: 100%;
  }

  nav {
  position: relative;
  float: right;
  width: 100%;
  text-align: left;
  margin-top: 0em;
  font-size: 1em;
}

  .header {
    padding-top: 0em;
    width: 100%;
  }

  #headerWrap {
  background-color: #111;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

#homePageQuoteWrap {
  background: #111;
  /* url("../images/grid.png"); */
  color: #fff !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

#homePageQuoteWrap .text3 .sixty h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0.35em;
  font-size: 14px;
  letter-spacing: 0px;
  /* font-size: 1.2em; */
}


  #vimeoWrap {
    background-color: #111 !important;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 0em;
  }

  #vimeoInner {
    width: 100%;
    display: inline-block;
    margin-top: 0em;
  }

  #sliderWrap {
  display: none;
  background-color: #111;
  /* background: url("../images/grid.png"); */
  padding-top: 50px;
  position: relative;
  float: left;
}

#workWrap1 {
  background: #111;
  text-align: center;
  padding-top: 2.5em;
}

#workWrap1_arc {
  background: #111;
  text-align: center;
  margin-top: 4em;
  padding-top: 50px;
}

#workWrap2 {
  background: #111;
  text-align: center;
  padding-top: 2.7em;
}

#projectTextWrap {
  background: #111;
  color: #fff !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding-top: 1em;
}

#projectTechWrap {
  background: #111;
  color: #fff;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding-top: 0em;
}

#projectImagesWrap {
  background: #111;
  color: #fff;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding-top: 0em;
}

#projectTitleWrap {
  background: #111;
  /* url("../images/grid.png"); */
  color: #fff !important;
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

.text2 {
  /* position: relative;
  float: left; */
  /* font-size: 0.7em;
  line-height: 1.2em; */
  max-width: 95.95em;
  width: auto;
  display: inline-block;
}


.text3 .sixty h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0em;
  /* font-size: 1.2em; */
}

.footer {
  /* border-top: 1px solid  #444; */
  width: 100%;
  background-color: #111;
  padding-top: 1em;
  padding-bottom: 1.4em;
  /* font-size: .6em;
  line-height: 1.2em; */
  position: relative;
  float: left;
  color: #666;
  font-size: 1em;
  
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
  text-align: center;
}

  .text3 {
  /* position: relative;
  float: left; */
  /* font-size: 0.7em;
  line-height: 1.2em; */
  width: 100%;
  display: inline-block;
  text-align: left;
}

  #logoHold {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 0em;
  }

  #companyName {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
    /* padding-bottom: 0.5em; */
    
  }

  .logo {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  /* left: 50%;
  margin-left: -1em; */
}

  .logo img {
    color: #fff;
    fill: white;
    width: 2em;
  }

  #slides {
    display: none;
  }  

  .outer-pager {
    display: none;
  }

  #companyName h1 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0em;
  margin-top: 0em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: 0px;
}

  /* teaser */
  .teaser li {
    margin-bottom: 1.5em;
    list-style: none;
  }

  .teaser li.fullzy {
    float: left;
    width: 100%;
    margin-left: 0%;
  }

  .teaser li.halfz {
    float: left;
    width: 100%;
    margin-left: 0%;
  }

  .teaser li.thirdz, .teaser li.thirdz_arc {
    float: left;
    width: 100%;
    margin-right: 0%;
  }

  .ts-inner a img.ts-offslide {
    display: none;
  }

  /* thumbscrubber */
  .fullzy.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .halfz.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .thirdz.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .thirdz_arc.thumbscrubber .ts-inner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .thumbscrubber .ts-inner > a > * {
    display:block;
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .thumbscrubber .ts-inner .ts-currslide {
    opacity: 1;
    height: auto;
  }

  h1 {
    letter-spacing: 5px;
  }

  h2 {
    text-align: left;
  }

  h3 {
   /* font-size: 1em; */
  }

  h4.tags {
    display: none;
  }

  .text .left, .text .right {
    position: relative;
    float: left;
    width: 100%;
  }

  .text .right {
    padding-left: 0%;
  }

  .sixty {
    width: 100%;
    margin-left: 0%;
    margin-top: 0em;
  }

  .text h2 {
    padding-bottom: 1em;
  }

  .eighty {
    width: 100%;
    margin-left: 0%;
    margin-top: 0.5em;
  }

  .footer {
    text-align: center;
      }

  .copyright {
 display: none;
  }

.colophon {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
  
  a.next, a.prev {
    display: none;
  }

}