/* - - - - - - - -
Colors
- - - - - - - - */
/* - - - - - - - -
Fonts
- - - - - - - - */
/* - - - - - - - -
Margins
- - - - - - - - */
/* project margins */
/* - - - - - - - -
Sizes
- - - - - - - - */
/* - - - - - - - -
Times
- - - - - - - - */
/* - - - - - - - -
z-index
- - - - - - - - */
/* = = = = = = = = = = = = = =
/ Mixins
= = = = = = = = = = = = = = */
/* layout */
/* media */
/* = = = = = = = = = = = = = =
/ Base
= = = = = = = = = = = = = = */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h2, h3 {
  margin: 0;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * 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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 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;
}

.l-margin-top {
  margin: 1.5em auto 0px;
}

.center-vertically {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

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

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

@font-face {
  font-family: 'Roboto Mono';
  src: url("../fonts/RobotoMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.book-title {
  font-weight: 700;
  font-size: 1.3em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 1em 0 3em;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}
.book-title:after {
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -1.25em;
  width: 2.5em;
  height: 0.3em;
  background: #ef8b80;
  content: '';
  margin-top: 1em;
}

h3 {
  margin-top: 2em;
}

.delay-01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.duration-01 {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.duration-03 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.duration-05 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.duration-07 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.duration-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.duration-15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.duration-2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.duration-3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/* keyframes */
@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes floating {
  from {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -5px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  to {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

/* = = = = = = = = = = = = = =
/ Vendor
= = = = = = = = = = = = = = */
.hint--bottom:after, .hint--top:after {
  margin-left: -18px;
}

.hint, [data-hint] {
  position: relative;
  display: inline-block;
}

.hint:after, .hint:before, [data-hint]:after, [data-hint]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.hint--always:after, .hint--always:before, .hint:focus:after, .hint:focus:before, .hint:hover:after, .hint:hover:before, [data-hint]:focus:after, [data-hint]:focus:before, [data-hint]:hover:after, [data-hint]:hover:before {
  opacity: 1;
  visibility: visible;
}

.hint:hover:after, .hint:hover:before, [data-hint]:hover:after, [data-hint]:hover:before {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

.hint--top:before {
  border-top-color: #383838;
  margin-bottom: -12px;
}

.hint--bottom:before {
  border-bottom-color: #383838;
  margin-top: -12px;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:focus:after, .hint--top:focus:before, .hint--top:hover:after, .hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:focus:after, .hint--bottom:focus:before, .hint--bottom:hover:after, .hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -12px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:focus:after, .hint--right:focus:before, .hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -12px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:focus:after, .hint--left:focus:before, .hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/*
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}
*/
/*
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}*/
/*
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}*/
.marvel-device {
  display: inline-block;
  position: relative;
  box-sizing: content-box !important;
}
.marvel-device.shift-left {
  -webkit-transform: scale(0.8) translateX(-46px);
  -moz-transform: scale(0.8) translateX(-46px);
  -ms-transform: scale(0.8) translateX(-46px);
  -o-transform: scale(0.8) translateX(-46px);
  transform: scale(0.8) translateX(-46px);
}
.marvel-device.shift-right {
  -webkit-transform: scale(0.8) translateX(46px);
  -moz-transform: scale(0.8) translateX(46px);
  -ms-transform: scale(0.8) translateX(46px);
  -o-transform: scale(0.8) translateX(46px);
  transform: scale(0.8) translateX(46px);
}

.marvel-device .screen {
  width: 100%;
  position: relative;
  height: 100%;
  color: white;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 3px #111;
  box-shadow: 0 0 0 3px #111;
}
.marvel-device .screen img {
  width: 100%;
}

.marvel-device .top-bar,
.marvel-device .bottom-bar {
  height: 3px;
  background: black;
  width: 100%;
  display: block;
}

.marvel-device .middle-bar {
  width: 3px;
  height: 4px;
  top: 0px;
  left: 90px;
  background: black;
  position: absolute;
}

/*
.marvel-device.iphone6 {
    width: 375px;
    height: 667px;
    padding: 105px 24px;
    background: #d9dbdc;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2)
}
.marvel-device.iphone6:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    content: '';
    left: 6px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #f8f8f8;
    z-index: 1
}
.marvel-device.iphone6:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    top: 8px;
    content: '';
    left: 8px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
    z-index: 2
}
.marvel-device.iphone6 .home {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 22px;
    z-index: 3;
    background: #303233;
    background: -moz-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #303233), color-stop(50%, #b5b7b9), color-stop(69%, #f0f2f2), color-stop(100%, #303233));
    background: -webkit-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -o-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -ms-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#303233', endColorstr='#303233', GradientType=1)
}
.marvel-device.iphone6 .home:before {
    background: #f8f8f8;
    position: absolute;
    content: '';
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px
}
.marvel-device.iphone6 .top-bar {
    height: 14px;
    background: #bfbfc0;
    position: absolute;
    top: 68px;
    left: 0
}
.marvel-device.iphone6 .bottom-bar {
    height: 14px;
    background: #bfbfc0;
    position: absolute;
    bottom: 68px;
    left: 0
}
.marvel-device.iphone6 .sleep {
    position: absolute;
    top: 190px;
    right: -4px;
    width: 4px;
    height: 66px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    background: #d9dbdc
}
.marvel-device.iphone6 .volume {
    position: absolute;
    left: -4px;
    top: 188px;
    z-index: 0;
    height: 66px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: #d9dbdc
}
.marvel-device.iphone6 .volume:before {
    position: absolute;
    left: 2px;
    top: -78px;
    height: 40px;
    width: 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone6 .volume:after {
    position: absolute;
    left: 0px;
    top: 82px;
    height: 66px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone6 .camera {
    background: #3c3d3d;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 3
}
.marvel-device.iphone6 .sensor {
    background: #3c3d3d;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 49px;
    left: 134px;
    z-index: 3;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
.marvel-device.iphone6 .speaker {
    background: #292728;
    width: 70px;
    height: 6px;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -35px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 3
}
.marvel-device.iphone6.gold {
    background: #f9e7d3
}
.marvel-device.iphone6.gold .top-bar,
.marvel-device.iphone6.gold .bottom-bar {
    background: white
}
.marvel-device.iphone6.gold .sleep,
.marvel-device.iphone6.gold .volume {
    background: #f9e7d3
}
.marvel-device.iphone6.gold .home {
    background: #cebba9;
    background: -moz-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cebba9), color-stop(50%, #f9e7d3), color-stop(100%, #cebba9));
    background: -webkit-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: -o-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: -ms-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cebba9', endColorstr='#cebba9', GradientType=1)
}
.marvel-device.iphone6.black {
    background: #464646;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7)
}
.marvel-device.iphone6.black:before {
    background: #080808
}
.marvel-device.iphone6.black:after {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121
}
.marvel-device.iphone6.black .top-bar,
.marvel-device.iphone6.black .bottom-bar {
    background: #212121
}
.marvel-device.iphone6.black .volume,
.marvel-device.iphone6.black .sleep {
    background: #464646
}
.marvel-device.iphone6.black .camera {
    background: #080808
}
.marvel-device.iphone6.black .home {
    background: #080808;
    background: -moz-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #080808), color-stop(50%, #464646), color-stop(100%, #080808));
    background: -webkit-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: -o-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: -ms-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#080808', GradientType=1)
}
.marvel-device.iphone6.black .home:before {
    background: #080808
}
.marvel-device.iphone6.landscape {
    padding: 24px 105px;
    height: 375px;
    width: 667px
}
.marvel-device.iphone6.landscape .sleep {
    top: 100%;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    right: 190px;
    height: 4px;
    width: 66px
}
.marvel-device.iphone6.landscape .volume {
    width: 66px;
    height: 4px;
    top: -4px;
    left: calc(100% - 188px - 66px);
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone6.landscape .volume:before {
    width: 40px;
    height: 2px;
    top: 2px;
    right: -78px;
    left: auto;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone6.landscape .volume:after {
    left: -82px;
    width: 66px;
    height: 4px;
    top: 0;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone6.landscape .top-bar {
    width: 14px;
    height: 100%;
    left: calc(100% - 68px - 14px);
    top: 0
}
.marvel-device.iphone6.landscape .bottom-bar {
    width: 14px;
    height: 100%;
    left: 68px;
    top: 0
}
.marvel-device.iphone6.landscape .home {
    top: 50%;
    margin-top: -34px;
    margin-left: 0;
    left: 22px
}
.marvel-device.iphone6.landscape .sensor {
    top: 134px;
    left: calc(100% - 49px - 16px)
}
.marvel-device.iphone6.landscape .speaker {
    height: 70px;
    width: 6px;
    left: calc(100% - 54px - 6px);
    top: 50%;
    margin-left: 0px;
    margin-top: -35px
}
.marvel-device.iphone6.landscape .camera {
    left: calc(100% - 32px);
    top: 50%;
    margin-left: 0px;
    margin-top: -5px
}
.marvel-device.iphone6plus {
    width: 414px;
    height: 736px;
    padding: 112px 26px;
    background: #d9dbdc;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2)
}
.marvel-device.iphone6plus:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    content: '';
    left: 6px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #f8f8f8;
    z-index: 1
}
.marvel-device.iphone6plus:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    top: 8px;
    content: '';
    left: 8px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
    z-index: 2
}
.marvel-device.iphone6plus .home {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 24px;
    z-index: 3;
    background: #303233;
    background: -moz-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #303233), color-stop(50%, #b5b7b9), color-stop(69%, #f0f2f2), color-stop(100%, #303233));
    background: -webkit-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -o-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -ms-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#303233', endColorstr='#303233', GradientType=1)
}
.marvel-device.iphone6plus .home:before {
    background: #f8f8f8;
    position: absolute;
    content: '';
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px
}
.marvel-device.iphone6plus .top-bar {
    height: 14px;
    background: #bfbfc0;
    position: absolute;
    top: 68px;
    left: 0
}
.marvel-device.iphone6plus .bottom-bar {
    height: 14px;
    background: #bfbfc0;
    position: absolute;
    bottom: 68px;
    left: 0
}
.marvel-device.iphone6plus .sleep {
    position: absolute;
    top: 190px;
    right: -4px;
    width: 4px;
    height: 66px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    background: #d9dbdc
}
.marvel-device.iphone6plus .volume {
    position: absolute;
    left: -4px;
    top: 188px;
    z-index: 0;
    height: 66px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: #d9dbdc
}
.marvel-device.iphone6plus .volume:before {
    position: absolute;
    left: 2px;
    top: -78px;
    height: 40px;
    width: 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone6plus .volume:after {
    position: absolute;
    left: 0px;
    top: 82px;
    height: 66px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone6plus .camera {
    background: #3c3d3d;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 29px;
    left: 50%;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 3
}
.marvel-device.iphone6plus .sensor {
    background: #3c3d3d;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 54px;
    left: 154px;
    z-index: 3;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
.marvel-device.iphone6plus .speaker {
    background: #292728;
    width: 70px;
    height: 6px;
    position: absolute;
    top: 59px;
    left: 50%;
    margin-left: -35px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 3
}
.marvel-device.iphone6plus.gold {
    background: #f9e7d3
}
.marvel-device.iphone6plus.gold .top-bar,
.marvel-device.iphone6plus.gold .bottom-bar {
    background: white
}
.marvel-device.iphone6plus.gold .sleep,
.marvel-device.iphone6plus.gold .volume {
    background: #f9e7d3
}
.marvel-device.iphone6plus.gold .home {
    background: #cebba9;
    background: -moz-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cebba9), color-stop(50%, #f9e7d3), color-stop(100%, #cebba9));
    background: -webkit-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: -o-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: -ms-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cebba9', endColorstr='#cebba9', GradientType=1)
}
.marvel-device.iphone6plus.black {
    background: #464646;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7)
}
.marvel-device.iphone6plus.black:before {
    background: #080808
}
.marvel-device.iphone6plus.black:after {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121
}
.marvel-device.iphone6plus.black .top-bar,
.marvel-device.iphone6plus.black .bottom-bar {
    background: #212121
}
.marvel-device.iphone6plus.black .volume,
.marvel-device.iphone6plus.black .sleep {
    background: #464646
}
.marvel-device.iphone6plus.black .camera {
    background: #080808
}
.marvel-device.iphone6plus.black .home {
    background: #080808;
    background: -moz-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #080808), color-stop(50%, #464646), color-stop(100%, #080808));
    background: -webkit-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: -o-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: -ms-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
    background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#080808', GradientType=1)
}
.marvel-device.iphone6plus.black .home:before {
    background: #080808
}
.marvel-device.iphone6plus.landscape {
    padding: 26px 112px;
    height: 414px;
    width: 736px
}
.marvel-device.iphone6plus.landscape .sleep {
    top: 100%;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    right: 190px;
    height: 4px;
    width: 66px
}
.marvel-device.iphone6plus.landscape .volume {
    width: 66px;
    height: 4px;
    top: -4px;
    left: calc(100% - 188px - 66px);
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone6plus.landscape .volume:before {
    width: 40px;
    height: 2px;
    top: 2px;
    right: -78px;
    left: auto;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone6plus.landscape .volume:after {
    left: -82px;
    width: 66px;
    height: 4px;
    top: 0;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone6plus.landscape .top-bar {
    width: 14px;
    height: 100%;
    left: calc(100% - 68px - 14px);
    top: 0
}
.marvel-device.iphone6plus.landscape .bottom-bar {
    width: 14px;
    height: 100%;
    left: 68px;
    top: 0
}
.marvel-device.iphone6plus.landscape .home {
    top: 50%;
    margin-top: -34px;
    margin-left: 0;
    left: 24px
}
.marvel-device.iphone6plus.landscape .sensor {
    top: 154px;
    left: calc(100% - 54px - 16px)
}
.marvel-device.iphone6plus.landscape .speaker {
    height: 70px;
    width: 6px;
    left: calc(100% - 59px - 6px);
    top: 50%;
    margin-left: 0px;
    margin-top: -35px
}
.marvel-device.iphone6plus.landscape .camera {
    left: calc(100% - 29px);
    top: 50%;
    margin-left: 0px;
    margin-top: -5px
}
.marvel-device.iphone5s,
.marvel-device.iphone5c {
    padding: 105px 22px;
    background: #2c2b2c;
    width: 320px;
    height: 568px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.marvel-device.iphone5s:before,
.marvel-device.iphone5c:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    content: '';
    left: 4px;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    background: #1e1e1e;
    z-index: 1
}
.marvel-device.iphone5s .sleep,
.marvel-device.iphone5c .sleep {
    position: absolute;
    top: -4px;
    right: 60px;
    width: 60px;
    height: 4px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    background: #282727
}
.marvel-device.iphone5s .volume,
.marvel-device.iphone5c .volume {
    position: absolute;
    left: -4px;
    top: 180px;
    z-index: 0;
    height: 27px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: #282727
}
.marvel-device.iphone5s .volume:before,
.marvel-device.iphone5c .volume:before {
    position: absolute;
    left: 0px;
    top: -75px;
    height: 35px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone5s .volume:after,
.marvel-device.iphone5c .volume:after {
    position: absolute;
    left: 0px;
    bottom: -64px;
    height: 27px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone5s .camera,
.marvel-device.iphone5c .camera {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 3
}
.marvel-device.iphone5s .sensor,
.marvel-device.iphone5c .sensor {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 60px;
    left: 160px;
    z-index: 3;
    margin-left: -32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.marvel-device.iphone5s .speaker,
.marvel-device.iphone5c .speaker {
    background: #292728;
    width: 64px;
    height: 10px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 3
}
.marvel-device.iphone5s.landscape,
.marvel-device.iphone5c.landscape {
    padding: 22px 105px;
    height: 320px;
    width: 568px
}
.marvel-device.iphone5s.landscape .sleep,
.marvel-device.iphone5c.landscape .sleep {
    right: -4px;
    top: calc(100% - 120px);
    height: 60px;
    width: 4px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px
}
.marvel-device.iphone5s.landscape .volume,
.marvel-device.iphone5c.landscape .volume {
    width: 27px;
    height: 4px;
    top: -4px;
    left: calc(100% - 180px);
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone5s.landscape .volume:before,
.marvel-device.iphone5c.landscape .volume:before {
    width: 35px;
    height: 4px;
    top: 0px;
    right: -75px;
    left: auto;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone5s.landscape .volume:after,
.marvel-device.iphone5c.landscape .volume:after {
    bottom: 0px;
    left: -64px;
    z-index: 999;
    height: 4px;
    width: 27px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone5s.landscape .sensor,
.marvel-device.iphone5c.landscape .sensor {
    top: 160px;
    left: calc(100% - 60px);
    margin-left: 0px;
    margin-top: -32px
}
.marvel-device.iphone5s.landscape .speaker,
.marvel-device.iphone5c.landscape .speaker {
    height: 64px;
    width: 10px;
    left: calc(100% - 60px);
    top: 50%;
    margin-left: 0px;
    margin-top: -32px
}
.marvel-device.iphone5s.landscape .camera,
.marvel-device.iphone5c.landscape .camera {
    left: calc(100% - 32px);
    top: 50%;
    margin-left: 0px;
    margin-top: -5px
}
.marvel-device.iphone5s .home {
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    width: 68px;
    -webkit-box-shadow: inset 0 0 0 4px #2c2b2c;
    box-shadow: inset 0 0 0 4px #2c2b2c;
    height: 68px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 19px;
    z-index: 3
}
.marvel-device.iphone5s .top-bar {
    top: 70px;
    position: absolute;
    left: 0
}
.marvel-device.iphone5s .bottom-bar {
    bottom: 70px;
    position: absolute;
    left: 0
}
.marvel-device.iphone5s.landscape .home {
    left: 19px;
    bottom: 50%;
    margin-bottom: -34px;
    margin-left: 0px
}
.marvel-device.iphone5s.landscape .top-bar {
    left: 70px;
    top: 0px;
    width: 3px;
    height: 100%
}
.marvel-device.iphone5s.landscape .bottom-bar {
    right: 70px;
    left: auto;
    bottom: 0px;
    width: 3px;
    height: 100%
}
.marvel-device.iphone5s.silver {
    background: #bcbcbc
}
.marvel-device.iphone5s.silver:before {
    background: #fcfcfc
}
.marvel-device.iphone5s.silver .volume,
.marvel-device.iphone5s.silver .sleep {
    background: #d6d6d6
}
.marvel-device.iphone5s.silver .top-bar,
.marvel-device.iphone5s.silver .bottom-bar {
    background: #eaebec
}
.marvel-device.iphone5s.silver .home {
    -webkit-box-shadow: inset 0 0 0 4px #bcbcbc;
    box-shadow: inset 0 0 0 4px #bcbcbc
}
.marvel-device.iphone5s.gold {
    background: #f9e7d3
}
.marvel-device.iphone5s.gold:before {
    background: #fcfcfc
}
.marvel-device.iphone5s.gold .volume,
.marvel-device.iphone5s.gold .sleep {
    background: #f9e7d3
}
.marvel-device.iphone5s.gold .top-bar,
.marvel-device.iphone5s.gold .bottom-bar {
    background: white
}
.marvel-device.iphone5s.gold .home {
    -webkit-box-shadow: inset 0 0 0 4px #f9e7d3;
    box-shadow: inset 0 0 0 4px #f9e7d3
}
.marvel-device.iphone5c {
    background: white;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}
.marvel-device.iphone5c .top-bar,
.marvel-device.iphone5c .bottom-bar {
    display: none
}
.marvel-device.iphone5c .home {
    background: #242324;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    width: 68px;
    height: 68px;
    z-index: 3;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 19px
}
.marvel-device.iphone5c .home:after {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px
}
.marvel-device.iphone5c.landscape .home {
    left: 19px;
    bottom: 50%;
    margin-bottom: -34px;
    margin-left: 0px
}
.marvel-device.iphone5c .volume,
.marvel-device.iphone5c .sleep {
    background: #dddddd
}
.marvel-device.iphone5c.red {
    background: #f96b6c
}
.marvel-device.iphone5c.red .volume,
.marvel-device.iphone5c.red .sleep {
    background: #ed5758
}
.marvel-device.iphone5c.yellow {
    background: #f2dc60
}
.marvel-device.iphone5c.yellow .volume,
.marvel-device.iphone5c.yellow .sleep {
    background: #e5ce4c
}
.marvel-device.iphone5c.green {
    background: #97e563
}
.marvel-device.iphone5c.green .volume,
.marvel-device.iphone5c.green .sleep {
    background: #85d94d
}
.marvel-device.iphone5c.blue {
    background: #33a2db
}
.marvel-device.iphone5c.blue .volume,
.marvel-device.iphone5c.blue .sleep {
    background: #2694cd
}
.marvel-device.iphone4s {
    padding: 129px 27px;
    width: 320px;
    height: 480px;
    background: #686868;
    -webkit-border-radius: 54px;
    border-radius: 54px
}
.marvel-device.iphone4s:before {
    content: '';
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #1e1e1e
}
.marvel-device.iphone4s .top-bar {
    top: 60px;
    position: absolute;
    left: 0
}
.marvel-device.iphone4s .bottom-bar {
    bottom: 90px;
    position: absolute;
    left: 0
}
.marvel-device.iphone4s .camera {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 72px;
    left: 134px;
    z-index: 3;
    margin-left: -5px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
.marvel-device.iphone4s .speaker {
    background: #292728;
    width: 64px;
    height: 10px;
    position: absolute;
    top: 72px;
    left: 50%;
    z-index: 3;
    margin-left: -32px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.marvel-device.iphone4s .sensor {
    background: #292728;
    width: 40px;
    height: 10px;
    position: absolute;
    top: 36px;
    left: 50%;
    z-index: 3;
    margin-left: -20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.marvel-device.iphone4s .home {
    background: #242324;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    z-index: 3;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 30px
}
.marvel-device.iphone4s .home:after {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px
}
.marvel-device.iphone4s .sleep {
    position: absolute;
    top: -4px;
    right: 60px;
    width: 60px;
    height: 4px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    background: #4D4D4D
}
.marvel-device.iphone4s .volume {
    position: absolute;
    left: -4px;
    top: 160px;
    height: 27px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: #4D4D4D
}
.marvel-device.iphone4s .volume:before {
    position: absolute;
    left: 0px;
    top: -70px;
    height: 35px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone4s .volume:after {
    position: absolute;
    left: 0px;
    bottom: -64px;
    height: 27px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block
}
.marvel-device.iphone4s.landscape {
    padding: 27px 129px;
    height: 320px;
    width: 480px
}
.marvel-device.iphone4s.landscape .bottom-bar {
    left: 90px;
    bottom: 0px;
    height: 100%;
    width: 3px
}
.marvel-device.iphone4s.landscape .top-bar {
    left: calc(100% - 60px);
    top: 0px;
    height: 100%;
    width: 3px
}
.marvel-device.iphone4s.landscape .camera {
    top: 134px;
    left: calc(100% - 72px);
    margin-left: 0
}
.marvel-device.iphone4s.landscape .speaker {
    top: 50%;
    margin-left: 0;
    margin-top: -32px;
    left: calc(100% - 72px);
    width: 10px;
    height: 64px
}
.marvel-device.iphone4s.landscape .sensor {
    height: 40px;
    width: 10px;
    left: calc(100% - 36px);
    top: 50%;
    margin-left: 0;
    margin-top: -20px
}
.marvel-device.iphone4s.landscape .home {
    left: 30px;
    bottom: 50%;
    margin-left: 0;
    margin-bottom: -36px
}
.marvel-device.iphone4s.landscape .sleep {
    height: 60px;
    width: 4px;
    right: -4px;
    top: calc(100% - 120px);
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px
}
.marvel-device.iphone4s.landscape .volume {
    top: -4px;
    left: calc(100% - 187px);
    height: 4px;
    width: 27px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone4s.landscape .volume:before {
    right: -70px;
    left: auto;
    top: 0px;
    width: 35px;
    height: 4px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone4s.landscape .volume:after {
    width: 27px;
    height: 4px;
    bottom: 0px;
    left: -64px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.iphone4s.silver {
    background: #bcbcbc
}
.marvel-device.iphone4s.silver:before {
    background: #fcfcfc
}
.marvel-device.iphone4s.silver .home {
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
    box-shadow: inset 0 0 0 1px #bcbcbc
}
.marvel-device.iphone4s.silver .home:after {
    border: 1px solid rgba(0, 0, 0, 0.2)
}
.marvel-device.iphone4s.silver .volume,
.marvel-device.iphone4s.silver .sleep {
    background: #d6d6d6
}
.marvel-device.nexus5 {
    padding: 50px 15px 50px 15px;
    width: 320px;
    height: 568px;
    background: #1e1e1e;
    -webkit-border-radius: 20px;
    border-radius: 20px
}
.marvel-device.nexus5:before {
    -webkit-border-radius: 600px / 50px;
    border-radius: 600px / 50px;
    background: inherit;
    content: '';
    top: 0;
    position: absolute;
    height: 103.1%;
    width: calc(100% - 26px);
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.marvel-device.nexus5 .top-bar {
    width: calc(100% - 8px);
    height: calc(100% - 6px);
    position: absolute;
    top: 3px;
    left: 4px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #181818
}
.marvel-device.nexus5 .top-bar:before {
    -webkit-border-radius: 600px / 50px;
    border-radius: 600px / 50px;
    background: inherit;
    content: '';
    top: 0;
    position: absolute;
    height: 103.0%;
    width: calc(100% - 26px);
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.marvel-device.nexus5 .bottom-bar {
    display: none
}
.marvel-device.nexus5 .sleep {
    width: 3px;
    position: absolute;
    left: -3px;
    top: 110px;
    height: 100px;
    background: inherit;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px
}
.marvel-device.nexus5 .volume {
    width: 3px;
    position: absolute;
    right: -3px;
    top: 70px;
    height: 45px;
    background: inherit;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px
}
.marvel-device.nexus5 .camera {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 3;
    margin-left: -5px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
.marvel-device.nexus5 .camera:before {
    background: #3c3d3d;
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -100px;
    z-index: 3;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
.marvel-device.nexus5.landscape {
    padding: 15px 50px 15px 50px;
    height: 320px;
    width: 568px
}
.marvel-device.nexus5.landscape:before {
    width: 103.1%;
    height: calc(100% - 26px);
    -webkit-border-radius: 50px / 600px;
    border-radius: 50px / 600px
}
.marvel-device.nexus5.landscape .top-bar {
    left: 3px;
    top: 4px;
    height: calc(100% - 8px);
    width: calc(100% - 6px)
}
.marvel-device.nexus5.landscape .top-bar:before {
    width: 103%;
    height: calc(100% - 26px);
    -webkit-border-radius: 50px / 600px;
    border-radius: 50px / 600px
}
.marvel-device.nexus5.landscape .sleep {
    height: 3px;
    width: 100px;
    left: calc(100% - 210px);
    top: -3px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.nexus5.landscape .volume {
    height: 3px;
    width: 45px;
    right: 70px;
    top: 100%;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px
}
.marvel-device.nexus5.landscape .camera {
    top: 50%;
    left: calc(100% - 18px);
    margin-left: 0;
    margin-top: -5px
}
.marvel-device.nexus5.landscape .camera:before {
    top: -100px;
    left: 2px
}
*/
.marvel-device.s5 {
  padding: 60px 18px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  width: 320px;
  height: 568px;
  background: #bcbcbc;
}

.marvel-device.s5:before,
.marvel-device.s5:after {
  width: calc(100% - 52px);
  content: '';
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  -webkit-border-radius: 500px / 40px;
  border-radius: 500px / 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marvel-device.s5:before {
  top: -7px;
}

.marvel-device.s5:after {
  bottom: -7px;
}

.marvel-device.s5 .bottom-bar {
  display: none;
}

.marvel-device.s5 .top-bar {
  -webkit-border-radius: 37px;
  border-radius: 37px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  background: radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 0 0, radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 3px 3px;
  background-color: white;
  background-size: 4px 4px;
  background-position: center;
  z-index: 2;
  position: absolute;
}

.marvel-device.s5 .top-bar:before,
.marvel-device.s5 .top-bar:after {
  width: calc(100% - 48px);
  content: '';
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  -webkit-border-radius: 500px / 40px;
  border-radius: 500px / 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marvel-device.s5 .top-bar:before {
  top: -7px;
}

.marvel-device.s5 .top-bar:after {
  bottom: -7px;
}

.marvel-device.s5 .sleep {
  width: 3px;
  position: absolute;
  left: -3px;
  top: 100px;
  height: 100px;
  background: #cecece;
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}

.marvel-device.s5 .speaker {
  width: 68px;
  height: 8px;
  position: absolute;
  top: 20px;
  display: block;
  z-index: 3;
  left: 50%;
  margin-left: -34px;
  background-color: #bcbcbc;
  background-position: top left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.marvel-device.s5 .sensor {
  display: block;
  position: absolute;
  top: 20px;
  right: 110px;
  background: #3c3d3d;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3;
}

.marvel-device.s5 .sensor:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 12px;
  background: #3c3d3d;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3;
}

.marvel-device.s5 .camera {
  display: block;
  position: absolute;
  top: 24px;
  right: 42px;
  background: black;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 3;
}

.marvel-device.s5 .camera:before {
  width: 4px;
  height: 4px;
  background: #3c3d3d;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
}

.marvel-device.s5 .home {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 50%;
  width: 70px;
  height: 20px;
  background: white;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  display: block;
  margin-left: -35px;
  border: 2px solid black;
}

/*
.marvel-device.s5.landscape {
    padding: 18px 60px;
    height: 320px;
    width: 568px
}
.marvel-device.s5.landscape:before,
.marvel-device.s5.landscape:after {
    height: calc(100% - 52px);
    width: 26px;
    -webkit-border-radius: 40px / 500px;
    border-radius: 40px / 500px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.marvel-device.s5.landscape:before {
    top: 50%;
    left: -7px
}
.marvel-device.s5.landscape:after {
    top: 50%;
    left: auto;
    right: -7px
}
.marvel-device.s5.landscape .top-bar:before,
.marvel-device.s5.landscape .top-bar:after {
    width: 26px;
    height: calc(100% - 48px);
    -webkit-border-radius: 40px / 500px;
    border-radius: 40px / 500px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.marvel-device.s5.landscape .top-bar:before {
    right: -7px;
    top: 50%;
    left: auto
}
.marvel-device.s5.landscape .top-bar:after {
    left: -7px;
    top: 50%;
    right: auto
}
.marvel-device.s5.landscape .sleep {
    height: 3px;
    width: 100px;
    left: calc(100% - 200px);
    top: -3px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}
.marvel-device.s5.landscape .speaker {
    height: 68px;
    width: 8px;
    left: calc(100% - 20px);
    top: 50%;
    margin-left: 0;
    margin-top: -34px
}
.marvel-device.s5.landscape .sensor {
    right: 20px;
    top: calc(100% - 110px)
}
.marvel-device.s5.landscape .sensor:after {
    left: -12px;
    right: 0px
}
.marvel-device.s5.landscape .camera {
    top: calc(100% - 42px);
    right: 24px
}
.marvel-device.s5.landscape .home {
    width: 20px;
    height: 70px;
    bottom: 50%;
    margin-bottom: -35px;
    margin-left: 0;
    left: 17px
}
.marvel-device.s5.black {
    background: #1e1e1e
}
.marvel-device.s5.black .speaker {
    background: black
}
.marvel-device.s5.black .sleep {
    background: #1e1e1e
}
.marvel-device.s5.black .top-bar {
    background: radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 0 0, radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 3px 3px;
    background-color: #2c2b2c;
    background-size: 4px 4px
}
.marvel-device.s5.black .home {
    background: #2c2b2c
}
*/
/*
.marvel-device.lumia920 {
    padding: 80px 35px 125px 35px;
    background: #ffdd00;
    width: 320px;
    height: 533px;
    -moz-border-radius: 40px / 3px;
    -webkit-border-radius: 40px / 3px;
    border-radius: 40px / 3px
}
.marvel-device.lumia920 .bottom-bar {
    display: none
}
.marvel-device.lumia920 .top-bar {
    width: calc(100% - 24px);
    height: calc(100% - 32px);
    position: absolute;
    top: 16px;
    left: 12px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: black;
    z-index: 1
}
.marvel-device.lumia920 .top-bar:before {
    background: #1e1e1e;
    display: block;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    position: absolute;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px
}
.marvel-device.lumia920 .volume {
    width: 3px;
    position: absolute;
    top: 130px;
    height: 100px;
    background: #1e1e1e;
    right: -3px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px
}
.marvel-device.lumia920 .volume:before {
    width: 3px;
    position: absolute;
    top: 190px;
    content: '';
    display: block;
    height: 50px;
    background: inherit;
    right: 0px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px
}
.marvel-device.lumia920 .volume:after {
    width: 3px;
    position: absolute;
    top: 460px;
    content: '';
    display: block;
    height: 50px;
    background: inherit;
    right: 0px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px
}
.marvel-device.lumia920 .camera {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 34px;
    right: 130px;
    z-index: 5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.marvel-device.lumia920 .speaker {
    background: #292728;
    width: 64px;
    height: 10px;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 3
}
.marvel-device.lumia920.landscape {
    padding: 35px 80px 35px 125px;
    height: 320px;
    width: 568px;
    -moz-border-radius: 2px / 100px;
    -webkit-border-radius: 2px / 100px;
    border-radius: 2px / 100px
}
.marvel-device.lumia920.landscape .top-bar {
    height: calc(100% - 24px);
    width: calc(100% - 32px);
    left: 16px;
    top: 12px
}
.marvel-device.lumia920.landscape .volume {
    height: 3px;
    right: 130px;
    width: 100px;
    top: 100%;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px
}
.marvel-device.lumia920.landscape .volume:before {
    height: 3px;
    right: 190px;
    top: 0px;
    width: 50px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px
}
.marvel-device.lumia920.landscape .volume:after {
    height: 3px;
    right: 430px;
    top: 0px;
    width: 50px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px
}
.marvel-device.lumia920.landscape .camera {
    right: 30px;
    top: calc(100% - 140px)
}
.marvel-device.lumia920.landscape .speaker {
    width: 10px;
    height: 64px;
    top: 50%;
    margin-left: 0;
    margin-top: -32px;
    left: calc(100% - 48px)
}
.marvel-device.lumia920.black {
    background: black
}
.marvel-device.lumia920.white {
    background: white;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}
.marvel-device.lumia920.blue {
    background: #00acdd
}
.marvel-device.lumia920.red {
    background: #CC3E32
}
.marvel-device.htc-one {
    padding: 72px 25px 100px 25px;
    width: 320px;
    height: 568px;
    background: #bebebe;
    -webkit-border-radius: 34px;
    border-radius: 34px
}
.marvel-device.htc-one:before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    background: #adadad;
    -webkit-border-radius: 32px;
    border-radius: 32px
}
.marvel-device.htc-one:after {
    content: '';
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
    background: #eeeeee;
    -webkit-border-radius: 30px;
    border-radius: 30px
}
.marvel-device.htc-one .top-bar {
    width: calc(100% - 4px);
    height: 635px;
    position: absolute;
    background: #424242;
    top: 50px;
    z-index: 1;
    left: 2px
}
.marvel-device.htc-one .top-bar:before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: 100%;
    position: absolute;
    background: black;
    top: 0px;
    z-index: 1;
    left: 2px
}
.marvel-device.htc-one .bottom-bar {
    display: none
}
.marvel-device.htc-one .speaker {
    height: 16px;
    width: 216px;
    display: block;
    position: absolute;
    top: 22px;
    z-index: 2;
    left: 50%;
    margin-left: -108px;
    background: radial-gradient(#343434 25%, transparent 50%) 0 0, radial-gradient(#343434 25%, transparent 50%) 4px 4px;
    background-size: 4px 4px;
    background-position: top left
}
.marvel-device.htc-one .speaker:after {
    content: '';
    height: 16px;
    width: 216px;
    display: block;
    position: absolute;
    top: 676px;
    z-index: 2;
    left: 50%;
    margin-left: -108px;
    background: inherit
}
.marvel-device.htc-one .camera {
    display: block;
    position: absolute;
    top: 18px;
    right: 38px;
    background: #3c3d3d;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    z-index: 3
}
.marvel-device.htc-one .camera:before {
    width: 8px;
    height: 8px;
    background: black;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px
}
.marvel-device.htc-one .sensor {
    display: block;
    position: absolute;
    top: 29px;
    left: 60px;
    background: #3c3d3d;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    z-index: 3
}
.marvel-device.htc-one .sensor:after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    right: 12px;
    background: #3c3d3d;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    z-index: 3
}
.marvel-device.htc-one.landscape {
    padding: 25px 72px 25px 100px;
    height: 320px;
    width: 568px
}
.marvel-device.htc-one.landscape .top-bar {
    height: calc(100% - 4px);
    width: 635px;
    left: calc(100% - 685px);
    top: 2px
}
.marvel-device.htc-one.landscape .speaker {
    width: 16px;
    height: 216px;
    left: calc(100% - 38px);
    top: 50%;
    margin-left: 0px;
    margin-top: -108px
}
.marvel-device.htc-one.landscape .speaker:after {
    width: 16px;
    height: 216px;
    left: calc(100% - 692px);
    top: 50%;
    margin-left: 0;
    margin-top: -108px
}
.marvel-device.htc-one.landscape .camera {
    right: 18px;
    top: calc(100% - 38px)
}
.marvel-device.htc-one.landscape .sensor {
    left: calc(100% - 29px);
    top: 60px
}
.marvel-device.htc-one.landscape .sensor:after {
    right: 0;
    top: -12px
}
.marvel-device.ipad {
    width: 576px;
    height: 768px;
    padding: 90px 25px;
    background: #242324;
    -webkit-border-radius: 44px;
    border-radius: 44px
}
.marvel-device.ipad:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #1e1e1e
}
.marvel-device.ipad .camera {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -5px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
.marvel-device.ipad .top-bar,
.marvel-device.ipad .bottom-bar {
    display: none
}
.marvel-device.ipad .home {
    background: #242324;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 22px
}
.marvel-device.ipad .home:after {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    margin-left: -8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%
}
.marvel-device.ipad.landscape {
    height: 576px;
    width: 768px;
    padding: 25px 90px
}
.marvel-device.ipad.landscape .camera {
    left: calc(100% - 44px);
    top: 50%;
    margin-left: 0;
    margin-top: -5px
}
.marvel-device.ipad.landscape .home {
    top: 50%;
    left: 22px;
    margin-left: 0;
    margin-top: -25px
}
.marvel-device.ipad.silver {
    background: #bcbcbc
}
.marvel-device.ipad.silver:before {
    background: #fcfcfc
}
.marvel-device.ipad.silver .home {
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
    box-shadow: inset 0 0 0 1px #bcbcbc
}
.marvel-device.ipad.silver .home:after {
    border: 1px solid rgba(0, 0, 0, 0.2)
}
.marvel-device.macbook {
    width: 960px;
    height: 600px;
    padding: 44px 44px 76px;
    margin: 0 auto;
    background: #bebebe;
    -webkit-border-radius: 34px;
    border-radius: 34px
}
.marvel-device.macbook:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #1e1e1e
}
.marvel-device.macbook .top-bar {
    width: calc(100% + 2 * 70px);
    height: 40px;
    position: absolute;
    content: '';
    display: block;
    top: 680px;
    left: -70px;
    border-bottom-left-radius: 90px 18px;
    border-bottom-right-radius: 90px 18px;
    background: #bebebe;
    -webkit-box-shadow: inset 0px -4px 13px 3px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: inset 0px -4px 13px 3px rgba(34, 34, 34, 0.6);
    box-shadow: inset 0px -4px 13px 3px rgba(34, 34, 34, 0.6)
}
.marvel-device.macbook .top-bar:before {
    width: 100%;
    height: 24px;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background: #f0f0f0;
    border-bottom: 2px solid #aaa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}
.marvel-device.macbook .top-bar:after {
    width: 16%;
    height: 14px;
    content: '';
    display: block;
    top: 0;
    background: #ddd;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: inset 0px -3px 10px #999;
    -moz-box-shadow: inset 0px -3px 10px #999;
    box-shadow: inset 0px -3px 10px #999
}
.marvel-device.macbook .bottom-bar {
    background: transparent;
    width: calc(100% + 2 * 70px);
    height: 26px;
    position: absolute;
    content: '';
    display: block;
    top: 680px;
    left: -70px
}
.marvel-device.macbook .bottom-bar:before,
.marvel-device.macbook .bottom-bar:after {
    height: calc(100% - 2px);
    width: 80px;
    content: '';
    display: block;
    top: 0;
    position: absolute
}
.marvel-device.macbook .bottom-bar:before {
    left: 0;
    background: #f0f0f0;
    background: -moz-linear-gradient(left, #747474 0%, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #747474), color-stop(5%, #c3c3c3), color-stop(14%, #ebebeb), color-stop(41%, #979797), color-stop(80%, #f0f0f0), color-stop(100%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(left, #747474 0%, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 100%);
    background: -o-linear-gradient(left, #747474 0%, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 100%);
    background: -ms-linear-gradient(left, #747474 0%, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 100%);
    background: linear-gradient(to right, #747474 0%, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#747474', endColorstr='#f0f0f0', GradientType=1)
}
.marvel-device.macbook .bottom-bar:after {
    right: 0;
    background: #f0f0f0;
    background: -moz-linear-gradient(left, #f0f0f0 0%, #f0f0f0 0%, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f0f0f0), color-stop(0%, #f0f0f0), color-stop(20%, #f0f0f0), color-stop(59%, #979797), color-stop(86%, #ebebeb), color-stop(95%, #c3c3c3), color-stop(100%, #747474));
    background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 0%, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474 100%);
    background: -o-linear-gradient(left, #f0f0f0 0%, #f0f0f0 0%, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474 100%);
    background: -ms-linear-gradient(left, #f0f0f0 0%, #f0f0f0 0%, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474 100%);
    background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 0%, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#747474', GradientType=1)
}
.marvel-device.macbook .camera {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -5px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
.marvel-device.macbook .home {
    display: none
}*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/*#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}*/
.fancybox-close {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  background: #ffffff;
  border-radius: 50%;
  border: 10px solid #ffffff;
}
.fancybox-close::before, .fancybox-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #C37D7D;
  border-radius: 5px;
}
.fancybox-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}
*/
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(34, 34, 34, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
  font: 0.9em "Roboto Mono", "Consolas", "Monaco", monospace;
  margin: .5em;
  text-align: center;
  letter-spacing: .04em;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}
*/
/* = = = = = = = = = = = = = =
/ Components
= = = = = = = = = = = = = = */
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection {
  background: #191919;
  color: white;
}

::-moz-selection {
  background: #191919;
  color: white;
}

html,
body,
.main-container {
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Europa", "Avenir", "Century Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}

/* - - - - - - - - - - - - - - -
/ Containers
- - - - - - - - - - - - - - - */
main {
  position: relative;
  z-index: 2;
  height: 100%;
  background: #fff;
  /* fix bug on iOS
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;*/
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

/* - - - - - - - - - - - - - - -
/  Content padding
- - - - - - - - - - - - - - - */
.content-padding {
  padding: 4.5em 7% 4.5em;
}

@media only screen and (max-width: 1200px) {
  .content-padding {
    padding: 10%;
  }
}
/* - - - - - - - - - - - - - - -
/ Shared styles
- - - - - - - - - - - - - - - */
.section-content {
  max-width: 56.6em;
  margin: 0 auto;
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.04em;
}

/*.section-intro {
    background: $section-bg;
    @include bottom-box-shadow;
}

.section-header {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: $section-color;
    letter-spacing: 7px;
    &::after {
        display: block;
        width: 100px;
        height: 0.35em;
        background: $gold;
        content: '';
        margin-top: 0.7em;
    }
}

.section-icon {
    text-align: right;
    img,
    svg {
        width: 80%;
        height: 100%;
        max-width: 8em;
        max-height: 8em;
        padding-right: 3em;
        stroke: $section-color;
    }
}

.pullquote {
    letter-spacing: 0.05em;
    color: $section-color;
}*/
/* = = = = = = = = = = = = = =
/ Responsive
= = = = = = = = = = = = = = */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .section-header {
    text-align: center;
  }
  .section-header::after {
    display: block;
    width: 100%;
  }

  .section-icon {
    display: none;
  }

  .pullquote {
    font-size: 0.9em;
    text-align: center;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px), screen and (max-height: 800px) {
  body {
    font-size: 13px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px), screen and (max-height: 400px) {
  body {
    font-size: 11px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  body {
    font-size: 10px;
  }
}
a,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
  color: inherit;
}

a:hover {
  cursor: pointer;
}

.section-content a,
.project-section:not(.next-project) a,
.page-title-container a {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.65);
}

/* usage: <a class="external" target="_blank" href=""></a> */
a.external {
  display: inline-block;
  color: #323232;
  transition: all .2s ease;
  background-color: transparent;
  text-decoration: none;
  padding: .1em;
  position: relative;
  z-index: 10;
}
a.external:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1%;
  border-bottom: 1px dotted #323232;
  background-color: transparent;
  transition: all .3s ease;
  z-index: -1;
}
a.external:hover {
  text-decoration: none;
}
a.external[target="_blank"]:after {
  content: 'Opens in new tab';
  position: absolute;
  top: 100%;
  font-style: italic;
  left: 50%;
  transform: translateY(-100%);
  background: #323232;
  width: 10em;
  margin-left: -5em;
  text-align: center;
  height: 16px;
  font-size: 11px;
  line-height: 13px;
  padding: 3px;
  color: white;
  transition: all .2s ease-out;
  color: fade(#fff, 85%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
a.external[target="_blank"]:hover:after {
  transform: translateY(0);
  opacity: 1;
}

.button-link {
  padding: 0px 3em;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: .5em;
  padding: 0 2em;
  text-align: center;
  border-radius: 0.3em;
  font-weight: bold;
  font-family: "Soleil", "Arial", sans-serif;
  background: #4561B3;
  color: #FFF;
  border: 0 !important;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.button-link:hover {
  background: #314680;
  color: #FFF;
}
.button-link:active {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
  color: #FFF;
}

.button-link .fa {
  margin-right: 6px;
}

.button-link.fat-link {
  padding: .4em 2em;
  background: #B7BAC6;
}

.youtube-link:hover {
  background: #F6888A;
}

.code-link:hover {
  background: #a2c0f0;
}

.download-link:hover {
  background: #ADCB95;
}

/*.action-button {
    font-size: 0.6em;
    display: inline-block;
    text-align: center;
    color: grey;
    border: 1px solid #ccc;
    background: white;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
    transition: 0.24s ease;
    transition: all 0.24s ease 0s;
    margin: 0.3em;
    padding: 0.2em 0.7em;
    text-transform: uppercase;
}

.action-button:hover {
    background: #f5f5f5;
}*/
.nav:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.nav {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 5.1em;
  overflow: hidden;
  text-align: center;
  background: transparent linear-gradient(to top, rgba(255, 255, 255, 0.9), #fff);
  box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav ul {
  margin: 0 1em;
  padding: 0;
  list-style: none;
  display: inline-block;
  /* individual color navs */
}
.nav ul li {
  display: inline-block;
}
.nav ul li a {
  color: #666;
  display: inline-block;
  font-weight: 700;
  padding: 0.75em 2.5em;
  text-align: center;
  position: relative;
  vertical-align: middle;
  box-shadow: inset 0 0 0 2px transparent;
  transition: color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1em;
  min-height: 1.57em;
}
.nav ul li a::before {
  position: absolute;
  bottom: -1.03em;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 6px;
  background: #2CC185;
  content: '';
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
.nav ul li a.current::before, .nav ul li a:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.nav ul a.a-portfolio:hover, .nav ul a.a-portfolio.current {
  color: #F3423B;
}
.nav ul a.a-portfolio::before {
  background: #F3423B;
}
.nav ul a.a-art:hover, .nav ul a.a-art.current {
  color: #FF8617;
}
.nav ul a.a-art::before {
  background: #FF8617;
}
.nav ul a.a-design:hover, .nav ul a.a-design.current {
  color: #0080ff;
}
.nav ul a.a-design::before {
  background: #0080ff;
}
.nav ul a.a-resume:hover, .nav ul a.a-resume.current {
  color: #3ac569;
}
.nav ul a.a-resume::before {
  background: #3ac569;
}
.nav ul a.a-aboutme:hover, .nav ul a.a-aboutme.current {
  color: #6a60a9;
}
.nav ul a.a-aboutme::before {
  background: #6a60a9;
}
.nav ul a.a-contactme:hover, .nav ul a.a-contactme.current {
  color: #FA58A0;
}
.nav ul a.a-contactme::before {
  background: #FA58A0;
}
.nav.smaller-nav {
  height: 4.2em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav.smaller-nav ul li a::before {
  bottom: -0.6em;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#nav-portfolio .a-portfolio:before,
#nav-art .a-art:before,
#nav-design .a-design:before,
#nav-aboutme .a-aboutme:before,
#nav-contactme .a-contactme:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#nav-portfolio .a-portfolio {
  color: #F3423B;
}

#nav-art .a-art {
  color: #FF8617;
}

#nav-design .a-design {
  color: #0080ff;
}

#nav-aboutme .a-aboutme {
  color: #6a60a9;
}

#nav-contactme .a-contactme {
  color: #FA58A0;
}

/*.logo-container {
    vertical-align: middle;
    display: inline-block;
    width: $logo-width;
    height: $logo-height;
    padding: 0 $xs;
    margin: 0;
}

<!-- start logo -->
<a href="../app/index.html">
   <div class="logo-container">
       <svg id="logo" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1925.5 994.9" preserveAspectRatio="xMinYMin">
           <g id="diamonds">
               <path id="logo-diamond-1" fill="#D52027" enable-background="new    " d="M530.6 62.6c3.6-3.2 9.5-3.2 13.1 0l480.8 424.9c3.6 3.2 3.7 8.4 0 11.6L546.7 920.9c-3.6 3.2-9.5 3.2-13.1-0.1L52.7 495.9c-3.6-3.2-3.7-8.4 0-11.6L530.6 62.6z" />
               <path id="logo-diamond-2" fill="#3FAAB2" enable-background="new    " d="M1378.8 65.3c3.6-3.2 9.5-3.2 13.1 0l480.8 424.9c3.6 3.2 3.7 8.4 0 11.6l-477.9 421.8c-3.6 3.2-9.5 3.2-13.1-0.1L900.9 498.7c-3.6-3.2-3.7-8.4 0-11.6L1378.8 65.3z" />
           </g>
           <path id="logo-stroke" fill="none" stroke="#636466" stroke-width="100" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M475 50L50 491.7 538.6 926l848.1-865.8 488.7 435.9 -426.2 448.8" />
       </svg>
   </div>
</a>
*/
.loadee, .hide-first {
  display: none;
}

#loading {
  text-align: center;
  padding: 5em;
  color: #666;
  min-height: 100vh;
}

.loading-container {
  position: relative;
  padding-top: 7em;
}

.loading-text {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
}

#fancybox-loading div, .loading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fancybox-loading div:before, .loading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow 0.5s linear infinite;
  -moz-animation: shadow 0.5s linear infinite;
  animation: shadow 0.5s linear infinite;
}
#fancybox-loading div:after, .loading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: #e67e22;
  -webkit-animation: animate 0.5s linear infinite;
  -moz-animation: animate 0.5s linear infinite;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
  }
}
@-moz-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -moz-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -moz-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(90deg);
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    -moz-transform: translateY(9px) rotate(22.5deg);
    -ms-transform: translateY(9px) rotate(22.5deg);
    -o-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    -moz-transform: translateY(9px) rotate(67.5deg);
    -ms-transform: translateY(9px) rotate(67.5deg);
    -o-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes shadow {
  0%,
    100% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
  }
}
@-moz-keyframes shadow {
  0%,
    100% {
    -moz-transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.2, 1);
  }
}
@keyframes shadow {
  0%,
    100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}
.cd-nav-trigger,
.cd-nav {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .nav {
    display: none;
  }

  .navigation-is-open main {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .social-media-icons img {
    width: 100%;
  }
  .social-media-icons a {
    margin-right: 0.5em;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform .4s ease 0s, opacity .4s ease 0s;
    display: inline-block;
    width: 16%;
    max-width: 40px;
  }

  .cd-nav-trigger {
    position: fixed;
    z-index: 3;
    top: 20px;
    left: 5%;
    display: block;
    /* image replacement */
    overflow: hidden;
    width: 54px;
    height: 54px;
    -webkit-transition: transform(0.5s);
    -moz-transition: transform(0.5s);
    transition: transform(0.5s);
    white-space: nowrap;
    text-indent: 100%;
    border-radius: 50%;
    background-color: #272D48;
  }
  .cd-nav-trigger .cd-nav-icon {
    /* icon created in CSS */
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 22px;
    height: 2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
  }
  .cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* upper and lower lines of the menu icon */
    content: '';
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background-color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
  }
  .cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  .no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
    top: 2px;
  }
  .no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
    top: -2px;
  }

  .cd-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cd-nav-trigger circle {
    /* circle border animation */
    -webkit-transition: stroke-dashoffset 0.4s 0s;
    -moz-transition: stroke-dashoffset 0.4s 0s;
    transition: stroke-dashoffset 0.4s 0s;
  }

  .navigation-is-open .cd-nav-trigger {
    /* rotate trigger when navigation becomes visible */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
    /* animate arrow --> from hamburger to arrow */
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
  }
  .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    /* animate arrow --> from hamburger to arrow */
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
    top: 0;
  }

  .navigation-is-open .cd-nav-trigger circle {
    -webkit-transition: stroke-dashoffset 0.4s 0.3s;
    -moz-transition: stroke-dashoffset 0.4s 0.3s;
    transition: stroke-dashoffset 0.4s 0.3s;
    stroke-dashoffset: 0;
  }

  .cd-nav {
    position: fixed;
    text-align: center;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    visibility: hidden;
    width: 100%;
    width: 100vw;
    height: 100%;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
    background-color: #272D48;
  }
  .cd-nav .cd-navigation-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 30px 5% 20px 0;
    /* all navigation content */
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .navigation-is-open .cd-nav {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  .navigation-is-open .cd-nav .cd-navigation-wrapper {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-nav .cd-primary-nav {
    margin-top: 60px;
    padding: 0;
    list-style: none;
  }
  .cd-nav .cd-primary-nav li {
    margin: 1.6em 0;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
    transition: transform .4s ease 0s, opacity .4s ease 0s;
  }

  .navigation-is-open .cd-nav .cd-primary-nav li,
  .navigation-is-open .social-media-icons a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  .cd-nav .cd-primary-nav a {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.8);
    display: block;
  }
  .cd-nav .cd-primary-nav a:hover {
    color: #f98f8f;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
    transition: 0.2s;
  }
  .cd-nav .cd-primary-nav a.selected {
    color: #ffffff;
  }
  .cd-nav .cd-contact-info {
    margin-top: 10%;
    margin-top: 10vh;
  }

  .cd-nav li:nth-child(1),
  .social-media-icons a:nth-child(1) {
    -webkit-transition-delay: .31s;
    transition-delay: .31s;
  }
  .cd-nav li:nth-child(2),
  .social-media-icons a:nth-child(2) {
    -webkit-transition-delay: .34s;
    transition-delay: .34s;
  }
  .cd-nav li:nth-child(3),
  .social-media-icons a:nth-child(3) {
    -webkit-transition-delay: .38s;
    transition-delay: .38s;
  }
  .cd-nav li:nth-child(4),
  .social-media-icons a:nth-child(4) {
    -webkit-transition-delay: .42s;
    transition-delay: .42s;
  }
  .cd-nav li:nth-child(5),
  .social-media-icons a:nth-child(5) {
    -webkit-transition-delay: .46s;
    transition-delay: .46s;
  }
  .cd-nav li:nth-child(6),
  .social-media-icons a:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .cd-nav li:nth-child(7),
  .social-media-icons a:nth-child(7) {
    -webkit-transition-delay: .54s;
    transition-delay: .54s;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .cd-nav-trigger {
    top: 5%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    display: table;
    clear: both;
    content: '';
  }
  .cd-nav .cd-half-block {
    float: left;
    width: 50%;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 1.4rem;
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
    font-size: 2rem;
  }
  .cd-nav .cd-contact-info a,
  .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .no-js main {
    overflow: visible;
    height: auto;
  }
  .no-js .cd-nav {
    position: static;
    visibility: visible;
  }
  .no-js .cd-nav .cd-navigation-wrapper {
    overflow: visible;
    height: auto;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.project {
  background: #FCFCFC;
}

.article, .article-wide {
  max-width: 36em;
  margin: 0 auto;
  padding: 5em 7% 3rem;
}
.article img, .article-wide img {
  max-width: 100%;
}

.article-wide {
  max-width: 56.6em;
}

.project-section {
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.04em;
}
.project-section:nth-child(odd) {
  background: #F9F9F9;
}
.project-section:nth-child(even) {
  background: #fff;
}

.mockup-section {
  display: block;
  text-align: center;
  padding: 0 7%;
}
.mockup-section iframe {
  margin: 0 2em;
}

.last-section {
  padding: 5em 7% 5em;
}

.heading-one {
  letter-spacing: 0.7rem;
  border: 0.25em solid #0D275C;
  padding: 0.4em 0.8em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D275C;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto 3.33333em;
}

.heading-two {
  text-align: center;
  font-family: "Merriweather", "Georgia", serif;
  font-style: italic;
  margin-bottom: 3.5em;
  font-size: 1.44em;
  color: #3E3E3E;
}
.heading-two:after {
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -1.25em;
  width: 2.5em;
  height: 0.3em;
  background: #DADADA;
  content: '';
  margin-top: 1em;
}

/* header icon */
.header-icon {
  width: 45px;
  max-width: 18%;
  margin: 1em auto;
}
.header-icon svg {
  width: 100%;
}

.svg-fill svg {
  fill: #DDD;
}

.svg-stroke svg {
  stroke: #DDD;
}

/* end header icon */
.text {
  font-family: "Merriweather", "Georgia", serif;
  text-align: justify;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #292929;
}
.text p {
  margin: 2em 0;
}

/* <img class="polaroid-img" src="assets/img/projects/ida/office.jpg"> */
.polaroid-img {
  margin: 2em 0;
}
.polaroid-img img {
  width: 97%;
  border: .4em solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.centered-img {
  text-align: center;
  margin: 3em 0;
}

.grid-img img {
  max-width: 43%;
  margin: 1em;
}

.padding-img {
  /*col sm only*/
  padding: 5px;
}
.padding-img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .row > :first-child .padding-img {
    padding-right: 10px;
    padding-left: 0;
  }
  .row > :last-child .padding-img {
    padding-left: 10px;
    padding-right: 0;
  }
}
.small-img img {
  max-height: 200px;
}

/* one project stuff */
.project-details {
  padding: 3em 0;
  margin: 0 auto;
  max-width: 1000px;
}
.project-details .title {
  text-transform: uppercase;
  font-weight: 700;
}
.project-details .description {
  font-size: .8em;
}
.project-details .img,
.project-details .description,
.project-details .title {
  padding: .5rem;
}
.project-details img {
  width: 100%;
  max-width: 35px;
}

/* icon point inside timeline */
.point .img,
.point .description {
  padding: .9em;
  display: block;
}
.point .img {
  max-width: 50px;
}
.point img {
  width: 100%;
}

/* random img */
.insert-img {
  text-align: center;
  padding: 1em 0;
}
.insert-img img {
  max-width: 80%;
}
.insert-img.icon img {
  height: 100px;
}

.feature-text {
  text-align: left;
}

/* - - - - - - - -
MEDIA
- - - - - - - - - */
@media only screen and (max-width: 768px) {
  .heading-one {
    font-size: 1em;
    margin: 10%;
    text-align: center;
  }

  .heading-two {
    margin: 1em 0 3.5em;
  }

  .article, .article-wide,
  .article-wide {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 1200px) {
  .project-detail {
    margin: 1em 0;
  }

  .project-details {
    padding: 3em 5%;
    max-width: 700px;
    text-align: center;
  }
  .project-details .img,
  .project-details .description,
  .project-details .title {
    padding: .5rem 1rem;
  }
}
/* --------------------------------
Intro
-------------------------------- */
.cd-intro {
  position: relative;
  height: 30em;
  width: 100%;
  /* vertically align its content */
  display: table;
  background: #2e416a;
  overflow: hidden;
}
.cd-intro a {
  border-bottom: 1px dotted white;
  margin-right: 5px;
}
.cd-intro a:hover {
  border-color: grey;
}

/* DIFF COLORS */
.cd-intro-content {
  /* vertically align inside its parent */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4.2em 7% 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1200px) {
  .cd-intro-content {
    padding: 0 10%;
  }

  .cd-intro {
    font-size: 0.8em;
  }
}
.cd-intro-content h1 {
  font-size: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.cd-intro-content p {
  font-size: 1.3em;
  font-style: italic;
  font-family: "Merriweather", "Georgia", serif;
  margin: 1em 0;
  color: white;
}

.cd-intro-content .action-wrapper {
  display: inline-block;
  font-size: 0.9em;
}

.cd-intro-content .action-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.cd-intro-content .action-wrapper > * {
  float: left;
}

.cd-intro-content h1,
.cd-intro-content h1 span,
.cd-intro-content p {
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.no-cssanimations .cd-intro-content h1,
.no-cssanimations .cd-intro-content h1 span,
.no-cssanimations .cd-intro-content p,
.no-cssanimations {
  opacity: 1;
}

@-webkit-keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* --------------------------------

Mask

-------------------------------- */
.mask.cd-intro-content h1 {
  position: relative;
  padding-bottom: 10px;
  /* overwrite default style */
  opacity: 1;
  font-weight: 700;
  /* <h1> text is not visible - it is used only as a container for the ::after element */
  color: transparent;
  overflow: hidden;
}

.mask.cd-intro-content h1::after {
  /* this is the animated text */
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  -webkit-animation-name: cd-reveal-up;
  -moz-animation-name: cd-reveal-up;
  animation-name: cd-reveal-up;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.mask.cd-intro-content h1 span {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.mask.cd-intro-content h1 span::before {
  /* this is the loading bar */
  content: '';
  position: absolute;
  top: calc(100% + 8px);
  left: -1em;
  height: 2px;
  width: calc(100% + 2em);
  background-color: #ffffff;
  -webkit-animation: cd-loading-mask 1s 0.3s both;
  -moz-animation: cd-loading-mask 1s 0.3s both;
  animation: cd-loading-mask 1s 0.3s both;
}

@media only screen and (min-width: 768px) {
  .mask.cd-intro-content h1 {
    padding-bottom: 20px;
  }

  .mask.cd-intro-content h1 span::before {
    top: calc(100% + 18px);
  }
}
.mask.cd-intro-content p {
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  -webkit-animation-name: cd-reveal-down;
  -moz-animation-name: cd-reveal-down;
  animation-name: cd-reveal-down;
}

@media only screen and (min-width: 768px) {
  .mask.cd-intro-content p {
    padding-top: 20px;
  }
}
.mask.cd-intro-content h1::after,
.mask.cd-intro-content p {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mask.cd-intro-content .action-wrapper {
  overflow: hidden;
}

.mask.cd-intro-content .action-wrapper .cd-btn {
  opacity: 1;
  margin: 0 0 0 1.5em;
}

.mask.cd-intro-content .action-wrapper .cd-btn:first-of-type {
  margin-left: 0;
}

@-webkit-keyframes cd-loading-mask {
  0%,
    100% {
    -webkit-transform: scaleX(0);
  }
  40%,
    60% {
    -webkit-transform: scaleX(1);
  }
}
@-moz-keyframes cd-loading-mask {
  0%,
    100% {
    -moz-transform: scaleX(0);
  }
  40%,
    60% {
    -moz-transform: scaleX(1);
  }
}
@keyframes cd-loading-mask {
  0%,
    100% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  40%,
    60% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.page-title-container {
  padding: 12.375em 10% 6em;
  background: #FFF7E7;
  color: #7B2B1A;
  font-size: .8em;
}
.page-title-container svg {
  stroke: #7B2B1A;
}

.page-title {
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
  width: 80%;
  max-width: 20em;
  text-align: center;
  font-weight: bold;
}

.page-title-text {
  font-size: 1.4em;
  color: #7B2B1A;
}

.page-title-description {
  max-width: 43.8rem;
  margin: 0 auto;
  margin-top: 2em;
  font: 2em/1.6 "Soleil", "Arial", sans-serif;
  font-weight: bold;
  color: #7B2B1A;
}

.page-title-warning {
  max-width: 43.8rem;
  margin: 0 auto;
  font-style: italic;
  margin-top: 1em;
}

#page-title-icon {
  width: 12%;
  margin-bottom: .2em;
}

#l1,
#l2 {
  width: 400%;
  height: 6px;
  position: absolute;
  background-position: top;
  background-size: 50% 6px;
  background-repeat: repeat-x;
}

#l1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, #7B2B1A 50%, transparent 0%);
}

#l2 {
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to right, #7B2B1A 50%, transparent 0%);
}

@-webkit-keyframes linenimate {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
  }
}
@-moz-keyframes linenimate {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
  }
}
@keyframes linenimate {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes linenimate2 {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
  }
}
@-moz-keyframes linenimate2 {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(50%);
  }
}
@keyframes linenimate2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 1200px) {
  .page-title-container {
    padding: 9em 10% 5em;
  }
}
.aboutmepage #l1 {
  background-image: linear-gradient(to left, #232d5c 50%, transparent 0%);
}
.aboutmepage #l2 {
  background-image: linear-gradient(to right, #232d5c 50%, transparent 0%);
}
.aboutmepage .page-title-container {
  background: #dedcee;
  color: #232d5c;
}
.aboutmepage .page-title-container svg {
  stroke: #232d5c;
}
.aboutmepage .page-title-description,
.aboutmepage .page-title-text {
  color: #232d5c;
}

.contactmepage #l1 {
  background-image: linear-gradient(to left, #FFA4B4 50%, transparent 0%);
}
.contactmepage #l2 {
  background-image: linear-gradient(to right, #FFA4B4 50%, transparent 0%);
}
.contactmepage .page-title-container {
  background: #2D2D2D;
  color: #FFA4B4;
}
.contactmepage .page-title-container svg {
  stroke: #FFA4B4;
}
.contactmepage .page-title-description,
.contactmepage .page-title-text {
  color: #FFA4B4;
}

.designpage #l1 {
  background-image: linear-gradient(to left, #1f6590 50%, transparent 0%);
}
.designpage #l2 {
  background-image: linear-gradient(to right, #1f6590 50%, transparent 0%);
}
.designpage .page-title-container {
  background: #f0f5f9;
  color: #1f6590;
}
.designpage .page-title-container svg {
  stroke: #1f6590;
}
.designpage .page-title-description,
.designpage .page-title-text {
  color: #1f6590;
}

/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back:before {
  content: "\27F5";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "\27F6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.next-project {
  padding: 5em 7% 3rem;
  background-color: black !important;
}

.next-project-links {
  text-align: center;
  max-width: 56.6em;
  margin: 0 auto;
}

.next-project-link {
  font-size: 1em;
  font-weight: 700;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 100px;
  padding: 1em;
  width: 12em;
  margin-bottom: 1em;
}

#timeline-section {
  background: #F4F7F9;
}

#cd-timeline {
  position: relative;
  margin: 3em 0;
  font-size: .9em;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  height: 100%;
  width: 3px;
  background: #d7e4ed;
}

.cd-timeline-block {
  position: relative;
  margin: 3em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #d7e4ed;
}

.cd-timeline-content {
  position: relative;
  margin-left: 3em;
  background: white;
  border-radius: 0.25em;
  padding: 7%;
  box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #6b8154;
}

.cd-timeline-content p {
  margin: 1em 0 2em;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.timeline-img {
  font-size: .7em;
  margin-bottom: 5%;
}
.timeline-img .image {
  margin-right: .7em;
}
.timeline-img img {
  width: 100%;
}

.caption {
  border-left: solid 1px #ccc;
  margin-left: .7em;
  padding-left: .7em;
  color: #666;
  font-style: italic;
  text-align: left;
}

/* = = = = = = = = = = = = = =
/ Pages
= = = = = = = = = = = = = = */
.homepage {
  /*@include background(url('../img/bg.jpg'),     no-repeat);
  background-position: center center;
  background-size: cover;*/
  /* Text Styles */
}
.homepage .title {
  font-weight: 700;
  color: #263372;
  display: block;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 0 3em;
  margin: 1.5em auto 0px;
}
.homepage .title-small {
  font-family: "Merriweather", "Georgia", serif;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0;
  margin: 0 0.1em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
}

#screen-on, #screen-contents {
  visibility: hidden;
}

.special-underline {
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 1px;
  border-bottom: 3px solid #b2bbe5;
  font-family: "Roboto Mono", "Consolas", "Monaco", monospace;
}
.special-underline:hover {
  border-bottom: 3px solid #f6706b;
  color: rgba(0, 0, 0, 0.65);
  transition: 0.2s;
}

@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: .1;
  }
}
@-moz-keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: .1;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: .1;
  }
}
.gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
}

