/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:900);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  background-color: #fff;
  color: #25292C; }

hr {
  border-top: 1px solid #eee;
  margin: 60px 0; }

h1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
  padding: 0; }

section {
  width: 60%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0; }

a {
  color: #25292C;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted #25292C; }

a:hover {
  border-bottom: 1px dotted transparent; }

a, a:focus, a img, a:focus img {
  outline: none; }

strong {
  font-weight: 400; }

.twitter-tweet {
  margin-left: auto;
  margin-right: auto; }

.csContent figure.floatL {
  float: left;
  margin-right: 6%;
  margin-top: 0;
  margin-left: -15%;
  z-index: 1; }

.clear {
  clear: both; }

#introScreen {
  padding: 180px 0; }

#resumeScreen,
#bunchOfPixels {
  height: 210px;
  line-height: 210px;
  text-align: center; }

#resumeScreen p,
#bunchOfPixels p {
  margin: 0 auto; }

#bunchOfPixels {
  background: #1b1f22;
  color: white;
  width: 100%;
  max-width: 100%; }

#bunchOfPixels a {
  color: white;
  border-bottom-color: white; }

#bunchOfPixels a:hover {
  border-bottom-color: transparent; }

#contactScreen {
  width: 100%;
  max-width: 100%; }

#contactScreen a {
  display: block;
  width: 33.3%;
  height: 300px;
  text-align: center;
  float: left;
  color: #fff;
  background: #25292C;
  position: relative;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease; }

#contactScreen a:nth-child(2) {
  width: 33.4%; }

#contactScreen a:hover {
  /*background: #C84963;*/
  background: #C5413C; }

#contactScreen a:nth-child(2) {
  background: #42474B; }

#contactScreen a:nth-child(2):hover {
  /*background: #D85A74;*/
  background: #D8504A; }

#contactScreen a:nth-child(3) {
  background: #616669; }

#contactScreen a:nth-child(3):hover {
  /*background: #E86782;*/
  background: #E65D56; }

#contactScreen a div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

#contactScreen p,
#contactScreen svg {
  margin: 0;
  padding: 0; }

.csScreen {
  height: 510px;
  background: #333;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 0; }

.csScreen h1 {
  line-height: 1; }

.csScreen p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2; }

.csScreen a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.csScreen .csScreenInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.csScreen .hoverLabel {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-25px) translateZ(0);
  -moz-transform: translateX(-50%) translateY(-25px) translateZ(0);
  -o-transform: translateX(-50%) translateY(-25px) translateZ(0);
  transform: translateX(-50%) translateY(-25px) translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.csScreen:hover .hoverLabel {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-35px) translateZ(0);
  -moz-transform: translateX(-50%) translateY(-35px) translateZ(0);
  -o-transform: translateX(-50%) translateY(-35px) translateZ(0);
  transform: translateX(-50%) translateY(-35px) translateZ(0);
  opacity: 1; }

.csIllu {
  margin-bottom: 30px; }

#csUnflattening {
  background: #57C6B5; }

#unflatteningIllu {
  position: relative;
  width: 220px;
  height: 150px;
  margin-left: auto;
  margin-right: auto; }

.unflatteningIlluClosedEye,
.unflatteningIlluOpenEye {
  position: absolute;
  top: 0;
  left: 0; }

.unflatteningIlluOpenEye {
  opacity: 0; }

#csUnflattening:hover .unflatteningIlluOpenEye {
  opacity: 1; }

#csUnflattening:hover .unflatteningIlluClosedEye {
  opacity: 0; }

#csIntercomMessenger {
  background: #E65D56; }

#intercomMessengerIllu {
  position: relative;
  width: 56px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto 15px; }

#intercomMessengerIllu img {
  width: 56px;
  height: 64px; }

#intercomMessengerIllu div {
  width: 8px;
  height: 8px;
  background: #E65D56;
  border-radius: 999px;
  position: absolute;
  top: 25px; }

