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

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

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

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

[class^="icon-"],
[class*=" icon-"],
.link:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-chevron-right:before {
	content: "\e903";
}

.icon-linkedin:before {
	content: "\e900";
}

.icon-pin:before {
	content: "\e901";
}

.icon-mail:before {
	content: "\e902";
}

/*** Isotope Filtering ***/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/*** Isotope CSS3 transitions ***/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}

.isotope {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

/*** disabling Isotope CSS3 transitions ***/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	transition: none;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("../fonts/HelveticaNeueLTStd-BdExO.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-BdExO.otf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Roman.otf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Md.otf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Lt.otf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("../fonts/HelveticaNeueLTStd-Th.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Th.otf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "dual-brocade";
	src: url("../fonts/dual-400_brocade-webfont.woff") format("woff"), url("../fonts/dual-400_brocade-webfont.otf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "dual-brocade";
	src: url("../fonts/dual-600_brocade-webfont.woff") format("woff"), url("../fonts/dual-600_brocade-webfont.otf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "dual";
	src: url("../fonts/dual-300-webfont.woff") format("woff"), url("../fonts/dual-300-webfont.otf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "dual";
	src: url("../fonts/dual-400bolditalic-webfont.woff") format("woff"), url("../fonts/dual-400bolditalic-webfont.otf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "dual";
	src: url("../fonts/dual-400bold-webfont.woff") format("woff"), url("../fonts/dual-400bold-webfont.otf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "dual";
	src: url("../fonts/dual-400italic-webfont.woff") format("woff"), url("../fonts/dual-400italic-webfont.otf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "dual";
	src: url("../fonts/dual-400-webfont.woff") format("woff"), url("../fonts/dual-400-webfont.otf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "dual";
	src: url("../fonts/dual-600-webfont.woff") format("woff"), url("../fonts/dual-600-webfont.otf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "dual";
	src: url("../fonts/dual-600italic-webfont.woff") format("woff"), url("../fonts/dual-600italic-webfont.otf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

.drop > ul,
.inner-drop ul,
.filter-items,
main ul:not([class]):not([id]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.content:after,
#footer .nav-footer: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: #999;
	background: #fff;
	font: 14px/1.3 "dual", "times", "Helvetica Neue", "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: 40px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	color: #999;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #f00;
}

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;
	box-sizing: border-box;
	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: #000;
}

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

#header {
	position: relative;
	z-index: 999;
}

.resize-active #header * {
	-webkit-transition: none  !important;
	transition: none  !important;
}

.black-bg .header-holder {
	background: #000;
}

.black-bg .nav-opener:after,
.black-bg .nav-opener:before,
.black-bg .nav-opener span {
	background: #fff;
}

.nav-active #wrapper {
	height: 100vh;
	overflow: hidden;
}

.nav-active .drop {
	opacity: 1;
	top: 100%;
	visibility: visible;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
}

.nav-active .header-holder {
	background: #fff;
}

.nav-active .black-bg .nav-opener:after,
.nav-active .black-bg .nav-opener:before,
.nav-active .black-bg .nav-opener span {
	background: #000;
}

.header-mod .header-holder {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	background: #fff;
}

.header-mod .drop {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
	background: #fff;
}

.gray-header .drop a {
	color: #999;
}

.gray-header .drop .active > a {
	color: #666;
}

.gray-header .drop .inner-drop a {
	color: #666;
}

.gray-header .drop .inner-drop a:hover {
	color: #f00 !important;
}

.header-holder {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	z-index: 2;
}

.header-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fixed-position .nav-opener {
	margin-top: 10px;
}

.head-block {
	-webkit-transition: padding .3s ease-in-out, background .3s ease-in-out;
	transition: padding .3s ease-in-out, background .3s ease-in-out;
	position: relative;
	z-index: 2;
}

.logo {
	display: block;
	width: 49px;
}

.logo img {
	width: 100%;
	display: block;
}

.drop {
	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out;
	position: absolute;
	z-index: 0;
	top: -100%;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	font-size: 14px;
	font-weight: 600;
	font-family: "dual", "times", "Helvetica Neue", "Helvetica", sans-serif;
}

.drop .icon-mail {
	font-size: 18px;
	line-height: 1;
}

.drop .icon-linkedin {
	font-size: 16px;
	line-height: 1;
}

.drop a {
	text-transform: uppercase;
	display: block;
	padding: 8px 20px 6px;
}

.drop a:focus {
	color: #666;
}

.drop a:hover {
	color: #f00 !important;
}

.drop .active > a {
	color: #666;
}

.drop > ul {
	padding: 3px 0 8px;
	font-size: 14px;
}

.drop > ul > li {
	border-top: 1px solid #999;
}

.drop > ul > li:first-child {
	border: none;
}

.inner-drop {
	-webkit-transition: max-height .3s ease-in-out, visibility .3s ease-in-out;
	transition: max-height .3s ease-in-out, visibility .3s ease-in-out;
	max-height: 0;
	visibility: hidden;
}

.inner-drop:before,
.inner-drop:after {
	-webkit-transition: visibility .3s ease-in-out;
	transition: visibility .3s ease-in-out;
	height: 0;
	width: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	position: absolute;
	top: 34px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 6;
	visibility: hidden;
}

.inner-drop:after {
	border-bottom-color: #999;
	z-index: 0;
	top: 33px;
}

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

.inner-drop ul {
	background: #fff;
}

.inner-drop ul li {
	margin-bottom: 13px;
}

.inner-drop ul a {
	text-transform: capitalize;
	color: #666;
}

.inner-drop ul a:hover {
	color: #f00;
}

.head-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-opener {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	display: block;
	width: 28px;
	height: 16px;
	position: relative;
	text-indent: -9999px;
	margin-right: 10px;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	content: "";
	height: 2px;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:before {
	top: auto;
	bottom: 0;
}

body {
	min-width: 320px;
}

#wrapper {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	overflow: hidden;
	position: relative;
	opacity: 1;
	visibility: visible;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.loaded #wrapper {
	-webkit-transform: translateY(3%);
	-ms-transform: translateY(3%);
	transform: translateY(3%);
	opacity: 0;
	visibility: hidden;
}

.loader-overlay {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 10000;
	background: #fff;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.loaded .loader-overlay {
	opacity: 1;
	visibility: visible;
}

.loader-overlay .spinner {
	bottom: 0;
	height: 2em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 10em;
}

.loader-overlay .spinner > div {
	border-radius: 50%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	background-color: #cecece;
	border-radius: 100%;
	display: inline-block;
	height: 1em;
	width: 1em;
}

.loader-overlay .spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.loader-overlay .spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

main {
	position: relative;
	z-index: 0;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
}

.isotope-block {
	max-width: 2814px;
	margin: 0 auto;
}

.bg-stretch {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}

h1 {
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	color: #000;
}

h2 {
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h3 {
	font-weight: 400;
	letter-spacing: 2px;
}

h4 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 4px 15px 2px;
	height: 26px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1.1;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn:hover {
	color: #000;
	background: #fff;
}

.main-head h1 {
	font-weight: 600;
}

.main-head h3 {
	font-weight: 300;
}

.gallery-section {
	padding: 28px  0 0;
}

.gallery-section .grid-container {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

@media screen and (min-width: 420px) {
	.gallery-section .grid-container {
		display: grid;
		grid-template-columns: 1fr .8fr;
		grid-gap: 30px;
	}
}

@media screen and (min-width: 768px) {
	.gallery-section .grid-container {
		display: grid;
		grid-template-columns: 1fr 235px;
		grid-gap: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.gallery-section .grid-container {
		display: grid;
		grid-template-columns: 1fr 318px;
		grid-gap: 100px;
	}
}

.gallery-section .grid-item {
	width: 100%;
	padding: 0 10px 17px;
	max-width: 938px;
}

.gallery-section .holder {
	overflow: hidden;
	position: relative;
	display: block;
}

.gallery-section .holder:hover img,
.gallery-section .holder.hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.gallery-section .holder:hover:after,
.gallery-section .holder.hover:after {
	opacity: 1;
	visibility: visible;
}

.gallery-section .holder:hover .text-holder,
.gallery-section .holder.hover .text-holder {
	font-size: 14px;
	opacity: 1;
	visibility: visible;
}

.gallery-section .holder:hover .text-holder h4,
.gallery-section .holder.hover .text-holder h4 {
	font-size: 21px;
}

.gallery-section .holder:hover .btn,
.gallery-section .holder.hover .btn {
	font-size: 14px;
}

.gallery-section .holder:focus .btn {
	color: #000;
	background: #fff;
}

.gallery-section .holder:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	visibility: hidden;
}

.gallery-section img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	vertical-align: top;
}

.gallery-section .text-holder {
	-webkit-transition: font-size .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: font-size .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	width: 90%;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 10px;
	opacity: 0;
	visibility: hidden;
}

.gallery-section .text-holder span {
	display: block;
	margin-bottom: 14px;
}

.gallery-section .text-holder .btn {
	-webkit-transition: font-size .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: font-size .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
}

.gallery-section .text-holder h4 {
	-webkit-transition: font-size .3s ease-in-out;
	transition: font-size .3s ease-in-out;
	font-size: 15px;
}

.filter-items {
	padding: 0 0 20px;
}

.filter-items li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 12px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.filter-items .active {
	color: #f00;
}

.visual-section {
	position: relative;
	z-index: 0;
	height: 316px;
	z-index: 5;
	padding: 28px 0 30px;
}

.visual-section:not(.header-holder):nth-child(even):before {
	position: absolute;
	left: -9999px;
	top: 0;
	right: -9999px;
	bottom: 0;
	content: "";
	z-index: -1;
	background: #45b549;
}

.visual-section.header-holder {
	margin: -74px 0 0;
	padding: 74px 0 0;
}

.project-type {
	color: #f60;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.project-type a {
	color: #f60;
}

.project-type a:hover {
	color: #f00;
}

.page-head {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.underline {
	position: relative;
	padding: 0 0 5px;
}

.underline:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 72px;
	border-top: 1px solid #999;
}

h3.underline {
	font-weight: 400;
}

.portfolio-client-section p,
.portfolio-client-section ul {
	font-weight: 600;
}

.content {
	font-size: 14px;
	padding: 28px  15px 30px;
	font-weight: 300;
	line-height: 30px;
}

.content p {
	margin-bottom: 20px;
}

.content .text-holder {
	overflow: hidden;
	max-width: 736px;
}

.content .text-holder p {
	font-weight: 600;
}

.content .text-holder.paragraph-mod {
	margin-bottom: 35px;
}

.content .text-holder.paragraph-mod p {
	margin: 0;
}

main ul:not([class]):not([id]) {
	margin-bottom: 28px;
}

main ul:not([class]):not([id]):last-child {
	margin: 0;
}

main ul:not([class]):not([id]) li {
	position: relative;
	padding-left: 22px;
}

main ul:not([class]):not([id]) li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 6px;
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}

main .visual-section {
	height: auto;
	position: relative;
}

main .visual-section:nth-child(even) {
	color: #fff;
}

main .visual-section:nth-child(even) .underline:before {
	border-color: #fff;
}

main .visual-section:last-child {
	margin-bottom: 30px;
}

main .visual-section img {
	vertical-align: top;
}

.img-box {
	width: 264px;
	height: 264px;
	overflow: hidden;
	margin-bottom: 15px;
}

.img-box img {
	width: 100%;
}

.visual-portfolio-section {
	position: relative;
	overflow: hidden;
}

.visual-portfolio-section.in-viewport .img-holder {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.visual-portfolio-section.in-viewport .hot-spot {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.visual-portfolio-section.two-col-content {
	padding: 40px 0;
}

.visual-portfolio-section.two-col-content.left-mod .hot-spot {
	left: auto;
}

.visual-portfolio-section.two-col-content .img-holder {
	height: auto;
	margin: 0 0 20px;
}

.visual-portfolio-section.two-col-content .img-holder img {
	width: 100%;
}

.visual-portfolio-section.two-col-content .hot-spot {
	width: auto;
	overflow: hidden;
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	padding: 0;
}

.visual-portfolio-section .container {
	max-width: 1318px;
	position: relative;
}

.visual-portfolio-section .img-holder {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out, 1s .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, 1s .3s ease-in-out;
	position: relative;
	height: 375px;
	opacity: 0;
	-webkit-transform: translateY(400px);
	-ms-transform: translateY(400px);
	transform: translateY(400px);
}

.visual-portfolio-section .hot-spot {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out, 1s .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, 1s .3s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(350px);
	-ms-transform: translateY(350px);
	transform: translateY(350px);
}

.hot-spot {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 30px;
	right: 30px;
	padding: 20px 25px 28px 5px;
	background: transparent;
	color: #fafafa;
	font-size: 14px;
}

.hot-spot .content-box {
	position: relative;
	margin: 0 0 66px;
}

.hot-spot .content-box .mask {
	max-height: 235px;
	overflow: auto;
}

.hot-spot h2 {
	font-size: 24px;
	line-height: 1.19047619;
	font-weight: 600;
	margin: 0 0 15px;
	letter-spacing: 0;
}

.hot-spot p {
	margin: 0 0 15px;
}

.hot-spot .link {
	position: absolute;
	top: 100%;
	right: 0;
	color: #fff;
	margin: 20px 0 0;
}

.link {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.link:hover:after {
	opacity: 1;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.link:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	content: "\e903";
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 0;
	opacity: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	font-size: 30px;
}

.spacer-section {
	position: relative;
}

.spacer-section.small {
	height: 66px;
}

.spacer-section.medium {
	height: 231px;
}

.spacer-section.large {
	height: 400px;
}

#footer {
	position: relative;
	z-index: 500;
	color: #999;
	overflow: hidden;
	font-size: 15px;
	line-height: 22px;
}

#footer > .container {
	background: #222;
	position: relative;
}

#footer > .container:before {
	position: absolute;
	left: 99.9%;
	width: 9999px;
	background: #222;
	top: 0;
	bottom: 0;
	z-index: 0;
	content: "";
}

#footer > .container:after {
	position: absolute;
	right: 99.9%;
	width: 9999px;
	background: #222;
	top: 0;
	bottom: 0;
	z-index: 0;
	content: "";
}

#footer .block-contact {
	text-align: center;
	height: 436px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	padding: 85px 0;
	color: #fafafa;
	max-width: 2880px;
	margin: 0 auto;
}

#footer .block-contact h3 {
	font-weight: 400;
	letter-spacing: 0;
	color: #fafafa;
	text-transform: capitalize;
	margin: 0 0 8px;
}

#footer .block-contact p {
	margin: 0 0 20px;
}

#footer .block-contact .btn {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fafafa;
	background: none;
	color: #fafafa;
	height: auto;
	padding: 13px 25px;
	font-size: 20px;
	position: relative;
	text-transform: capitalize;
	line-height: 24px;
	border-radius: 3px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#footer .block-contact .btn:hover {
	padding-right: 57px;
}

#footer .block-contact .btn:hover:after {
	opacity: 1;
	margin: 0;
}

#footer .block-contact .btn:after {
	position: absolute;
	right: 14px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	top: 50%;
	margin: 0 0 0 -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	font-family: "icomoon" !important;
	content: "\e903";
	font-size: 25px;
}