#g1 {
  background-image: -webkit-linear-gradient( top , #232877, transparent), -webkit-linear-gradient( top , rgba(144, 0, 198, 0.5) 30%, transparent), -webkit-linear-gradient( right top, #8e44ad, #da4938);
  background-image: linear-gradient(to bottom, #232877, transparent), linear-gradient(to bottom, rgba(144, 0, 198, 0.5) 30%, transparent), linear-gradient(to left bottom, #8e44ad, #da4938);
}

@media only screen and (min-width: 1200px) {
  #g2 {
    background-image: -webkit-linear-gradient( top , rgba(194, 30, 255, 0.4), transparent), -webkit-linear-gradient( right top, rgba(255, 0, 0, 0.8), rgba(255, 210, 54, 0.7));
    background-image: linear-gradient(to bottom, rgba(194, 30, 255, 0.4), transparent), linear-gradient(to left bottom, rgba(255, 0, 0, 0.8), rgba(255, 210, 54, 0.7));
    -webkit-animation: fadeInOut 25s ease;
    -moz-animation: fadeInOut 25s ease;
    animation: fadeInOut 25s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}
.section-one {
  height: 100vh;
  overflow: hidden;
}
.section-one .content {
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
  padding-top: 2.55em;
}

.circle-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border-radius: 50%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  width: 70vh;
  height: 70vh;
  max-width: 90vw;
  max-height: 90vw;
  font-size: 1em;
}