#intercomMessengerIllu div:nth-child(1) {
  left: 10px; }

#intercomMessengerIllu div:nth-child(2) {
  left: 24px; }

#intercomMessengerIllu div:nth-child(3) {
  left: 38px; }

#csIntercomMessenger:hover #intercomMessengerIllu div:nth-child(1) {
  -webkit-animation: bounce 1s linear infinite;
  -moz-animation: bounce 1s linear infinite;
  -o-animation: bounce 1s linear infinite;
  animation: bounce 1s linear infinite; }

#csIntercomMessenger:hover #intercomMessengerIllu div:nth-child(2) {
  -webkit-animation: bounce 1s linear infinite;
  -moz-animation: bounce 1s linear infinite;
  -o-animation: bounce 1s linear infinite;
  animation: bounce 1s linear infinite;
  animation-delay: .16s; }

#csIntercomMessenger:hover #intercomMessengerIllu div:nth-child(3) {
  -webkit-animation: bounce 1s linear infinite;
  -moz-animation: bounce 1s linear infinite;
  -o-animation: bounce 1s linear infinite;
  animation: bounce 1s linear infinite;
  animation-delay: .32s; }

@-webkit-keyframes bounce {
  0% {
    top: 25px; }
  10% {
    top: 22px; }
  20% {
    top: 22px; }
  40% {
    top: 25px; } }
@-moz-keyframes bounce {
  0% {
    top: 25px; }
  10% {
    top: 22px; }
  20% {
    top: 22px; }
  40% {
    top: 25px; } }
@-o-keyframes bounce {
  0% {
    top: 25px; }
  10% {
    top: 22px; }
  20% {
    top: 22px; }
  40% {
    top: 25px; } }
@keyframes bounce {
  0% {
    top: 25px; }
  10% {
    top: 22px; }
  20% {
    top: 22px; }
  40% {
    top: 25px; } }
#csBeyondApp {
  background: #485FA0; }

#beyondAppPhone {
  width: 84px;
  height: 140px;
  background: transparent;
  border: 4px solid white;
  border-radius: 9px;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden; }

#beyondAppPhone div {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid white;
  border-radius: 6px;
  margin: 0;
  position: absolute;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

#beyondAppPhone div:nth-child(1) {
  top: 25px;
  left: 8px; }

#beyondAppPhone div:nth-child(2) {
  top: 25px;
  left: 32px; }

#beyondAppPhone div:nth-child(3) {
  top: 25px;
  left: 56px; }

#beyondAppPhone div:nth-child(4) {
  top: 49px;
  left: 8px; }

#beyondAppPhone div:nth-child(5) {
  top: 49px;
  left: 32px; }

#beyondAppPhone div:nth-child(6) {
  top: 49px;
  left: 56px; }

#beyondAppPhone div:nth-child(7) {
  top: 73px;
  left: 8px; }

#beyondAppPhone div:nth-child(8) {
  top: 73px;
  left: 32px; }

#beyondAppPhone div:nth-child(9) {
  top: 73px;
  left: 56px; }

#beyondAppPhone div:nth-child(10) {
  top: 97px;
  left: 8px; }

#beyondAppPhone div:nth-child(11) {
  top: 97px;
  left: 32px; }

