/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

body {
  font-family: "Open Sans", "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
  color: #444444;
  background: #fff;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  padding: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #444444;
}

h1 {
  font-family: "Open Sans", "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
  font-size: 24px;
  padding: 0 0 12px 0;
}
.home h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
}

h5, h6 {
  font-size: 16px;
}

p, ul, ol {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 1.5em 0;
}

a {
  color: #444444;
  text-decoration: none;
  border-bottom: #0adcaa 1px solid;
  line-height: 1;
  transition: color 0.05s linear;
}
a:hover {
  color: #0adcaa;
}
a:focus {
  outline: none;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
}

strong {
  font-weight: 600;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.clearboth {
  clear: both;
}

html, body {
  height: 100%;
}

.wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.content {
  padding: 0;
}

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

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: #f5f5f5 1px solid;
  -webkit-transform: translateZ(0);
}

.ie8 .header {
  background: url(../img/header-bg-tile.png) 0 0 repeat;
}

.branding {
  width: 167px;
  padding: 12px 0 18px;
  float: left;
}
.branding h1 {
  background: url(../svg/clockwork-logo.svg) no-repeat center;
  background-size: 100% auto;
  padding: 0;
  text-indent: -9999em;
}
.branding h1 a {
  width: 167px;
  height: 20px;
  display: block;
  border: none;
}

.no-svg .branding h1,
.ie8 .branding h1 {
  background: url(../img/clockwork-logo.png) no-repeat center;
}

.toggle-nav {
  width: 15px;
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.toggle-nav img {
  width: 100%;
  height: auto;
}

.nav {
  float: right;
  padding-top: 7px;
  margin-bottom: -1px;
}
.nav ul {
  padding: 0;
  font-size: 16px;
}
.nav li {
  float: left;
  padding: 0 10px;
}
.nav li.last {
  padding: 0 0 0 10px;
}
.nav a {
  display: block;
  padding: 10px 10px 15px;
  color: #444444;
  border-bottom: transparent 3px solid;
}
.nav a:hover {
  color: #0adcaa;
}
.nav li.active a {
  border-bottom: #0adcaa 3px solid;
}

.close,
.logo-k {
  display: none;
}

.intro {
  font-weight: 300;
  text-align: center;
  color: #fff;
  background: #0adcaa url(../img/gradient.png) left bottom no-repeat;
}
.intro .table-cell {
  background: url(../img/grid-tile.png) 0 0 repeat;
}
.intro p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 45px;
  line-height: 1.4;
  padding: 0;
}
.intro .animation {
  position: relative;
  margin: 0 10px;
  display: none;
  opacity: 0;
}
.intro .animation .anim-1 {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -4%;
}
.intro .animation .anim-1 .anim-wrapper {
  max-width: 504px;
  margin: 0 auto;
  position: relative;
}
.intro .animation .anim-1 img {
  width: 100%;
  height: auto;
}
.intro .animation .anim-1 .anim-left {
  position: absolute;
  width: 6.35%;
  max-width: 32px;
  left: 42.5%;
  top: 4.92%;
  z-index: 11;
}
.intro .animation .anim-1 .anim-right {
  position: absolute;
  width: 1.39%;
  max-width: 7px;
  right: 48.812%;
  top: 4.92%;
  z-index: 10;
}
.intro .animation .anim-1 .anim-k {
  position: absolute;
  width: 8.53%;
  left: 42.5%;
  top: 4.92%;
}
.intro .animation p {
  opacity: 0;
  display: none;
}
.intro .scroll {
  width: 56px;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: -40px;
  opacity: 0;
  transition: all 0.2s ease;
}
.intro .scroll img {
  width: 100%;
  height: auto;
}
.intro .scroll:hover {
  opacity: 1 !important;
}

.ie8 .intro,
.ie9 .intro {
  background: #0adcaa url(../img/gradient.png) left bottom no-repeat;
}

.flip-container {
  perspective: 1000;
  position: absolute;
  width: 8.53%;
  left: 42.5%;
  top: 4.92%;
}