.circle-contents {
  margin-top: -3vh;
  width: 100%;
  display: block;
}

.header-img {
  margin: 0 auto;
  width: 53vh;
  max-width: 80vw;
  display: block;
  position: relative;
}
.header-img svg {
  width: 100%;
}

.header-img-2 {
  display: none;
}

.section-two {
  background-color: #f8f8f8;
}

.section-three {
  background: #fff;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}
.section-three .description a {
  color: rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 1200px) {
  .section-one {
    max-height: 100vw;
  }
  .section-one .content {
    padding-top: 0;
  }

  .content-wrapper {
    margin-top: 0;
    min-height: 100%;
  }

  .circle-container {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 700px), screen and (max-height: 600px) {
  /*.homepage .section-one {
      @include background(url('../img/bg.jpg'),
      no-repeat);
      background-position: center center;
      background-size: cover;
  }*/
  .header-img {
    display: none;
  }

  .header-img-2 {
    display: block;
    width: 100%;
  }
  .header-img-2 img {
    max-width: 30%;
  }

  #g1 {
    background: #f8f8f8;
  }

  .section-one {
    max-height: 90vw;
  }
  .section-one .content {
    align-items: flex-end;
    flex-direction: row;
  }

  .circle-container {
    max-width: 20em;
    max-height: 24em;
    max-width: 60vw;
    max-height: 70vw;
    font-size: 1.1em;
    border-radius: 0;
  }

  .circle-contents {
    margin-top: 0;
  }
  .circle-contents #portfolio-link {
    display: none;
  }

  .title {
    margin: 0;
  }
}
@media only screen and (max-width: 321px) {
  .circle-container {
    font-size: .8em;
  }
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .circle-container {
    font-size: .8em;
  }
}
.thumbnails {
  text-align: center;
  padding: 4.5em 0;
}

