@charset "UTF-8";
.white {
  color: #FFF; }

.black {
  color: #333; }

.gray {
  color: #8E8B8E; }

.navy {
  color: #0E162D; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* ==========================================================================
   normalize.css
   ========================================================================== */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

/* ==========================================================================
   Remove vender default style
   ========================================================================== */
/*
 * 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.
 */
input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, textarea:focus {
  outline: 0; }

a:focus {
  outline: 0; }

/* ==========================================================================
   Better basic DOM elements style
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

body {
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a:hover {
  color: inherit; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Remove vender default style
   ========================================================================== */
/*
 * 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.
 */
input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, textarea:focus {
  outline: 0; }

a:focus {
  outline: 0; }

/* ==========================================================================
   Better basic DOM elements style
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

body {
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a:hover {
  color: inherit; }

/* ==========================================================================
   fancybox
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
  color: #444;
  text-shadow: none;
  margin: 50px auto; }

.great-brands .fancybox-skin,
.great-brands-wrap .fancybox-skin {
  background: transparent; }

.great-brands .fancybox-skin:hover,
.great-brands-wrap .fancybox-skin:hover {
  background: transparent; }

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

.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

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

.fancybox-inner {
  overflow: hidden; }

.great-brands .fancybox-inner,
.great-brands-wrap .fancybox-inner {
  overflow: visible !important; }

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

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../assets/images/fancybox_sprite.png"); }

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../assets/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: fixed;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../assets/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }
  .fancybox-nav:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

.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;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !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: url('../images/fancybox_overlay.png') #03050B;*/
  background: url("../assets/images/net.png") center #03050B; }

.great-brands.fancybox-overlay {
  background: rgba(0, 0, 0, 0.95); }

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

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

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.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); }

/*Retina graphics!*/
@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("../assets/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../assets/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
@font-face {
  font-family: "hlk";
  src: url("../assets/fonts/hlk.eot");
  src: url("../assets/fonts/hlk.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hlk.woff") format("woff"), url("../assets/fonts/hlk.ttf") format("truetype"), url("../assets/fonts/hlk.svg#hlk") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "hlk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hlk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-about:before {
  content: "a"; }

.icon-branding:before {
  content: "b"; }

.icon-cross:before {
  content: "c"; }

.icon-email:before {
  content: "e"; }

.icon-home:before {
  content: "h"; }

.icon-html:before {
  content: "t"; }

.icon-jquery:before {
  content: "j"; }

.icon-menu:before {
  content: "n"; }

.icon-mobile:before {
  content: "m"; }

.icon-responsive:before {
  content: "r"; }

.icon-wordpress:before {
  content: "w"; }

.icon-work:before {
  content: "p"; }

.icon-arrow-up:before {
  content: "u"; }

.icon-arrow-down:before {
  content: "d"; }

.hlk-icon {
  font-family: "hlk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'Andes';
  src: url("../assets/fonts/Andes.eot?") format("eot"), url("../assets/fonts/Andes.woff") format("woff"), url("../assets/fonts/Andes.ttf") format("truetype"), url("../assets/fonts/Andes.svg#Andes") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-Light.eot?") format("eot"), url("../assets/fonts/Lato-Light.woff") format("woff"), url("../assets/fonts/Lato-Light.ttf") format("truetype"), url("../assets/fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-Black.eot?") format("eot"), url("../assets/fonts/Lato-Black.woff") format("woff"), url("../assets/fonts/Lato-Black.ttf") format("truetype"), url("../assets/fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 600;
  font-style: normal; }
/*text styles*/
h1 {
  font-size: 72px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

label {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.25em;
  margin-bottom: 0.8em;
  color: inherit; }

strong, b, p {
  line-height: 1.25em;
  margin-bottom: 0.8em;
  color: inherit; }

/* ==========================================================================
   Some Helper classes
   ========================================================================== */
.success-text {
  color: green; }

.warning-text {
  color: orange; }

.error-txt {
  color: red; }

.bold {
  font-weight: bold; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

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

.underline {
  text-decoration: underline; }

/*Display*/
.block {
  display: block; }

.inline {
  display: inline; }

.hide {
  display: none !important; }

.inline-block, .btn, .language_welcome li, .language_menu li, .company a, .company span, .skill_list, .skill_list li, #work h4 a, .work_categories li, .itc_projects_content h5, .itc_company li, .web_projects_content span, .spatial_brands li, #contact .contact-email, .menu-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*Positioning*/
.center {
  margin: 0 auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: right; }

.clear-right {
  clear: left; }

.clear-both {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/*overflow*/
.overflow-h,
.locked {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-v {
  overflow: visible; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden; }

.disable {
  opacity: 0.5;
  background: #ED4A3E; }

.pointer {
  cursor: pointer; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

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

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

input:required {
  box-shadow: none; }

select {
  outline: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none; }
  select::-ms-expand {
    display: none; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: 0; }

form input[type=text], form input[type=password],
form input[type=email], form input[type=tel],
form textarea, form select, form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.3em 1em; }
form textarea {
  height: auto;
  line-height: 1.25em;
  min-height: 140px; }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.pixel-me {
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 120px;
  height: 180px;
  display: block;
  margin: 0 auto; }

.pixel-animation {
  position: absolute;
  -webkit-animation: me 2s infinite;
  -moz-animation: me 2s infinite;
  -ms-animation: me 2s infinite;
  -o-animation: me 2s infinite;
  animation: me 2s infinite;
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@keyframes me {
  0%, 50% {
    box-shadow: 45px 25px 0 #383533, 50px 25px 0 #383533, 55px 25px 0 #383533, 40px 30px 0 #383533, 45px 30px 0 #383533, 50px 30px 0 #383533, 55px 30px 0 #383533, 60px 30px 0 #383533, 65px 30px 0 #383533, 35px 35px 0 #383533, 40px 35px 0 #383533, 45px 35px 0 #f7e2b0, 50px 35px 0 #f7e2b0, 55px 35px 0 #f7e2b0, 60px 35px 0 #383533, 65px 35px 0 #383533, 70px 35px 0 #383533, 35px 40px 0 #383533, 40px 40px 0 #f7e2b0, 45px 40px 0 #f7e2b0, 50px 40px 0 #f7e2b0, 55px 40px 0 #f7e2b0, 60px 40px 0 #f7e2b0, 65px 40px 0 #f7e2b0, 70px 40px 0 #383533, 35px 45px 0 #383533, 40px 45px 0 #f7e2b0, 45px 45px 0 #383533, 50px 45px 0 #f7e2b0, 55px 45px 0 #f7e2b0, 60px 45px 0 #383533, 65px 45px 0 #f7e2b0, 70px 45px 0 #383533, 35px 50px 0 #f7e2b0, 40px 50px 0 #f7e2b0, 45px 50px 0 #f7e2b0, 50px 50px 0 #f7e2b0, 55px 50px 0 #f7e2b0, 60px 50px 0 #f7e2b0, 65px 50px 0 #f7e2b0, 70px 50px 0 #f7e2b0, 35px 55px 0 #f7e2b0, 40px 55px 0 #f7e2b0, 45px 55px 0 #f7e2b0, 50px 55px 0 #f7e2b0, 55px 55px 0 #f7e2b0, 60px 55px 0 #f7e2b0, 65px 55px 0 #f7e2b0, 70px 55px 0 #f7e2b0, 40px 60px 0 #f7e2b0, 45px 60px 0 #f7e2b0, 50px 60px 0 #f7e2b0, 55px 60px 0 #f7e2b0, 60px 60px 0 #f7e2b0, 65px 60px 0 #f7e2b0, 40px 65px 0 #f7e2b0, 45px 65px 0 #f7e2b0, 50px 65px 0 #383533, 55px 65px 0 #383533, 60px 65px 0 #f7e2b0, 65px 65px 0 #f7e2b0, 35px 70px 0 #DDD, 40px 70px 0 #DDD, 45px 70px 0 #f7e2b0, 50px 70px 0 #f7e2b0, 55px 70px 0 #f7e2b0, 60px 70px 0 #f7e2b0, 65px 70px 0 #DDD, 70px 70px 0 #DDD, 30px 75px 0 #DDD, 35px 75px 0 #DDD, 40px 75px 0 #DDD, 45px 75px 0 #DDD, 50px 75px 0 #DDD, 55px 75px 0 #DDD, 60px 75px 0 #DDD, 65px 75px 0 #DDD, 70px 75px 0 #DDD, 75px 75px 0 #DDD, 25px 80px 0 #DDD, 30px 80px 0 #DDD, 35px 80px 0 #DDD, 40px 80px 0 #DDD, 45px 80px 0 #DDD, 50px 80px 0 #DDD, 55px 80px 0 #DDD, 60px 80px 0 #DDD, 65px 80px 0 #DDD, 70px 80px 0 #DDD, 75px 80px 0 #DDD, 80px 80px 0 #DDD, 25px 85px 0 #DDD, 30px 85px 0 #DDD, 35px 85px 0 #DDD, 40px 85px 0 #DDD, 45px 85px 0 #DDD, 50px 85px 0 #DDD, 55px 85px 0 #DDD, 60px 85px 0 #3f51b5, 65px 85px 0 #DDD, 70px 85px 0 #DDD, 75px 85px 0 #DDD, 80px 85px 0 #DDD, 25px 90px 0 #DDD, 30px 90px 0 #DDD, 35px 90px 0 #DDD, 40px 90px 0 #DDD, 45px 90px 0 #DDD, 50px 90px 0 #DDD, 55px 90px 0 #DDD, 60px 90px 0 #DDD, 65px 90px 0 #DDD, 70px 90px 0 #DDD, 75px 90px 0 #DDD, 80px 90px 0 #DDD, 25px 95px 0 #DDD, 30px 95px 0 #DDD, 35px 95px 0 #DDD, 40px 95px 0 #DDD, 45px 95px 0 #DDD, 50px 95px 0 #DDD, 55px 95px 0 #DDD, 60px 95px 0 #DDD, 65px 95px 0 #DDD, 70px 95px 0 #DDD, 75px 95px 0 #DDD, 80px 95px 0 #DDD, 25px 100px 0 #DDD, 30px 100px 0 #DDD, 35px 100px 0 #DDD, 40px 100px 0 #DDD, 45px 100px 0 #DDD, 50px 100px 0 #DDD, 55px 100px 0 #DDD, 60px 100px 0 #DDD, 65px 100px 0 #DDD, 70px 100px 0 #DDD, 75px 100px 0 #DDD, 80px 100px 0 #DDD, 25px 105px 0 #DDD, 30px 105px 0 #DDD, 35px 105px 0 #DDD, 40px 105px 0 #DDD, 45px 105px 0 #DDD, 50px 105px 0 #DDD, 55px 105px 0 #DDD, 60px 105px 0 #DDD, 65px 105px 0 #DDD, 70px 105px 0 #DDD, 75px 105px 0 #DDD, 80px 105px 0 #DDD, 25px 110px 0 #f7e2b0, 30px 110px 0 #f7e2b0, 35px 110px 0 #00275e, 40px 110px 0 #00275e, 45px 110px 0 #00275e, 50px 110px 0 #00275e, 55px 110px 0 #00275e, 60px 110px 0 #00275e, 65px 110px 0 #00275e, 70px 110px 0 #00275e, 75px 110px 0 #f7e2b0, 80px 110px 0 #f7e2b0, 25px 115px 0 #f7e2b0, 30px 115px 0 #f7e2b0, 35px 115px 0 #00275e, 40px 115px 0 #00275e, 45px 115px 0 #00275e, 50px 115px 0 #00275e, 55px 115px 0 #00275e, 60px 115px 0 #00275e, 65px 115px 0 #00275e, 70px 115px 0 #00275e, 75px 115px 0 #f7e2b0, 80px 115px 0 #f7e2b0, 35px 120px 0 #00275e, 40px 120px 0 #00275e, 45px 120px 0 #00275e, 50px 120px 0 #00275e, 55px 120px 0 #00275e, 60px 120px 0 #00275e, 65px 120px 0 #00275e, 70px 120px 0 #00275e, 35px 125px 0 #00275e, 40px 125px 0 #00275e, 45px 125px 0 #00275e, 60px 125px 0 #00275e, 65px 125px 0 #00275e, 70px 125px 0 #00275e, 35px 130px 0 #00275e, 40px 130px 0 #00275e, 45px 130px 0 #00275e, 60px 130px 0 #00275e, 65px 130px 0 #00275e, 70px 130px 0 #00275e, 35px 135px 0 #00275e, 40px 135px 0 #00275e, 45px 135px 0 #00275e, 60px 135px 0 #00275e, 65px 135px 0 #00275e, 70px 135px 0 #00275e, 35px 140px 0 #3f51b5, 40px 140px 0 #3f51b5, 45px 140px 0 #3f51b5, 60px 140px 0 #3f51b5, 65px 140px 0 #3f51b5, 70px 140px 0 #3f51b5, 30px 145px 0 #9e9e9e, 35px 145px 0 #303f46, 40px 145px 0 #9e9e9e, 45px 145px 0 #9e9e9e, 60px 145px 0 #9e9e9e, 65px 145px 0 #9e9e9e, 70px 145px 0 #303f46, 75px 145px 0 #9e9e9e, 30px 150px 0 #9e9e9e, 35px 150px 0 #9e9e9e, 40px 150px 0 #303f46, 45px 150px 0 #303f46, 60px 150px 0 #303f46, 65px 150px 0 #303f46, 70px 150px 0 #9e9e9e, 75px 150px 0 #9e9e9e;
    height: 5px;
    width: 5px; }
  50.01%, 100% {
    box-shadow: 70px 10px 0 #ffffff, 80px 10px 0 #ffffff, 90px 10px 0 #ffffff, 70px 15px 0 #ffffff, 75px 15px 0 #ffffff, 80px 15px 0 #ffffff, 90px 15px 0 #ffffff, 70px 20px 0 #ffffff, 80px 20px 0 #ffffff, 90px 20px 0 #ffffff, 45px 25px 0 #383533, 50px 25px 0 #383533, 55px 25px 0 #383533, 40px 30px 0 #383533, 45px 30px 0 #383533, 50px 30px 0 #383533, 55px 30px 0 #383533, 60px 30px 0 #383533, 65px 30px 0 #383533, 35px 35px 0 #383533, 40px 35px 0 #383533, 45px 35px 0 #f7e2b0, 50px 35px 0 #f7e2b0, 55px 35px 0 #f7e2b0, 60px 35px 0 #383533, 65px 35px 0 #383533, 70px 35px 0 #383533, 35px 40px 0 #383533, 40px 40px 0 #f7e2b0, 45px 40px 0 #f7e2b0, 50px 40px 0 #f7e2b0, 55px 40px 0 #f7e2b0, 60px 40px 0 #f7e2b0, 65px 40px 0 #f7e2b0, 70px 40px 0 #383533, 35px 45px 0 #383533, 40px 45px 0 #f7e2b0, 45px 45px 0 #383533, 50px 45px 0 #f7e2b0, 55px 45px 0 #f7e2b0, 60px 45px 0 #383533, 65px 45px 0 #f7e2b0, 70px 45px 0 #383533, 80px 45px 0 #f7e2b0, 85px 45px 0 #f7e2b0, 35px 50px 0 #f7e2b0, 40px 50px 0 #f7e2b0, 45px 50px 0 #f7e2b0, 50px 50px 0 #f7e2b0, 55px 50px 0 #f7e2b0, 60px 50px 0 #f7e2b0, 65px 50px 0 #f7e2b0, 70px 50px 0 #f7e2b0, 80px 50px 0 #f7e2b0, 85px 50px 0 #f7e2b0, 35px 55px 0 #f7e2b0, 40px 55px 0 #f7e2b0, 45px 55px 0 #f7e2b0, 50px 55px 0 #f7e2b0, 55px 55px 0 #f7e2b0, 60px 55px 0 #f7e2b0, 65px 55px 0 #f7e2b0, 70px 55px 0 #f7e2b0, 80px 55px 0 #DDD, 85px 55px 0 #DDD, 40px 60px 0 #f7e2b0, 45px 60px 0 #f7e2b0, 50px 60px 0 #f7e2b0, 55px 60px 0 #f7e2b0, 60px 60px 0 #f7e2b0, 65px 60px 0 #f7e2b0, 80px 60px 0 #DDD, 85px 60px 0 #DDD, 40px 65px 0 #f7e2b0, 45px 65px 0 #f7e2b0, 50px 65px 0 #383533, 55px 65px 0 #383533, 60px 65px 0 #f7e2b0, 65px 65px 0 #f7e2b0, 80px 65px 0 #DDD, 85px 65px 0 #DDD, 35px 70px 0 #DDD, 40px 70px 0 #DDD, 45px 70px 0 #f7e2b0, 50px 70px 0 #f7e2b0, 55px 70px 0 #f7e2b0, 60px 70px 0 #f7e2b0, 65px 70px 0 #DDD, 70px 70px 0 #DDD, 75px 70px 0 #DDD, 80px 70px 0 #DDD, 85px 70px 0 #DDD, 30px 75px 0 #DDD, 35px 75px 0 #DDD, 40px 75px 0 #DDD, 45px 75px 0 #DDD, 50px 75px 0 #DDD, 55px 75px 0 #DDD, 60px 75px 0 #DDD, 65px 75px 0 #DDD, 70px 75px 0 #DDD, 75px 75px 0 #DDD, 80px 75px 0 #DDD, 85px 75px 0 #DDD, 25px 80px 0 #DDD, 30px 80px 0 #DDD, 35px 80px 0 #DDD, 40px 80px 0 #DDD, 45px 80px 0 #DDD, 50px 80px 0 #DDD, 55px 80px 0 #DDD, 60px 80px 0 #DDD, 65px 80px 0 #DDD, 70px 80px 0 #DDD, 75px 80px 0 #DDD, 80px 80px 0 #DDD, 85px 80px 0 #DDD, 25px 85px 0 #DDD, 30px 85px 0 #DDD, 35px 85px 0 #DDD, 40px 85px 0 #DDD, 45px 85px 0 #DDD, 50px 85px 0 #DDD, 55px 85px 0 #DDD, 60px 85px 0 #3f51b5, 65px 85px 0 #DDD, 70px 85px 0 #DDD, 75px 85px 0 #DDD, 80px 85px 0 #DDD, 25px 90px 0 #DDD, 30px 90px 0 #DDD, 35px 90px 0 #DDD, 40px 90px 0 #DDD, 45px 90px 0 #DDD, 50px 90px 0 #DDD, 55px 90px 0 #DDD, 60px 90px 0 #DDD, 65px 90px 0 #DDD, 70px 90px 0 #DDD, 75px 90px 0 #DDD, 25px 95px 0 #DDD, 30px 95px 0 #DDD, 35px 95px 0 #DDD, 40px 95px 0 #DDD, 45px 95px 0 #DDD, 50px 95px 0 #DDD, 55px 95px 0 #DDD, 60px 95px 0 #DDD, 65px 95px 0 #DDD, 70px 95px 0 #DDD, 25px 100px 0 #DDD, 30px 100px 0 #DDD, 35px 100px 0 #DDD, 40px 100px 0 #DDD, 45px 100px 0 #DDD, 50px 100px 0 #DDD, 55px 100px 0 #DDD, 60px 100px 0 #DDD, 65px 100px 0 #DDD, 70px 100px 0 #DDD, 25px 105px 0 #DDD, 30px 105px 0 #DDD, 35px 105px 0 #DDD, 40px 105px 0 #DDD, 45px 105px 0 #DDD, 50px 105px 0 #DDD, 55px 105px 0 #DDD, 60px 105px 0 #DDD, 65px 105px 0 #DDD, 70px 105px 0 #DDD, 25px 110px 0 #f7e2b0, 30px 110px 0 #f7e2b0, 35px 110px 0 #00275e, 40px 110px 0 #00275e, 45px 110px 0 #00275e, 50px 110px 0 #00275e, 55px 110px 0 #00275e, 60px 110px 0 #00275e, 65px 110px 0 #00275e, 70px 110px 0 #00275e, 25px 115px 0 #f7e2b0, 30px 115px 0 #f7e2b0, 35px 115px 0 #00275e, 40px 115px 0 #00275e, 45px 115px 0 #00275e, 50px 115px 0 #00275e, 55px 115px 0 #00275e, 60px 115px 0 #00275e, 65px 115px 0 #00275e, 70px 115px 0 #00275e, 35px 120px 0 #00275e, 40px 120px 0 #00275e, 45px 120px 0 #00275e, 50px 120px 0 #00275e, 55px 120px 0 #00275e, 60px 120px 0 #00275e, 65px 120px 0 #00275e, 70px 120px 0 #00275e, 35px 125px 0 #00275e, 40px 125px 0 #00275e, 45px 125px 0 #00275e, 60px 125px 0 #00275e, 65px 125px 0 #00275e, 70px 125px 0 #00275e, 35px 130px 0 #00275e, 40px 130px 0 #00275e, 45px 130px 0 #00275e, 60px 130px 0 #00275e, 65px 130px 0 #00275e, 70px 130px 0 #00275e, 35px 135px 0 #00275e, 40px 135px 0 #00275e, 45px 135px 0 #00275e, 60px 135px 0 #00275e, 65px 135px 0 #00275e, 70px 135px 0 #00275e, 35px 140px 0 #3f51b5, 40px 140px 0 #3f51b5, 45px 140px 0 #3f51b5, 60px 140px 0 #3f51b5, 65px 140px 0 #3f51b5, 70px 140px 0 #3f51b5, 30px 145px 0 #9e9e9e, 35px 145px 0 #303f46, 40px 145px 0 #9e9e9e, 45px 145px 0 #9e9e9e, 60px 145px 0 #9e9e9e, 65px 145px 0 #9e9e9e, 70px 145px 0 #303f46, 75px 145px 0 #9e9e9e, 30px 150px 0 #9e9e9e, 35px 150px 0 #9e9e9e, 40px 150px 0 #303f46, 45px 150px 0 #303f46, 60px 150px 0 #303f46, 65px 150px 0 #303f46, 70px 150px 0 #9e9e9e, 75px 150px 0 #9e9e9e;
    height: 5px;
    width: 5px; } }
div, aside, article, section, iframe, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top; }

img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

*::-moz-selection {
  background: #DDD;
  text-shadow: none; }

*::selection {
  background: #DDD;
  text-shadow: none; }

img::selection {
  background: transparent;
  text-shadow: none; }

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

input:focus, textarea:focus {
  outline: 0; }

a:focus {
  outline: 0; }

a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: inherit;
  text-decoration: none;
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

.disable {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.cover-bg {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%; }

/*page styles*/
body {
  background-color: #0E162D;
  -webkit-font-smoothing: antialiased;
  /*-moz-osx-font-smoothing: grayscale;*/
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

/*wrapper*/
#wrapper {
  width: 100%;
  min-width: 990px;
  overflow: hidden; }

/* ==========================================================================
   IE MESSAGE custom styles
   ========================================================================== */
.ieblack {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  color: #FFF;
  text-align: center; }

.iemessage {
  width: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -245px;
  margin-left: -170px;
  font-family: Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase; }
  .iemessage span {
    font-size: 30px;
    font-weight: normal;
    display: block; }
  .iemessage a {
    font-family: Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-size: 60px;
    text-transform: uppercase; }
    .iemessage a:hover {
      color: #16A085; }

/*********************************************************************************/
/* FEATURE                                                                       */
/*********************************************************************************/
.lock {
  overflow: hidden; }

#white_loader {
  background: url("../assets/images/hlk_loader.gif") no-repeat center/52px 60px #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0; }

.white-line {
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 1;
  background-color: #FFF;
  margin-left: -40px; }

.small_logo {
  width: 100px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5; }

.small_logo img {
  width: 100%;
  max-width: 100%; }

.back_top {
  width: 80px;
  height: 30px;
  left: 50%;
  top: 20px;
  margin-left: -40px;
  position: absolute;
  z-index: 5; }
  .back_top:hover {
    top: 10px; }
  .back_top span {
    display: block;
    font-size: 40px; }

.down {
  width: 80px;
  left: 50%;
  bottom: 20px;
  margin-left: -40px;
  position: absolute;
  z-index: 5;
  color: #FFF; }
  .down span {
    display: block;
    font-size: 40px; }

.down:hover {
  bottom: 10px; }

.back_top, .down:hover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.btn {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
  color: #0E162D;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 12px 0px;
  background-color: transparent;
  border: 2px solid #0E162D;
  width: 280px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .btn:before {
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    transform: rotate(-45deg);
    content: "";
    width: 0;
    height: 1000%;
    background: #0E162D;
    position: absolute;
    top: 100%;
    left: -50%;
    z-index: -1;
    transform-origin: 0 0; }

.btn:hover {
  color: #FFF;
  /*background-color: $navy;*/ }
  .btn:hover:before {
    width: 200%; }

/*********************************************************************************/
/* WELCOME                                                                       */
/*********************************************************************************/
/*video*/
.landing {
  background: #000; }
  .landing:hover #welcome_bkg video {
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

#welcome_bkg {
  background-image: url("../assets/images/akl_bkg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #welcome_bkg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) url("../assets/images/net.png") center; }
  #welcome_bkg video {
    -webkit-transition: all 5s ease-out;
    -moz-transition: all 5s ease-out;
    -ms-transition: all 5s ease-out;
    -o-transition: all 5s ease-out;
    transition: all 5s ease-out;
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden; }

#welcome {
  display: table;
  width: 100%;
  height: 100%;
  min-width: 990px;
  text-align: center;
  color: #FFF;
  position: absolute;
  z-index: 5;
  overflow: hidden; }
  #welcome .all-rights {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #8E8B8E;
    font-size: 12px; }

.welcome_content {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 20px 20px;
  width: 100%;
  position: relative;
  z-index: 1; }
  .welcome_content h1 {
    color: #FFF;
    padding: 140px 0 5px;
    font-size: 30px;
    font-family: "Andes", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-bottom: 0px; }
  .welcome_content h2 {
    color: #FFF;
    padding: 50px 0px 10px;
    font-size: 60px;
    font-family: "Andes", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    letter-spacing: 0.03em; }

#logo_welcome {
  left: 50%;
  position: relative;
  top: 0; }
  #logo_welcome img {
    margin-left: -251px;
    margin-top: -135px;
    max-width: none;
    width: 502px;
    height: 390px;
    position: absolute;
    top: 0;
    z-index: -1; }

.nz_designer {
  font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.welcome_select_language {
  font-family: "Andes", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  font-size: 30px;
  letter-spacing: 0.03em;
  margin: 0 0 30px; }

.language_welcome li {
  margin: 10px 40px;
  text-align: center;
  color: #FFF; }
.language_welcome a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  width: 120px;
  padding: 12px 0px;
  border: 2px solid #FFF; }
  .language_welcome a:hover {
    border-color: transparent; }

/*********************************************************************************/
/* HOMEPAGE                                                                      */
/*********************************************************************************/
#home {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #0E162D;
  background-image: url("../assets/images/header_bkg02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*.backstretch {
      &:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0,0,0,0.3);
      }
  }*/ }
  #home:before, #home:after {
    width: 4000px;
    height: 4000px;
    content: "";
    position: absolute;
    bottom: -2000px;
    z-index: 1; }
  #home:before {
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    right: 50%;
    background: #FFF; }
  #home:after {
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: 50%;
    background: #0E162D; }
  #home .home_content {
    position: relative;
    text-align: center;
    color: #FFF;
    width: 100%;
    height: 100%; }
    #home .home_content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    #home .home_content h1 {
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "Andes", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
      width: 600px;
      left: 50%;
      top: 35%;
      line-height: 1.5em;
      font-size: 60px;
      position: relative; }
      #home .home_content h1 span {
        font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        display: block; }
      #home .home_content h1:before, #home .home_content h1:after {
        width: 20%;
        top: 0.725em;
        height: 3px;
        content: "";
        position: absolute;
        z-index: 1;
        background-color: #FFF; }
      #home .home_content h1.quote_three {
        font-size: 40px;
        line-height: 1.6em; }

.quote_one:before {
  left: 0%; }
.quote_one:after {
  right: 0%; }
.quote_one .white-line {
  bottom: -40px; }

.quote_two:before {
  left: 0%; }
.quote_two:after {
  right: 0%; }
.quote_two .white-line {
  bottom: -30px; }

.quote_three span {
  font-size: 60px; }
.quote_three:before {
  display: none; }
.quote_three:after {
  display: none; }
.quote_three .white-line {
  bottom: -20px; }

.language_menu {
  position: absolute;
  bottom: 20px;
  left: 60px;
  z-index: 5; }
  .language_menu li {
    color: #8E8B8E; }
    .language_menu li .selected {
      color: #0E162D; }
    .language_menu li a:hover {
      color: #0E162D; }

/*********************************************************************************/
/* ABOUT                                                                         */
/*********************************************************************************/
#about {
  background-color: #0E162D;
  text-align: center;
  color: #8E8B8E;
  padding: 100px 0 600px;
  position: relative; }

.about_content {
  padding-bottom: 60px; }
  .about_content h2 {
    color: #FFF;
    margin-bottom: 30px; }
  .about_content h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 30px; }
  .about_content h4 {
    margin-top: 70px;
    margin-bottom: 20px;
    color: #BDBDBD; }
  .about_content p {
    color: #BDBDBD;
    width: 60%;
    max-width: 920px;
    margin: 0 auto;
    font-size: 20px; }

.company {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 60px auto 120px;
  color: #BDBDBD; }
  .company a, .company span {
    vertical-align: middle; }
  .company h4 {
    padding-top: 40px;
    text-transform: uppercase;
    padding: 0 10px; }
  .company .newimproved {
    width: 240px;
    margin: 10px 20px; }
  .company .itc {
    width: 163px;
    margin: 10px 50px; }
  .company img {
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    width: 100%;
    height: auto; }
    .company img:hover {
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      transform: scale(1.02); }

.about_content {
  position: relative;
  z-index: 10;
  padding-left: 50px;
  padding-right: 50px; }

.skill {
  position: relative;
  z-index: 10;
  padding-left: 50px;
  padding-right: 50px; }
  .skill h4 {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #BDBDBD;
    padding: 0 10px; }

.skill_list {
  width: 100%;
  max-width: 860px;
  text-align: center; }
  .skill_list li {
    width: 160px;
    height: 160px;
    text-align: center;
    position: relative;
    padding: 10px;
    margin: 25px 50px;
    /*-webkit-perspective: 20rem;
    perspective: 20rem;*/
        /*&:hover {
            .skill_icon {
                @include transform(translateZ(0) rotateY(360deg));
            }

            .pie_graph {
                @include transform(translateZ(0) rotateY(0deg));
            }
        }*/ }
    .skill_list li .skill_icon, .skill_list li .pie_graph {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .skill_list li .skill_icon svg {
      width: 100%;
      height: auto; }
    .skill_list li .pie_graph {
      /*@include transform(translateZ(0) rotateY(-180deg));*/
      display: none; }

.pie_graph {
  position: absolute;
  overflow: hidden;
  color: #FFF;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/*.pie-content {
    position:absolute;
    width:124px;
    height:124px;
    font-family: $andes;
    text-transform: lowercase;
    overflow:hidden;
    left:50%;
    top: 50%;
    margin: -62px 0 0 -62px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 50px;
    color: $white;
    background-color: $navy;
    z-index: 5;

    span {
        display: block;
        padding-top: 10px;
    }
}

.cn {
    .pie-content {
        span {
            font-size: 22px;
            line-height: 50px;
        }
    }
}*/
.note {
  padding: 20px;
  font-size: 10px;
  color: #BDBDBD;
  display: block; }

#about:before {
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  width: 4000px;
  height: 4000px;
  content: "";
  position: absolute;
  bottom: -2000px;
  right: 50%;
  z-index: 1;
  background: #FFF; }

/*********************************************************************************/
/* WORK                                                                          */
/*********************************************************************************/
#work {
  background-color: #FFF;
  text-align: center;
  color: #8E8B8E;
  padding: 100px 0 40%;
  position: relative; }
  #work:after {
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    width: 4000px;
    height: 4000px;
    content: "";
    position: absolute;
    bottom: -2000px;
    left: 50%;
    z-index: 1;
    background: #0E162D; }
  #work h2 {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 5;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #FFF;
    text-transform: uppercase; }
  #work h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #0E162D;
    padding: 0 10px;
    margin-bottom: 50px; }
  #work h4 {
    margin: 0 0px 40px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25em; }
    #work h4 a {
      font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
      font-weight: 600; }
      #work h4 a:hover {
        color: #16A085; }

.work_container {
  position: relative;
  z-index: 10; }
  .work_container + .work_container {
    margin-top: 50px; }

.work_categories {
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }
  .work_categories li {
    margin: 0 3%;
    font-size: 50px; }
    .work_categories li span {
      display: block;
      font-size: 12px;
      line-height: 1em;
      margin-top: 10px; }
  .work_categories.small {
    position: absolute;
    left: 0;
    bottom: 0; }
    .work_categories.small li {
      margin: 2px;
      font-size: 25px;
      float: none;
      width: auto;
      background: none; }

.work_place {
  padding-bottom: 100px; }

.itc_projects {
  text-align: center;
  width: 100%;
  padding-left: 50px;
  background: #FFF;
  margin: 0px;
  box-sizing: border-box; }
  .itc_projects li {
    float: left;
    width: 33.33333%;
    background: #FFF;
    position: relative;
    text-align: center;
    overflow: hidden; }
    .itc_projects li:hover .itc_projects_wrapper:before {
      opacity: 0.5;
      filter: alpha(opacity=50);
      z-index: 1; }
    .itc_projects li:hover .itc_projects_wrapper .maintenance {
      opacity: 1;
      filter: alpha(opacity=100);
      display: block; }
    .itc_projects li:hover .itc_cover {
      opacity: 0;
      filter: alpha(opacity=0);
      border-width: 2440px; }
    .itc_projects li:hover .itc_projects_content {
      color: #FFF; }

.itc_cover {
  -webkit-transition: all 0.3236s ease-out;
  -moz-transition: all 0.3236s ease-out;
  -ms-transition: all 0.3236s ease-out;
  -o-transition: all 0.3236s ease-out;
  transition: all 0.3236s ease-out;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: 0;
  height: 0;
  border-right: 1440px solid #FFF;
  border-top: 1440px solid transparent;
  margin: 0 -720px -720px 0;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  right: 50%; }

.itc_projects_wrapper {
  display: block;
  position: relative;
  padding-top: 100%; }
  .itc_projects_wrapper:before {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../assets/images/net.png") center #03050B; }
  .itc_projects_wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .itc_projects_wrapper .maintenance {
    /*@include transition(opacity 1s ease-out);*/
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75); }
    .itc_projects_wrapper .maintenance div {
      width: 100%;
      height: 100%;
      display: table; }
    .itc_projects_wrapper .maintenance span {
      display: table-cell;
      vertical-align: middle;
      font-size: 20px;
      padding: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #0E162D; }

.itc_projects_content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: right;
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }
  .itc_projects_content h5 {
    font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    font-weight: 600;
    width: 70%;
    margin-bottom: 0; }
  .itc_projects_content span {
    display: block;
    line-height: 1.5em; }

.itc_company {
  text-align: center;
  display: none;
  max-width: 1200px;
  margin: 0 auto; }
  .itc_company li {
    width: 200px;
    margin: 20px 0; }
    .itc_company li img {
      width: 100%;
      height: auto; }

.work_place .note {
  color: #03050B; }

.itc_comesoon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75); }
  .itc_comesoon div {
    width: 100%;
    height: 100%;
    display: table; }
  .itc_comesoon span {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-family: "Andes", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    letter-spacing: 0.03em;
    color: #0E162D; }

.web_projects {
  text-align: center;
  width: 100%;
  padding-left: 50px;
  background: #03050B;
  margin: 0px 0px;
  box-sizing: border-box; }
  .web_projects li {
    float: left;
    width: 20%;
    background: #03050B;
    position: relative;
    text-align: center;
    overflow: hidden; }
    .web_projects li .wow {
      background: url("../assets/images/project_wow.jpg") no-repeat center/cover #03050B; }
    .web_projects li .number5 {
      background: url("../assets/images/project_number5B.jpg") no-repeat left center/cover #03050B; }
    .web_projects li .eighteen-fiftyone {
      background: url("../assets/images/project_1851.jpg") no-repeat center/cover #03050B; }
    .web_projects li .domania {
      background: url("../assets/images/project_domania.jpg") no-repeat 10% center/cover #03050B; }
    .web_projects li .takashi {
      background: url("../assets/images/project_takashi.jpg") no-repeat center/cover #03050B; }
    .web_projects li .jandj {
      background: url("../assets/images/project_jandj.jpg") no-repeat center/cover #03050B; }

.web_blackcover {
  -webkit-transition: opacity 2s ease-out;
  -moz-transition: opacity 2s ease-out;
  -ms-transition: opacity 2s ease-out;
  -o-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #03050B;
  position: absolute;
  z-index: 1; }

.web_projects_wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 150%; }
  .web_projects_wrapper .maintenance {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75); }
    .web_projects_wrapper .maintenance div {
      width: 100%;
      height: 100%;
      display: table; }
    .web_projects_wrapper .maintenance span {
      display: table-cell;
      vertical-align: middle;
      font-size: 20px;
      padding: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #0E162D; }
  .web_projects_wrapper:hover .maintenance {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block; }

.web_projects_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }
  .web_projects_content span {
    color: #FFF;
    font-size: 50px;
    border-bottom: 5px solid #FFF;
    font-family: "Andes", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    padding: 20px 0 0; }
  .web_projects_content img {
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 60%;
    max-width: 280px;
    margin: 0;
    top: 50%;
    left: 50%; }

.web_projects li:hover .web_blackcover {
  opacity: 0.3;
  filter: alpha(opacity=30); }
.web_projects li:hover .web_projects_content span, .web_projects li:hover .web_projects_content img {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  filter: alpha(opacity=0); }

.spatial_projects {
  width: 100%;
  padding-left: 44px;
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fill, minmax(16.666667%, 1fr));
  display: grid;
  grid-gap: 0;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-flow: dense; }
  .spatial_projects + .btn {
    margin-top: 50px;
    margin-bottom: 200px; }

.spatial_projects_wrapper {
  position: relative;
  padding: 6px;
  background: #FFF;
  display: grid;
  grid-gap: 0;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-flow: dense; }
  .spatial_projects_wrapper:hover .image_box h5 {
    color: #FFF; }
  .spatial_projects_wrapper:hover .image_box a {
    border-color: #FFF; }
    .spatial_projects_wrapper:hover .image_box a:before {
      opacity: 0.3;
      filter: alpha(opacity=30); }
  .spatial_projects_wrapper:hover .image_box:hover a:after {
    border: 5px solid #FFF; }

.work_six {
  grid-column-end: span 6;
  grid-row-end: span 1;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)); }

.work_four {
  grid-column-end: span 2;
  grid-row-end: span 2;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); }
  .work_four .image_title + .image_box {
    grid-column-end: span 1;
    grid-row-end: span 2; }

.work_three {
  grid-column-end: span 2;
  grid-row-end: span 1;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); }

.work_two {
  grid-column-end: span 1;
  grid-row-end: span 1; }

.image_box {
  position: relative;
  overflow: hidden;
  padding-top: 100%; }
  .image_box.image_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding-top: 0; }
  .image_box h5 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 20px;
    font-size: 14px;
    font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    font-weight: 600;
    text-align: left;
    margin: 0; }
  .image_box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    border-left: none;
    overflow: hidden; }
    .image_box a:before, .image_box a:after {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
    .image_box a:before {
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out;
      opacity: 0.65;
      filter: alpha(opacity=65);
      background: url("../assets/images/net.png") center #03050B;
      z-index: 3; }
    .image_box a:after {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      box-sizing: border-box;
      z-index: 5; }
  .image_box span {
    display: block;
    font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }
  .image_box img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto; }

/*.right-side .image_box {
    float: right;
    text-align: left;
}*/
.spatial_company {
  text-align: center;
  display: none;
  max-width: 1200px;
  margin: 0 auto; }

.spatial_brands li {
  width: 200px;
  margin: 20px 0; }
  .spatial_brands li img {
    width: 100%;
    height: auto; }

/*********************************************************************************/
/* CONTACT                                                                       */
/*********************************************************************************/
#contact {
  background-color: #0E162D;
  text-align: center;
  color: #8E8B8E;
  padding: 100px 0;
  position: relative; }
  #contact h2 {
    position: absolute;
    bottom: 100%;
    right: 50%;
    z-index: 5;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #0E162D; }
  #contact h3 {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase; }
  #contact .contact-email {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-family: "Andes", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0.06em;
    margin-bottom: 0.8em;
    position: relative; }
    #contact .contact-email:before, #contact .contact-email:after {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      opacity: 0;
      filter: alpha(opacity=0);
      width: 30px;
      height: 2px;
      content: "";
      position: absolute;
      z-index: 1;
      background-color: #FFF;
      top: 18px; }
    #contact .contact-email:before {
      right: 105%; }
    #contact .contact-email:after {
      left: 105%; }
    #contact .contact-email:hover {
      color: #16A085; }
      #contact .contact-email:hover:before, #contact .contact-email:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #16A085; }

