/** 
 * Codekit framework
 * https://github.com/lucien144/Lucien144-CodeKit-Framework
 */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import "../bower/fullpage.js/jquery.fullPage.css";
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/**
 * Layout mixins
 */
/**
 * Design mixins - colors, backgrounds, ...
 * @type {[type]}
 */
/**
 * Typography mixins.
 */
/**
 * Other mixins
 */
.sprite {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/sprites.png");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.bg-input,
.bg-input {
  width: 252px;
  height: 44px;
  background-position: -531px -114px;
}
.blue_apple_en,
.blue_apple_en {
  width: 186px;
  height: 59px;
  background-position: -642px -160px;
}
.blue_play_en,
.blue_play_en {
  width: 186px;
  height: 59px;
  background-position: -805px -63px;
}
.btn-appstore-blue,
.btn-appstore-blue {
  width: 186px;
  height: 59px;
  background-position: -805px -2px;
}
.btn-appstore-red,
.btn-appstore-red {
  width: 186px;
  height: 59px;
  background-position: -454px -162px;
}
.btn-arrow-left,
.btn-arrow-left {
  width: 36px;
  height: 66px;
  background-position: -228px -162px;
}
.btn-arrow-right,
.btn-arrow-right {
  width: 36px;
  height: 66px;
  background-position: -190px -162px;
}
.btn-contact-us,
.btn-contact-us {
  width: 158px;
  height: 38px;
  background-position: -830px -124px;
}
.btn-gplay-blue,
.btn-gplay-blue {
  width: 186px;
  height: 59px;
  background-position: -266px -162px;
}
.btn-gplay-red,
.btn-gplay-red {
  width: 186px;
  height: 59px;
  background-position: -2px -190px;
}
.btn-send,
.btn-send {
  width: 46px;
  height: 44px;
  background-position: -830px -164px;
}
.ico-link-blank,
.ico-link-blank {
  width: 9px;
  height: 9px;
  background-position: -175px -162px;
}
.ico-mail,
.ico-mail {
  width: 32px;
  height: 20px;
  background-position: -141px -162px;
}
.ico-phone,
.ico-phone {
  width: 18px;
  height: 31px;
  background-position: -266px -223px;
}
.ico-pin,
.ico-pin {
  width: 21px;
  height: 29px;
  background-position: -286px -223px;
}
.logo-404,
.logo-404 {
  width: 137px;
  height: 186px;
  background-position: -2px -2px;
}
.logo-mobile,
.logo-mobile {
  width: 272px;
  height: 110px;
  background-position: -531px -2px;
}
.logo,
.logo {
  width: 388px;
  height: 158px;
  background-position: -141px -2px;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  html.fail404,
  .fail404 body {
    height: 100%;
  }
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  body {
    background: #2d2d2d url('../images/bg-body-mobile.png') 100% 250px no-repeat;
  }
}
header {
  position: fixed;
  top: 25px;
  left: 55px;
  z-index: 5000;
}
header li a {
  font-size: 1.3em;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  header {
    position: absolute;
    left: 20px;
  }
}
header nav ul li {
  display: inline-block;
  padding-right: 17px;
}
header nav ul li.active a {
  border-bottom: 2px solid #42b597;
}
header nav ul li a {
  color: #42b597;
  text-decoration: none;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
}
header nav ul li a:hover {
  border-bottom: 2px solid #42b597;
}
header nav ul li a.job {
  font-weight: 300;
  background: transparent url('../images/sprites/ico-link-blank.png') 100% 0 no-repeat;
  padding-right: 20px;
}
aside .fb-like {
  position: fixed;
  top: 25px;
  right: 55px;
  z-index: 5000;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  aside .fb-like {
    display: none !important;
  }
}
.fail404 nav ul li a {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 2px #979797);
  -moz-filter: drop-shadow(0 0 2px #979797);
  -ms-filter: drop-shadow(0 0 2px #979797);
  filter: drop-shadow(0 0 2px #979797);
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  .fail404 #fullpage {
    height: 100%;
  }
}
#fullpage section {
  background-color: #2d2d2d;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section {
    background-color: transparent;
  }
}
#fullpage section#home {
  background: #2d2d2d url('../images/bg-home.png') 50% 100% no-repeat;
}
@media screen and (max-height: 680px) {
  #fullpage section#home {
    background-position: 50% 120%;
  }
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#home {
    padding-top: 110px;
    background: transparent url('') 0 0 no-repeat;
  }
  #fullpage section#home .tableCell {
    background: transparent url('') 0 0 no-repeat;
  }
}
#fullpage section#home .tableCell {
  background: transparent url('../images/bg-home-shadow.png') 0 100% repeat-x;
}
#fullpage section#home h1 a {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#home h1 a {
    width: 272px;
    height: 110px;
    background-position: -531px -2px;
  }
}
#fullpage section#home .about {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #3F3A33;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#home .about {
    border-bottom: none;
  }
}
#fullpage section#home .about .motto {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#home .about .motto {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}
#fullpage section#home .about .motto h2 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 26px;
  color: #ffc974;
  font-weight: normal;
}
#fullpage section#home .about .services {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#home .about .services {
    float: none;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}
