
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

blockquote {
	font-style:italic;
	color: #666;
	}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #fff;
	min-width: 114px;
	height: 59px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font: 25px/28px CircularBlack, Arial, Helvetica, sans-serif;
	margin: 16px 20px 0;
}

.jcf-select-text span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 20px 0 0;
}

.jcf-select-text span:before {
	content: "";
	position: absolute;
	width: 0;
	top: 13px;
	right: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	display: none;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.drop ul,
.social,
.social-list,
.what-we-do ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.footer-panel:after,
.social-list:after,
.center:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #ff2b06;
	background: #fff;
	font: 15px/1.2 CircularBook, Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #ff2b06;
}

a {
	color: #ff2b06;
}


a:hover,
a:focus {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "CircularBook";
	src: url("../fonts/Circular-Book.eot");
	src: url("../fonts/Circular-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Book.woff") format("woff"), url("../fonts/Circular-Book.ttf") format("truetype"), url("../fonts/Circular-Book.svg#Circular-Book") format("svg");
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "CircularBlack";
	src: url("../fonts/Circular-Black.eot");
	src: url("../fonts/Circular-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Black.woff") format("woff"), url("../fonts/Circular-Black.ttf") format("truetype"), url("../fonts/Circular-Black.svg#Circular-Black") format("svg");
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?63iybh");
	src: url("../fonts/icomoon.eot?63iybh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?63iybh") format("truetype"), url("../fonts/icomoon.woff?63iybh") format("woff"), url("../fonts/icomoon.svg?63iybh#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-burger:before {
	content: "\e604";
}

.icon-clothespin:before {
	content: "\e605";
}

.icon-behance:before {
	content: "\e600";
}

.icon-instagram:before {
	content: "\e601";
}

.icon-twitter:before {
	content: "\e602";
}

.icon-cake:before {
	content: "\e603";
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding: 25px 160px 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

#header.show {
	-webkit-transform: translateY(-63px);
	-ms-transform: translateY(-63px);
	transform: translateY(-63px);
}

.logo {
	width: 150px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 20px;
}

.logo img {
	display: block;
}



#nav {
	font-family: CircularBlack, Arial, Helvetica, sans-serif;
}

#nav > .nav-opener {
	display: none;
	float: right;
	position: relative;
	width:45px;
	padding-top:5px;
}

#nav > .nav-opener:after {
	content: url("../images/nav-opener.svg");
}

#nav > .nav-opener:hover {
	text-decoration: none;
}

#nav-white {
	font-family: CircularBlack, Arial, Helvetica, sans-serif;
}

#nav-white > .nav-opener {
	display: none;
	float: right;
	position: relative;
	width:45px;
	padding-top:5px;
}

#nav-white > .nav-opener:after {
	content: url("../images/nav-opener-gen.svg");
}

#nav-white > .nav-opener:hover {
	text-decoration: none;
}

.drop ul {
	text-align: center;
	letter-spacing: -.36em;
}

.drop ul a {
	display: block;
	position: relative;
}

.drop ul a:hover {
	text-decoration: none;
}

.drop ul a:hover:after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 0;
	left: 0;
	border-bottom: 2px solid #ff2b06;
}

.drop li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
	font-size: 18px;
}

.drop .active a:after {
	content: "\e605";
	position: absolute;
	bottom: -6px;
	right: 0;
	left: 0;
	border-bottom: 2px solid #ff2b06;
}

.drop-holder .nav-opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 0 0 5px;
	display: none;
	width: 60px;
}

.drop-holder .nav-opener:hover {
	text-decoration: none;
}

.drop-holder .nav-opener:after {
	content: url("../images/nav-closer-white.svg");
}



.nav-active .drop {
	max-height: 4000px;
}

.nav-active .drop-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active .drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.resize-active .drop-holder {
	-webkit-transition: none !important;
	transition: none !important;
}

.generator-link{
	position: absolute;
	top: 16px;
	right: 20px;
	width: 48px;
	height:48px;
	background-image: url(../images/generator-logo.svg);
	background-size:576px 48px;
	animation: play 2s steps(12) infinite;
	animation-play-state: paused;
}

.generator-link:hover{
animation-play-state: running;

-webkit-animation: play 2s steps(12) infinite;
       -moz-animation: play 2s steps(12) infinite;
        -ms-animation: play 2s steps(12) infinite;
         -o-animation: play 2s steps(12) infinite;
            animation: play 2s steps(12) infinite;
}

@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -576px; }
}

.generator-link-white{
	position: absolute;
	top: 16px;
	right: 20px;
	width: 48px;
	height:48px;
	background-image: url(../images/generator-logo-white.svg);
	background-size:576px 48px;
	animation: play 2s steps(12) infinite;
	animation-play-state: paused;
}