.contact_content {
  position: relative;
  padding: 15% 50px;
  z-index: 10; }

/*********************************************************************************/
/* NAV                                                                           */
/*********************************************************************************/
.navigation {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  position: fixed;
  left: 5px;
  bottom: 20px;
  z-index: 99; }
  .navigation.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }

.menu-icon {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  width: 26px;
  margin-left: 7px; }
  .menu-icon .bar {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 22px;
    height: 2px;
    margin: 2px;
    background-color: #8E8B8E;
    position: relative;
    display: block;
    float: left;
    z-index: 2; }
    .menu-icon .bar.cross:before {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      content: "";
      width: 22px;
      height: 2px;
      background-color: #8E8B8E;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

.nav_logo {
  display: none; }

.open .menu-icon {
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  width: auto; }
  .open .menu-icon .bar {
    margin: 3px 2px; }
    .open .menu-icon .bar.cross {
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      .open .menu-icon .bar.cross:before {
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .open .menu-icon .bar.top, .open .menu-icon .bar.last {
      display: none; }

.navigation a:hover {
  color: #16A085; }
  .navigation a:hover .bar {
    background: #16A085; }
    .navigation a:hover .bar.cross:before {
      background: #16A085; }
  .navigation a:hover .menu-icon {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .navigation a:hover.open .menu-icon {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

.main_menu {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px; }
  .main_menu li {
    margin: 5px 0;
    color: #8E8B8E;
    height: 40px; }
    .main_menu li a {
      font-size: 40px;
      line-height: 40px;
      vertical-align: middle; }
      .main_menu li a.selected {
        color: #16A085; }
    .main_menu li span {
      opacity: 0;
      filter: alpha(opacity=0);
      font-size: 14px;
      line-height: 40px;
      font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
      vertical-align: text-bottom;
      margin-left: 5px; }
    .main_menu li:hover span {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .main_menu li:hover a, .main_menu li:hover span {
      color: #16A085; }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #FFF;
  z-index: 2;
  background-image: url("../assets/images/header_bkg01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
    /*.backstretch {
    	img {
    		@include transition(transform 5s ease-out);
    	}

    	&:after {
    		content: "";
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background: rgba(0,0,0,0.6);
    	}
    }

    &:hover {
    	.backstretch {
	    	img {
	    		@include transform(scale(1.1));
	    	}
	    }
    }*/ }
  #copyright:before, #copyright:after {
    width: 4000px;
    height: 4000px;
    content: "";
    position: absolute;
    top: -2000px;
    z-index: 1; }
  #copyright:before {
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    right: 50%;
    background: #FFF; }
  #copyright:after {
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    left: 50%;
    background: #0E162D; }
  #copyright .small_logo {
    top: 20px;
    left: 60px; }
  #copyright .ending {
    /*font-family: $andes;*/
    width: 400px;
    left: 50%;
    top: 300px;
    margin-left: -200px;
    line-height: 72px;
    font-size: 40px;
    position: absolute;
    /*&:after {
    	width: 150px;
        height: 3px;
        content: "";
        position: absolute;
        z-index: 1;
        background-color: $white;
        left: 50%;
        top: 110%;
        margin-left: -75px;
    }*/ }
    #copyright .ending span {
      font-family: "Lato", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      display: block; }
    #copyright .ending .white-line {
      bottom: -30px; }
  #copyright .all-rights {
    position: relative;
    z-index: 5;
    text-align: right;
    margin: 20px 20px 0 0;
    color: #8E8B8E;
    font-size: 12px;
    float: right; }

.copyright_content {
  position: relative;
  width: 100%;
  height: 100%; }
  .copyright_content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 1000px) {
  /******* Landing page styles *******/
  #wrapper, #welcome, #copyright {
    min-width: 768px; }

  #welcome_bkg {
    min-width: 768px; }

  /******* About styles *******/
  .skill_list li {
    margin: 25px 4%; }

  /******* Project styles *******/
  .itc_projects li {
    width: 50%; }

  .itc_projects_content {
    padding: 10px; }

  .itc_projects_content h5 {
    font-size: 16px; }

  .itc_projects_content span {
    font-size: 14px; }

  .web_projects_content img {
    top: 60%; }

  .work_categories.small {
    display: none; }

  .image_box h5 {
    font-size: 14px; }

  .web_projects_wrapper .maintenance span {
    font-size: 20px; }

  .spatial_projects {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); }

  .work_six {
    grid-column-end: span 4; }

  .work_four {
    grid-column-end: span 2;
    grid-row-end: span 1; }

  .work_three {
    grid-column-end: span 2;
    grid-row-end: span 1; }

  .work_two {
    grid-column-end: span 1;
    grid-row-end: span 1; } }
@media only screen and (max-width: 769px) {
  .navigation {
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    min-width: 320px;
    background: rgba(14, 22, 45, 0.9);
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .navigation.open {
    background: #0E162D; }
    .navigation.open .menu-icon {
      margin: 18px 6px; }

  .nav_logo {
    display: block;
    width: 34px;
    margin: 0 10px; }

  .menu-icon {
    margin: 9px 6px; }

  .menu-icon .bar.top {
    margin-top: 5px; }

  .navigation a:hover .menu-icon {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  .navigation.open a:hover .menu-icon {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

  .main-menu-open {
    /*@include border-radius(50%);*/
    background: transparent;
    position: relative;
    z-index: 5;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #000; }

  .navigation.open .main-menu-open {
    border-color: transparent; }

  .main_menu {
    width: 100%;
    text-align: center;
    padding: 8px 0 7px 55px;
    margin: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: #0E162D;
    box-sizing: border-box; }

  .main_menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2.5%; }

  .main_menu li span {
    opacity: 1;
    filter: alpha(opacity=100); }

  #home, #copyright {
    min-height: 560px; }

  #work h2, #contact h2 {
    font-size: 40px; }

  h3 {
    font-size: 30px; }

  /******* Landing page styles *******/
  #wrapper, #welcome, #copyright {
    min-width: 320px; }

  #welcome .all-rights {
    left: 10px;
    text-align: center; }

  #welcome_bkg {
    min-width: 320px; }

  #logo_welcome img {
    width: 300px;
    height: 234px;
    margin-left: -150px;
    margin-top: -117px; }

  .welcome_content {
    padding: 70px 20px 40px; }

  .welcome_content h1 {
    padding: 60px 0 5px; }

  .welcome_content h2 {
    font-size: 40px;
    padding: 20px 0 0; }

  .nz_designer {
    font-size: 14px; }

  .welcome_select_language {
    font-size: 20px;
    margin: 0 0 20px; }

  /******* Home page styles *******/
  /*#home {
      padding-top: 55px;
  }*/
  #home .home_content h1 {
    width: 250px;
    font-size: 40px;
    line-height: 60px; }

  /*.white-line {
      bottom: -20px;
  }*/
  #home .home_content h1:before, #home .home_content h1:after {
    width: 40px; }

  .quote_one:before, .quote_one:after,
  .quote_two:before, .quote_two:after {
    top: 30px; }

  .quote_one .white-line,
  .quote_two .white-line {
    bottom: -20px; }

  #home .home_content h1.quote_two {
    width: 300px;
    font-size: 40px;
    line-height: 60px; }

  #home .home_content h1.quote_three {
    font-size: 30px;
    line-height: 50px; }

  #home .home_content h1.quote_three span {
    font-size: 40px; }

  .quote_three:before, .quote_three:after {
    display: none; }

  .small_logo {
    display: none;
    width: 50px;
    right: 10px; }

  .language_menu {
    left: 10px; }

  /******* About styles *******/
  #about {
    padding: 100px 0 300px; }

  .about_content, .skill {
    padding-left: 0px;
    padding-right: 0px; }

  .about_content h2 {
    font-size: 40px;
    margin-bottom: 10px; }
  .about_content p {
    font-size: 16px; }

  .skill_list li {
    width: 28%;
    height: auto;
    margin: 0px;
    padding: 3%; }

  .skill_list li .skill_icon svg {
    width: 100px;
    height: 100px; }

  .skill_list li:hover .skill_icon {
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none; }

  .skill_list li .pie_graph {
    display: none; }

  /******* Project styles *******/
  .work_place {
    padding-bottom: 50px; }

  .itc_projects, .web_projects, .spatial_projects {
    padding-left: 0px; }

  .itc_projects, .web_projects {
    padding: 0 5px;
    background: #FFF; }

  .itc_projects li, .web_projects li {
    border: 5px solid #FFF;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .itc_projects_wrapper:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1; }

  .itc_projects li .itc_cover {
    display: none; }

  .itc_projects_content h5 {
    font-size: 20px; }

  .itc_projects_content span {
    display: none; }

  .itc_projects li .itc_projects_content {
    color: #FFF; }

  .itc_projects_content h5 {
    width: 100%; }

  .web_projects li {
    width: 50%; }
    .web_projects li:last-child {
      display: none; }

  .web_projects_wrapper {
    padding-top: 100%; }

  .web_projects_content span {
    display: none;
    padding-top: 10%; }

  .web_projects_content img {
    top: 50%;
    width: 50%; }

  .work_categories, .work_categories.small {
    display: none; }

  .spatial_projects {
    display: block;
    *zoom: 1; }
    .spatial_projects:before, .spatial_projects:after {
      display: table;
      content: "";
      line-height: 0; }
    .spatial_projects:after {
      clear: both; }
    .spatial_projects + .btn {
      margin-bottom: 100px; }

  .spatial_projects_wrapper {
    display: block;
    float: left;
    padding: 0;
    margin: 5px 0;
    height: auto !important; }
    .spatial_projects_wrapper:hover .image_box h5 {
      color: #0E162D; }

  .right-side .image_box {
    text-align: right;
    float: left; }

  .work_six,
  .work_four,
  .work_three,
  .work_two {
    width: 100%;
    background-color: #F4F4F4; }

  .work_six .image_box,
  .work_four .image_box,
  .work_three .image_box,
  .work_two .image_box {
    width: 50%;
    padding-top: 40%; }

  .spatial_projects_wrapper > .image_box {
    display: none; }

  .spatial_projects_wrapper > .image_box:first-child,
  .spatial_projects_wrapper > .image_box:nth-child(2) {
    display: block;
    float: left; }

  .image_box.image_title {
    position: relative; }

  .image_box h5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px; }

  .spatial_projects_wrapper .image_box a:after, .spatial_projects_wrapper .image_box:hover a:after {
    border: none; }

  .itc_brands li, .spatial_brands li {
    margin: 0; }

  /******* Contact styles *******/
  .contact_content {
    padding: 50px 10px; }

  #contact .contact-email {
    font-size: 22px; }

  #contact .contact-email:before, #contact .contact-email:after {
    top: 9px; }

  /******* Copyright styles *******/
  #copyright .small_logo {
    left: 10px; }

  #copyright .all-rights {
    margin: 10px 10px 0 0;
    width: 35%;
    line-height: 1.25em; }

  /*#copyright .ending:after {
      width: 150px;
  }*/
  #copyright .ending {
    width: 320px;
    margin-left: -160px;
    top: 200px;
    font-size: 35px;
    line-height: 60px; }
    #copyright .ending .white-line {
      bottom: -20px; } }