#footer .footer-content {
	padding: 20px 0;
}

#footer .footer-content .col {
	overflow: hidden;
	padding: 10px 0;
}

#footer .footer-content h4 {
	color: #4ba5ee;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: capitalize;
}

#footer .footer-content p strong {
	font-weight: 600;
}

#footer .footer-content p:last-child {
	margin: 0;
}

#footer .nav-footer {
	position: relative;
	z-index: 60;
}

#footer .nav-footer:after {
	background: #2d2d2d;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	display: block;
}

#footer .nav-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 12px 0;
	margin: 0 -10px;
}

#footer .nav-footer ul li {
	padding: 5px 10px;
}

#footer .nav-footer ul li a {
	display: block;
	font-weight: 600;
	color: #999;
}

#footer .nav-footer ul li a:hover,
#footer .nav-footer ul li a:focus {
	color: #fff;
}

#footer .footer-info {
	overflow: hidden;
	padding: 20px 0;
	font-size: 14px;
	line-height: 20px;
}

#footer address {
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
}

#footer address .title {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#footer address .text {
	display: block;
	margin: 0 0 10px;
}

#footer address .text:last-child {
	margin: 0;
}

#footer address .text i {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 15px;
	margin: 1px 5px 0 0;
}

#footer address .text a {
	color: #999;
}