.generator-link-white:hover{
animation-play-state: running;

-webkit-animation: play 2s steps(12) infinite;
       -moz-animation: play 2s steps(12) infinite;
        -ms-animation: play 2s steps(12) infinite;
         -o-animation: play 2s steps(12) infinite;
            animation: play 2s steps(12) infinite;
}

@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -576px; }
}




.bxslider li {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	display: block;
	width: 100%;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: -1;
}

.bg-stretch img {
	display: block;
	max-width: none;
	width: 100%;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}

/* PAGER */

.bx-wrapper .bx-pager {
	position: absolute;
	right: 33px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	outline: 0;
	border-radius: 5px;
	border: 2px solid #eb372e;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #ff2b06;
}

.bx-wrapper .bx-pager-item {
	padding: 11px 0;
}

.bx-controls-direction {
	display: none;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-family: CircularBlack, Arial, Helvetica, sans-serif;
	padding: 20px 60px 26px 60px;
}



.twitter{
	display:inline-block;
	width: 40px;
	height:40px;
	background-image: url(../images/ico-twitter-2x.svg);
	background-size:120px 40px;
}

.twitter:hover{
animation: twitter .4s steps(3) 2;
-webkit-animation: twitter .4s steps(3) 2;
       -moz-animation: twitter .4s steps(3) 2;
        -ms-animation: twitter .4s steps(3) 2;
         -o-animation: twitter .4s steps(3) 2;
            animation: twitter .4s steps(3) 2;
}

@-webkit-keyframes twitter {
   from { background-position:    0px; }
     to { background-position: -120px; }
}


.instagram{
	margin-left:4px;
	display:inline-block;	
	width: 40px;
	height:40px;
	background-image: url(../images/ico-instagram-2x.svg);
	background-size:120px 40px;
}

.instagram:hover{
animation: instagram .4s steps(3) 2;
-webkit-animation: instagram .4s steps(3) 2;
       -moz-animation: instagram .4s steps(3) 2;
        -ms-animation: instagram .4s steps(3) 2;
         -o-animation: instagram .4s steps(3) 2;
            animation: instagram .4s steps(3) 2;
}

@-webkit-keyframes instagram {
   from { background-position:    0px; }
     to { background-position: -120px; }
}



.behance{
	display:inline-block;
	width: 40px;
	height:40px;
	background-image: url(../images/ico-behance-2x.svg);
	background-size:240px 40px;
}

.behance:hover{
animation: behance .4s steps(6) 2;
-webkit-animation: behance .4s steps(6) 2;
       -moz-animation: behance .4s steps(6) 2;
        -ms-animation: behance .4s steps(6) 2;
         -o-animation: behance .4s steps(6) 2;
            animation: behance .4s steps(6) 2;
}

@-webkit-keyframes behance {
   from { background-position:    0px; }
     to { background-position: -240px; }
}

@media (max-width: 540px) {

.twitter{
	display:inline-block;
	width: 30px;
	height:30px;
	background-image: url(../images/ico-twitter-2x.svg);
	background-size:90px 30px;
}

.twitter:hover{
animation: twitter .4s steps(3) 2;
-webkit-animation: twitter .4s steps(3) 2;
       -moz-animation: twitter .4s steps(3) 2;
        -ms-animation: twitter .4s steps(3) 2;
         -o-animation: twitter .4s steps(3) 2;
            animation: twitter .4s steps(3) 2;
}

.social {
	position: relative!important;
}

@-webkit-keyframes twitter {
   from { background-position:    0px; }
     to { background-position: -90px; }
}


.instagram{
	margin-left:4px;
	display:inline-block;	
	width: 30px;
	height:30px;
	background-image: url(../images/ico-instagram-2x.svg);
	background-size:90px 30px;
}

.instagram:hover{
animation: instagram .4s steps(3) 2;
-webkit-animation: instagram .4s steps(3) 2;
       -moz-animation: instagram .4s steps(3) 2;
        -ms-animation: instagram .4s steps(3) 2;
         -o-animation: instagram .4s steps(3) 2;
            animation: instagram .4s steps(3) 2;
}

@-webkit-keyframes instagram {
   from { background-position:    0px; }
     to { background-position: -90px; }
}

.behance{
	display:inline-block;
	width: 30px;
	height:30px;
	background-image: url(../images/ico-behance-2x.svg);
	background-size:180px 30px;
}

.behance:hover{
animation: behance .4s steps(6) 2;
-webkit-animation: behance .4s steps(6) 2;
       -moz-animation: behance .4s steps(6) 2;
        -ms-animation: behance .4s steps(6) 2;
         -o-animation: behance .4s steps(6) 2;
            animation: behance .4s steps(6) 2;
}

@-webkit-keyframes behance {
   from { background-position:    0px; }
     to { background-position: -180px; }
}

}