@media only screen and (max-width: 581px) {
  .main_menu li {
    margin: 0 6%; }

  .main_menu li span {
    display: none; }

  .company .newimproved {
    width: 150px; }

  .company .itc {
    width: 120px; }

  .skill_list li .skill_icon svg {
    width: 70px;
    height: 70px; }

  /******* Fancybox styles *******/
  .fancybox-close {
    top: 15px;
    right: 15px; }

  .fancybox-prev span {
    left: 0; }

  .fancybox-next span {
    right: 0; } }
@media only screen and (max-width: 481px) {
  .main_menu li {
    margin: 0 5%; }

  #home, #copyright {
    min-height: 480px; }

  #work h2, #contact h2 {
    font-size: 30px; }

  h3 {
    font-size: 25px; }

  /******* Landing styles *******/
  #welcome .all-rights {
    font-size: 10px; }

  /******* About styles *******/
  .about_content p {
    width: 90%; }

  /******* Works styles *******/
  .itc_projects li {
    width: 100%; }

  /******* Projects styles *******/
  .itc_brands li, .spatial_brands li {
    width: 100px; }

  /******* Copyright styles *******/
  #copyright .all-rights {
    font-size: 10px; } }
@media only screen and (max-width: 380px) {
  .main_menu li {
    margin: 0 3%; } }
