/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: For Office Use Only
Author: Filippo Della Casa, For Office Use Only

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

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

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

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

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

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

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

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

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

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

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

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

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

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

/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p { -webkit-hyphens: auto; -epub-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

/* Addresses margins set differently in IE6/7. */
pre { margin: 0; }

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

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

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

/** Address inconsistent and variable font size in all browsers. */
q:before, q:after { content: ''; content: none; }

small, .small { font-size: 75%; }

/** 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
========================================================================== */
/* Addresses margins set differently in IE6/7. */
dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0; }

/* Addresses paddings set differently in IE6/7. */
menu { padding: 0 0 0 40px; }

ol, ul { padding: 0; list-style-type: none; }

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

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

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

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

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

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

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

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

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

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

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

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

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

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

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

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

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

* { box-sizing: border-box; }

.image-replacement, .ir { text-indent: 100%; white-space: nowrap; overflow: hidden; }

.clearfix, .cf { zoom: 1; }
.clearfix:before, .clearfix:after, .cf:before, .cf:after { content: ""; display: table; }
.clearfix:after, .cf:after { clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp { font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important; font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face { font-family: "NL"; font-style: normal; font-weight: normal; src: url("../fonts/NeuzeitGro-Lig.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Lig.woff") format("woff"), url("../fonts/NeuzeitGro-Lig.ttf") format("truetype"), url("../fonts/NeuzeitGro-Lig.svg#NL") format("svg"); }
@font-face { font-family: "NR"; font-style: normal; font-weight: normal; src: url("../fonts/NeuzeitGroteskTOT-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGroteskTOT-Reg.woff") format("woff"), url("../fonts/NeuzeitGroteskTOT-Reg.ttf") format("truetype"), url("../fonts/NeuzeitGroteskTOT-Reg.svg#NR") format("svg"); }
@font-face { font-family: "AC"; font-style: normal; font-weight: normal; src: url("../fonts/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro-Regular.woff") format("woff"), url("../fonts/ACaslonPro-Regular.ttf") format("truetype"), url("../fonts/ACaslonPro-Regular.svg#AC") format("svg"); }
body { font-family: "NL", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 100%; color: #A2A2A2; background-color: #F2F2F2; -webkit-transition: background-color 0.6s ease-out; transition: background-color 0.6s ease-out; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 1.5em; }
@media (min-width: 768px) { body { font-size: 16px; line-height: 1.5em; } }

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p { /*
-ms-word-wrap: break-word;
word-break: break-word; //non-standart css for webkit
word-wrap: break-word;
// cleaning up the ragged lines and breaks
-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;
// sets a minimum number of characters before and after the break
-webkit-hyphenate-before: 2; -webkit-hyphenate-after: 3; hyphenate-lines: 3;
// enabling fancy ligatures when available
-webkit-font-feature-settings: "liga", "dlig"; -moz-font-feature-settings: "liga=1, dlig=1"; -ms-font-feature-settings: "liga", "dlig"; -o-font-feature-settings: "liga", "dlig"; font-feature-settings: "liga", "dlig";
*/ -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }

/*********************
LINK STYLES
*********************/
a, a:visited { color: #A2A2A2; text-decoration: none; outline: 0; /* on hover */ /* on click */ /* mobile tap color */ }
a:hover, a:focus, a:visited:hover, a:visited:focus { color: #000; text-decoration: none; outline: 0; }
a:active, a:visited:active { outline: 0; }
a:link, a:visited:link { /*
this highlights links on iPhones/iPads.
so it basically works like the :hover selector
for mobile devices.
*/ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
a.inverted, a:visited.inverted { text-decoration: underline; }
a.inverted:hover, a:visited.inverted:hover { text-decoration: none; }

a.anone { color: inherit; text-decoration: none; }
a.anone:hover, a.anone:focus, a.anone:active { color: inherit; text-decoration: none; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { text-rendering: optimizelegibility; font-weight: normal; font-family: "NL"; color: #000; /* removing text decoration from all headline links */ }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover { text-decoration: none; }

.normal-text { font-family: 'AC'; color: #4A4A4A; font-size: 16px; line-height: 24px; /*
@media( min-width: 768px ){ font-size: 18px; line-height: 26px;
}
*/ }
@media (min-width: 1280px) { .normal-text { font-size: 20px; line-height: 28px; } }
.normal-text > p:first-child { margin: 0; }
.normal-text a { border-bottom: 1px solid #000; color: inherit; }
.normal-text a:hover { text-decoration: none; border-bottom: none; color: #cd2027; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
.hide-for-mobile { display: none; }
@media (min-width: 768px) { .hide-for-mobile { display: block; } }

@media (min-width: 768px) { .show-for-mobile { display: none; } }

.scroll { overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }

.noscroll { overflow: hidden; overflow-x: hidden; overflow-y: hidden; }

/* GENERAL GRID FARMEWORK ***************************************/
.grid { position: relative; }
.grid::after { clear: both; content: ""; display: table; }
.grid .row { position: relative; width: 100%; margin-bottom: 10px; }
.grid .row::after { clear: both; content: ""; display: table; }
@media (min-width: 768px) { .grid .row { margin-bottom: 20px; } }
.grid .col { width: 100%; display: block; min-height: 1px; position: relative; }
@media (max-width: 767px) { .grid .col { margin-bottom: 10px; } }

@media (min-width: 768px) { .grid5 .col { width: calc((100% - 4*20px) / 5); margin: 0px 20px 20px 0px; float: left; }
  .grid5 .col:nth-child(5n) { margin-right: 0px; float: right; } }

@media (min-width: 768px) { .grid4 .col { width: calc((100% - 3*20px) / 4); margin: 0px 20px 20px 0px; float: left; }
  .grid4 .col:nth-child(4n) { margin-right: 0px; float: right; } }

@media (min-width: 768px) { .grid3 .col { width: calc((100% - 2*20px) / 3); margin: 0px 20px 20px 0px; float: left; }
  .grid3 .col:nth-child(3n) { margin-right: 0px; float: right; } }
@media (min-width: 1024px) { .grid3 .col { width: calc((100% - 2*40px) / 3); margin: 0px 40px 40px 0px; } }

@media (min-width: 768px) { .grid2 .col { width: calc((100% - 1*20px) / 2); margin: 0px 20px 20px 0px; float: left; } }
@media (min-width: 768px) and (min-width: 1024px) { .grid2 .col { width: calc((100% - 1*40px) / 2); margin: 0px 40px 40px 0px; } }
@media (min-width: 768px) { .grid2 .col:nth-child(2n) { margin-right: 0px; float: right; } }
@media (min-width: 768px) { .grid2.no-gutter .col { width: calc(100% / 2); margin: 0px; } }

.grid2-product .col:first-child { margin-bottom: 20px; }
@media (min-width: 768px) { .grid2-product .col:first-child { margin-bottom: 0px; width: 31.5789%; float: left; }
  .grid2-product .col:last-child { width: 58.9473%; float: right; } }

@media (min-width: 768px) { .grid-compact > .row { margin-bottom: 0px; }
  .grid-compact > .row > .col { margin-bottom: 0px; } }

@media (min-width: 768px) { .grid3-tiny .col { width: calc((100% - 2*40px) / 3); margin: 0px 40px 40px 0px; float: left; }
  .grid3-tiny .col:nth-child(3n) { margin-right: 0px; float: right; } }

/* IMAGES LOAD **************************/
/* image and slideshow container for grids *****/
/* image container to set the proportions of images ******/
.img-container { width: 100%; position: relative; overflow: hidden; padding-bottom: 120%; }
.img-container.square { padding-bottom: 100%; }
.img-container.rounded { padding-bottom: 100%; }
.img-container.rounded div { border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-top-right-radius: 50%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; border-top-left-radius: 50%; }
.img-container .bgimage { position: absolute; }
.img-container img { position: absolute; margin: 0; max-width: 100%; height: auto; }

/* image loader responsive ****************/
.bgimage { width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; overflow: hidden; opacity: 0; }
.bgimage img { width: 100%; height: auto; }
.bgimage.aligntop { background-position: 50% 0%; }
.bgimage.alignbottom { background-position: 50% 100%; }

.preload { display: none; visibility: hidden; opacity: 0; }

/* automatic fade in when the background load ****/
.toload { opacity: 0; -webkit-transition: opacity 0.6s ease; transition: opacity 0.6s ease; }
.toload.loaded { opacity: 1; }

/* javascript triggered fade in when in viewport ****/
.lazyload, .lazyloading, .lazyautosizes { opacity: 0; -webkit-transition: opacity 0.6s ease-out; transition: opacity 0.6s ease-out; }
.lazyload.show, .lazyload.loaded, .lazyload.lazyloaded, .lazyloading.show, .lazyloading.loaded, .lazyloading.lazyloaded, .lazyautosizes.show, .lazyautosizes.loaded, .lazyautosizes.lazyloaded { opacity: 1; }

/* triggered by lazysizeload js *************/
.bgimage.lazyloaded { -webkit-transition: opacity 0.6s ease-out; transition: opacity 0.6s ease-out; opacity: 1; }

.pinhide { display: none; }

.video-container { position: absolute; width: 100%; height: 100%; }
.video-container iframe, .video-container embed, .video-container object, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9  9/16*100 */ height: 0; overflow: hidden; max-width: 100%; height: auto; }
.video-wrapper iframe, .video-wrapper embed, .video-wrapper object, .video-wrapper video, .video-wrapper .poster, .video-wrapper .bgimage { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.img-wrapper-proportion { width: 100%; position: relative; overflow: hidden; padding-bottom: 120%; }
.img-wrapper-proportion img { position: absolute; width: 100%; height: auto; }
.img-wrapper-proportion.rounded { border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-top-right-radius: 50%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; border-top-left-radius: 50%; padding-bottom: 100%; }

/* ACF IMAGES **********************/
img.responsive { width: 100%; max-width: 100%; height: auto; border: 0; margin: 0; }

.video-ctrl { /*
&.video-is-fullscreen{ width: 100vw; height: 100vh;
}
*/ }
.video-ctrl .btn-ctrl { width: 38px; height: 38px; position: absolute; display: inline-block; cursor: pointer; visibility: hidden; opacity: 0; -webkit-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; }
.video-ctrl .btn-ctrl.active { opacity: 1; }
.video-ctrl.set-btn-play .play-btn { visibility: visible; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.video-ctrl.set-btn-play .play-btn .icon-play, .video-ctrl.set-btn-play .play-btn .icon-pause { width: 38px; height: 38px; position: absolute; visibility: hidden; }
.video-ctrl.set-btn-play .play-btn .icon-play.active, .video-ctrl.set-btn-play .play-btn .icon-pause.active { visibility: visible; }
.video-ctrl.set-btn-fullscreen .fullscreen-btn { bottom: 0px; right: 0px; }
.video-ctrl.set-btn-fullscreen .fullscreen-btn.is-enabled { visibility: visible; }
.video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-on, .video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-off { width: 18px; height: 18px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); visibility: hidden; }
.video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-on.active, .video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-off.active { visibility: visible; }
.video-ctrl.set-btn-sound .sound-btn { visibility: visible; bottom: 0px; right: 60px; cursor: pointer; }
.video-ctrl.set-btn-sound .sound-btn .icon-on, .video-ctrl.set-btn-sound .sound-btn .icon-off { width: 18px; height: 18px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); visibility: hidden; }
.video-ctrl.set-btn-sound .sound-btn .icon-on.active, .video-ctrl.set-btn-sound .sound-btn .icon-off.active { visibility: visible; }
.video-ctrl.loop-background { pointer-events: none; }
.video-ctrl.loop-background .play-btn, .video-ctrl.loop-background .fullscreen-btn, .video-ctrl.loop-background .sound-btn { visibility: hidden; display: none !important; }
@media (max-width: 767px) { .video-ctrl.loop-background.play-on-mobile { pointer-events: auto; }
  .video-ctrl.loop-background.play-on-mobile .play-btn { visibility: visible; display: block !important; } }
.video-ctrl SVG { width: 100%; height: auto; fill: #fff; color: #fff; opacity: 0.6; -webkit-filter: drop-shadow(0 0 10px #000); filter: drop-shadow(0 0 10px #000); }
.video-ctrl DIV:hover SVG { opacity: 1; }

.ios .video-ctrl .fullscreen-btn, .ios .video-ctrl .sound-btn { display: none !important; }

video:-webkit-full-screen, video:-webkit-full-screen { width: 100vw !important; height: 100vh !important; -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important; left: 0px !important; top: 0px !important; right: 0px !important; bottom: 0px !important; position: absolute; }

video:-webkit-full-screen, video:fullscreen { width: 100vw !important; height: 100vh !important; -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important; left: 0px !important; top: 0px !important; right: 0px !important; bottom: 0px !important; position: absolute; }

.slick-slide .img-wrapper .video-wrapper { /* position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding-bottom: 0; */ width: 100%; padding-bottom: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.slick-slide .img-wrapper.cover .video-ctrl-wrapper { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }

.video-ctrl-embed.video-wrapper { padding-bottom: 56.25%; }
.video-ctrl-embed .embed-content { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.video-ctrl-embed .bg-overlay-video { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; cursor: pointer; }
.video-ctrl-embed .bg-overlay-video .img-wrapper { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; padding-bottom: 0; }
.video-ctrl-embed .bg-overlay-video .play-button { display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.video-ctrl-embed.video-wrapper.seamless { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; padding-bottom: 0px; overflow: hidden; pointer-events: none; }
.video-ctrl-embed.video-wrapper.seamless iframe { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none !important; }

.reset-transform { -webkit-transform: none; transform: none; }

.trigger-in-view { /*
&.move-up{
	//opacity: 0;
	@include transition(  transform 0.6s ease-out 0.2s, opacity 1.2s ease-out 0.2s );
	@include transform( translateY( 200px ) );
	&.in-view{
		//opacity: 1;
		@include transform( translateY( 0px ) );
	}
}
*/ }
.trigger-in-view.fade { opacity: 0; -webkit-transition: opacity 1s ease-out 0s; transition: opacity 1s ease-out 0s; }
.trigger-in-view.fade.in-view { opacity: 1; }
.trigger-in-view.fade-up { opacity: 0; -webkit-transition: -webkit-transform 0.6s ease-out 0.2s, opacity 1.2s ease-out 0s; -webkit-transition: opacity 1.2s ease-out 0s, -webkit-transform 0.6s ease-out 0.2s; transition: opacity 1.2s ease-out 0s, -webkit-transform 0.6s ease-out 0.2s; transition: transform 0.6s ease-out 0.2s, opacity 1.2s ease-out 0s; transition: transform 0.6s ease-out 0.2s, opacity 1.2s ease-out 0s, -webkit-transform 0.6s ease-out 0.2s; -webkit-transform: translateY(60px); transform: translateY(60px); }
.trigger-in-view.fade-up.transition-reverse { -webkit-transform: translateY(-60px); transform: translateY(-60px); }
@media (min-width: 768px) { .trigger-in-view.fade-up { -webkit-transform: translateY(120px); transform: translateY(120px); }
  .trigger-in-view.fade-up.transition-reverse { -webkit-transform: translateY(-120px); transform: translateY(-120px); } }
.trigger-in-view.fade-up.in-view { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }

.page-template-page-projects.transition-ajax-out #roll-over-projects { -webkit-transition: -webkit-transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s; -webkit-transition: opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; transition: opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; opacity: 0; }

.single-projects .trigger-in-view.fade-up-first { -webkit-transition: -webkit-transform 0.6s ease-out 1s, opacity 1.2s ease-out 1s; -webkit-transition: opacity 1.2s ease-out 1s, -webkit-transform 0.6s ease-out 1s; transition: opacity 1.2s ease-out 1s, -webkit-transform 0.6s ease-out 1s; transition: transform 0.6s ease-out 1s, opacity 1.2s ease-out 1s; transition: transform 0.6s ease-out 1s, opacity 1.2s ease-out 1s, -webkit-transform 0.6s ease-out 1s; }

.page-template-page-info #menu-effect-wrapper { opacity: 0; -webkit-transition: -webkit-transform 1s ease-out 0.5s, opacity 0.8s ease-out 0.5s; -webkit-transition: opacity 0.8s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s; transition: opacity 0.8s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s; transition: transform 1s ease-out 0.5s, opacity 0.8s ease-out 0.5s; transition: transform 1s ease-out 0.5s, opacity 0.8s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s; -webkit-transform: translateY(30px); transform: translateY(30px); }
.page-template-page-info #scroll-info-wrapper { opacity: 0; -webkit-transition: -webkit-transform 1s ease-out 0.5s, opacity 0.8s ease-out 0.5s; -webkit-transition: opacity 0.8s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s; transition: opacity 0.8s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s; transition: transform 1s ease-out 0.5s, opacity 0.8s ease-out 0.5s; transition: transform 1s ease-out 0.5s, opacity 0.8s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
.page-template-page-info.transition-ajax-in #menu-effect-wrapper { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.page-template-page-info.transition-ajax-in #scroll-info-wrapper { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.page-template-page-info.transition-ajax-out #menu-effect-wrapper { -webkit-transition: -webkit-transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s; -webkit-transition: opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; transition: opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; -webkit-transform: translateY(30px); transform: translateY(30px); }
.page-template-page-info.transition-ajax-out #scroll-info-wrapper { -webkit-transition: -webkit-transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s; -webkit-transition: opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; transition: opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s, opacity 0.6s ease-out 0s, -webkit-transform 0.6s ease-out 0s; -webkit-transform: translateY(-30px); transform: translateY(-30px); }

/* EXT JS LIBS WITH CSS ********/
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* OVERRIDE ***********************************/
.slider-container { position: relative; padding: 0px 0px 110% 0px; }
@media (min-width: 768px) { .slider-container { padding: 0px 0px 45.8333333333% 0px; } }
.slider-container .slick-list, .slider-container .slick-track, .slider-container .slick-slider { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.slider-container.reset .slick-list, .slider-container.reset .slick-track, .slider-container.reset .slick-slider { position: relative; width: auto; height: auto; }
.slider-container .slick-list::after { clear: both; content: ""; display: table; }

.slider-container-neutral { position: relative; }

.slick-slider.slider-full-contained { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.slick-slider.slider-full-contained .slick-list, .slick-slider.slider-full-contained .slick-track { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }

.slick-dots { position: absolute; width: 100%; text-align: center; z-index: 3; margin: 0; bottom: 0px; }
.slick-dots li { display: inline-block; margin-right: 10px; }
.slick-dots li button { text-indent: -9999em; text-transform: uppercase; background: none; border: 0; padding: 0px; min-width: 0; width: 9px; height: 9px; line-height: 9px; background-position: center, center; background-image: url(../images/dot-empty.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/dot-empty.svg); background-image: linear-gradient(transparent, transparent), url(../images/dot-empty.svg); background-repeat: no-repeat; }
.slick-dots li button .ie9 { background-image: url(../library/images/dot-empty.png); background-size: contain; }
.slick-dots li button:hover { background-image: url(../images/dot.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/dot.svg); background-image: linear-gradient(transparent, transparent), url(../images/dot.svg); background-repeat: no-repeat; }
.slick-dots li button:hover .ie9 { background-image: url(../library/images/dot.png); background-size: contain; }
.slick-dots li button:active { top: 0px; }
.slick-dots li:last-child { margin-right: 0px; }
.slick-dots li.slick-active button { background-image: url(../images/dot.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/dot.svg); background-image: linear-gradient(transparent, transparent), url(../images/dot.svg); background-repeat: no-repeat; }
.slick-dots li.slick-active button .ie9 { background-image: url(../library/images/dot.png); background-size: contain; }

.arrow-nav { position: absolute; width: 100px; bottom: 75px; display: none; position: absolute; left: -10px; z-index: 100; }
@media (min-width: 768px) { .arrow-nav { display: block; } }
.arrow-nav .arrow { display: inline-block !important; cursor: pointer; width: 21px; height: 21px; margin-right: 10px; }
.arrow-nav .arrow.a-right { margin-right: 0px; }

#nprogress { pointer-events: none; }

#nprogress .bar { background: #cd2027; position: fixed; z-index: 1031; top: 0; left: 0; width: 100%; height: 2px; }

#browser-upgrade { display: none; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 99; 	/*
		.logo{
			font-family: 'FMedium'; 		letter-spacing: 2px; 		font-size: 29px; 		color: $black; 		position: absolute; 		left: 20px; 		top: 30px;
		}
	*/ }
#browser-upgrade .win { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 96%; height: 90%; max-width: 980px; max-height: 600px; background: #fff; -ms-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.1); }
#browser-upgrade .win-content { padding: 0px 10px; max-width: 600px; margin: 0 auto; color: #A2A2A2; }
#browser-upgrade h4 { font-family: 'AR'; font-size: 20px; letter-spacing: 2px; text-align: center; padding: 120px 0px 20px 0px; text-transform: uppercase; }
#browser-upgrade ul.browsers { text-align: center; margin-bottom: 20px; }
#browser-upgrade ul.browsers li { display: inline-block; text-align: center; width: 160px; font-size: 14px; }
#browser-upgrade .icon-browser { width: 70px; height: 70px; background-size: 70px 70px; display: inline-block; margin: 20px 0px; }
#browser-upgrade .icon-browser.explorer { background-image: url(../images/explorer.png); background-repeat: no-repeat; background-size: contain; }
#browser-upgrade .icon-browser.chrome { background-image: url(../images/chrome.png); background-repeat: no-repeat; background-size: contain; }
#browser-upgrade .bg { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: rgba(205, 205, 205, 0.9); opacity: 0; }
#browser-upgrade .close { position: absolute; right: 0px; top: 0px; cursor: pointer; background-image: url(../images/window-close.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/window-close.svg); background-image: linear-gradient(transparent, transparent), url(../images/window-close.svg); background-repeat: no-repeat; background-size: 15px 15px; background-position: center center; width: 50px; height: 50px; }
#browser-upgrade .close .ie9 { background-image: url(../library/images/window-close.png); background-size: contain; }

/*!
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled, .fp-enabled body { margin: 0; padding: 0; overflow: hidden; /*Avoid flicker on slides transitions for mobile phones #336 */ -webkit-tap-highlight-color: transparent; }

#superContainer { height: 100%; position: relative; /* Touch detection for Windows 8 */ -ms-touch-action: none; /* IE 11 on Windows Phone 8.1*/ touch-action: none; }

.fp-section { position: relative; /* Safari<=5 Android<=3 */ /* <=28 */ box-sizing: border-box; }

.fp-slide { float: left; }

.fp-slide, .fp-slidesContainer { height: 100%; display: block; }

.fp-slides { z-index: 1; height: 100%; overflow: hidden; position: relative; -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */ transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table { display: table; table-layout: fixed; width: 100%; }

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

.fp-slidesContainer { float: left; position: relative; }

.fp-controlArrow { -webkit-user-select: none; /* webkit (safari, chrome) browsers */ -moz-user-select: none; /* mozilla browsers */ -khtml-user-select: none; /* webkit (konqueror) browsers */ -ms-user-select: none; /* IE10+ */ position: absolute; z-index: 4; top: 50%; cursor: pointer; width: 0; height: 0; border-style: solid; margin-top: -38px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.fp-controlArrow.fp-prev { left: 15px; width: 0; border-width: 38.5px 34px 38.5px 0; border-color: transparent #fff transparent transparent; }
.fp-controlArrow.fp-next { right: 15px; border-width: 38.5px 0 38.5px 34px; border-color: transparent transparent transparent #fff; }

.fp-scrollable { overflow: scroll; }

.fp-notransition { -webkit-transition: none !important; transition: none !important; }

.fp-slidesNav { position: absolute; z-index: 4; left: 50%; opacity: 1; }
.fp-slidesNav.bottom { bottom: 17px; }
.fp-slidesNav.top { top: 17px; }

#fp-nav ul, .fp-slidesNav ul { margin: 0; padding: 0; }
#fp-nav ul li, .fp-slidesNav ul li { display: block; width: 14px; height: 13px; margin: 7px; position: relative; }
#fp-nav ul li a, .fp-slidesNav ul li a { display: block; position: relative; z-index: 1; width: 100%; height: 100%; cursor: pointer; text-decoration: none; }
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span { height: 12px; width: 12px; margin: -6px 0 0 -6px; border-radius: 100%; }
#fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover .fp-slidesNav ul li a.active span { height: 12px; width: 12px; margin: -6px 0 0 -6px; border-radius: 100%; }
#fp-nav ul li a span, .fp-slidesNav ul li a span { border-radius: 50%; position: absolute; z-index: 1; height: 4px; width: 4px; border: 0; background: #333; left: 50%; top: 50%; margin: -2px 0 0 -2px; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { width: 10px; height: 10px; margin: -5px 0px 0px -5px; }

#fp-nav { position: fixed; z-index: 100; margin-top: -32px; top: 50%; opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
#fp-nav.right { right: 17px; }
#fp-nav.left { left: 17px; }
#fp-nav ul li .fp-tooltip { position: absolute; top: -2px; color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; white-space: nowrap; max-width: 220px; overflow: hidden; display: block; opacity: 0; width: 0; cursor: pointer; }
#fp-nav ul li .fp-tooltip.right { right: 20px; }
#fp-nav ul li:hover .fp-tooltip { -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; width: auto; opacity: 1; }
#fp-nav.fp-show-active a.active + .fp-tooltip { -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; width: auto; opacity: 1; }

.fp-slidesNav ul li { display: inline-block; }

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell { height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell { height: auto !important; }

.fp-scrollable, .fp-scroller { position: relative; overflow: hidden; }

@media (max-width: 767px) { .page-template-page-info .fp-section.fp-table, .page-template-page-info .fp-slide.fp-table { height: auto !important; }
  .page-template-page-info .fp-tableCell { height: auto !important; } }
/************ SMOOTH-SCROLLING *************************/
.smooth-scrolling { overflow: hidden; width: 100%; }
.smooth-scrolling body { width: 100%; overflow: hidden; }
.smooth-scrolling.smooth-scrolling-native { overflow: auto; }
.smooth-scrolling.smooth-scrolling-native body { overflow: auto; }
.smooth-scrolling .vs-section { position: fixed !important; top: 0; right: 0; left: 0; width: 100%; height: auto; margin: auto; will-change: transform; }
.smooth-scrolling .vs-scrollbar { display: block; position: absolute; -webkit-transition: -webkit-transform .6s; transition: -webkit-transform .6s; transition: transform .6s; transition: transform .6s, -webkit-transform .6s; z-index: 1000; }
.smooth-scrolling .vs-scrollbar.vs-vertical { top: 0; right: -5px; bottom: 0; width: 15px; height: 100%; -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.smooth-scrolling .vs-scrollbar.vs-horizontal { bottom: -5px; left: 0; right: 0; width: 100%; height: 15px; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
.smooth-scrolling .is-dragging .vs-scrollbar.vs-horizontal, .smooth-scrolling .is-dragging .vs-scrollbar.vs-vertical, .smooth-scrolling .vs-scrollbar.vs-horizontal:hover, .smooth-scrolling .vs-scrollbar.vs-vertical:hover { -webkit-transform: none; transform: none; }
.smooth-scrolling .vs-scrollbar .vs-scrolldrag { width: 100%; height: auto; background: #ccc; cursor: pointer; }
.smooth-scrolling .vs-scroll-view { position: relative; width: 1px; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
html, * { box-sizing: border-box; }
html:focus, *:focus { outline-color: transparent; outline-style: none; }

body { overflow-x: hidden; }

#scene { position: relative; z-index: 2; }

.logo-wrapper { position: fixed; z-index: 100; top: 0px; left: 0px; }

#logo { position: absolute; }

#logo-vertical { position: fixed; }

#logo-mobile { position: absolute; }

#menu { position: fixed; z-index: 98; top: 0px; right: 0px; }

.admin-bar #logo, .admin-bar #menu, .admin-bar #logo-vertical { top: 32px; }

#container { z-index: 1; position: relative; /*
&.vs-section{
	position: fixed;
}
*/ }

#content { position: relative; }

#browser-upgrade { display: none; z-index: 9; }

#overlay-top { display: none; z-index: 8; }

#logo-container { z-index: 1; }

/************* LAYOUT ******************/
.wrap { margin: 0px 10px; }
@media (min-width: 768px) { .wrap { margin: 0px 30px; } }
@media (min-width: 1280px) { .wrap { margin: 0 40px; } }

.wrap-max { margin: 0 auto; width: calc(100% - 2*30px); }
@media (min-width: 768px) { .wrap-max { width: calc(78.125%); } }
@media (min-width: 1280px) { .wrap-max { width: calc(69.4444444444%); } }

.wrap-project { margin: 0 auto; }
@media (min-width: 768px) { .wrap-project { width: calc(64.453125%); } }
@media (min-width: 1280px) { .wrap-project { width: calc(55%); } }

.max-size-wrap { margin: 0 auto; max-width: 1280px; }

.push-max-height { height: 100vh; }

.spacer_vh_1_5 { height: 20vh; }

.spacer_vh_1_4 { height: 25vh; }

.spacer_vh_1_2 { height: 50vh; }

.spacer_vh { height: 100vh; }

.spacer_2_vh { height: 200vh; }

/************ HEADER *******************/
#logo { display: none; opacity: 0; pointer-events: none; -webkit-transition: opacity 0.4s ease-out, 0.5s; transition: opacity 0.4s ease-out, 0.5s; margin: 10px 0px 0px 10px; }
@media (min-width: 768px) { #logo { display: block; } }
@media (min-width: 768px) { #logo { width: 117px; height: 211px; background-image: url(../images/logo-big.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/logo-big.svg); background-image: linear-gradient(transparent, transparent), url(../images/logo-big.svg); background-repeat: no-repeat; background-size: contain; margin: 30px 0px 0px 30px; }
  #logo .ie9 { background-image: url(../library/images/logo-big.png); background-size: contain; } }
@media (min-width: 1280px) { #logo { width: calc(284px/2); height: calc(502px/2); margin: 40px 0px 0px 40px; } }

#logo-vertical { display: none; opacity: 1; pointer-events: auto; margin: 10px 0px 0px 10px; color: #000; -webkit-transition: color 0.3s ease-out, opacity 0.4s ease-out; transition: color 0.3s ease-out, opacity 0.4s ease-out; letter-spacing: 1px; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
@media (min-width: 768px) { #logo-vertical { display: block; } }
#logo-vertical span { display: inline-block; -webkit-transform: rotateZ(-90deg); transform: rotateZ(-90deg); -webkit-transform-origin: right top; transform-origin: right top; }
@media (min-width: 768px) { #logo-vertical { margin: 30px 0px 0px 30px; font-size: 22px; } }
@media (min-width: 1280px) { #logo-vertical { margin: 40px 0px 0px 40px; font-size: 30px; } }

#logo-mobile { margin: 10px 0px 0px 10px; }
@media (min-width: 768px) { #logo-mobile { display: none; } }
#logo-mobile span { -webkit-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; opacity: 1; position: absolute; display: inline-block; width: calc(100px/2); height: calc(62px/2); background-image: url(../images/logo-fouo-mobile.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/logo-fouo-mobile.svg); background-image: linear-gradient(transparent, transparent), url(../images/logo-fouo-mobile.svg); background-repeat: no-repeat; }
#logo-mobile span .ie9 { background-image: url(../library/images/logo-fouo-mobile.png); background-size: contain; }
#logo-mobile span.white { opacity: 0; background-image: url(../images/logo-fouo-mobile-white.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/logo-fouo-mobile-white.svg); background-image: linear-gradient(transparent, transparent), url(../images/logo-fouo-mobile-white.svg); background-repeat: no-repeat; }
#logo-mobile span.white .ie9 { background-image: url(../library/images/logo-fouo-mobile-white.png); background-size: contain; }

#menu { margin: 20px 10px 0px 0px; }
@media (min-width: 768px) { #menu { letter-spacing: 1px; -webkit-transform: translateX(100%); transform: translateX(100%); margin: 30px 30px 0px 0px; } }
@media (min-width: 1280px) { #menu { margin: 40px 40px 0px 0px; } }

#menu-main-menu { margin: 0; }
@media (min-width: 768px) { #menu-main-menu { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); -webkit-transform-origin: left top; transform-origin: left top; } }
#menu-main-menu li { display: inline-block; margin-right: 40px; }
#menu-main-menu li a { color: #000; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; font-size: 18px; }
#menu-main-menu li a:hover { color: #cd2027; }
#menu-main-menu li a.current_page_item { border-bottom: 1px solid #000; }
@media (min-width: 768px) { #menu-main-menu li a { font-size: 22px; letter-spacing: 1px; } }
@media (min-width: 1280px) { #menu-main-menu li a { font-size: 30px; } }
@media (min-width: 768px) { #menu-main-menu li { margin-right: 90px; } }
#menu-main-menu li:last-child { margin-right: 0px; }

/*********** CONTENT *********************/
#content { min-height: 100%; }
@media (min-width: 768px) { #content { min-height: 100vh; } }

/********** FOOTER ***********************/
#footer { font-size: 12px; line-height: 20px; margin: 20px 0px; color: #A2A2A2; }
@media (min-width: 768px) { #footer { font-size: 14px; line-height: 24px; margin: 100px 0px 40px 0px; } }
@media (min-width: 1280px) { #footer { font-size: 16px; line-height: 18px; margin: 160px 0px 60px 0px; } }
#footer a { color: #A2A2A2; }
#footer a:hover { color: #000; }

.footer-columns .col { text-align: center; }
.footer-columns .col p { margin: 0; }
@media (min-width: 768px) { .footer-columns .col:nth-child(1) { text-align: left; }
  .footer-columns .col:nth-child(3) { text-align: right; } }

.copyright { text-align: center; color: #A2A2A2; }
@media (min-width: 768px) { .copyright { margin-top: 30px; font-size: 12px; } }
@media (min-width: 1280px) { .copyright { margin-top: 40px; font-size: 14px; } }

#footer-compact { text-align: center; line-height: 14px; padding-right: 20px; }
@media (min-width: 768px) { #footer-compact { text-align: right; line-height: 18px; } }
#footer-compact span { margin-right: 20px; }
#footer-compact span p:first-child { display: inline-block; margin: 0; }
#footer-compact span:last-child { margin-right: 0px; }

#logo-container { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 448px; height: 276px; position: fixed; }
#logo-container .wrapper-svg { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 448px; height: 276px; }
#logo-container svg { z-index: 1; position: absolute; }
#logo-container svg line, #logo-container svg path, #logo-container svg ellipse, #logo-container svg circle { visibility: hidden; }
#logo-container svg.state-init line, #logo-container svg.state-init path, #logo-container svg.state-init ellipse, #logo-container svg.state-init circle { visibility: visible; }
#logo-container .arrow-down { display: none; position: absolute; left: 50%; width: 100px; height: 150px; margin-left: -50px; -webkit-transform: translateY(45vh); transform: translateY(45vh); }
@media (min-width: 768px) { #logo-container .arrow-down { -webkit-transform: translateY(50vh); transform: translateY(50vh); } }
#logo-container .arrow-down .arrow-wrapper { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
#logo-container .arrow-down .arrow-down-int { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: calc( 54px/2 ); height: calc( 30px/2 ); background-image: url(../images/arrow-down.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-down.svg); background-image: linear-gradient(transparent, transparent), url(../images/arrow-down.svg); background-repeat: no-repeat; }
#logo-container .arrow-down .arrow-down-int .ie9 { background-image: url(../library/images/arrow-down.png); background-size: contain; }
#logo-container .img-container, #logo-container .img-container-svg { opacity: 0; z-index: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 320px; height: 320px; padding-bottom: 0 !important; }
@media (min-width: 375px) { #logo-container .img-container, #logo-container .img-container-svg { width: 375px; height: 375px; } }
@media (min-width: 768px) { #logo-container .img-container, #logo-container .img-container-svg { width: 480px; height: 480px; } }
@media (min-width: 1280px) { #logo-container .img-container, #logo-container .img-container-svg { width: 600px; height: 600px; } }
#logo-container .img-container svg, #logo-container .img-container-svg svg { width: 100%; height: 100%; }
#logo-container svg { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(0.35); transform: scale(0.35); }
@media (min-width: 375px) { #logo-container svg { -webkit-transform: scale(0.5); transform: scale(0.5); } }
@media (min-width: 768px) { #logo-container svg { -webkit-transform: scale(0.8); transform: scale(0.8); } }
@media (min-width: 1280px) { #logo-container svg { -webkit-transform: scale(1); transform: scale(1); } }

h1.claim { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 300px; text-align: center; font-size: 20px; line-height: 30px; }
h1.claim p { opacity: 0; }
@media (min-width: 768px) { h1.claim { font-size: 30px; line-height: 36px; width: 768px; }
  h1.claim p { padding: 0px 20px; } }
@media (min-width: 1280px) { h1.claim { font-size: 36px; line-height: 41px; width: 1240px; } }

#section-slideshow { height: 100vh; }

#home_slideshow { opacity: 0; overflow: hidden; height: 100vh; position: relative; pointer-events: none; }
#home_slideshow .img-wrapper { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; -webkit-transform: rotateZ(-2deg); transform: rotateZ(-2deg); z-index: 0; }
#home_slideshow .img-slide { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
#home_slideshow .img-slide .skew { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
#home_slideshow .img-slide .img-sizer { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; }
@media (min-width: 768px) { #home_slideshow .img-slide .img-sizer { width: 80%; } }
@media (min-width: 1024px) { #home_slideshow .img-slide .img-sizer { width: 55%; max-width: 1280px; } }
@media (1280px) { #home_slideshow .img-slide .img-sizer { width: 50%; } }
#home_slideshow .img-slide .img-container { padding-bottom: 0px; }
#home_slideshow .img-slide .img-container.has-mobile-crop .mobile-crop { display: block; }
#home_slideshow .img-slide .img-container.has-mobile-crop .desktop-crop { display: none; }
@media (min-width: 769px) { #home_slideshow .img-slide .img-container.has-mobile-crop .mobile-crop { display: none; }
  #home_slideshow .img-slide .img-container.has-mobile-crop .desktop-crop { display: block; } }
#home_slideshow .img-slide img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto; }
#home_slideshow #captions { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; bottom: 0px; top: auto; z-index: 1; height: 50px; }
@media (min-width: 768px) { #home_slideshow #captions { height: 80px; } }
#home_slideshow #captions a { display: inline-block; }
#home_slideshow .featured { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; color: #9B9B9B; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: auto; top: -30px; }
#home_slideshow h2 { margin: 0; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: auto; text-align: center; font-size: 18px; }
@media (min-width: 768px) { #home_slideshow h2 { font-size: 20px; } }
@media (min-width: 1024px) { #home_slideshow h2 { font-size: 24px; } }
#home_slideshow a, #home_slideshow a h2 { color: #000; }

.arrow { display: none; opacity: 0; -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.4s ease-out; transition: opacity 0.6s ease-out, -webkit-transform 0.4s ease-out; transition: opacity 0.6s ease-out, transform 0.4s ease-out; transition: opacity 0.6s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out; position: absolute; width: 100px; height: 150px; margin-top: -75px; top: 50%; }
@media (min-width: 768px) { .arrow { display: block; } }
.arrow .arr { fill: #A2A2A2; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; opacity: 0.6; }
.arrow.over { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
.arrow.over .arr { opacity: 0.7; }
.arrow .arrow-wrapper { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.arrow .arrow-int { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: calc( 54px/2 ); height: calc( 30px/2 ); margin-top: -7px; }
.arrow.arrow-left { left: 0px; -webkit-transform: translateX(20px); transform: translateX(20px); }
.arrow.arrow-left .arrow-int { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); margin-left: -35px; }
.arrow.arrow-right { right: 0px; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
.arrow.arrow-right .arrow-int { -webkit-transform: rotateZ(-90deg); transform: rotateZ(-90deg); }

#home_news { margin-top: 100px; }
@media (min-width: 768px) { #home_news { margin-top: 100px; } }
@media (min-width: 1280px) { #home_news { margin-top: 200px; } }
#home_news.for-no-mobile { display: none; }
@media (min-width: 768px) { #home_news.for-no-mobile { display: block; } }
@media (min-width: 768px) { #home_news.for-mobile { display: none; } }

ul.home-news { margin: 0; margin-bottom: 20px; }
ul.home-news::after { clear: both; content: ""; display: table; }
@media (min-width: 768px) { ul.home-news { margin-bottom: 0px; display: table-row; } }
ul.home-news li { margin: 0; margin-bottom: 30px; }
@media (min-width: 768px) { ul.home-news li { display: table-cell; position: relative; width: 50%; vertical-align: middle; margin-bottom: 0px; } }
ul.home-news .img-container { padding-bottom: 100%; }
@media (min-width: 768px) { ul.home-news .news-wrapper { padding-left: 25px; padding-right: 0px; /*
.normal-text{
	font-size: 16px;
	line-height: 24px;
}
*/ } }
@media (min-width: 1280px) { ul.home-news .news-wrapper { padding-left: 75px; } }
@media (min-width: 768px) { ul.home-news.img-align-right .news-wrapper { padding-left: 0px; padding-right: 25px; } }
@media (min-width: 1280px) { ul.home-news.img-align-right .news-wrapper { padding-right: 75px; } }
ul.home-news h4 { margin: 0; font-size: 18px; line-height: 28px; }
@media (min-width: 768px) { ul.home-news h4 { margin-bottom: 5px; font-size: 20px; line-height: 30px; } }
@media (min-width: 1280px) { ul.home-news h4 { font-size: 24px; line-height: 34px; } }

a.external { /*
img, .bgimage{
	@include transition( transform 4s ease-out );
}
&:hover{
	img, .bgimage{
		@include transform( scale( 1.1 ) rotateZ( -2deg) );
	}
}
*/ }

/* EFFECTS/STATES ON HOMEPAGE *********************************************/
body.home { overflow: hidden; overflow-x: hidden; overflow-y: hidden; }
body.home #main-logo, body.home #menu { opacity: 0; pointer-events: none; -webkit-transition: opacity 1s ease-out; transition: opacity 1s ease-out; }
body.home #logo { opacity: 1; pointer-events: auto; }
body.home #logo-vertical { opacity: 0; pointer-events: none; }
body.home.bg-yellow { -webkit-transition: background-color 1s ease-out; transition: background-color 1s ease-out; background-color: #F0F0E7; }
body.home.scroll { overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
body.home #logo-container { z-index: 7; cursor: pointer; -webkit-transition: opacity 1s ease-out; transition: opacity 1s ease-out; }
body.home #logo-container.transition-end { z-index: 1; }
body.home #logo-container.set-below { cursor: normal; opacity: 1; }
body.home #logo-container.transition-end { pointer-events: none; cursor: normal; opacity: 0.4; }
body.home #logo-container.transition-end.set-below { opacity: 1; }
body.home.fp-viewing-0 #logo-container.transition-end { opacity: 1; }
body.home.fp-viewing-0 #logo-container.transition-end.set-below { opacity: 1; }
body.home.news-trans-in #logo { -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; opacity: 0; pointer-events: none; }
body.home.news-trans-in #logo-vertical { -webkit-transition: color 0.3s ease-out, opacity 0.3s ease-out 0.3s; transition: color 0.3s ease-out, opacity 0.3s ease-out 0.3s; opacity: 1; pointer-events: auto; }
body.home.news-trans-out #logo { -webkit-transition: opacity 0.3s ease-out 0.3s; transition: opacity 0.3s ease-out 0.3s; }
body.home.news-trans-out #logo-vertical { -webkit-transition: color 0.3s ease-out, opacity 0.3s ease-out 0s; transition: color 0.3s ease-out, opacity 0.3s ease-out 0s; }

/* END OF INTRO ANIMATION **************/
#section-anim { display: none; }

html.intro-end .home { overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
html.intro-end .home #main-logo, html.intro-end .home #menu { opacity: 1; pointer-events: auto; }
html.intro-end.home-visited .home #section-anim { display: none; }
html.intro-end.home-visited .home.fp-viewing-0 #logo-container.transition-end { opacity: 0.4; }
html.intro-end.home-visited .home.fp-viewing-0 #logo-container.transition-end.set-below { opacity: 1; }

#section-slideshow { opacity: 0; pointer-events: none; }

html.intro-end #section-slideshow { pointer-events: auto; }
html.intro-end.home-visited #section-slideshow { opacity: 1; }

/* FULLPAGE HOME ***************************/
/* NAV *******/
#points-slider { position: absolute; top: calc(100vh - 100px); right: 50px; opacity: 0; visibility: hidden; }
#points-slider ul { margin: 0; }
#points-slider ul li { margin-bottom: 15px; }
#points-slider ul li:last-child { margin-bottom: 0px; }
#points-slider .dot { width: 9px; height: 9px; background-image: url(../images/dot-empty.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/dot-empty.svg); background-image: linear-gradient(transparent, transparent), url(../images/dot-empty.svg); background-repeat: no-repeat; }
#points-slider .dot .ie9 { background-image: url(../library/images/dot-empty.png); background-size: contain; }
#points-slider li.selected .dot, #points-slider li:hover .dot { background-image: url(../images/dot.png); background-image: -webkit-linear-gradient(transparent, transparent), url(../images/dot.svg); background-image: linear-gradient(transparent, transparent), url(../images/dot.svg); background-repeat: no-repeat; }
#points-slider li.selected .dot .ie9, #points-slider li:hover .dot .ie9 { background-image: url(../library/images/dot.png); background-size: contain; }

/********** MOBILE ************/
.mobile .fullpage-wrapper .push-max-height { min-height: 100%; height: 100%; }
@media (min-width: 768px) { .mobile .fullpage-wrapper .push-max-height { height: 100vh; } }
.mobile .fullpage-wrapper .spacer_vh { min-height: 100%; height: 100%; }
@media (min-width: 768px) { .mobile .fullpage-wrapper .spacer_vh { height: 100vh; } }
.mobile #section-slideshow { min-height: 100%; height: 100%; }
.mobile #home_slideshow { height: 87vh; }

#footer.home-fullpage { display: none; }

#content.fullpage-wrapper .spacer_vh_1_5 { display: none; }
#content.fullpage-wrapper #footer.home-fullpage { display: block; }

#section-anim h1.claim { display: none; }

.single-projects section#page-title, .error404 section#page-title { position: relative; height: 94vh; }
@media (min-width: 768px) { .single-projects section#page-title, .error404 section#page-title { height: 100vh; } }
.single-projects h1.page-title, .error404 h1.page-title { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: auto; text-align: center; width: 100%; }
.single-projects h1.page-title span, .error404 h1.page-title span { display: inline-block; margin: 0 auto; font-size: 36px; line-height: 38px; max-width: 300px; }
@media (min-width: 768px) { .single-projects h1.page-title span, .error404 h1.page-title span { font-size: 42px; line-height: 48px; max-width: 600px; } }
@media (min-width: 1280px) { .single-projects h1.page-title span, .error404 h1.page-title span { font-size: 88px; line-height: 98px; max-width: 830px; } }
@media (min-width: 1680px) { .single-projects h1.page-title span, .error404 h1.page-title span { max-width: 960px; } }
.single-projects #block-projects, .error404 #block-projects { margin-top: -100px; }
@media (min-width: 768px) { .single-projects #block-projects, .error404 #block-projects { margin-top: -15vh; } }
.single-projects .block-image, .single-projects .block-text, .single-projects .block-video, .error404 .block-image, .error404 .block-text, .error404 .block-video { padding-bottom: 80px; }
@media (min-width: 768px) { .single-projects .block-image, .single-projects .block-text, .single-projects .block-video, .error404 .block-image, .error404 .block-text, .error404 .block-video { padding-bottom: 130px; } }
@media (min-width: 1280px) { .single-projects .block-image, .single-projects .block-text, .single-projects .block-video, .error404 .block-image, .error404 .block-text, .error404 .block-video { padding-bottom: 200px; } }
@media (min-width: 1680px) { .single-projects .block-image, .single-projects .block-text, .single-projects .block-video, .error404 .block-image, .error404 .block-text, .error404 .block-video { padding-bottom: 300px; } }
.single-projects .block-text, .error404 .block-text { margin: 0 auto; width: 300px; }
@media (min-width: 768px) { .single-projects .block-text, .error404 .block-text { width: 435px; } }
@media (min-width: 1280px) { .single-projects .block-text, .error404 .block-text { width: 590px; } }
@media (min-width: 1680px) { .single-projects .block-text, .error404 .block-text { width: 710px; font-size: 28px; line-height: 36px; } }
.single-projects .block-text p, .error404 .block-text p { -webkit-hyphens: auto !important; -ms-hyphens: auto !important; hyphens: auto !important; }
.single-projects .block-link, .error404 .block-link { font-family: 'NL'; font-size: 18px; text-align: center; margin-top: -40px; }
@media (min-width: 768px) { .single-projects .block-link, .error404 .block-link { margin-top: -90px; font-size: 24px; } }
@media (min-width: 1280px) { .single-projects .block-link, .error404 .block-link { margin-top: -115px; } }
.single-projects .block-link a, .error404 .block-link a { text-decoration: none; }

.block-video .size-normal { max-width: 1480px; margin: 0 auto; }
.block-video .drop.drop-shadow { width: 86%; margin: 0 auto; -ms-box-shadow: 0px 0px 35px 35px rgba(0, 0, 0, 0.06); -o-box-shadow: 0px 0px 35px 35px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 35px 35px rgba(0, 0, 0, 0.06); }

@media (max-width: 767px) { .full-width-image .img-container-wrapper { position: relative; overflow: hidden; padding-bottom: 60%; }
  .full-width-image .img-container-wrapper img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none; } }

.projects-pagination-mobile { display: table; position: relative; width: 100%; margin: 0; padding-bottom: 30px; }
@media (min-width: 768px) { .projects-pagination-mobile { display: none; } }
.projects-pagination-mobile li { display: table-cell; width: 50%; padding: 0px 10px 0px 30px; }
.projects-pagination-mobile li:last-child { text-align: right; padding: 0px 30px 0px 10px; }
.projects-pagination-mobile li a { font-size: 16px; }

.container-pagination::after { clear: both; content: ""; display: table; }
@media (min-width: 768px) { .container-pagination { padding: 100px 0px; } }
@media (min-width: 1280px) { .container-pagination { padding: 200px 0px; } }

.projects-pagination { display: none; position: relative; float: left; }
@media (min-width: 768px) { .projects-pagination { display: block; } }
@media (min-width: 768px) { .projects-pagination { font-size: 18px; } }
@media (min-width: 1280px) { .projects-pagination { font-size: 24px; } }
.projects-pagination span { position: relative; z-index: 1; }
.projects-pagination.next { float: right; }
.projects-pagination.prev span { display: inline-block; margin-left: 40px; }
.projects-pagination.next { text-align: right; }
.projects-pagination.next span { display: inline-block; margin-right: 40px; }
.projects-pagination .img-preview-title { position: absolute; opacity: 0; -webkit-transform: translateX(20px) translateY(-50%); transform: translateX(20px) translateY(-50%); -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; width: 270px; z-index: 0; left: 60px; margin-top: -12px; }
.projects-pagination .arrow { opacity: 1; position: absolute; top: -2px; left: 0px; width: calc(30px/2); height: calc(52px/2); margin-top: 0px; -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; }
.projects-pagination.next .img-preview-title { left: auto; right: 60px; -webkit-transform: translateX(-20px) translateY(-50%); transform: translateX(-20px) translateY(-50%); }
.projects-pagination.next .arrow { left: auto; right: 0px; -webkit-transform: rotateZ(180deg); transform: rotateZ(180deg); }
.projects-pagination:hover .arrow { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
.projects-pagination:hover .arrow svg g { fill: #000000; fill-opacity: 0.8; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.projects-pagination:hover.next .arrow { -webkit-transform: translateX(10px) rotateZ(180deg); transform: translateX(10px) rotateZ(180deg); }
.projects-pagination:hover .img-preview-title { opacity: 1; -webkit-transform: translateX(0px) translateY(-50%); transform: translateX(0px) translateY(-50%); }

.wrap-project { margin: 0 auto; }
@media (min-width: 768px) { .wrap-project { width: calc(75.5208333333%); } }
@media (min-width: 1280px) { .wrap-project { max-width: 1600px; } }

.desktop, .tablet { /*
.trigger-in-view{
	opacity: 0;
	@include transition( all 0.6s ease-out );
	@include transform( translateY( 120px ) );
	&.in-view{
		opacity: 1;
		@include transform( translateY( 0px ) );
	}
}
*/ }
.desktop .single-projects, .tablet .single-projects { /*
.logo-wrapper, #menu{
	opacity: 0;
	pointer-events: none;
	&.activate{
		pointer-events: auto;
	}
}
*/ }

/* PROJECTS LANDING PAGE **************************************************************/
#scroll-projects { position: relative; z-index: 2; margin-top: 100px; width: calc(100% - 82px); }
@media (min-width: 768px) { #scroll-projects { margin-top: 170px; width: calc(100% - 190px); } }
@media (min-width: 1280px) { #scroll-projects { margin-top: 240px; width: 56.25%; } }
#scroll-projects ul { margin: 0; padding-bottom: 110px; /*
@media( min-width: 768px ){
	padding-bottom: 130px;
}
@media( min-width: $breakpoint-desktop ){
	padding-bottom: 200px;		
}
*/ }
#scroll-projects ul li { opacity: 0; font-size: 26px; line-height: 44px; text-align: right; padding-left: 10px; display: list-item; }
@media (min-width: 768px) { #scroll-projects ul li { font-size: 36px; line-height: 47px; padding-left: 30px; } }
@media (min-width: 1280px) { #scroll-projects ul li { font-size: 48px; line-height: 60px; padding-left: 40px; } }
#scroll-projects ul li a { color: #000; }
#scroll-projects ul li a:hover { color: #cd2027; }

#roll-over-projects { visibility: hidden; z-index: 1; width: calc((500/1440*100%)); max-width: 640px; position: fixed; left: 52.7777777778%; top: 50%; -webkit-transform: rotateZ(-6deg); transform: rotateZ(-6deg); }
#roll-over-projects.ready { visibility: visible; }
#roll-over-projects #wrap-images { position: relative; width: 100%; }
#roll-over-projects .img-container { overflow: visible; padding-bottom: 0px; position: absolute; opacity: 0; -webkit-transition: opacity 0.1s ease-out; transition: opacity 0.1s ease-out; }
#roll-over-projects .img-container.over { opacity: 1; }
#roll-over-projects .img-container img { position: relative; max-width: 100%; height: auto; }

.touch #roll-over-projects { display: none; }

.page-template-page-info { -webkit-transition: background-color 0.4s ease-out-quart; transition: background-color 0.4s ease-out-quart; background: #000; color: #fff; }
.page-template-page-info a { color: #A2A2A2; }
.page-template-page-info a:hover { color: #fff; }
.page-template-page-info #logo-vertical { color: #fff; }
.page-template-page-info #logo-mobile span { opacity: 0; }
.page-template-page-info #logo-mobile span.white { opacity: 1; }
.page-template-page-info #menu-main-menu li a { color: #A2A2A2; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; }
.page-template-page-info #menu-main-menu li a:hover { color: #fff; }
.page-template-page-info #menu-main-menu li a.current_page_item { color: #fff; border-bottom: 1px solid #fff; }
.page-template-page-info #footer { color: #A2A2A2; }
.page-template-page-info #footer a { color: #A2A2A2; }
.page-template-page-info #footer a:hover { color: #fff; }
.page-template-page-info #logo-container .svg-wrapper { opacity: 0.45; }
.page-template-page-info .normal-text { color: #A2A2A2; }
.page-template-page-info .normal-text a { color: #A2A2A2; border-bottom: 1px solid #A2A2A2; }
.page-template-page-info .normal-text a:hover { text-decoration: none; border-bottom: none; color: #fff; }
.page-template-page-info .normal-text .full-name { color: #fff; }

#menu-info { position: relative; z-index: 2; display: none; }
@media (min-width: 768px) { #menu-info { display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: auto; position: fixed; width: 33.8541666667%; } }
@media (min-width: 1280px) { #menu-info { width: 42.3611111111%; } }
#menu-info ul { margin: 0; }
#menu-info ul li { font-size: 22px; line-height: 29px; text-align: right; padding-left: 10px; }
@media (min-width: 768px) { #menu-info ul li { font-size: 36px; line-height: 47px; padding-left: 30px; } }
@media (min-width: 1280px) { #menu-info ul li { font-size: 48px; line-height: 60px; padding-left: 40px; } }
#menu-info ul li a { color: #A2A2A2; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
#menu-info ul li a:hover, #menu-info ul li a.current_page_item { color: #fff; }

#scroll-info { margin: 100px 20px; }
@media (min-width: 768px) { #scroll-info { opacity: 0; position: relative; margin: 0; margin-left: 39.0625%; } }
@media (min-width: 1280px) { #scroll-info { margin-left: 50%; } }
#scroll-info .normal-text { max-width: 580px; }

section.page-info { position: relative; margin-bottom: 40px; }
@media (min-width: 768px) { section.page-info { margin-bottom: 0px; }
  section.page-info .cnt-wrapper { padding-right: 120px; }
  section.page-info.section-bios .cnt-wrapper { padding-top: 40px; padding-bottom: 40px; } }
section.page-info h1.section-title { color: #fff; margin: 0px 0px 20px 0px; font-size: 24px; }
@media (min-width: 768px) { section.page-info h1.section-title { display: none; } }
@media (max-width: 767px) { section.page-info .normal-text { font-size: 20px; line-height: 28px; } }

.bio-block { padding-bottom: 1em; }

@media (min-width: 768px) { .page-template-page-info #footer { display: none; } }

@media (min-width: 768px) { section.page-info { overflow: hidden; }
  section.page-info article { -webkit-transition: opacity 1s ease-out; transition: opacity 1s ease-out; }
  section.page-info.hide { visibility: hidden; height: 0px; }
  section.page-info.hide article { opacity: 0; }
  section.page-info.show { visibility: visible; height: auto; }
  section.page-info.show.reveal article { opacity: 1; }
  section.page-info .section-content { min-height: 100vh; display: table; table-layout: fixed; }
  section.page-info .section-content article { display: table-cell; height: 100vh; vertical-align: middle; padding: 30px 30px 30px 0px; } }

.error404 .text-alert { max-width: 640px; margin: 0 auto; }

.page-template-page-party, .page-template-page-black-frame { /*
#captions{
	.featured{
		display: none;
	}
}
*/ }
.page-template-page-party #main-logo, .page-template-page-black-frame #main-logo { display: none; }
.page-template-page-party #menu, .page-template-page-black-frame #menu { display: none; }
.page-template-page-party #footer, .page-template-page-black-frame #footer { display: none; }
.page-template-page-party #logo-container, .page-template-page-black-frame #logo-container { z-index: 100; }

.mobile .page-template-page-party #section-slideshow { height: 100vh; }

.page-template-page-black-frame .svg-wrapper { display: none; }
.page-template-page-black-frame #logo-blackframe { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.page-template-page-black-frame #logo-blackframe img { width: 435px; height: 55px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */
  /****************************************************************** Site Name: Author:  Stylesheet: IE Grid Styles  Since the example grid is based on media queries, so rather than setup some js library that would make IE8 and below understand media queries, let's just add some styles that serves a fixed grid.  Again, if you want to roll your own, just remove this junk and put whatever you use in here.  *****************************************************************/
  /* GENERAL GRID FARMEWORK ***************************************/
  .grid .col { vertical-align: top; } }
@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) { .grid5 .col { width: calc( (99.9% - 4*4.5454545455%) / 5); margin: 0px 4.5454545455% 4.5454545455% 0px; float: left; }
  .grid5 .col:nth-child(5n) { margin-right: 0px; float: right; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) { .grid4 .col { width: calc( (99.9% - 3*4.5454545455%) / 4); margin: 0px 4.5454545455% 4.5454545455% 0px; float: left; }
  .grid4 .col:nth-child(4n) { margin-right: 0px; float: right; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) { .grid3 .col { width: calc( (99.9% - 2*4.5454545455%) / 3); margin: 0px 4.5454545455% 4.5454545455% 0px; float: left; }
  .grid3 .col:nth-child(3n) { margin-right: 0px; float: right; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) { .grid2 .col { width: calc( (99.9% - 1*4.5454545455%) / 2); margin: 0px 4.5454545455% 4.5454545455% 0px; float: left; }
  .grid2 .col:nth-child(2n) { margin-right: 0px; float: right; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* OVERLAY PROFILE ****************/
  .overlay-profile .col-fixed-picture { width: 26%; float: left; }
  .overlay-profile .col-fixed-picture .img-wrapper { margin-left: 2px; } }
.device-android #header { /*
position: relative;
left: auto;
bottom: auto;
*/ }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print { /****************************************************************** Site Name: Author:  Stylesheet: Print Stylesheet  This is the print stylesheet. There's probably not a lot of reasons to edit this stylesheet. If you want to though, go for it.  *****************************************************************/
  * { background: transparent !important; color: black !important; text-shadow: none !important; -webkit-filter: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after, a:visited:after { content: " (" attr(href) ")"; }
  a abbr[title]:after, a:visited abbr[title]:after { content: " (" attr(title) ")"; }
  .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; }
  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; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav { display: none; } }

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