.project-thumbnail-container {
  display: inline-block;
  width: 43%;
  padding: 3%;
  margin-left: -9px;
}
.project-thumbnail-container:last-child {
  visibility: hidden;
}

.project-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 6px solid white;
  box-shadow: 0 0 3px #ccc;
}
.project-thumbnail:hover .thumbnail-img img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-thumbnail:hover .thumbnail-tags {
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 1;
}
.project-thumbnail:hover .thumbnail-text {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.thumbnail-tags {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.32, 1.259, 0.375, 1.15);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.32, 1.259, 0.375, 1.15);
  transition: transform 0.5s cubic-bezier(0.32, 1.259, 0.375, 1.15);
  -webkit-transform: translate(-50%, -200%);
  -moz-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  position: absolute;
  width: 100%;
  top: 1.5em;
  left: 50%;
  text-align: center;
  font-size: 0.7em;
}
.thumbnail-tags span.thumbnail-tag {
  margin: 0.6em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.3em 0.8em;
  border-radius: 2em;
}

.thumbnail-img {
  overflow: hidden;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.thumbnail-img img {
  flex-shrink: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumbnail-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.thumbnail-img.clicked:before {
  -webkit-animation: circle 0.5s;
  -moz-animation: circle 0.5s;
  animation: circle 0.5s;
}

.thumbnail-text {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  position: absolute;
  bottom: 0;
  height: 8em;
  width: 100%;
  font-family: "Soleil", "Arial", sans-serif;
  color: #fff;
}
.thumbnail-text .thumbnail-title-container {
  height: 50%;
}
.thumbnail-text .thumbnail-title-container .thumbnail-title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.thumbnail-text .thumbnail-description-container {
  height: 50%;
}
.thumbnail-text .thumbnail-description-container .thumbnail-description {
  font-size: 0.9em;
  text-align: justify;
  padding: 0 1.5em;
}

/* custom colors */
.project-1 {
  background: #4C5299;
}

.project-2 {
  background: #80a759;
}

.project-3 {
  background: #F36454;
}

.project-4 {
  background: #F03390;
}

.project-5 {
  background: #4885ed;
}

@media only screen and (max-width: 1200px) {
  .project-thumbnail-container {
    width: 100%;
    max-width: 500px;
    padding: 0.5em 0 2em;
  }
  .project-thumbnail-container:last-child {
    display: none;
  }

  .thumbnails {
    padding: 10%;
  }

  .project-thumbnail:hover .thumbnail-text {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
.aboutme-container {
  padding: 6em 0;
  width: 100%;
  text-align: center;
}

.aboutme-writeup-content {
  width: 80%;
  line-height: 2;
  text-align: justify;
  display: block;
  font-size: 1.1em;
  padding-bottom: 2.2em;
}

.aboutme-pic {
  width: 20%;
}
.aboutme-pic img {
  width: 100%;
  min-width: 100px;
}

.highlight {
  background-color: #f1f1f8;
}

@media only screen and (min-width: 47.8rem) {
  .aboutmepage {
    background: #f5f5f5;
  }

  .aboutme-writeup-container {
    font-size: .8em;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 auto;
    background-color: #FFF;
    padding: 1.5rem 2.5rem;
    border: 6px solid #232d5c;
    color: #232d5c;
    width: 80%;
    max-width: 46.8rem;
    /*&:before {
            content: "";
            width: 100%;
            max-width: 780px;
            position: absolute;
            background-color: blue;
            margin: -338px $about-me-dropshadow;
            z-index: -1;
        }*/
  }
  .aboutme-writeup-container .block {
    margin: 1.5rem;
  }
  .aboutme-writeup-container p {
    font: 1.3em/2 "Merriweather", "Georgia", serif;
    margin: 2em 0 0;
  }

  .aboutme-icons {
    width: 50%;
    font-weight: 700;
    margin: 0 auto;
  }
  .aboutme-icons > * {
    width: 100%;
    display: block;
  }
  .aboutme-icons svg {
    stroke: #333A63;
    width: 60%;
    max-width: 50px;
    max-height: 50px;
  }

  .aboutme-math {
    margin: 0.5em 0px;
    font-size: 1.3em;
    color: #DADADA;
  }
}
@media only screen and (max-height: 800px) {
  /*.aboutme-pic {
      width: 18%;
  }*/
}
@media only screen and (max-width: 46.8rem) {
  .aboutme-container {
    padding: 0;
  }

  .aboutmepage {
    background: #fff;
  }
  .aboutmepage .section-one,
  .aboutmepage .content {
    display: block;
    max-height: none;
    height: auto;
  }

  .aboutme-writeup-container {
    display: block;
    padding: 10%;
  }
  .aboutme-writeup-container p {
    font-size: 1.4em;
  }

  .aboutme-pic img {
    width: 30%;
    max-width: 250px;
    margin-bottom: 1em;
  }

  .aboutme-writeup-content,
  .aboutme-pic {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
  }

  .aboutme-icons {
    display: none;
  }
}
/* --------------------------------
Process
-------------------------------- */
#progress-intro {
  background: -webkit-linear-gradient(-45deg, #1B335C, #12192F);
  background: linear-gradient(-45deg, #1B335C, #12192F);
}

.circles {
  text-align: center;
  margin-bottom: 4em;
}
.circles > div {
  display: inline-block;
  background: black;
  color: white;
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin: 1em -0.8em 0;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em;
}
.circles > div > span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.process-text {
  max-width: 750px;
  margin: 0 auto 5em;
}

.skills-container {
  margin-top: 4em;
}

.skill {
  margin: 3em 0;
}

.skill-tags {
  text-align: left;
}
.skill-tags span {
  display: inline-block;
  border-radius: 0.9em;
  margin: 0.3em 0;
  padding: 0.2em 0.5em;
  background: #FFF;
  color: #2A264E;
  border: 1px solid #7C7A8D;
  font-size: 0.8em;
  font-family: "Roboto Mono", "Consolas", "Monaco", monospace;
  letter-spacing: 0;
}

.skills-heading {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 0.5rem;
  color: #757575;
}
.skills-heading img {
  height: .9em;
}

.process-steps {
  flex-flow: row wrap;
  display: flex;
}
.process-steps {
  *zoom: 1;
}
.process-steps:before, .process-steps:after {
  content: "";
  display: table;
}
.process-steps:after {
  clear: both;
}

.process-step {
  padding: 2em;
  background: white;
  box-shadow: 0 0 .2em #E9E9E9;
  text-align: center;
  max-width: 450px;
  margin: 0 1.5em 3em;
}
.process-step .heading {
  color: #FF7E00;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 0;
}
.process-step .heading .no {
  color: #ccc;
  margin-right: 0.1em;
}
.process-step .text {
  font: 0.9em "Merriweather", "Georgia", serif;
  color: #5F5F5F;
  margin: 1.1em 0px 1.5em;
  text-align: center;
}
.process-step .img img {
  width: 100%;
}

/* - - - - - - - -
MEDIA
- - - - - - - - - */
@media only screen and (max-width: 768px) {
  .process-text {
    margin: 0 auto 3em;
  }

  .process-step {
    padding: 7%;
  }

  .circles {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .process-step {
    margin: 0 auto 3em;
  }
}
.nibble {
  /*.cd-intro {
      @include background(linear-gradient(60deg, #306F74, #789658));
  }*/
}
.nibble .heading-two {
  color: #446859;
}
.nibble .heading-two:after {
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -1.25em;
  width: 2.5em;
  height: 0.3em;
  background: #91ad74;
  content: '';
  margin-top: 1em;
}
.nibble h3 {
  color: #789658;
}

.floaty-img-container {
  margin-top: -4.5em;
  text-align: center;
}
.floaty-img-container img {
  width: 70%;
  max-width: 500px;
  position: relative;
}

.contactmepage {
  background: #f5f5f5;
  min-height: 100%;
}

.contactme-outer {
  padding: 6em 0;
  width: 100%;
  text-align: center;
}

.contactme-container {
  padding: 1.5rem;
  border: 7px solid #2D2D2D;
  width: 80%;
  max-width: 46.8rem;
  margin: 0 auto;
  background: #fff;
}

.contact-block {
  color: #666;
}
.contact-block svg {
  stroke: #666;
  max-width: 9em;
}

#linkedin.contact-block:hover {
  color: #007bb6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#linkedin.contact-block:hover svg {
  stroke: #007bb6;
}

#email.contact-block:hover {
  color: #dd4b39;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#email.contact-block:hover svg {
  stroke: #dd4b39;
}

#github.contact-block:hover {
  color: #191919;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#github.contact-block:hover svg {
  stroke: #191919;
}

#instagram.contact-block:hover {
  color: #517fa4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#instagram.contact-block:hover svg {
  stroke: #517fa4;
}

.contact-title {
  font: 1.8em "Soleil", "Arial", sans-serif;
}

@media only screen and (max-width: 1200px) {
  .contactme-container {
    border: none;
  }

  .contactmepage {
    background: white;
  }

  .contact-title {
    display: none;
  }
}
.artpage {
  background: #FFF7E7;
}

.art-gallery {
  padding-bottom: 4em;
}

.art-menu {
  margin-bottom: 6em;
}

.items-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  background: white;
}

.isotopeitems {
  padding: 5% 0;
  margin: 0 5%;
}

.thumbpic:hover {
  opacity: .5;
  -webkit-transition: .35s;
  transition: .35s;
}

.icon-i {
  max-width: 30%;
  width: 1.5em;
  margin: 0 auto;
}

.icon-i svg {
  width: 100%;
  fill: #7B2B1A;
}

.item img {
  margin: 3%;
  width: 94%;
}

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 43.8rem;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
  font-family: "Soleil", "Arial", sans-serif;
  letter-spacing: 0.1em;
}