.flipper {
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.flipper.flip {
  transform: rotateY(180deg);
}

.section {
  background: #fff;
}

.section.alt {
  background: #f5f5f5;
}

.col-left {
  float: left;
}

.col-right {
  float: right;
}

.summary {
  text-align: center;
}
.summary .content {
  padding: 80px 0;
}
.summary p {
  max-width: 635px;
  margin: 0 auto;
  font-size: 18px;
}
.summary p.narrow {
  max-width: 490px;
}

#about .content {
  max-width: 980px;
  margin: 0 auto;
}
#about .col-right {
  width: 44.44%;
}
#about .col-right img {
  width: 100%;
  height: auto;
  margin-top: -40px;
  display: block;
}
#about .col-left {
  max-width: 420px;
  width: 46.67%;
  margin: 80px 0;
}
#about .captions-info {
  font-size: 12px;
  color: #444444;
  line-height: 1.4;
  padding: 10px 0;
  display: none;
}
#about .captions-wrapper {
  display: flex;
  justify-content: space-around;
}
#about .captions-wrapper .caption {
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px;
  color: #0adcaa;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
#about .captions-wrapper .caption span {
  display: block;
  color: #444444;
  font-size: 12px;
}

#services {
  padding: 80px 0 0 0;
}
#services .col-left {
  max-width: 320px;
  width: 29.29%;
}
#services .col-left img {
  width: 100%;
  height: auto;
  margin-top: -40px;
  display: block;
}
#services .col-right {
  width: 65%;
  margin: 0 0 -40px 0;
  background: #e6e6e6 url(../img/grid-tile.png) 0 0 repeat;
}
#services .col-padding {
  padding: 35px 40px;
}
#services h3 {
  padding: 0 0 2px;
}
#services ul.last {
  padding: 0;
}
#services li {
  background: url(../img/bullet.png) -5px 8px no-repeat;
  background-size: 16px 16px;
  line-height: 1.5;
  padding: 5px 0 5px 20px;
}

.ie8 #services li {
  background: url(../img/bullet-ie8.png) -12px 0 no-repeat;
}

#testimonial,
#clients {
  padding: 130px 0 80px;
}
#testimonial .col-left,
#clients .col-left {
  width: 70%;
}
#testimonial .col-right,
#clients .col-right {
  width: 29.29%;
}
#testimonial .chevron,
#clients .chevron {
  position: static;
  cursor: pointer;
  width: 20px;
  height: 34px;
}
#testimonial .slider-next .chevron,
#clients .slider-next .chevron {
  transform: rotate(180deg);
}

.quotes-left,
.quotes-right {
  width: 50%;
  float: left;
  padding-right: 60px;
  box-sizing: border-box;
}

.slider-wrapper {
  position: relative;
}

.slider-prev,
.slider-next {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.slider-prev:hover .st0,
.slider-next:hover .st0 {
  fill: black;
}
.slider-prev:hover .chevron,
.slider-next:hover .chevron {
  background: url(../svg/clockwork-chevron-left-grey.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.slider-prev {
  left: -60px;
}

.slider-next {
  right: -60px;
}

.slider,
.slide {
  height: 100%;
}

.slick-dots {
  bottom: -60px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.4;
  color: black;
}

.slick-dots li button:before {
  opacity: 0.1;
  color: black;
  font-size: 5px;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.4;
}

blockquote {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  padding: 0 0 15px 0;
}

.credit {
  box-sizing: border-box;
  padding: 0 0 40px 69px;
  font-size: 15px;
  text-align: left;
  background: url(../img/credit-bg.png) 0 6px no-repeat;
  font-weight: bold;
}
.credit span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}

#contact {
  padding: 80px 0;
}
#contact .col-left {
  float: right;
  width: 50%;
}
#contact h3 {
  font-size: 18px;
}

#footer-branding {
  padding: 80px 0;
  text-align: center;
}
#footer-branding .logo {
  width: 42px;
  height: 55px;
  background: url(../svg/clockwork-logo-k.svg) 0 0 no-repeat;
  background-size: 100% auto;
  transition: all 0.2s ease;
}
#footer-branding a {
  width: 42px;
  height: 55px;
  margin: 0 auto;
  display: block;
  border: none;
}
#footer-branding a:hover .logo {
  transform: rotate(-90deg);
}

.no-svg #footer-branding .logo,
.ie8 #footer-branding .logo {
  background: url(../img/clockwork-logo-k.png) 0 0 no-repeat;
}

.footer {
  background: #444444;
  color: #fff;
  padding: 17px 0;
}
.footer .col-left,
.footer .col-right {
  width: 50%;
}
.footer .col-right {
  text-align: right;
}
.footer ul {
  font-size: 12px;
  padding: 0;
}
.footer li {
  line-height: 1;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #0adcaa;
}

h2 {
  font-size: 50px;
  font-weight: 400;
  padding: 0 0 18px;
}
h2 span {
  font-weight: 300;
  color: #c8c8c8;
  padding-right: 18px;
}