.twitter-white{
	display:inline-block;
	width: 40px;
	height:40px;
	background-image: url(../images/ico-twitter-2x-white.svg);
	background-size:120px 40px;
}

.twitter-white:hover{
animation: twitter .4s steps(3) 2;
-webkit-animation: twitter .4s steps(3) 2;
       -moz-animation: twitter .4s steps(3) 2;
        -ms-animation: twitter .4s steps(3) 2;
         -o-animation: twitter .4s steps(3) 2;
            animation: twitter .4s steps(3) 2;
}

@-webkit-keyframes twitter {
   from { background-position:    0px; }
     to { background-position: -120px; }
}


.instagram-white{
	margin-left:4px;
	display:inline-block;	
	width: 40px;
	height:40px;
	background-image: url(../images/ico-instagram-2x-white.svg);
	background-size:120px 40px;
}

.instagram-white:hover{
animation: instagram .4s steps(3) 2;
-webkit-animation: instagram .4s steps(3) 2;
       -moz-animation: instagram .4s steps(3) 2;
        -ms-animation: instagram .4s steps(3) 2;
         -o-animation: instagram .4s steps(3) 2;
            animation: instagram .4s steps(3) 2;
}

@-webkit-keyframes instagram {
   from { background-position:    0px; }
     to { background-position: -120px; }
}



.behance-white{
	display:inline-block;
	width: 40px;
	height:40px;
	background-image: url(../images/ico-behance-2x-white.svg);
	background-size:240px 40px;
}

.behance-white:hover{
animation: behance .4s steps(6) 2;
-webkit-animation: behance .4s steps(6) 2;
       -moz-animation: behance .4s steps(6) 2;
        -ms-animation: behance .4s steps(6) 2;
         -o-animation: behance .4s steps(6) 2;
            animation: behance .4s steps(6) 2;
}

@-webkit-keyframes behance {
   from { background-position:    0px; }
     to { background-position: -240px; }
}

@media (max-width: 540px) {

.twitter-white{
	display:inline-block;
	width: 30px;
	height:30px;
	background-image: url(../images/ico-twitter-2x-white.svg);
	background-size:90px 30px;
}

.twitter-white:hover{
animation: twitter .4s steps(3) 2;
-webkit-animation: twitter .4s steps(3) 2;
       -moz-animation: twitter .4s steps(3) 2;
        -ms-animation: twitter .4s steps(3) 2;
         -o-animation: twitter .4s steps(3) 2;
            animation: twitter .4s steps(3) 2;
}

.social {
	position: relative!important;
}

@-webkit-keyframes twitter {
   from { background-position:    0px; }
     to { background-position: -90px; }
}


.instagram-white{
	margin-left:4px;
	display:inline-block;	
	width: 30px;
	height:30px;
	background-image: url(../images/ico-instagram-2x-white.svg);
	background-size:90px 30px;
}

.instagram-white:hover{
animation: instagram .4s steps(3) 2;
-webkit-animation: instagram .4s steps(3) 2;
       -moz-animation: instagram .4s steps(3) 2;
        -ms-animation: instagram .4s steps(3) 2;
         -o-animation: instagram .4s steps(3) 2;
            animation: instagram .4s steps(3) 2;
}

@-webkit-keyframes instagram {
   from { background-position:    0px; }
     to { background-position: -90px; }
}

.behance-white{
	display:inline-block;
	width: 30px;
	height:30px;
	background-image: url(../images/ico-behance-2x-white.svg);
	background-size:180px 30px;
}

.behance-white:hover{
animation: behance .4s steps(6) 2;
-webkit-animation: behance .4s steps(6) 2;
       -moz-animation: behance .4s steps(6) 2;
        -ms-animation: behance .4s steps(6) 2;
         -o-animation: behance .4s steps(6) 2;
            animation: behance .4s steps(6) 2;
}

@-webkit-keyframes behance {
   from { background-position:    0px; }
     to { background-position: -180px; }
}

}

.social-container{
	width:100%;
}
.social {
	position: absolute;
	top: 16px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.social li {
	display:inline-block;
	vertical-align: bottom;
	margin: 0 5px;
	position:relative;
}

@media (max-width: 400px) {

	.social li {
	margin: 0 -5px 10px;
}

}

.social a {
	display:inline-block;
	position: relative;
}

.footer-panel .email {
	float: right;
	position: relative;
}
.footer-panel .tel {
	float: right;
	position: relative;
}

.footer-panel .email:hover {
	text-decoration: none;
}

.footer-panel .email:hover:after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 0;
	left: 0;
	border-bottom: 2px solid #ff2b06;
}