#fullpage section#home .about .services h3,
#fullpage section#home .about .services p {
  font-size: 15px;
  color: #b5b5b5;
}
#fullpage section#home .about .services h3 {
  padding-bottom: 20px;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#fullpage section#home .about .services p {
  font-family: "ff-meta-serif-web-pro", serif;
  line-height: 1.6;
}
#fullpage section#home aside {
  max-width: 690px;
  margin: 0 auto;
  padding-top: 35px;
}
#fullpage section#home aside dl {
  float: left;
  width: 48%;
}
#fullpage section#home aside dl:first-of-type {
  margin-left: 10px;
}
#fullpage section#home aside dl:last-of-type {
  float: right;
  width: 48%;
}
#fullpage section#home aside dl dt {
  display: inline-block;
  font-family: "ff-meta-serif-web-pro", serif;
  color: #ffc974;
}
#fullpage section#home aside dl dd {
  display: inline-block;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-size: 16px;
  color: #ffc974;
}
#fullpage section#home aside dl dd a {
  padding-left: 35px;
  color: #ffc974;
  font-weight: 500;
  text-decoration: none;
}
#fullpage section#home aside dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#home aside {
    padding-top: 0;
  }
  #fullpage section#home aside dl {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  #fullpage section#home aside dl:first-of-type {
    margin-left: 0;
  }
  #fullpage section#home aside dl:last-of-type {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  #fullpage section#home aside dl dt {
    display: block;
    text-align: center;
  }
  #fullpage section#home aside dl dd {
    display: block;
    text-align: center;
  }
  #fullpage section#home aside dl dd a {
    padding-left: 0;
  }
}
#fullpage section#portfolio .award {
  position: absolute;
  top: 8em;
  left: 0;
}
#fullpage section#portfolio h2 {
  display: inline-block;
  margin: 0 auto;
  font-family: "nimbus-sans", sans-serif;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #6c6c6c;
}
#fullpage section#portfolio article {
  position: relative;
}
#fullpage section#portfolio article h3 {
  margin-bottom: 65px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 63px;
  font-weight: bold;
  text-align: center;
}
#fullpage section#portfolio article h4 {
  margin-top: -65px;
  margin-bottom: 65px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#fullpage section#portfolio article .copy {
  width: 660px;
  margin: 0 auto;
  margin-top: -150px;
  text-align: center;
}
#fullpage section#portfolio article .copy ul.info {
  float: left;
  width: 150px;
  color: #6c6c6c;
  font-family: "nimbus-sans", sans-serif;
  text-align: left;
}
#fullpage section#portfolio article .copy ul.info li {
  padding-bottom: 10px;
}
#fullpage section#portfolio article .copy ul.info li:nth-of-type(2):after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 23px;
  border-bottom: 1px solid #6c6c6c;
}
#fullpage section#portfolio article .copy ul.info li a {
  color: #6c6c6c;
  font-weight: bold;
  text-decoration: none;
}
#fullpage section#portfolio article .copy ul.info li a:hover {
  text-decoration: underline;
}
#fullpage section#portfolio article .copy .col-1,
#fullpage section#portfolio article .copy .col-2 {
  float: left;
  width: 255px;
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1.7;
  text-align: left;
}
#fullpage section#portfolio article .copy .col-1 a,
#fullpage section#portfolio article .copy .col-2 a {
  color: #6c6c6c;
}
#fullpage section#portfolio article .copy .col-1 a:hover,
#fullpage section#portfolio article .copy .col-2 a:hover {
  text-decoration: none;
}
#fullpage section#portfolio article .copy .col-1 {
  padding-right: 30px;
}
#fullpage section#portfolio article .copy .col-2 ul {
  list-style: disc;
}
#fullpage section#portfolio #ref-artkina {
  background: transparent url('../images/bg-ref-artkina.jpg') 50% 100% no-repeat;
  background-size: cover;
}
#fullpage section#portfolio #ref-artkina .tableCell {
  background: transparent url('../images/bg-ref-artkina-app.png') 50% 100% no-repeat;
}
@media screen and (max-height: 680px) {
  #fullpage section#portfolio #ref-artkina .tableCell {
    background-position: 50% 110%;
  }
}
#fullpage section#portfolio #ref-artkina h3 {
  color: #D53334;
}
#fullpage section#portfolio #ref-cargo {
  background: #eaeaea url('../images/bg-ref-cargo-repeat.png') 0 100% repeat-x;
}
#fullpage section#portfolio #ref-cargo .tableCell {
  background: transparent url('../images/bg-ref-cargo.jpg') 50% 100% no-repeat;
}
@media screen and (max-height: 800px) {
  #fullpage section#portfolio #ref-cargo .tableCell {
    background-size: auto 90%;
  }
}
#fullpage section#portfolio #ref-cargo h3 {
  color: #52B23E;
}
#fullpage section#portfolio #ref-radio1 {
  background-color: #e2000a;
}
#fullpage section#portfolio #ref-radio1 .tableCell {
  background: transparent url('../images/bg-ref-radio1.jpg') 50% 100% no-repeat;
}
@media screen and (max-height: 860px) {
  #fullpage section#portfolio #ref-radio1 .tableCell {
    background-size: auto 350px;
  }
}
@media screen and (max-height: 685px) {
  #fullpage section#portfolio #ref-radio1 .tableCell {
    background-size: auto 30%;
  }
}
@media screen and (min-height: 861px) {
  #fullpage section#portfolio #ref-radio1 .tableCell {
    background-size: auto 360px;
  }
}
#fullpage section#portfolio #ref-radio1 h2,
#fullpage section#portfolio #ref-radio1 h3,
#fullpage section#portfolio #ref-radio1 ul.info,
#fullpage section#portfolio #ref-radio1 .col-1,
#fullpage section#portfolio #ref-radio1 .col-2 {
  color: #fff;
}
#fullpage section#portfolio #ref-radio1 h2 {
  border-bottom-color: #fff;
}
#fullpage section#portfolio #ref-radio1 ul.info li {
  color: white;
}
#fullpage section#portfolio #ref-radio1 ul.info li:nth-of-type(2):after {
  border-bottom: 1px solid #fff;
}
#fullpage section#portfolio #ref-radio1 a {
  color: #fff;
}
#fullpage section#portfolio #ref-slavia {
  background: transparent url('../images/bg-ref-slavia-bg.jpg') 50% 100% no-repeat;
  background-size: cover;
}
#fullpage section#portfolio #ref-slavia .tableCell {
  background: transparent url('../images/bg-ref-slavia.png') 50% 100% no-repeat;
}
@media screen and (max-height: 680px) {
  #fullpage section#portfolio #ref-slavia .tableCell {
    background-position: 50% 110%;
  }
}
#fullpage section#portfolio #ref-slavia p {
  color: white;
}
#fullpage section#portfolio #ref-slavia .h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  margin-top: 0;
}
#fullpage section#portfolio #ref-slavia ul.nolist {
  list-style: none;
}
#fullpage section#portfolio #ref-slavia ul.info {
  width: 200px;
}
#fullpage section#portfolio #ref-slavia .col-1,
#fullpage section#portfolio #ref-slavia .col-2 {
  width: 220px;
}
#fullpage section#portfolio #ref-slavia .col-1 ul,
#fullpage section#portfolio #ref-slavia .col-2 ul {
  margin-left: 1em;
}
#fullpage section#portfolio #ref-slavia .col-1 ul li,
#fullpage section#portfolio #ref-slavia .col-2 ul li {
  list-style: disc;
}
#fullpage section#portfolio #ref-slavia h2,
#fullpage section#portfolio #ref-slavia h3,
#fullpage section#portfolio #ref-slavia ul.info,
#fullpage section#portfolio #ref-slavia .col-1,
#fullpage section#portfolio #ref-slavia .col-2,
#fullpage section#portfolio #ref-slavia a {
  color: #fff;
}
#fullpage section#portfolio #ref-slavia h2 {
  border-bottom-color: #fff;
}
#fullpage section#portfolio #ref-slavia ul.info li {
  color: white;
}
#fullpage section#portfolio #ref-slavia ul.info li:nth-of-type(2):after {
  border-bottom: 1px solid #fff;
}
#fullpage section#portfolio #ref-pwc {
  background: transparent url('../images/bg-ref-pwc-bg.jpg') 50% 100% no-repeat;
  background-size: cover;
}
#fullpage section#portfolio #ref-pwc .tableCell {
  background: transparent url('../images/bg-ref-pwc.png') 50% 100% no-repeat;
}
@media screen and (max-height: 680px) {
  #fullpage section#portfolio #ref-pwc .tableCell {
    background-position: 50% 110%;
  }
}
#fullpage section#portfolio #ref-pwc .h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  margin-top: 0;
}
#fullpage section#portfolio #ref-pwc ul.nolist {
  list-style: none;
}
#fullpage section#portfolio #ref-pwc h2 {
  border-bottom-color: #DC6A0F;
}
#fullpage section#portfolio #ref-pwc h3 {
  color: #dc6a0f;
}
#fullpage section#portfolio #ref-pwc ul.info li:nth-of-type(2):after {
  border-bottom: 1px solid #fff;
}
#fullpage section#portfolio #ref-aukro {
  background-color: #ffffff;
}
#fullpage section#portfolio #ref-aukro .tableCell {
  background: transparent url('../images/bg-ref-aukro.jpg') 50% 100% no-repeat;
}
@media screen and (max-height: 735px) {
  #fullpage section#portfolio #ref-aukro .tableCell {
    background-size: auto 50%;
  }
}
#fullpage section#portfolio #ref-aukro h3 {
  color: #C20617;
}
#fullpage section#portfolio #ref-predvyber {
  background: #efbd3f url('../images/bg-ref-predvyber-bg.png') 0 100% no-repeat;
}
@media only screen and (max-width: 720px), (max-height: 660px), only screen and (min-width: 721px) and (max-width: 949px) {
  #fullpage section#portfolio #ref-predvyber {
    background: transparent url('') 0 0 no-repeat;
    background-color: #efbd3f;
  }
}
#fullpage section#portfolio #ref-predvyber .tableCell {
  background: transparent url('../images/bg-ref-predvyber.png') 50% 100% no-repeat;
}
@media screen and (max-height: 860px) {
  #fullpage section#portfolio #ref-predvyber .tableCell {
    background-size: auto 280px;
  }
}
@media screen and (max-height: 685px) {
  #fullpage section#portfolio #ref-predvyber .tableCell {
    background-size: auto 30%;
  }
}
@media screen and (min-height: 861px) {
  #fullpage section#portfolio #ref-predvyber .tableCell {
    background-size: auto 340px;
  }
}
#fullpage section#portfolio #ref-predvyber h3 {
  color: #fff;
}
#fullpage section#portfolio #ref-dpp {
  background: transparent url('../images/bg-ref-dpp-bg.jpg') 50% 0 no-repeat;
  background-size: cover;
}
#fullpage section#portfolio #ref-dpp .tableCell {
  background: transparent url('../images/bg-ref-dpp.png') 50% 100% no-repeat;
}
@media screen and (max-height: 880px) {
  #fullpage section#portfolio #ref-dpp .tableCell {
    background-size: auto 40%;
  }
}
#fullpage section#portfolio #ref-dpp h3,
#fullpage section#portfolio #ref-dpp h4 {
  color: #51B8C8;
}
#fullpage section#portfolio #ref-last {
  background-color: #f3cc74;
}
#fullpage section#portfolio #ref-last .tableCell {
  background: transparent url('../images/bg-ref-last.jpg') 50% 100% no-repeat;
}
@media screen and (max-height: 680px) {
  #fullpage section#portfolio #ref-last .tableCell {
    background-position: 50% 160%;
  }
}
#fullpage section#portfolio #ref-last h3 {
  color: #fff;
  line-height: 1;
  padding-top: 20px;
  margin-bottom: 25px;
}
#fullpage section#portfolio #ref-last p.since {
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 21px;
  color: #6c6c6c;
  background: transparent url('../images/ico-arrow-down.png') 50% 100% no-repeat;
  padding-bottom: 55px;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#portfolio {
    width: 100%;
    min-height: 600px;
    position: relative;
  }
  #fullpage section#portfolio:before {
    display: block;
  }
  #fullpage section#portfolio #ref-dpp h4 {
    margin: 0;
    margin-bottom: 1em;
  }
  #fullpage section#portfolio #ref-dpp .copy:after {
    background: transparent url('../images/bg-ref-dpp.png') 50% 0 no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
  }
  #fullpage section#portfolio #ref-predvyber .copy:after {
    background: transparent url('../images/bg-ref-predvyber.png') 50% 0 no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
  }
  #fullpage section#portfolio #ref-radio1 .copy:after {
    background: transparent url('../images/bg-ref-radio1.jpg') 50% 0 no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
  }
  #fullpage section#portfolio #ref-aukro .copy:after {
    background: transparent url('../images/bg-ref-aukro.jpg') 50% 0 no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
  }
  #fullpage section#portfolio #ref-artkina .copy:after {
    background: transparent url('../images/bg-ref-artkina-app.png') 50% 0 no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
  }
  #fullpage section#portfolio #ref-cargo .copy:after {
    background: transparent url('../images/bg-ref-cargo.jpg') 50% 0 no-repeat;
    height: 200px;
    width: 100%;
    background-size: auto 190%;
    background-position: center bottom;
  }
  #fullpage section#portfolio .slide {
    float: none;
  }
  #fullpage section#portfolio .award {
    display: none;
  }
  #fullpage section#portfolio article .copy {
    margin-top: 0;
    text-align: center;
    max-width: 100%;
  }
  #fullpage section#portfolio article .copy > h2 {
    display: none;
  }
  #fullpage section#portfolio article .copy h3 {
    margin-bottom: .2em;
    font-size: 3em;
    padding-top: 1em;
  }
  #fullpage section#portfolio article .copy:after {
    padding-bottom: 3em;
    display: block;
    content: "";
    clear: both;
  }
  #fullpage section#portfolio article .copy .col-1,
  #fullpage section#portfolio article .copy .col-2 {
    min-width: 300px;
    width: 50%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
  }
  #fullpage section#portfolio article .copy ul {
    margin-left: 1em;
  }
  #fullpage section#portfolio article .copy ul.info {
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  #fullpage section#portfolio article .copy ul.info li:nth-of-type(2):after {
    display: none;
  }
}
@media only screen and (max-width: 720px), (max-width: 660px) {
  #fullpage section#portfolio article .copy .col-1,
  #fullpage section#portfolio article .copy .col-2 {
    padding-top: 1em;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #fullpage section#portfolio article .copy .col-1 .sprite,
  #fullpage section#portfolio article .copy .col-2 .sprite {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1em;
  }
}
#fullpage section#contact {
  background: #2d2d2d url('../images/bg-footer-shadow.png') 0 0 repeat-x;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#contact {
    background: transparent url('') 0 0 no-repeat;
    padding-bottom: 50px;
  }
}
#fullpage section#contact .tableCell {
  background: transparent url('../images/bg-footer.png') 50% 50% no-repeat;
}
#fullpage section#contact h2 {
  font-family: "nimbus-sans", sans-serif;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #f3cc74;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#contact h2 {
    padding: 50px 0 10px 0;
  }
}
#fullpage section#contact h3 {
  width: 305px;
  margin: 0 auto;
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 22px;
  color: #a4a4a4;
  text-align: center;
}
#fullpage section#contact p {
  margin-top: 5px;
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 15px;
  color: #a4a4a4;
  text-align: center;
}
@media screen and (min-height: 569px) and (max-height: 720px) {
  #fullpage section#contact p {
    display: none;
  }
}
#fullpage section#contact .pilots {
  display: block;
  margin: 45px auto 25px auto;
}
#fullpage section#contact form {
  max-width: 305px;
  margin: 0 auto;
}
#fullpage section#contact form h3 {
  padding-bottom: 10px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #f3cc74;
  letter-spacing: 3px;
}
#fullpage section#contact form h3.ok {
  color: #3FB651;
}
#fullpage section#contact form input[type=text] {
  background: transparent url('../images/sprites.png') 0 0 no-repeat;
  width: 252px;
  height: 44px;
  background-position: -531px -114px;
  border: none;
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 13px;
  color: #333;
  text-indent: 14px;
}
#fullpage section#contact form input[type=text]::-webkit-input-placeholder {
  color: #333333;
}
#fullpage section#contact form input[type=text]:-moz-placeholder {
  color: #333333;
}
#fullpage section#contact form input[type=text]::-moz-placeholder {
  color: #333333;
}
#fullpage section#contact form input[type=text]:-ms-input-placeholder {
  color: #333333;
}
#fullpage section#contact form input[type=text].error {
  -webkit-box-shadow: 0px 0px 10px 0px #f52f4b;
  -moz-box-shadow: 0px 0px 10px 0px #f52f4b;
  box-shadow: 0px 0px 10px 0px #f52f4b;
}
#fullpage section#contact form .btn-send {
  border: none;
  background-color: transparent;
  text-indent: 200%;
  outline: none;
}
#fullpage section#contact .vcard {
  max-width: 663px;
  margin: 0 auto;
}
#fullpage section#contact .vcard dl {
  float: left;
  width: 215px;
  margin-top: 85px;
}
@media screen and (min-height: 569px) and (max-height: 720px) {
  #fullpage section#contact .vcard dl {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#contact .vcard dl {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#fullpage section#contact .vcard dl dt {
  font-family: "nimbus-sans", sans-serif;
  color: #f3cc74;
  line-height: 33px;
  text-indent: 37px;
}
#fullpage section#contact .vcard dl.address dt {
  background: transparent url('../images/sprites/ico-pin.png') 0 50% no-repeat;
}
#fullpage section#contact .vcard dl.write {
  width: 228px;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#contact .vcard dl.write {
    width: 200px;
  }
}
#fullpage section#contact .vcard dl.write dt {
  background: transparent url('../images/sprites/ico-mail.png') 0 50% no-repeat;
  text-indent: 50px;
}
#fullpage section#contact .vcard dl.write dd {
  padding-left: 50px;
}
#fullpage section#contact .vcard dl.call dt {
  background: transparent url('../images/sprites/ico-phone.png') 0 0 no-repeat;
}
#fullpage section#contact .vcard dl.call dd a {
  color: #f3cc74;
  font-size: 18px;
}
#fullpage section#contact .vcard dl dd {
  font-family: "ff-meta-serif-web-pro", serif;
  color: #a4a4a4;
  padding-left: 37px;
  padding-top: 10px;
  font-size: 15px;
}
#fullpage section#contact .vcard dl dd a {
  color: #a4a4a4;
  text-decoration: none;
}
#fullpage section#contact .vcard dl dd a:hover {
  text-decoration: underline;
}
#fullpage section#fail404 {
  height: 100%;
}
#fullpage section#fail404 h1 {
  display: none;
}
#fullpage section#fail404 a.logo-404 {
  display: block;
  margin: 0 auto;
  padding-bottom: 2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#fullpage section#fail404 a.logo-404:hover {
  border-bottom: 1px solid #ECE3DA;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#fail404 a.logo-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -68.5px;
    margin-top: -94px;
  }
}
#fullpage section#fail404 .refresh {
  text-align: center;
}
#fullpage section#fail404 .refresh a {
  font-family: "nimbus-sans", sans-serif;
  color: #EFE7DF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#fullpage section#fail404 .refresh a span {
  display: block;
  padding-top: 14px;
  font-size: 18px;
}
#fullpage section#fail404 .refresh a strong {
  font-size: 43px;
}
#fullpage section#fail404 .refresh a:hover {
  border-bottom: 1px solid #ECE3DA;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  #fullpage section#fail404 .refresh {
    display: none;
  }
}
#fullpage section#fail404 .source {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #979797;
  font-family: "nimbus-sans", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
#fullpage section#fail404 .source a {
  color: #979797;
  text-decoration: none;
}
#fullpage section#fail404 .source a:hover {
  text-decoration: underline;
}
#fullpage .controlArrow.prev,
#fullpage .controlArrow.next {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/sprites.png");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 36px;
  height: 66px;
  background-position: -190px -162px;
  border-width: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fullpage .controlArrow.prev:hover,
#fullpage .controlArrow.next:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
#fullpage .controlArrow.prev {
  width: 36px;
  height: 66px;
  background-position: -228px -162px;
}
.fb-like.fb_iframe_widget {
  overflow: hidden;
}
@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hang {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hang {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@media only screen and (max-width: 720px), (max-height: 660px) {
  .hang {
    display: none;
  }
}
.scroll-arrow {
  text-align: center;
  margin-top: 5em;
}