#beyondAppPhone div:nth-child(12) {
  top: 97px;
  left: 56px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(1) {
  left: -30px;
  top: -20px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(2) {
  width: 64px;
  left: 8px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(3) {
  left: 100px;
  top: -20px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(4) {
  left: -40px;
  top: 35px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(5) {
  width: 64px;
  left: 8px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(6) {
  left: 120px;
  top: 45px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(7) {
  left: -60px;
  top: 75px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(8) {
  width: 64px;
  left: 8px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(9) {
  left: 95px;
  top: 88px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(10) {
  left: -75px;
  top: 135px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(11) {
  width: 64px;
  left: 8px; }

#csBeyondApp:hover #beyondAppPhone div:nth-child(12) {
  left: 98px;
  top: 145px; }

#csPPDocumentation {
  background: #009cde; }

#docuVisu {
  width: 110px;
  height: 115px;
  position: relative;
  margin: 0 auto 15px; }

#docuVisu img {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#ppFile1 {
  bottom: 10px;
  right: 0px; }

#ppFile2 {
  bottom: 20px;
  right: 10px; }

#ppFile3 {
  bottom: 30px;
  right: 20px; }

#csPPDocumentation:hover #ppFile1 {
  -webkit-transform: translateX(10px) translateY(10px);
  -moz-transform: translateX(10px) translateY(10px);
  -o-transform: translateX(10px) translateY(10px);
  transform: translateX(10px) translateY(10px); }

#csPPDocumentation:hover #ppFile3 {
  -webkit-transform: translateX(-10px) translateY(-10px);
  -moz-transform: translateX(-10px) translateY(-10px);
  -o-transform: translateX(-10px) translateY(-10px);
  transform: translateX(-10px) translateY(-10px); }

#csDesignPractice {
  background: #E73E3E; }

#csDesignPractice img:nth-child(2) {
  margin-top: 20px; }

#csDesignPractice:hover img:nth-child(1) {
  -webkit-animation: rotate 6s linear infinite;
  -moz-animation: rotate 6s linear infinite;
  -o-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite; }

#csDesignPractice:hover img:nth-child(2) {
  -webkit-animation: rotateInv 6s linear infinite;
  -moz-animation: rotateInv 6s linear infinite;
  -o-animation: rotateInv 6s linear infinite;
  animation: rotateInv 6s linear infinite; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotateInv {
  100% {
    -webkit-transform: rotate(-360deg); } }
@-moz-keyframes rotateInv {
  100% {
    -moz-transform: rotate(-360deg); } }
@-o-keyframes rotateInv {
  100% {
    -o-transform: rotate(-360deg); } }
@keyframes rotateInv {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
#csCharts {
  background: #FC9A66; }

#craftingChartsVisu {
  margin-bottom: 30px; }

#csCharts #craftingChartsVisuContainer {
  border-bottom: 2px solid #da7743;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 300px; }

#csCharts #craftingChartsVisuContainer div {
  background: #da7743;
  height: 100px;
  width: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease; }

#csCharts #craftingChartsVisuContainer div:nth-child(1) {
  height: 5px; }

#csCharts #craftingChartsVisuContainer div:nth-child(2) {
  left: 45px;
  height: 20px; }

#csCharts #craftingChartsVisuContainer div:nth-child(3) {
  left: 90px;
  height: 35px; }

#csCharts #craftingChartsVisuContainer div:nth-child(4) {
  left: 135px;
  height: 50px; }

#csCharts #craftingChartsVisuContainer div:nth-child(5) {
  left: 180px;
  height: 65px; }

#csCharts #craftingChartsVisuContainer div:nth-child(6) {
  left: 225px;
  height: 80px; }

#csCharts #craftingChartsVisuContainer div:nth-child(7) {
  left: 270px;
  height: 95px; }

#csCharts:hover #craftingChartsVisuContainer div:nth-child(1) {
  height: 45px; }

#csCharts:hover #craftingChartsVisuContainer div:nth-child(2) {
  height: 15px; }

#csCharts:hover #craftingChartsVisuContainer div:nth-child(3) {
  height: 45px; }

#csCharts:hover #craftingChartsVisuContainer div:nth-child(4) {
  height: 60px; }

#csCharts:hover #craftingChartsVisuContainer div:nth-child(5) {
  height: 45px; }

#csCharts:hover #craftingChartsVisuContainer div:nth-child(6) {
  height: 90px; }

#csCharts:hover #craftingChartsVisuContainer div:nth-child(7) {
  height: 75px; }

#csPbxUpload {
  background: #62A6D9; }