.footer-panel-white .email {
	float: right;
	position: relative;
	color: #ffffff;
}
.footer-panel-white .tel {
	float: right;
	position: relative;
	color: #ffffff;
}

.footer-panel-white .email:hover {
	text-decoration: none;
	color: #ffffff;
}

.footer-panel-white .email:hover:after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 0;
	left: 0;
	border-bottom: 2px solid #ffffff;
}

.footer-panel-white .copyright {
	float: left;
	color: #ffffff;
}

.copyright {
	float: left;
}

.portfolio-block {
	overflow: hidden;
}

.portfolio-block .box {
	position: relative;
	float: left;
	width: 50%;
	padding: 50% 0 0;
}
.portfolio-block .hover-state{
	display: none;
}
.portfolio-block .box.hover {
	text-decoration: none;
}
.portfolio-block .box.hover span{
	display: none;
}
.portfolio-block .box.hover .hover-state,
.portfolio-block .box.hover .hover-state span{
	display: block;
}
.portfolio-block .box.hover .title {
	display: block;
}

.portfolio-block .title {
	display: none;
	text-align: left;
	position: absolute;
	left: 5%;
	right: 0;
	bottom: 5%;
	color: #fff;
	font: 80px/84px CircularBlack, Arial, Helvetica, sans-serif;
	padding: 0 10px;
}

.portfolio-block img {
	display: block;
}

.promo-box {
	position: relative;
	overflow: hidden;
}

.promo-box img {
	display: block;
	width: 100%;
	height:auto;
}

.promo-box-video{
}

.promo-box-video video{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

#neon-graphic{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
}


.project-block {
	padding: 0 0 62px;
}

.project-block .promo-box {
	height: 100vh;
}

.project-block img {
	display: block;
	width: 100%;
}

.project-block .text-block {
	padding: 120px 20px 20px;
	text-align: center;
	font: 25px/30px CircularBlack, Arial, Helvetica, sans-serif;
	max-width:1000px;
}

.project-block .text-block .center {
	max-width: 880px;
}

.project-block .horizontal-img-block {
	padding: 62px;
	overflow: hidden;
}

.project-block .horizontal-img-block .img-holder {
	padding: 45.5% 0 0;
	position: relative;
	float: right;
	width: 63.6%;
	overflow: hidden;
}

.project-block .horizontal-img-block .img-holder:first-child {
	width: 31.8%;
	float: left;
}

.project-block .horizontal-img-block img {
	display: block;
}

.project-block .action-panel {
	overflow: hidden;
	position: relative;
	padding: 0 63px;
}

.project-block .prev,
.project-block .next {
	float: left;
	font: 25px/30px CircularBlack, Arial, Helvetica, sans-serif;
}

.project-block .next {
	float: right;
}

.project-block .share-block {
	position: absolute;
	top: 0;
	right: 180px;
	left: 180px;
}

.project-block .vertical-img-block {
	padding: 62px 62px 0;
}

.project-block .vertical-img-block img {
	margin: 0 0 62px;
}

.share-block {
	text-align: center;
	letter-spacing: normal;
}