.tabs nav li.tab-current a {
  color: #7B2B1A;
}

.tabs nav a:focus {
  outline: none;
}

/* Icons */
.icon-i {
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

/*****************************/
/* Circle */
/*****************************/
.tabs-style-circle {
  overflow: visible;
}

.tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #7B2B1A;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

@media screen and (max-width: 58em) {
  .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-style-circle nav li::before {
    border: none;
  }

  .tabs-style-circle nav li.tab-current a {
    color: #E04700;
  }
  .tabs-style-circle nav li.tab-current a .icon-i svg {
    fill: #E04700;
  }
}
.tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tabs-style-circle nav a {
  overflow: visible;
  color: #7B2B1A;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.1;
}

.tabs-style-circle nav a span {
  display: inline-block;
}

.tabs-style-circle nav a span,
.tabs-style-circle .icon-i {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-circle nav li.tab-current a span {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}

.tabs-style-circle .icon-i {
  display: block;
  pointer-events: none;
}

.tabs-style-circle nav li.tab-current .icon-i {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

.apps-showcase-img {
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.apps-showcase-img img {
  width: 100%;
}

.apps-showcase-description {
  padding: 1.5rem;
}

.apps-showcase-description,
.apps-text {
  font: 0.85em/1.8 "Merriweather", "Georgia", serif;
  letter-spacing: 0;
  color: #282828;
  text-align: justify;
}

.apps-links-container {
  margin: 1.5rem 0;
  text-align: center;
  background: #F9F9F9;
  padding: 2em 0;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .cd-articles .center-vertically {
    display: block;
  }

  .cd-articles .apps-showcase-img {
    padding: 6% 0 0;
  }

  .cd-articles .apps-showcase-description {
    padding: 6% 0;
  }
}
@media only screen and (max-width: 1200px) {
  .lg.apps-showcase-img {
    padding: 6% 0 0;
    text-align: center;
  }

  .lg.restrain-img img {
    max-width: 400px;
  }

  .lg.apps-showcase-description {
    padding: 6% 0;
  }

  .apps-links-container {
    margin: 0;
  }
}
.cd-articles h1 {
  font: bold 1em/2 "Soleil", "Arial", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cd-articles h3 {
  font: 1.1em/3.2 "Roboto Mono", "Consolas", "Monaco", monospace;
  text-transform: uppercase;
  display: block;
  color: #747681;
  margin: 0;
}
.cd-articles h3:before {
  display: block;
  width: 3em;
  height: 0.5em;
  background: #EDEDED;
  content: '';
}

.ida .heading-two {
  color: #00426f;
}
.ida .heading-two:after {
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -1.25em;
  width: 2.5em;
  height: 0.3em;
  background: #5F9DC8;
  content: '';
  margin-top: 1em;
}

.googleinternship .heading-two {
  color: #667273;
}
.googleinternship .heading-two:after {
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -1.25em;
  width: 2.5em;
  height: 0.3em;
  background: #6fa2f9;
  content: '';
  margin-top: 1em;
}

.narrow-paragraph {
  max-width: 36em;
  margin: 2em auto !important;
  display: block;
}

/*# sourceMappingURL=style.min.css.map */