@media only screen and (min-width: 1200px) {
  #home {
    min-height: 768px; }
    #home .home_content h1 {
      font-size: 5vw;
      width: 50%; }
      #home .home_content h1.quote_three {
        font-size: 3.333333vw; }
        #home .home_content h1.quote_three span {
          font-size: 5vw; }

  #about {
    padding-top: 10%; }

  .about_content h2 {
    font-size: 5vw; }
  .about_content h3 {
    font-size: 3.333333vw; }
  .about_content h4 {
    font-size: 2.5vw; }

  .image_box h5 {
    font-size: 1.1666667vw; }

  #work h2, #contact h2 {
    font-size: 5vw; }

  #contact h3 {
    font-size: 3.333333vw; }
  #contact .contact-email {
    font-size: 3.333333vw; }

  #copyright {
    min-height: 768px; }
    #copyright .ending {
      font-size: 3.333333vw;
      line-height: 1.75em;
      width: 30%;
      margin-left: -15%; } }
@media only screen and (min-width: 1440px) {
  #home, #copyright {
    min-height: 900px; } }
@media only screen and (min-width: 1900px) {
  #home .home_content h1 {
    width: 950px;
    font-size: 95px; }
    #home .home_content h1.quote_three {
      font-size: 63px; }
      #home .home_content h1.quote_three span {
        font-size: 95px; }

  #about {
    padding-top: 190px; }

  .about_content h2 {
    font-size: 95px; }
  .about_content h3 {
    font-size: 63px; }
  .about_content h4 {
    font-size: 47px; }

  .image_box h5 {
    font-size: 18px; }

  #work h2, #contact h2 {
    font-size: 95px; }

  #contact h3 {
    font-size: 63px; }
  #contact .contact-email {
    font-size: 63px; }

  #copyright .ending {
    font-size: 63px;
    line-height: 100px;
    width: 600px;
    margin-left: -300px; } }
@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; } }

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