.share-block .title {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.share-block-red a,
.share-block-red .title {color: #ff2b06 !important;}
.social-list {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.social-list li {
	float: left;
	margin: 0 0 0 15px;
}

.center {
	margin: 0 auto;
}

#footer.static-footer {
	position: relative;
}

.content-block {
	padding: 62px;
}
.text-block {
	max-width: 660px;
	margin: 0 auto 84px;
	font-size: 24px;
	line-height: 28px;
}
.ico {margin-bottom: 60px;}
.generator-block .text-block h1, .generator-block .text-block h2 {margin: 0 0 45px;}
h1, h2, h3 {
	font: 80px/80px 'CircularBlack', Arial, Helvetica, sans-serif;
	color: #ff2b06;
}

.generator-block h1, .generator-block .h1 {
	font-size: 30px;
	color: #ffffff;
}

.people-block .promo-box h1, .people-block .promo-box h2, .people-block .promo-box h3 {
	position: absolute;
	bottom: 48px;
	right: 63px;
	left: 63px;
	margin: 0;
}

.team-block {
	letter-spacing: -.36em;
	margin: 0 -47px 46px -31px;
}

.team-block .box {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 33%;
	padding: 0 31px;
}

.team-block img {
	display: block;
}

.team-block .img-holder {
	margin: 0 auto 59px;
	
}

.team-block .hover-state{
	display: none;
}

.team-block .img-holder.hover span {
	display: none;
}

.team-block .img-holder.hover .hover-state,
.team-block .img-holder.hover .hover-state span{
	display: block;
}

.team-block .person-info {
	font-family: CircularBlack, Arial, Helvetica, sans-serif;
	margin: 0 0 37px;
}

.team-block .person-info span {
	display: block;
}

.team-block .name {
	font-size: 25px;
	line-height: 28px;
}

.team-block .text-holder {
	padding: 0 40px 0 0;
}

.about-team-block {
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 43px;
}

.about-team-block img {
	display: block;
	margin: 0 0 118px;
	width: 100%;
}

.about-team-block h1, .about-team-block h2, .about-team-block h3 {
	margin: 0 0 59px;
}

.about-team-block .text-holder {
	color: #000;
	width: 50%;
}

.about-block {
	color: #000;
	font-size: 20px;
	line-height: 24px;
}

.about-block h1, .about-block h2, .about-block h3 {
	margin: 0 0 59px;
}

.about-block .content-block {
	padding: 118px 62px 62px;
}

.about-block .text-block {
	margin: 0 0 124px;
}

.about-block .text-block.first {
	max-width: inherit;
}

.about-block .text-block .text-holder {
	width: 48%;
}

.what-we-do {
	position: relative;
	overflow: hidden;
	margin: 0 0 118px;
}

.what-we-do img {
	float: left;
	width: 56.6%;
}

.what-we-do .text-holder {
	overflow: hidden;
	padding: 149px 0 0 20px;
}

.what-we-do .list-holder {
	float: right;
}

.what-we-do ul {
	float: left;
	margin: 0 0 0 71px;
}

.what-we-do ul:first-child {
	margin: 0;
}

.what-we-do h1, .what-we-do h2, .what-we-do h3 {
	position: absolute;
	top: 0;
	right: 0;
}

.how-we-do {
	margin: 0 0 39px;
	overflow: hidden;
}

.how-we-do img {
	float: right;
	margin: 7px 0 0 60px;
	width: 54.6%;
}

.how-we-do .text-holder {
	overflow: hidden;
}

.link-to-montell{
	width:auto;
	height:auto;
	position:relative;

}
.ico-music{
	width:90px;
	height:auto;
	position:relative;
	display: inline-block;
	margin: 0 -20px 0px ;
}
p {
	margin: 0 0 24px;
}

.testimonial-name {
	font-family: CircularBook, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.contact-block .preview-block {
	overflow: hidden;
}

.contact-block .preview-block .img-holder {
	float: left;
	width: 50%;
	padding-top: 46.5%;
	position: relative;
	overflow: hidden;
}

.contact-block .preview-block .text-holder {
	float: left;
	width: 50%;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	padding: 130px 60px 0 63px;
}

.contact-block .preview-block h1, .contact-block .preview-block h2, .contact-block .preview-block h3 {
	margin: 0 0 45px;
}

.contact-box {
	overflow: hidden;
}

.address-block {
	float: left;
	width: 50%;
	font: 40px/48px CircularBlack, Arial, Helvetica, sans-serif;
	padding-top: 46.7%;
	position: relative;
}

.address-block address {
	font-style: normal;
	margin: 0 0 48px;
}

.address-block .address-info {
	position: absolute;
	top: 50%;
	left: 64px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.address-block .contact-info span {
	display: block;
}

.map-holder {
	width: 50%;
	float: left;
	position: relative;
	padding-top: 46.7%;
}

.map-holder iframe {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}



.generator-block {
	height: 100vh;
	text-align: center;
	color: #fff;
	min-height: 750px;
	overflow: auto;
}

.articles-text-block img{
	padding: 2.5% 0 5% 0;
}

.articles-text-block {
	width: 60%;
	text-align: left;
	margin: 100px auto;
}

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

.articles-text-block h1{
	    font: 60px/60px 'CircularBlack', Arial, Helvetica, sans-serif;
}
.articles-text-block h3{
	    font: 16px/16px 'CircularBlack', Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		margin: 40px 0;

}

.articles-text-block .text-holder{
	text-align: left;
	color:#000;
	font-size:20px;
}



.generator-block h2 {
	color: #fff;
	margin: 0 0 71px;
}


.generator-block .title-block {
	font-family: CircularBlack, Arial, Helvetica, sans-serif;
	margin: 0 0 86px;
}

.generator-block .title-block span {
	display: block;
}

.generator-block .title-block .title {
	font-size: 35px;
	line-height: 38px;
	display: block;
	margin: 0 0 20px;
}

.generator-block .social-list a {
	color: #fff;
	text-decoration: underline;
}

.generator-block .social-list a:hover {
	text-decoration: none;
}

.generator-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	margin: 27px 0 0;
}

.generator-page{
	margin:0;
}

.generator-page .drop ul a {
	color: #fff;
}

.generator-page .drop ul a:hover:after {
	border-color: #fff;
}

.birth-date-form {
	margin: 0 0 84px;
}

.birth-date-form .select-holder {
	letter-spacing: -.36em;
}

.birth-date-form .jcf-select {
	margin: 0 14px;
	letter-spacing: normal;
}

.birth-date-form .select-holder {
	margin: 0 0 37px;
}

.birth-date-form input[type="submit"] {
	padding: 0 20px;
	margin: 0;
	border: none;
	background-color: #fff;
	height: 59px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #ff2b06;
	font: 25px/28px CircularBlack, Arial, Helvetica, sans-serif;
}

.birth-date-form input[type="submit"]:hover {
	background-color: #ff2b06;
	color: #fff;
}

#overlayPP {
	max-width: none;
}



@media (min-width: 769px) {
	.about-block .promo-box img {
		margin: 0 !important;
		height: auto !important;
		width: 100% !important;
	}

	.about-block .promo-box .bg-stretch {
		position: static;
	}

}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1299px) {
	.portfolio-block .title {
		font-size: 60px;
		line-height: 64px;
	}

	.people-block .promo-box h1, .people-block .promo-box h2, .people-block .promo-box h3 {
		font-size: 70px;
		line-height: 70px;
	}

	.what-we-do ul {
		margin: 0 0 0 40px;
	}

	.contact-block .preview-block h1, .contact-block .preview-block h2, .contact-block .preview-block h3 {
		font-size: 70px;
		line-height: 70px;
		margin: 0 0 15px;
	}

	.contact-block .preview-block .text-holder {
		font-size: 16px;
		line-height: 20px;
		padding: 80px 40px 0;
	}

	.address-block {
		font-size: 36px;
		line-height: 40px;
	}

	.generator-block h2 {
		margin: 0 0 40px;
	}

	.generator-block .title-block {
		margin: 0 0 40px;
	}

	.generator-content {
		margin: 0;
	}

	.birth-date-form {
		margin: 0 0 41px;
	}

	.ico-music{
		width:75px;
		height:auto;
		position:relative;
		display: inline-block;
		margin: 0 -25px 5px ;
	}
}

@media (max-width: 1023px) {
	.drop li {
		margin: 0 15px;
	}

	#footer {
		padding: 20px 40px;
	}


	.portfolio-block .title {
		font-size: 46px;
		line-height: 50px;
	}

	.project-block {
		padding: 0 0 20px;
	}

	.project-block .text-block {
		padding: 80px 20px 0px;
	}

	.project-block .horizontal-img-block {
		padding: 40px;
	}

	.project-block .vertical-img-block {
		padding: 40px 40px 0;
	}

	.project-block .vertical-img-block img {
		margin: 0 0 40px;
	}

	.project-block .action-panel {
		padding: 0 40px;
	}

	.project-block .share-block {
		top: 8px;
	}

	.content-block {
		padding: 40px;
	}

	h1, h2, h3 {
		font-size: 50px;
		line-height: 50px;
	}

	.people-block .promo-box h1, .people-block .promo-box h2, .people-block .promo-box h3 {
		bottom: 30px;
		right: 40px;
		left: 40px;
		font-size: 50px;
		line-height: 50px;
	}
	
	.articles-text-block {
		width: 80%;
	}

	.team-block {
		margin: 0 -27px 20px -20px;
	}

	.team-block .box {
		padding: 0 20px;
	}

	.team-block .text-holder {
		padding: 0;
	}

	.team-block .img-holder {
		margin: 0 0 30px;
	}

	.team-block .person-info {
		margin: 0 0 30px;
	}

	.team-block .name {
		font-size: 22px;
		line-height: 26px;
	}

	.about-team-block {
		padding: 0;
	}

	.about-team-block img {
		margin: 0 0 60px;
	}

	.about-team-block h1, .about-team-block h2, .about-team-block h3 {
		margin: 0 0 40px;
	}

	.about-team-block .text-holder {
		width: auto;
	}

	.about-block .content-block {
		padding: 40px;
	}

	.about-block .text-block {
		margin: 0 0 70px;
	}

	.about-block .text-block .text-holder {
		width: auto;
	}

	.about-block h1, .about-block h2, .about-block h3 {
		margin: 0 0 30px;
	}

	.what-we-do {
		margin: 0 0 70px;
	}

	.what-we-do img {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}

	.what-we-do h1, .what-we-do h2, .what-we-do h3 {
		position: static;
	}

	.what-we-do .text-holder {
		padding: 0 20px;
	}

	.what-we-do .list-holder {
		float: none;
		overflow: hidden;
	}

	.how-we-do img {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}
	
	.ico-music{
		width:30px;
		height:auto;
		position:relative;
		display: inline-block;
		margin: 0 20px -17px ;
	}
	
	p {
		margin: 0 0 20px;
	}

	.contact-block .preview-block .img-holder {
		float: none;
		width: auto;
	}

	.contact-block .preview-block .text-holder {
		float: none;
		width: auto;
		padding: 30px 40px 0;
	}

	.contact-block .preview-block h1, .contact-block .preview-block h2, .contact-block .preview-block h3 {
		font-size: 50px;
		line-height: 50px;
	}

	.address-block {
		float: none;
		width: auto;
		font-size: 30px;
		line-height: 34px;
		padding: 30px 40px;
	}

	.address-block .address-info {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.address-block address {
		margin: 0 0 30px;
	}

	.map-holder {
		float: none;
		width: auto;
	}

	
}

@media (max-width: 960px) {
	.jcf-select {
		min-width: 90px;
		height: 40px;
	}

	.jcf-select .jcf-select-text {
		margin: 8px 15px 0;
		font-size: 20px;
		line-height: 24px;
	}

	#wrapper {
		min-height: 100%;
	}

	#header {
		padding: 14px 20px 10px;
		position: absolute;
	}

	#header.show {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.logo {
		position: static;
		float: left;
		margin: 6px 0 0;
	}

	#nav > .nav-opener {
		display: block;
	}

	#nav-white > .nav-opener {
		display: block;
	}

	.drop {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.drop li {
		display: block;
		margin: 0 0 7px;
	}

	.drop ul a {
		padding: 0 20px;
		color:#fff;
	}

	.drop ul a:hover {
		text-decoration: underline;
	}

	.drop ul a:hover:after {
		display: none;
	}

	.drop .active a:after {
		display: none;
	}

	.drop-holder {
		background-color: #ff2b06;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 18px 0 32px;
		text-transform: capitalize;
		text-align: center;
	}

	.drop-holder .nav-opener {
		display: inline-block;
		vertical-align: top;
	}

	.generator-link {
		position: static;
		font-size: 15px;
		line-height: 18px;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
	}
	
	.drop-holder .generator-link {
		background-image: url(../images/generator-logo-white.svg);
	}
	
	.generator-link:after {
		display: none;
	}

	.generator-link:hover {
		text-decoration: underline;
	}

	.generator-link-white {
		position: static;
		font-size: 15px;
		line-height: 18px;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
		background-image: url(../images/generator-logo-white.svg);
	}

	.generator-link-white:after {
		display: none;
	}

	.generator-link-white:hover {
		text-decoration: underline;
	}

	#footer {
		padding: 20px 20px 18px;
	}

	.footer-panel {
		font-size: 10px;
		line-height: 12px;
	}

	.footer-panel-white {
		font-size: 10px;
		line-height: 12px;
	}

	.portfolio-block .title {
		font-size: 20px;
		line-height: 24px;
	}

	.portfolio-page #header:after {
		content: "";
		display: block;
		clear: both;
	}

	.project-block {
		padding: 0;
	}

	.project-block .text-block {
		font-size: 21px;
		line-height: 24px;
		padding: 37px 20px 20px;
	}

	.project-block .horizontal-img-block {
		padding: 40px 20px;
	}

	.project-block .horizontal-img-block .img-holder {
		width: 50%;
		padding: 50% 0 0;
		min-height: 160px;
	}

	.project-block .horizontal-img-block .img-holder:first-child {
		width: 42.7%;
	}

	.project-block .vertical-img-block {
		padding: 20px 20px 0;
	}

	.project-block .vertical-img-block img {
		margin: 0 0 20px;
	}

	.project-block .share-block {
		position: static;
		margin: 0 0 16px;
	}

	.project-block .action-panel {
		padding: 0 20px;
		text-align: center;
	}

	.project-block .prev,
	.project-block .next {
		font-size: 22px;
		line-height: 26px;
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 25px;
	}

	.share-block {
		font-size: 10px;
		line-height: 12px;
	}

	.social-list li {
		margin: 0 0 0 10px;
	}

	.content-block {
		padding: 20px;
	}

	h1, h2, h3 {
		font-size: 31px;
		line-height: 31px;
	}
	.articles-text-block {
		width: 100%;
	}

	.about-team-block {
		font-size: 16px;
		line-height: 20px;
	}

	.about-team-block img {
		margin: 0 0 20px;
	}

	.about-team-block h1, .about-team-block h2, .about-team-block h3 {
		margin: 0 0 20px;
	}

	.about-block {
		font-size: 16px;
		line-height: 18px;
	}

	.about-block .text-block {
		padding: 0 20px;
	}

	.about-block .content-block {
		padding: 36px 0 0;
	}

	.about-block h1, .about-block h2, .about-block h3 {
		margin: 0 0 16px;
	}

	.about-block p {
		margin: 0 0 18px;
	}

	.about-block .text-block {
		margin: 0 0 40px;
	}
	.about-block .text-block.first {
		margin: 0 0 80px;
	}

	.about-block .promo-box {
		min-height: 500px;
	}

	.about-block .promo-box .bg-stretch {
		position: absolute;
	}

	.what-we-do {
		margin: 0 0 40px;
	}

	.what-we-do img {
		margin: 0 0 37px;
	}

	.what-we-do h1, .what-we-do h2, .what-we-do h3 {
		margin: 0 0 10px;
	}

	.what-we-do ul {
		margin: 0 0 0 33px;
	}

	.how-we-do {
		margin: 0;
	}
	.how-we-do h3 {
		margin-left:16px;
	}


	.how-we-do .text-holder {
		padding: 0 20px;
	}
	.ico-music{
		width:20px;
		height:auto;
		position:relative;
		display: inline-block;
		margin: 0 7px -20px;
	}
	.contact-block .preview-block .text-holder {
		padding: 20px 20px 0;
	}

	.contact-block .preview-block h1, .contact-block .preview-block h2, .contact-block .preview-block h3 {
		font-size: 31px;
		line-height: 31px;
	}

	.address-block {
		font-size: 20px;
		line-height: 24px;
		padding: 20px;
	}

	.address-block address {
		margin: 0 0 20px;
	}

	.generator-block {
		height: auto;
		min-height: 0;
	}
	

	.generator-block .title-block {
		margin: 0 0 25px;
	}

	.generator-block .title-block .title {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	.generator-block .text-block h1,
	.ico,
	.generator-block h2 {
		margin: 0 0 20px;
	}

	.generator-block .bg-stretch {
		position: fixed;
	}

	.generator-content {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 90px 20px;
		margin: 0;
	}
	#error-page {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 280px 20px;
		margin: 0;
	}

	#gen{
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 150px 20px;
		margin: 0;
	}

	body,
	html {
		height: 100%;
	}

	.generator-page .drop ul a {
		color: #fff;
	}

	.generator-page #nav > .nav-opener:after {
		color: #fff;
	}

	.birth-date-form {
		margin: 0 0 25px;
	}

	.text-block {
		font-size: 16px;
		line-height: 20px;
		margin: 20px 0 0 0 ;
	}

	.birth-date-form .jcf-select-text span:before {
		top: 10px;
	}

	.birth-date-form input[type="submit"] {
		height: 40px;
	}

	.birth-date-form .select-holder {
		margin: 0 0 20px;
	}


	#mercer-browser{
	content:url(../images/mercer/mercer-browser.jpg);
	width:100%;
	}

	#john-addison-browser{
	content:url(../images/john-addison/john-addison-browser.jpg);
	width:100%;
	}

	#john-addison-film{
	content:url(../images/john-addison/john-addison-film.jpg);
	width:100%;
	}

	#neon-cover{
	content:url(../images/neon/neon-cover.jpg);
	width:100%;
	}

	#neon-browser{
	content:url(../images/neon/neon-browser.jpg);
	width:100%;
	}

	#neon-graphic-element{
	content:url(../images/neon/neon-graphic-element.jpg);
	width:100%;
	}

	#neon-brochure{
	content:url(../images/neon/neon-brochure.jpg);
	width:100%;
	}

	#dawsonsawyer-brochure{
	content:url(../images/dawsonsawyer/dawsonsawyer-brochure.jpg);
	width:100%;
	}

	#skala-browser{
	content:url(../images/skala/skala-browser.jpg);
	width:100%;
	}

	#red-404{
	content:url(../images/404-red.jpg);
	width:100%;
	}

}

@media (max-width: 767px) {
	
	.people-block .promo-box h1, .people-block .promo-box h2, .people-block .promo-box h3 {
		position: static;
		padding: 0 20px;
		font-size: 31px;
		line-height: 31px;
	}

	.people-block .promo-box img {
		margin: 0 0 10px;
	}

	.team-block {
		margin: 0;
	}

	.team-block .box {
		display: block;
		padding: 0;
		width: auto;
		margin: 0 0 20px;
	}

	.team-block .img-holder {
		margin: 0 auto 20px;
	}
	
	.team-block img {
		width: 100%;
	}

	.team-block .person-info {
		margin: 0 0 20px;
	}
	
	.articles-text-block h1 {
    	font: 40px/40px 'CircularBlack', Arial, Helvetica, sans-serif;
	}
}

@media (max-height: 890px) {
	.ico,
	.text-block {margin-bottom: 20px;}
}

@media (max-width: 600px) {
	.portfolio-block .box{
		width: 100%;
		padding-top: 100%;
	}
}