p.big-text {
  font-size: 18px;
  padding: 0 0 1em 0;
}

.chevron {
  position: absolute;
  width: 32px;
  height: 55px;
  background: url(../svg/clockwork-chevron-left-green.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
#summary .chevron {
  left: -120px;
  bottom: -28px;
  transform: rotate(180deg);
}
#about .chevron {
  right: 220px;
  bottom: -28px;
}
#contact .chevron {
  right: 30px;
  bottom: 10px;
  transform: rotate(-90deg);
  display: none;
}

.no-svg .chevron,
.ie8 .chevron {
  background: url(../img/clockwork-chevron-left-green.png) 0 0 no-repeat;
}

@media only screen and (max-width: 900px) {
  .quotes-left,
.quotes-right {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 860px) {
  .intro p {
    font-size: 32px;
    line-height: 1.4;
    padding: 0 80px;
  }

  h2 {
    font-size: 32px;
  }

  .quotes-left,
.quotes-right {
    width: 100%;
    float: none;
  }

  #about .captions-info {
    display: block;
  }

  #about .captions-wrapper {
    display: block;
  }

  #about .captions-wrapper .caption {
    width: 100%;
    text-align: left;
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 740px) {
  #clients .col-left,
#clients .col-right {
    float: none;
    width: 100%;
  }

  #clients .col-right {
    margin-bottom: 30px;
  }

  .quotes-left,
.quotes-right {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #about .col-left {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  #about .col-right {
    float: none;
    width: 100%;
    clear: both;
    margin: 0;
    max-width: 100%;
    padding: 20px 0 70px;
  }

  #services .col-left,
#services .col-right {
    width: 100%;
    float: none;
    max-width: 100%;
  }

  #contact .col-left {
    margin-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .intro p {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 550px) {
  .nav,
.branding {
    float: none;
    text-align: center;
  }

  .branding {
    margin: 0 auto;
  }

  .nav li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .summary .content {
    padding: 0;
  }

  .summary {
    padding: 30px 0;
  }

  .wrapper {
    padding: 0 20px;
  }

  .branding {
    float: left;
    text-align: left;
  }

  .toggle-nav {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
    clear: both;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(68, 68, 68, 0.9) url(../img/nav-grid-tile.png) 0 0 repeat;
  }
  .nav ul {
    display: table-cell;
    height: 100%;
    padding: 0;
    vertical-align: middle;
  }
  .nav li {
    float: none;
    display: block;
    text-align: middle;
    padding: 10px 0 16px !important;
    font-size: 28px;
  }
  .nav li a {
    padding: 3px 0;
    color: #fff;
    border-bottom: #0adcaa 3px solid;
    display: inline-block;
  }

  .logo-k {
    display: block;
    position: absolute;
    width: 30px;
    height: 38px;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
  }
  .logo-k img {
    width: 100%;
    height: auto;
  }

  .close {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    color: #0adcaa;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
  }
  .close img {
    width: 100%;
    height: auto;
  }

  h2 {
    font-size: 30px;
  }

  p, ul, ol {
    font-size: 14px;
  }

  p.big-text,
#contact h3 {
    font-size: 16px;
  }

  .credit {
    font-size: 16px;
  }
  .credit span {
    font-size: 14px;
  }

  .intro .scroll {
    width: 28px;
    margin-left: -14px;
  }
  .intro p {
    font-size: 26px;
    padding: 0 5px;
  }

  #about .col-left {
    max-width: 100%;
    width: 100%;
    float: none;
  }

  #services .col-left {
    margin-bottom: 30px;
  }
  #services .col-padding {
    padding: 20px;
  }

  blockquote {
    font-size: 16px;
  }

  .chevron {
    width: 16px;
    height: 28px;
  }
  #about .chevron {
    left: 220px;
    bottom: -14px;
  }
  #contact .chevron {
    right: 20px;
    bottom: 80px;
    transform: rotate(-90deg);
  }

  #footer-branding {
    padding: 30px 0;
  }
  #footer-branding .logo {
    width: 30px;
    height: 39px;
  }
  #footer-branding a {
    width: 30px;
    height: 39px;
  }

  #services {
    padding: 30px 0;
  }
  #services .col-right {
    margin: 0 0 -70px;
  }

  #contact {
    padding: 30px 0;
  }

  #testimonial,
#clients {
    padding: 80px 0 10px;
  }

  #about .col-left {
    margin: 0;
    padding: 30px 0 0;
  }

  #about .col-right {
    padding: 30px 0;
  }

  #about .col-right img {
    margin-top: 0;
  }
}