#loaderVisu {
  background: #fff;
  width: 250px;
  height: 20px;
  border-radius: 15px;
  padding: 3px;
  overflow: hidden;
  text-align: left;
  line-height: 20px;
  margin: 0 auto 45px; }

#loaderVisuProgress {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  height: 20px;
  width: 75px;
  border-radius: 15px;
  background: #224B6B; }

#csPbxUpload:hover #loaderVisuProgress {
  width: 250px; }

#csPbxUpsell {
  background: #5bd8c2; }

#visuCircle {
  background: #45c0aa;
  border-radius: 999px;
  width: 46px;
  height: 46px;
  margin: 0 auto 30px;
  padding: 0; }

#visuCircle p {
  color: #fff;
  font-weight: 900;
  font-size: 43px;
  line-height: 43px;
  margin: 3px 0 0 1px;
  padding: 0;
  font-family: 'Alegreya Sans', sans-serif; }

#csPbxUpsell:hover #visuCircle {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/*CS*/
nav {
  width: 69px;
  text-align: center;
  position: fixed; }

nav a {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #ddd;
  border-bottom: none;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease; }

nav a:hover {
  background: #E65D56;
  border-bottom: none; }

nav svg {
  width: 60px;
  height: 60px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.csContent {
  padding: 120px 30px; }

.csContent header {
  margin: 90px 0 180px 0;
  text-align: center; }

.csContent header p {
  margin: 0; }

.csContent h3 {
  margin: 90px 0 30px; }

.csContent figure {
  text-align: center;
  margin: 60px 0;
  position: relative; }

.csContent figure figcaption {
  font-size: 1.1rem;
  font-style: italic;
  margin: 5px 0 0 0; }

.csContent figure img {
  max-width: 100%; }

.csContent video {
  max-width: 100%; }

.csContent p,
.csContent li {
  line-height: 1.8; }

.foreword {
  width: 100%;
  border: 1px solid RGBA(230, 93, 86, 0.3);
  border-radius: 3px;
  background: RGBA(230, 93, 86, 0.1);
  padding: 30px 45px;
  box-sizing: border-box;
  color: #E65D56;
  font-size: 1rem; }

.foreword h2 {
  font-size: 1.2rem; }

.foreword a {
  color: #E65D56;
  border-bottom: 1px dotted #E65D56; }

.foreword a:hover {
  border-bottom: 1px dotted transparent; }

.foreword p {
  margin-top: 5px;
  margin-bottom: 0; }

.mainLink {
  text-align: center;
  width: 100%;
  margin: 90px 0; }

.ujContainer {
  height: 857px;
  margin-top: 60px; }

.ujContainer p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.videoOverlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.videoOverlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 72px;
  height: 72px; }

.zoomableOverlay {
  background-color: #fff; }

#bop .zoomableOverlay {
  background-color: #1b1f22; }

@media all and (max-width: 999px) {
  .ujContainer {
    height: auto;
    text-align: center; }

  .csContent figure.floatL {
    float: none;
    margin: 60px auto 15px; }

  .ujContainer p {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/*Bop*/
#bop {
  background: #1b1f22;
  color: white; }

#bop nav a {
  background: #161A1D; }

#bop nav a:hover {
  background: #E65D56; }

@media all and (max-width: 499px) {
  section {
    width: 90%; }

  h1 {
    font-size: 39px;
    line-height: 1.2; }

  #contactScreen a,
  #contactScreen a:nth-child(2) {
    width: 100%;
    float: none; }

  nav {
    width: 100%;
    text-align: left;
    position: static; }

  nav a {
    display: block;
    width: 100%;
    height: 60px;
    border-bottom: none; }

  nav a:hover {
    border-bottom: none; }

  nav svg {
    width: 45px;
    height: 45px;
    left: 15px;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0); }

  .csContent {
    padding: 60px 0; }

  .csContent header {
    margin: 60px 0 120px 0;
    text-align: center; }

  #bunchOfPixels {
    font-size: 1rem; } }

/*# sourceMappingURL=screen.css.map */