#footer address .text a:hover,
#footer address .text a:focus {
	color: #fff;
}

@media (min-width: 768px) {
	.nav-active .drop {
		box-shadow: none;
	}

	.header-mod .drop {
		box-shadow: none;
	}

	.header-holder {
		background-color: transparent;
		padding: 18px 0;
	}

	.drop {
		position: static;
		opacity: 1;
		visibility: visible;
	}

	.drop .icon-mail {
		bottom: 0;
	}

	.drop a {
		color: rgba(255, 255, 255, .5);
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.drop .active > a {
		color: rgba(255, 255, 255, .5);
	}

	.drop > ul {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.drop > ul > li {
		position: relative;
		min-width: 17px;
		min-height: 18px;
		border: none;
		margin: 0 0 0 20px;
	}

	.inner-drop {
		max-height: 0;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 9999;
	}

	.hover .inner-drop {
		max-height: 1500px;
		visibility: visible;
	}

	.hover .inner-drop ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.hover .inner-drop:before,
	.hover .inner-drop:after {
		visibility: visible;
	}

	.inner-drop ul {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transform: translateY(-11px);
		-ms-transform: translateY(-11px);
		transform: translateY(-11px);
		position: relative;
		margin-top: 42px;
		width: 240px;
		padding: 30px 10px 14px;
		border: 1px solid #999;
		text-align: center;
		font-size: 16px;
		line-height: 22px;
		box-shadow: 0 2px 5px rgba(153, 153, 153, .5);
		z-index: 5;
	}

	.nav-opener {
		display: none;
	}

	.container {
		max-width: 828px;
		padding: 0 15px;
	}

	h4 {
		font-size: 43px;
	}

	.gallery-section {
		padding-bottom: 7px;
	}

	.gallery-section .grid-item {
		width: 49.5%;
		padding: 8px;
	}

	.visual-section.header-holder {
		margin: -107px 0 0;
		padding: 110px 0 0;
	}

	main .visual-section:nth-child(even) .underline {
		padding-bottom: 15px;
	}

	main .visual-section h3 {
		margin-bottom: 35px;
		font-size: 24px;
	}

	main .visual-section img {
		width: 95%;
	}

	.img-box {
		padding: 0 0 0 12px;
		float: left;
		margin-right: 24px;
	}

	.portfolio-client-section .content {
		padding: 50px 15px 50px;
	}

	.visual-portfolio-section.left-mod .hot-spot {
		right: auto;
	}

	.visual-portfolio-section.two-col-content {
		padding: 0;
	}

	.visual-portfolio-section.two-col-content.left-mod .img-holder {
		float: right;
		padding: 0 0 0 40px;
	}

	.visual-portfolio-section.two-col-content .img-holder {
		float: left;
		padding: 0 40px 0 0;
		width: 60%;
		height: 440px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.visual-portfolio-section.two-col-content .hot-spot {
		padding: 40px 25px 28px 5px;
	}

	.visual-portfolio-section .img-holder {
		height: 440px;
	}

	.hot-spot {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: 0;
		bottom: auto;
		width: 400px;
		left: auto;
		right: 50px;
		height: 440px;
		padding: 100px 25px 100px 5px;
		font-size: 16px;
	}

	.hot-spot .content-box {
		margin: 66px 0;
	}

	.hot-spot h2 {
		font-size: 30px;
	}

	#footer .footer-content {
		margin: 0 -20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	#footer .footer-content .col {
		padding: 10px 20px;
		width: 33.33%;
	}
}

@media (min-width: 1024px) {
	.logo {
		width: 39px;
	}

	.drop > ul > li {
		margin-left: 47px;
	}

	h1 {
		font-size: 60px;
		letter-spacing: 1px;
		margin: 0;
	}

	h2 {
		font-size: 48px;
		letter-spacing: 4px;
	}

	h3 {
		font-size: 30px;
		letter-spacing: 3px;
	}

	.btn {
		height: 32px;
		padding: 7px 15px 6px;
	}

	.main-head {
		margin-bottom: 100px;
	}

	.gallery-section {
		padding: 26px 0 26px;
	}

	.gallery-section .grid-item {
		width: 33.3%;
		padding: 15px;
	}

	.visual-section {
		height: 456px;
		padding: 50px 0;
	}

	.project-type {
		margin-bottom: 17px;
	}

	.page-head {
		font-size: 18px;
		letter-spacing: 1.5px;
		margin-bottom: 95px;
	}

	h3.underline {
		font-size: 26px;
		margin-bottom: 8px;
	}

	.content {
		padding: 65px 0 30px 70px;
	}

	.visual-portfolio-section.two-col-content .img-holder {
		height: 538px;
	}

	.visual-portfolio-section.two-col-content .hot-spot {
		padding: 100px 25px 100px 5px;
	}

	.visual-portfolio-section .img-holder {
		height: 538px;
	}

	.hot-spot {
		height: 538px;
		padding: 100px 25px 100px 5px;
		font-size: 18px;
	}

	.hot-spot .content-box .mask {
		max-height: 300px;
	}

	.link:after {
		font-size: 40px;
	}

	.spacer-section.small {
		height: 132px;
	}

	.spacer-section.medium {
		height: 347px;
	}

	.spacer-section.large {
		height: 750px;
	}

	#footer {
		font-size: 18px;
		line-height: 28px;
	}

	#footer .block-contact {
		font-size: 22px;
		padding: 30px 0;
	}

	#footer .block-contact p {
		margin: 0 0 27px;
	}

	#footer .block-contact .btn {
		font-size: 23px;
		border-radius: 4px;
		border-width: 3px;
		line-height: 35px;
		padding: 12px 37px;
	}

	#footer .block-contact .btn:hover {
		padding-right: 61px;
	}

	#footer .block-contact .btn:after {
		font-size: 35px;
		right: 17px;
	}

	#footer .footer-content {
		padding: 50px 0;
		margin: 0 -38px;
	}

	#footer .footer-content .col {
		padding: 10px 38px;
	}

	#footer .footer-content h4 {
		font-size: 16px;
		line-height: 20px;
	}

	#footer .nav-footer ul {
		margin: 0 -11px;
		padding: 10px 0;
	}

	#footer .nav-footer ul li {
		padding: 5px 11px;
	}

	#footer .footer-info {
		padding: 19px 0;
	}

	#footer address .title {
		margin: 0 0 10px;
	}

	#footer address .text {
		margin: 0 0 11px;
	}
}

@media (min-width: 1200px) {
	#header .container {
		max-width: 1318px;
	}

	.container {
		max-width: 1048px;
	}

	.main-head h1 {
		line-height: 1;
	}

	.gallery-section .container {
		max-width: 1318px;
	}

	.filter-items li {
		font-size: 18px;
		margin-right: 42px;
	}

	.visual-section {
		padding: 83px 0 74px;
	}

	.content {
		padding: 65px 0 30px 135px;
	}

	main .visual-section img {
		width: 100%;
	}

	.portfolio-client-section .content {
		padding: 83px 0 74px;
	}

	.visual-portfolio-section.left-mod .hot-spot {
		left: 104px;
	}

	.visual-portfolio-section.two-col-content .img-holder {
		height: 688px;
	}

	.visual-portfolio-section .img-holder {
		height: 688px;
	}

	.hot-spot {
		font-size: 20px;
		height: 688px;
		right: 104px;
		width: 464px;
	}

	.hot-spot .content-box .mask {
		max-height: 395px;
	}

	.hot-spot h2 {
		font-size: 36px;
		margin: 0 0 20px;
	}

	.hot-spot p {
		margin: 0 0 30px;
	}

	.link:after {
		font-size: 50px;
		margin: -8px 0 0;
	}

	#footer {
		font-size: 16px;
		line-height: 27px;
	}

	#footer .container {
		max-width: 1217px;
	}

	#footer .block-contact {
		font-size: 18px;
		padding: 47px 0;
	}

	#footer .block-contact h3 {
		font-size: 31px;
	}

	#footer .block-contact p {
		margin: 0 0 32px;
	}

	#footer .footer-content {
		padding: 70px 0 80px;
		margin: 0 -53px;
	}

	#footer .footer-content .col {
		padding: 8px 53px;
	}

	#footer .footer-content h4 {
		font-size: 18px;
		margin: 0 0 11px;
		line-height: 23px;
	}

	#footer .nav-footer ul {
		margin: 0 -16px;
	}

	#footer .nav-footer ul li {
		padding: 5px 16px;
	}

	#footer .footer-info {
		padding: 30px 0 27px;
	}
}

@media (max-width: 767px) {
	.nav-active .drop {
		max-height: calc(100vh - 74px);
		overflow: auto;
	}

	.nav-active .head-block {
		background: #fff;
	}

	.header-mod .head-block {
		background: #fff;
	}

	.header-holder .container {
		padding: 0;
		display: block;
	}

	.fixed-position .head-block {
		padding: 5px 20px;
	}

	.head-block {
		padding: 10px 20px;
	}

	.drop a:hover {
		color: #666;
	}

	.inner-drop {
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}

	.hover .inner-drop {
		max-height: 1200px;
		visibility: visible;
	}

	.inner-drop:before,
	.inner-drop:after {
		content: none;
	}

	.inner-drop ul {
		border-top: 1px solid #999;
		padding: 5px 20px;
		line-height: 16px;
	}

	.inner-drop ul li {
		margin-bottom: 4px;
	}

	.inner-drop ul li:last-child {
		margin-bottom: 0;
	}

	body {
		font-size: 16px;
	}

	h1 {
		max-width: 60%;
		margin-bottom: 5px;
	}

	.content {
		font-size: 16px;
	}
}

@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


.bg-stretch.smaller {
	background-size: 150vw auto !important;
	background-repeat: no-repeat;
}